/* ──────────────────────────────────────────────────────────
   FIHAN · Playbook Landing
   Mirror dos padrões de styles.css do site principal
   ────────────────────────────────────────────────────────── */

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--fihan-dark);
  color: var(--fihan-text);
  font-family: 'IBM Plex Mono', ui-monospace, monospace;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: background-color 200ms ease, color 200ms ease;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

::selection { background: var(--fihan-green); color: var(--fihan-dark); }

/* ─── Layout primitives ──────────────────────────────────── */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.section {
  padding: 96px 0;
  border-top: 1px solid rgba(115, 128, 119, 0.2);
}

.section--center { text-align: center; }
.section--center .lede { margin-left: auto; margin-right: auto; }
.section--alt { background: var(--fihan-input-bg); }

.section__head { margin-bottom: 56px; max-width: 720px; }

/* ─── Typography (mesmas classes do site principal) ─────── */
.display {
  font-family: 'IBM Plex Mono', ui-monospace, monospace;
  font-weight: 600;
  font-size: clamp(28px, 4.6vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 16px 0 24px;
  color: var(--fihan-text);
  overflow-wrap: anywhere;
}

.display--xl { font-size: clamp(30px, 6vw, 72px); }
.display__accent { color: var(--fihan-green); }
.display__muted  { color: var(--fihan-divider); }

.lede {
  font-size: 17px;
  line-height: 1.6;
  color: var(--fihan-text-bright);
  max-width: 640px;
  margin: 0 0 24px;
}
.lede strong { color: var(--fihan-text); font-weight: 500; }

.muted { color: var(--fihan-divider); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--fihan-green);
}

.card-eyebrow {
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--fihan-green);
  margin: 0;
}

/* ─── Announcement bar ──────────────────────────────────── */
.announce {
  background: var(--fihan-input-bg);
  border-bottom: 1px solid rgba(115, 128, 119, 0.2);
  padding: 12px 0;
  font-size: 13px;
}

.announce__inner {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.announce__msg {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 0;
}

.announce__text { color: var(--fihan-text-bright); flex: 1; min-width: 0; }

.announce__link {
  color: var(--fihan-green);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.announce__link:hover { text-decoration: underline; }

/* ─── Header ─────────────────────────────────────────────── */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--fihan-header-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(115, 128, 119, 0.15);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
}

.header__logo { position: relative; display: inline-flex; align-items: center; }
.header__logo .header__logo-img { height: 36px; width: auto; }

/* Logo swap per theme — alta especificidade */
img.header__logo-img--light { display: none !important; }
img.header__logo-img--dark  { display: block !important; }
[data-theme="light"] img.header__logo-img--dark  { display: none !important; }
[data-theme="light"] img.header__logo-img--light { display: block !important; }

.header__actions { display: flex; align-items: center; gap: 12px; }

.header__back {
  font-size: 13px;
  color: var(--fihan-text-bright);
  letter-spacing: 0.04em;
}
.header__back:hover { color: var(--fihan-green); }

.theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid var(--fihan-card-border);
  color: var(--fihan-text);
  cursor: pointer;
  transition: background 120ms ease, border-color 120ms ease, color 120ms ease;
  padding: 0;
}
.theme-toggle:hover {
  background: var(--fihan-input-bg);
  border-color: var(--fihan-green);
  color: var(--fihan-green);
}
.theme-toggle__icon { width: 18px; height: 18px; display: block; }
.theme-toggle__icon--sun { display: block; }
.theme-toggle__icon--moon { display: none; }
[data-theme="light"] .theme-toggle__icon--sun { display: none; }
[data-theme="light"] .theme-toggle__icon--moon { display: block; }

/* ─── Hero (mesmo padrão do site principal) ────────────── */
.hero {
  padding: 80px 0 96px;
  position: relative;
  overflow: visible;
}

.hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 64px;
  align-items: start;
}

.hero__copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.hero__copy .eyebrow { margin-bottom: 24px; }
.hero__copy .display { margin-top: 0; }

/* Terminal no hero — herda tudo do componente */
.hero__terminal {
  width: 100%;
  max-width: 540px;
  justify-self: end;
}

/* ─── Lead form ──────────────────────────────────────────── */
.lead-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  background: var(--fihan-input-bg);
  border: 1px solid var(--fihan-card-border);
  margin: 24px 0 12px;
  max-width: 520px;
}

