/* Comunidade + Liderança — landing page styles */

:root {
  --bg: oklch(0.13 0.012 50);
  --bg-2: oklch(0.16 0.014 50);
  --bg-3: oklch(0.19 0.015 50);
  --line: oklch(0.28 0.014 50 / 0.6);
  --line-soft: oklch(0.28 0.014 50 / 0.35);
  --fg: oklch(0.96 0.005 80);
  --fg-2: oklch(0.78 0.008 70);
  --fg-3: oklch(0.58 0.012 60);
  --fg-4: oklch(0.42 0.012 60);

  --accent: oklch(0.72 0.18 38);          /* warm coral */
  --accent-2: oklch(0.78 0.16 55);        /* amber */
  --accent-glow: oklch(0.68 0.22 30);
  --accent-ink: oklch(0.18 0.04 30);

  --radius-sm: 6px;
  --radius: 12px;
  --radius-lg: 20px;

  --maxw: 1180px;
  --pad: 28px;

  --serif: "Instrument Serif", "Times New Roman", serif;
  --sans: "Geist", "Inter", ui-sans-serif, system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}

* { box-sizing: border-box; }

html, body {
  margin: 0; padding: 0;
  background: var(--bg);
  color: var(--fg);
  font-family: var(--sans);
  font-feature-settings: "ss01", "cv11";
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  background:
    radial-gradient(1200px 600px at 50% -200px, oklch(0.35 0.10 35 / 0.35), transparent 70%),
    radial-gradient(900px 500px at 10% 30%, oklch(0.25 0.06 40 / 0.25), transparent 60%),
    var(--bg);
  min-height: 100vh;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }

/* Layout primitives ────────────────────────────────────────────────── */
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--pad); }
.section { padding: 120px 0; position: relative; }
.section--tight { padding: 80px 0; }
.section--hairline { border-top: 1px solid var(--line-soft); }

.eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before {
  content: "";
  width: 18px; height: 1px;
  background: var(--accent);
  display: inline-block;
}

.section-title {
  font-family: var(--sans);
  font-size: clamp(32px, 4.2vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  font-weight: 500;
  margin: 18px 0 0;
  max-width: 900px;
  text-wrap: balance;
}
.section-title em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  color: var(--accent-2);
}

.section-lede {
  font-size: 18px;
  line-height: 1.55;
  color: var(--fg-2);
  margin: 22px 0 0;
  max-width: 680px;
  text-wrap: pretty;
}

/* Top nav ─────────────────────────────────────────────────────────── */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  background: oklch(0.13 0.012 50 / 0.72);
  border-bottom: 1px solid var(--line-soft);
}
.nav__inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 64px;
}
.brand { display: flex; align-items: center; gap: 12px; font-weight: 500; letter-spacing: -0.01em; }
.brand__mark {
  width: 28px; height: 28px;
  display: grid; place-items: center;
  position: relative;
}
.brand__mark svg { display: block; }
.brand__name { font-size: 15px; }
.brand__name span { color: var(--fg-3); }

.nav__links { display: flex; gap: 28px; font-size: 13.5px; color: var(--fg-2); }
.nav__links a:hover { color: var(--fg); }

.nav__cta {
  font-size: 13px;
  padding: 9px 16px;
  border-radius: 999px;
  background: oklch(0.22 0.015 50);
  border: 1px solid var(--line);
  color: var(--fg);
  transition: background 120ms ease;
}
.nav__cta:hover { background: oklch(0.26 0.018 50); }

/* Hero ────────────────────────────────────────────────────────────── */
.hero {
  position: relative;
  padding: 90px 0 60px;
  text-align: center;
  isolation: isolate;
  overflow: hidden;
}
.hero__stage {
  position: absolute; inset: 0;
  pointer-events: none;
  z-index: -1;
}
.hero__horizon {
  position: absolute;
  left: 50%; top: 18%;
  transform: translateX(-50%);
  width: 1400px; height: 700px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 100%, oklch(0.75 0.22 30 / 0.95), oklch(0.55 0.18 30 / 0.5) 28%, transparent 55%);
  filter: blur(2px);
  opacity: 0.95;
}
.hero__horizon::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: 0 -2px 60px 2px oklch(0.85 0.18 40 / 0.5);
}
.hero__rim {
  position: absolute;
  left: 50%; top: 18%;
  transform: translateX(-50%);
  width: 1400px; height: 1400px;
  border-radius: 50%;
  background: var(--bg);
  box-shadow: 0 -1px 0 0 oklch(0.85 0.16 45 / 0.9), 0 -2px 80px 4px oklch(0.7 0.2 35 / 0.5);
}
.hero__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, oklch(0.32 0.014 50 / 0.18) 1px, transparent 1px),
    linear-gradient(to bottom, oklch(0.32 0.014 50 / 0.12) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse at 50% 0%, black 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at 50% 0%, black 30%, transparent 75%);
}
.hero__star {
  position: absolute;
  width: 2px; height: 2px;
  background: oklch(0.95 0.04 60);
  border-radius: 50%;
  opacity: 0.6;
}

.hero__eyebrow {
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 8px 16px;
  border: 1px solid oklch(0.55 0.12 35 / 0.4);
  border-radius: 999px;
  background: oklch(0.25 0.05 35 / 0.4);
  backdrop-filter: blur(6px);
}
.hero__eyebrow .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 12px var(--accent);
}

.hero__title {
  font-size: clamp(40px, 6vw, 76px);
  line-height: 1.0;
  letter-spacing: -0.035em;
  font-weight: 500;
  margin: 26px auto 0;
  max-width: 980px;
  text-wrap: balance;
}
.hero__title em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  color: var(--accent-2);
  letter-spacing: -0.02em;
}
.hero__sub {
  font-size: 19px;
  line-height: 1.5;
  color: var(--fg-2);
  margin: 26px auto 0;
  max-width: 620px;
  text-wrap: pretty;
}

