/* ============================================================
   SEDAMB — Unidad de Sedación Ambulatoria
   Rediseño 2026 · estética clínica moderna, morado protagonista
   ============================================================ */

:root {
  --purple: #7b2d8e;        /* primario */
  --purple-2: #9b3fb0;      /* claro / hover */
  --purple-3: #b066c9;      /* más claro */
  --purple-deep: #5f2270;   /* profundo */
  --purple-ink: #3a1145;    /* casi negro morado (footer/dark) */
  --teal: #3a9aa6;          /* secundario (tagline) */
  --lav-50: #faf6fc;        /* lavanda casi blanco */
  --lav-100: #f3ebf8;       /* lavanda muy claro (fondos) */
  --lav-200: #e7d8f0;       /* bordes/realces */

  --ink: #2a1f33;           /* texto principal (morado oscuro) */
  --muted: #6f6478;         /* texto atenuado */
  --line: #ece3f2;          /* líneas */
  --bg: #ffffff;
  --wa: #25D366;

  --radius: 18px;
  --radius-lg: 26px;
  --shadow-sm: 0 1px 2px rgba(58,17,69,.04), 0 6px 18px rgba(58,17,69,.06);
  --shadow: 0 10px 30px rgba(95,34,112,.10);
  --shadow-lg: 0 28px 70px rgba(95,34,112,.20);
  --shadow-purple: 0 14px 34px rgba(123,45,142,.34);

  --maxw: 1140px;
  --font: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-display: "Comfortaa", "Montserrat", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; overflow-x: clip; }
