/* =====================================================================
   Holistic Bio Spa · Google Ads Landing Pages
   Rediseño premium · paleta conservada (tinta, teal, terracota)
   ===================================================================== */

:root {
  /* Paleta base (conservada) */
  --ink: #16202e;
  --navy: #21384c;
  --muted: #5a6b78;
  --soft: #8194a0;
  --line: #e4ecf1;
  --line-strong: #d2dee6;
  --paper: #f6f9fb;
  --paper-2: #eef4f6;
  --white: #ffffff;
  --teal: #2fb3bd;
  --teal-bright: #3fc9d4;
  --teal-dark: #1f8a93;
  --teal-deep: #0f5d63;
  --mist: #e6f6f7;
  --mist-2: #d3eef0;
  --clay: #c2453a;
  --clay-soft: #d96a5e;
  --rose: #fdeeec;
  --gold: #c9a24a;

  /* Tipografía */
  --font-sans: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Fraunces", "Cormorant Garamond", Georgia, "Times New Roman", serif;

  /* Sombras */
  --shadow-sm: 0 2px 8px rgba(22, 32, 46, 0.06);
  --shadow: 0 14px 40px rgba(22, 32, 46, 0.10);
  --shadow-lg: 0 30px 70px rgba(22, 32, 46, 0.16);
  --shadow-teal: 0 16px 34px rgba(31, 138, 147, 0.28);

  /* Radios */
  --r-sm: 10px;
  --r: 16px;
  --r-lg: 24px;
  --r-xl: 32px;

  --container: 1200px;
  --gutter: clamp(1.15rem, 4vw, 2rem);

  font-family: var(--font-sans);
  color-scheme: light;
}

* { box-sizing: border-box; }

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

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

/* Banda superior de marca */
body::before {
  content: "";
  display: block;
  height: 4px;
  background: linear-gradient(90deg, var(--teal-deep), var(--teal) 35%, var(--teal-bright) 55%, var(--clay));
}

a { color: inherit; }

img {
  display: block;
  height: auto;
  max-width: 100%;
}

::selection { background: var(--teal); color: #fff; }

/* Tipografía global */
h1, h2, h3, h4, p { margin-top: 0; }

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.015em;
  line-height: 1.06;
}

h2 {
  font-size: clamp(1.85rem, 3.1vw, 2.9rem);
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.2rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

p {
  color: var(--muted);
  line-height: 1.72;
  margin: 0 0 1rem;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--teal-dark);
  font-family: var(--font-sans);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin: 0 0 1rem;
}

.eyebrow::before {
  content: "";
  width: 1.6rem;
  height: 2px;
  background: var(--teal);
  border-radius: 2px;
}

.section-kicker { display: none; }

/* Skip link */
.skip-link {
  background: var(--ink);
  color: var(--white);
  left: 1rem;
  padding: 0.7rem 1rem;
  position: fixed;
  top: -10rem;
  z-index: 60;
  border-radius: 0 0 var(--r-sm) var(--r-sm);
  font-weight: 700;
  font-size: 0.85rem;
  transition: top 160ms ease;
}
.skip-link:focus { top: 0; }

