/* ============================================================
   FrutBiss — Landing de Captação de Franqueados
   ============================================================ */

:root {
  /* Neutros (70%) */
  --bg: #FAF7F2;
  --bg-soft: #F2EDE4;
  --bg-card: #FFFFFF;
  --ink: #1A1A1A;
  --ink-2: #2C2C2C;
  --muted: #6B6760;
  --line: #E6DFD2;
  --line-2: #D9D2C4;

  /* Marca (30%) */
  --amarelo: #FCC527;
  --laranja: #EC6D07;
  --ciano:   #1C9AD7;
  --magenta: #E3047D;

  /* Tipografia */
  --serif: "Fraunces", ui-serif, Georgia, serif;
  --sans:  "Inter", ui-sans-serif, system-ui, -apple-system, sans-serif;
  --script:"Caveat", "Brush Script MT", cursive;

  /* Layout */
  --container: 1180px;
  --radius-sm: 10px;
  --radius:    18px;
  --radius-lg: 28px;
  --shadow-1: 0 1px 0 rgba(26,26,26,.04), 0 8px 24px -12px rgba(26,26,26,.08);
  --shadow-2: 0 1px 0 rgba(26,26,26,.04), 0 20px 60px -24px rgba(26,26,26,.18);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

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

img, svg { display: block; max-width: 100%; }

a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }

/* Acessibilidade: anel de foco para navegação por teclado */
:focus-visible {
  outline: 3px solid var(--ciano);
  outline-offset: 3px;
  border-radius: 4px;
}
.btn:focus-visible { outline-offset: 4px; }

/* ---------- Tipografia ---------- */
.h-display {
  font-family: var(--serif);
  font-weight: 600;
  font-variation-settings: "SOFT" 30, "WONK" 0, "opsz" 144;
  letter-spacing: -0.02em;
  line-height: 1.04;
  color: var(--ink);
  text-wrap: balance;
}
.h-1 { font-size: clamp(40px, 6.2vw, 76px); }
.h-2 { font-family: var(--serif); font-weight: 600; font-variation-settings: "opsz" 96; letter-spacing: -0.02em; line-height: 1.08; font-size: clamp(32px, 4.4vw, 52px); text-wrap: balance; }
.h-3 { font-family: var(--serif); font-weight: 600; font-variation-settings: "opsz" 36; letter-spacing: -0.015em; line-height: 1.15; font-size: clamp(22px, 2.2vw, 28px); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--muted);
}
.eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--laranja); }

.signature {
  font-family: var(--script);
  font-size: 1.35em;
  line-height: 1;
  font-weight: 500;
  display: inline-block;
}

.lede {
  font-size: clamp(17px, 1.4vw, 19px);
  color: var(--ink-2);
  line-height: 1.55;
  max-width: 56ch;
  text-wrap: pretty;
}

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

/* ---------- Container & Section ---------- */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }
section { padding: clamp(72px, 9vw, 128px) 0; }
.section-head { display: flex; flex-direction: column; gap: 16px; margin-bottom: clamp(40px, 5vw, 64px); max-width: 760px; }
.section-head.center { align-items: center; text-align: center; margin-left: auto; margin-right: auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 22px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.005em;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
  white-space: nowrap;
}
.btn-primary {
  background: var(--ink);
  color: #fff;
  box-shadow: 0 8px 24px -10px rgba(26,26,26,.5);
}
.btn-primary:hover { transform: translateY(-1px); background: #000; }
.btn-primary .ar { transition: transform .2s ease; }
.btn-primary:hover .ar { transform: translateX(3px); }

.btn-ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--line-2);
}
.btn-ghost:hover { background: #fff; border-color: var(--ink); }

.btn-play { padding: 14px 18px 14px 14px; }
.btn-play .ico {
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--amarelo);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--ink);
}