.hero__cta-wrap {
  margin-top: 36px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.hero__microcopy {
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: 0.04em;
  color: var(--fg-3);
  display: flex;
  align-items: center;
  gap: 14px;
}
.hero__microcopy span { display: inline-flex; align-items: center; gap: 6px; }

/* Primary CTA button — the "horizon" button */
.btn-primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 28px;
  border-radius: 999px;
  border: 0;
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.005em;
  color: oklch(0.15 0.03 30);
  background: linear-gradient(180deg, oklch(0.85 0.18 50) 0%, oklch(0.72 0.20 35) 50%, oklch(0.58 0.18 25) 100%);
  box-shadow:
    inset 0 1px 0 0 oklch(0.95 0.10 60 / 0.7),
    inset 0 -1px 0 0 oklch(0.40 0.10 20 / 0.5),
    0 1px 0 0 oklch(0.50 0.12 25),
    0 12px 36px -8px oklch(0.6 0.22 30 / 0.7),
    0 0 0 1px oklch(0.45 0.10 25 / 0.4);
  transition: transform 120ms ease, box-shadow 200ms ease;
}
.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 0 oklch(0.95 0.10 60 / 0.7),
    inset 0 -1px 0 0 oklch(0.40 0.10 20 / 0.5),
    0 1px 0 0 oklch(0.50 0.12 25),
    0 16px 44px -6px oklch(0.6 0.22 30 / 0.8),
    0 0 0 1px oklch(0.45 0.10 25 / 0.4);
}
.btn-primary:active { transform: translateY(0); }
.btn-primary .arr {
  display: inline-grid; place-items: center;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: oklch(0.18 0.04 30);
  color: oklch(0.92 0.10 60);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 20px;
  border-radius: 999px;
  font-size: 14px;
  background: oklch(0.22 0.015 50);
  border: 1px solid var(--line);
  color: var(--fg);
}
.btn-secondary:hover { background: oklch(0.26 0.018 50); }

/* Stats strip below hero ─────────────────────────────────────────── */
.stats {
  margin-top: 60px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, oklch(0.17 0.014 50 / 0.85), oklch(0.14 0.012 50 / 0.85));
  backdrop-filter: blur(10px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
}
.stats__cell {
  padding: 24px 28px;
  border-right: 1px solid var(--line-soft);
  text-align: left;
}
.stats__cell:last-child { border-right: 0; }
.stats__label {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fg-3);
}
.stats__value {
  margin-top: 10px;
  font-size: 28px;
  letter-spacing: -0.02em;
  font-weight: 500;
  color: var(--fg);
  font-variant-numeric: tabular-nums;
}
.stats__value em {
  font-family: var(--serif);
  font-style: italic;
  color: var(--accent-2);
  font-weight: 400;
}
.stats__sub {
  margin-top: 4px;
  font-size: 12.5px;
  color: var(--fg-3);
}

/* Generic card ─────────────────────────────────────────────────────── */
.card {
  background: linear-gradient(180deg, oklch(0.17 0.014 50 / 0.6), oklch(0.15 0.013 50 / 0.6));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  position: relative;
  overflow: hidden;
}
.card--padded { padding: 36px; }
.card__number {
  font-family: var(--serif);
  font-style: italic;
  font-size: 38px;
  color: var(--accent-2);
  line-height: 1;
}
.card__title {
  font-size: 19px;
  letter-spacing: -0.01em;
  font-weight: 500;
  margin: 14px 0 8px;
}
.card__body {
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--fg-2);
}

/* Pain quotes grid ───────────────────────────────────────────────── */
.pains {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.pain {
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, oklch(0.17 0.014 50 / 0.6), oklch(0.14 0.013 50 / 0.6));
  position: relative;
}
.pain__quote {
  font-family: var(--serif);
  font-style: italic;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--fg);
}
.pain__quote::before { content: "“"; color: var(--accent); margin-right: 2px; }
.pain__quote::after  { content: "”"; color: var(--accent); margin-left: 2px; }
.pain__body {
  margin-top: 16px;
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--fg-2);
}
.pain__tag {
  position: absolute;
  top: 24px; right: 24px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--fg-3);
}

/* Solution grid ──────────────────────────────────────────────────── */
.solution {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.sol {
  grid-column: span 1;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, oklch(0.17 0.014 50 / 0.6), oklch(0.14 0.013 50 / 0.6));
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sol--wide { grid-column: span 1; }
.sol__kicker {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
}
.sol__title {
  font-size: 20px;
  letter-spacing: -0.012em;
  font-weight: 500;
  margin: 0;
}
.sol__body {
  font-size: 14px;
  line-height: 1.55;
  color: var(--fg-2);
}
.sol__visual {
  margin-top: auto;
  padding-top: 18px;
}
.sol__img {
  width: calc(100% + 56px);
  height: auto;
  margin: -28px -28px 4px;
  object-fit: contain;
  border-radius: var(--radius) var(--radius) 0 0;
  display: block;
}

/* Benefits ─────────────────────────────────────────────────────────── */
.benefits {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.benefit {
  padding: 32px 32px;
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 22px;
  border-right: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  background: oklch(0.155 0.013 50 / 0.5);
}
.benefit:nth-child(2n) { border-right: 0; }
.benefit:nth-last-child(-n+2) { border-bottom: 0; }
.benefit__num {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--accent);
  padding-top: 4px;
}
.benefit__title {
  font-size: 19px;
  line-height: 1.25;
  letter-spacing: -0.012em;
  font-weight: 500;
  text-wrap: balance;
}
.benefit__body {
  margin-top: 10px;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--fg-2);
}

/* Testimonials ───────────────────────────────────────────────────── */
.testimonials {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}
.tm {
  background: linear-gradient(180deg, oklch(0.17 0.014 50 / 0.7), oklch(0.14 0.013 50 / 0.7));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.tm--lg { grid-column: span 6; padding: 36px; }
.tm--sm { grid-column: span 6; }
.tm__quote {
  font-family: var(--serif);
  font-style: italic;
  font-size: 21px;
  line-height: 1.35;
  letter-spacing: -0.005em;
  color: var(--fg);
  text-wrap: pretty;
}
.tm--lg .tm__quote { font-size: 26px; }
.tm__author { display: flex; align-items: center; gap: 14px; margin-top: auto; }
.tm__avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(135deg, oklch(0.55 0.12 35), oklch(0.35 0.08 30));
  display: grid; place-items: center;
  font-family: var(--serif);
  font-style: italic;
  font-size: 18px;
  color: oklch(0.95 0.05 70);
  border: 1px solid oklch(0.6 0.14 35 / 0.5);
}
.tm__name { font-size: 14px; font-weight: 500; color: var(--fg); }
.tm__role { font-size: 12.5px; color: var(--fg-3); font-family: var(--mono); letter-spacing: 0.02em; }
.tm__placeholder {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--fg-4);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* LinkedIn carousel (reuses .gx-stage / .gx-progress / .gx-arrow) ── */
.li-frame {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, oklch(0.17 0.014 50 / 0.7), oklch(0.14 0.013 50 / 0.7));
  overflow: hidden;
  box-shadow: 0 30px 80px -40px oklch(0 0 0 / 0.75);
  display: flex;
  flex-direction: column;
}
.li-frame__chrome {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--line-soft);
  background: oklch(0.12 0.012 50 / 0.7);
}
.li-frame__brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fg-2);
}
.li-frame__brand svg { color: oklch(0.62 0.16 245); }
.li-frame__handle {
  flex: 1;
  padding: 5px 14px;
  border-radius: 999px;
  background: oklch(0.16 0.013 50);
  border: 1px solid var(--line-soft);
  font-family: var(--mono);
  font-size: 11.5px;
  color: var(--fg-3);
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.li-frame__counter {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--fg-3);
  display: inline-flex;
  gap: 4px;
  font-variant-numeric: tabular-nums;
}
.li-frame__counter .li-frame__slash { color: var(--fg-4); }