body {
  margin: 0; font-family: var(--font); color: var(--ink); background: var(--bg);
  line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: clip;
}
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.15; letter-spacing: -.01em; }
::selection { background: rgba(123,45,142,.2); color: #fff; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
.narrow { max-width: 820px; }

/* ---------- Botones ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font); font-weight: 700; font-size: .95rem; line-height: 1;
  padding: 14px 26px; border-radius: 999px; cursor: pointer; border: 2px solid transparent;
  transition: transform .16s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  white-space: nowrap;
}
.btn svg { width: 19px; height: 19px; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--purple); color: #fff; box-shadow: var(--shadow-purple); }
.btn-primary:hover { background: var(--purple-2); }
.btn-white { background: #fff; color: var(--purple); box-shadow: 0 12px 28px rgba(0,0,0,.16); }
.btn-white:hover { background: var(--lav-100); }
.btn-ghost { background: rgba(255,255,255,.12); color: #fff; border-color: rgba(255,255,255,.55); }
.btn-ghost:hover { background: rgba(255,255,255,.22); }
.btn-outline { background: #fff; color: var(--purple); border-color: var(--lav-200); box-shadow: var(--shadow-sm); }
.btn-outline:hover { border-color: var(--purple); }
.btn-wa { background: var(--wa); color: #fff; box-shadow: 0 12px 28px rgba(37,211,102,.4); }
.btn-wa svg { width: 22px; height: 22px; }
.btn-block { width: 100%; }

/* ---------- Topbar ---------- */
.topbar { background: var(--purple-deep); color: #fff; font-size: .82rem; }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; min-height: 38px; gap: 14px; flex-wrap: wrap; }
.topbar .i { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; vertical-align: -3px; margin-right: 5px; }
.topbar-tag { opacity: .92; }
.topbar-links { display: flex; gap: 20px; }
.topbar-links a { opacity: .92; transition: opacity .2s; }
.topbar-links a:hover { opacity: 1; }
@media (max-width: 720px) { .topbar-tag { display: none; } .topbar-inner { justify-content: center; } }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60; background: rgba(255,255,255,.9);
  backdrop-filter: saturate(150%) blur(12px); border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 72px; gap: 18px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.brand img { width: 42px; height: 42px; object-fit: contain; }
.brand img.brand-logo { width: auto; height: 42px; }
@media (max-width: 420px) { .brand img.brand-logo { height: 36px; } }
.brand-txt { display: flex; flex-direction: column; line-height: 1; }
.brand-txt b { color: var(--purple); }
.brand .brand-txt { font-family: var(--font-display); font-weight: 700; font-size: 1.45rem; color: var(--ink); }
.brand-txt small { font-family: var(--font); font-weight: 600; font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-top: 5px; }
.nav-links { display: flex; gap: 26px; }
.nav-links a { font-weight: 600; font-size: .94rem; color: var(--ink); position: relative; padding: 6px 0; transition: color .2s; }
.nav-links a:hover, .nav-links a.active { color: var(--purple); }
.nav-links a.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 2px; background: var(--purple); border-radius: 2px; }
.nav-cta { display: flex; align-items: center; gap: 10px; }
.menu-toggle { display: none; background: var(--lav-100); color: var(--purple); border: 0; font-size: 1.3rem; width: 44px; height: 44px; border-radius: 12px; cursor: pointer; }

/* ---------- Hero ---------- */
.hero { position: relative; color: #fff; overflow: hidden; }
.hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(900px 480px at 88% -8%, rgba(176,102,201,.55), transparent 60%),
    radial-gradient(700px 500px at 0% 110%, rgba(58,154,166,.32), transparent 55%),
    linear-gradient(150deg, #7b2d8e 0%, #5f2270 60%, #4a1a5c 100%);
}
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.07) 1.2px, transparent 1.2px);
  background-size: 24px 24px; mask-image: linear-gradient(180deg, #000, transparent 75%);
}
.hero-inner {
  position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr;
  gap: 54px; align-items: center; padding: 64px 22px 92px;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px; font-size: .8rem; font-weight: 700;
  letter-spacing: .04em; text-transform: uppercase; color: #fff;
  background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.32);
  padding: 8px 15px; border-radius: 999px; margin-bottom: 22px;
}
.eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 4px rgba(255,255,255,.28); }
.hero h1 { font-size: clamp(2.7rem, 6vw, 4.6rem); font-weight: 700; margin: 0 0 18px; }
.hero h1 .hl { color: #ffd6f4; position: relative; }
.hero h1 .hl::after { content: ""; position: absolute; left: 0; right: 0; bottom: 6px; height: .26em; background: rgba(255,255,255,.18); border-radius: 6px; z-index: -1; }
.hero-sub { font-size: clamp(1.05rem, 2vw, 1.22rem); color: rgba(255,255,255,.9); max-width: 560px; margin: 0 0 30px; }
.hero-sub strong { color: #fff; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 10px; }
.trust-chip {
  display: inline-flex; align-items: center; gap: 8px; font-size: .85rem; font-weight: 600;
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22);
  padding: 9px 14px; border-radius: 999px;
}
.trust-chip img { width: 18px; height: 18px; filter: brightness(0) invert(1); }

/* Hero media */
.hero-media { position: relative; display: flex; justify-content: center; }
.hero-photo {
  width: min(380px, 80%); aspect-ratio: 4/5; border-radius: var(--radius-lg); overflow: hidden;
  background: linear-gradient(160deg, #fff, #f0e6f6); box-shadow: var(--shadow-lg);
  border: 6px solid rgba(255,255,255,.5);
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.float-card {
  position: absolute; display: flex; align-items: center; gap: 11px; background: #fff; color: var(--ink);
  padding: 13px 16px; border-radius: 15px; box-shadow: var(--shadow-lg); font-size: .82rem;
}
.float-card .fc-num { font-family: var(--font-display); font-weight: 700; font-size: 1.5rem; color: var(--purple); }
.float-card .fc-ic { width: 30px; height: 30px; border-radius: 50%; background: var(--purple); color: #fff; display: grid; place-items: center; font-weight: 800; flex: 0 0 auto; }
.float-card .fc-lbl { color: var(--muted); line-height: 1.25; }
.float-card .fc-lbl b { color: var(--ink); }
.float-1 { top: 18px; left: -6px; }
.float-2 { bottom: 26px; right: -10px; }

/* ---------- Tira de confianza ---------- */
.trust-strip {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  box-shadow: var(--shadow); padding: 26px; margin-top: -52px; position: relative; z-index: 5;
}
.trust-card { display: flex; align-items: center; gap: 14px; }
.trust-card + .trust-card { border-left: 1px solid var(--line); padding-left: 20px; }
.ts-ic { flex: 0 0 auto; width: 50px; height: 50px; border-radius: 14px; background: var(--lav-100); color: var(--purple); display: grid; place-items: center; }
.ts-ic svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.trust-card strong { display: block; font-size: 1rem; }
.trust-card span { color: var(--muted); font-size: .87rem; }

/* ---------- Secciones ---------- */
.section { padding: 84px 0; }
.section--soft { background: var(--lav-50); }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 48px; }
.kicker { display: inline-block; font-weight: 700; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: var(--purple); background: var(--lav-100); padding: 6px 14px; border-radius: 999px; margin-bottom: 14px; }
.kicker--light { color: #fff; background: rgba(255,255,255,.16); }
.section-title { font-size: clamp(1.8rem, 4vw, 2.7rem); margin: 0 0 14px; color: var(--ink); }
.section-desc { color: var(--muted); font-size: 1.06rem; margin: 0; }
.section-head--light .section-title { color: #fff; }
.section-head--light .section-desc { color: rgba(255,255,255,.85); }

/* ---------- Split (quiénes somos / doctora) ---------- */
.split { display: grid; grid-template-columns: 1fr 1.1fr; gap: 56px; align-items: center; }
.split-media { position: relative; }
.rounded-img { border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); background: #fff; }
.mini-stats { display: flex; gap: 14px; margin-top: 18px; }
.mini-stats > div { flex: 1; background: var(--purple); color: #fff; border-radius: 14px; padding: 16px; text-align: center; box-shadow: var(--shadow-purple); }
.ms-num { display: block; font-family: var(--font-display); font-weight: 700; font-size: 1.8rem; }
.ms-lbl { font-size: .78rem; opacity: .9; }
.split-body .section-title { margin-top: 8px; }
.split-body > p { color: var(--ink); opacity: .9; font-size: 1.05rem; }
.check-list, .cred-list { list-style: none; padding: 0; margin: 20px 0 26px; display: grid; gap: 12px; }
.check-list li, .cred-list li { display: flex; gap: 11px; align-items: flex-start; color: var(--ink); }
.ck { flex: 0 0 auto; width: 24px; height: 24px; border-radius: 50%; background: var(--lav-100); color: var(--purple); display: grid; place-items: center; font-size: .8rem; font-weight: 800; }
.doctor-frame { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); border: 6px solid #fff; background: linear-gradient(160deg, #f3ebf8, #e7d8f0); aspect-ratio: 4/5; max-width: 420px; }
.doctor-frame img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }

/* Quiénes somos: foto real del equipo */
.qs-media { position: relative; max-width: 460px; }
.qs-media::before {
  content: ""; position: absolute; z-index: 0; left: -26px; top: 50%; transform: translateY(-52%);
  width: 62%; aspect-ratio: 1; border-radius: 46% 54% 52% 48%;
  background: radial-gradient(circle at 35% 30%, var(--purple-3), var(--purple)); opacity: .16;
}
.qs-photo {
  position: relative; z-index: 1; border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-lg); border: 6px solid #fff; aspect-ratio: 4/5;
}
.qs-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.qs-float { position: absolute; z-index: 2; top: 28px; right: -16px; }
.float-card .fc-ic svg { width: 17px; height: 17px; }
@media (max-width: 880px) { .qs-media { margin: 0 auto; } }

/* ---------- Servicios ---------- */
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.service-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 22px; box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--lav-200); }
.service-ic { width: 58px; height: 58px; border-radius: 16px; background: linear-gradient(150deg, var(--purple), var(--purple-2)); color: #fff; display: grid; place-items: center; margin-bottom: 16px; box-shadow: var(--shadow-purple); }
.service-ic svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { font-size: 1.18rem; margin: 0 0 7px; color: var(--ink); }
.service-card p { color: var(--muted); font-size: .92rem; margin: 0; }

/* ---------- Audiencia ---------- */
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.audience-card { display: flex; gap: 16px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s; }
.audience-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.ac-ic { flex: 0 0 auto; width: 50px; height: 50px; border-radius: 14px; background: var(--lav-100); color: var(--purple); display: grid; place-items: center; }
.ac-ic svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.audience-card strong { display: block; margin-bottom: 4px; color: var(--ink); }
.audience-card span { color: var(--muted); font-size: .9rem; }

/* ---------- Ventajas (banda morada) ---------- */
.advantages { position: relative; color: #fff; background: linear-gradient(150deg, #7b2d8e, #5f2270); }
.advantages::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.06) 1.2px, transparent 1.2px); background-size: 26px 26px; mask-image: linear-gradient(180deg, transparent, #000, transparent); }
.advantages .container { position: relative; }
.adv-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.adv-item { display: flex; align-items: center; gap: 12px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); border-radius: 14px; padding: 16px 18px; font-weight: 600; backdrop-filter: blur(4px); }
.adv-ck { flex: 0 0 auto; width: 26px; height: 26px; border-radius: 50%; background: #fff; color: var(--purple); display: grid; place-items: center; font-weight: 800; font-size: .82rem; }

/* ---------- Proceso ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.step { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 22px 24px; box-shadow: var(--shadow-sm); }
.step-num { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: linear-gradient(150deg, var(--purple), var(--purple-2)); color: #fff; font-family: var(--font-display); font-weight: 700; font-size: 1.4rem; box-shadow: var(--shadow-purple); margin-bottom: 16px; }
.step h3 { font-size: 1.12rem; margin: 0 0 8px; color: var(--ink); }
.step p { color: var(--muted); font-size: .9rem; margin: 0; }
.req-bar { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; margin-top: 30px; background: var(--lav-100); border: 1px dashed var(--lav-200); border-radius: var(--radius); padding: 18px 24px; color: var(--ink); font-size: .95rem; }
.req-age { background: var(--purple); color: #fff; padding: 7px 16px; border-radius: 999px; font-size: .9rem; white-space: nowrap; }

/* ---------- Costos ---------- */
.pricing { display: grid; grid-template-columns: repeat(2, minmax(0, 360px)); gap: 26px; justify-content: center; }
.price-card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.price-card--featured { background: linear-gradient(160deg, #7b2d8e, #5f2270); color: #fff; border: 0; box-shadow: var(--shadow-lg); transform: translateY(-6px); }
.price-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--teal); color: #fff; font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 6px 16px; border-radius: 999px; box-shadow: var(--shadow); }
.price-head { display: flex; align-items: center; gap: 13px; margin-bottom: 18px; }
.ph-ic { width: 48px; height: 48px; border-radius: 13px; background: var(--lav-100); color: var(--purple); display: grid; place-items: center; }
.price-card--featured .ph-ic { background: rgba(255,255,255,.18); color: #fff; }
.ph-ic svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.price-head h3 { font-size: 1.4rem; margin: 0; }
.price-rows { list-style: none; padding: 0; margin: 0 0 22px; display: grid; gap: 2px; flex: 1; }
.price-rows li { display: flex; justify-content: space-between; align-items: baseline; padding: 13px 0; border-bottom: 1px solid var(--line); }
.price-card--featured .price-rows li { border-color: rgba(255,255,255,.18); }
.price-rows li:last-child { border-bottom: 0; }
.price-rows strong { font-family: var(--font-display); font-size: 1.3rem; }
.price-card:not(.price-card--featured) .price-rows strong { color: var(--purple); }
.price-note { max-width: 760px; margin: 28px auto 0; text-align: center; color: var(--muted); font-size: .92rem; }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: 14px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); overflow: hidden; }
.faq-item[open] { border-color: var(--purple-3); box-shadow: var(--shadow); }
.faq-item summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 20px 22px; font-weight: 700; color: var(--ink); font-family: var(--font-display); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-ico { flex: 0 0 auto; position: relative; width: 22px; height: 22px; border-radius: 50%; background: var(--lav-100); }
.faq-ico::before, .faq-ico::after { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); background: var(--purple); border-radius: 2px; }
.faq-ico::before { width: 11px; height: 2px; }
.faq-ico::after { width: 2px; height: 11px; transition: transform .2s; }
.faq-item[open] .faq-ico { background: var(--purple); }
.faq-item[open] .faq-ico::before, .faq-item[open] .faq-ico::after { background: #fff; }
.faq-item[open] .faq-ico::after { transform: translate(-50%,-50%) scaleY(0); }
.faq-a { padding: 0 22px 20px; color: var(--muted); }
.faq-a p { margin: 0; }
.faq-a a { color: var(--purple); font-weight: 600; }

/* ---------- CTA ---------- */
.cta { position: relative; color: #fff; overflow: hidden; padding: 80px 0; }
.cta-bg { position: absolute; inset: 0; background: radial-gradient(700px 400px at 100% 0%, rgba(176,102,201,.5), transparent 60%), linear-gradient(150deg, #7b2d8e, #4a1a5c); }
.cta-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.cta-copy h2 { font-size: clamp(1.9rem, 4vw, 2.7rem); margin: 0 0 14px; }
.cta-copy > p { color: rgba(255,255,255,.9); font-size: 1.06rem; margin: 0 0 24px; }
.cta-copy .btn-wa { margin-bottom: 14px; }
.cta-note { color: rgba(255,255,255,.8); font-size: .88rem; }
.form-card { background: #fff; color: var(--ink); border-radius: var(--radius-lg); padding: 32px; box-shadow: var(--shadow-lg); }
.form-card h3 { font-size: 1.5rem; margin: 0 0 4px; color: var(--ink); }
.form-sub { color: var(--muted); margin: 0 0 20px; font-size: .92rem; }
.lead-form { display: grid; gap: 14px; }
.lead-form label { display: grid; gap: 6px; font-size: .85rem; font-weight: 600; color: var(--ink); }
.lead-form input, .lead-form select {
  font-family: var(--font); font-size: .95rem; padding: 12px 14px; border: 1.5px solid var(--line);
  border-radius: 12px; background: var(--lav-50); color: var(--ink); transition: border-color .2s, box-shadow .2s; width: 100%;
}
.lead-form input:focus, .lead-form select:focus { outline: 0; border-color: var(--purple); box-shadow: 0 0 0 4px rgba(123,45,142,.14); background: #fff; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.hp { position: absolute; left: -9999px; opacity: 0; }
.form-note { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: .8rem; margin: 4px 0 0; }
.form-note svg { width: 16px; height: 16px; flex: 0 0 auto; }
.form-status { margin-top: 16px; padding: 14px 16px; border-radius: 12px; font-size: .92rem; }
.form-status.ok { background: #e9f9ef; color: #157347; }
.form-status.error { background: #fdecec; color: #b3261e; }
.form-status a { color: inherit; text-decoration: underline; }

/* ---------- Footer ---------- */
.footer { background: var(--purple-ink); color: rgba(255,255,255,.78); padding: 60px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px; }
.brand--light .brand-txt { color: #fff; }
.brand--light b { color: var(--purple-3); }
.footer-brand .brand { margin-bottom: 14px; }
.footer-brand .brand img { width: 40px; height: 40px; }
.footer-brand .brand span { font-family: var(--font-display); font-weight: 700; font-size: 1.4rem; color: #fff; }
.footer-brand .brand b { color: var(--purple-3); }
.footer-brand p { font-size: .9rem; margin: 0 0 8px; }
.footer-slogan { color: var(--purple-3); font-weight: 700; font-family: var(--font-display); }
.footer-col h4 { color: #fff; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; margin: 0 0 16px; font-family: var(--font); }
.footer-col a { display: block; padding: 6px 0; font-size: .92rem; transition: color .2s; }
.footer-col a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: .82rem; color: rgba(255,255,255,.6); }

/* ---------- WhatsApp flotante ---------- */
.wa-float { position: fixed; right: 22px; bottom: 22px; z-index: 70; display: inline-flex; align-items: center; gap: 10px; background: var(--wa); color: #fff; padding: 13px 18px; border-radius: 999px; box-shadow: 0 12px 30px rgba(37,211,102,.45); font-weight: 700; transition: transform .2s; }
.wa-float:hover { transform: translateY(-3px); }
.wa-float svg { width: 26px; height: 26px; }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* ---------- Responsive ---------- */
@media (max-width: 1000px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .audience-grid { grid-template-columns: repeat(2, 1fr); }
  .adv-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 880px) {
  .nav-links { position: fixed; inset: 0 0 0 auto; width: min(300px, 82vw); flex-direction: column; gap: 6px; background: #fff; padding: 92px 26px 30px; box-shadow: -20px 0 60px rgba(58,17,69,.18); transform: translateX(100%); transition: transform .26s ease; }
  .nav-links.open { transform: none; }
  .nav-links a { padding: 12px 0; border-bottom: 1px solid var(--line); }
  .menu-toggle { display: grid; place-items: center; }
  .hero-inner { grid-template-columns: 1fr; gap: 44px; padding-bottom: 80px; }
  .hero-media { order: 2; }
  .split { grid-template-columns: 1fr; gap: 36px; }
  .split-media { max-width: 460px; margin: 0 auto; }
  .doctor-frame { margin: 0 auto; }
  .cta-inner { grid-template-columns: 1fr; gap: 32px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
}
@media (max-width: 560px) {
  .section { padding: 60px 0; }
  .services-grid, .audience-grid, .adv-grid, .steps { grid-template-columns: 1fr; }
  .trust-strip { grid-template-columns: 1fr; gap: 18px; margin-top: -40px; padding: 22px; }
  .trust-card + .trust-card { border-left: 0; padding-left: 0; border-top: 1px solid var(--line); padding-top: 16px; }
  .pricing { grid-template-columns: 1fr; }
  .price-card--featured { transform: none; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .float-card { display: none; }
  .brand-txt small { display: none; }
  .wa-float-txt { display: none; }
}