/* ============================ HEADER ============================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  padding: 0.85rem var(--gutter);
  background: rgba(22, 32, 46, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: saturate(140%) blur(20px);
  -webkit-backdrop-filter: saturate(140%) blur(20px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
}

.brand-logo-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.7rem;
  padding: 0.25rem 0.6rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--r-sm);
}

.brand-logo { height: 2rem; width: auto; }

.brand strong,
.brand small { display: block; line-height: 1.1; }
.brand strong { color: var(--white); font-size: 1rem; font-weight: 700; letter-spacing: 0.01em; }
.brand small { color: rgba(255, 255, 255, 0.62); font-size: 0.76rem; margin-top: 0.15rem; }

.header-note {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  justify-self: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.service-nav {
  display: flex;
  gap: 0.3rem;
  justify-content: center;
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  padding: 0.25rem;
  scrollbar-width: none;
}
.service-nav::-webkit-scrollbar { display: none; }
.service-nav a {
  flex: 0 0 auto;
  padding: 0.5rem 0.8rem;
  border: 1px solid transparent;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: all 160ms ease;
}
.service-nav a:hover { color: #fff; background: rgba(255, 255, 255, 0.07); }
.service-nav a[aria-current="page"] {
  background: rgba(47, 179, 189, 0.18);
  border-color: rgba(63, 201, 212, 0.45);
  color: #fff;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-self: end;
}

.header-actions > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.3rem;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
  text-decoration: none;
  transition: all 160ms ease;
}
.header-actions > a:first-child {
  background: var(--teal);
  color: #fff;
  box-shadow: 0 8px 18px rgba(31, 138, 147, 0.35);
}
.header-actions > a:first-child:hover { background: var(--teal-dark); transform: translateY(-1px); }
.header-actions > a:last-child {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
}
.header-actions > a:last-child:hover { background: rgba(255, 255, 255, 0.16); }

.language-toggle {
  display: flex;
  padding: 0.2rem;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
}
.language-toggle button {
  padding: 0.4rem 0.7rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, 0.68);
  font: inherit;
  font-size: 0.74rem;
  font-weight: 800;
  cursor: pointer;
  transition: all 160ms ease;
}
.language-toggle button.is-active { background: var(--teal); color: #fff; }

main { overflow: hidden; }

/* ============================ HERO ============================ */
.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
  min-height: min(680px, calc(82vh - 74px));
  /* Fondo fotográfico a sangre + overlay teal/navy (estilo holisticbiospa.com) */
  background-color: #14283a;
  background-image:
    radial-gradient(120% 120% at 85% 12%, rgba(63, 201, 212, 0.20), transparent 55%),
    linear-gradient(150deg, rgba(18, 28, 40, 0.94) 0%, rgba(28, 48, 66, 0.90) 48%, rgba(15, 93, 99, 0.86) 100%),
    var(--hero-bg, none);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: 0.5;
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
  max-width: 640px;
  padding: clamp(2rem, 4vw, 3rem) 0;
}

.hero .eyebrow { color: var(--teal-bright); }

.hero h1 {
  color: #fff;
  font-size: clamp(2.8rem, 5.4vw, 4.6rem);
  line-height: 1.02;
  margin-bottom: 1.4rem;
  max-width: 12ch;
  text-shadow: 0 2px 30px rgba(0, 0, 0, 0.25);
}

.hero-text {
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.16rem;
  line-height: 1.7;
  max-width: 52ch;
  overflow-wrap: anywhere;
  margin-bottom: 0;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.9rem;
}

/* Filas de prueba social */
.proof-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 2.2rem;
  padding-top: 1.6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.proof-row img {
  max-height: 30px;
  width: auto;
  opacity: 0.92;
  filter: brightness(0) invert(1) drop-shadow(0 2px 6px rgba(0, 0, 0, 0.3));
  transition: opacity 160ms ease;
}
.proof-row img:hover { opacity: 1; }

.hero-proof-logo-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1rem;
}
.hero-proof-logo-row img {
  max-height: 42px;
  max-width: 140px;
  width: auto;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.3));
}

/* En landings el hero es fotográfico a sangre: ocultamos la figura lateral */
.hero-media { display: none; }

/* Línea de confianza en el hero */
.hero-trust-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1rem;
  margin: 1.6rem 0 0.4rem;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(6px);
  width: fit-content;
  max-width: 100%;
}
.hero-trust-line span {
  position: relative;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  white-space: nowrap;
}
.hero-trust-line span + span::before {
  content: "·";
  margin-right: 1rem;
  color: var(--teal-bright);
  font-weight: 900;
}
.hero-trust-line svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  color: var(--teal-bright);
}

/* ============================ BOTONES ============================ */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 3rem;
  padding: 0.85rem 1.5rem;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.96rem;
  letter-spacing: 0.01em;
  text-decoration: none;
  text-align: center;
  border: 0;
  cursor: pointer;
  transition: transform 180ms cubic-bezier(.2,.7,.3,1), box-shadow 180ms ease, background 180ms ease;
}

.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0); }

.button.primary {
  background: linear-gradient(135deg, var(--teal-bright), var(--teal) 55%, var(--teal-dark));
  color: #fff;
  box-shadow: var(--shadow-teal);
}
.button.primary:hover {
  background: linear-gradient(135deg, var(--teal), var(--teal-dark));
  box-shadow: 0 20px 42px rgba(31, 138, 147, 0.4);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  backdrop-filter: blur(6px);
}
.button.secondary:hover { background: rgba(255, 255, 255, 0.18); }