/* ---------- Nav ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: saturate(140%) blur(10px);
  background: color-mix(in oklab, var(--bg) 88%, transparent);
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease, background .2s ease;
}
.nav.is-scrolled { border-color: var(--line); }
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 72px;
}
.brand { display: inline-flex; align-items: center; }
.brand-logo {
  height: 38px;
  width: auto;
  display: block;
}
.footer .brand-logo { height: 44px; }
@media (max-width: 480px) {
  .brand-logo { height: 32px; }
}

.nav-links { display: flex; gap: 28px; align-items: center; }
.nav-links a {
  font-size: 14px; font-weight: 500; color: var(--ink-2);
  transition: color .2s ease;
}
.nav-links a:hover { color: var(--laranja); }
.nav-cta { padding: 10px 16px; font-size: 14px; }

@media (max-width: 860px) {
  .nav-links { display: none; }
}

/* ---------- HERO ---------- */
.hero {
  position: relative;
  padding-top: clamp(56px, 7vw, 88px);
  padding-bottom: clamp(80px, 9vw, 120px);
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}
.hero-eyebrow { margin-bottom: 28px; }
.hero h1 { margin: 0 0 28px; }
.hero h1 .accent {
  font-style: italic;
  font-weight: 500;
  color: var(--laranja);
}
.hero h1 .underline {
  background: linear-gradient(transparent 68%, color-mix(in oklab, var(--amarelo) 70%, transparent) 68% 92%, transparent 92%);
  padding: 0 2px;
}
.hero-lede { margin: 0 0 36px; max-width: 52ch; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.hero-sign {
  margin-top: 36px;
  display: inline-flex; align-items: baseline; gap: 14px;
  color: var(--muted);
}
.hero-sign .signature { color: var(--laranja); font-size: 32px; }
.hero-sign .bar { width: 28px; height: 1px; background: var(--line-2); display: inline-block; transform: translateY(-6px); }

.hero-visual {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: #1A1A1A;
  box-shadow: var(--shadow-2);
}
.hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.hero-photo-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, transparent 50%, rgba(0,0,0,.55) 100%),
    linear-gradient(180deg, rgba(0,0,0,.18) 0%, transparent 30%);
  pointer-events: none;
}
.hero-mark {
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  height: 78%;
  width: auto;
  filter: drop-shadow(0 30px 60px rgba(252,197,39,.25));
  z-index: 1;
}
.hero-visual-foot {
  position: absolute;
  left: 28px;
  bottom: 26px;
  z-index: 2;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.hero-visual-foot .signature {
  color: var(--amarelo);
  font-size: 34px;
  line-height: 1;
  text-shadow: 0 4px 18px rgba(0,0,0,.3);
}
.hero-visual-foot .hero-visual-meta {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(255,255,255,.85);
  text-shadow: 0 2px 8px rgba(0,0,0,.4);
}
.hero-visual .placeholder {
  position: absolute; inset: 0;
  background-image:
    repeating-linear-gradient(135deg,
      transparent 0 14px,
      rgba(26,26,26,.04) 14px 15px);
  display: flex; align-items: center; justify-content: center;
  flex-direction: column;
  gap: 8px;
}
.placeholder-tag {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--muted);
  background: rgba(255,255,255,.7);
  border: 1px solid var(--line);
  padding: 6px 10px;
  border-radius: 999px;
}

.hero-visual .stamp {
  position: absolute;
  right: -24px; bottom: -24px;
  width: 180px; height: 180px;
  border-radius: 50%;
  background: var(--amarelo);
  display: grid; place-items: center;
  transform: rotate(-12deg);
  box-shadow: 0 20px 60px -20px rgba(252, 197, 39, .65);
}
.hero-visual .stamp-inner {
  text-align: center;
  font-family: var(--serif);
  color: var(--ink);
  line-height: 1;
}
.hero-visual .stamp-inner b { display: block; font-size: 56px; font-weight: 700; letter-spacing: -0.04em; }
.hero-visual .stamp-inner span { font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 600; }

.hero-visual .blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(48px);
  opacity: .55;
  pointer-events: none;
}
.hero-visual .blob.b1 { top: -40px; left: -40px; width: 280px; height: 280px; background: var(--laranja); opacity: .35; }
.hero-visual .blob.b2 { bottom: 20%; right: -30px; width: 220px; height: 220px; background: var(--magenta); opacity: .25; }

@media (max-width: 1040px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { aspect-ratio: 4 / 4.2; order: -1; }
}