.hp { display: none !important; }

/* Garantir width 100% nos inputs dentro do form */
.lead-form .fihan-input--info,
.lead-form .fihan-input--info .fihan-input__field {
  width: 100%;
  max-width: none;
}

.lead-form__consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px;
  background: rgba(20, 204, 82, 0.04);
  border-left: 2px solid var(--fihan-green);
}

.lead-form__consent .fihan-checkbox {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.lead-form__consent .fihan-checkbox::before {
  width: 13px;
  height: 10px;
}

.lead-form__consent label {
  font-size: 12px;
  color: var(--fihan-text-bright);
  line-height: 1.5;
  cursor: pointer;
}

.lead-form__submit {
  align-self: stretch;
  justify-content: center;
  padding: 14px 24px;
  font-size: 15px;
}

.lead-form__error {
  display: none;
  padding: 10px 14px;
  background: rgba(255, 80, 80, 0.1);
  border-left: 2px solid #ff5050;
  color: #ffb0b0;
  font-size: 13px;
}
.lead-form__error.is-active { display: block; }

.lead-form__hint {
  font-size: 13px;
  line-height: 1.5;
  color: var(--fihan-text-bright);
  margin: 0;
}

/* ─── Success panel ──────────────────────────────────────── */
.success-panel {
  display: none !important;
  padding: 96px 0 120px;
  background: var(--fihan-input-bg);
  border-top: 1px solid var(--fihan-green);
  border-bottom: 1px solid var(--fihan-card-border);
}

.success-panel.is-active { display: block !important; }

.success-panel__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  max-width: 720px;
  margin: 0 auto;
}

.success-panel__inner .display { margin: 8px 0 8px; }

.success-panel__small {
  font-size: 12px;
  margin: 8px 0 0;
}

/* ─── Chapters grid (usa .fihan-card--simples) ──────────── */
.grid {
  display: grid;
  gap: 16px;
}

.grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.grid__item--span-2 { grid-column: span 2; }
.grid__item--span-3 { grid-column: span 3; }

/* Cards no grid preenchem a célula (override do width: 218px fixo) */
.grid .fihan-card {
  width: 100%;
  min-width: 0;
  gap: 8px;
}

/* Title/desc no .fihan-card têm size próprio do site — alinha aqui */
.fihan-card .fihan-card__title {
  font-size: 18px;
  font-weight: 600;
  margin: 4px 0 0;
  color: var(--fihan-text);
}

.fihan-card .fihan-card__desc {
  font-size: 14px;
  color: var(--fihan-text-bright);
  margin: 0;
  line-height: 1.5;
}

/* ─── Split (pra quem serve) ─────────────────────────────── */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.split > div .eyebrow { margin-bottom: 16px; }
.split > div .display { margin-top: 0; }

.audience-list { max-width: 100%; }
.audience-list .fihan-checkbox { width: 28px; height: 28px; }
.audience-list .fihan-checkbox::before { width: 16px; height: 12px; }

/* ─── Final CTA ──────────────────────────────────────────── */
.final-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.final-cta .display { margin: 8px 0 16px; }

/* ─── Footer ─────────────────────────────────────────────── */
.footer {
  background: var(--fihan-input-bg);
  border-top: 1px solid rgba(115, 128, 119, 0.2);
  padding: 64px 0 0;
}

.footer__inner {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
}

.footer__logo { position: relative; display: inline-flex; }
.footer__logo .header__logo-img { height: 44px; width: auto; }

.footer__tag {
  margin: 16px 0 8px;
  font-size: 16px;
  font-weight: 500;
  color: var(--fihan-text);
}

.footer__desc {
  font-size: 13px;
  color: var(--fihan-text-bright);
  line-height: 1.5;
  margin: 0;
  max-width: 380px;
}

.footer__contact h4 {
  margin: 0 0 16px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fihan-green);
}

.footer__contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 13px;
}

.footer__contact a { color: var(--fihan-text-bright); transition: color 120ms ease; }
.footer__contact a:hover { color: var(--fihan-green); }

.footer__bottom {
  border-top: 1px solid rgba(115, 128, 119, 0.15);
  padding: 20px 0;
  font-size: 12px;
  color: var(--fihan-text-muted);
}