.li-frame__viewport {
  position: relative;
  flex: 1;
  background: #fff;
  display: grid;
  place-items: center;
  padding: 28px;
  min-height: 360px;
}
.li-frame__shot {
  display: block;
  width: 100%;
  max-width: 760px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 6px 20px -8px oklch(0 0 0 / 0.18);
  animation: gx-fade 360ms ease;
}

/* Caption */
.li-caption {
  display: flex;
  flex-direction: column;
  padding: 32px 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, oklch(0.17 0.014 50 / 0.6), oklch(0.14 0.013 50 / 0.6));
}
.li-caption__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 22px;
}
.li-caption__cat {
  display: inline-flex;
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: oklch(0.78 0.14 245);
  padding: 4px 10px;
  border: 1px solid oklch(0.62 0.16 245 / 0.4);
  border-radius: 999px;
}
.li-caption__stars {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  color: oklch(0.78 0.16 75);
  font-size: 14px;
  letter-spacing: 0.05em;
}
.li-caption__rating {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--fg-3);
  letter-spacing: 0.06em;
}
.li-caption__quote {
  margin: 0 0 26px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: -0.005em;
  color: var(--fg);
  text-wrap: pretty;
  animation: gx-rise 380ms ease;
}
.li-caption__author {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: center;
  padding: 16px 0 6px;
  border-top: 1px solid var(--line-soft);
  animation: gx-rise 400ms ease;
}
.li-caption__avatar {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, oklch(0.55 0.16 245), oklch(0.35 0.12 250));
  display: grid; place-items: center;
  font-family: var(--serif);
  font-style: italic;
  font-size: 18px;
  color: oklch(0.96 0.005 80);
  border: 1px solid oklch(0.6 0.16 245 / 0.5);
}
.li-caption__name {
  font-size: 15px;
  font-weight: 500;
  color: var(--fg);
}
.li-caption__role {
  font-size: 12.5px;
  color: var(--fg-2);
  line-height: 1.4;
  margin-top: 2px;
}
.li-caption__date {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.08em;
  color: var(--fg-3);
  margin-top: 6px;
}

/* Thumbnail chips */
.li-thumbs {
  margin-top: 28px;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 6px 2px 14px;
  scrollbar-color: oklch(0.28 0.014 50) transparent;
  scrollbar-width: thin;
}
.li-thumbs::-webkit-scrollbar { height: 6px; }
.li-thumbs::-webkit-scrollbar-track { background: transparent; }
.li-thumbs::-webkit-scrollbar-thumb {
  background: oklch(0.28 0.014 50);
  border-radius: 3px;
}
.li-thumb {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px 8px 8px;
  border: 1px solid var(--line-soft);
  border-radius: 999px;
  background: oklch(0.14 0.013 50 / 0.6);
  cursor: pointer;
  text-align: left;
  transition: border-color 140ms ease, transform 140ms ease, background 140ms ease;
}
.li-thumb:hover {
  border-color: var(--line);
  background: oklch(0.17 0.014 50 / 0.8);
  transform: translateY(-1px);
}
.li-thumb.is-active {
  border-color: oklch(0.62 0.16 245);
  box-shadow: 0 0 0 1px oklch(0.62 0.16 245), 0 10px 24px -14px oklch(0.5 0.18 250 / 0.6);
  background: oklch(0.18 0.015 50 / 0.85);
}
.li-thumb__avatar {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, oklch(0.48 0.12 245), oklch(0.32 0.08 250));
  display: grid; place-items: center;
  font-family: var(--serif);
  font-style: italic;
  font-size: 13px;
  color: oklch(0.96 0.005 80);
  border: 1px solid oklch(0.55 0.14 245 / 0.5);
  flex-shrink: 0;
}
.li-thumb__meta {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.li-thumb__name {
  font-size: 13px;
  font-weight: 500;
  color: var(--fg-2);
  white-space: nowrap;
}
.li-thumb.is-active .li-thumb__name { color: var(--fg); }
.li-thumb__role {
  font-size: 11px;
  color: var(--fg-3);
  white-space: nowrap;
  margin-top: 1px;
}

@media (max-width: 960px) {
  .li-frame__viewport { padding: 18px; min-height: 0; }
  .li-caption { padding: 26px 22px; }
  .li-caption__quote { font-size: 20px; }
  .li-frame__brand span { display: none; }
}

/* Gradus carousel ────────────────────────────────────────────────── */
.gx-hd { max-width: 880px; }
.gx-stage {
  margin-top: 48px;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
  gap: 32px;
  align-items: stretch;
}

/* Browser frame */
.gx-frame {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, oklch(0.17 0.014 50 / 0.7), oklch(0.14 0.013 50 / 0.7));
  overflow: hidden;
  box-shadow: 0 30px 80px -40px oklch(0 0 0 / 0.75);
  display: flex;
  flex-direction: column;
}
.gx-frame__chrome {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 11px 14px;
  border-bottom: 1px solid var(--line-soft);
  background: oklch(0.12 0.012 50 / 0.7);
}
.gx-frame__dots { display: flex; gap: 6px; }
.gx-frame__dots span {
  width: 9px; height: 9px; border-radius: 50%;
  background: oklch(0.32 0.014 50);
}
.gx-frame__dots span:nth-child(1) { background: oklch(0.55 0.16 28); }
.gx-frame__dots span:nth-child(2) { background: oklch(0.7 0.14 80); }
.gx-frame__dots span:nth-child(3) { background: oklch(0.62 0.14 145); }
.gx-frame__url {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 12px;
  border-radius: 999px;
  background: oklch(0.16 0.013 50);
  border: 1px solid var(--line-soft);
  font-family: var(--mono);
  font-size: 11.5px;
  color: var(--fg-2);
  overflow: hidden;
  white-space: nowrap;
}
.gx-frame__url svg { color: var(--fg-3); flex-shrink: 0; }
.gx-frame__counter {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--fg-3);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-variant-numeric: tabular-nums;
}
.gx-frame__counter .gx-frame__slash { color: var(--fg-4); }
.gx-frame__viewport {
  position: relative;
  flex: 1;
  background: oklch(0.96 0.005 80);
  overflow: hidden;
  /* Maintain a consistent aspect ratio so layout doesn't jump on slide change */
  aspect-ratio: 16 / 10;
}
.gx-frame__shot {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  animation: gx-fade 360ms ease;
}
@keyframes gx-fade {
  from { opacity: 0; transform: scale(1.015); }
  to   { opacity: 1; transform: scale(1); }
}