/* ---------- Prova social ---------- */
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.stat {
  background: var(--bg-card);
  padding: 36px 28px;
  display: flex; flex-direction: column; gap: 8px;
  position: relative;
}
.stat-num {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(40px, 4.4vw, 56px);
  letter-spacing: -0.03em;
  line-height: 1;
}
.stat:nth-child(1) .stat-num { font-size: clamp(56px, 6vw, 84px); }
.stat:nth-child(1) .stat-num em { font-style: normal; color: var(--laranja); }
.stat:nth-child(2) .stat-num em { font-style: normal; color: oklch(0.72 0.16 72); }
.stat:nth-child(3) .stat-num em { font-style: normal; color: var(--ciano); }
.stat:nth-child(4) .stat-num em { font-style: normal; color: var(--magenta); }
.stat-label {
  font-size: 14px;
  color: var(--muted);
  font-weight: 500;
  line-height: 1.4;
}
.stat-tag {
  position: absolute; top: 18px; right: 18px;
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--muted); font-weight: 600;
}

@media (max-width: 860px) {
  .stats { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .stats { grid-template-columns: 1fr; }
}

/* ---------- Vídeo ---------- */
.video {
  background: var(--bg-soft);
}
.video-wrap {
  position: relative;
  aspect-ratio: 16/9;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--ink);
  box-shadow: var(--shadow-2);
  cursor: pointer;
  width: 100%;
  display: block;
}
.video-wrap:focus-visible { outline: 3px solid var(--amarelo); outline-offset: 4px; }
.video-poster {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.video-wrap.is-playing .video-poster,
.video-wrap.is-playing .video-thumb,
.video-wrap.is-playing .video-meta { display: none; }
.video-wrap iframe {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  border: 0;
  z-index: 5;
}
.video-thumb {
  position: absolute; inset: 0;
  z-index: 2;
  background:
    radial-gradient(ellipse at 30% 40%, rgba(236,109,7,.25), transparent 60%),
    radial-gradient(ellipse at 70% 70%, rgba(28,154,215,.20), transparent 60%),
    linear-gradient(180deg, rgba(0,0,0,.20) 0%, rgba(0,0,0,.55) 100%);
  display: flex; align-items: center; justify-content: center;
  flex-direction: column; gap: 24px;
  transition: background .25s ease;
}
.video-wrap:hover .video-thumb { background: linear-gradient(180deg, rgba(0,0,0,.25) 0%, rgba(0,0,0,.45) 100%); }
.video-thumb .play {
  width: 84px; height: 84px; border-radius: 50%;
  background: var(--amarelo);
  display: grid; place-items: center;
  box-shadow: 0 20px 60px -10px rgba(252,197,39,.55);
  transition: transform .2s ease;
}
.video-thumb:hover .play { transform: scale(1.05); }
.video-thumb .play svg { color: var(--ink); }
.video-cap {
  color: #fff;
  text-align: center;
  font-family: var(--serif);
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 500;
  letter-spacing: -0.01em;
  max-width: 540px;
  padding: 0 20px;
  text-wrap: balance;
}
.video-meta {
  position: absolute;
  left: 24px; bottom: 24px;
  display: flex; align-items: center; gap: 10px;
  color: #fff; opacity: .95;
  font-size: 13px;
  letter-spacing: 0.06em;
  z-index: 3;
  text-shadow: 0 2px 8px rgba(0,0,0,.4);
}
.video-meta .signature { color: var(--amarelo); font-size: 24px; opacity: 1; }

/* ---------- História / Timeline ---------- */
.history-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}
.timeline { position: relative; padding-left: 0; }
.timeline-item {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 28px;
  padding: 28px 0;
  border-top: 1px solid var(--line);
  align-items: start;
}
.timeline-item:last-child { border-bottom: 1px solid var(--line); }
.timeline-year {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 28px;
  letter-spacing: -0.02em;
  line-height: 1;
  display: flex; align-items: center; gap: 10px;
  white-space: nowrap;
}
.timeline-year::before {
  content: ""; width: 8px; height: 8px; border-radius: 50%;
  background: var(--line-2);
  flex-shrink: 0;
}
.timeline-item.is-now .timeline-year { color: var(--laranja); }
.timeline-item.is-now .timeline-year::before { background: var(--laranja); box-shadow: 0 0 0 5px rgba(236,109,7,.18); }
.timeline-title { font-weight: 600; font-size: 16px; margin: 2px 0 6px; }
.timeline-text { color: var(--muted); font-size: 15px; line-height: 1.5; }

@media (max-width: 860px) {
  .history-grid { grid-template-columns: 1fr; }
  .timeline-item { grid-template-columns: 90px 1fr; gap: 16px; }
}

