/* =========================================================
   ÁNGEL TIMAURE — Masajista Deportivo Valencia
   Sistema de diseño · clínico-premium + energía deportiva
   ========================================================= */

:root {
  /* Marca */
  --navy-900: #0A2540;
  --navy-800: #0C3A63;
  --navy-700: #0F4C81;   /* primario */
  --navy-500: #2E6DA4;
  --navy-300: #7FA7CC;

  --green:     #16A34A;  /* acción / WhatsApp */
  --green-600: #12863D;
  --green-700: #0E6E32;

  --ink:    #111111;
  --muted:  #555555;
  --muted-2:#7A8794;
  --sky:    #EAF4FF;     /* apoyo */
  --sky-2:  #F4F9FF;
  --line:   #E2EAF2;
  --white:  #FFFFFF;
  --cream:  #F7FAFD;

  --radius-sm: 12px;
  --radius:    18px;
  --radius-lg: 26px;
  --radius-xl: 34px;

  --shadow-sm: 0 2px 8px rgba(10,37,64,.06);
  --shadow:    0 14px 40px -18px rgba(10,37,64,.28);
  --shadow-lg: 0 40px 90px -40px rgba(10,37,64,.45);
  --shadow-green: 0 16px 34px -12px rgba(22,163,74,.5);

  --maxw: 1200px;
  --gutter: clamp(20px, 5vw, 64px);

  --ff-head: "Poppins", system-ui, sans-serif;
  --ff-body: "Inter", system-ui, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--ff-body);
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: var(--ff-head);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 0;
  color: var(--ink);
  text-wrap: balance;
}

p { margin: 0; text-wrap: pretty; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul { margin: 0; padding: 0; list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

/* ---------- Layout helpers ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }

.section { padding-block: clamp(64px, 10vw, 132px); position: relative; }
.section--sky  { background: var(--sky-2); }
.section--navy { background: var(--navy-900); color: #DCE8F4; }
.section--tight { padding-block: clamp(48px, 7vw, 96px); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--ff-head); font-weight: 600;
  font-size: 13px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--navy-700);
}
.eyebrow::before {
  content: ""; width: 26px; height: 2px; border-radius: 2px;
  background: var(--green);
}
.section--navy .eyebrow { color: #8FC6F0; }

.section-head { max-width: 720px; margin-bottom: clamp(34px, 5vw, 56px); }
.section-head h2 {
  font-size: clamp(28px, 5vw, 46px);
  margin-top: 16px;
}
.section-head p { color: var(--muted); font-size: clamp(16px, 2.2vw, 19px); margin-top: 16px; }
.section--navy .section-head p { color: #A9C2DA; }

.center { text-align: center; margin-inline: auto; }
.center .eyebrow { justify-content: center; }

/* Section index numbers (editorial) */
.idx {
  font-family: var(--ff-head); font-weight: 700;
  font-size: 13px; letter-spacing: .12em;
  color: var(--navy-300);
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--ff-head); font-weight: 600; font-size: 16px;
  padding: 16px 26px; border-radius: 999px;
  transition: transform .25s cubic-bezier(.2,.7,.2,1), box-shadow .25s, background .2s;
  white-space: nowrap; line-height: 1;
}
.btn svg { width: 20px; height: 20px; }
.btn--wa {
  background: var(--green); color: #fff;
  box-shadow: var(--shadow-green);
}
.btn--wa:hover { background: var(--green-600); transform: translateY(-2px); }
.btn--ghost {
  background: transparent; color: var(--navy-700);
  box-shadow: inset 0 0 0 1.6px var(--line);
}
.btn--ghost:hover { box-shadow: inset 0 0 0 1.6px var(--navy-300); transform: translateY(-2px); }
.btn--light { background: #fff; color: var(--navy-800); box-shadow: var(--shadow-sm); }
.btn--light:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn--lg { padding: 20px 34px; font-size: 18px; }
.btn--block { width: 100%; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 80;
  background: rgba(255,255,255,.82);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s, box-shadow .3s;
}
.site-header.scrolled { border-bottom-color: var(--line); box-shadow: var(--shadow-sm); }
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 72px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 40px; height: 40px; border-radius: 12px;
  background: linear-gradient(150deg, var(--navy-700), var(--navy-900));
  display: grid; place-items: center;
  color: #fff; font-family: var(--ff-head); font-weight: 700; font-size: 17px;
  letter-spacing: -.04em; box-shadow: var(--shadow-sm);
  position: relative; overflow: hidden;
}
.brand-mark::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 4px;
  background: var(--green);
}
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-text b { font-family: var(--ff-head); font-weight: 600; font-size: 16px; letter-spacing: -.01em; }
.brand-text span { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted-2); }