/* ============================ SECCIONES ============================ */
/* El hero es full-bleed (sin max-width) para que el fondo cubra todo el ancho */
.hero {
  margin: 0 auto;
  max-width: none;
  padding: clamp(3.5rem, 7vw, 6.5rem) max(var(--gutter), calc((100vw - var(--container)) / 2 + var(--gutter)));
}

.section {
  margin: 0 auto;
  max-width: var(--container);
  padding: clamp(3.5rem, 7vw, 6.5rem) var(--gutter);
}

/* Cabecera de sección (index hub) */
.section-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: end;
  margin-bottom: clamp(2rem, 4vw, 3rem);
  max-width: 100%;
}
.section-head h2 { max-width: 18ch; margin-bottom: 0; }
.section-head p { margin-bottom: 0; font-size: 1.05rem; }

/* ============================ GRID DE SERVICIOS (index) ============================ */
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
}

.service-card {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform 220ms cubic-bezier(.2,.7,.3,1), box-shadow 220ms ease, border-color 220ms ease;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--mist-2);
}

.service-card img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(.2,.7,.3,1);
}
.service-card:hover img { transform: scale(1.05); }

.service-card-content {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding: 1.4rem 1.4rem 1.6rem;
  flex: 1;
}
.service-card-content h3 {
  font-size: 1.32rem;
  margin-bottom: 0;
}
.service-card-content p {
  font-size: 0.97rem;
  margin-bottom: 0.6rem;
  flex: 1;
}
.service-card-content .button {
  align-self: flex-start;
  min-height: 2.7rem;
  padding: 0.65rem 1.25rem;
  font-size: 0.9rem;
}

/* ============================ BANDA INFO + MAPA (index) ============================ */
.info-band {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  background: linear-gradient(135deg, var(--white), var(--mist));
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm);
  padding: clamp(2rem, 4vw, 3.5rem);
}

.info-copy h2 { max-width: 16ch; }
.info-list {
  display: grid;
  gap: 0.7rem;
  list-style: none;
  margin: 1.4rem 0 0;
  padding: 0;
  color: var(--muted);
}
.info-list li {
  position: relative;
  padding-left: 1.8rem;
  font-weight: 600;
  color: var(--ink);
}
.info-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 4px var(--mist-2);
}

.map-card {
  display: grid;
  gap: 0;
  border-radius: var(--r);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
}
.map-card iframe {
  width: 100%;
  height: 320px;
  border: 0;
  display: block;
  filter: saturate(108%) contrast(1.02);
}
.map-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.95rem;
  background: var(--ink);
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  transition: background 160ms ease;
}
.map-link:hover { background: var(--teal-deep); }

/* ============================ CONTACT STRIP (index) ============================ */
.contact-strip {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  background: linear-gradient(135deg, var(--ink), var(--navy) 70%, #1c3346);
  border-radius: var(--r-lg);
  padding: clamp(2rem, 4vw, 3rem);
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.contact-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(80% 120% at 100% 0%, rgba(63, 201, 212, 0.22), transparent 60%);
  pointer-events: none;
}
.contact-strip > div { position: relative; }
.contact-strip h2 { color: #fff; margin-bottom: 0.6rem; }
.contact-strip p { color: rgba(255, 255, 255, 0.8); margin-bottom: 0; max-width: 56ch; }
.contact-strip .contact-actions { margin-top: 0; }

/* ============================ PANELES Y TARJETAS (landings) ============================ */
.intro-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.intro-panel,
.content-band,
.contact-section {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r);
  box-shadow: var(--shadow-sm);
}

.intro-panel {
  padding: clamp(1.5rem, 3vw, 2.2rem);
}
.intro-panel.muted {
  background: linear-gradient(150deg, var(--mist), var(--white));
}

.check-list,
.caution-section ul {
  display: grid;
  gap: 0.8rem;
  list-style: none;
  margin: 0;
  padding: 0;
  color: var(--muted);
}
.check-list li,
.caution-section li {
  position: relative;
  padding-left: 1.8rem;
  line-height: 1.55;
}
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background: var(--teal);
  background-image: linear-gradient(135deg, var(--teal-bright), var(--teal-dark));
  box-shadow: 0 4px 10px rgba(31, 138, 147, 0.3);
}
.check-list li::after {
  content: "✓";
  position: absolute;
  left: 0.3rem;
  top: 0.2em;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
}