.footer__bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Arrow SVG slot (injetado via JS) */
.fihan-btn__icon {
  display: inline-block;
  width: 14.51px;
  height: 10.4px;
  flex-shrink: 0;
}
.fihan-btn__icon svg { display: block; width: 100%; height: 100%; }

/* ─── Responsive ─────────────────────────────────────────── */
@media (max-width: 1024px) {
  .hero__inner { grid-template-columns: 1fr; gap: 48px; }
  .hero__terminal { justify-self: start; max-width: 100%; }
  .split { grid-template-columns: 1fr; gap: 32px; }
  .footer__inner { grid-template-columns: 1fr; }
  .grid--2 { grid-template-columns: 1fr; }
  .grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid__item--span-2 { grid-column: span 1; }
  .grid__item--span-3 { grid-column: span 2; }
}

@media (max-width: 760px) {
  .container { padding: 0 16px; }
  .section { padding: 56px 0; }
  .section__head { margin-bottom: 32px; }
  .hero { padding: 48px 0 64px; }

  /* Grid 3 colunas → 1 coluna no mobile, span 3 fica span 1 */
  .grid--3 { grid-template-columns: 1fr; }
  .grid__item--span-3 { grid-column: span 1; }

  .header { background: var(--fihan-input-bg); }
  .header__inner { min-height: 60px; gap: 8px; }
  .header__logo .header__logo-img { height: 28px; }
  .theme-toggle { width: 36px; height: 36px; }
  .theme-toggle__icon { width: 16px; height: 16px; }
  .header__back { font-size: 12px; }

  .announce { padding: 12px 0; font-size: 12px; }
  .announce__inner { flex-direction: column; align-items: flex-start; gap: 8px; }
  .announce__msg { width: 100%; }
  .announce__link { align-self: flex-start; }

  .lead-form { padding: 20px; gap: 14px; max-width: 100%; }
  .lead-form__consent { padding: 12px; }
  .lead-form__consent label { font-size: 11px; }
  .lead-form__submit { padding: 12px 20px; font-size: 14px; }
  .lead-form__hint { font-size: 12px; }

  .audience-list .fihan-checkbox { width: 24px; height: 24px; }
  .audience-list .fihan-checkbox::before { width: 14px; height: 10px; }
  .audience-list .fihan-checkbox-item__label { font-size: 14px; }

  .success-panel { padding: 64px 0 80px; }

  .footer { padding: 48px 0 0; }
  .footer__inner { gap: 32px; padding-bottom: 32px; }
  .footer__logo .header__logo-img { height: 36px; }
  .footer__bottom .container {
    flex-direction: column;
    gap: 6px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .display { font-size: 28px; line-height: 1.12; }
  .display--xl { font-size: 30px; line-height: 1.1; }
  .lede { font-size: 15px; }
  .header__back { display: none; }
}

/* ══════════════════════════════════════════════════════════
   SALES PAGE — componentes adicionais (design system Fihan)
   ══════════════════════════════════════════════════════════ */

/* Header CTA */
.header__cta { padding: 9px 18px; font-size: 14px; }

.announce__text strong { color: var(--fihan-green); font-weight: 600; }

/* ─── Hero product cover (assinatura: sombra verde deslocada) ─ */
.hero__inner { align-items: center; }
.hero__product { display: flex; flex-direction: column; gap: 16px; justify-self: end; width: 100%; max-width: 380px; }

.product-figure { margin: 0; }
.product-figure img {
  width: 100%;
  height: auto;
  border: 1px solid var(--fihan-card-border);
  box-shadow: 24px 24px 0 -6px var(--fihan-green);
}
.product-figure__meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--fihan-text-muted);
  flex-wrap: wrap;
}

/* ─── Price block ────────────────────────────────────────── */
.price { display: flex; flex-direction: column; gap: 2px; }
.price__label {
  font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--fihan-text-muted);
}
.price__value {
  font-family: 'IBM Plex Mono', ui-monospace, monospace;
  font-size: 44px; font-weight: 600; line-height: 1; letter-spacing: -0.02em;
  color: var(--fihan-green);
}
.price__cents { font-size: 22px; vertical-align: top; }
.price__install { font-size: 13px; color: var(--fihan-text-bright); margin-top: 2px; }

