/* ============================================================
   Findy — Shared landing styles
   Tokens: turquesa, azul-noche, coral, neutros
   ============================================================ */
:root {
  --teal: #0EA5A4;
  --teal-600: #0AA0A1;
  --teal-700: #0B8888;
  --teal-50: #E6F7F7;
  --teal-100: #CFEFEF;
  --teal-200: #A6E1E1;
  --navy: #0F2444;
  --navy-700: #0B1A33;
  --navy-soft: #163057;
  --coral: #FF6B6B;
  --coral-soft: #F47B6B;
  --coral-50: #FFE9E5;
  --wa: #25D366;
  --wa-700: #128C7E;
  --tg: #229ED9;
  --ink: #1F2937;
  --ink-2: #374151;
  --muted: #6B7280;
  --line: #E5E7EB;
  --line-2: #EEF1F4;
  --bg: #FFFFFF;
  --bg-soft: #F8F9FB;
  --bg-mist: #F2F6F8;
  --shadow-sm: 0 1px 2px rgba(15,36,68,0.04), 0 1px 3px rgba(15,36,68,0.06);
  --shadow: 0 4px 12px rgba(15,36,68,0.06), 0 12px 32px rgba(15,36,68,0.08);
  --shadow-lg: 0 20px 60px rgba(15,36,68,0.18);
  --radius: 24px;
  --radius-sm: 14px;
  --radius-lg: 32px;
  --container: 1200px;
  --font: "Manrope", "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font);
  color: var(--ink);
  background: #fff;
  line-height: 1.55;
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: var(--teal-700); text-decoration: none; }
a:hover { color: var(--teal); }
button { font-family: inherit; cursor: pointer; }

h1, h2, h3, h4 { color: var(--navy); font-weight: 700; line-height: 1.12; letter-spacing: -0.02em; margin: 0; text-wrap: balance; }
h1 { font-size: clamp(2rem, 4.4vw, 3.6rem); letter-spacing: -0.025em; }
h2 { font-size: clamp(1.6rem, 3.2vw, 2.6rem); }
h3 { font-size: 1.25rem; }
p  { margin: 0; }
.lede { font-size: 1.125rem; color: var(--ink-2); line-height: 1.6; max-width: 60ch; }

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}
@media (min-width: 768px) { .container { padding: 0 32px; } }

.section { padding: 84px 0; }
.section--tight { padding: 56px 0; }
@media (min-width: 1024px) { .section { padding: 112px 0; } }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal-700);
  background: var(--teal-50);
  padding: 6px 12px;
  border-radius: 999px;
}