.service-explainer-section,
.trust-evidence-section,
.process-section,
.service-details-section {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(1.8rem, 4vw, 3rem);
}

.service-explainer-section {
  background: linear-gradient(160deg, var(--mist), var(--white));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  max-width: none;
  padding-left: max(var(--gutter), calc((100vw - var(--container)) / 2 + var(--gutter)));
  padding-right: max(var(--gutter), calc((100vw - var(--container)) / 2 + var(--gutter)));
}
.service-explainer-section h2 { max-width: 14ch; }
.service-explainer-section p { max-width: 60ch; }

.explainer-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r);
  box-shadow: var(--shadow);
  padding: clamp(1.4rem, 3vw, 2rem);
}

.trust-proof-grid,
.service-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.proof-logo-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.4rem;
}
.proof-logo-row img {
  width: auto;
  max-width: 150px;
  max-height: 48px;
  object-fit: contain;
  padding: 9px 12px;
  background: var(--teal-deep);
  border-radius: var(--r-sm);
  box-shadow: var(--shadow-sm);
}

.content-band {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(1.8rem, 4vw, 3rem);
  padding: clamp(1.8rem, 4vw, 2.6rem);
}
.benefit-grid,
.objection-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

/* Tarjetas genéricas */
.card,
.detail-card,
.faq-item,
.trust-card,
.service-detail-card,
.process-step {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  padding: 1.2rem;
  box-shadow: var(--shadow-sm);
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}
.card,
.detail-card,
.trust-card,
.service-detail-card {
  border-top: 3px solid var(--teal);
}
.card:hover,
.detail-card:hover,
.trust-card:hover,
.service-detail-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
  border-color: var(--mist-2);
}

.card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.1rem;
  height: 2.1rem;
  padding: 0 0.5rem;
  margin-bottom: 0.85rem;
  border-radius: 999px;
  background: var(--mist);
  color: var(--teal-deep);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}
.card p,
.detail-card p,
.faq-item p,
.trust-card p,
.service-detail-card p,
.process-step p { margin-bottom: 0; }

.trust-card { background: linear-gradient(150deg, var(--white), var(--mist)); }

.trust-team-photo {
  max-width: 24rem;
  margin: 1.4rem 0 0;
  padding: 1rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r);
  box-shadow: var(--shadow);
}
.trust-team-photo img { width: 100%; aspect-ratio: 2.4 / 1; object-fit: contain; border-radius: var(--r-sm); }
.trust-team-photo figcaption {
  margin-top: 0.8rem;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.45;
}

/* ============================ PROCESO ============================ */
.process-section {
  background: linear-gradient(160deg, var(--mist), var(--mist-2));
  border-top: 1px solid var(--mist-2);
  border-bottom: 1px solid var(--mist-2);
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 4vw, 3.5rem);
  max-width: none;
  padding-left: max(var(--gutter), calc((100vw - var(--container)) / 2 + var(--gutter)));
  padding-right: max(var(--gutter), calc((100vw - var(--container)) / 2 + var(--gutter)));
}
.process-copy {
  align-self: center;
  max-width: 58rem;
}
.process-copy h2 {
  max-width: 18ch;
}
.process-copy p {
  max-width: 62rem;
}
.process-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
}
.process-step {
  display: grid;
  align-content: start;
  gap: 0.9rem;
  min-height: 17rem;
  padding: clamp(1.5rem, 2vw, 2rem);
  position: relative;
  border-top: 0;
  border-left: 0;
  box-shadow: 0 18px 45px rgba(16, 61, 60, 0.08);
}
.process-step::after { display: none; }
.process-step-icon {
  width: 4.4rem;
  height: 4.4rem;
  object-fit: contain;
}
.process-step span {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--teal-bright), var(--teal-dark));
  color: #fff;
  font-size: 0.9rem;
  font-weight: 900;
  box-shadow: 0 6px 14px rgba(31, 138, 147, 0.35);
}

.service-detail-card { background: var(--paper); }

/* ============================ SPLIT / DETALLES ============================ */
.split-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}
.support-media {
  position: relative;
  margin: 1.5rem 0 0;
}
.support-media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: var(--r);
  box-shadow: var(--shadow);
}
.support-media figcaption {
  margin-top: 0.65rem;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 700;
}