/* História — cena de abertura */
.historia-scene {
  margin: 0 0 clamp(56px, 7vw, 96px);
  padding: 0;
  position: relative;
  background: linear-gradient(180deg, #FFFDF8 0%, var(--bg-soft) 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-1);
}
.historia-scene img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 540px;
  object-fit: contain;
  padding: 24px 24px 8px;
  background: transparent;
  mix-blend-mode: multiply;
}
.historia-scene figcaption {
  padding: 0 32px 28px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  border-top: 1px solid var(--line);
  margin-top: 8px;
  padding-top: 22px;
}
.historia-scene-tag {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--laranja);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.historia-scene-tag::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--laranja);
  box-shadow: 0 0 0 5px rgba(236,109,7,.18);
}
.historia-scene-caption {
  font-family: var(--serif);
  font-size: clamp(18px, 1.6vw, 22px);
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.3;
  color: var(--ink);
  text-wrap: balance;
  max-width: 48ch;
  text-align: right;
}
@media (max-width: 720px) {
  .historia-scene img { padding: 16px 16px 4px; max-height: 360px; }
  .historia-scene figcaption { padding: 20px 22px 24px; flex-direction: column; align-items: flex-start; gap: 12px; }
  .historia-scene-caption { text-align: left; }
}

/* Founders quote — pull-quote with the marca signature */
.founders-quote {
  position: relative;
  margin-top: 40px;
  padding: 28px 32px 28px 56px;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-left: 3px solid var(--laranja);
  border-radius: var(--radius);
  box-shadow: var(--shadow-1);
}
.founders-quote .quote-mark {
  position: absolute;
  top: 4px;
  left: 18px;
  font-family: var(--serif);
  font-size: 84px;
  line-height: 1;
  color: var(--amarelo);
  font-weight: 700;
}
.founders-quote p {
  margin: 0 0 18px;
  font-family: var(--serif);
  font-size: clamp(20px, 1.9vw, 24px);
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.35;
  color: var(--ink);
  text-wrap: balance;
}
.founders-quote .quote-by {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.founders-quote .quote-meta {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--muted);
}

@media (max-width: 540px) {
  .founders-quote { padding: 24px 22px 24px 40px; }
  .founders-quote .quote-mark { font-size: 64px; left: 12px; }
}

/* ---------- Por que ---------- */
.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.why-card {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 36px;
  display: flex; flex-direction: column; gap: 18px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  position: relative;
  overflow: hidden;
}
.why-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-1); border-color: var(--line-2); }
.why-icon {
  width: 54px; height: 54px;
  border-radius: 14px;
  display: grid; place-items: center;
  color: var(--ink);
  position: relative;
}
.why-icon.c1 { background: var(--amarelo); }
.why-icon.c2 { background: var(--ciano); color: #fff; }
.why-icon.c3 { background: var(--laranja); color: #fff; }
.why-icon.c4 { background: var(--magenta); color: #fff; }
.why-card h3 { margin: 0; font-family: var(--serif); font-size: 22px; font-weight: 600; letter-spacing: -0.015em; }
.why-card p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.55; }

@media (max-width: 720px) {
  .why-grid { grid-template-columns: 1fr; }
  .why-card { padding: 28px; }
}

/* ---------- Investimento ---------- */
.invest {
  background: var(--bg-soft);
}
.invest-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.invest-card {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 36px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.invest-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-1); border-color: var(--line-2); }
.invest-card .label {
  font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--muted); font-weight: 600; margin-bottom: 24px;
  display: flex; align-items: center; gap: 10px;
}
.invest-card .label::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%;
}
.invest-card.c1 .label::before { background: var(--laranja); }
.invest-card.c2 .label::before { background: var(--ciano); }
.invest-card.c3 .label::before { background: var(--magenta); }
.invest-card .value {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(28px, 3vw, 40px);
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-bottom: 8px;
}
.invest-card .value small { font-size: 0.55em; font-weight: 500; color: var(--muted); font-family: var(--sans); letter-spacing: 0; }
.invest-card .value .value-zero {
  display: inline-block;
  font-size: clamp(56px, 5.6vw, 80px);
  line-height: 1;
  color: var(--magenta);
  letter-spacing: -0.04em;
  margin-bottom: 4px;
}
.invest-card .value .value-zero small {
  color: var(--magenta);
  font-family: var(--serif);
  font-weight: 600;
}
.invest-card .desc { color: var(--muted); font-size: 14px; line-height: 1.5; }
.invest-disclaimer {
  margin-top: 28px;
  padding: 20px 24px;
  border-radius: var(--radius-sm);
  background: rgba(26,26,26,.04);
  font-size: 13px;
  color: var(--muted);
  line-height: 1.55;
  display: flex; align-items: flex-start; gap: 12px;
}
.invest-disclaimer svg { flex-shrink: 0; margin-top: 2px; opacity: .65; }