/* ===== Buttons ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.98rem;
  border: 1.5px solid transparent;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
  white-space: nowrap;
  text-decoration: none;
  line-height: 1;
}
.btn:active { transform: translateY(1px); }
.btn svg { width: 18px; height: 18px; flex: 0 0 auto; }
.btn--lg { padding: 17px 28px; font-size: 1.02rem; }

.btn--teal { background: var(--teal); color: #fff; box-shadow: 0 8px 22px rgba(14,165,164,0.28); }
.btn--teal:hover { background: var(--teal-700); color: #fff; box-shadow: 0 10px 28px rgba(14,165,164,0.34); }

.btn--wa { background: var(--wa); color: #fff; box-shadow: 0 8px 22px rgba(37,211,102,0.30); }
.btn--wa:hover { background: var(--wa-700); color: #fff; }

.btn--tg { background: var(--tg); color: #fff; box-shadow: 0 8px 22px rgba(34,158,217,0.28); }
.btn--tg:hover { background: #1A88BC; color: #fff; }

.btn--coral { background: var(--coral); color: #fff; box-shadow: 0 8px 22px rgba(255,107,107,0.32); }
.btn--coral:hover { background: var(--coral-soft); color: #fff; }

.btn--white { background: #fff; color: var(--navy); }
.btn--white:hover { background: var(--bg-soft); color: var(--navy); }

.btn--ghost { background: transparent; color: var(--navy); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--teal); color: var(--teal-700); }

.btn--outline-teal { background: transparent; color: var(--teal-700); border-color: var(--teal); }
.btn--outline-teal:hover { background: var(--teal-50); color: var(--teal-700); }

.btn--outline-white { background: transparent; color: #fff; border-color: rgba(255,255,255,0.55); }
.btn--outline-white:hover { background: rgba(255,255,255,0.08); color: #fff; }

/* ===== Header ===== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,0.78);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid rgba(15,36,68,0.06);
}
.site-header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--navy);
  font-weight: 700;
  font-size: 1.32rem;
  letter-spacing: -0.02em;
}
.brand__mark {
  width: 36px; height: 36px; border-radius: 9px;
  background-image: url("findy-isotipo.png");
  background-size: cover;
  background-position: center;
  box-shadow: 0 4px 12px rgba(14,165,164,0.28);
}
.brand__word { color: var(--teal-700); }

.nav { display: none; gap: 28px; align-items: center; }
.nav a {
  color: var(--ink-2);
  font-weight: 500;
  font-size: 0.95rem;
  position: relative;
  padding: 8px 0;
}
.nav a:hover { color: var(--teal-700); }
.nav a[aria-current="page"]::after,
.nav a:hover::after {
  content: "";
  position: absolute;
  left: 0; right: 0;
  bottom: 0;
  height: 2px;
  background: var(--teal);
  border-radius: 2px;
}
@media (min-width: 1024px) { .nav { display: flex; } }

.site-header__cta { display: none; }
@media (min-width: 768px) { .site-header__cta { display: inline-flex; } }

.menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  border-radius: 12px;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  color: var(--navy);
}
@media (min-width: 1024px) { .menu-btn { display: none; } }

.mobile-nav {
  display: none;
  border-top: 1px solid var(--line);
  background: #fff;
}
.mobile-nav.is-open { display: block; }
.mobile-nav__inner {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 24px 22px;
}
.mobile-nav a {
  padding: 12px 8px;
  border-radius: 10px;
  color: var(--ink);
  font-weight: 500;
}
.mobile-nav a:hover { background: var(--bg-soft); color: var(--teal-700); }
.mobile-nav .btn { margin-top: 10px; align-self: flex-start; }

/* ===== Hero ===== */
.hero {
  position: relative;
  padding: 56px 0 64px;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: -120px -10% auto auto;
  width: 720px; height: 720px;
  background: radial-gradient(circle at center, rgba(14,165,164,0.18), transparent 60%);
  z-index: 0;
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto auto -260px -10%;
  width: 560px; height: 560px;
  background: radial-gradient(circle at center, rgba(255,107,107,0.10), transparent 60%);
  z-index: 0;
  pointer-events: none;
}
.hero__grid {
  position: relative;
  display: grid;
  gap: 48px;
  align-items: center;
  grid-template-columns: 1fr;
  z-index: 1;
}
@media (min-width: 1024px) {
  .hero { padding: 88px 0 96px; }
  .hero__grid { grid-template-columns: 1.05fr 1fr; gap: 64px; }
}
.hero h1 {
  margin-top: 18px;
  font-size: clamp(2.1rem, 4.6vw, 3.8rem);
}
.hero h1 em { color: var(--teal-700); font-style: normal; }
.hero__sub {
  margin-top: 18px;
  color: var(--ink-2);
  font-size: 1.125rem;
  max-width: 56ch;
  line-height: 1.6;
}
.hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin-top: 28px;
  color: var(--ink-2);
  font-size: 0.92rem;
}
.trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.trust-row .check {
  width: 18px; height: 18px;
  border-radius: 999px;
  background: var(--teal);
  color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 11px;
  font-weight: 800;
}