.hero__pricebar {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  padding: 24px;
  margin: 28px 0 20px;
  background: var(--fihan-input-bg);
  border: 1px solid var(--fihan-card-border);
  border-left: 3px solid var(--fihan-green);
}
.hero__pricebar--inline { margin: 24px 0 0; max-width: 520px; }
.hero__cta { padding: 14px 28px; font-size: 15px; }

/* ─── Old (crossed-out) price ────────────────────────────── */
.price__label s,
.price__old {
  color: var(--fihan-text-muted);
  text-decoration: line-through;
  text-decoration-color: var(--fihan-danger);
  font-weight: 400;
}
.price__old--lg {
  font-size: 14px;
  letter-spacing: 0.02em;
  color: var(--fihan-text-muted);
  text-decoration: none;
}
.price__old--lg s { text-decoration-color: var(--fihan-danger); }
.checkout-card__price .price__old--lg { margin-top: 2px; }
.announce__text s { color: var(--fihan-text-muted); text-decoration-color: var(--fihan-danger); }
.sticky-cta__old {
  font-size: 13px; color: var(--fihan-text-muted);
  text-decoration: line-through; text-decoration-color: var(--fihan-danger);
  margin-right: 4px; font-weight: 400;
}

/* ─── Scarcity / progress bar (cópias vendidas neste preço) ── */
.scarcity {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 520px;
  margin: 0 0 20px;
  padding: 14px 16px;
  border: 1px solid var(--fihan-card-border);
  border-left: 3px solid var(--fihan-green);
  background: var(--fihan-input-bg);
}
.scarcity--center { max-width: 100%; margin: 0; text-align: left; }
.scarcity__top {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 12px; flex-wrap: wrap;
}
.scarcity__label {
  font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--fihan-green); font-weight: 500;
}
.scarcity__count { font-size: 13px; color: var(--fihan-text-bright); }
.scarcity__count strong { color: var(--fihan-text); font-weight: 600; }
.scarcity__track {
  position: relative;
  height: 10px;
  background: var(--fihan-dark);
  border: 1px solid var(--fihan-card-border);
  overflow: hidden;
}
.scarcity__fill {
  height: 100%;
  width: 60%;
  background: repeating-linear-gradient(
    -45deg,
    var(--fihan-green) 0, var(--fihan-green) 8px,
    #159139 8px, #159139 16px
  );
  transition: width 800ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.scarcity__note {
  font-size: 12px; color: var(--fihan-text-muted); line-height: 1.4;
}

/* ─── Prova social / depoimentos (parede dos primeiros) ──── */
.proof-notice {
  display: flex; align-items: flex-start; gap: 14px;
  max-width: 760px; margin: 0 auto 40px;
  padding: 16px 20px;
  background: var(--fihan-input-bg);
  border: 1px solid var(--fihan-card-border);
  border-left: 3px solid var(--fihan-green);
}
.proof-notice p { margin: 0; font-size: 14px; color: var(--fihan-text-bright); line-height: 1.5; }
.proof-notice strong { color: var(--fihan-green); font-weight: 600; }
.proof-notice__pulse {
  flex: none; margin-top: 6px;
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--fihan-green);
  box-shadow: 0 0 0 0 rgba(20, 204, 82, 0.5);
  animation: proof-pulse 2s ease-out infinite;
}
@keyframes proof-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(20, 204, 82, 0.5); }
  70%  { box-shadow: 0 0 0 10px rgba(20, 204, 82, 0); }
  100% { box-shadow: 0 0 0 0 rgba(20, 204, 82, 0); }
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}
.proof-card {
  display: flex; flex-direction: column;
  background: var(--fihan-dark);
  border: 1px solid var(--fihan-card-border);
  overflow: hidden;
}
/* Card real: quando você colocar um <img> do print */
.proof-card > img { width: 100%; height: auto; display: block; }

/* Estado vazio (slot reservado) */
.proof-card--empty {
  border-style: dashed;
  background: repeating-linear-gradient(
    -45deg,
    var(--fihan-input-bg) 0, var(--fihan-input-bg) 12px,
    transparent 12px, transparent 24px
  );
}
.proof-card__slot {
  position: relative;
  min-height: 150px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 10px; padding: 28px 20px;
}
.proof-card__quote {
  font-family: 'Golos Text', system-ui, sans-serif;
  font-size: 56px; line-height: 0.6; color: var(--fihan-card-border);
  user-select: none;
}
.proof-card__reserved {
  font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--fihan-text-muted);
}
.proof-card__meta {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 18px;
  border-top: 1px dashed var(--fihan-card-border);
}
.proof-card__avatar {
  flex: none; width: 34px; height: 34px; border-radius: 50%;
  background: var(--fihan-card-border);
}
.proof-card__lines { display: flex; flex-direction: column; gap: 6px; flex: 1; }
.proof-card__lines span { height: 8px; border-radius: 2px; background: var(--fihan-card-border); }
.proof-card__lines span:first-child { width: 55%; }
.proof-card__lines span:last-child { width: 35%; opacity: 0.6; }