/* Arrow buttons */
.gx-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 1px solid oklch(0 0 0 / 0.08);
  background: oklch(0.14 0.012 50 / 0.85);
  color: var(--fg);
  display: grid;
  place-items: center;
  cursor: pointer;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: background 120ms ease, transform 120ms ease;
  z-index: 2;
}
.gx-arrow:hover {
  background: oklch(0.2 0.015 50 / 0.95);
  transform: translateY(-50%) scale(1.05);
}
.gx-arrow:active { transform: translateY(-50%) scale(0.97); }
.gx-arrow--l { left: 14px; }
.gx-arrow--r { right: 14px; }

/* Caption pane */
.gx-caption {
  display: flex;
  flex-direction: column;
  padding: 32px 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, oklch(0.17 0.014 50 / 0.6), oklch(0.14 0.013 50 / 0.6));
}
.gx-caption__tag {
  display: inline-flex;
  align-self: flex-start;
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  padding: 4px 10px;
  border: 1px solid oklch(0.6 0.14 35 / 0.4);
  border-radius: 999px;
  margin-bottom: 22px;
}
.gx-caption__title {
  font-family: var(--sans);
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-weight: 500;
  color: var(--fg);
  margin: 0 0 16px;
  animation: gx-rise 360ms ease;
}
.gx-caption__body {
  font-size: 15.5px;
  line-height: 1.6;
  color: var(--fg-2);
  margin: 0;
  text-wrap: pretty;
  animation: gx-rise 380ms ease;
}
@keyframes gx-rise {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}
.gx-progress {
  margin-top: auto;
  padding-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.gx-progress__dot {
  width: 22px; height: 4px;
  border-radius: 2px;
  background: oklch(0.28 0.014 50);
  border: 0;
  padding: 0;
  cursor: pointer;
  transition: background 160ms ease, width 160ms ease;
}
.gx-progress__dot:hover { background: oklch(0.4 0.014 50); }
.gx-progress__dot.is-active {
  background: var(--accent);
  width: 36px;
}

/* Thumbnails */
.gx-thumbs {
  margin-top: 28px;
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 6px 2px 14px;
  scrollbar-color: oklch(0.28 0.014 50) transparent;
  scrollbar-width: thin;
}
.gx-thumbs::-webkit-scrollbar { height: 6px; }
.gx-thumbs::-webkit-scrollbar-track { background: transparent; }
.gx-thumbs::-webkit-scrollbar-thumb {
  background: oklch(0.28 0.014 50);
  border-radius: 3px;
}
.gx-thumb {
  flex: 0 0 168px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
  border: 1px solid var(--line-soft);
  border-radius: 10px;
  background: oklch(0.14 0.013 50 / 0.6);
  cursor: pointer;
  overflow: hidden;
  text-align: left;
  transition: border-color 140ms ease, transform 140ms ease, background 140ms ease;
}
.gx-thumb:hover {
  border-color: var(--line);
  background: oklch(0.17 0.014 50 / 0.8);
  transform: translateY(-2px);
}
.gx-thumb.is-active {
  border-color: var(--accent);
  box-shadow: 0 0 0 1px var(--accent), 0 12px 30px -16px oklch(0.6 0.18 30 / 0.6);
  background: oklch(0.18 0.015 50 / 0.85);
}
.gx-thumb__shot {
  aspect-ratio: 16 / 10;
  background: oklch(0.96 0.005 80);
  overflow: hidden;
  line-height: 0;
}
.gx-thumb__shot img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: top center;
}
.gx-thumb__meta {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 8px 10px 10px;
}
.gx-thumb__num {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--fg-4);
}
.gx-thumb.is-active .gx-thumb__num { color: var(--accent); }
.gx-thumb__title {
  font-size: 12.5px;
  font-weight: 500;
  color: var(--fg-2);
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gx-thumb.is-active .gx-thumb__title { color: var(--fg); }

/* Foot row */
.gx-foot {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 24px;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  background: oklch(0.13 0.012 50 / 0.6);
}
.gx-foot__line { display: flex; flex-direction: column; gap: 4px; }
.gx-foot__kicker {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
}
.gx-foot__txt {
  font-size: 14px;
  color: var(--fg-2);
  line-height: 1.5;
}
.gx-foot__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  background: oklch(0.22 0.015 50);
  border: 1px solid var(--line);
  color: var(--fg);
  font-size: 13.5px;
  white-space: nowrap;
  text-decoration: none;
  transition: background 120ms ease, transform 120ms ease;
}
.gx-foot__cta:hover { background: oklch(0.26 0.018 50); transform: translateY(-1px); }
.gx-foot__cta svg { color: var(--accent); }

@media (max-width: 960px) {
  .gx-stage { grid-template-columns: 1fr; }
  .gx-caption { padding: 26px 22px; }
  .gx-caption__title { font-size: 24px; }
  .gx-thumb { flex-basis: 140px; }
  .gx-foot { flex-direction: column; align-items: flex-start; }
}

/* Community pulse (WhatsApp sample + notes) ─────────────────────── */
.community-pulse {
  margin-top: 56px;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}
