/*
Theme Name: Electroclima Coria
Theme URI: https://electroclimacoria.es
Author: SKILL diseño web
Description: Tema a medida para Electroclima Coria — climatización y electricidad en baja tensión en Coria del Río (Sevilla). Diseño moderno y responsive.
Version: 1.1.0
License: GNU General Public License v2 or later
Text Domain: electroclima-coria
*/

/* =========================================================
   ELECTROCLIMA CORIA — Sistema de estilos
   Estilo: moderno / minimalista
   Paleta tomada del logo: azul (frío/electricidad) + naranja/rojo (calor)
   ========================================================= */

:root {
  /* Marca */
  --azul:        #0e63c4;
  --azul-osc:    #0a4a97;
  --azul-claro:  #4d94e6;
  --naranja:     #f47320;
  --rojo:        #e5372a;
  --amarillo:    #f8b724;
  --navy:        #1c2740;

  /* Neutros */
  --tinta:   #1c2740;
  --gris:    #5b6577;
  --gris-cl: #8a93a3;
  --linea:   #e6ebf2;
  --bg:      #ffffff;
  --bg-soft: #f4f8fd;
  --bg-navy: #131c30;

  /* Sistema */
  --radio:    16px;
  --radio-sm: 10px;
  --sombra:    0 10px 30px rgba(16, 43, 84, .08);
  --sombra-lg: 0 24px 60px rgba(16, 43, 84, .14);
  --ancho: 1180px;
  --grad-marca: linear-gradient(120deg, var(--azul) 0%, var(--azul-osc) 45%, var(--naranja) 100%);
  --grad-calor: linear-gradient(120deg, var(--naranja), var(--rojo));

  --ff-title: "Sora", system-ui, -apple-system, "Segoe UI", sans-serif;
  --ff-body:  "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
}

/* ---------- Reset ligero ---------- */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--ff-body);
  color: var(--tinta);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* ---------- Utilidades ---------- */
.contenedor { width: 100%; max-width: var(--ancho); margin: 0 auto; padding: 0 24px; }
.seccion { padding: 96px 0; }
.seccion--soft { background: var(--bg-soft); }
.centrado { text-align: center; }
.mb-0 { margin-bottom: 0; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--ff-title);
  font-size: .8rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  color: var(--azul);
  background: rgba(14, 99, 196, .08);
  padding: 6px 14px; border-radius: 999px;
  margin-bottom: 18px;
}
.eyebrow--calor { color: var(--naranja); background: rgba(244, 115, 32, .1); }

h1, h2, h3, h4 { font-family: var(--ff-title); line-height: 1.15; color: var(--navy); font-weight: 700; }
h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); letter-spacing: -.02em; }
h2 { font-size: clamp(1.8rem, 3.6vw, 2.7rem); letter-spacing: -.01em; }
h3 { font-size: 1.25rem; }
.lead { font-size: 1.15rem; color: var(--gris); max-width: 62ch; }
.seccion-head { max-width: 720px; margin: 0 auto 56px; }
.seccion-head .lead { margin: 14px auto 0; }

/* ---------- Botones ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--ff-title); font-weight: 600; font-size: .98rem;
  padding: 14px 26px; border-radius: 999px; border: 2px solid transparent;
  cursor: pointer; transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
}
.btn:active { transform: translateY(1px); }
.btn--primario { background: var(--azul); color: #fff; box-shadow: 0 8px 22px rgba(14, 99, 196, .28); }
.btn--primario:hover { background: var(--azul-osc); transform: translateY(-2px); box-shadow: 0 12px 30px rgba(14, 99, 196, .34); }
.btn--calor { background: var(--grad-calor); color: #fff; box-shadow: 0 8px 22px rgba(229, 55, 42, .28); }
.btn--calor:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(229, 55, 42, .34); }
.btn--ghost { background: transparent; color: var(--navy); border-color: var(--linea); }
.btn--ghost:hover { border-color: var(--azul); color: var(--azul); }
.btn--blanco { background: #fff; color: var(--navy); }
.btn--blanco:hover { transform: translateY(-2px); }

/* =========================================================
   LOGO (marca de texto + emblema SVG)
   ========================================================= */