@media (max-width: 860px) {
  .invest-grid { grid-template-columns: 1fr; }
}

/* ---------- O que você recebe ---------- */
.receive-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 56px;
  row-gap: 4px;
}
.receive-item {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 18px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  font-size: 16px;
  font-weight: 500;
}
.receive-check {
  width: 32px; height: 32px; border-radius: 50%;
  display: grid; place-items: center;
  color: #fff;
}
.receive-item:nth-child(8n+1) .receive-check { background: var(--amarelo); color: var(--ink); }
.receive-item:nth-child(8n+2) .receive-check { background: var(--ciano); }
.receive-item:nth-child(8n+3) .receive-check { background: var(--laranja); }
.receive-item:nth-child(8n+4) .receive-check { background: var(--magenta); }
.receive-item:nth-child(8n+5) .receive-check { background: var(--ciano); }
.receive-item:nth-child(8n+6) .receive-check { background: var(--laranja); }
.receive-item:nth-child(8n+7) .receive-check { background: var(--amarelo); color: var(--ink); }
.receive-item:nth-child(8n+8) .receive-check { background: var(--magenta); }

@media (max-width: 720px) {
  .receive-grid { grid-template-columns: 1fr; }
}

/* ---------- FAQ ---------- */
.faq {
  background: var(--bg-soft);
}
.faq-list { display: flex; flex-direction: column; gap: 0; max-width: 860px; margin: 0 auto; }
.faq-item {
  border-top: 1px solid var(--line-2);
}
.faq-item:last-child { border-bottom: 1px solid var(--line-2); }
.faq-q {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px;
  width: 100%;
  text-align: left;
  padding: 26px 4px;
  font-family: var(--serif);
  font-size: clamp(18px, 1.6vw, 22px);
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--ink);
  transition: color .2s ease;
}
.faq-q:hover { color: var(--laranja); }
.faq-toggle {
  width: 36px; height: 36px; border-radius: 50%;
  border: 1px solid var(--line-2);
  display: grid; place-items: center;
  flex-shrink: 0;
  transition: transform .25s ease, background .2s ease, border-color .2s ease;
}
.faq-item[open] .faq-toggle { transform: rotate(45deg); background: var(--ink); border-color: var(--ink); color: #fff; }
.faq-a {
  padding: 0 4px 26px;
  color: var(--ink-2);
  font-size: 16px;
  line-height: 1.6;
  max-width: 70ch;
}

/* native details summary */
details > summary { list-style: none; cursor: pointer; }
details > summary::-webkit-details-marker { display: none; }

/* ---------- Form ---------- */
.lead {
  position: relative;
  background:
    radial-gradient(circle at 85% 10%, color-mix(in oklab, var(--amarelo) 22%, transparent), transparent 45%),
    radial-gradient(circle at 10% 90%, color-mix(in oklab, var(--laranja) 18%, transparent), transparent 50%),
    var(--bg);
}
.lead-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}
.lead-copy { position: sticky; top: 100px; }
.lead-copy h2 { margin: 16px 0 18px; }
.lead-copy .lede { margin: 0 0 32px; }
.lead-bullets { display: flex; flex-direction: column; gap: 14px; margin-top: 24px; padding-top: 24px; border-top: 1px solid var(--line); }
.lead-bullet { display: flex; align-items: center; gap: 12px; font-size: 14px; color: var(--ink-2); }
.lead-bullet svg { color: var(--laranja); }

.form-card {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(28px, 3.5vw, 44px);
  box-shadow: var(--shadow-2);
}
.form-row { display: grid; gap: 18px; }
.form-row.two { grid-template-columns: 1fr 1fr; }
@media (max-width: 600px) { .form-row.two { grid-template-columns: 1fr; } }