.wa-frame {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, oklch(0.17 0.014 50 / 0.7), oklch(0.14 0.013 50 / 0.7));
  overflow: hidden;
  box-shadow: 0 30px 60px -30px oklch(0 0 0 / 0.6);
}
.wa-frame__chrome {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--line-soft);
  background: oklch(0.12 0.012 50 / 0.6);
}
.wa-frame__dots {
  display: flex;
  gap: 6px;
}
.wa-frame__dots span {
  width: 9px; height: 9px;
  border-radius: 50%;
  background: oklch(0.32 0.014 50);
}
.wa-frame__dots span:nth-child(1) { background: oklch(0.55 0.16 28); }
.wa-frame__dots span:nth-child(2) { background: oklch(0.7 0.14 80); }
.wa-frame__dots span:nth-child(3) { background: oklch(0.62 0.14 145); }
.wa-frame__label {
  flex: 1;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--fg-3);
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wa-frame__stamp {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  border: 1px solid oklch(0.6 0.14 35 / 0.5);
  border-radius: 999px;
  padding: 3px 9px;
}
.wa-frame__shot {
  background: oklch(0.96 0.005 80);
  padding: 0;
  line-height: 0;
}
.wa-frame__shot img {
  display: block;
  width: 100%;
  height: auto;
}
.wa-frame__cap {
  padding: 14px 18px;
  border-top: 1px solid var(--line-soft);
  background: oklch(0.12 0.012 50 / 0.5);
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: 0.04em;
  color: var(--fg-3);
}

.pulse-notes {
  position: sticky;
  top: 100px;
  padding: 4px 0;
}
.pulse-notes__kicker {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
}
.pulse-notes__lede {
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: -0.005em;
  color: var(--fg);
  margin: 0 0 28px;
  text-wrap: pretty;
}
.pulse-notes__lede em {
  font-style: italic;
  color: var(--accent-2);
}

.pulse-points {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  border-top: 1px solid var(--line-soft);
}
.pulse-points li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 14px;
  align-items: baseline;
  padding: 14px 0;
  border-bottom: 1px solid var(--line-soft);
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--fg-2);
}
.pulse-points__tag {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--fg-3);
}
.pulse-points li em {
  font-family: var(--serif);
  font-style: italic;
  color: var(--fg);
}

.pulse-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  background: oklch(0.22 0.015 50);
  border: 1px solid var(--line);
  color: var(--fg);
  font-size: 13.5px;
  text-decoration: none;
  transition: background 120ms ease, transform 120ms ease;
}
.pulse-cta:hover {
  background: oklch(0.26 0.018 50);
  transform: translateY(-1px);
}
.pulse-cta svg { color: var(--accent); }

@media (max-width: 900px) {
  .community-pulse {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .pulse-notes {
    position: static;
  }
  .pulse-notes__lede { font-size: 21px; }
}

/* Offer stack ────────────────────────────────────────────────────── */
.offer {
  margin: 0 auto;
  max-width: 900px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(800px 200px at 50% -50%, oklch(0.5 0.18 35 / 0.25), transparent 60%),
    linear-gradient(180deg, oklch(0.17 0.014 50 / 0.85), oklch(0.14 0.013 50 / 0.85));
  overflow: hidden;
}
.offer__hd {
  padding: 32px 40px 22px;
  border-bottom: 1px solid var(--line-soft);
  text-align: center;
}
.offer__hd-title {
  font-size: 28px;
  letter-spacing: -0.02em;
  font-weight: 500;
  margin: 0;
}
.offer__hd-sub {
  margin-top: 6px;
  font-size: 13px;
  color: var(--fg-3);
  font-family: var(--mono);
  letter-spacing: 0.04em;
}
.stack { padding: 22px 40px 6px; }
.stack__row {
  display: grid;
  grid-template-columns: 24px 1fr auto;
  align-items: baseline;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px dashed var(--line-soft);
  font-size: 14.5px;
  color: var(--fg);
}
.stack__row:last-child { border-bottom: 0; }
.stack__row--bonus .stack__icon { color: var(--accent-2); }
.stack__icon {
  color: var(--accent);
  font-family: var(--mono);
  font-size: 13px;
}
.stack__name { color: var(--fg); }
.stack__value {
  font-family: var(--mono);
  font-size: 13px;
  color: var(--fg-3);
  font-variant-numeric: tabular-nums;
}
.stack__total {
  padding: 24px 40px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  background: oklch(0.12 0.012 50 / 0.5);
}
.stack__total-lbl {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fg-3);
}
.stack__total-val {
  font-size: 18px;
  font-weight: 500;
  color: var(--fg-2);
  text-decoration: line-through;
  text-decoration-color: oklch(0.5 0.12 35 / 0.7);
  font-variant-numeric: tabular-nums;
}
.offer__price {
  padding: 32px 40px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
}
.offer__price-num {
  font-size: 56px;
  letter-spacing: -0.03em;
  font-weight: 500;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.offer__price-currency {
  font-family: var(--mono);
  font-size: 18px;
  color: var(--accent-2);
  font-weight: 400;
}
.offer__price-sub {
  margin-top: 10px;
  font-size: 13.5px;
  color: var(--fg-3);
  font-family: var(--mono);
  letter-spacing: 0.02em;
}
.offer__price-em em {
  font-family: var(--serif);
  font-style: italic;
  color: var(--accent-2);
}
.offer__cta {
  padding: 0 40px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.offer__cta .btn-primary { width: 100%; max-width: 420px; justify-content: center; }
.offer__cta-fine {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--fg-3);
  letter-spacing: 0.04em;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

/* Objections (Q&A list w/ techie framing) ─────────────────────────── */
.obj-list { margin-top: 48px; display: grid; gap: 18px; }
.obj {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 36px;
  padding: 28px 0;
  border-top: 1px solid var(--line-soft);
  align-items: start;
}
.obj:last-child { border-bottom: 1px solid var(--line-soft); }
.obj__claim {
  font-family: var(--serif);
  font-style: italic;
  font-size: 19px;
  line-height: 1.3;
  color: var(--fg);
}
.obj__counter {
  font-size: 15.5px;
  line-height: 1.6;
  color: var(--fg-2);
  text-wrap: pretty;
}

/* Guarantee ──────────────────────────────────────────────────────── */
.guarantee {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 48px;
  align-items: center;
  padding: 56px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(400px 200px at 0% 100%, oklch(0.5 0.18 35 / 0.18), transparent 60%),
    linear-gradient(180deg, oklch(0.17 0.014 50 / 0.85), oklch(0.14 0.013 50 / 0.85));
}
.seal {
  width: 240px; height: 240px;
  position: relative;
  display: grid; place-items: center;
}
.seal__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 18px 32px oklch(0.5 0.18 35 / 0.45));
  animation: seal-float 6s ease-in-out infinite;
}
@keyframes seal-float {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-4px); }
}
.seal__ring {
  position: absolute; inset: 0;
  border-radius: 50%;
  background: conic-gradient(from 0deg, oklch(0.7 0.18 35), oklch(0.5 0.14 30), oklch(0.7 0.18 35));
  filter: blur(0.5px);
  opacity: 0.85;
}
.seal__inner {
  position: relative;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  border-radius: 50%;
  background: oklch(0.13 0.012 50);
  display: grid; place-items: center; gap: 2px;
  text-align: center;
  border: 1px solid oklch(0.3 0.04 35 / 0.7);
}
.seal__num {
  font-family: var(--serif);
  font-style: italic;
  font-size: 64px;
  color: var(--accent-2);
  line-height: 1;
}
.seal__lbl {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg-3);
}
.guarantee__title {
  font-size: 32px;
  letter-spacing: -0.02em;
  font-weight: 500;
}
.guarantee__title em { font-family: var(--serif); font-style: italic; color: var(--accent-2); font-weight: 400; }
.guarantee__body { margin-top: 16px; font-size: 15.5px; line-height: 1.6; color: var(--fg-2); max-width: 620px; }