.proof-cta {
  display: flex; align-items: center; justify-content: center;
  flex-wrap: wrap; gap: 16px;
  margin-top: 34px; text-align: center;
}
.proof-cta p { margin: 0; font-size: 15px; color: var(--fihan-text-bright); }

@media (prefers-reduced-motion: reduce) {
  .proof-notice__pulse { animation: none; }
}

/* ─── Lead modal (captura antes do checkout) ─────────────── */
.hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; opacity: 0; }

.lead-modal {
  position: fixed; inset: 0; z-index: 500;
  display: none;
  align-items: center; justify-content: center;
  padding: 24px;
}
.lead-modal.is-open { display: flex; }
.lead-modal__overlay {
  position: absolute; inset: 0;
  background: rgba(0, 0, 0, 0.68);
  backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
  animation: lm-fade 180ms ease;
}
.lead-modal__dialog {
  position: relative;
  width: 100%; max-width: 460px;
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  padding: 32px 32px 28px;
  background: var(--fihan-dark);
  border: 1px solid var(--fihan-green);
  box-shadow: 16px 16px 0 -5px var(--fihan-green);
  animation: lm-pop 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
@keyframes lm-fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes lm-pop { from { opacity: 0; transform: translateY(12px) scale(0.98); } to { opacity: 1; transform: none; } }

.lead-modal__close {
  position: absolute; top: 14px; right: 14px;
  width: 34px; height: 34px;
  display: flex; align-items: center; justify-content: center;
  background: transparent; border: 1px solid var(--fihan-card-border);
  color: var(--fihan-text-muted); font-size: 22px; line-height: 1;
  cursor: pointer; transition: border-color 120ms ease, color 120ms ease;
}
.lead-modal__close:hover { border-color: var(--fihan-green); color: var(--fihan-green); }

.lead-modal .eyebrow { margin-bottom: 12px; }
.lead-modal__title {
  font-family: 'IBM Plex Mono', ui-monospace, monospace;
  font-size: 24px; font-weight: 600; line-height: 1.1; letter-spacing: -0.02em;
  margin: 0 0 8px; color: var(--fihan-text);
}
.lead-modal__sub { font-size: 14px; line-height: 1.5; color: var(--fihan-text-bright); margin: 0 0 22px; }
.lead-modal__sub s { color: var(--fihan-text-muted); text-decoration-color: var(--fihan-danger); }
.lead-modal__sub strong { color: var(--fihan-green); font-weight: 600; }

.lead-modal__form { display: flex; flex-direction: column; gap: 14px; }
.lead-modal__form .fihan-input--info,
.lead-modal__form .fihan-input--info .fihan-input__field { width: 100%; max-width: none; }

.lead-modal__error {
  display: none;
  padding: 10px 14px; font-size: 13px;
  background: rgba(212, 81, 19, 0.1); border-left: 2px solid var(--fihan-danger);
  color: var(--fihan-danger);
}
.lead-modal__error.is-active { display: block; }

.lead-modal__submit { justify-content: center; padding: 14px 24px; font-size: 15px; margin-top: 4px; }
.lead-modal__legal { font-size: 12px; color: var(--fihan-text-muted); line-height: 1.5; margin: 4px 0 0; text-align: center; }

body.lm-locked { overflow: hidden; }

@media (max-width: 480px) {
  .lead-modal { padding: 16px; }
  .lead-modal__dialog { padding: 26px 22px 22px; box-shadow: 10px 10px 0 -3px var(--fihan-green); }
  .lead-modal__title { font-size: 21px; }
}

/* ─── Trust row ──────────────────────────────────────────── */
.trust-row {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-wrap: wrap; gap: 8px 20px;
}
.trust-row--center { justify-content: center; margin-top: 18px; }
.trust-row__item {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; color: var(--fihan-text-bright);
}
.trust-check {
  width: 16px; height: 16px; flex-shrink: 0; position: relative;
  border: 1px solid var(--fihan-green);
}
.trust-check::before {
  content: ''; position: absolute; left: 4px; top: 1px;
  width: 5px; height: 9px;
  border: solid var(--fihan-green); border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* ─── Pain cards ─────────────────────────────────────────── */
.pain-card {
  border: 1px solid var(--fihan-card-border);
  padding: 28px 24px;
  display: flex; flex-direction: column; gap: 10px;
  background: var(--fihan-dark);
  transition: border-color 120ms ease, transform 120ms ease;
}
.section--alt .pain-card { background: var(--fihan-dark); }
.pain-card:hover { border-color: var(--fihan-green); transform: translateY(-2px); }
.pain-card__num {
  font-family: 'IBM Plex Mono', ui-monospace, monospace;
  font-size: 12px; letter-spacing: 0.08em; color: var(--fihan-green);
}
.pain-card__title { font-size: 18px; font-weight: 600; margin: 0; color: var(--fihan-text); }
.pain-card__desc { font-size: 14px; line-height: 1.55; color: var(--fihan-text-bright); margin: 0; }

/* ─── Solução terminal ───────────────────────────────────── */
.solucao__terminal { width: 100%; max-width: 520px; justify-self: end; }

/* ─── Fit (pra quem serve / não serve) ───────────────────── */
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.fit-col {
  border: 1px solid var(--fihan-card-border);
  padding: 28px 24px;
  background: var(--fihan-dark);
}
.fit-col--yes { border-left: 3px solid var(--fihan-green); }
.fit-col--no  { border-left: 3px solid var(--fihan-divider); }
.fit-col__title { margin: 0 0 16px; }
.fit-tag {
  font-family: 'IBM Plex Mono', ui-monospace, monospace;
  font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; font-weight: 600;
}
.fit-tag--yes { color: var(--fihan-green); }
.fit-tag--no  { color: var(--fihan-text-muted); }
.fit-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 14px; }
.fit-list li {
  position: relative; padding-left: 22px;
  font-size: 14px; line-height: 1.55; color: var(--fihan-text-bright);
}
.fit-list li::before {
  content: '/'; position: absolute; left: 0; top: 0;
  font-family: 'IBM Plex Mono', ui-monospace, monospace; font-weight: 600;
  color: var(--fihan-green);
}
.fit-list--no li::before { content: '×'; color: var(--fihan-text-muted); }

/* ─── Guarantee ──────────────────────────────────────────── */
.guarantee {
  display: flex; align-items: center; gap: 40px;
  border: 1px solid var(--fihan-green);
  background: rgba(20, 204, 82, 0.04);
  padding: 40px;
}
.guarantee__seal {
  flex-shrink: 0;
  width: 120px; height: 120px;
  border: 2px solid var(--fihan-green);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  color: var(--fihan-green);
  font-family: 'IBM Plex Mono', ui-monospace, monospace;
}
.guarantee__days { font-size: 48px; font-weight: 600; line-height: 1; }
.guarantee__unit { font-size: 14px; letter-spacing: 0.1em; text-transform: uppercase; }
.guarantee__body { min-width: 0; }
.guarantee__title { font-size: clamp(24px, 3vw, 32px); margin: 12px 0 12px; }
.guarantee__body .lede { margin-bottom: 0; }

/* ─── Stat stack (autoridade) ────────────────────────────── */
.stat-stack { display: flex; flex-direction: column; gap: 20px; }
.stat-block {
  border: 1px solid var(--fihan-card-border);
  border-left: 3px solid var(--fihan-green);
  padding: 20px 24px;
  display: flex; align-items: baseline; gap: 20px;
}
.stat-block__num {
  font-family: 'IBM Plex Mono', ui-monospace, monospace;
  font-size: 36px; font-weight: 600; line-height: 1; letter-spacing: -0.03em;
  color: var(--fihan-green); flex-shrink: 0; min-width: 96px;
}
.stat-block__label { font-size: 14px; line-height: 1.45; color: var(--fihan-text-bright); }

/* ─── FAQ (accordion nativo) ─────────────────────────────── */
.faq { max-width: 820px; }
.faq__item { border-top: 1px solid var(--fihan-card-border); }
.faq__item:last-child { border-bottom: 1px solid var(--fihan-card-border); }
.faq__q {
  list-style: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 22px 0;
  font-family: 'IBM Plex Mono', ui-monospace, monospace;
  font-size: 16px; font-weight: 500; color: var(--fihan-text);
  transition: color 120ms ease;
}
.faq__q::-webkit-details-marker { display: none; }
.faq__q:hover { color: var(--fihan-green); }
.faq__icon { position: relative; width: 16px; height: 16px; flex-shrink: 0; }
.faq__icon::before, .faq__icon::after {
  content: ''; position: absolute; background: var(--fihan-green);
  transition: transform 160ms ease;
}
.faq__icon::before { top: 7px; left: 0; width: 16px; height: 2px; }
.faq__icon::after  { left: 7px; top: 0; width: 2px; height: 16px; }
.faq__item[open] .faq__icon::after { transform: rotate(90deg); opacity: 0; }
.faq__item[open] .faq__q { color: var(--fihan-green); }
.faq__a { padding: 0 0 22px; max-width: 680px; }
.faq__a p { margin: 0; font-size: 15px; line-height: 1.6; color: var(--fihan-text-bright); }

/* ─── Checkout card (final) ──────────────────────────────── */
.checkout-card {
  max-width: 460px; margin: 8px auto 0;
  border: 1px solid var(--fihan-green);
  background: var(--fihan-input-bg);
  box-shadow: 16px 16px 0 -5px var(--fihan-green);
  padding: 32px;
  display: flex; flex-direction: column; align-items: center; gap: 20px;
  text-align: center;
}
.checkout-card__price { display: flex; flex-direction: column; gap: 2px; align-items: center; }
.checkout-card__btn { width: 100%; justify-content: center; padding: 16px 24px; font-size: 15px; }

/* ─── Sticky mobile CTA ──────────────────────────────────── */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 200;
  display: none;
  align-items: center; justify-content: space-between; gap: 16px;
  padding: 12px 16px;
  background: var(--fihan-header-bg);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid var(--fihan-green);
  transform: translateY(100%);
  transition: transform 200ms ease;
}
.sticky-cta.is-visible { transform: translateY(0); }
.sticky-cta__price { display: flex; flex-direction: column; line-height: 1.2; }
.sticky-cta__value {
  font-family: 'IBM Plex Mono', ui-monospace, monospace;
  font-size: 20px; font-weight: 600; color: var(--fihan-green);
}
.sticky-cta__label { font-size: 11px; color: var(--fihan-text-muted); }
.sticky-cta__btn { padding: 12px 22px; font-size: 14px; white-space: nowrap; }