.hero__media {
  position: relative;
}
.hero__photo {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  background: var(--bg-soft);
}
.hero__photo img { width: 100%; height: auto; display: block; }
.hero__floater {
  position: absolute;
  background: #fff;
  padding: 12px 16px;
  border-radius: 16px;
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: var(--navy);
  font-size: 0.92rem;
}
.hero__floater--bubble { left: -16px; bottom: 28px; }
.hero__floater--ping { right: -10px; top: 32px; background: var(--navy); color: #fff; }
.hero__floater .dot {
  width: 10px; height: 10px; border-radius: 999px; background: var(--coral);
  box-shadow: 0 0 0 4px rgba(255,107,107,0.18);
}
.hero__floater--ping .dot { background: #34d399; box-shadow: 0 0 0 4px rgba(52,211,153,0.25); }

@media (max-width: 640px) {
  .hero__floater--bubble { left: 12px; bottom: 12px; padding: 8px 12px; font-size: 0.82rem; }
  .hero__floater--ping { right: 12px; top: 12px; padding: 8px 12px; font-size: 0.82rem; }
}

/* ===== Section heading ===== */
.section-head {
  display: grid;
  gap: 14px;
  text-align: center;
  max-width: 760px;
  margin: 0 auto 56px;
}
.section-head--left { text-align: left; margin-left: 0; }

/* ===== Cómo funciona steps ===== */
.steps {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) { .steps { grid-template-columns: repeat(3, 1fr); gap: 28px; } }
.step {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px 28px;
  position: relative;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.step:hover { transform: translateY(-4px); border-color: var(--teal-200); box-shadow: var(--shadow); }
.step__num {
  position: absolute;
  top: 24px; right: 24px;
  font-weight: 800;
  color: var(--teal-100);
  font-size: 2.2rem;
  letter-spacing: -0.04em;
}
.step__icon {
  width: 56px; height: 56px;
  border-radius: 16px;
  background: var(--teal-50);
  color: var(--teal-700);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.step__icon svg { width: 28px; height: 28px; }
.step h3 { margin-bottom: 10px; }
.step p { color: var(--ink-2); font-size: 0.97rem; }

.dotted-track {
  display: none;
}
@media (min-width: 768px) {
  .dotted-track {
    display: block;
    position: relative;
    height: 0;
  }
  .dotted-track::before {
    content: "";
    position: absolute;
    top: -56px;
    left: 16.66%; right: 16.66%;
    border-top: 2px dashed var(--teal-200);
    z-index: 0;
  }
}

/* ===== Cobertura ===== */
.coverage-grid {
  display: grid;
  gap: 48px;
  align-items: center;
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) { .coverage-grid { grid-template-columns: 1fr 1.05fr; gap: 64px; } }

.cat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 28px;
}
@media (min-width: 480px) { .cat-grid { grid-template-columns: repeat(4, 1fr); } }
.cat {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px 14px;
  text-align: center;
  transition: all .18s ease;
}
.cat:hover { border-color: var(--teal); transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.cat__icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: var(--teal-50);
  color: var(--teal-700);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.cat__icon svg { width: 22px; height: 22px; }
.cat--coral .cat__icon { background: var(--coral-50); color: var(--coral); }
.cat__name { font-weight: 600; font-size: 0.9rem; color: var(--navy); }

.zones {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.zone {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line);
  font-size: 0.86rem;
  color: var(--ink-2);
  font-weight: 500;
}
.zone .pin {
  width: 8px; height: 8px; border-radius: 999px; background: var(--coral);
}

.coverage-photo {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
}

/* ===== Para negocios ===== */
.biz-section {
  background:
    radial-gradient(ellipse at 0% 0%, rgba(14,165,164,0.10), transparent 50%),
    linear-gradient(180deg, var(--bg-soft), #fff);
}
.biz-grid {
  display: grid;
  gap: 48px;
  align-items: center;
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) { .biz-grid { grid-template-columns: 1fr 1fr; gap: 64px; } }
.biz-cards {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 28px;
}
.biz-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 16px 20px;
  transition: all .18s ease;
}
.biz-card:hover { border-color: var(--teal-200); transform: translateX(2px); }
.biz-card__icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: var(--teal-50);
  color: var(--teal-700);
  display: inline-flex; align-items: center; justify-content: center;
  flex: 0 0 auto;
}
.biz-card__icon svg { width: 22px; height: 22px; }
.biz-card p { color: var(--ink-2); font-weight: 500; }

/* ===== Confianza ===== */
.trust-grid {
  display: grid;
  gap: 48px;
  align-items: center;
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) { .trust-grid { grid-template-columns: 1fr 1fr; gap: 56px; } }
.level-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.level {
  display: flex;
  gap: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 22px 22px;
  position: relative;
  transition: all .2s ease;
}
.level:hover { border-color: var(--teal-200); box-shadow: var(--shadow-sm); }
.level__badge {
  position: absolute;
  top: 16px; right: 18px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--teal-700);
  background: var(--teal-50);
  padding: 4px 10px;
  border-radius: 999px;
}
.level__icon {
  width: 48px; height: 48px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.level__icon svg { width: 24px; height: 24px; }
.level--navy .level__icon { background: rgba(15,36,68,0.08); color: var(--navy); }
.level--teal .level__icon { background: var(--teal-50); color: var(--teal-700); }
.level--coral .level__icon { background: var(--coral-50); color: var(--coral); }
.level h3 { margin-bottom: 6px; }
.level p { color: var(--ink-2); font-size: 0.97rem; }

/* ===== Privacy banner ===== */
.privacy-banner {
  background: var(--navy);
  background-image:
    radial-gradient(ellipse at 0% 100%, rgba(14,165,164,0.20), transparent 40%),
    radial-gradient(ellipse at 100% 0%, rgba(255,107,107,0.10), transparent 40%);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: 56px 40px;
  display: grid;
  gap: 24px;
  align-items: center;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .privacy-banner { grid-template-columns: 88px 1fr; padding: 64px 56px; gap: 36px; }
}
.privacy-banner h2 { color: #fff; }
.privacy-banner p { color: rgba(255,255,255,0.78); font-size: 1.05rem; max-width: 64ch; margin-top: 14px; }
.privacy-banner__icon {
  width: 88px; height: 88px;
  border-radius: 22px;
  background: rgba(14,165,164,0.18);
  color: var(--teal-200);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.privacy-banner__icon svg { width: 44px; height: 44px; }

/* ===== Testimonials ===== */
.tcards {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) { .tcards { grid-template-columns: repeat(3, 1fr); } }
.tcard {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  transition: all .2s ease;
}
.tcard:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--teal-200); }
.tcard__quote {
  font-size: 1.05rem;
  color: var(--ink);
  line-height: 1.55;
  font-weight: 500;
}
.tcard__quote::before { content: "“"; color: var(--teal); font-size: 2.2rem; line-height: 0; vertical-align: -.4em; margin-right: 6px; font-family: Georgia, serif; }
.tcard__user {
  display: flex; align-items: center; gap: 12px;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--line-2);
}
.avatar {
  width: 44px; height: 44px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--teal-100), var(--coral-50));
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--navy);
  font-weight: 700;
  flex: 0 0 auto;
}
.tcard__name { font-weight: 700; color: var(--navy); font-size: 0.95rem; }
.tcard__meta { color: var(--muted); font-size: 0.85rem; }