/* FAQ ────────────────────────────────────────────────────────────── */
.faq { margin-top: 48px; border-top: 1px solid var(--line-soft); }
.faq__item {
  border-bottom: 1px solid var(--line-soft);
  padding: 22px 0;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 28px;
  cursor: pointer;
  transition: padding 200ms ease;
}
.faq__q {
  font-size: 18px;
  letter-spacing: -0.01em;
  font-weight: 500;
  color: var(--fg);
}
.faq__a {
  grid-column: 1 / -1;
  font-size: 15px;
  line-height: 1.6;
  color: var(--fg-2);
  max-height: 0;
  overflow: hidden;
  transition: max-height 280ms ease, margin-top 200ms ease, opacity 200ms ease;
  opacity: 0;
}
.faq__item.open .faq__a {
  max-height: 400px;
  margin-top: 14px;
  opacity: 1;
}
.faq__toggle {
  width: 32px; height: 32px;
  display: grid; place-items: center;
  border-radius: 50%;
  border: 1px solid var(--line);
  color: var(--fg-2);
  transition: transform 240ms ease, background 200ms ease;
}
.faq__item.open .faq__toggle { transform: rotate(45deg); background: oklch(0.22 0.04 35); color: var(--accent-2); }

/* Urgency strip ──────────────────────────────────────────────────── */
.urgency {
  margin-top: 32px;
  border: 1px solid oklch(0.5 0.12 35 / 0.55);
  border-radius: var(--radius);
  padding: 24px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background:
    linear-gradient(90deg, oklch(0.25 0.06 35 / 0.5), oklch(0.18 0.03 35 / 0.4));
}
.urgency__title { font-size: 18px; font-weight: 500; letter-spacing: -0.01em; }
.urgency__body { font-size: 14px; color: var(--fg-2); margin-top: 6px; max-width: 580px; }