.logo { display: inline-flex; align-items: center; gap: 12px; }
.logo__img { height: 50px; width: auto; display: block; }
.logo__emblema { width: 44px; height: 44px; flex: none; }
.logo__texto { display: flex; flex-direction: column; line-height: 1; }
.logo__nombre { font-family: var(--ff-title); font-weight: 800; font-size: 1.35rem; letter-spacing: -.02em; }
.logo__nombre .a { color: var(--azul); }
.logo__nombre .b { color: var(--naranja); }
.logo__sub {
  font-family: var(--ff-title); font-weight: 700; font-size: .62rem;
  letter-spacing: .35em; color: var(--navy); margin-top: 3px; padding-left: 2px;
}

/* =========================================================
   HEADER
   ========================================================= */
.header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, .88);
  backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid var(--linea);
}
.header__inner { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.nav { display: flex; align-items: center; gap: 34px; }
.nav a { font-family: var(--ff-title); font-weight: 500; font-size: .96rem; color: var(--navy); position: relative; padding: 4px 0; }
.nav a::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 2px; background: var(--azul); transition: width .2s ease; }
.nav a:hover::after, .nav a[aria-current="page"]::after { width: 100%; }
.nav a[aria-current="page"] { color: var(--azul); }
.header__cta { display: flex; align-items: center; gap: 16px; }
.header__tel { font-family: var(--ff-title); font-weight: 600; color: var(--navy); display: inline-flex; align-items: center; gap: 8px; }
.header__tel:hover { color: var(--azul); }