/* ─── Toast ──────────────────────────────────────────────── */
.toast {
  position: fixed; left: 50%; bottom: 28px; transform: translate(-50%, 20px);
  z-index: 300; opacity: 0; pointer-events: none;
  padding: 14px 20px;
  background: var(--fihan-input-bg);
  border: 1px solid var(--fihan-green);
  color: var(--fihan-text-bright);
  font-size: 13px; max-width: 90vw;
  transition: opacity 200ms ease, transform 200ms ease;
}
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); pointer-events: auto; }

/* ─── Responsive (sales) ─────────────────────────────────── */
@media (max-width: 1024px) {
  .hero__product { justify-self: start; max-width: 340px; }
  .solucao__terminal { justify-self: start; }
  .fit-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .display br { display: none; }
  .header__cta { padding: 8px 14px; font-size: 13px; }
  .hero__pricebar { flex-direction: column; align-items: stretch; gap: 18px; padding: 20px; }
  .hero__cta, .hero__pricebar .fihan-btn { justify-content: center; }
  .hero__product { max-width: 300px; margin: 0 auto; }
  .product-figure img { box-shadow: 16px 16px 0 -4px var(--fihan-green); }
  .guarantee { flex-direction: column; text-align: center; gap: 24px; padding: 28px 20px; }
  .stat-block__num { min-width: 72px; font-size: 30px; }
  .sticky-cta { display: flex; }
  body { padding-bottom: 68px; }
  .checkout-card { box-shadow: 10px 10px 0 -3px var(--fihan-green); padding: 24px; }
}

@media (max-width: 480px) {
  .price__value { font-size: 38px; }
  .hero__product { max-width: 260px; }
}