/* Final CTA ──────────────────────────────────────────────────────── */
.final {
  text-align: center;
  padding: 140px 0 80px;
  position: relative;
  overflow: hidden;
}
.final__horizon {
  position: absolute;
  left: 50%; bottom: -540px;
  transform: translateX(-50%);
  width: 1400px; height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 0%, oklch(0.75 0.22 30 / 0.85), oklch(0.55 0.18 30 / 0.4) 28%, transparent 55%);
  filter: blur(2px);
  z-index: -1;
}
.final__title {
  font-size: clamp(36px, 5.5vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  font-weight: 500;
  max-width: 880px;
  margin: 0 auto;
  text-wrap: balance;
}
.final__title em { font-family: var(--serif); font-style: italic; color: var(--accent-2); font-weight: 400; }
.final__body { margin: 24px auto 0; max-width: 580px; font-size: 17px; line-height: 1.55; color: var(--fg-2); text-wrap: pretty; }

/* PS / closer ───────────────────────────────────────────────────── */
.ps {
  max-width: 720px;
  margin: 0 auto;
  padding: 64px 0 120px;
  border-top: 1px solid var(--line-soft);
}
.ps__label {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
}
.ps__body {
  margin-top: 18px;
  font-size: 17px;
  line-height: 1.6;
  color: var(--fg-2);
  text-wrap: pretty;
  font-family: var(--serif);
  font-style: italic;
  letter-spacing: -0.005em;
}
.ps__body p + p { margin-top: 14px; }
.ps__sign {
  margin-top: 22px;
  font-family: var(--mono);
  font-size: 12px;
  color: var(--fg-3);
  letter-spacing: 0.04em;
}

/* Footer ────────────────────────────────────────────────────────── */
.footer {
  border-top: 1px solid var(--line-soft);
  padding: 40px 0 48px;
  font-family: var(--mono);
  font-size: 11.5px;
  color: var(--fg-3);
  letter-spacing: 0.02em;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  text-align: center;
}
.footer__socials {
  display: flex;
  gap: 10px;
}
.social {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid var(--line);
  color: var(--fg-2);
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
  background: oklch(0.16 0.014 50 / 0.6);
}
.social:hover {
  color: var(--accent-2);
  border-color: oklch(0.5 0.12 35 / 0.5);
  background: oklch(0.22 0.05 35 / 0.4);
  transform: translateY(-1px);
}
.footer__copy {
  font-size: 12px;
  color: var(--fg-3);
}
.footer__links {
  display: flex;
  gap: 24px;
}
.footer__links a:hover { color: var(--fg-2); }

/* Video testimonials grid ────────────────────────────────────────── */
.vtm-grid {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.vtm {
  all: unset;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, oklch(0.17 0.014 50 / 0.6), oklch(0.14 0.013 50 / 0.6));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}
.vtm:hover {
  transform: translateY(-3px);
  border-color: oklch(0.45 0.10 35 / 0.55);
  box-shadow: 0 20px 40px -16px oklch(0 0 0 / 0.6), 0 0 0 1px oklch(0.45 0.10 35 / 0.15);
}
.vtm:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}
.vtm__thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  background: oklch(0.1 0.01 50);
  overflow: hidden;
}
.vtm__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 380ms ease, opacity 220ms ease;
}
.vtm:hover .vtm__thumb img { transform: scale(1.04); }
.vtm__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 40%, oklch(0.08 0.01 50 / 0.65) 100%);
  pointer-events: none;
}
.vtm__play {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  width: 56px; height: 56px;
  border-radius: 50%;
  background: oklch(0.95 0.005 80 / 0.92);
  color: oklch(0.18 0.04 30);
  display: grid; place-items: center;
  box-shadow: 0 6px 24px -4px oklch(0 0 0 / 0.6), 0 0 0 1px oklch(0.65 0.18 38 / 0.4);
  transition: transform 200ms ease, background 200ms ease;
}
.vtm__play svg { margin-left: 3px; }
.vtm:hover .vtm__play {
  transform: translate(-50%, -50%) scale(1.08);
  background: linear-gradient(180deg, oklch(0.85 0.18 50) 0%, oklch(0.72 0.20 35) 100%);
  color: oklch(0.15 0.03 30);
}
.vtm__badge {
  position: absolute;
  top: 10px; right: 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 9px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.06em;
  color: white;
  background: oklch(0.18 0.02 30 / 0.85);
  border: 1px solid oklch(0.32 0.06 30 / 0.6);
  border-radius: 999px;
  backdrop-filter: blur(6px);
}
.vtm__badge svg { color: #ff0000; }
.vtm__meta {
  padding: 18px 20px 22px;
}
.vtm__title {
  font-family: var(--serif);
  font-style: italic;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: -0.005em;
  color: var(--fg);
  text-wrap: balance;
}
.vtm__author {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.vtm__avatar {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, oklch(0.55 0.12 35), oklch(0.35 0.08 30));
  display: grid; place-items: center;
  font-family: var(--serif);
  font-style: italic;
  font-size: 14px;
  color: oklch(0.95 0.05 70);
  border: 1px solid oklch(0.6 0.14 35 / 0.5);
  letter-spacing: -0.01em;
}
.vtm__who { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.vtm__name { font-size: 13px; font-weight: 500; color: var(--fg); }
.vtm__role { font-size: 12px; color: var(--fg-3); font-family: var(--mono); letter-spacing: 0.01em; }

/* Video lightbox ─────────────────────────────────────────────────── */
.vbox {
  position: fixed;
  inset: 0;
  z-index: 110;
  background: oklch(0.04 0.005 50 / 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: grid;
  place-items: center;
  padding: 32px;
  animation: legal-fade 200ms ease;
}
.vbox__inner {
  width: min(1040px, 100%);
  max-height: calc(100vh - 64px);
  display: flex;
  flex-direction: column;
  gap: 18px;
  animation: vbox-pop 280ms cubic-bezier(.2,.7,.2,1);
}
@keyframes vbox-pop {
  from { opacity: 0; transform: scale(0.96) translateY(8px); }
  to   { opacity: 1; transform: scale(1) translateY(0); }
}
.vbox__hd {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 16px;
  color: var(--fg);
}
.vbox__eyebrow {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.vbox__eyebrow::before {
  content: "";
  width: 16px; height: 1px;
  background: var(--accent);
}
.vbox__title {
  font-family: var(--serif);
  font-style: italic;
  font-size: 24px;
  letter-spacing: -0.005em;
  color: var(--fg);
  margin-top: 8px;
  text-wrap: balance;
}
.vbox__author {
  font-family: var(--mono);
  font-size: 12.5px;
  color: var(--fg-2);
  letter-spacing: 0.02em;
  margin-top: 6px;
}
.vbox__author span { color: var(--fg-3); }
.vbox__x {
  width: 38px; height: 38px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: oklch(0.18 0.014 50 / 0.8);
  color: var(--fg-2);
  display: grid; place-items: center;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}
.vbox__x:hover { background: oklch(0.22 0.04 35); color: var(--accent-2); border-color: oklch(0.5 0.12 35 / 0.5); }
.vbox__frame {
  position: relative;
  aspect-ratio: 16 / 9;
  background: black;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 30px 80px -16px oklch(0 0 0 / 0.7);
}
.vbox__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 900px) {
  .vtm-grid { grid-template-columns: 1fr; }
  .vbox { padding: 12px; }
  .vbox__title { font-size: 18px; }
}
@media (min-width: 901px) and (max-width: 1100px) {
  .vtm-grid { grid-template-columns: repeat(2, 1fr); }
}

/* Legal modal (Privacy / Terms) ─────────────────────────────────── */
.legal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: oklch(0.05 0.005 50 / 0.78);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: flex;
  justify-content: flex-end;
  animation: legal-fade 200ms ease;
}
@keyframes legal-fade { from { opacity: 0 } to { opacity: 1 } }
.legal-panel {
  width: min(640px, 100vw);
  height: 100vh;
  background: oklch(0.14 0.013 50);
  border-left: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  animation: legal-slide 280ms cubic-bezier(.2,.7,.2,1);
  box-shadow: -24px 0 60px -8px oklch(0 0 0 / 0.6);
}
@keyframes legal-slide {
  from { transform: translateX(40px); opacity: 0.6; }
  to   { transform: translateX(0);   opacity: 1; }
}
.legal-panel__hd {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 16px;
  padding: 28px 32px 22px;
  border-bottom: 1px solid var(--line-soft);
  background: linear-gradient(180deg, oklch(0.18 0.014 50), oklch(0.14 0.013 50));
}
.legal-panel__eyebrow {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.legal-panel__eyebrow::before {
  content: "";
  width: 16px; height: 1px;
  background: var(--accent);
}
.legal-panel__title {
  font-size: 28px;
  letter-spacing: -0.02em;
  font-weight: 500;
  margin: 10px 0 4px;
  color: var(--fg);
}
.legal-panel__updated {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--fg-3);
  letter-spacing: 0.02em;
}
.legal-panel__x {
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: oklch(0.18 0.014 50 / 0.8);
  color: var(--fg-2);
  display: grid; place-items: center;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}
.legal-panel__x:hover { background: oklch(0.22 0.04 35); color: var(--accent-2); border-color: oklch(0.5 0.12 35 / 0.5); }

.legal-panel__body {
  padding: 24px 32px 32px;
  overflow-y: auto;
  flex: 1;
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--fg-2);
  scrollbar-width: thin;
  scrollbar-color: var(--line) transparent;
}
.legal-panel__body::-webkit-scrollbar { width: 8px; }
.legal-panel__body::-webkit-scrollbar-thumb { background: var(--line); border-radius: 4px; }
.legal-panel__body p { margin: 0 0 14px; text-wrap: pretty; }
.legal-panel__body h3 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.005em;
  color: var(--fg);
  margin: 28px 0 10px;
}
.legal-panel__body h3:first-of-type { margin-top: 18px; }
.legal-panel__body ul {
  margin: 0 0 16px;
  padding-left: 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.legal-panel__body li { padding-left: 4px; }
.legal-panel__body li::marker { color: var(--accent); }
.legal-panel__body strong { color: var(--fg); font-weight: 500; }
.legal-lede {
  padding: 16px 18px;
  border: 1px solid var(--line-soft);
  border-radius: 10px;
  background: oklch(0.16 0.014 50 / 0.6);
  font-size: 14.5px;
  color: var(--fg);
}
.legal-panel__fineprint {
  margin-top: 32px;
  padding: 16px 18px;
  border-top: 1px solid var(--line-soft);
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: 0.02em;
  color: var(--fg-3);
  line-height: 1.55;
}

@media (max-width: 640px) {
  .legal-panel { width: 100vw; border-left: 0; }
  .legal-panel__hd { padding: 22px 22px 18px; }
  .legal-panel__body { padding: 20px 22px 28px; }
}

/* Floating WhatsApp ─────────────────────────────────────────────── */
.wa-fab {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 45;
  display: inline-flex;
  align-items: center;
  gap: 0;
  text-decoration: none;
  border-radius: 999px;
  background: linear-gradient(180deg, #25d366, #128c7e);
  color: white;
  box-shadow: 0 10px 28px -6px oklch(0.5 0.18 150 / 0.6), 0 0 0 1px oklch(0.35 0.1 150 / 0.5), inset 0 1px 0 0 oklch(0.95 0.1 150 / 0.5);
  transition: transform 200ms ease, box-shadow 240ms ease, gap 220ms ease;
  padding-right: 0;
  overflow: hidden;
  max-width: 56px;
}
.wa-fab:hover {
  transform: translateY(-2px);
  max-width: 360px;
  padding-right: 18px;
  gap: 10px;
  box-shadow: 0 14px 32px -4px oklch(0.5 0.18 150 / 0.7), 0 0 0 1px oklch(0.35 0.1 150 / 0.6), inset 0 1px 0 0 oklch(0.95 0.1 150 / 0.5);
}
.wa-fab__btn {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.wa-fab__label {
  font-family: var(--sans);
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: -0.005em;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 200ms ease 60ms, transform 220ms ease 60ms;
  color: white;
}
.wa-fab:hover .wa-fab__label {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 900px) {
  .wa-fab { left: 12px; bottom: 12px; }
  .wa-fab__label { display: none; }
}

/* Floating CTA after scroll ─────────────────────────────────────── */
.float-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 40;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 12px 10px 18px;
  border-radius: 999px;
  background: oklch(0.16 0.014 50 / 0.85);
  border: 1px solid var(--line);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  box-shadow: 0 12px 40px -8px oklch(0 0 0 / 0.6);
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: opacity 220ms ease, transform 220ms ease;
}
.float-cta.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.float-cta__copy { font-size: 12.5px; color: var(--fg-2); display: flex; flex-direction: column; gap: 2px; }
.float-cta__copy b { color: var(--fg); font-weight: 500; }
.float-cta .btn-primary { padding: 10px 18px; font-size: 13.5px; }

/* Section icons (tiny SVG marks) ─────────────────────────────────── */
.sect-icon {
  width: 48px; height: 48px;
  border-radius: 12px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, oklch(0.22 0.04 35), oklch(0.16 0.02 35));
  border: 1px solid oklch(0.35 0.06 35 / 0.4);
  color: var(--accent-2);
}

/* Diagnostic dial — used in solution card ────────────────────────── */
.dial {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 16px;
  border: 1px solid var(--line-soft);
  border-radius: 10px;
  background: oklch(0.13 0.012 50 / 0.6);
}
.dial__bar {
  flex: 1; height: 4px;
  background: oklch(0.25 0.014 50);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.dial__bar::after {
  content: "";
  position: absolute; left: 0; top: 0; bottom: 0;
  width: var(--pct, 60%);
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  border-radius: 4px;
}
.dial__lbl { font-family: var(--mono); font-size: 11px; color: var(--fg-3); letter-spacing: 0.06em; min-width: 90px; }
.dial__val { font-family: var(--mono); font-size: 11px; color: var(--accent-2); font-variant-numeric: tabular-nums; }

/* Chips row — used in IA agents card ─────────────────────────────── */
.chips { display: flex; flex-wrap: wrap; gap: 6px; }
.chip {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.04em;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid var(--line-soft);
  color: var(--fg-2);
  background: oklch(0.16 0.014 50 / 0.6);
}
.chip--accent { color: var(--accent-2); border-color: oklch(0.5 0.12 35 / 0.5); background: oklch(0.22 0.05 35 / 0.3); }

/* WhatsApp message bubble — used in community card ─────────────── */
.bubbles { display: flex; flex-direction: column; gap: 6px; }
.bubble {
  font-size: 12px;
  padding: 8px 12px;
  border-radius: 12px;
  background: oklch(0.2 0.014 50);
  border: 1px solid var(--line-soft);
  color: var(--fg-2);
  max-width: 80%;
  line-height: 1.4;
}
.bubble--me {
  align-self: flex-end;
  background: oklch(0.32 0.08 35);
  color: oklch(0.96 0.04 70);
}

/* Hot Seat — calendar mark ─────────────────────────────────────── */
.calmark {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding: 4px 12px 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: oklch(0.16 0.014 50);
  min-width: 64px;
}
.calmark__m { font-family: var(--mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent); }
.calmark__d { font-family: var(--serif); font-style: italic; font-size: 28px; color: var(--fg); line-height: 1; margin-top: 2px; }

/* Responsive ─────────────────────────────────────────────────────── */
@media (max-width: 900px) {
  .section { padding: 80px 0; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stats__cell:nth-child(2) { border-right: 0; }
  .stats__cell:nth-child(-n+2) { border-bottom: 1px solid var(--line-soft); }
  .pains, .benefits { grid-template-columns: 1fr; }
  .benefit { border-right: 0 !important; }
  .solution { grid-template-columns: 1fr; }
  .sol, .sol--wide { grid-column: span 1; }
  .testimonials > * { grid-column: span 12 !important; }
  .obj { grid-template-columns: 1fr; gap: 12px; }
  .guarantee { grid-template-columns: 1fr; gap: 24px; padding: 32px; }
  .seal { width: 180px; height: 180px; }
  .offer__price { grid-template-columns: 1fr; }
  .urgency { flex-direction: column; align-items: start; }
  .float-cta { right: 12px; bottom: 12px; }
  .float-cta__copy { display: none; }
  .nav__links { display: none; }
}