/* ===== Final CTA ===== */
.final-cta {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--teal) 0%, #0BBABA 60%, var(--teal-700) 100%);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: 72px 32px;
  text-align: center;
}
.final-cta::before, .final-cta::after {
  content: "";
  position: absolute;
  width: 480px; height: 480px;
  border-radius: 999px;
  pointer-events: none;
  opacity: 0.18;
}
.final-cta::before {
  background: radial-gradient(circle, #fff, transparent 60%);
  top: -240px; left: -120px;
}
.final-cta::after {
  background: radial-gradient(circle, var(--coral), transparent 60%);
  right: -180px; bottom: -200px;
  opacity: 0.30;
}
.final-cta h2 { color: #fff; font-size: clamp(2rem, 4.4vw, 3rem); position: relative; z-index: 1; }
.final-cta p { color: rgba(255,255,255,0.92); font-size: 1.15rem; margin-top: 12px; position: relative; z-index: 1; }
.final-cta__ctas {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

/* ===== Footer ===== */
.site-footer {
  background: var(--navy);
  color: rgba(255,255,255,0.78);
  padding: 72px 0 24px;
  margin-top: 80px;
}
.footer-grid {
  display: grid;
  gap: 48px;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; } }

.footer-col h4 {
  color: #fff;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.footer-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.footer-col a { color: rgba(255,255,255,0.78); font-size: 0.95rem; transition: color .15s ease; }
.footer-col a:hover { color: var(--teal-200); }

.footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.footer-brand__mark {
  width: 40px; height: 40px; border-radius: 10px;
  background-image: url("findy-isotipo.png");
  background-size: cover;
}
.footer-brand__word { color: #fff; font-weight: 700; font-size: 1.4rem; letter-spacing: -0.02em; }
.footer-tag { color: rgba(255,255,255,0.62); font-size: 0.95rem; max-width: 36ch; line-height: 1.6; }
.footer-contact { margin-top: 18px; color: rgba(255,255,255,0.62); font-size: 0.9rem; line-height: 1.7; }

.footer-bottom {
  margin-top: 56px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.10);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.55);
}
.socials { display: flex; gap: 10px; }
.socials a {
  width: 38px; height: 38px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  display: inline-flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.78);
  transition: all .18s ease;
}
.socials a:hover { background: var(--teal); color: #fff; transform: translateY(-2px); }
.socials svg { width: 18px; height: 18px; }
.lang-select {
  appearance: none;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14);
  color: #fff;
  border-radius: 999px;
  padding: 8px 32px 8px 14px;
  font-size: 0.85rem;
  font-family: inherit;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5'><polyline points='6 9 12 15 18 9'></polyline></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
}

/* ===== Cookie banner ===== */
.cookie-banner {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: #fff;
  border-top: 1px solid var(--line);
  box-shadow: 0 -8px 24px rgba(15,36,68,0.10);
  padding: 18px 24px;
  z-index: 60;
  transform: translateY(105%);
  transition: transform .35s ease;
}
.cookie-banner.is-visible { transform: translateY(0); }
.cookie-banner__inner {
  max-width: var(--container);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .cookie-banner__inner { flex-direction: row; align-items: center; gap: 24px; }
}
.cookie-banner p { color: var(--ink-2); font-size: 0.92rem; flex: 1 1 auto; }
.cookie-banner__buttons { display: flex; gap: 10px; flex: 0 0 auto; }
.cookie-banner .btn { padding: 12px 20px; font-size: 0.92rem; }

/* Cookie modal */
.cookie-modal-bg {
  position: fixed; inset: 0;
  background: rgba(15,36,68,0.55);
  backdrop-filter: blur(4px);
  z-index: 80;
  display: none;
  align-items: center; justify-content: center;
  padding: 24px;
}
.cookie-modal-bg.is-open { display: flex; }
.cookie-modal {
  background: #fff;
  border-radius: 22px;
  max-width: 480px;
  width: 100%;
  padding: 32px;
  box-shadow: var(--shadow-lg);
}
.cookie-modal h3 { margin-bottom: 6px; }
.cookie-modal p { color: var(--ink-2); font-size: 0.92rem; margin-bottom: 20px; }
.switch-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}
.switch-row:last-of-type { border-bottom: none; }
.switch-row__label { font-weight: 600; color: var(--navy); font-size: 0.95rem; }
.switch-row__sub { color: var(--muted); font-size: 0.82rem; }
.switch {
  position: relative;
  width: 44px; height: 26px;
  border-radius: 999px;
  background: var(--line);
  cursor: pointer;
  transition: background .2s ease;
  flex: 0 0 auto;
  border: none;
}
.switch::after {
  content: "";
  position: absolute;
  top: 3px; left: 3px;
  width: 20px; height: 20px;
  background: #fff;
  border-radius: 999px;
  transition: transform .2s ease;
  box-shadow: 0 1px 3px rgba(0,0,0,0.18);
}
.switch[aria-checked="true"] { background: var(--teal); }
.switch[aria-checked="true"]::after { transform: translateX(18px); }
.switch[aria-disabled="true"] { opacity: 0.6; cursor: not-allowed; }
.cookie-modal__actions { display: flex; gap: 10px; margin-top: 22px; justify-content: flex-end; }