.nav { display: none; align-items: center; gap: 30px; }
.nav a {
  font-size: 15px; font-weight: 500; color: var(--navy-900);
  position: relative; padding: 6px 0;
}
.nav a::after {
  content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 2px;
  background: var(--green); border-radius: 2px; transition: width .25s;
}
.nav a:hover::after { width: 100%; }
.header-cta { display: none; }

@media (min-width: 940px) {
  .nav, .header-cta { display: flex; }
}

/* ---------- Hamburger + mobile menu ---------- */
.nav-toggle {
  display: inline-flex; flex-direction: column; gap: 5px; justify-content: center;
  width: 46px; height: 46px; border-radius: 12px; padding: 0 11px;
  background: var(--sky); transition: background .2s;
}
.nav-toggle:hover { background: #DEEDFC; }
.nav-toggle .bar { display: block; height: 2.5px; border-radius: 3px; background: var(--navy-800); transition: transform .3s, opacity .25s; }
.nav-toggle.open .bar:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav-toggle.open .bar:nth-child(2) { opacity: 0; }
.nav-toggle.open .bar:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
@media (min-width: 940px) { .nav-toggle { display: none; } }

.mobile-menu {
  position: fixed; top: 72px; left: 0; right: 0; z-index: 70;
  background: #fff; border-bottom: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 14px var(--gutter) 22px;
  transform: translateY(-12px); opacity: 0; visibility: hidden;
  transition: transform .32s cubic-bezier(.2,.7,.2,1), opacity .28s, visibility .28s;
}
.mobile-menu.open { transform: none; opacity: 1; visibility: visible; }
.mobile-menu-nav { display: grid; }
.mobile-menu-nav a {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 4px; font-family: var(--ff-head); font-weight: 600; font-size: 18px;
  color: var(--navy-900); border-bottom: 1px solid var(--line);
}
.mobile-menu-nav a i { width: 18px; height: 18px; color: var(--navy-300); }
.mobile-menu .btn { margin-top: 16px; }
.menu-backdrop {
  position: fixed; inset: 0; z-index: 65; background: rgba(10,37,64,.34);
  opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s;
  backdrop-filter: blur(2px);
}
.menu-backdrop.open { opacity: 1; visibility: visible; }
@media (min-width: 940px) { .mobile-menu, .menu-backdrop { display: none; } }
body.menu-open { overflow: hidden; }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(120% 90% at 85% -10%, #14568C 0%, rgba(20,86,140,0) 55%),
    radial-gradient(80% 70% at 0% 110%, #0B2C4D 0%, rgba(11,44,77,0) 60%),
    linear-gradient(160deg, var(--navy-900) 0%, #0B2A49 55%, #0A2540 100%);
  color: #fff;
}
.hero::before {
  /* subtle grid texture */
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(120% 80% at 50% 0%, #000 35%, transparent 80%);
  pointer-events: none;
}
.hero-inner {
  position: relative; z-index: 2;
  display: grid; gap: 12px;
  padding-block: clamp(40px, 7vw, 76px) 0;
}
@media (min-width: 900px) {
  .hero-inner {
    grid-template-columns: 1.05fr .95fr;
    align-items: end;
    gap: 40px;
    padding-block: clamp(48px, 6vw, 80px) 0;
  }
}
.hero-copy { padding-bottom: clamp(40px, 6vw, 72px); }
.hero-badge {
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16);
  padding: 8px 15px; border-radius: 999px;
  font-size: 13px; font-weight: 500; color: #CFE3F6; margin-bottom: 22px;
}
.hero-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(22,163,74,.25); }
.hero h1 {
  color: #fff;
  font-size: clamp(34px, 7vw, 62px);
  font-weight: 700; line-height: 1.02;
}
.hero h1 .accent { color: #7FC6FF; }
.hero .lead {
  margin-top: 22px; max-width: 30ch;
  font-size: clamp(17px, 2.4vw, 20px); color: #B9D0E6;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hero-benefits {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px 22px;
  margin-top: 34px; max-width: 460px;
}
.hero-benefits li { display: flex; align-items: center; gap: 11px; font-size: 15px; color: #DCE8F4; font-weight: 500; }
.hero-benefits .chk {
  flex: none; width: 24px; height: 24px; border-radius: 50%;
  background: rgba(22,163,74,.18); color: #4ADE80;
  display: grid; place-items: center;
}
.hero-benefits .chk svg { width: 14px; height: 14px; }

/* Hero portrait */
.hero-figure { position: relative; align-self: end; justify-self: center; width: 100%; max-width: 460px; }
.hero-figure .glow {
  position: absolute; left: 50%; bottom: 6%; transform: translateX(-50%);
  width: 86%; aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(circle, rgba(127,198,255,.5), rgba(127,198,255,0) 65%);
  filter: blur(8px);
}
.hero-portrait {
  position: relative; z-index: 2;
  width: 100%; height: auto; display: block;
  filter: drop-shadow(0 30px 50px rgba(0,0,0,.45));
}
.hero-figure .ring {
  position: absolute; left: 50%; bottom: 0; transform: translateX(-50%);
  width: 100%; max-width: 420px; aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,0));
  border: 1px solid rgba(255,255,255,.14);
  border-bottom: none;
  mask-image: linear-gradient(180deg, #000 60%, transparent);
}
/* floating stat pills on portrait */
.float-pill {
  position: absolute; z-index: 3;
  background: rgba(255,255,255,.96); color: var(--navy-900);
  border-radius: 14px; padding: 12px 15px; box-shadow: var(--shadow);
  display: flex; align-items: center; gap: 11px;
  font-size: 13px; font-weight: 600; backdrop-filter: blur(6px);
}
.float-pill .ic { width: 34px; height: 34px; border-radius: 10px; background: var(--sky); color: var(--navy-700); display: grid; place-items: center; flex: none; }
.float-pill .ic svg { width: 18px; height: 18px; }
.float-pill > span:last-child { display: flex; flex-direction: column; gap: 3px; }
.float-pill b { font-family: var(--ff-head); display: block; font-size: 15px; line-height: 1.05; white-space: nowrap; }
.float-pill small { color: var(--muted-2); font-weight: 500; font-size: 11.5px; line-height: 1.1; white-space: nowrap; }
.float-pill--1 { top: 12%; left: -6%; }
.float-pill--2 { bottom: 20%; right: -7%; }
@media (max-width: 899px) {
  .hero-figure { max-width: 340px; }
  .float-pill { font-size: 12px; padding: 9px 12px; }
  .float-pill .ic { width: 30px; height: 30px; border-radius: 9px; }
  .float-pill .ic svg { width: 16px; height: 16px; }
  .float-pill b { font-size: 13.5px; }
  .float-pill small { font-size: 11px; }
  /* keep pills off Ángel's face: place them low over the torso/sides */
  .float-pill--1 { top: auto; bottom: 30%; left: -2%; right: auto; }
  .float-pill--2 { bottom: 7%; right: -2%; }
}
@media (max-width: 420px) {
  .float-pill--1 { bottom: 32%; left: 0; }
  .float-pill--2 { bottom: 8%; right: 0; }
}

/* Hero trust strip */
.hero-trust {
  position: relative; z-index: 2;
  border-top: 1px solid rgba(255,255,255,.10);
  margin-top: 8px;
}
.hero-trust .wrap { display: flex; flex-wrap: wrap; gap: 14px 36px; align-items: center; justify-content: space-between; padding-block: 20px; }
.hero-trust .item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: #AFC8DF; }
.hero-trust .item svg { width: 18px; height: 18px; color: #7FC6FF; }

/* ---------- Stats band ---------- */
.stats {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px;
  background: var(--line); border: 1px solid var(--line);
  border-radius: var(--radius-lg); overflow: hidden;
  margin-top: -1px;
}
@media (min-width: 760px) { .stats { grid-template-columns: repeat(4, 1fr); } }
.stat { background: #fff; padding: 30px 24px; text-align: center; }
.stat .num { font-family: var(--ff-head); font-weight: 700; font-size: clamp(30px, 4vw, 42px); color: var(--navy-700); letter-spacing: -.03em; }
.stat .lbl { font-size: 14px; color: var(--muted); margin-top: 4px; }

/* ---------- Benefits ---------- */
.benefits-grid { display: grid; gap: 16px; }
@media (min-width: 720px) { .benefits-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; } }
.benefit {
  display: flex; gap: 16px; align-items: flex-start;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px; transition: box-shadow .25s, transform .25s, border-color .25s;
}
.benefit:hover { box-shadow: var(--shadow); transform: translateY(-3px); border-color: transparent; }
.benefit .ic {
  flex: none; width: 50px; height: 50px; border-radius: 14px;
  background: var(--sky); color: var(--navy-700); display: grid; place-items: center;
}
.benefit .ic svg { width: 24px; height: 24px; }
.benefit h3 { font-size: 18px; margin-bottom: 5px; }
.benefit p { font-size: 15px; color: var(--muted); }

/* split layout (benefits intro + list) */
.split { display: grid; gap: clamp(34px, 5vw, 64px); align-items: center; }
@media (min-width: 920px) { .split { grid-template-columns: .9fr 1.1fr; } .split--rev > :first-child { order: 2; } }

/* ---------- Services ---------- */
.services-grid { display: grid; gap: 18px; }
@media (min-width: 640px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .services-grid { grid-template-columns: repeat(3, 1fr); } }

.service {
  position: relative; display: flex; flex-direction: column;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  overflow: hidden; transition: box-shadow .3s, transform .3s, border-color .3s;
}
.service:hover { box-shadow: var(--shadow-lg); transform: translateY(-5px); border-color: transparent; }
.service.is-primary { box-shadow: var(--shadow); }
.service-media {
  position: relative; aspect-ratio: 16 / 10; overflow: hidden;
  background:
    repeating-linear-gradient(135deg, #E9F1FA 0 14px, #F4F9FF 14px 28px);
  display: grid; place-items: center;
}
.service-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.service-media .service-badge, .service-media .service-ic { z-index: 3; }
/* distinct tint + ghost icon per service so each reads as its own image */
.service-media .ph-ghost {
  position: absolute; left: 50%; top: 46%; transform: translate(-50%,-50%);
  width: 84px; height: 84px; opacity: .22; color: var(--navy-700);
}
.service-media .ph-ghost svg { width: 100%; height: 100%; stroke-width: 1.4; }
.sm-1 { background: repeating-linear-gradient(135deg, #E3EEFB 0 14px, #F2F8FF 14px 28px); }
.sm-1 .ph-ghost { color: #0F4C81; }
.sm-2 { background: repeating-linear-gradient(135deg, #E0F0E6 0 14px, #F1FAF4 14px 28px); }
.sm-2 .ph-ghost { color: #12863D; }
.sm-3 { background: repeating-linear-gradient(135deg, #E2EEF1 0 14px, #F1F9FB 14px 28px); }
.sm-3 .ph-ghost { color: #1E6F86; }
.sm-4 { background: repeating-linear-gradient(135deg, #E5ECF7 0 14px, #F4F8FF 14px 28px); }
.sm-4 .ph-ghost { color: #2E6DA4; }
.sm-5 { background: repeating-linear-gradient(135deg, #E8EAF6 0 14px, #F5F6FD 14px 28px); }
.sm-5 .ph-ghost { color: #3F4F9B; }
.sm-6 { background: repeating-linear-gradient(135deg, #EBE9F3 0 14px, #F7F5FC 14px 28px); }
.sm-6 .ph-ghost { color: #5b4f8a; }
.service-media .ph-tag {
  font-family: ui-monospace, "SF Mono", Menlo, monospace; font-size: 11px;
  color: var(--navy-500); background: rgba(255,255,255,.8);
  padding: 6px 10px; border-radius: 8px; border: 1px dashed var(--navy-300);
  letter-spacing: .02em; text-align: center; max-width: 80%;
}
.service-badge {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  font-family: var(--ff-head); font-weight: 600; font-size: 11px;
  letter-spacing: .08em; text-transform: uppercase;
  background: var(--navy-900); color: #fff; padding: 6px 12px; border-radius: 999px;
}
.service-badge.green { background: var(--green); }
.service-ic {
  position: absolute; right: 14px; bottom: -22px; z-index: 3;
  width: 52px; height: 52px; border-radius: 15px; background: #fff;
  box-shadow: var(--shadow); display: grid; place-items: center; color: var(--navy-700);
}
.service-ic svg { width: 25px; height: 25px; }
.service-body { padding: 30px 24px 24px; display: flex; flex-direction: column; flex: 1; }
.service-body h3 { font-size: 21px; }
.service-body .desc { font-size: 15px; color: var(--muted); margin-top: 8px; flex: 1; }
.service-link {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 18px;
  font-family: var(--ff-head); font-weight: 600; font-size: 15px; color: var(--green-600);
}
.service-link svg { width: 17px; height: 17px; transition: transform .25s; }
.service:hover .service-link svg { transform: translateX(4px); }

/* ---------- Deportistas (navy feature) ---------- */
.feature-figure {
  position: relative; border-radius: var(--radius-xl); overflow: hidden;
  aspect-ratio: 4 / 5; min-height: 360px;
  background:
    radial-gradient(110% 80% at 70% 0%, #155087, rgba(21,80,135,0) 60%),
    linear-gradient(160deg, #0E3B66, var(--navy-900));
  border: 1px solid rgba(255,255,255,.10);
  display: grid; place-items: end center;
}
.feature-figure .ph-note {
  position: absolute; top: 18px; left: 18px;
  font-family: ui-monospace, Menlo, monospace; font-size: 11px; color: #9FC4E6;
  background: rgba(10,37,64,.55); border: 1px dashed rgba(127,198,255,.4);
  padding: 6px 11px; border-radius: 8px;
}
.feature-portrait { position: relative; z-index: 2; width: 92%; max-width: 380px; filter: drop-shadow(0 24px 40px rgba(0,0,0,.5)); }
.feature-figure .tape {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 3;
  padding: 24px; background: linear-gradient(0deg, rgba(7,28,48,.92), transparent);
  display: flex; align-items: center; gap: 12px;
}
.feature-figure .tape .av { width: 44px; height: 44px; border-radius: 12px; background: var(--green); display: grid; place-items: center; color: #fff; }
.feature-figure .tape b { color: #fff; font-family: var(--ff-head); font-size: 15px; display: block; }
.feature-figure .tape span { color: #9FC4E6; font-size: 13px; }

.feature-list { display: grid; gap: 14px; margin-top: 26px; }
.feature-list li { display: flex; gap: 13px; align-items: flex-start; font-size: 16px; color: #C8DCEF; }
.feature-list .chk { flex: none; width: 26px; height: 26px; border-radius: 50%; background: rgba(22,163,74,.2); color: #4ADE80; display: grid; place-items: center; }
.feature-list .chk svg { width: 15px; height: 15px; }

/* ---------- Sobre Ángel ---------- */
.about-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-xl);
  padding: clamp(26px, 4vw, 46px); box-shadow: var(--shadow);
}
.about-credentials { display: grid; gap: 14px; margin-top: 8px; }
@media (min-width: 640px) { .about-credentials { grid-template-columns: 1fr 1fr; } }
.cred { display: flex; gap: 13px; align-items: flex-start; padding: 16px; border-radius: var(--radius-sm); background: var(--sky-2); }
.cred .ic { flex: none; width: 42px; height: 42px; border-radius: 11px; background: #fff; color: var(--navy-700); display: grid; place-items: center; box-shadow: var(--shadow-sm); }
.cred .ic svg { width: 21px; height: 21px; }
.cred b { font-family: var(--ff-head); font-size: 15px; display: block; }
.cred span { font-size: 13.5px; color: var(--muted); }

.about-portrait-wrap {
  position: relative; border-radius: var(--radius-xl); overflow: hidden;
  background: linear-gradient(160deg, var(--sky), #DCEBFA);
  aspect-ratio: 4/5; display: grid; place-items: end center; min-height: 340px;
}
.about-portrait-wrap img { position: relative; z-index: 2; width: 94%; max-width: 360px; filter: drop-shadow(0 20px 30px rgba(15,76,129,.25)); }
.about-portrait-wrap .sig {
  position: absolute; top: 22px; left: 22px; z-index: 3;
  font-family: var(--ff-head); font-weight: 600; color: var(--navy-800);
}
.about-quote {
  border-left: 3px solid var(--green); padding-left: 18px; margin-top: 22px;
  font-size: 18px; color: var(--navy-900); font-style: italic;
}

/* ---------- Domicilio / Zonas ---------- */
.zones-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-xl);
  overflow: hidden; box-shadow: var(--shadow);
  display: grid;
}
@media (min-width: 880px) { .zones-card { grid-template-columns: 1.05fr .95fr; } }
.zones-map {
  position: relative; min-height: 320px;
  background:
    radial-gradient(circle at 38% 42%, rgba(22,163,74,.10), transparent 30%),
    linear-gradient(160deg, #0E3B66, var(--navy-900));
  overflow: hidden;
}
.zones-map .grid-lines {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 40px 40px;
}
.map-pin {
  position: absolute; transform: translate(-50%, -50%); z-index: 3;
  display: flex; flex-direction: column; align-items: center; gap: 5px;
}
.map-pin .bead {
  width: 14px; height: 14px; border-radius: 50%;
  background: #fff; border: 3px solid var(--navy-300);
}
.map-pin.main .bead { width: 20px; height: 20px; background: var(--green); border-color: rgba(22,163,74,.4); box-shadow: 0 0 0 6px rgba(22,163,74,.22); }
.map-pin span { font-size: 11.5px; font-weight: 600; color: #DCE8F4; white-space: nowrap; background: rgba(10,37,64,.6); padding: 2px 7px; border-radius: 6px; }
.map-pin.main span { color: #fff; background: rgba(22,163,74,.85); font-size: 12.5px; }
.pulse { position: absolute; transform: translate(-50%,-50%); width: 20px; height: 20px; border-radius: 50%; background: var(--green); z-index: 2; animation: pulse 2.4s ease-out infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(22,163,74,.5); } 100% { box-shadow: 0 0 0 38px rgba(22,163,74,0); } }

.zones-body { padding: clamp(26px, 4vw, 44px); }
.zones-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.chip {
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--sky); color: var(--navy-800); font-weight: 500; font-size: 14px;
  padding: 9px 15px; border-radius: 999px; border: 1px solid #DBEAFB;
}
.chip.main { background: var(--navy-700); color: #fff; border-color: var(--navy-700); }
.chip svg { width: 14px; height: 14px; opacity: .8; }

/* coverage radius map */
.cov-ring {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
  border-radius: 50%; border: 1px solid rgba(127,198,255,.30);
}
.cov-ring.r1 { width: 140px; height: 140px; background: radial-gradient(circle, rgba(22,163,74,.14), rgba(22,163,74,0) 70%); }
.cov-ring.r2 { width: 240px; height: 240px; border-color: rgba(127,198,255,.22); }
.cov-ring.r3 { width: 340px; height: 340px; border-color: rgba(127,198,255,.14); }
.cov-tag {
  position: absolute; left: 50%; bottom: 22px; transform: translateX(-50%); z-index: 4;
  font-family: var(--ff-head); font-weight: 600; font-size: 13px; letter-spacing: .02em;
  color: #fff; background: rgba(22,163,74,.9); padding: 8px 16px; border-radius: 999px;
  white-space: nowrap;
}
.cover-list { display: grid; gap: 12px; margin-top: 22px; }
.cover-list li { display: flex; align-items: center; gap: 13px; font-size: 15.5px; color: var(--ink); font-weight: 500; }
.cover-list .ic { flex: none; width: 40px; height: 40px; border-radius: 11px; background: var(--sky); color: var(--navy-700); display: grid; place-items: center; }
.cover-list .ic svg { width: 20px; height: 20px; }

/* ---------- Testimonials ---------- */
.testi-viewport { overflow: hidden; margin-top: 8px; }
.testi-track { display: flex; gap: 20px; transition: transform .5s cubic-bezier(.4,.1,.2,1); }
.testi {
  flex: 0 0 100%; box-sizing: border-box;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: clamp(26px, 4vw, 40px); box-shadow: var(--shadow-sm);
}
@media (min-width: 680px) { .testi { flex-basis: calc(50% - 10px); } }
@media (min-width: 1020px) { .testi { flex-basis: calc(33.333% - 14px); } }
.testi .stars { display: flex; gap: 3px; color: #F5A623; margin-bottom: 16px; }
.testi .stars svg { width: 18px; height: 18px; fill: currentColor; }
.testi .quote { font-size: 16px; color: var(--ink); }
.testi .who { display: flex; align-items: center; gap: 13px; margin-top: 22px; }
.testi .av { width: 46px; height: 46px; border-radius: 50%; background: linear-gradient(150deg, var(--navy-500), var(--navy-800)); color: #fff; display: grid; place-items: center; font-family: var(--ff-head); font-weight: 600; font-size: 16px; flex: none; }
.testi .who b { font-family: var(--ff-head); font-size: 15px; display: block; }
.testi .who span { font-size: 13px; color: var(--muted); }
.testi-nav { display: flex; align-items: center; justify-content: space-between; margin-top: 28px; gap: 18px; }
.testi-dots { display: flex; gap: 8px; }
.testi-dots button { width: 9px; height: 9px; border-radius: 50%; background: var(--line); transition: width .3s, background .3s; }
.testi-dots button.active { width: 26px; border-radius: 6px; background: var(--green); }
.testi-arrows { display: flex; gap: 10px; }
.testi-arrows button {
  width: 46px; height: 46px; border-radius: 50%; background: #fff;
  box-shadow: var(--shadow-sm); border: 1px solid var(--line);
  display: grid; place-items: center; color: var(--navy-700); transition: background .2s, transform .2s;
}
.testi-arrows button:hover { background: var(--sky); transform: translateY(-2px); }
.testi-arrows button:disabled { opacity: .35; cursor: default; transform: none; }
.testi-arrows svg { width: 20px; height: 20px; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 820px; margin-inline: auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 18px;
  padding: 24px 4px; text-align: left;
  font-family: var(--ff-head); font-weight: 600; font-size: clamp(17px, 2.5vw, 20px); color: var(--navy-900);
}
.faq-q .pm { flex: none; width: 34px; height: 34px; border-radius: 50%; background: var(--sky); color: var(--navy-700); display: grid; place-items: center; transition: background .25s, transform .35s; }
.faq-q .pm svg { width: 18px; height: 18px; }
.faq-item.open .faq-q .pm { background: var(--green); color: #fff; transform: rotate(180deg); }
.faq-a { overflow: hidden; max-height: 0; transition: max-height .4s ease; }
.faq-a-inner { padding: 0 4px 26px; color: var(--muted); font-size: 16px; max-width: 90%; }

/* ---------- Final CTA ---------- */
.cta-final {
  position: relative; overflow: hidden;
  background:
    radial-gradient(90% 120% at 80% 0%, #16A34A22, transparent 50%),
    linear-gradient(160deg, var(--navy-800), var(--navy-900));
  color: #fff; border-radius: var(--radius-xl);
  padding: clamp(40px, 6vw, 76px) clamp(26px, 5vw, 64px);
  text-align: center;
}
.cta-final::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 54px 54px; mask-image: radial-gradient(80% 80% at 50% 0%, #000, transparent 75%);
}
.cta-final > * { position: relative; z-index: 2; }
.cta-final h2 { color: #fff; font-size: clamp(28px, 5vw, 46px); }
.cta-final p { color: #B9D0E6; max-width: 46ch; margin: 18px auto 0; font-size: clamp(16px,2.2vw,19px); }
.cta-final .btn { margin-top: 34px; }
.cta-sub { margin-top: 20px; font-size: 14px; color: #8FB0CE; display: inline-flex; align-items: center; gap: 8px; }
.cta-sub svg { width: 16px; height: 16px; }

/* ---------- Footer ---------- */
.footer { background: var(--navy-900); color: #9FB8CF; padding-block: clamp(48px, 6vw, 76px) 0; }
.footer-top { display: grid; gap: 36px; padding-bottom: 44px; }
@media (min-width: 760px) { .footer-top { grid-template-columns: 1.4fr 1fr 1fr; } }
.footer .brand-text b { color: #fff; }
.footer .brand-text span { color: #6E8BA6; }
.footer-about { font-size: 15px; max-width: 36ch; margin-top: 18px; }
.footer h4 { color: #fff; font-size: 14px; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 16px; }
.footer-links { display: grid; gap: 10px; font-size: 15px; }
.footer-links a:hover { color: #fff; }
.footer-zones { display: flex; flex-wrap: wrap; gap: 8px; }
.footer-zones span { font-size: 13.5px; }
.footer-contact a { display: inline-flex; align-items: center; gap: 10px; font-size: 16px; color: #DCE8F4; margin-bottom: 12px; }
.footer-contact a svg { width: 18px; height: 18px; color: #7FC6FF; }
.footer-social { display: flex; gap: 12px; margin-top: 6px; }
.footer-social a { width: 42px; height: 42px; border-radius: 12px; background: rgba(255,255,255,.07); display: grid; place-items: center; color: #DCE8F4; transition: background .2s; }
.footer-social a:hover { background: var(--green); color: #fff; }
.footer-social svg { width: 19px; height: 19px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.09); padding-block: 22px; display: flex; flex-wrap: wrap; gap: 10px; justify-content: space-between; font-size: 13px; color: #6E8BA6; }

/* ---------- Floating WhatsApp ---------- */
.wa-float {
  position: fixed; right: 18px; bottom: 18px; z-index: 90;
  display: inline-flex; align-items: center; gap: 0;
  background: var(--green); color: #fff; border-radius: 999px;
  box-shadow: var(--shadow-green); overflow: hidden;
  transition: transform .3s, box-shadow .3s, gap .3s, padding .3s;
}
.wa-float .ic { width: 60px; height: 60px; display: grid; place-items: center; flex: none; }
.wa-float .ic svg { width: 30px; height: 30px; }
.wa-float .label { font-family: var(--ff-head); font-weight: 600; font-size: 15px; white-space: nowrap; max-width: 0; overflow: hidden; transition: max-width .35s, padding .35s; }
.wa-float:hover { transform: translateY(-3px); }
@media (min-width: 940px) {
  .wa-float:hover .label { max-width: 220px; padding-right: 22px; }
}
.wa-float::after {
  content: ""; position: absolute; inset: 0; border-radius: 999px;
  box-shadow: 0 0 0 0 rgba(22,163,74,.5); animation: waPulse 2.6s infinite;
}
@keyframes waPulse { 0% { box-shadow: 0 0 0 0 rgba(22,163,74,.45);} 70%{ box-shadow: 0 0 0 16px rgba(22,163,74,0);} 100%{ box-shadow:0 0 0 0 rgba(22,163,74,0);} }
@media (max-width: 939px) { .wa-float { display: none; } }

/* ---------- Back to top ---------- */
.to-top {
  position: fixed; left: 18px; bottom: 18px; z-index: 84;
  width: 50px; height: 50px; border-radius: 50%;
  background: #fff; color: var(--navy-700); border: 1px solid var(--line);
  box-shadow: var(--shadow); display: grid; place-items: center;
  opacity: 0; visibility: hidden; transform: translateY(12px);
  transition: opacity .3s, visibility .3s, transform .3s, background .2s, color .2s;
}
.to-top svg { width: 22px; height: 22px; }
.to-top:hover { background: var(--navy-700); color: #fff; transform: translateY(-2px); }
.to-top.show { opacity: 1; visibility: visible; transform: none; }
@media (max-width: 939px) { .to-top { bottom: 84px; left: 16px; } }

/* mobile sticky bar */
.mobile-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 85;
  display: flex; gap: 10px; padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  background: rgba(255,255,255,.92); backdrop-filter: blur(12px);
  border-top: 1px solid var(--line);
}
@media (min-width: 940px) { .mobile-bar { display: none; } }
.mobile-bar .btn { flex: 1; }
@media (max-width: 939px) { body { padding-bottom: 80px; } }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; } .reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; } .reveal.d4 { transition-delay: .32s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; }
  html { scroll-behavior: auto; }
  .wa-float::after, .pulse { animation: none; }
}

/* spacing helpers */
.mt-s { margin-top: 18px; } .mt-m { margin-top: 28px; } .mt-l { margin-top: 40px; }
.pad-bottom-mobile { padding-bottom: 92px; }
@media (min-width: 940px) { .pad-bottom-mobile { padding-bottom: 0; } }
