/* =========================================================================
   FINCAS GESTIONA · Sistema de diseño compartido · Mobile First
   Paleta: ROJO + BLANCO + carbón · Fuentes: Fraunces (display) + Manrope (texto)
   Este archivo lo usan TODAS las páginas. Edita aquí y cambia toda la web.
   ========================================================================= */
:root{
  --red:        #C81D25;
  --red-light:  #E63946;
  --red-dark:   #9A1219;
  --ink:        #15110F;
  --ink-2:      #241B19;
  --ink-soft:   #3A2D2A;
  --whatsapp:   #25D366;
  --whatsapp-d: #128C7E;
  --slate:      #6B5F5C;
  --slate-soft: #9A8F8C;
  --line:       #ECE6E4;
  --bg:         #FAF7F6;
  --paper:      #FFFFFF;
  --rose:       #FCE9EA;   /* tinte rojo suave */
  --danger:     #B91C1C;

  --sombra-sm: 0 2px 8px rgba(21,17,15,.06);
  --sombra-md: 0 14px 34px rgba(21,17,15,.10);
  --sombra-lg: 0 30px 64px rgba(21,17,15,.16);
  --sombra-red: 0 14px 32px rgba(200,29,37,.38);
  --sombra-whats: 0 14px 30px rgba(37,211,102,.42);

  --r-sm:10px; --r-md:16px; --r-lg:24px; --r-xl:34px;
  --ease: cubic-bezier(.22,.61,.36,1);
  --ease-spring: cubic-bezier(.34,1.56,.64,1);
  --font-d:'Fraunces', Georgia, serif;
  --font-b:'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
}
*,*::before,*::after{ box-sizing:border-box; margin:0; padding:0; }
html{ scroll-behavior:smooth; -webkit-text-size-adjust:100%; }
body{ font-family:var(--font-b); color:var(--ink); background:var(--paper); line-height:1.6; font-weight:400; -webkit-font-smoothing:antialiased; overflow-x:hidden; }
img{ max-width:100%; display:block; height:auto; }
a{ color:inherit; text-decoration:none; }
button{ font-family:inherit; cursor:pointer; border:none; background:none; }
input,select,textarea{ font-family:inherit; font-size:1rem; }
::selection{ background:var(--red); color:#fff; }

.container{ width:100%; max-width:1240px; margin:0 auto; padding:0 1.4rem; }
.center{ text-align:center; }
.center .eyebrow{ justify-content:center; }
.center .section-title,.center .section-subtitle{ margin-left:auto; margin-right:auto; }

h1,h2,h3,h4{ font-family:var(--font-d); font-weight:600; line-height:1.12; letter-spacing:-.02em; color:var(--ink); }
.eyebrow{ display:inline-flex; align-items:center; gap:.6rem; font-family:var(--font-b); font-size:.76rem; font-weight:700; letter-spacing:.2em; text-transform:uppercase; color:var(--red); margin-bottom:1rem; }
.eyebrow::before{ content:''; width:30px; height:2px; background:var(--red); }
.section-title{ font-size:clamp(1.9rem,4.6vw,3.2rem); margin-bottom:1rem; max-width:760px; }
.section-title em{ font-style:italic; color:var(--red); font-weight:500; }
.section-subtitle{ font-size:1.04rem; color:var(--slate); max-width:660px; margin-bottom:3rem; line-height:1.65; }
section{ padding:5rem 0; position:relative; }
.bg-soft{ background:var(--bg); }

/* ============ BOTONES ============ */
.btn{ display:inline-flex; align-items:center; justify-content:center; gap:.55rem; padding:1.02rem 1.9rem; font-weight:700; font-size:.95rem; border-radius:100px; transition:all .3s var(--ease); white-space:nowrap; }
.btn svg{ width:18px; height:18px; }
.btn-whats{ background:var(--whatsapp); color:#fff; box-shadow:var(--sombra-whats); }
.btn-whats:hover{ background:var(--whatsapp-d); transform:translateY(-3px); }
.btn-red{ background:linear-gradient(135deg,var(--red),var(--red-light)); color:#fff; box-shadow:var(--sombra-red); }
.btn-red:hover{ transform:translateY(-3px); box-shadow:0 22px 42px rgba(200,29,37,.5); }
.btn-ghost{ background:rgba(255,255,255,.1); color:#fff; border:1.5px solid rgba(255,255,255,.32); backdrop-filter:blur(10px); }
.btn-ghost:hover{ background:rgba(255,255,255,.2); border-color:rgba(255,255,255,.55); transform:translateY(-3px); }
.btn-white{ background:#fff; color:var(--red); }
.btn-white:hover{ transform:translateY(-3px); box-shadow:var(--sombra-md); }
.btn-dark{ background:var(--ink); color:#fff; }
.btn-dark:hover{ background:var(--red); transform:translateY(-3px); }

/* ============ REVEAL ============ */
.reveal{ opacity:0; transform:translateY(34px); transition:opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.visible{ opacity:1; transform:translateY(0); }
.reveal-d1{ transition-delay:.08s; } .reveal-d2{ transition-delay:.16s; } .reveal-d3{ transition-delay:.24s; }

/* ============ TOPBAR ============ */
.topbar{ background:var(--ink); color:rgba(255,255,255,.88); font-size:.84rem; padding:.5rem 0; border-bottom:1px solid rgba(255,255,255,.06); }
.topbar-inner{ display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center; gap:.7rem; }
.topbar a{ display:inline-flex; align-items:center; gap:.45rem; transition:color .25s var(--ease); }
.topbar a:hover{ color:var(--red-light); }
.topbar svg{ width:13px; height:13px; color:var(--red-light); }
.topbar-badge{ background:rgba(200,29,37,.18); color:#fff; padding:.24rem .75rem; border-radius:100px; font-size:.72rem; font-weight:700; letter-spacing:.04em; border:1px solid rgba(200,29,37,.4); }

/* ============ HEADER ============ */
.header{ position:sticky; top:0; z-index:1000; background:rgba(255,255,255,.95); backdrop-filter:blur(20px) saturate(180%); -webkit-backdrop-filter:blur(20px) saturate(180%); border-bottom:1px solid rgba(21,17,15,.07); transition:all .35s var(--ease); }
.header.scrolled{ background:rgba(255,255,255,.98); box-shadow:0 4px 24px rgba(21,17,15,.08); }
.nav{ display:flex; align-items:center; justify-content:space-between; padding:.6rem 0; gap:1rem; }
.logo{ display:flex; align-items:center; gap:.7rem; transition:transform .3s var(--ease); }
.logo:hover{ transform:scale(1.02); }
.logo-mark{ width:42px; height:42px; border-radius:11px; background:linear-gradient(135deg,var(--red),var(--red-dark)); display:flex; align-items:center; justify-content:center; box-shadow:var(--sombra-red); flex-shrink:0; }
.logo-mark svg{ width:24px; height:24px; color:#fff; }
.logo-text{ line-height:1.05; }
.logo-text strong{ font-family:var(--font-d); font-size:1.22rem; font-weight:700; color:var(--ink); display:block; }
.logo-text span{ font-size:.64rem; letter-spacing:.15em; text-transform:uppercase; color:var(--red); font-weight:700; }
.nav-links{ display:flex; align-items:center; gap:1.5rem; }
.nav-links a{ font-size:.92rem; font-weight:600; color:var(--ink-soft); transition:color .2s var(--ease); position:relative; }
.nav-links a:hover,.nav-links a.active{ color:var(--red); }
.nav-links a.active::after{ content:''; position:absolute; bottom:-6px; left:0; width:100%; height:2px; background:var(--red); border-radius:2px; }
.nav-cta{ background:var(--ink); color:#fff; padding:.65rem 1.3rem; border-radius:100px; font-weight:700; font-size:.88rem; display:inline-flex; align-items:center; gap:.45rem; transition:all .3s var(--ease); box-shadow:0 10px 24px rgba(21,17,15,.18); }
.nav-cta:hover{ background:var(--red); transform:translateY(-2px); }
.nav-cta svg{ width:14px; height:14px; }
.nav-toggle{ display:none; width:44px; height:44px; border-radius:11px; background:var(--bg); align-items:center; justify-content:center; color:var(--ink); }
.nav-toggle svg{ width:24px; height:24px; }

/* ============ HERO (home) ============ */
.hero{ position:relative; display:flex; align-items:center; overflow:hidden; padding:4rem 0 5rem; color:#fff;
  background-color:#9A1219;
  background-image:
    linear-gradient(120% 120% at 75% 0%, rgba(200,29,37,.92) 0%, rgba(154,18,25,.96) 55%, rgba(110,12,18,.97) 100%),
    url('https://images.unsplash.com/photo-1545324418-cc1a3fa10c00?auto=format&fit=crop&w=1600&q=70');
  background-size:cover; background-position:center; background-repeat:no-repeat; }
.hero::after{ content:''; position:absolute; inset:0; background-image:radial-gradient(rgba(255,255,255,.06) 1px, transparent 1px); background-size:30px 30px; opacity:.45; pointer-events:none; }
.hero-glow{ position:absolute; top:-10%; right:-5%; width:60%; height:80%; background:radial-gradient(circle, rgba(255,255,255,.18), transparent 60%); filter:blur(40px); pointer-events:none; }
.hero-skyline{ display:none; }
.hero-grid{ position:relative; z-index:2; display:grid; grid-template-columns:1.15fr 1fr; gap:3.5rem; align-items:center; }
.hero-content{ max-width:640px; }
.hero-badge{ display:inline-flex; align-items:center; gap:.6rem; background:rgba(0,0,0,.22); border:1px solid rgba(255,255,255,.35); backdrop-filter:blur(10px); padding:.5rem 1.05rem; border-radius:100px; font-size:.8rem; font-weight:600; letter-spacing:.03em; margin-bottom:1.6rem; color:#fff; }
.hero-badge .dot{ width:8px; height:8px; border-radius:50%; background:#fff; box-shadow:0 0 12px #fff; animation:pulseDot 2s infinite; }
@keyframes pulseDot{ 0%,100%{ opacity:1; transform:scale(1);} 50%{ opacity:.5; transform:scale(1.2);} }
.hero h1{ font-size:clamp(2.2rem,5.6vw,4rem); font-weight:500; color:#fff; line-height:1.06; margin-bottom:1.4rem; letter-spacing:-.025em; }
.hero h1 em{ font-style:italic; color:#fff; font-weight:500; text-decoration:underline; text-decoration-color:rgba(255,255,255,.45); text-underline-offset:6px; }
.hero h1 strong{ font-weight:700; }
.hero-desc{ font-size:clamp(1rem,1.5vw,1.18rem); color:rgba(255,255,255,.82); margin-bottom:2rem; line-height:1.62; }
.hero-desc strong{ color:#fff; font-weight:700; }
.hero-ctas{ display:flex; flex-wrap:wrap; gap:.85rem; margin-bottom:2.2rem; }
.hero-trust{ display:flex; flex-wrap:wrap; gap:1.3rem; padding-top:1.6rem; border-top:1px solid rgba(255,255,255,.14); }
.trust-item{ display:flex; align-items:center; gap:.55rem; font-size:.85rem; color:rgba(255,255,255,.85); }
.trust-item svg{ width:18px; height:18px; color:var(--red-light); flex-shrink:0; }

/* Hero stats (substituye números reales) */
.hero-stats{ display:flex; gap:2rem; flex-wrap:wrap; padding-top:1.6rem; border-top:1px solid rgba(255,255,255,.14); margin-top:.4rem; }
.hero-stat strong{ font-family:var(--font-d); font-size:2rem; font-weight:700; color:#fff; display:block; line-height:1; }
.hero-stat span{ font-size:.8rem; color:rgba(255,255,255,.7); }

/* Hero card · estudio gratuito */
.hero-card{ background:rgba(255,255,255,.07); border:1px solid rgba(255,255,255,.16); backdrop-filter:blur(20px); border-radius:var(--r-lg); padding:2rem; position:relative; overflow:hidden; }
.hero-card::before{ content:''; position:absolute; top:0; left:0; width:100%; height:3px; background:linear-gradient(90deg,var(--red),var(--red-light)); }
.hero-card-tag{ display:inline-flex; align-items:center; gap:.4rem; background:var(--red); color:#fff; font-size:.7rem; font-weight:800; letter-spacing:.1em; text-transform:uppercase; padding:.34rem .8rem; border-radius:100px; margin-bottom:1.1rem; }
.hero-card h3{ color:#fff; font-size:1.4rem; margin-bottom:.35rem; }
.hero-card p.sub{ color:rgba(255,255,255,.7); font-size:.9rem; margin-bottom:1.3rem; }
.mini-field{ margin-bottom:.8rem; }
.mini-field input,.mini-field select{ width:100%; padding:.85rem 1rem; border-radius:var(--r-sm); border:1.5px solid rgba(255,255,255,.18); background:rgba(255,255,255,.08); color:#fff; font-size:.92rem; transition:all .25s var(--ease); }
.mini-field input::placeholder{ color:rgba(255,255,255,.55); }
.mini-field select option{ color:var(--ink); }
.mini-field input:focus,.mini-field select:focus{ outline:none; border-color:var(--red-light); background:rgba(255,255,255,.14); }
.hero-card .btn{ width:100%; margin-top:.4rem; }
.hero-card .micro{ font-size:.74rem; color:rgba(255,255,255,.55); margin-top:.85rem; text-align:center; }
/* checkbox dentro de tarjeta oscura (hero) */
.check-dark{ display:flex; align-items:flex-start; gap:.5rem; font-size:.72rem; color:rgba(255,255,255,.78); line-height:1.45; margin:.2rem 0 .3rem; text-align:left; }
.check-dark input{ width:16px; height:16px; margin-top:2px; accent-color:#fff; flex-shrink:0; cursor:pointer; }
.check-dark a{ color:#fff; text-decoration:underline; font-weight:600; }

/* ============ LOGO IMG (sustituible) ============ */
.logo-img{ height:54px; width:auto; display:block; }
.footer .logo-img{ height:46px; }

/* ============ POP-UP DE CAPTACIÓN ============ */
.promo-pop{ position:fixed; left:1.2rem; bottom:1.2rem; z-index:1080; width:min(340px,calc(100% - 2.4rem)); background:var(--paper); border:1px solid var(--line); border-radius:var(--r-lg); box-shadow:var(--sombra-lg); padding:1.5rem 1.5rem 1.4rem; transform:translateY(140%); opacity:0; transition:all .5s var(--ease-spring); }
.promo-pop.show{ transform:translateY(0); opacity:1; }
.promo-pop::before{ content:''; position:absolute; top:0; left:0; width:100%; height:4px; border-radius:var(--r-lg) var(--r-lg) 0 0; background:linear-gradient(90deg,var(--red),var(--red-light)); }
.promo-close{ position:absolute; top:.7rem; right:.8rem; width:28px; height:28px; border-radius:50%; background:var(--bg); color:var(--slate); display:flex; align-items:center; justify-content:center; transition:all .2s var(--ease); }
.promo-close:hover{ background:var(--red); color:#fff; }
.promo-close svg{ width:15px; height:15px; }
.promo-tag{ display:inline-flex; align-items:center; gap:.35rem; background:var(--rose); color:var(--red-dark); font-size:.68rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; padding:.28rem .7rem; border-radius:100px; margin-bottom:.7rem; }
.promo-pop h4{ font-size:1.18rem; margin-bottom:.4rem; line-height:1.2; }
.promo-pop p{ font-size:.86rem; color:var(--slate); line-height:1.5; margin-bottom:1rem; }
.promo-pop .btn{ width:100%; padding:.85rem; font-size:.9rem; }
@media (max-width:820px){ .promo-pop{ bottom:5.2rem; } }

/* ============ BANNER DE URGENCIA (movimiento + llamada a la acción) ============ */
.urgency-bar{ position:relative; display:flex; align-items:center; overflow:hidden; background:linear-gradient(90deg,var(--red-dark),var(--red),var(--red-light),var(--red)); background-size:300% 100%; animation:urgShine 6s linear infinite; color:#fff; height:40px; }
@keyframes urgShine{ 0%{ background-position:0% 50%; } 100%{ background-position:300% 50%; } }
.urgency-track{ display:flex; gap:2.5rem; white-space:nowrap; align-items:center; animation:urgScroll 22s linear infinite; padding-left:100%; }
.urgency-bar:hover .urgency-track{ animation-play-state:paused; }
@keyframes urgScroll{ 0%{ transform:translateX(0); } 100%{ transform:translateX(-100%); } }
.urgency-track span{ display:inline-flex; align-items:center; gap:.5rem; font-size:.82rem; font-weight:700; letter-spacing:.02em; }
.urgency-track .sep{ opacity:.55; font-weight:400; }
.urgency-track .strong{ background:#fff; color:var(--red-dark); padding:.12rem .6rem; border-radius:100px; }
.urgency-track .pulse{ width:9px; height:9px; border-radius:50%; background:#fff; box-shadow:0 0 0 0 rgba(255,255,255,.7); animation:urgPulse 1.4s infinite; }
@keyframes urgPulse{ 0%{ box-shadow:0 0 0 0 rgba(255,255,255,.7); } 70%{ box-shadow:0 0 0 8px rgba(255,255,255,0); } 100%{ box-shadow:0 0 0 0 rgba(255,255,255,0); } }
.urgency-close{ position:absolute; right:.6rem; top:50%; transform:translateY(-50%); width:24px; height:24px; border-radius:50%; background:rgba(0,0,0,.18); color:#fff; display:flex; align-items:center; justify-content:center; z-index:2; }
.urgency-close svg{ width:13px; height:13px; }
.urgency-close:hover{ background:rgba(0,0,0,.35); }

/* ============ PANEL DE COOKIES (toggles) ============ */
.cookie-banner.wide{ max-width:520px; }
.cookie-prefs{ display:none; margin:.4rem 0 1rem; border-top:1px solid var(--line); padding-top:.9rem; }
.cookie-prefs.show{ display:block; }
.cookie-row{ display:flex; align-items:center; justify-content:space-between; gap:1rem; padding:.6rem 0; border-bottom:1px solid var(--line); }
.cookie-row:last-child{ border-bottom:none; }
.cookie-row span.txt{ display:flex; flex-direction:column; }
.cookie-row strong{ font-size:.88rem; color:var(--ink); }
.cookie-row small{ font-size:.74rem; color:var(--slate); line-height:1.35; }
.switch{ position:relative; width:42px; height:24px; flex-shrink:0; }
.switch input{ opacity:0; width:0; height:0; position:absolute; }
.switch .slider{ position:absolute; inset:0; background:var(--line); border-radius:100px; transition:.25s; cursor:pointer; }
.switch .slider::before{ content:''; position:absolute; height:18px; width:18px; left:3px; top:3px; background:#fff; border-radius:50%; transition:.25s; box-shadow:0 1px 3px rgba(0,0,0,.2); }
.switch input:checked + .slider{ background:var(--red); }
.switch input:checked + .slider::before{ transform:translateX(18px); }
.switch input:disabled + .slider{ background:var(--brand,var(--red)); opacity:.55; cursor:not-allowed; }
.cookie-config{ background:var(--bg); color:var(--ink-soft); border:1.5px solid var(--line); }
.cookie-config:hover{ background:var(--line); }

/* ============ CARRUSEL GENÉRICO (secciones con muchas tarjetas) ============ */
.carousel{ position:relative; margin-top:.5rem; }
.carousel-track{ display:flex; gap:1.4rem; overflow-x:auto; scroll-snap-type:x mandatory; scroll-behavior:smooth; padding:1rem .25rem 1.6rem; scrollbar-width:none; -ms-overflow-style:none; }
.carousel-track::-webkit-scrollbar{ display:none; }
.carousel-track > *{ flex:0 0 300px; scroll-snap-align:start; }
@media (max-width:820px){ .carousel-track > *{ flex:0 0 82%; } }

/* ============ PÁGINAS LEGALES ============ */
.legal{ max-width:820px; margin:0 auto; }
.legal h2{ font-size:1.4rem; margin:2rem 0 .7rem; }
.legal h2:first-child{ margin-top:0; }
.legal p, .legal li{ color:var(--slate); font-size:.95rem; line-height:1.75; margin-bottom:.8rem; }
.legal ul{ padding-left:1.3rem; margin-bottom:.8rem; }
.legal strong{ color:var(--ink); }
.legal a{ color:var(--red); text-decoration:underline; }
.legal .updated{ font-size:.82rem; color:var(--slate-soft); margin-bottom:2rem; }
.legal .note{ background:var(--rose); border-left:4px solid var(--red); border-radius:var(--r-sm); padding:1rem 1.2rem; font-size:.88rem; color:var(--ink-soft); margin:1.2rem 0; }

/* ============ PAGE HERO (páginas internas) ============ */
.page-hero{ position:relative; overflow:hidden; padding:3.5rem 0 4rem; color:#fff;
  background-color:#9A1219;
  background-image:
    linear-gradient(120% 120% at 80% 0%, rgba(200,29,37,.93) 0%, rgba(154,18,25,.96) 60%, rgba(110,12,18,.97) 100%),
    url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1600&q=70');
  background-size:cover; background-position:center; background-repeat:no-repeat; }
.page-hero::after{ content:''; position:absolute; inset:0; background-image:radial-gradient(rgba(255,255,255,.05) 1px, transparent 1px); background-size:30px 30px; opacity:.5; pointer-events:none; }
.page-hero .crumbs{ position:relative; z-index:2; font-size:.82rem; color:rgba(255,255,255,.6); margin-bottom:1rem; display:flex; gap:.5rem; flex-wrap:wrap; }
.page-hero .crumbs a:hover{ color:#fff; }
.page-hero-inner{ position:relative; z-index:2; max-width:760px; }
.page-hero h1{ font-size:clamp(2rem,5vw,3.4rem); color:#fff; font-weight:500; margin-bottom:1rem; }
.page-hero h1 em{ font-style:italic; color:#fff; font-weight:500; text-decoration:underline; text-decoration-color:rgba(255,255,255,.45); text-underline-offset:6px; }
.page-hero p{ font-size:1.08rem; color:rgba(255,255,255,.82); line-height:1.6; margin-bottom:1.8rem; max-width:620px; }
.page-hero .hero-ctas{ margin-bottom:0; }

/* ============ TRUST STRIP ============ */
.trust-strip{ background:var(--paper); padding:2.2rem 0; border-bottom:1px solid var(--line); }
.trust-strip-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(210px,1fr)); gap:1.6rem; align-items:center; }
.trust-strip-item{ display:flex; align-items:center; gap:.85rem; }
.trust-strip-icon{ width:46px; height:46px; flex-shrink:0; background:linear-gradient(135deg,var(--ink),var(--ink-soft)); color:var(--red-light); border-radius:12px; display:flex; align-items:center; justify-content:center; box-shadow:var(--sombra-sm); }
.trust-strip-icon svg{ width:22px; height:22px; }
.trust-strip-text strong{ display:block; font-size:.95rem; color:var(--ink); }
.trust-strip-text span{ font-size:.8rem; color:var(--slate); }

/* ============ PROBLEMAS ============ */
.problems-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); gap:1.4rem; }
.problem-card{ background:var(--paper); border:1px solid var(--line); border-radius:var(--r-md); padding:1.8rem; transition:all .35s var(--ease); position:relative; overflow:hidden; }
.problem-card:hover{ transform:translateY(-6px); box-shadow:var(--sombra-lg); border-color:rgba(200,29,37,.3); }
.problem-ico{ width:54px; height:54px; border-radius:14px; background:var(--rose); color:var(--red); display:flex; align-items:center; justify-content:center; margin-bottom:1.1rem; transition:all .35s var(--ease-spring); }
.problem-ico svg{ width:26px; height:26px; }
.problem-card:hover .problem-ico{ background:var(--red); color:#fff; transform:rotate(-5deg) scale(1.05); }
.problem-card h3{ font-size:1.16rem; margin-bottom:.5rem; }
.problem-card p{ color:var(--slate); font-size:.92rem; line-height:1.6; }
.problem-solution{ margin-top:3rem; padding:1.4rem 1.7rem; background:var(--rose); border-left:4px solid var(--red); border-radius:var(--r-sm); display:flex; align-items:center; gap:1rem; max-width:820px; margin-left:auto; margin-right:auto; }
.problem-solution svg{ width:30px; height:30px; color:var(--red); flex-shrink:0; }
.problem-solution p{ font-size:.98rem; color:var(--ink-soft); }
.problem-solution strong{ color:var(--red-dark); }

/* ============ SERVICIOS ============ */
.services-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(255px,1fr)); gap:1.4rem; }
.service-card{ background:var(--paper); border:1px solid var(--line); border-radius:var(--r-md); padding:1.9rem; transition:all .35s var(--ease); display:block; }
.service-card:hover{ transform:translateY(-8px); box-shadow:var(--sombra-lg); border-color:var(--red); }
.service-ico{ width:56px; height:56px; border-radius:15px; background:var(--rose); color:var(--red); display:flex; align-items:center; justify-content:center; margin-bottom:1.1rem; transition:all .35s var(--ease-spring); }
.service-ico svg{ width:27px; height:27px; }
.service-card:hover .service-ico{ background:var(--red); color:#fff; transform:rotate(-5deg) scale(1.05); }
.service-card h3{ font-size:1.18rem; margin-bottom:.5rem; }
.service-card p{ color:var(--slate); font-size:.91rem; line-height:1.6; }
.service-card .more{ margin-top:.9rem; font-size:.85rem; font-weight:700; color:var(--red); display:inline-flex; align-items:center; gap:.35rem; }

/* ============ COMPARATIVA ============ */
.compare-wrap{ max-width:920px; margin:0 auto; display:grid; grid-template-columns:1fr 1fr; gap:1.4rem; }
.compare-col{ border-radius:var(--r-lg); padding:2rem 1.8rem; }
.compare-col.bad{ background:var(--paper); border:1.5px solid var(--line); }
.compare-col.good{ background:linear-gradient(160deg,var(--ink),var(--ink-soft)); color:#fff; box-shadow:var(--sombra-lg); position:relative; overflow:hidden; }
.compare-col.good::before{ content:''; position:absolute; top:0; left:0; width:100%; height:3px; background:linear-gradient(90deg,var(--red),var(--red-light)); }
.compare-head{ display:flex; align-items:center; gap:.7rem; margin-bottom:1.4rem; padding-bottom:1.2rem; border-bottom:1px solid var(--line); }
.compare-col.good .compare-head{ border-bottom-color:rgba(255,255,255,.14); }
.compare-head h3{ font-size:1.2rem; }
.compare-col.good .compare-head h3{ color:#fff; }
.compare-badge{ font-size:.68rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; padding:.26rem .7rem; border-radius:100px; }
.compare-badge.bad{ background:var(--rose); color:var(--red); }
.compare-badge.good{ background:var(--red); color:#fff; }
.compare-list{ list-style:none; display:flex; flex-direction:column; gap:.95rem; }
.compare-list li{ display:flex; align-items:flex-start; gap:.7rem; font-size:.93rem; line-height:1.5; }
.compare-list.bad li{ color:var(--slate); }
.compare-list.good li{ color:rgba(255,255,255,.92); }
.compare-list .ci{ width:22px; height:22px; border-radius:50%; flex-shrink:0; display:flex; align-items:center; justify-content:center; margin-top:1px; }
.compare-list.bad .ci{ background:var(--rose); color:var(--red); }
.compare-list.good .ci{ background:var(--red); color:#fff; }
.compare-list .ci svg{ width:13px; height:13px; }

/* ============ ESTUDIO DE AHORRO / FRANJA FORMULARIO ============ */
.savings{ background:linear-gradient(160deg,var(--red-dark),var(--red)); color:#fff; position:relative; overflow:hidden; }
.savings::before{ content:''; position:absolute; inset:0; background-image:radial-gradient(circle at 85% 15%, rgba(255,255,255,.12), transparent 45%); }
.savings-inner{ position:relative; z-index:2; display:grid; grid-template-columns:1fr 1fr; gap:3.5rem; align-items:center; }
.savings h2{ color:#fff; font-size:clamp(1.9rem,4vw,2.9rem); margin-bottom:1rem; }
.savings h2 em{ color:#fff; font-style:italic; font-weight:500; text-decoration:underline; text-decoration-color:rgba(255,255,255,.5); text-underline-offset:5px; }
.savings p.lead{ color:rgba(255,255,255,.9); font-size:1.05rem; margin-bottom:1.6rem; line-height:1.6; }
.savings-points{ list-style:none; display:flex; flex-direction:column; gap:.8rem; }
.savings-points li{ display:flex; align-items:center; gap:.7rem; font-size:.96rem; color:rgba(255,255,255,.95); }
.savings-points svg{ width:22px; height:22px; color:#fff; flex-shrink:0; }
.savings-form{ background:var(--paper); color:var(--ink); border-radius:var(--r-lg); padding:2rem; box-shadow:var(--sombra-lg); }
.savings-form h3{ font-size:1.35rem; margin-bottom:.3rem; }
.savings-form .sub{ color:var(--slate); font-size:.9rem; margin-bottom:1.3rem; }

/* ============ PROCESO ============ */
.steps-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(250px,1fr)); gap:1.6rem; margin-top:2.5rem; }
.step{ position:relative; padding:2.4rem 1.7rem 1.8rem; background:var(--paper); border:1px solid var(--line); border-radius:var(--r-lg); text-align:center; transition:all .35s var(--ease); }
.step:hover{ transform:translateY(-8px); box-shadow:var(--sombra-lg); border-color:var(--red); }
.step-num{ position:absolute; top:-22px; left:50%; transform:translateX(-50%); width:46px; height:46px; background:linear-gradient(135deg,var(--red),var(--red-light)); color:#fff; border-radius:50%; display:flex; align-items:center; justify-content:center; font-family:var(--font-d); font-size:1.2rem; font-weight:700; box-shadow:var(--sombra-red); }
.step h3{ font-size:1.14rem; margin:.8rem 0 .5rem; }
.step p{ color:var(--slate); font-size:.91rem; line-height:1.6; }

/* ============ OFICINA VIRTUAL ============ */
.office{ display:grid; grid-template-columns:1fr 1fr; gap:3.5rem; align-items:center; }
.office-features{ display:grid; grid-template-columns:1fr 1fr; gap:1rem; margin-top:.5rem; }
.office-feat{ background:var(--paper); border:1px solid var(--line); border-radius:var(--r-md); padding:1.3rem; transition:all .3s var(--ease); }
.office-feat:hover{ border-color:var(--red); transform:translateY(-4px); box-shadow:var(--sombra-md); }
.office-feat-ico{ width:42px; height:42px; border-radius:11px; background:var(--rose); color:var(--red); display:flex; align-items:center; justify-content:center; margin-bottom:.7rem; }
.office-feat-ico svg{ width:21px; height:21px; }
.office-feat strong{ display:block; font-size:.98rem; color:var(--ink); margin-bottom:.2rem; }
.office-feat span{ font-size:.82rem; color:var(--slate); line-height:1.45; }
.office-mock{ background:linear-gradient(160deg,var(--ink),var(--ink-soft)); border-radius:var(--r-xl); padding:1.3rem; box-shadow:var(--sombra-lg); }
.office-mock-bar{ display:flex; gap:.4rem; margin-bottom:1rem; padding:.2rem .3rem; }
.office-mock-bar span{ width:11px; height:11px; border-radius:50%; }
.office-mock-screen{ background:var(--paper); border-radius:var(--r-md); overflow:hidden; }
.oms-head{ background:var(--rose); padding:1rem 1.2rem; display:flex; align-items:center; justify-content:space-between; }
.oms-head strong{ font-family:var(--font-d); font-size:1rem; color:var(--ink); }
.oms-head .pill{ font-size:.68rem; font-weight:700; color:var(--red); background:#fff; padding:.2rem .6rem; border-radius:100px; }
.oms-row{ padding:.85rem 1.2rem; display:flex; align-items:center; gap:.8rem; border-bottom:1px solid var(--line); }
.oms-row:last-child{ border-bottom:none; }
.oms-dot{ width:34px; height:34px; border-radius:9px; background:var(--rose); color:var(--red); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.oms-dot svg{ width:17px; height:17px; }
.oms-row .t{ flex:1; }
.oms-row .t b{ display:block; font-size:.82rem; color:var(--ink); }
.oms-row .t i{ font-style:normal; font-size:.72rem; color:var(--slate); }
.oms-row .stat{ font-size:.7rem; font-weight:700; padding:.2rem .55rem; border-radius:100px; }
.oms-row .stat.ok{ background:var(--rose); color:var(--red-dark); }
.oms-row .stat.go{ background:#FEF3E2; color:#B45309; }

/* ============ TESTIMONIOS ============ */
.testimonials-carousel{ position:relative; margin:0 -1.4rem; padding:1rem 0; }
.testimonials-track{ display:flex; gap:1.4rem; overflow-x:auto; scroll-snap-type:x mandatory; scroll-behavior:smooth; padding:1rem 1.4rem 2.4rem; scrollbar-width:none; -ms-overflow-style:none; }
.testimonials-track::-webkit-scrollbar{ display:none; }
.testimonial{ background:var(--paper); border:1px solid var(--line); border-radius:var(--r-md); padding:1.9rem; position:relative; transition:all .35s var(--ease); display:flex; flex-direction:column; flex:0 0 350px; scroll-snap-align:start; min-height:270px; }
.testimonial:hover{ transform:translateY(-6px); box-shadow:var(--sombra-lg); border-color:var(--red); }
.testimonial::before{ content:'"'; position:absolute; top:.3rem; right:1.3rem; font-family:var(--font-d); font-size:5rem; line-height:1; color:var(--red); opacity:.12; font-weight:700; }
.testimonial-header{ display:flex; align-items:center; gap:.9rem; margin-bottom:1.1rem; }
.testimonial-avatar{ width:48px; height:48px; border-radius:50%; background:linear-gradient(135deg,var(--red),var(--red-dark)); color:#fff; display:flex; align-items:center; justify-content:center; font-weight:700; font-size:1rem; font-family:var(--font-d); flex-shrink:0; }
.testimonial-info h4{ font-size:.98rem; margin-bottom:.1rem; font-weight:600; line-height:1.2; }
.testimonial-info .stars{ color:#E8B100; font-size:.9rem; letter-spacing:.08em; }
.testimonial-info .source{ font-size:.74rem; color:var(--slate); }
.testimonial p{ font-size:.93rem; color:var(--ink-soft); line-height:1.62; font-style:italic; flex-grow:1; }
.testimonial .hl{ color:var(--red-dark); font-weight:600; font-style:normal; background:var(--rose); padding:0 4px; border-radius:3px; }
.carousel-controls{ display:flex; justify-content:center; gap:1rem; margin-top:1.5rem; }
.carousel-btn{ width:48px; height:48px; border-radius:50%; background:var(--paper); border:1px solid var(--line); color:var(--ink); display:flex; align-items:center; justify-content:center; transition:all .3s var(--ease); box-shadow:var(--sombra-sm); }
.carousel-btn:hover{ background:var(--ink); color:var(--red-light); border-color:var(--ink); transform:scale(1.08); }
.carousel-btn svg{ width:20px; height:20px; }
.google-bar-wrapper{ text-align:center; margin-top:2.2rem; }
.google-bar{ display:inline-flex; align-items:center; gap:1.1rem; padding:1rem 1.9rem; background:var(--paper); border-radius:100px; box-shadow:var(--sombra-md); border:1px solid var(--line); }
.google-bar .gscore{ font-family:var(--font-d); font-size:2.1rem; font-weight:700; color:var(--ink); line-height:1; }
.google-bar .gstars{ color:#E8B100; font-size:1.05rem; letter-spacing:.06em; }
.google-bar .glabel{ font-size:.8rem; color:var(--slate); text-align:left; }
.google-bar .glogo b:nth-child(1){color:#4285F4}.google-bar .glogo b:nth-child(2){color:#EA4335}.google-bar .glogo b:nth-child(3){color:#FBBC05}.google-bar .glogo b:nth-child(4){color:#4285F4}.google-bar .glogo b:nth-child(5){color:#34A853}.google-bar .glogo b:nth-child(6){color:#EA4335}

/* ============ ZONAS ============ */
.zones-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(190px,1fr)); gap:1rem; max-width:1000px; margin:0 auto; }
.zone-card{ background:var(--paper); border:1px solid var(--line); border-radius:var(--r-md); padding:1.4rem 1.5rem; transition:all .3s var(--ease); display:flex; align-items:center; gap:.85rem; }
.zone-card:hover{ border-color:var(--red); transform:translateY(-4px); box-shadow:var(--sombra-md); }
.zone-ico{ width:40px; height:40px; border-radius:11px; background:var(--rose); color:var(--red); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.zone-ico svg{ width:20px; height:20px; }
.zone-card strong{ display:block; font-size:.98rem; color:var(--ink); }
.zone-card span{ font-size:.78rem; color:var(--slate); }

/* ============ BLOG ============ */
.blog-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); gap:1.5rem; }
.blog-card{ background:var(--paper); border:1px solid var(--line); border-radius:var(--r-lg); overflow:hidden; transition:all .35s var(--ease); display:flex; flex-direction:column; }
.blog-card:hover{ transform:translateY(-6px); box-shadow:var(--sombra-lg); border-color:var(--red); }
.blog-thumb{ height:160px; display:flex; align-items:flex-end; padding:1.1rem; }
.blog-thumb.t1{ background:linear-gradient(160deg,#C81D25,#9A1219); } .blog-thumb.t2{ background:linear-gradient(160deg,#3A1012,#15110F); } .blog-thumb.t3{ background:linear-gradient(160deg,#E63946,#9A1219); }
.blog-thumb span{ font-size:.68rem; font-weight:800; letter-spacing:.1em; text-transform:uppercase; color:#fff; background:rgba(255,255,255,.18); padding:.3rem .7rem; border-radius:100px; backdrop-filter:blur(6px); }
.blog-body{ padding:1.4rem; flex:1; display:flex; flex-direction:column; }
.blog-body h3{ font-size:1.14rem; margin-bottom:.5rem; line-height:1.25; }
.blog-body p{ font-size:.88rem; color:var(--slate); line-height:1.55; flex:1; }
.blog-body .read{ margin-top:1rem; font-size:.85rem; font-weight:700; color:var(--red); display:inline-flex; align-items:center; gap:.4rem; }
.blog-note{ text-align:center; margin-top:2.2rem; font-size:.86rem; color:var(--slate); }

/* ============ FAQ ============ */
.faq-wrap{ max-width:820px; margin:0 auto; }
.faq-item{ background:var(--paper); border:1px solid var(--line); border-radius:var(--r-md); margin-bottom:.8rem; overflow:hidden; transition:all .3s var(--ease); }
.faq-item:hover{ border-color:var(--red); }
.faq-item.open{ box-shadow:var(--sombra-md); border-color:var(--red); }
.faq-q{ width:100%; padding:1.25rem 1.5rem; display:flex; align-items:center; justify-content:space-between; font-size:1rem; font-weight:600; color:var(--ink); text-align:left; gap:1rem; font-family:var(--font-b); transition:color .25s var(--ease); }
.faq-q:hover{ color:var(--red); }
.faq-q .ico{ width:30px; height:30px; border-radius:50%; background:var(--rose); display:flex; align-items:center; justify-content:center; flex-shrink:0; transition:all .3s var(--ease); color:var(--red); }
.faq-item.open .faq-q .ico{ background:var(--red); color:#fff; transform:rotate(45deg); }
.faq-q .ico svg{ width:16px; height:16px; }
.faq-a{ max-height:0; overflow:hidden; transition:max-height .4s var(--ease); padding:0 1.5rem; }
.faq-a-inner{ padding-bottom:1.3rem; color:var(--slate); font-size:.93rem; line-height:1.7; }
.faq-a-inner strong{ color:var(--ink); }
.faq-item.open .faq-a{ max-height:600px; }

/* ============ CTA STRIP ============ */
.cta-strip{ background:linear-gradient(135deg,var(--red),var(--red-dark)); color:#fff; padding:4.5rem 0; text-align:center; position:relative; overflow:hidden; }
.cta-strip::before{ content:''; position:absolute; inset:0; background-image:radial-gradient(circle at 30% 50%, rgba(255,255,255,.18), transparent 42%), radial-gradient(circle at 75% 50%, rgba(255,255,255,.1), transparent 42%); }
.cta-strip-inner{ position:relative; z-index:2; max-width:720px; margin:0 auto; }
.cta-strip h2{ font-size:clamp(1.7rem,4vw,2.7rem); color:#fff; margin-bottom:.9rem; }
.cta-strip h2 em{ font-style:italic; color:#fff; font-weight:500; text-decoration:underline; text-decoration-color:rgba(255,255,255,.5); text-underline-offset:5px; }
.cta-strip p{ font-size:1.05rem; color:rgba(255,255,255,.82); margin-bottom:2rem; }
.cta-strip .hero-ctas{ justify-content:center; margin-bottom:0; }

/* ============ CONTACTO ============ */
.contact-grid{ display:grid; grid-template-columns:1fr 1.2fr; gap:3.5rem; align-items:start; }
.contact-info{ position:sticky; top:90px; }
.contact-info h2{ font-size:clamp(1.8rem,3.6vw,2.5rem); margin-bottom:.9rem; }
.contact-info > p{ color:var(--slate); margin-bottom:1.8rem; line-height:1.6; }
.contact-items{ display:flex; flex-direction:column; gap:.8rem; margin-bottom:1.4rem; }
.contact-item{ display:flex; gap:1rem; padding:1.1rem; background:var(--paper); border-radius:var(--r-md); border:1px solid var(--line); transition:all .3s var(--ease); }
.contact-item:hover{ border-color:var(--red); transform:translateX(4px); }
.contact-item-icon{ width:44px; height:44px; flex-shrink:0; display:flex; align-items:center; justify-content:center; background:var(--rose); color:var(--red); border-radius:12px; }
.contact-item-icon svg{ width:22px; height:22px; }
.contact-item-text{ align-self:center; }
.contact-item-text strong{ display:block; font-weight:700; font-size:.95rem; margin-bottom:.35rem; color:var(--ink); }
.contact-item-text span,.contact-item-text a{ color:var(--slate); font-size:.95rem; display:block; line-height:1.7; }
.contact-item-text a{ font-weight:600; }
.contact-item-text a:hover{ color:var(--red); }
.contact-map{ border-radius:var(--r-md); overflow:hidden; border:1px solid var(--line); box-shadow:var(--sombra-sm); margin-top:.5rem; }
.contact-map iframe{ width:100%; height:230px; border:0; display:block; }
.contact-form{ background:var(--paper); padding:2.3rem; border-radius:var(--r-lg); box-shadow:var(--sombra-lg); border:1px solid var(--line); }
.form-row{ display:grid; grid-template-columns:1fr 1fr; gap:1.2rem; }
.form-row-3{ display:grid; grid-template-columns:1fr 1fr 1fr; gap:1.2rem; }
.form-group{ margin-bottom:1.2rem; position:relative; }
.form-group label{ display:block; font-size:.84rem; font-weight:700; margin-bottom:.4rem; color:var(--ink); }
.form-group label span{ color:var(--red); }
.form-control{ width:100%; padding:.88rem 1rem; border:1.5px solid var(--line); background:var(--bg); border-radius:var(--r-sm); font-size:.95rem; color:var(--ink); transition:all .25s var(--ease); }
.form-control:focus{ outline:none; border-color:var(--red); background:var(--paper); box-shadow:0 0 0 4px rgba(200,29,37,.1); }
textarea.form-control{ resize:vertical; min-height:100px; }
.form-control.error{ border-color:#DC2626; background:#FEF2F2; }
.form-msg{ font-size:.79rem; color:#DC2626; margin-top:.3rem; display:none; font-weight:600; }
.form-msg.show{ display:block; }
.checks-grid{ display:grid; grid-template-columns:1fr 1fr; gap:.5rem 1.2rem; margin:1rem 0; }
.check-amenity{ display:flex; align-items:center; gap:.5rem; font-size:.85rem; color:var(--ink-soft); cursor:pointer; }
.check-amenity input{ width:17px; height:17px; accent-color:var(--red); cursor:pointer; }
.form-checkbox{ display:flex; align-items:flex-start; gap:.65rem; margin:1.1rem 0; font-size:.81rem; color:var(--slate); line-height:1.5; }
.form-checkbox input{ width:18px; height:18px; margin-top:2px; accent-color:var(--red); flex-shrink:0; cursor:pointer; }
.form-checkbox a{ color:var(--ink); font-weight:700; text-decoration:underline; }
.form-submit{ width:100%; padding:1.1rem; font-size:1rem; margin-top:.4rem; }
.form-success{ display:none; background:#DCFCE7; border:1px solid #16A34A; color:#166534; padding:1rem; border-radius:var(--r-sm); margin-top:1rem; font-size:.9rem; text-align:center; font-weight:600; }
.form-success.show{ display:block; }

/* ============ FOOTER ============ */
.footer{ background:var(--ink); color:rgba(255,255,255,.7); padding:3.5rem 0 2rem; position:relative; overflow:hidden; }
.footer::before{ content:''; position:absolute; top:0; left:0; width:100%; height:3px; background:linear-gradient(90deg,var(--red),var(--red-light),transparent); }
.footer-grid{ display:grid; grid-template-columns:1.6fr 1fr 1fr 1.2fr; gap:2.5rem; margin-bottom:2.5rem; }
.footer-brand .logo{ margin-bottom:1.1rem; }
.footer-brand .logo-text strong{ color:#fff; }
.footer-brand p{ font-size:.88rem; line-height:1.65; margin-bottom:1rem; }
.footer-brand .badge-foot{ font-size:.76rem; color:var(--red-light); font-weight:700; }
.footer h4{ font-family:var(--font-b); font-size:.8rem; text-transform:uppercase; letter-spacing:.14em; color:var(--red-light); margin-bottom:1.1rem; font-weight:700; }
.footer ul{ list-style:none; }
.footer ul li{ margin-bottom:.55rem; }
.footer ul li a{ font-size:.88rem; transition:all .2s var(--ease); }
.footer ul li a:hover{ color:#fff; padding-left:5px; }
.footer-bottom{ padding-top:1.8rem; border-top:1px solid rgba(255,255,255,.1); display:flex; flex-wrap:wrap; justify-content:space-between; gap:1rem; font-size:.82rem; }
.footer-bottom a:hover{ color:#fff; }

/* ============ WHATSAPP FLOAT ============ */
.whatsapp-float{ position:fixed; bottom:1.5rem; right:1.5rem; width:62px; height:62px; background:var(--whatsapp); border-radius:50%; display:flex; align-items:center; justify-content:center; color:#fff; z-index:990; box-shadow:0 12px 32px rgba(37,211,102,.5); transition:all .3s var(--ease); }
.whatsapp-float:hover{ transform:scale(1.1); }
.whatsapp-float svg{ width:32px; height:32px; position:relative; z-index:2; }
.whatsapp-float::before,.whatsapp-float::after{ content:''; position:absolute; inset:0; border-radius:50%; border:2px solid var(--whatsapp); animation:pulseWhats 2.4s infinite; }
.whatsapp-float::after{ animation-delay:.8s; }
@keyframes pulseWhats{ 0%{ transform:scale(1); opacity:1;} 100%{ transform:scale(1.8); opacity:0;} }

/* ============ BARRA INFERIOR MÓVIL ============ */
.mobile-bar{ position:fixed; bottom:0; left:0; right:0; z-index:995; display:none; grid-template-columns:1fr 1fr 1.3fr; gap:.5rem; padding:.55rem .6rem calc(.55rem + env(safe-area-inset-bottom)); background:rgba(255,255,255,.97); backdrop-filter:blur(18px); border-top:1px solid var(--line); box-shadow:0 -8px 30px rgba(21,17,15,.12); }
.mobile-bar a{ display:flex; flex-direction:column; align-items:center; justify-content:center; gap:.18rem; padding:.55rem .3rem; border-radius:13px; font-size:.7rem; font-weight:700; transition:all .2s var(--ease); }
.mobile-bar a svg{ width:21px; height:21px; }
.mb-call{ background:var(--rose); color:var(--red-dark); }
.mb-whats{ background:rgba(37,211,102,.14); color:var(--whatsapp-d); }
.mb-quote{ background:linear-gradient(135deg,var(--red),var(--red-light)); color:#fff; flex-direction:row !important; gap:.4rem !important; box-shadow:var(--sombra-red); }
.mb-quote svg{ width:18px; height:18px; }

/* ============ COOKIE BANNER ============ */
.cookie-banner{ position:fixed; bottom:1.2rem; left:1.2rem; right:1.2rem; max-width:480px; margin:0 auto; z-index:1100; background:var(--paper); border:1px solid var(--line); border-radius:var(--r-lg); box-shadow:var(--sombra-lg); padding:1.5rem; display:none; }
.cookie-banner.show{ display:block; animation:cookieUp .5s var(--ease-spring); }
@keyframes cookieUp{ from{ transform:translateY(40px); opacity:0;} to{ transform:translateY(0); opacity:1;} }
.cookie-banner h4{ font-size:1.05rem; margin-bottom:.4rem; display:flex; align-items:center; gap:.5rem; }
.cookie-banner h4 svg{ width:20px; height:20px; color:var(--red); }
.cookie-banner p{ font-size:.82rem; color:var(--slate); line-height:1.55; margin-bottom:1.1rem; }
.cookie-banner p a{ color:var(--red); font-weight:700; text-decoration:underline; }
.cookie-actions{ display:flex; gap:.6rem; flex-wrap:wrap; }
.cookie-actions .btn{ padding:.7rem 1.2rem; font-size:.85rem; flex:1; min-width:120px; }
.cookie-reject{ background:var(--bg); color:var(--ink-soft); border:1.5px solid var(--line); }
.cookie-reject:hover{ background:var(--line); }

/* ============ RESPONSIVE ============ */
@media (max-width:1024px){
  .hero-grid{ grid-template-columns:1fr; gap:2.5rem; }
  .hero-content{ max-width:none; }
  .savings-inner{ grid-template-columns:1fr; gap:2.5rem; }
  .office{ grid-template-columns:1fr; gap:2.5rem; }
  .contact-grid{ grid-template-columns:1fr; gap:2.5rem; }
  .contact-info{ position:static; }
  .footer-grid{ grid-template-columns:1fr 1fr; gap:2.2rem; }
  .nav-links{ display:none; position:absolute; top:100%; left:0; right:0; flex-direction:column; align-items:stretch; gap:0; background:#fff; padding:.4rem 1.4rem 1rem; box-shadow:0 24px 40px rgba(21,17,15,.12); border-bottom:1px solid var(--line); }
  .nav-links.open{ display:flex; animation:navDrop .25s var(--ease); }
  @keyframes navDrop{ from{ opacity:0; transform:translateY(-8px);} to{ opacity:1; transform:translateY(0);} }
  .nav-links a{ padding:.9rem .2rem; font-size:1.02rem; border-bottom:1px solid var(--line); }
  .nav-links a:last-child{ border-bottom:none; }
  .nav-links a.active::after{ display:none; }
  .nav-toggle{ display:flex; }
  .nav-toggle.open{ background:var(--red); color:#fff; }
}
@media (max-width:820px){
  section{ padding:3.5rem 0; }
  .hero{ padding:2.5rem 0 3.5rem; }
  .topbar-inner{ font-size:.76rem; gap:.5rem; justify-content:center; }
  .topbar-badge{ display:none; }
  .compare-wrap{ grid-template-columns:1fr; }
  .office-features{ grid-template-columns:1fr; }
  .form-row,.form-row-3{ grid-template-columns:1fr; gap:0; }
  .checks-grid{ grid-template-columns:1fr; }
  .contact-form,.savings-form{ padding:1.6rem; }
  .footer-grid{ grid-template-columns:1fr; gap:1.8rem; }
  .footer-bottom{ flex-direction:column; text-align:center; }
  .testimonial{ flex:0 0 84%; }
  .hero-ctas .btn{ width:100%; }
  .mobile-bar{ display:grid; }
  .whatsapp-float{ bottom:5.2rem; }
  body{ padding-bottom:4.4rem; }
  .topbar a:nth-child(2),.topbar span{ display:none; }
}
@media (max-width:480px){
  .container{ padding:0 1rem; }
  .whatsapp-float{ width:54px; height:54px; right:1rem; bottom:5rem; }
  .whatsapp-float svg{ width:27px; height:27px; }
  .hero-card{ padding:1.5rem; }
  .logo-text strong{ font-size:1.08rem; }
  .cookie-banner{ left:.8rem; right:.8rem; bottom:5rem; padding:1.2rem; }
  .urgency-track span{ font-size:.74rem; }
  .urgency-bar{ height:36px; }
  .cookie-actions{ flex-direction:column; }
  .cookie-actions .btn{ width:100%; }
  .logo-img{ height:42px; }
  .promo-pop{ left:.8rem; right:.8rem; width:auto; }
  .section-title{ font-size:clamp(1.7rem,7vw,2.2rem); }
  .hero h1{ font-size:clamp(2rem,8.5vw,2.6rem); }
}
