/* =================================================================
   NANAS ALIADAS — design system v3
   Fucsia #F32462 · Amarillo #FCA204 · Turquesa #06B3BB
   Titulares en paleta · Cuerpos en gris · Baloo 2 / Nunito / Caveat
   ================================================================= */

:root {
  --turquesa: #06B3BB;
  --turquesa-d: #058A91;
  --turquesa-l: #CFEFF1;
  --fucsia: #F32462;
  --fucsia-d: #D1134E;
  --fucsia-l: #FCD8E1;
  --amarillo: #FCA204;
  --amarillo-d: #E08C00;
  --amarillo-l: #FEE9C4;

  --bg: #FFF7F0;
  --bg-2: #FDEEE4;
  --paper: #ffffff;

  --ink: #38333F;
  --ink-soft: #5E5866;
  --ink-mute: #8F8996;
  --line: rgba(56, 51, 63, 0.10);

  --f-display: "Baloo 2", "Nunito", system-ui, sans-serif;
  --f-body: "Nunito", -apple-system, "Segoe UI", system-ui, sans-serif;
  --f-hand: "Caveat", "Baloo 2", cursive;

  --r-sm: 14px;
  --r-md: 22px;
  --r-lg: 30px;
  --r-xl: 42px;
  --shadow-s: 0 6px 20px rgba(56, 51, 63, 0.07);
  --shadow-m: 0 18px 44px rgba(56, 51, 63, 0.12);
  --shadow-t: 0 20px 46px rgba(6, 179, 187, 0.24);
  --shadow-f: 0 20px 46px rgba(243, 36, 98, 0.26);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --maxw: 1200px;
  --nav-h: 84px;
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scrollbar-gutter: stable; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0; background: var(--bg); color: var(--ink);
  font-family: var(--f-body);
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.08rem); line-height: 1.6;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; overflow-x: clip;
}