.detail-stack { display: grid; gap: 0.95rem; }
.detail-card { background: linear-gradient(150deg, var(--white), var(--mist)); }

/* ============================ CAUTION ============================ */
.caution-section {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(1.5rem, 4vw, 2.5rem);
  background: linear-gradient(150deg, var(--rose), #fff6f5);
  border-radius: var(--r-lg);
  border: 1px solid #f5dad6;
  padding: clamp(2rem, 4vw, 3rem);
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
}
.caution-section h2 { max-width: 14ch; }
.caution-section ul { color: var(--muted); }
.caution-section li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--clay);
}

/* ============================ FAQ ============================ */
.faq-section { padding-top: clamp(2.5rem, 5vw, 4rem); }
.faq-grid {
  display: grid;
  gap: 0.9rem;
  max-width: 860px;
  margin-top: 1.4rem;
}
.faq-item {
  padding: 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 1px solid var(--line);
  border-radius: var(--r-sm);
  overflow: hidden;
  transition: box-shadow 200ms ease;
}
.faq-item[open] { box-shadow: var(--shadow-sm); border-color: var(--mist-2); }
.faq-item summary {
  display: block;
  padding: 1.1rem 3rem 1.1rem 1.3rem;
  font-weight: 700;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
  position: relative;
  font-family: var(--font-sans);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  position: absolute;
  top: 0.95rem;
  right: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background: var(--mist);
  color: var(--teal-dark);
  font-size: 1.2rem;
  font-weight: 900;
  transition: transform 200ms ease, background 200ms ease;
}
.faq-item[open] summary::after { content: "−"; background: var(--teal); color: #fff; transform: rotate(180deg); }
.faq-item p {
  margin: 0;
  padding: 0 1.3rem 1.2rem;
  border-top: 1px solid var(--line);
  padding-top: 1rem;
}

/* ============================ CONTACTO / FORM ============================ */
.contact-section {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding: 0;
}
.contact-copy {
  padding: clamp(1.8rem, 4vw, 2.8rem);
  background:
    radial-gradient(120% 100% at 0% 0%, rgba(63, 201, 212, 0.22), transparent 55%),
    linear-gradient(150deg, var(--ink), var(--navy));
  color: #fff;
}
.contact-copy h2 { color: #fff; max-width: 14ch; }
.contact-copy .section-kicker,
.contact-copy p { color: rgba(255, 255, 255, 0.8); }

.lead-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding: clamp(1.5rem, 3vw, 2.2rem);
}
.lead-form label { display: grid; gap: 0.4rem; }
.lead-form span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  padding: 0.85rem 0.95rem;
  background: var(--paper);
  border: 1px solid var(--line-strong);
  border-radius: var(--r-sm);
  color: var(--ink);
  font: inherit;
  font-size: 0.98rem;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}
.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  outline: none;
  border-color: var(--teal);
  background: #fff;
  box-shadow: 0 0 0 4px var(--mist);
}
.lead-form input[readonly] { background: var(--mist); color: var(--ink); font-weight: 700; }
.lead-form .button.primary { margin-top: 0.3rem; }
.full { grid-column: 1 / -1; }