/* ===== WhatsApp FAB ===== */
.fab-wa {
  position: fixed;
  right: 22px; bottom: 22px;
  width: 60px; height: 60px;
  border-radius: 999px;
  background: var(--wa);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 32px rgba(37,211,102,0.40);
  z-index: 55;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px) scale(0.8);
  transition: all .3s ease;
}
.fab-wa.is-visible { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }
.fab-wa:hover { background: var(--wa-700); color: #fff; transform: translateY(-3px) scale(1.04); }
.fab-wa svg { width: 30px; height: 30px; }
.fab-wa::before {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 999px;
  border: 2px solid var(--wa);
  opacity: 0;
  animation: fabPulse 2s ease-out infinite;
}
@keyframes fabPulse {
  0% { opacity: 0.6; transform: scale(0.95); }
  100% { opacity: 0; transform: scale(1.25); }
}

/* ===== Page hero (sub-pages) ===== */
.page-hero {
  background:
    radial-gradient(ellipse at 100% 0%, rgba(14,165,164,0.14), transparent 60%),
    radial-gradient(ellipse at 0% 100%, rgba(255,107,107,0.08), transparent 50%),
    var(--bg-soft);
  padding: 64px 0 56px;
  border-bottom: 1px solid var(--line-2);
}
.page-hero h1 { font-size: clamp(1.8rem, 3.6vw, 2.8rem); }
.page-hero p { color: var(--ink-2); margin-top: 14px; max-width: 60ch; font-size: 1.05rem; }
.crumbs { display: flex; gap: 8px; align-items: center; color: var(--muted); font-size: 0.85rem; margin-bottom: 14px; }
.crumbs a { color: var(--muted); }
.crumbs a:hover { color: var(--teal-700); }

/* ===== Legal doc ===== */
.legal {
  max-width: 760px;
  margin: 0 auto;
  padding: 64px 24px;
  color: var(--ink-2);
  font-size: 1rem;
  line-height: 1.75;
}
.legal h1 { color: var(--navy); margin-bottom: 8px; font-size: 2.2rem; }
.legal h2 {
  color: var(--teal-700);
  margin-top: 44px;
  margin-bottom: 14px;
  font-size: 1.3rem;
  font-weight: 700;
}
.legal h3 { color: var(--navy); margin-top: 24px; margin-bottom: 10px; font-size: 1.05rem; }
.legal p { margin-bottom: 14px; text-align: justify; }
.legal ul, .legal ol { margin: 0 0 14px; padding-left: 22px; }
.legal li { margin-bottom: 8px; }
.legal__meta { color: var(--muted); font-size: 0.9rem; margin-bottom: 32px; }
.legal__highlight {
  background: linear-gradient(135deg, var(--teal-50), #fff);
  border: 1px solid var(--teal-100);
  border-left: 4px solid var(--teal);
  border-radius: 16px;
  padding: 22px 24px;
  margin: 28px 0;
}
.legal__highlight strong { color: var(--teal-700); }

/* ===== FAQ ===== */
.faq-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px;
  margin: 0 auto 36px;
  max-width: max-content;
}
.faq-tab {
  padding: 10px 20px;
  border-radius: 999px;
  border: none;
  background: transparent;
  color: var(--ink-2);
  font-weight: 600;
  font-size: 0.92rem;
  transition: all .18s ease;
}
.faq-tab.is-active { background: var(--teal); color: #fff; box-shadow: 0 4px 14px rgba(14,165,164,0.30); }
.faq-tab:not(.is-active):hover { background: #fff; color: var(--navy); }

.faq-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  transition: all .18s ease;
  overflow: hidden;
}
.faq-item.is-open { border-color: var(--teal); box-shadow: var(--shadow-sm); }
.faq-q {
  width: 100%;
  background: transparent;
  border: none;
  text-align: left;
  padding: 22px 26px;
  font-weight: 600;
  color: var(--navy);
  font-size: 1.02rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.faq-q__icon {
  flex: 0 0 auto;
  width: 28px; height: 28px;
  border-radius: 999px;
  background: var(--teal-50);
  color: var(--teal-700);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
  font-weight: 600;
  transition: transform .2s ease;
}
.faq-item.is-open .faq-q__icon { transform: rotate(45deg); background: var(--teal); color: #fff; }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
}
.faq-a__inner {
  padding: 0 26px 22px;
  color: var(--ink-2);
  font-size: 0.97rem;
  line-height: 1.65;
}

/* ===== Form ===== */
.form-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) { .form-grid { grid-template-columns: 1fr 1fr; } }
.form-row { display: flex; flex-direction: column; gap: 6px; }
.form-row--full { grid-column: 1 / -1; }
.form-row label { font-size: 0.86rem; font-weight: 600; color: var(--navy); }
.form-row input, .form-row textarea, .form-row select {
  font-family: inherit;
  font-size: 1rem;
  padding: 14px 16px;
  border: 1.5px solid var(--line);
  border-radius: 14px;
  background: #fff;
  color: var(--ink);
  transition: all .15s ease;
}
.form-row input:focus, .form-row textarea:focus, .form-row select:focus {
  outline: none;
  border-color: var(--teal);
  box-shadow: 0 0 0 4px var(--teal-50);
}
.form-row textarea { min-height: 130px; resize: vertical; }
.checkbox-row {
  display: flex; gap: 10px; align-items: flex-start;
  font-size: 0.9rem; color: var(--ink-2);
}
.checkbox-row input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--teal); }