.field { display: flex; flex-direction: column; gap: 8px; }
.field label {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-2);
  letter-spacing: -0.005em;
}
.field label .opt { color: var(--muted); font-weight: 400; font-size: 12px; margin-left: 4px; }
.field input, .field select, .field textarea {
  font: inherit;
  font-size: 15px;
  padding: 14px 16px;
  background: var(--bg);
  border: 1px solid var(--line-2);
  border-radius: 12px;
  color: var(--ink);
  transition: border-color .15s ease, background .15s ease, box-shadow .15s ease;
  width: 100%;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--ink);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(26,26,26,.06);
}
.field textarea { resize: vertical; min-height: 96px; }
.field select { appearance: none; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'><path d='M1 1.5L6 6.5L11 1.5' stroke='%231A1A1A' stroke-width='1.5' stroke-linecap='round'/></svg>"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 40px; }

.radio-group { display: flex; gap: 10px; }
.radio-pill { flex: 1; position: relative; }
.radio-pill input { position: absolute; inset: 0; opacity: 0; pointer-events: none; }
.radio-pill span {
  display: block;
  text-align: center;
  padding: 14px 16px;
  background: var(--bg);
  border: 1px solid var(--line-2);
  border-radius: 12px;
  font-size: 14px; font-weight: 600;
  cursor: pointer;
  transition: all .15s ease;
}
.radio-pill input:checked + span { background: var(--ink); color: #fff; border-color: var(--ink); }

.form-cta {
  margin-top: 28px;
  display: flex; flex-direction: column; gap: 14px;
}
.form-cta .btn { justify-content: center; padding: 18px 24px; font-size: 16px; }
.form-cta .privacy { font-size: 12px; color: var(--muted); text-align: center; line-height: 1.55; }

@media (max-width: 920px) {
  .lead-grid { grid-template-columns: 1fr; }
  .lead-copy { position: static; }
}

/* ---------- Footer ---------- */
.footer {
  background: var(--ink);
  color: #E6E2D8;
  padding: 80px 0 40px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 64px;
}
.footer .brand-name { color: #fff; }
.footer .brand-name em { color: var(--amarelo); }
.footer-tag {
  margin-top: 18px;
  color: rgba(230,226,216,.65);
  font-size: 14px;
  line-height: 1.55;
  max-width: 36ch;
}
.footer-tag .signature { color: var(--amarelo); font-size: 28px; display: block; margin-bottom: 2px; }
.footer h4 {
  font-family: var(--sans);
  font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(230,226,216,.5);
  font-weight: 600;
  margin: 0 0 18px;
}
.footer-links { display: flex; flex-direction: column; gap: 12px; }
.footer-links a { font-size: 14px; color: rgba(230,226,216,.8); transition: color .15s ease; }
.footer-links a:hover { color: #fff; }
.footer-bottom {
  padding-top: 28px;
  border-top: 1px solid rgba(230,226,216,.12);
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 14px;
  font-size: 12px;
  color: rgba(230,226,216,.55);
  line-height: 1.55;
}
.footer-bottom .legal { max-width: 60ch; }

@media (max-width: 860px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   Animations
   ============================================================ */

/* Reveal on scroll — fade + slide */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .8s cubic-bezier(.22,.61,.36,1), transform .8s cubic-bezier(.22,.61,.36,1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}
.reveal.in { opacity: 1; transform: translateY(0); }

/* Reveal — scale variant (for visual blocks) */
.reveal-scale {
  opacity: 0;
  transform: scale(.96);
  transition: opacity .9s cubic-bezier(.22,.61,.36,1), transform .9s cubic-bezier(.22,.61,.36,1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}
.reveal-scale.in { opacity: 1; transform: scale(1); }

/* Reveal — left/right slide */
.reveal-left { opacity: 0; transform: translateX(-28px); transition: opacity .8s cubic-bezier(.22,.61,.36,1), transform .8s cubic-bezier(.22,.61,.36,1); transition-delay: var(--reveal-delay, 0ms); }
.reveal-left.in { opacity: 1; transform: translateX(0); }
.reveal-right { opacity: 0; transform: translateX(28px); transition: opacity .8s cubic-bezier(.22,.61,.36,1), transform .8s cubic-bezier(.22,.61,.36,1); transition-delay: var(--reveal-delay, 0ms); }
.reveal-right.in { opacity: 1; transform: translateX(0); }

/* Mask reveal — for the hero visual / video frame */
.reveal-mask {
  clip-path: inset(98% 0 0 0);
  transition: clip-path 1.1s cubic-bezier(.7,.0,.2,1);
  transition-delay: var(--reveal-delay, 0ms);
}
.reveal-mask.in { clip-path: inset(0 0 0 0); }

/* Float — for the 35 anos stamp */
@keyframes float {
  0%, 100% { transform: rotate(-12deg) translateY(0); }
  50%      { transform: rotate(-10deg) translateY(-8px); }
}
.hero-visual .stamp {
  animation: float 6s ease-in-out infinite;
}

/* Drift — soft blob movement */
@keyframes drift-1 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50%      { transform: translate(20px, 16px) scale(1.08); }
}
@keyframes drift-2 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50%      { transform: translate(-18px, -22px) scale(1.06); }
}
.hero-visual .blob.b1 { animation: drift-1 12s ease-in-out infinite; }
.hero-visual .blob.b2 { animation: drift-2 14s ease-in-out infinite; }

/* Underline draw on hero h1 */
.hero h1 .underline {
  background-image: linear-gradient(transparent 68%, color-mix(in oklab, var(--amarelo) 70%, transparent) 68% 92%, transparent 92%);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 1.2s cubic-bezier(.7,0,.2,1) .35s;
}
.hero h1.in .underline { background-size: 100% 100%; }

/* Counter — for stat numbers (subtle scale-in on reveal) */
.stat { transition: transform .25s ease; }
.stat:hover { transform: translateY(-2px); }
.stat-num { transition: opacity .6s ease, transform .8s cubic-bezier(.22,.61,.36,1); }

/* Timeline — dot pulse on current */
@keyframes pulse {
  0%   { box-shadow: 0 0 0 0 rgba(236,109,7, .35); }
  70%  { box-shadow: 0 0 0 12px rgba(236,109,7, 0); }
  100% { box-shadow: 0 0 0 0 rgba(236,109,7, 0); }
}
.timeline-item.is-now .timeline-year::before { animation: pulse 2.4s ease-out infinite; }

/* Play button — gentle breathing */
@keyframes breathe {
  0%, 100% { transform: scale(1); box-shadow: 0 20px 60px -10px rgba(252,197,39,.55), 0 0 0 0 rgba(252,197,39, .4); }
  50%      { transform: scale(1.04); box-shadow: 0 20px 60px -10px rgba(252,197,39,.65), 0 0 0 22px rgba(252,197,39, 0); }
}
.video-thumb .play { animation: breathe 3.4s ease-in-out infinite; }
.video-thumb:hover .play { animation-play-state: paused; transform: scale(1.08); }

/* Why cards — icon spin on hover */
.why-icon { transition: transform .5s cubic-bezier(.22,.61,.36,1); }
.why-card:hover .why-icon { transform: rotate(-8deg) scale(1.05); }

/* Receive items — checks pop in */
.receive-check { transition: transform .5s cubic-bezier(.34,1.56,.64,1); }
.receive-item.in .receive-check { animation: pop .6s cubic-bezier(.34,1.56,.64,1) both; }
@keyframes pop {
  0%   { transform: scale(0); }
  60%  { transform: scale(1.18); }
  100% { transform: scale(1); }
}

/* Nav links — animated underline */
.nav-links a { position: relative; }
.nav-links a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -6px;
  height: 2px; background: var(--laranja); border-radius: 1px;
  transform: scaleX(0); transform-origin: left;
  transition: transform .3s cubic-bezier(.7,0,.2,1);
}
.nav-links a:hover::after { transform: scaleX(1); }

/* Footer links — slide underline */
.footer-links a { position: relative; display: inline-block; }
.footer-links a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -2px;
  height: 1px; background: rgba(255,255,255,.6);
  transform: scaleX(0); transform-origin: left;
  transition: transform .3s ease;
}
.footer-links a:hover::after { transform: scaleX(1); }

/* Signature — subtle ink-bleed entry */
@keyframes ink {
  from { opacity: 0; transform: translateY(6px) rotate(-2deg); filter: blur(2px); }
  to   { opacity: 1; transform: translateY(0) rotate(0); filter: blur(0); }
}
.signature.ink-in { animation: ink 1s cubic-bezier(.22,.61,.36,1) both; }

/* FAQ — smoother open */
.faq-a { animation: faq-down .35s ease both; }
@keyframes faq-down {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Reduced motion — kill everything */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
    scroll-behavior: auto !important;
  }
  .reveal, .reveal-scale, .reveal-left, .reveal-right { opacity: 1 !important; transform: none !important; }
  .reveal-mask { clip-path: none !important; }
}