.menu-btn { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.menu-btn span { display: block; width: 24px; height: 2px; background: var(--navy); border-radius: 2px; transition: .25s; }
.menu-btn span + span { margin-top: 5px; }

/* =========================================================
   HERO
   ========================================================= */
.hero { position: relative; overflow: hidden; background: var(--bg-soft); }
.hero__inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; padding: 84px 0 88px; }
.hero__titulo { margin-bottom: 22px; }
.hero__titulo .destacado { background: var(--grad-marca); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero__acciones { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.hero__chips { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 34px; }
.hero__chip { display: inline-flex; align-items: center; gap: 8px; font-size: .92rem; color: var(--gris); font-weight: 500; }
.hero__chip svg { color: var(--azul); flex: none; }

/* Panel visual del hero (frío/calor) */
.hero__visual { position: relative; }
.hero__panel {
  position: relative; border-radius: 24px; overflow: hidden;
  box-shadow: var(--sombra-lg); aspect-ratio: 4/4.4;
  background: linear-gradient(150deg, #1a6fd0 0%, #0a4a97 40%, #f47320 100%);
}
.hero__panel::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(120px 120px at 78% 22%, rgba(255,255,255,.28), transparent 70%),
    radial-gradient(160px 160px at 20% 80%, rgba(248,183,36,.35), transparent 70%);
}
.hero__panel-content { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-start; padding: 30px; color: #fff; }
.hero__badge-top { display: inline-flex; align-items: center; gap: 10px; align-self: flex-start; background: rgba(255,255,255,.16); backdrop-filter: blur(6px); border: 1px solid rgba(255,255,255,.28); padding: 10px 16px; border-radius: 999px; font-family: var(--ff-title); font-weight: 600; font-size: .88rem; }
.hero__temps { display: flex; gap: 14px; margin-top: auto; margin-bottom: 86px; }
.hero__temp { flex: 1; background: rgba(255,255,255,.14); backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,.24); border-radius: 16px; padding: 18px; }
.hero__temp .n { font-family: var(--ff-title); font-weight: 800; font-size: 2rem; display: flex; align-items: center; gap: 8px; }
.hero__temp .l { font-size: .84rem; opacity: .9; margin-top: 2px; }

.hero__float { position: absolute; background: #fff; border-radius: 14px; box-shadow: var(--sombra-lg); padding: 14px 18px; display: flex; align-items: center; gap: 12px; }
.hero__float .ic { width: 40px; height: 40px; border-radius: 10px; display: grid; place-items: center; color: #fff; flex: none; }
.hero__float .t { font-family: var(--ff-title); font-weight: 700; font-size: .95rem; color: var(--navy); line-height: 1.2; }
.hero__float .s { font-size: .78rem; color: var(--gris); }
.hero__float--1 { bottom: -22px; left: -26px; }
.hero__float--2 { top: 30px; right: -24px; }

/* =========================================================
   BARRA DE LOGOS / CONFIANZA
   ========================================================= */
.trust { border-top: 1px solid var(--linea); border-bottom: 1px solid var(--linea); background: #fff; }
.trust__inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px; padding: 26px 0; }
.trust__item { display: flex; align-items: center; gap: 12px; color: var(--navy); font-family: var(--ff-title); font-weight: 600; font-size: .95rem; }
.trust__item svg { color: var(--azul); flex: none; }

/* =========================================================
   SERVICIOS (cards)
   ========================================================= */
.grid-serv { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.card {
  background: #fff; border: 1px solid var(--linea); border-radius: var(--radio);
  padding: 34px 30px; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  position: relative; overflow: hidden;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--sombra-lg); border-color: transparent; }
.card__ic { width: 58px; height: 58px; border-radius: 14px; display: grid; place-items: center; color: #fff; margin-bottom: 22px; }
.ic-azul  { background: linear-gradient(135deg, var(--azul), var(--azul-osc)); }
.ic-calor { background: var(--grad-calor); }
.ic-amar  { background: linear-gradient(135deg, var(--amarillo), var(--naranja)); }
.card h3 { margin-bottom: 10px; }
.card p { color: var(--gris); font-size: .98rem; }
.card__lista { margin-top: 16px; display: grid; gap: 8px; }
.card__lista li { display: flex; gap: 10px; align-items: flex-start; font-size: .93rem; color: var(--gris); }
.card__lista li::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--azul); margin-top: 8px; flex: none; }

/* =========================================================
   POR QUÉ NOSOTROS / features
   ========================================================= */
.grid-feat { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.feat { text-align: left; }
.feat__ic { width: 52px; height: 52px; border-radius: 12px; background: rgba(14,99,196,.08); color: var(--azul); display: grid; place-items: center; margin-bottom: 16px; }
.feat h3 { font-size: 1.08rem; margin-bottom: 6px; }
.feat p { color: var(--gris); font-size: .95rem; }

/* Split (imagen/texto) */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.split > * { min-width: 0; }
.split__media { border-radius: var(--radio); overflow: hidden; box-shadow: var(--sombra); aspect-ratio: 5/4; background: var(--grad-marca); position: relative; }
.split__media-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.split__media .glass { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: #fff; }
.split__media .stats { max-width: 100%; }
.split__media .stat { min-width: 0; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 30px; }
.stat { min-width: 0; }
.stat .n { display: block; font-family: var(--ff-title); font-weight: 800; font-size: 2rem; line-height: 1.1; color: var(--azul); }
.stat .l { display: block; margin-top: 5px; font-size: .9rem; line-height: 1.3; color: var(--gris); overflow-wrap: break-word; }
.lista-check { display: grid; gap: 14px; margin-top: 26px; }
.lista-check li { display: flex; gap: 12px; align-items: flex-start; }
.lista-check .tick { width: 24px; height: 24px; border-radius: 50%; background: rgba(14,99,196,.1); color: var(--azul); display: grid; place-items: center; flex: none; margin-top: 2px; }

/* =========================================================
   PROCESO (pasos)
   ========================================================= */
.pasos { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; counter-reset: paso; }
.paso { position: relative; padding-top: 8px; }
.paso__num { font-family: var(--ff-title); font-weight: 800; font-size: 1.1rem; width: 46px; height: 46px; border-radius: 50%; background: var(--navy); color: #fff; display: grid; place-items: center; margin-bottom: 16px; }
.paso h3 { font-size: 1.1rem; margin-bottom: 6px; }
.paso p { color: var(--gris); font-size: .95rem; }

/* =========================================================
   CTA banda
   ========================================================= */
.cta-band { background: var(--bg-navy); color: #fff; border-radius: 28px; padding: 60px; position: relative; overflow: hidden; }
.cta-band::before { content: ""; position: absolute; right: -60px; top: -60px; width: 320px; height: 320px; border-radius: 50%; background: radial-gradient(circle, rgba(244,115,32,.5), transparent 70%); pointer-events: none; }
.cta-band::after { content: ""; position: absolute; left: -80px; bottom: -80px; width: 320px; height: 320px; border-radius: 50%; background: radial-gradient(circle, rgba(14,99,196,.55), transparent 70%); pointer-events: none; }
.cta-band__inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255,255,255,.78); margin-top: 8px; max-width: 46ch; }
.cta-band__acciones { display: flex; gap: 14px; flex-wrap: wrap; }

/* =========================================================
   TESTIMONIOS
   ========================================================= */
.grid-test { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.test { background: #fff; border: 1px solid var(--linea); border-radius: var(--radio); padding: 30px; }
.test__stars { color: var(--amarillo); margin-bottom: 14px; letter-spacing: 2px; }
.test p { color: var(--tinta); font-size: 1rem; }
.test__aut { display: flex; align-items: center; gap: 12px; margin-top: 20px; }
.test__ava { width: 42px; height: 42px; border-radius: 50%; background: var(--grad-marca); color: #fff; display: grid; place-items: center; font-family: var(--ff-title); font-weight: 700; }
.test__aut .n { font-family: var(--ff-title); font-weight: 600; font-size: .95rem; color: var(--navy); }
.test__aut .l { font-size: .82rem; color: var(--gris-cl); }

/* =========================================================
   FAQ
   ========================================================= */
.faq { max-width: 780px; margin: 0 auto; display: grid; gap: 14px; }
.faq__item { border: 1px solid var(--linea); border-radius: var(--radio-sm); background: #fff; overflow: hidden; }
.faq__q { width: 100%; text-align: left; background: none; border: 0; cursor: pointer; padding: 20px 24px; font-family: var(--ff-title); font-weight: 600; font-size: 1.05rem; color: var(--navy); display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq__q .plus { flex: none; transition: transform .25s ease; color: var(--azul); }
.faq__item.abierto .plus { transform: rotate(45deg); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq__a p { padding: 0 24px 22px; color: var(--gris); }

/* =========================================================
   CONTACTO
   ========================================================= */
.contacto-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 48px; align-items: start; }
.info-list { display: grid; gap: 20px; margin-top: 30px; }
.info-item { display: flex; gap: 16px; align-items: flex-start; }
.info-item__ic { width: 48px; height: 48px; border-radius: 12px; background: var(--grad-marca); color: #fff; display: grid; place-items: center; flex: none; }
.info-item h4 { font-size: 1rem; margin-bottom: 2px; }
.info-item a, .info-item p { color: var(--gris); }
.info-item a:hover { color: var(--azul); }

.form { background: #fff; border: 1px solid var(--linea); border-radius: var(--radio); overflow: hidden; box-shadow: 0 10px 24px rgba(16,43,84,.10), 0 32px 70px rgba(16,43,84,.22); }
.form__head { background: var(--grad-marca); color: #fff; padding: 24px 28px; display: flex; align-items: center; gap: 16px; }
.form__head-ic { width: 46px; height: 46px; border-radius: 12px; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.28); display: grid; place-items: center; flex: none; }
.form__head h3 { color: #fff; font-size: 1.2rem; line-height: 1.2; }
.form__head p { color: rgba(255,255,255,.88); font-size: .9rem; margin-top: 3px; }
.form__body { padding: 30px 28px 32px; }
.campo { margin-bottom: 18px; }
.campo label { display: block; font-family: var(--ff-title); font-weight: 500; font-size: .9rem; color: var(--navy); margin-bottom: 7px; }
.campo input, .campo select, .campo textarea {
  width: 100%; font-family: var(--ff-body); font-size: .98rem; color: var(--tinta);
  padding: 13px 15px; border: 1px solid var(--linea); border-radius: var(--radio-sm);
  background: var(--bg-soft); transition: border-color .15s ease, box-shadow .15s ease;
}
.campo input:focus, .campo select:focus, .campo textarea:focus { outline: none; border-color: var(--azul); box-shadow: 0 0 0 3px rgba(14,99,196,.14); background: #fff; }
.campo textarea { resize: vertical; min-height: 120px; }
.campo-fila { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.consent { display: flex; gap: 10px; align-items: flex-start; font-size: .86rem; color: var(--gris); }
.consent input { width: auto; margin-top: 4px; }
.form__ok { display: none; background: rgba(22,163,74,.1); color: #15803d; border: 1px solid rgba(22,163,74,.3); border-radius: var(--radio-sm); padding: 14px 16px; font-size: .95rem; margin-bottom: 18px; }
.form__ok.visible { display: block; }

/* Mapa placeholder */
.mapa { margin-top: 26px; border-radius: var(--radio); overflow: hidden; border: 1px solid var(--linea); aspect-ratio: 16/8; background: linear-gradient(135deg, #e8f0fb, #f4f8fd); }
.mapa iframe { width: 100%; height: 100%; border: 0; display: block; filter: saturate(1.05); }

/* =========================================================
   PÁGINA HEADER (subpáginas)
   ========================================================= */
.page-hero { background: var(--bg-soft); padding: 64px 0; text-align: center; border-bottom: 1px solid var(--linea); }
.breadcrumb { font-size: .88rem; color: var(--gris-cl); margin-bottom: 14px; }
.breadcrumb a:hover { color: var(--azul); }

/* =========================================================
   FOOTER
   ========================================================= */
.footer { background: var(--bg-navy); color: rgba(255,255,255,.72); padding: 72px 0 30px; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; }
.footer .logo__nombre .a { color: #fff; }
.footer .logo__nombre .b { color: var(--naranja); }
.footer .logo__sub { color: rgba(255,255,255,.7); }
.footer__logo { display: inline-block; background: #fff; padding: 12px 18px; border-radius: 14px; box-shadow: 0 6px 18px rgba(0,0,0,.18); }
.footer__logo img { height: 46px; width: auto; display: block; }
.footer p { font-size: .95rem; margin-top: 16px; max-width: 34ch; }
.footer h4 { color: #fff; font-size: .95rem; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 18px; }
.footer__links { display: grid; gap: 10px; }
.footer__links a { font-size: .95rem; transition: color .15s; }
.footer__links a:hover { color: #fff; }
.footer__contact li { font-size: .95rem; display: flex; gap: 10px; align-items: flex-start; margin-bottom: 12px; }
.footer__contact svg { color: var(--azul-claro); flex: none; margin-top: 3px; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 48px; padding-top: 24px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: .86rem; color: rgba(255,255,255,.55); }
.footer__bottom a:hover { color: #fff; }

/* =========================================================
   BOTÓN FLOTANTE WHATSAPP
   ========================================================= */
.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 60;
  width: 58px; height: 58px; border-radius: 50%;
  background: #25d366; color: #fff; display: grid; place-items: center;
  box-shadow: 0 8px 24px rgba(37, 211, 102, .45);
  transition: transform .15s ease, box-shadow .2s ease;
}
.wa-float:hover { transform: translateY(-3px) scale(1.04); box-shadow: 0 12px 32px rgba(37, 211, 102, .55); color: #fff; }
.wa-float svg { width: 32px; height: 32px; }
.wa-float::after {
  content: "¿Hablamos?"; position: absolute; right: 70px; white-space: nowrap;
  background: var(--navy); color: #fff; font-family: var(--ff-title); font-weight: 600;
  font-size: .85rem; padding: 8px 14px; border-radius: 999px; opacity: 0;
  transform: translateX(8px); transition: opacity .2s ease, transform .2s ease; pointer-events: none;
}
.wa-float:hover::after { opacity: 1; transform: translateX(0); }
@media (max-width: 720px) { .wa-float { right: 16px; bottom: 16px; width: 54px; height: 54px; } .wa-float::after { display: none; } }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 980px) {
  .hero__inner { grid-template-columns: 1fr; gap: 40px; }
  .hero__visual { max-width: 460px; }
  .grid-serv, .grid-test { grid-template-columns: repeat(2, 1fr); }
  .grid-feat, .pasos { grid-template-columns: repeat(2, 1fr); }
  .split, .contacto-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  /* En pantalla apilada, las tarjetas flotantes no deben salirse por los lados */
  .hero__visual { margin: 0 auto; }
  .hero__float--1 { left: 8px; bottom: -18px; }
  .hero__float--2 { right: 8px; }
}
/* Cabecera: pasar a menú hamburguesa antes de que se amontone */
@media (max-width: 900px) {
  .nav, .header__tel { display: none; }
  .menu-btn { display: block; }
  .header.abierto .nav {
    display: flex; position: absolute; top: 76px; left: 0; right: 0;
    flex-direction: column; gap: 0; background: #fff; padding: 12px 24px 24px;
    border-bottom: 1px solid var(--linea); box-shadow: var(--sombra);
  }
  .header.abierto .nav a { padding: 14px 0; border-bottom: 1px solid var(--linea); width: 100%; }
}
@media (max-width: 720px) {
  .seccion { padding: 68px 0; }
  .grid-serv, .grid-test, .grid-feat, .pasos, .footer__grid, .campo-fila { grid-template-columns: 1fr; }
  .header__cta { display: none; }
  .cta-band { padding: 40px 28px; }
  .cta-band__inner { flex-direction: column; align-items: flex-start; }
  .hero__float--1 { left: 0; bottom: -18px; }
  .hero__float--2 { right: 0; }
}
@media (max-width: 400px) {
  /* En móviles estrechos, ocultar las tarjetas flotantes evita solapes */
  .hero__float { position: static; margin-top: 12px; width: 100%; }
  .hero__visual { display: flex; flex-direction: column; }
}