/* ===== About ===== */
.values-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) { .values-grid { grid-template-columns: repeat(4, 1fr); } }
.value {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 28px;
  text-align: center;
  transition: all .2s ease;
}
.value:hover { transform: translateY(-3px); border-color: var(--teal-200); box-shadow: var(--shadow-sm); }
.value__icon {
  width: 56px; height: 56px;
  border-radius: 16px;
  background: var(--teal-50);
  color: var(--teal-700);
  display: inline-flex; align-items: center; justify-content: center;
  margin: 0 auto 16px;
}
.value__icon svg { width: 28px; height: 28px; }
.value h3 { margin-bottom: 8px; font-size: 1.1rem; }
.value p { color: var(--ink-2); font-size: 0.92rem; }

.team-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) { .team-grid { grid-template-columns: 1fr 1fr; } }
.member {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 28px;
  display: flex;
  gap: 20px;
  align-items: center;
}
.member__avatar {
  width: 86px; height: 86px;
  border-radius: 22px;
  background: linear-gradient(135deg, var(--teal), var(--teal-700));
  color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  flex: 0 0 auto;
}
.member--coral .member__avatar { background: linear-gradient(135deg, var(--coral), #E25555); }
.member__role { color: var(--teal-700); font-weight: 600; font-size: 0.86rem; text-transform: uppercase; letter-spacing: 0.08em; }
.member h3 { margin: 4px 0; }
.member p { color: var(--ink-2); font-size: 0.92rem; }

/* ===== Comparison table ===== */
.compare {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--line);
}
.compare th, .compare td { padding: 18px 20px; text-align: left; font-size: 0.95rem; border-bottom: 1px solid var(--line); }
.compare th { background: var(--bg-soft); font-weight: 700; color: var(--navy); font-size: 0.86rem; text-transform: uppercase; letter-spacing: 0.08em; }
.compare th.is-findy { background: var(--teal); color: #fff; }
.compare td.is-findy { background: var(--teal-50); color: var(--navy); font-weight: 600; }
.compare tr:last-child td { border-bottom: none; }

/* ===== Provider hero (overlay) ===== */
.providers-hero {
  position: relative;
  min-height: 520px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 56px;
  color: #fff;
  background: var(--navy);
}
.providers-hero__bg {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.55);
}
.providers-hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(15,36,68,0.55), rgba(14,165,164,0.40));
}
.providers-hero__content { position: relative; max-width: 580px; }
.providers-hero h1 { color: #fff; }
.providers-hero p { color: rgba(255,255,255,0.92); font-size: 1.1rem; margin-top: 14px; }
.providers-hero__ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
@media (max-width: 768px) {
  .providers-hero { padding: 40px 28px; min-height: 460px; }
}

/* ===== 404 ===== */
.notfound {
  min-height: 70vh;
  display: flex; align-items: center; justify-content: center;
  text-align: center;
  padding: 80px 24px;
}
.notfound__num {
  font-size: clamp(6rem, 18vw, 12rem);
  font-weight: 800;
  color: var(--teal);
  line-height: 1;
  letter-spacing: -0.04em;
  background: linear-gradient(135deg, var(--teal), var(--coral));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.notfound h1 { margin-top: 12px; }
.notfound p { margin-top: 12px; color: var(--ink-2); max-width: 44ch; margin-left: auto; margin-right: auto; }
.notfound__ctas { margin-top: 32px; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* utility */
.row { display: flex; gap: 12px; flex-wrap: wrap; }
.text-center { text-align: center; }
.mt-md { margin-top: 28px; }
.mt-lg { margin-top: 44px; }
.mt-xl { margin-top: 64px; }