/* Titles ALWAYS use brand palette (turquoise base, fucsia/amber accents) */
h1, h2, h3, h4, h5 { font-family: var(--f-display); color: var(--turquesa-d); line-height: 1.1; margin: 0; letter-spacing: -0.01em; }
p { margin: 0; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
em { font-style: normal; }

.ic { width: 1.15em; height: 1.15em; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.hl-t { color: var(--turquesa); }
.hl-f { color: var(--fucsia); }
.hl-a { color: var(--amarillo); }

/* ---------- layout ---------- */
.section { max-width: var(--maxw); margin: 0 auto; padding: clamp(4rem, 8vw, 7rem) clamp(1.15rem, 4vw, 2.5rem); }
.sec-head { max-width: 760px; margin: 0 auto clamp(2.4rem, 5vw, 3.6rem); text-align: center; }
.sec-head h2 { font-size: clamp(1.9rem, 1.2rem + 2.6vw, 3.1rem); font-weight: 800; }
.sec-head-sm h3 { font-size: clamp(1.5rem, 1.1rem + 1.6vw, 2.2rem); font-weight: 800; }
.sec-lead { color: var(--ink-soft); margin-top: 0.9rem; font-size: 1.08rem; }
.eyebrow { font-family: var(--f-body); font-weight: 800; text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.78rem; color: var(--fucsia); margin-bottom: 0.7rem; }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; gap: 0.55rem; font-family: var(--f-display); font-weight: 700; font-size: 1rem; padding: 0.8rem 1.4rem; border-radius: 999px; border: 2px solid transparent; cursor: pointer; transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), background 0.3s, color 0.3s; white-space: nowrap; }
.btn .ic { width: 1.25em; height: 1.25em; }
.btn-lg { padding: 1rem 1.7rem; font-size: 1.08rem; }
.btn-primary { background: var(--turquesa); color: #fff; box-shadow: var(--shadow-t); }
.btn-primary:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 26px 56px rgba(6,179,187,0.32); }
.btn-wa { background: var(--fucsia); color: #fff; box-shadow: var(--shadow-f); }
.btn-wa:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 26px 56px rgba(243,36,98,0.34); }
.btn-ghost { background: #fff; color: var(--turquesa-d); border-color: var(--turquesa-l); box-shadow: var(--shadow-s); }
.btn-ghost:hover { transform: translateY(-3px); border-color: var(--turquesa); box-shadow: var(--shadow-t); }

/* ---------- reveal ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
.reveal[data-split] { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* ================= SPLASH ================= */
.splash { position: fixed; inset: 0; z-index: 200; background: var(--bg); display: grid; place-items: center; transition: opacity 0.6s var(--ease), visibility 0.6s; animation: splashSafety 0.01s 4.5s forwards; }
.splash.is-out { opacity: 0; visibility: hidden; pointer-events: none; }
@keyframes splashSafety { to { opacity: 0; visibility: hidden; pointer-events: none; } }
.splash-inner { display: flex; flex-direction: column; align-items: center; gap: 1rem; }
.splash-house { width: 92px; height: 66px; }
.splash-house svg { width: 100%; height: 100%; overflow: visible; }
.sh-roof { fill: none; stroke: var(--turquesa); stroke-width: 6; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 120; stroke-dashoffset: 120; animation: draw 1s var(--ease) 0.1s forwards; }
.sh-heart { fill: var(--fucsia); transform-origin: 43px 55px; transform: scale(0); animation: pop 0.6s var(--ease) 0.7s forwards, beat 1.2s ease-in-out 1.4s infinite; }
@keyframes draw { to { stroke-dashoffset: 0; } }
@keyframes pop { to { transform: scale(1); } }
@keyframes beat { 0%,100%{transform:scale(1)} 50%{transform:scale(1.15)} }
.splash-word { font-family: var(--f-display); font-weight: 800; font-size: 1.6rem; color: var(--turquesa-d); opacity: 0; animation: fadeUp 0.6s var(--ease) 0.9s forwards; }
@keyframes fadeUp { from{opacity:0;transform:translateY(10px)} to{opacity:1;transform:none} }

/* ================= NAV (taller + shrink on scroll) ================= */
.topbar { background: var(--turquesa); color: #fff; }
.topbar-inner { max-width: var(--maxw); margin: 0 auto; padding: 0.5rem clamp(1.15rem, 4vw, 2.5rem); display: flex; justify-content: center; flex-wrap: wrap; gap: 0.4rem 2rem; }
.topbar a { display: inline-flex; align-items: center; gap: 0.45rem; color: #fff; font-family: var(--f-body); font-weight: 700; font-size: 0.86rem; transition: opacity 0.25s; }
.topbar a:hover { opacity: 0.85; }
.topbar a .ic { width: 1.15em; height: 1.15em; }

.nav { position: sticky; top: 0; z-index: 100; padding: 1.05rem 0; background: rgba(255,255,255,0.92); border-bottom: 1px solid var(--line); transition: padding 0.35s var(--ease), box-shadow 0.4s; }
@supports (backdrop-filter: blur(12px)) { .nav { background: rgba(255,255,255,0.84); backdrop-filter: blur(14px) saturate(150%); -webkit-backdrop-filter: blur(14px) saturate(150%); } }
.nav.is-stuck { padding-top: 0.5rem; padding-bottom: 0.5rem; box-shadow: 0 8px 30px rgba(56,51,63,0.10); }
.nav-inner { max-width: var(--maxw); margin: 0 auto; padding: 0 clamp(1.15rem, 4vw, 2.5rem); display: flex; align-items: center; gap: 1.4rem; }
.nav-brand { display: flex; align-items: center; }
.brand-header { height: 78px; width: auto; transition: height 0.35s var(--ease); }
.nav.is-stuck .brand-header { height: 54px; }
.nav-links { display: flex; gap: 1.8rem; margin-left: auto; }
.nav-links a { font-family: var(--f-display); font-weight: 700; font-size: 1rem; color: var(--turquesa-d); position: relative; padding: 0.3rem 0; }
.nav-links a::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 3px; background: var(--fucsia); border-radius: 3px; transition: width 0.3s var(--ease); }
.nav-links a:hover { color: var(--fucsia); }
.nav-links a:hover::after { width: 100%; }
.nav-cta { padding: 0.62rem 1.2rem; font-size: 0.98rem; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; margin-left: auto; }
.nav-toggle span { width: 27px; height: 3px; border-radius: 3px; background: var(--turquesa-d); transition: transform 0.3s, opacity 0.3s; }
.nav-toggle.is-open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.mobile-menu { position: fixed; inset: 72px 0 auto 0; z-index: 99; background: #fff; padding: 1.2rem 1.4rem 1.8rem; display: flex; flex-direction: column; gap: 0.2rem; box-shadow: 0 20px 40px rgba(56,51,63,0.14); transform: translateY(-135%); transition: transform 0.42s var(--ease); border-radius: 0 0 var(--r-lg) var(--r-lg); }
.mobile-menu.is-open { transform: translateY(0); }
.mobile-menu a { font-family: var(--f-display); font-weight: 700; padding: 0.8rem 0.3rem; color: var(--turquesa-d); border-bottom: 1px solid var(--line); }
.mobile-menu a.btn { justify-content: center; margin-top: 0.9rem; border-bottom: 0; color: #fff; }

/* ================= HERO (full-bleed bg) ================= */
.hero { position: relative; min-height: clamp(540px, 82vh, 740px); display: flex; align-items: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background: url("assets/img/bg-hero.webp") center center / cover no-repeat; }
/* Máscara de marca: turquesa institucional, suave y frío (equilibra la calidez de la foto) */
.hero-scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(233,216,187,0.44) 0%, rgba(216,190,152,0.40) 52%, rgba(201,172,131,0.46) 100%); }
.hero-inner { position: relative; z-index: 2; max-width: var(--maxw); margin: 0 auto; padding: 2rem clamp(1.15rem, 4vw, 2.5rem); width: 100%; }
.hero-center { text-align: center; }
.hero-center .hero-cta { justify-content: center; }
/* Título con los colores del logo (turquesa + fucsia), con halo blanco para legibilidad */
.hero-title { text-shadow: 0 2px 16px rgba(255,255,255,0.65), 0 1px 2px rgba(255,255,255,0.75); }
.hero-hand { text-shadow: 0 2px 12px rgba(255,255,255,0.6), 0 1px 2px rgba(255,255,255,0.6); }
/* Botón fucsia para que resalte sobre la máscara turquesa */
.hero-center .hero-cta .btn-primary { background: var(--fucsia); color: #fff; box-shadow: var(--shadow-f); }
.hero-center .hero-cta .btn-primary:hover { background: var(--fucsia-d); color: #fff; }
.hero-curve { position: absolute; left: 0; right: 0; bottom: -1px; height: clamp(48px, 7vw, 100px); z-index: 4; line-height: 0; }
.hero-curve svg { width: 100%; height: 100%; display: block; }
.hero-kicker { display: inline-flex; align-items: center; gap: 0.45rem; font-family: var(--f-body); font-weight: 800; font-size: 0.82rem; letter-spacing: 0.05em; text-transform: uppercase; color: var(--turquesa-d); background: #fff; padding: 0.5rem 0.95rem; border-radius: 999px; box-shadow: var(--shadow-s); }
.hero-kicker .ic { color: var(--fucsia); }
.hero-title { font-size: clamp(3rem, 1.8rem + 6vw, 6rem); font-weight: 800; margin: 1.1rem 0 0.3rem; line-height: 0.98; }
.hero-hand { font-family: var(--f-hand); font-weight: 700; color: var(--fucsia); font-size: clamp(1.9rem, 1.1rem + 2.4vw, 3rem); line-height: 1; margin: 0.2rem 0 1.4rem; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 0.9rem; }
/* Entrada del hero: el fondo carga de golpe, el texto entra con fade in escalonado */
/* Entrada del título: efecto zoom in (escala + fade) */
@keyframes heroIn { from { opacity: 0; transform: scale(0.8); } to { opacity: 1; transform: scale(1); } }
.hero-anim { opacity: 0; }
.hero.is-ready .hero-anim { animation: heroIn 2.4s cubic-bezier(0.22, 1, 0.36, 1) 0.15s both; }
@media (prefers-reduced-motion: reduce) { .hero-anim { opacity: 1 !important; } .hero.is-ready .hero-anim { animation: none; } }

/* ================= INTRO (debajo del hero) ================= */
.intro { max-width: 860px; margin: 0 auto; padding: clamp(3.5rem, 7vw, 5.5rem) clamp(1.15rem, 4vw, 2.5rem); text-align: center; }
.intro-inner h2 { font-size: clamp(1.9rem, 1.2rem + 2.6vw, 3rem); font-weight: 800; color: var(--turquesa-d); text-wrap: balance; }
.intro-inner p { color: var(--ink-soft); font-size: 1.1rem; max-width: 660px; margin: 1.2rem auto 1.8rem; }
.intro-inner strong { color: var(--ink); font-weight: 800; }

/* ================= POR QUÉ ELEGIRNOS (imagen de fondo + título en colores del logo) ================= */
.why { position: relative; overflow: hidden; }
.why-bg { position: absolute; inset: 0; background: url("assets/img/porque-elegirnos.webp") center center / cover no-repeat; background-attachment: fixed; }
.why-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255,247,240,0.88) 0%, rgba(207,239,241,0.85) 100%); }
.why-inner { position: relative; z-index: 2; max-width: 940px; margin: 0 auto; padding: clamp(4rem, 8vw, 7rem) clamp(1.15rem, 4vw, 2.5rem); text-align: center; }
.why-inner .eyebrow { color: var(--fucsia); }
.why-mark { display: block; font-family: var(--f-display); font-weight: 800; font-size: clamp(4rem, 10vw, 7rem); line-height: 0.5; color: rgba(6,179,187,0.35); }
.why-quote { font-size: clamp(1.8rem, 1.1rem + 2.6vw, 3rem); font-weight: 800; color: var(--turquesa-d); text-wrap: balance; max-width: 880px; margin: 0.4rem auto 0; text-shadow: 0 1px 12px rgba(255,247,240,0.6); }
.why-quote em { font-family: var(--f-hand); color: var(--fucsia); font-weight: 700; font-size: 1.12em; padding-right: 0.12em; }
.why-quote .hl-f { color: var(--fucsia); }
.why-quote .hl-a { color: var(--amarillo-d); }
.why-text { max-width: 720px; margin: 1.6rem auto 0; color: var(--ink-soft); font-size: 1.08rem; }

/* pillars row (numbered) */
.pillars-row { list-style: none; margin: clamp(2.6rem, 5vw, 3.6rem) 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; text-align: left; }
.pillar { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); padding: 1.7rem 1.4rem; box-shadow: var(--shadow-s); transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease); }
.pillar:hover { transform: translateY(-6px); box-shadow: var(--shadow-m); }
.pillars-row .pillar:not(:last-child)::after { content: ""; position: absolute; top: 3rem; right: -0.62rem; width: 1.24rem; border-top: 2px dashed var(--turquesa-l); z-index: 1; }
.p-ic { position: relative; display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; margin-bottom: 1rem; }
.p-ic .ic { width: 27px; height: 27px; stroke-width: 2; }
.p-num { position: absolute; top: -5px; right: -5px; display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; font-family: var(--f-display); font-weight: 800; font-size: 0.72rem; color: #fff; border: 2.5px solid #fff; }
.pn-t { background: var(--turquesa); } .pn-f { background: var(--fucsia); } .pn-a { background: var(--amarillo); }
.pillar h3 { font-size: 1.2rem; font-weight: 800; margin-bottom: 0.4rem; }
.pillar p { color: var(--ink-soft); font-size: 0.96rem; }
.ic-t { background: var(--turquesa-l); color: var(--turquesa-d); }
.ic-f { background: var(--fucsia-l); color: var(--fucsia); }
.ic-a { background: var(--amarillo-l); color: var(--amarillo-d); }

/* ================= SERVICIOS ================= */
.services { position: relative; padding: clamp(4rem, 8vw, 7rem) clamp(1.15rem, 4vw, 2.5rem); background: url("assets/img/bg-servicios.webp") center top / cover no-repeat, var(--bg); }
.services > * { max-width: var(--maxw); margin-inline: auto; }
.svc-grid { display: flex; flex-wrap: wrap; gap: 1.5rem; justify-content: center; }
.svc { flex: 0 1 calc(33.333% - 1rem); background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.1rem 1.1rem 1.7rem; box-shadow: var(--shadow-s); transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease); }
.svc:hover { transform: translateY(-8px); box-shadow: var(--shadow-m); }
.svc-media { position: relative; margin-bottom: 2rem; }
.svc-photo { position: relative; aspect-ratio: 16/10; border-radius: 18px; overflow: hidden; background: var(--bg-2); }
.svc-photo img { width: 100%; height: 100%; object-fit: cover; }
.svc-ic { position: absolute; left: 14px; top: 14px; z-index: 2; display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; border: 3px solid #fff; box-shadow: var(--shadow-s); }
.svc-ic .ic { width: 27px; height: 27px; stroke-width: 1.9; }
.svc-age { position: absolute; left: 14px; bottom: -14px; z-index: 3; display: inline-block; font-family: var(--f-display); font-weight: 700; font-size: 0.78rem; color: var(--ink-soft); background: #fff; padding: 0.32rem 0.85rem; border-radius: 999px; box-shadow: var(--shadow-s); border: 1px solid var(--line); }
.svc-body { padding: 0 0.35rem; }
.svc h3 { font-size: 1.28rem; font-weight: 800; margin-bottom: 0.5rem; }
.svc p { color: var(--ink-soft); font-size: 0.97rem; }
.svc-underline { display: block; width: 46px; height: 4px; border-radius: 4px; margin-top: 1.1rem; }
.ul-f { background: var(--fucsia); } .ul-t { background: var(--turquesa); } .ul-a { background: var(--amarillo); }

.svc-cta-bar { display: flex; align-items: center; gap: 1.4rem; margin-top: 1.6rem; background: linear-gradient(150deg, var(--turquesa), var(--turquesa-d)); color: #fff; border-radius: var(--r-lg); padding: 1.3rem 1.9rem; box-shadow: var(--shadow-t); }
.scb-ico { display: grid; place-items: center; width: 54px; height: 54px; flex: none; border-radius: 16px; background: rgba(255,255,255,0.18); color: #fff; }
.scb-ico .ic { width: 28px; height: 28px; }
.scb-text { flex: 1; }
.scb-text h3 { color: #fff; font-size: 1.3rem; }
.scb-text p { color: rgba(255,255,255,0.92); font-size: 0.96rem; }
.svc-cta-bar .btn-wa { background: #fff; color: var(--fucsia); box-shadow: 0 12px 26px rgba(0,0,0,0.18); }
.svc-cta-bar .btn-wa:hover { background: #fff; }

/* ================= MODALIDADES (botones + modal) ================= */
.modalities { position: relative; padding: clamp(3.5rem, 7vw, 5.5rem) clamp(1.15rem, 4vw, 2.5rem); background: url("assets/img/bg-modalidades.webp") center / cover no-repeat, var(--bg-2); }
.modalities > * { max-width: 980px; margin-inline: auto; }
.modalities > .modal { max-width: none; margin-inline: 0; }
.badge-f { background: var(--fucsia); } .badge-t { background: var(--turquesa); } .badge-a { background: var(--amarillo); }
.mod-line { display: block; width: 40px; height: 4px; border-radius: 4px; }
.line-f { background: var(--fucsia); } .line-t { background: var(--turquesa); } .line-a { background: var(--amarillo); }
.mp-ic { display: grid; place-items: center; width: 40px; height: 40px; flex: none; border-radius: 50%; }
.mp-ic .ic { width: 20px; height: 20px; stroke-width: 2; }

.mod-buttons { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1.3rem; margin-top: 2.6rem; }
.mod-btn { display: flex; align-items: center; gap: 1rem; text-align: left; width: 100%; background: #fff; border: 2px solid var(--line); border-radius: var(--r-lg); padding: 1.4rem 1.5rem; cursor: pointer; box-shadow: var(--shadow-s); transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), border-color 0.35s; }
.mod-btn:hover { transform: translateY(-6px); box-shadow: var(--shadow-m); }
.mod-btn:active { transform: translateY(-2px); }
.mod-btn:focus-visible { outline: 3px solid var(--turquesa-l); outline-offset: 3px; }
.mod-btn-ic { display: grid; place-items: center; width: 54px; height: 54px; flex: none; border-radius: 16px; color: #fff; box-shadow: var(--shadow-s); transition: transform 0.35s var(--ease); }
.mod-btn-ic .ic { width: 27px; height: 27px; }
.mod-btn:hover .mod-btn-ic { transform: scale(1.08) rotate(-4deg); }
.mod-btn-text { flex: 1; display: flex; flex-direction: column; line-height: 1.2; }
.mod-btn-text b { font-family: var(--f-display); font-weight: 800; font-size: 1.25rem; color: var(--turquesa-d); }
.mod-btn-text em { font-family: var(--f-body); font-weight: 600; color: var(--ink-mute); font-size: 0.86rem; margin-top: 0.15rem; }
.mod-btn-arrow { color: var(--ink-mute); width: 1.4em; height: 1.4em; transition: transform 0.3s var(--ease), color 0.3s; }
.mod-btn:hover .mod-btn-arrow { transform: translateX(5px); }
.mb-f:hover { border-color: var(--fucsia); } .mb-f:hover .mod-btn-arrow { color: var(--fucsia); }
.mb-t:hover { border-color: var(--turquesa); } .mb-t:hover .mod-btn-arrow { color: var(--turquesa); }
.mb-a:hover { border-color: var(--amarillo); } .mb-a:hover .mod-btn-arrow { color: var(--amarillo-d); }

/* modal */
.modal { position: fixed; inset: 0; z-index: 300; display: none; align-items: center; justify-content: center; padding: 1.2rem; }
.modal.is-open { display: flex; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(40,31,43,0.55); animation: mFade 0.25s ease; }
@supports (backdrop-filter: blur(3px)) { .modal-backdrop { backdrop-filter: blur(3px); } }
@keyframes mFade { from{opacity:0} to{opacity:1} }
.modal-card { position: relative; z-index: 1; background: #fff; border-radius: 18px; padding: clamp(1.6rem, 3vw, 2.4rem); max-width: 480px; width: 100%; max-height: 90vh; overflow: auto; box-shadow: var(--shadow-m); text-align: left; animation: mIn 0.35s var(--ease); }
@keyframes mIn { from{opacity:0; transform: translateY(22px) scale(0.96)} to{opacity:1; transform:none} }
.modal-close { position: absolute; top: 14px; right: 14px; width: 38px; height: 38px; border-radius: 50%; border: 0; background: var(--bg-2); color: var(--ink-soft); cursor: pointer; display: grid; place-items: center; transition: background 0.25s, color 0.25s; }
.modal-close .ic { width: 20px; height: 20px; transform: rotate(45deg); }
.modal-close:hover { background: var(--fucsia-l); color: var(--fucsia); }
.modal-ic { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 16px; color: #fff; margin-bottom: 1rem; box-shadow: var(--shadow-s); }
.modal-ic .ic { width: 28px; height: 28px; }
.modal-card h3 { font-size: 1.6rem; font-weight: 800; }
.modal-card .mod-line { margin: 0.7rem 0 0; }
.modal-list { list-style: none; margin: 1.3rem 0 0; padding: 0; display: flex; flex-direction: column; gap: 0.8rem; }
.modal-list li { display: flex; gap: 0.8rem; align-items: flex-start; background: var(--bg); border-radius: 14px; padding: 0.9rem 1rem; }
.modal-list b { display: block; color: var(--ink); font-family: var(--f-display); font-size: 0.98rem; }
.modal-list em { display: block; color: var(--ink-mute); font-family: var(--f-body); font-size: 0.86rem; margin-top: 0.1rem; }

/* ---- Modales legales (contenido largo) ---- */
.modal-card.modal-legal { max-width: 780px; width: 100%; max-height: 88vh; padding: 0; display: flex; flex-direction: column; overflow: hidden; text-align: left; }
.legal-head { position: relative; display: flex; align-items: center; gap: 0.9rem; padding: 1.1rem 1.4rem; border-bottom: 1px solid var(--line); }
.legal-ic { display: grid; place-items: center; width: 48px; height: 48px; flex: none; border-radius: 14px; background: var(--turquesa-l); color: var(--turquesa-d); }
.legal-ic .ic { width: 26px; height: 26px; }
.legal-head h3 { flex: 1; font-size: clamp(1.2rem, 1rem + 1vw, 1.5rem); font-weight: 800; }
.legal-head .modal-close { position: static; flex: none; }
.legal-body { overflow-y: auto; padding: 1.3rem clamp(1.2rem, 3vw, 1.6rem) 1.6rem; }
.legal-body > p { color: var(--ink-soft); font-size: 0.96rem; line-height: 1.7; margin-bottom: 0.85rem; }
.legal-body strong { color: var(--ink); font-weight: 800; }
.legal-body > p.legal-intro { color: var(--ink); background: var(--bg); border-left: 4px solid var(--turquesa); border-radius: 10px; padding: 0.9rem 1.05rem; }
.legal-body h4 { color: var(--fucsia); font-family: var(--f-display); font-size: 1.1rem; font-weight: 800; margin: 1.5rem 0 0.55rem; }
.legal-body ul { margin: 0 0 0.9rem; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 0.45rem; }
.legal-body li { position: relative; padding-left: 1.35rem; color: var(--ink-soft); font-size: 0.95rem; line-height: 1.6; }
.legal-body li::before { content: ""; position: absolute; left: 3px; top: 0.62em; width: 7px; height: 7px; border-radius: 50%; background: var(--turquesa); }
.legal-body a { color: var(--fucsia-d); font-weight: 700; text-decoration: underline; }
.legal-updated { color: var(--ink-mute); font-size: 0.85rem; font-style: italic; margin-top: 1.3rem; padding-top: 0.9rem; border-top: 1px solid var(--line); }

/* ---- Enlaces legales del footer ---- */
.footer-legal-links { display: flex; flex-wrap: wrap; align-items: center; gap: 0.4rem 0.8rem; }
.footer-legal-links .flink { background: none; border: 0; padding: 0; cursor: pointer; color: #C6C0CE; font-family: var(--f-body); font-weight: 600; font-size: 0.86rem; transition: color 0.25s; }
.footer-legal-links .flink:hover { color: var(--fucsia); text-decoration: underline; }
.footer-legal-links > span { color: #6b6470; }

/* ================= PROCESO (steps) ================= */
.filters { max-width: var(--maxw); margin: 0 auto; padding: clamp(4rem, 8vw, 7rem) clamp(1.15rem, 4vw, 2.5rem); }
.steps { list-style: none; margin: 0 auto; padding: 0; max-width: 860px; display: flex; flex-direction: column; gap: 1.1rem; }
.step { position: relative; display: grid; grid-template-columns: auto auto 1fr; align-items: start; gap: 1.1rem; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.5rem 1.7rem; box-shadow: var(--shadow-s); transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease); }
.step:hover { transform: translateX(6px); box-shadow: var(--shadow-m); }
.step-n { font-family: var(--f-display); font-weight: 800; font-size: 1.5rem; color: var(--turquesa-l); line-height: 1; padding-top: 0.35rem; }
.step-ic { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 16px; }
.step-ic .ic { width: 28px; height: 28px; stroke-width: 1.8; }
.step h3 { font-size: 1.22rem; font-weight: 800; margin-bottom: 0.35rem; }
.step p { color: var(--ink-soft); font-size: 0.98rem; }
.step p em { font-family: var(--f-hand); color: var(--fucsia); font-weight: 700; font-size: 1.05em; }

/* ================= ¿QUÉ NOS CARACTERIZA? ================= */
.chars { position: relative; overflow: hidden; }
.chars-inner { max-width: var(--maxw); margin: 0 auto; padding: clamp(4rem, 8vw, 7rem) clamp(1.15rem, 4vw, 2.5rem); }
.chars-copy { position: relative; z-index: 2; max-width: 600px; }
.chars-copy > h2 { font-size: clamp(1.8rem, 1.2rem + 2.2vw, 2.8rem); font-weight: 800; }
.chars-lead { color: var(--ink-soft); margin: 0.9rem 0 1.8rem; font-size: 1.06rem; max-width: 480px; }
.chars-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; max-width: 560px; }
.char-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); padding: 1.4rem 1.3rem; box-shadow: var(--shadow-s); transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease); }
.char-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-m); }
.char-ic { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 15px; margin-bottom: 0.8rem; }
.char-ic .ic { width: 25px; height: 25px; stroke-width: 2; }
.char-card h3 { font-size: 1.16rem; font-weight: 800; margin-bottom: 0.3rem; }
.char-card p { color: var(--ink-soft); font-size: 0.94rem; }
/* Foto a ancho completo (derecha) con borde curvo */
.chars-photo { position: absolute; top: 50%; transform: translateY(-50%); right: 0; height: 66%; width: clamp(280px, 38%, 560px); z-index: 1;
  background: var(--turquesa-l);
  border-radius: clamp(120px, 22vw, 320px) 0 0 clamp(120px, 22vw, 320px);
  overflow: hidden; }
.chars-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.chars-photo::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 36%; pointer-events: none;
  background: linear-gradient(to top,
    #FFF7F0 0%,
    rgba(255,247,240,0.92) 14%,
    rgba(255,247,240,0.62) 36%,
    rgba(255,247,240,0.28) 62%,
    rgba(255,247,240,0.08) 82%,
    rgba(255,247,240,0) 100%); }

/* ================= TESTIMONIOS (carrusel) ================= */
.tst { max-width: var(--maxw); margin: 0 auto; padding: clamp(4rem, 8vw, 7rem) clamp(1.15rem, 4vw, 2.5rem); }
.tst-topper { display: block; width: 52px; height: 52px; margin: 0 auto 0.9rem; }
.tst-topper img { width: 100%; height: 100%; object-fit: contain; }
.tst-carousel { position: relative; max-width: 780px; margin: clamp(2rem, 4vw, 3rem) auto 0; }
.tst-viewport { overflow: hidden; }
.tst-track { display: flex; transition: transform 0.6s var(--ease); }
.tst-slide { flex: 0 0 100%; min-width: 0; display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0.6rem clamp(0.5rem, 4vw, 2.4rem); }
.tst-avatar { display: grid; place-items: center; width: 86px; height: 86px; border-radius: 50%; background: #fff; border: 3px solid var(--fucsia); box-shadow: var(--shadow-s); margin-bottom: 1.4rem; }
.tst-avatar img { width: 60%; height: auto; }
.av-f { border-color: var(--fucsia); } .av-t { border-color: var(--turquesa); } .av-a { border-color: var(--amarillo); }
.tst-quote { font-family: var(--f-body); font-size: clamp(1.02rem, 0.96rem + 0.5vw, 1.2rem); color: var(--ink-soft); line-height: 1.75; max-width: 640px; }
.tst-name { font-family: var(--f-display); font-weight: 800; color: var(--turquesa-d); font-size: 1.2rem; margin-top: 1.4rem; }
.tst-role { color: var(--ink-mute); font-weight: 700; font-size: 0.9rem; margin-top: 0.1rem; }
.tst-arrow { position: absolute; top: 46px; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; border: 0; background: #fff; color: var(--turquesa-d); box-shadow: var(--shadow-m); cursor: pointer; z-index: 3; transition: transform 0.3s var(--ease), color 0.3s, background 0.3s; }
.tst-arrow:hover { color: #fff; background: var(--fucsia); transform: scale(1.08); }
.tst-arrow .ic { width: 22px; height: 22px; }
.tst-prev { left: -10px; }
.tst-prev .ic { transform: rotate(180deg); }
.tst-next { right: -10px; }
.tst-dots { display: flex; justify-content: center; gap: 0.5rem; margin-top: 1.8rem; }
.tst-dot { width: 10px; height: 10px; padding: 0; border: 0; border-radius: 50%; background: var(--turquesa-l); cursor: pointer; transition: width 0.3s var(--ease), background 0.3s; }
.tst-dot.is-active { background: var(--fucsia); width: 28px; border-radius: 6px; }

/* ================= EQUIPO ================= */
.team { position: relative; padding: clamp(4rem, 8vw, 7rem) clamp(1.15rem, 4vw, 2.5rem); background: url("assets/img/bg-nuestro-equipo.webp") center / cover no-repeat, var(--bg); }
.team > * { max-width: var(--maxw); margin-inline: auto; }
.team-intro { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; margin-bottom: clamp(2.6rem, 5vw, 4rem); }
.ti-copy > .ti-brand { font-family: var(--f-display); font-weight: 800; color: var(--amarillo-d); font-size: clamp(1.9rem, 1.2rem + 2vw, 2.8rem); line-height: 1.05; letter-spacing: -0.01em; margin-bottom: 0.15rem; }
.ti-title { font-size: clamp(1.1rem, 1rem + 0.7vw, 1.45rem); font-weight: 700; color: var(--fucsia); margin: 0.2rem 0 1.1rem; }
.ti-copy > p { color: var(--ink-soft); margin-bottom: 0.9rem; max-width: 560px; }
.ti-copy strong { color: var(--ink); font-weight: 800; }
.ti-actions { margin: 1.4rem 0 1.6rem; }
.ti-social-label { font-family: var(--f-body); font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.72rem; color: var(--ink-mute); margin-bottom: 0.6rem; }
.ti-social { display: flex; gap: 0.7rem; }
.ti-social a { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--fucsia); color: #fff; box-shadow: var(--shadow-f); transition: transform 0.3s var(--ease), background 0.3s; }
.ti-social a:hover { transform: translateY(-3px); background: var(--fucsia-d); }
.ti-social a .ic { width: 22px; height: 22px; }
.ti-media img { width: 100%; max-width: 540px; margin: 0 auto; aspect-ratio: 1; object-fit: cover; border-radius: 50%; border: 8px solid #fff; box-shadow: var(--shadow-m); }

.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; align-items: stretch; }
.member { text-align: center; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 2rem 1.5rem 1.9rem; box-shadow: var(--shadow-s); transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease); }
.member:hover { transform: translateY(-8px); box-shadow: var(--shadow-m); }
.member-photo2 { width: 130px; height: 130px; margin: 0 auto 1.1rem; border-radius: 50%; overflow: hidden; border: 4px solid #fff; box-shadow: var(--shadow-m); }
.member-photo2 img { width: 100%; height: 100%; object-fit: cover; }
.member-body h3 { font-size: 1.5rem; font-weight: 800; }
.member .role { font-weight: 700; font-size: 0.9rem; margin-top: 0.2rem; }
.role-f { color: var(--fucsia); } .role-t { color: var(--turquesa-d); } .role-a { color: var(--amarillo-d); }
.role-tag { display: inline-flex; align-items: center; gap: 0.4rem; font-family: var(--f-display); font-weight: 700; font-size: 0.88rem; padding: 0.4rem 0.95rem; border-radius: 999px; margin: 0.9rem 0 0; }
.role-tag .ic { width: 1.2em; height: 1.2em; }
.member-underline { display: block; width: 40px; height: 3px; border-radius: 3px; margin: 0.9rem auto; }
.member-desc { color: var(--ink-soft); font-size: 0.96rem; }

.team-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.8rem; max-width: 820px; margin: clamp(2rem, 4vw, 3rem) auto 0; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.6rem 1rem; box-shadow: var(--shadow-s); }
.tstat { text-align: center; padding: 0.3rem 0.5rem; }
.tstat b { display: block; font-family: var(--f-display); font-weight: 800; font-size: clamp(1.8rem, 1.2rem + 1.6vw, 2.6rem); color: var(--fucsia); line-height: 1; }
.tstat span { display: block; margin-top: 0.35rem; font-size: 0.85rem; font-weight: 700; color: var(--ink-mute); }
.tstat + .tstat { border-left: 1px solid var(--line); }

/* ================= GARANTÍA ================= */
.guar-grid { display: grid; grid-template-columns: 1.22fr 0.95fr; gap: 1.5rem; align-items: stretch; }
.guar-main { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--r-xl); padding: clamp(1.8rem, 3vw, 2.6rem); box-shadow: var(--shadow-s); overflow: hidden; }
.guar-main::after { content: ""; position: absolute; right: -50px; bottom: -50px; width: 190px; height: 190px; border-radius: 50%; background: var(--turquesa-l); opacity: 0.35; }
.guar-badge { position: relative; z-index: 1; display: inline-grid; place-items: center; width: 60px; height: 60px; border-radius: 18px; background: var(--turquesa-l); color: var(--turquesa-d); margin-bottom: 1.1rem; }
.guar-badge .ic { width: 32px; height: 32px; }
.guar-main > p { position: relative; z-index: 1; color: var(--ink-soft); margin-bottom: 1.2rem; max-width: 44ch; }
.guar-main strong { color: var(--ink); font-weight: 800; }
.guar-note { position: relative; z-index: 1; display: flex; gap: 0.9rem; align-items: flex-start; padding: 1rem 1.1rem; background: var(--bg); border-radius: 14px; border-left: 4px solid var(--turquesa-l); }
.gn-ic { display: grid; place-items: center; width: 40px; height: 40px; flex: none; border-radius: 12px; background: #fff; color: var(--turquesa-d); box-shadow: var(--shadow-s); }
.gn-ic .ic { width: 22px; height: 22px; }
.guar-note p { font-size: 0.9rem; color: var(--ink-mute); margin: 0; }
.guar-panel { position: relative; background: linear-gradient(160deg, var(--fucsia), var(--fucsia-d)); border-radius: var(--r-xl); padding: 2rem 1.6rem; box-shadow: var(--shadow-f); display: flex; flex-direction: column; gap: 0.9rem; justify-content: center; overflow: hidden; }
.guar-panel::before { content: ""; position: absolute; top: 16px; right: 16px; width: 56px; height: 44px; background-image: radial-gradient(rgba(255,255,255,0.4) 1.6px, transparent 1.6px); background-size: 11px 11px; }
.guar-panel-badge { align-self: flex-start; display: grid; place-items: center; width: 60px; height: 60px; border-radius: 50%; background: #fff; color: var(--fucsia); box-shadow: var(--shadow-s); margin-bottom: 0.3rem; }
.guar-panel-badge .ic { width: 32px; height: 32px; }
.guar-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.8rem; }
.guar-list li { display: flex; align-items: center; gap: 0.8rem; background: rgba(255,255,255,0.14); border-radius: 14px; padding: 0.85rem 1rem; font-family: var(--f-display); font-weight: 700; font-size: 0.98rem; color: #fff; line-height: 1.25; }
.gl-check { display: grid; place-items: center; width: 30px; height: 30px; flex: none; border-radius: 50%; background: #fff; color: var(--fucsia); }
.gl-check .ic { width: 18px; height: 18px; stroke-width: 3; }
.law { position: relative; display: flex; align-items: center; gap: 1.2rem; margin-top: 1.5rem; background: #fff; border: 1px solid var(--line); border-left: 5px solid var(--amarillo); border-radius: var(--r-lg); padding: 1.5rem 1.8rem; box-shadow: var(--shadow-s); overflow: hidden; }
.law-ic { display: grid; place-items: center; width: 54px; height: 54px; flex: none; border-radius: 16px; background: var(--amarillo-l); color: var(--amarillo-d); }
.law-ic .ic { width: 28px; height: 28px; }
.law-txt { max-width: 80ch; }
.law h4 { font-size: 1.15rem; margin-bottom: 0.3rem; }
.law p { color: var(--ink-soft); font-size: 0.94rem; }
.law strong { color: var(--fucsia-d); }
.law-deco { position: absolute; right: 20px; bottom: -4px; color: var(--fucsia-l); opacity: 0.85; pointer-events: none; }
.law-deco .ic { width: 86px; height: 86px; stroke-width: 1.4; }

/* ================= FAQ (animado) ================= */
.faq-list { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 0.8rem; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); box-shadow: var(--shadow-s); overflow: hidden; }
.faq-item summary { list-style: none; cursor: pointer; display: flex; align-items: center; gap: 1rem; padding: 1.2rem 1.5rem; font-family: var(--f-display); font-weight: 700; font-size: 1.08rem; color: var(--turquesa-d); }
.faq-item summary::-webkit-details-marker { display: none; }
.q-chevron { margin-left: auto; color: var(--fucsia); transform: rotate(90deg); transition: transform 0.4s var(--ease); width: 1.3em; height: 1.3em; }
.faq-item.is-open .q-chevron { transform: rotate(-90deg); }
.faq-panel { max-height: 0; overflow: hidden; transition: max-height 0.45s var(--ease); }
.faq-panel p { padding: 0 1.5rem 1.3rem; color: var(--ink-soft); font-size: 0.98rem; }

/* Local mini */
.local-mini { display: flex; align-items: center; gap: 1.2rem; max-width: 900px; margin: 2.2rem auto 0; background: linear-gradient(120deg, var(--turquesa-l), #fff); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.4rem 1.7rem; box-shadow: var(--shadow-s); }
.lm-ic { display: grid; place-items: center; width: 52px; height: 52px; flex: none; border-radius: 16px; background: #fff; color: var(--turquesa-d); box-shadow: var(--shadow-s); }
.lm-ic .ic { width: 27px; height: 27px; }
.lm-text { flex: 1; }
.lm-text h4 { font-size: 1.15rem; margin-bottom: 0.2rem; }
.lm-text p { color: var(--ink-soft); font-size: 0.94rem; }
.lm-text strong { color: var(--ink); }

/* ================= CTA BAND ================= */
.cta-band { position: relative; margin-top: 2rem; padding: clamp(3.8rem, 8vw, 6.5rem) 1.15rem; overflow: hidden; background: url("assets/img/bg-seccion2.webp") center / cover no-repeat, #FDECE4; }
.cta-casitas { position: absolute; inset: 0; background: radial-gradient(58% 72% at 50% 52%, rgba(255,255,255,0.8), rgba(255,255,255,0) 72%); }
.cta-inner { position: relative; z-index: 2; max-width: 760px; margin: 0 auto; text-align: center; }
.cta-hand { color: var(--fucsia); margin-bottom: 0.2rem; }
.cta-band h2 { font-size: clamp(1.9rem, 1.2rem + 2.6vw, 3rem); color: var(--turquesa-d); font-weight: 800; text-wrap: balance; }
.cta-sub { color: var(--ink-soft); font-size: 1.08rem; margin: 0.9rem auto 1.7rem; max-width: 580px; }

/* ================= FOOTER (grande) ================= */
.footer { position: relative; background: #241F2B; color: #D9D4DF; padding: clamp(3.4rem, 6vw, 5rem) clamp(1.15rem, 4vw, 2.5rem) 2rem; }
.footer-accent { position: absolute; top: 0; left: 0; right: 0; height: 6px; background: linear-gradient(90deg, var(--turquesa), var(--fucsia), var(--amarillo)); }
.footer-top { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.1fr; gap: 2.4rem; }
.footer-brand img { height: 128px; width: auto; max-width: 100%; margin-bottom: 1rem; }
.footer-brand p { color: #A29BAC; font-size: 0.95rem; max-width: 320px; }
.footer-hand { font-family: var(--f-hand); font-weight: 700; color: var(--fucsia); font-size: 1.5rem; margin-top: 0.6rem !important; }
.footer h5 { color: var(--turquesa); font-size: 1.05rem; margin-bottom: 1.1rem; font-family: var(--f-display); font-weight: 800; letter-spacing: 0.02em; }
.footer-col { display: flex; flex-direction: column; gap: 0.7rem; }
.footer-col a { display: flex; align-items: center; gap: 0.6rem; color: #C6C0CE; font-weight: 600; font-size: 0.95rem; transition: color 0.25s, transform 0.25s; }
.footer-col a:hover { color: var(--fucsia); transform: translateX(3px); }
.footer-col a .ic { color: var(--turquesa); width: 1.3em; height: 1.3em; }
.footer-loc { display: flex; align-items: flex-start; gap: 0.6rem; color: #C6C0CE; font-weight: 700; line-height: 1.4; transition: color 0.25s; }
.footer-loc:hover { color: var(--fucsia); }
.footer-loc .ic { color: var(--amarillo); width: 1.3em; height: 1.3em; flex: none; margin-top: 0.1em; }
.footer-loc-note { color: #8B8494; font-size: 0.88rem; margin-top: 0.4rem; }
.footer-bottom { max-width: var(--maxw); margin: 2.6rem auto 0; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,0.1); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.6rem; }
.footer-bottom p { color: #8B8494; font-size: 0.85rem; }

/* WhatsApp FAB */
.wa-fab { position: fixed; right: clamp(1rem, 3vw, 1.8rem); bottom: clamp(1rem, 3vw, 1.8rem); z-index: 90; display: grid; place-items: center; width: 60px; height: 60px; border-radius: 50%; background: #25D366; color: #fff; box-shadow: 0 14px 30px rgba(37,211,102,0.45); transition: transform 0.35s var(--ease); }
.wa-fab .ic { width: 32px; height: 32px; }
.wa-fab:hover { transform: scale(1.1) translateY(-2px); }
.wa-fab::after { content: ""; position: absolute; inset: 0; border-radius: 50%; border: 2px solid #25D366; animation: pulse 2.4s ease-out infinite; }
@keyframes pulse { 0%{transform:scale(1);opacity:.7} 100%{transform:scale(1.6);opacity:0} }
@media (prefers-reduced-motion: reduce) { .wa-fab::after { animation: none; } }

/* ================= RESPONSIVE ================= */
@media (max-width: 1000px) {
  .why-bg { background-attachment: scroll; }
  .chars-photo { position: relative; width: 100%; height: clamp(260px, 46vw, 380px); border-radius: 0 0 var(--r-xl) var(--r-xl); }
  .chars-copy { max-width: none; }
  .chars-inner { padding-top: 2rem; }
  .team-intro { grid-template-columns: 1fr; text-align: center; }
  .ti-media { order: -1; }
  .ti-media img { max-width: 320px; }
  .ti-copy > p { margin-inline: auto; }
  .ti-social { justify-content: center; }
}
@media (max-width: 980px) {
  .pillars-row { grid-template-columns: repeat(2, 1fr); }
  .pillars-row .pillar:nth-child(2)::after { display: none; }
  .svc { flex-basis: calc(50% - 0.75rem); }
  .team-grid { grid-template-columns: repeat(3, 1fr); }
  .guar-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr; max-width: 440px; }
}
@media (max-width: 760px) {
  .nav-links, .nav-cta { display: none; }
  .nav-toggle { display: flex; }
  .nav { padding: 0.5rem 0; }
  .nav-inner { padding: 0 clamp(1.1rem, 4vw, 1.5rem); }
  .brand-header { height: 50px; }
  .nav.is-stuck .brand-header { height: 44px; }
  .mobile-menu { inset: 62px 0 auto 0; }
  .topbar a { font-size: 0.78rem; }
  .chars-grid { grid-template-columns: 1fr; }
  .mod-buttons { grid-template-columns: 1fr; }
  .step { grid-template-columns: auto 1fr; }
  .step-ic { display: none; }
  .svc-cta-bar { flex-direction: column; text-align: center; }
  .scb-text { text-align: center; }
}
@media (max-width: 620px) {
  .pillars-row { grid-template-columns: 1fr; }
  .pillars-row .pillar::after { display: none !important; }
  .svc { flex-basis: 100%; }
  .team-stats { grid-template-columns: 1fr; gap: 1rem; }
  .tstat + .tstat { border-left: 0; border-top: 1px solid var(--line); padding-top: 1rem; }
  .law { flex-direction: column; text-align: center; }
  .law-deco { display: none; }
  .tst-arrow { width: 38px; height: 38px; }
  .tst-prev { left: -4px; } .tst-next { right: -4px; }
  .local-mini { flex-direction: column; text-align: center; }
  .btn-lg { width: 100%; justify-content: center; }
  .footer-top { grid-template-columns: 1fr; gap: 2rem; }
}