/* ============================ FOOTER ============================ */
.site-footer {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 2.5rem;
  margin-top: 1.5rem;
  padding: clamp(2.5rem, 5vw, 3.5rem) max(var(--gutter), calc((100vw - var(--container)) / 2 + var(--gutter))) 6.5rem;
  background:
    radial-gradient(90% 120% at 100% 0%, rgba(63, 201, 212, 0.14), transparent 55%),
    linear-gradient(160deg, var(--ink), #122030);
  color: rgba(255, 255, 255, 0.68);
}
.site-footer p { color: rgba(255, 255, 255, 0.66); font-size: 0.92rem; margin-bottom: 0.5rem; }
.footer-logo { height: 2.3rem; width: auto; margin-bottom: 1.1rem; opacity: 0.95; }
.site-footer .brand-slogan {
  color: var(--teal-bright);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 0.9rem;
  text-transform: uppercase;
}
.footer-compliance {
  padding-left: 1.2rem;
  border-left: 3px solid var(--teal);
}
.footer-compliance p:last-child { color: #fff; font-weight: 700; }

/* ============================ STICKY CTA ============================ */
.sticky-cta {
  display: none;
  gap: 0.7rem;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.7rem;
  background: rgba(255, 255, 255, 0.94);
  border-top: 1px solid var(--line);
  box-shadow: 0 -12px 30px rgba(22, 32, 46, 0.1);
  backdrop-filter: blur(12px);
  z-index: 40;
}
.sticky-cta a {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  text-align: center;
}
.sticky-cta a:first-child {
  background: linear-gradient(135deg, var(--teal-bright), var(--teal-dark));
  color: #fff;
  box-shadow: var(--shadow-teal);
}
.sticky-cta a:last-child { background: var(--mist); color: var(--ink); }

/* ============================ RESPONSIVE ============================ */
@media (max-width: 1024px) {
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .header-note { display: none; }
}

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto auto; }
  .hero,
  .service-explainer-section,
  .intro-grid,
  .content-band,
  .trust-evidence-section,
  .process-section,
  .service-details-section,
  .split-section,
  .caution-section,
  .contact-section,
  .info-band,
  .contact-strip,
  .section-head {
    grid-template-columns: 1fr;
  }
  .section-head { gap: 0.8rem; }
  .hero { min-height: auto; padding-top: 3.5rem; }
  .hero-media img { aspect-ratio: 16 / 12; }
  .contact-strip .contact-actions { margin-top: 1.2rem; }
}

@media (max-width: 680px) {
  body { font-size: 16px; }
  .hero h1 { font-size: clamp(2.3rem, 9vw, 2.9rem); }
  h2 { font-size: clamp(1.6rem, 7vw, 2rem); }

  .site-header { padding: 0.75rem 1rem; gap: 0.6rem; }
  .brand small, .brand strong { display: none; }
  .brand-logo-wrap { height: 2.4rem; }
  .brand-logo { height: 1.7rem; }
  .header-actions > a { padding: 0.5rem 0.7rem; font-size: 0.76rem; }

  .service-grid { grid-template-columns: 1fr; }

  .hero-actions .button,
  .contact-actions .button,
  .benefit-grid,
  .trust-proof-grid,
  .service-detail-grid,
  .lead-form,
  .objection-grid {
    grid-template-columns: 1fr;
  }
  .hero-actions .button,
  .contact-actions .button { width: 100%; }

  .proof-logo-row { display: grid; grid-template-columns: 1fr; }
  .proof-logo-row img { max-width: 100%; }

  .process-steps { grid-template-columns: 1fr; }
  .process-step { min-height: auto; }
  .process-step::after { display: none; }

  .info-band, .contact-strip { border-radius: var(--r); }

  .sticky-cta { display: flex; }
  .site-footer { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .service-card:hover img { transform: none; }
}

/* ============================ TESTIMONIOS EN VIDEO ============================ */
.video-testimonials-section {
  background: linear-gradient(160deg, var(--white), var(--mist));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.vt-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.2rem, 3vw, 2.5rem);
  align-items: end;
  margin-bottom: clamp(1.6rem, 3vw, 2.4rem);
}
.vt-head h2 { max-width: 16ch; margin-bottom: 0; }
.vt-intro { margin: 0; font-size: 1.05rem; }

.video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.video-card {
  display: flex;
  flex-direction: column;
  text-align: left;
  padding: 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  cursor: pointer;
  box-shadow: var(--shadow-sm);
  transition: transform 220ms cubic-bezier(.2,.7,.3,1), box-shadow 220ms ease, border-color 220ms ease;
}
.video-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: var(--mist-2); }

.video-thumb {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(.2,.7,.3,1), filter 300ms ease;
}
.video-card:hover .video-thumb img { transform: scale(1.06); filter: brightness(.85); }

.video-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.video-play::before {
  content: "";
  position: absolute;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--teal-bright), var(--teal-dark));
  box-shadow: 0 10px 26px rgba(0,0,0,.35);
  transition: transform 220ms ease;
}
.video-card:hover .video-play::before { transform: scale(1.12); }
.video-play svg {
  position: relative;
  z-index: 2;
  color: #fff;
  margin-left: 3px;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,.4));
}

.video-meta { display: grid; gap: 0.25rem; padding: 0.95rem 1.1rem 1.15rem; }
.video-title { font-family: var(--font-display); font-weight: 600; font-size: 1.06rem; line-height: 1.25; color: var(--ink); }
.video-author { font-size: 0.84rem; font-weight: 700; color: var(--teal-dark); }

/* la 4ta y 5ta card ocupan 2 columnas centradas en grids de 3 */
.video-grid .video-card:nth-child(4):last-child,
.video-grid .video-card:nth-child(4):nth-last-child(2) ~ .video-card:last-child {
  /* sin reglas especiales por defecto */
}

/* ============================ MODAL DE VIDEO ============================ */
.video-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.video-modal[hidden] { display: none; }

.video-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 18, 28, 0.86);
  backdrop-filter: blur(6px);
  animation: vmFade 200ms ease;
}
.video-modal-dialog {
  position: relative;
  z-index: 2;
  width: min(960px, 100%);
  animation: vmPop 240ms cubic-bezier(.2,.8,.3,1);
}
.video-modal-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: var(--r);
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0,0,0,.5);
  border: 1px solid rgba(255,255,255,.14);
}
.video-modal-frame iframe { width: 100%; height: 100%; border: 0; display: block; }
.video-modal-close {
  position: absolute;
  top: -3rem;
  right: 0;
  width: 2.6rem;
  height: 2.6rem;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.16);
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  transition: background 160ms ease, transform 160ms ease;
}
.video-modal-close:hover { background: var(--teal); transform: rotate(90deg); }

@keyframes vmFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes vmPop { from { opacity: 0; transform: translateY(16px) scale(.97); } to { opacity: 1; transform: none; } }

@media (max-width: 980px) {
  .vt-head { grid-template-columns: 1fr; gap: 0.6rem; }
  .video-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .video-grid { grid-template-columns: 1fr; }
  .video-play::before { width: 3.4rem; height: 3.4rem; }
}

/* ============================ BANDA DE OFERTA ============================ */
.offer-band {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  max-width: var(--container);
  padding: clamp(1.5rem, 3vw, 2rem) var(--gutter);
}
.offer-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.4fr auto;
  gap: clamp(1rem, 3vw, 2.5rem);
  align-items: center;
  padding: clamp(1.8rem, 3.5vw, 2.8rem);
  border-radius: var(--r-lg);
  background:
    radial-gradient(90% 140% at 100% 0%, rgba(63, 201, 212, 0.28), transparent 60%),
    linear-gradient(135deg, var(--teal-deep), #0a3f44 70%);
  color: #fff;
  box-shadow: var(--shadow-lg);
}
.offer-inner::before {
  content: "";
  position: absolute;
  top: -40%;
  right: -10%;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(63, 201, 212, 0.25), transparent 70%);
  pointer-events: none;
}
.offer-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 0.6rem;
  color: var(--teal-bright);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.offer-kicker::before { content: "★"; font-size: 0.8rem; }
.offer-title { color: #fff; margin: 0 0 0.5rem; font-size: clamp(1.5rem, 2.4vw, 2.1rem); }
.offer-text { color: rgba(255, 255, 255, 0.86); margin: 0; font-size: 1.02rem; max-width: 60ch; }
.offer-cta { justify-self: end; white-space: nowrap; background: #fff; color: var(--teal-deep); box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25); }
.offer-cta:hover { background: var(--mist); color: var(--teal-deep); }

@media (max-width: 820px) {
  .offer-inner { grid-template-columns: 1fr; }
  .offer-cta { justify-self: start; }
}

/* ============================ "QUÉ INCLUYE" ============================ */
.includes-section { background: var(--white); }
.includes-head { margin-bottom: clamp(1.5rem, 3vw, 2.2rem); }
.includes-head h2 { max-width: 20ch; }
.includes-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.includes-card {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.4rem;
  background: linear-gradient(160deg, var(--white), var(--mist));
  border: 1px solid var(--line);
  border-radius: var(--r);
  box-shadow: var(--shadow-sm);
  transition: transform 200ms ease, box-shadow 200ms ease;
}
.includes-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.includes-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  margin-bottom: 0.3rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--teal-bright), var(--teal-dark));
  color: #fff;
  box-shadow: 0 8px 18px rgba(31, 138, 147, 0.35);
}
.includes-card h3 { font-size: 1.08rem; margin: 0; }
.includes-card p { margin: 0; font-size: 0.93rem; }

@media (max-width: 980px) { .includes-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) { .includes-grid { grid-template-columns: 1fr; } }
