@font-face{font-family:"Space Grotesk";src:url("SpaceGrotesk-VariableFont_wght.ttf") format("truetype-variations"),url("../fonts/SpaceGrotesk-VariableFont_wght.ttf") format("truetype");font-weight:300 700;font-style:normal;font-display:swap}:root{--ffc-black:#000000;--ffc-white:#ffffff;--ffc-near-black:#080808;--ffc-panel:#222222;--ffc-gray-900:#2f2f2f;--ffc-gray-600:#5c5c5c;--ffc-gray-500:#4b4b4b;--ffc-gray-300:#b0b0b0;--ffc-blue:#0529f6;--ffc-blue-pure:#0000ff;--ffc-indigo-soft:#9ba1e2;--ffc-hairline-on-dark:rgba(255, 255, 255, 0.16);--ffc-hairline-on-light:rgba(0, 0, 0, 0.12);--surface-base-dark:var(--ffc-black);--surface-base-light:var(--ffc-white);--surface-accent:var(--ffc-blue);--surface-card:var(--ffc-panel);--surface-card-deep:var(--ffc-near-black);--text-primary:var(--ffc-gray-900);--text-secondary:var(--ffc-gray-600);--text-muted:var(--ffc-gray-300);--text-on-dark:var(--ffc-white);--text-on-dark-secondary:var(--ffc-gray-300);--text-on-accent:var(--ffc-white);--accent:var(--ffc-blue);--accent-text:var(--ffc-blue);--accent-on:var(--ffc-white);--border-on-dark:var(--ffc-hairline-on-dark);--border-on-light:var(--ffc-hairline-on-light);--font-display:"Space Grotesk","Archivo","Inter",system-ui,sans-serif;--font-body:-apple-system,BlinkMacSystemFont,"Helvetica Neue",Helvetica,Arial,sans-serif;--fw-light:300;--fw-regular:400;--fw-medium:500;--fw-semibold:600;--fw-bold:700;--type-hero:clamp(3.5rem, 12vw, 11rem);--type-display:clamp(2.5rem, 6vw, 5rem);--type-title:clamp(1.75rem, 3.2vw, 2.75rem);--type-subtitle:clamp(1.25rem, 2vw, 1.75rem);--type-lead:1.375rem;--type-body:1.0625rem;--type-small:0.9375rem;--type-meta:0.75rem;--lh-tight:0.95;--lh-snug:1.08;--lh-normal:1.5;--tracking-tight:-0.03em;--tracking-normal:0;--tracking-meta:0.14em;--space-0:0;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:3rem;--space-8:4rem;--space-9:6rem;--space-10:8rem;--margin-canvas:5%;--measure:62ch;--radius-xs:4px;--radius-sm:8px;--radius-md:14px;--radius-lg:22px;--radius-pill:999px;--border-width:1px;--border-hairline-dark:1px solid var(--border-on-dark);--border-hairline-light:1px solid var(--border-on-light);--shadow-none:none;--shadow-card:0 1px 2px rgba(0, 0, 0, 0.18),0 8px 24px rgba(0, 0, 0, 0.12);--shadow-pop:0 12px 40px rgba(0, 0, 0, 0.28);--ring-accent:0 0 0 3px rgba(5, 41, 246, 0.35);--ease-out:cubic-bezier(0.22, 1, 0.36, 1);--ease-in-out:cubic-bezier(0.65, 0, 0.35, 1);--dur-fast:120ms;--dur-base:220ms;--dur-slow:420ms}
/* ============================================================
   Plano 3S — sales page. Built on FFC tokens (loaded before this).
   Mobile-first, content register: black/white/blue, Space Grotesk
   display, one electric-blue accent. Single readable column that
   widens galleries; full-bleed colored sections build the rhythm.
   ============================================================ */

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--ffc-black);
  color: var(--ffc-white);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
b, strong { font-weight: 700; }

/* ---------- layout primitives ---------- */
.sec { position: relative; padding: clamp(64px, 13vw, 120px) 0; overflow: hidden; }
.sec--dark  { background: var(--ffc-black);     color: #fff; }
.sec--deep  { background: var(--ffc-near-black); color: #fff; }
.sec--light { background: var(--ffc-white);     color: var(--text-primary); }
.sec--blue  { background: var(--ffc-blue);      color: #fff; }
.sec--tight { padding-top: clamp(40px, 8vw, 72px); padding-bottom: clamp(40px, 8vw, 72px); }

.wrap { width: 100%; max-width: 680px; margin: 0 auto; padding: 0 22px; }
.wrap--wide { max-width: 1080px; }
.wrap--narrow { max-width: 560px; }

/* ---------- type ---------- */
.kicker {
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(11px, 2.8vw, 13px); letter-spacing: .16em;
  text-transform: uppercase; color: var(--ffc-blue);
  display: inline-flex; align-items: center; gap: .6em;
}
.kicker--ondark  { color: var(--ffc-blue); }
.kicker--onblue  { color: rgba(255,255,255,.78); }
.kicker--onlight { color: var(--ffc-blue); }
.kicker::before {
  content: ""; width: 26px; height: 2px; background: currentColor; opacity: .85;
}

.display {
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(2.1rem, 8.2vw, 4rem); line-height: 1.02;
  letter-spacing: -.03em; margin: .35em 0 0; text-wrap: balance;
}
.display b { font-weight: 700; }
.title {
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(1.7rem, 6vw, 2.9rem); line-height: 1.06;
  letter-spacing: -.025em; margin: .3em 0 0; text-wrap: balance;
}
.title b { font-weight: 700; }
.lead {
  font-size: clamp(1.05rem, 3.6vw, 1.3rem); line-height: 1.5;
  margin: 1.1em 0 0; max-width: 40ch; color: var(--ffc-gray-300);
  text-wrap: pretty;
}
.sec--light .lead { color: var(--text-secondary); }
.sec--blue .lead { color: rgba(255,255,255,.85); }
.body {
  font-size: clamp(1rem, 3.4vw, 1.1rem); line-height: 1.6;
  color: var(--ffc-gray-300); text-wrap: pretty;
}
.sec--light .body { color: var(--text-secondary); }
.sec--blue .body { color: rgba(255,255,255,.88); }
.muted-meta {
  font-family: var(--font-display); font-weight: 600;
  font-size: 12px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--ffc-gray-500);
}

/* signature highlight already from DS .ffc-highlight; helper for inline */
mark.hl { background: var(--accent); color:#fff; font-weight:700; padding:.04em .2em; box-decoration-break: clone; -webkit-box-decoration-break: clone; }

/* ---------- sticky header ---------- */
.topbar {
  position: sticky; top: 0; z-index: 60;
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding: 13px 18px;
  background: rgba(0,0,0,.66); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-on-dark);
}
.topbar__logo { height: 22px; width: auto; object-fit: contain; }

/* ---------- CTA blocks ---------- */
.ctarow { display: flex; flex-direction: column; gap: 12px; margin-top: 30px; }
.ctarow--inline { flex-direction: row; flex-wrap: wrap; align-items: center; }
.ctanote {
  display: flex; align-items: center; gap: 8px; margin-top: 14px;
  font-size: 13.5px; color: var(--ffc-gray-500); font-weight: 500;
}
.sec--blue .ctanote { color: rgba(255,255,255,.72); }
.ctanote .dot { width: 7px; height: 7px; border-radius: 50%; background: #16c172; flex: none; box-shadow: 0 0 0 4px rgba(22,193,114,.18); }
.ctanote--ondark .dot { background:#16c172; }

/* big hero word behind content */
.ghostword {
  position: absolute; pointer-events: none; user-select: none;
  font-family: var(--font-display); font-weight: 700;
  letter-spacing: -.05em; line-height: .8;
  color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,.10);
}

/* ---------- hero ---------- */
.hero { padding-top: clamp(48px, 12vw, 96px); }
.hero__badge {
  display: inline-flex; align-items: center; gap: 9px;
  border: 1px solid var(--border-on-dark); border-radius: var(--radius-pill);
  padding: 8px 15px 8px 11px;
  font-family: var(--font-display); font-weight: 600; font-size: 12.5px;
  letter-spacing: .06em; text-transform: uppercase; color: #fff;
}
.hero__badge .spk { color: var(--ffc-blue); font-size: 15px; line-height: 1; }
.hero__h1 {
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(2.3rem, 9.5vw, 4.6rem); line-height: 1.0;
  letter-spacing: -.035em; margin: 22px 0 0; text-wrap: balance;
}
.hero__h1 b { font-weight: 700; }
.hero__3s {
  position: absolute; right: -2vw; top: 4vw; z-index: 0;
  font-size: clamp(13rem, 46vw, 34rem);
}
.hero__promise {
  list-style: none; margin: 34px 0 0; padding: 0;
  display: grid; gap: 1px; background: var(--border-on-dark);
  border: 1px solid var(--border-on-dark); border-radius: var(--radius-md);
  overflow: hidden;
}
.hero__promise li {
  display: flex; gap: 14px; align-items: center;
  padding: 16px 18px; background: var(--ffc-near-black);
  font-size: 15.5px; line-height: 1.35;
}
.hero__promise .pico {
  flex: none; width: 38px; height: 38px; border-radius: 10px;
  display: grid; place-items: center; font-size: 19px;
  background: rgba(5,41,246,.16); color: #fff;
  border: 1px solid rgba(5,41,246,.4);
}
.hero__promise b { font-weight: 700; }
.hero__promise em { font-style: italic; color: var(--ffc-gray-300); }

/* ---------- problem (drama) ---------- */
.drama { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; }
.drama__stats { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px 28px; margin-bottom: 8px; }
.drama__line2 { font-family: var(--font-display); font-weight: 300; font-size: clamp(1.5rem, 6vw, 2.4rem); letter-spacing: -.02em; line-height: 1.1; margin: 18px 0 0; max-width: 18ch; }
.painlist { list-style: none; margin: 34px 0 0; padding: 0; display: grid; gap: 12px; }
.painlist li {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 16px 18px; border: 1px solid var(--border-on-dark);
  border-radius: var(--radius-md); background: rgba(255,255,255,.02);
  font-size: 15.5px; line-height: 1.45; color: #e7e7e7;
}
.painlist .x {
  flex: none; width: 24px; height: 24px; margin-top: 1px;
  display: grid; place-items: center; font-size: 16px; line-height: 1;
}

/* ---------- transformation: benefit + proof ---------- */
.benefit {
  display: grid; gap: 18px; padding: clamp(22px, 6vw, 34px) 0;
  border-top: 1px solid var(--border-on-light);
}
.benefit:first-of-type { border-top: 0; }
.benefit__text { display: flex; gap: 16px; align-items: flex-start; }
.benefit__num { flex: none; }
.benefit__t {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(1.15rem, 4.4vw, 1.5rem); line-height: 1.25;
  letter-spacing: -.01em; color: var(--text-primary); margin: 2px 0 0;
  text-wrap: pretty;
}
.proofshot {
  border: 1px solid var(--border-on-light); border-radius: var(--radius-md);
  overflow: hidden; background: #fff; box-shadow: var(--shadow-card);
}
.proofshot img { width: 100%; }
.proofshot--pad { padding: 14px 16px; }
.proofcap {
  display: flex; align-items: center; gap: 8px; padding: 9px 14px;
  border-top: 1px solid var(--border-on-light);
  font-size: 12px; letter-spacing: .04em; color: var(--text-muted);
  font-family: var(--font-display); font-weight: 600; text-transform: uppercase;
}

/* ---------- platform / authority ---------- */
.platgrid { display: grid; grid-template-columns: 1fr; gap: 1px; margin-top: 34px; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-md); overflow: hidden; }
.platcard { background: var(--ffc-blue); padding: 22px 20px; display: flex; flex-direction: column; gap: 4px; }
.platcard__net { font-family: var(--font-display); font-weight: 700; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.78); }
.platcard__big { font-family: var(--font-display); font-weight: 700; font-size: clamp(2.2rem,9vw,3rem); line-height: .95; letter-spacing: -.03em; }
.platcard__sub { font-size: 13.5px; color: rgba(255,255,255,.82); line-height: 1.35; }

.gallery { columns: 2; column-gap: 12px; margin-top: 12px; }
.gallery > * { break-inside: avoid; margin-bottom: 12px; }
.shot { border-radius: var(--radius-md); overflow: hidden; border: 1px solid var(--border-on-dark); background: #111; }
.shot img { width: 100%; }
.gallery-wide { margin-top: 14px; display: grid; gap: 12px; }
.gallery-wide--proof { margin-top: 12px; }
.gallery-wide--proof .shot img { aspect-ratio: 3 / 5; object-fit: cover; object-position: top center; display: block; }

/* mobile: shrink the proof walls so they don't dominate the scroll.
   each wall has exactly 3 images → 3 columns = one tidy gap-free row */
@media (max-width: 760px) {
  .gallery-wide { grid-template-columns: repeat(3, 1fr); gap: 6px; }
}
.gallery--aligned { columns: auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.gallery--aligned > * { margin-bottom: 0; }
.gallery--aligned .shot { aspect-ratio: 16 / 9; background: #0a0a0a; }
.gallery--aligned .shot img { width: 100%; height: 100%; object-fit: contain; display: block; }
.gallery-wide--reels { align-items: center; }

/* ---------- client results (whatsapp) ---------- */
.wagrid { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 32px; }
.wacard { border: 1px solid var(--border-on-light); border-radius: var(--radius-lg); overflow: hidden; background: #fff; box-shadow: var(--shadow-card); }
.wacard__top { display: flex; align-items: center; gap: 10px; padding: 14px 16px; border-bottom: 1px solid var(--border-on-light); }
.wacard__name { font-family: var(--font-display); font-weight: 700; font-size: 15px; color: var(--text-primary); }
.wacard__role { font-size: 12px; color: var(--text-muted); }
.wacard__img { background: #ece5dd; position: relative; }
.wacard__img img { width: 100%; display: block; }
.wacard__spot { position: absolute; border: 2.5px solid var(--ffc-blue); border-radius: 12px; box-shadow: 0 0 0 9999px rgba(8,12,30,.28), 0 8px 24px rgba(5,41,246,.35); pointer-events: none; animation: spotPulse 2.2s ease-in-out infinite; }
@keyframes spotPulse { 0%, 100% { box-shadow: 0 0 0 9999px rgba(8,12,30,.28), 0 0 0 0 rgba(5,41,246,.45); } 50% { box-shadow: 0 0 0 9999px rgba(8,12,30,.28), 0 0 0 7px rgba(5,41,246,0); } }
@media (prefers-reduced-motion: reduce) { .wacard__spot { animation: none; } }

/* ---------- method (4 weeks) ---------- */
.week { display: grid; gap: 12px; padding: clamp(22px,6vw,30px) 0; border-top: 1px solid var(--border-on-light); }
.week:first-of-type { border-top: 0; padding-top: 8px; }
.week__head { display: flex; gap: 16px; align-items: center; }
.week__tag { font-family: var(--font-display); font-weight: 600; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--ffc-blue); }
.week__t { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.2rem,4.6vw,1.55rem); line-height: 1.15; letter-spacing: -.015em; color: var(--text-primary); margin: 2px 0 0; }
.week__body { color: var(--text-secondary); font-size: clamp(1rem,3.4vw,1.08rem); line-height: 1.6; padding-left: 58px; }
.week__body ul { margin: 10px 0 0; padding: 0; list-style: none; display: grid; gap: 8px; }
.week__body li { position: relative; padding-left: 20px; }
.week__body li::before { content: "↗"; position: absolute; left: 0; color: var(--ffc-blue); font-weight: 700; }
@media (max-width: 480px){ .week__body { padding-left: 0; } }

/* ---------- deliverables ---------- */
.deliv { display: grid; gap: 12px; margin-top: 28px; }
.deliv__item { display: grid; grid-template-columns: auto 1fr auto; gap: 16px; align-items: start; padding: 18px; border: 1px solid var(--border-on-dark); border-radius: var(--radius-md); background: var(--ffc-near-black); }
.deliv__check { flex: none; width: 30px; height: 30px; border-radius: 8px; display: grid; place-items: center; background: rgba(5,41,246,.16); border: 1px solid rgba(5,41,246,.4); color:#fff; font-weight: 700; font-size: 15px; }
.deliv__t { font-family: var(--font-display); font-weight: 700; font-size: 16px; line-height: 1.25; color: #fff; }
.deliv__d { font-size: 14px; line-height: 1.5; color: var(--ffc-gray-300); margin-top: 6px; }
.deliv__val { font-family: var(--font-display); font-weight: 700; font-size: 13px; color: var(--ffc-blue); white-space: nowrap; text-align: right; }
.deliv__val small { display:block; font-weight:600; font-size:10px; letter-spacing:.1em; color: var(--ffc-gray-500); text-transform: uppercase; }
.subhead { font-family: var(--font-display); font-weight: 700; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--ffc-blue); margin: 30px 0 4px; }
.bonuslist { list-style: none; margin: 14px 0 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--border-on-dark); border: 1px solid var(--border-on-dark); border-radius: var(--radius-md); overflow: hidden; }
.bonuslist li { background: var(--ffc-near-black); padding: 14px 16px; font-size: 14.5px; line-height: 1.35; display: flex; gap: 12px; align-items: center; }
.bonuslist .ti { color: var(--ffc-blue); font-size: 22px; line-height: 1; flex: 0 0 auto; width: 22px; height: 22px; }
.bonuslist li:last-child:nth-child(odd) { grid-column: 1 / -1; }
@media (max-width: 640px) { .bonuslist { grid-template-columns: 1fr; } }

/* highlighted "turma formadora" bonus */
.bigbonus { margin-top: 16px; border: 1px solid rgba(5,41,246,.55); border-radius: var(--radius-lg); padding: 22px; background: linear-gradient(180deg, rgba(5,41,246,.14), rgba(5,41,246,.03)); }
.bigbonus__tag { display:inline-flex; align-items:center; gap:8px; font-family: var(--font-display); font-weight:700; font-size:11.5px; letter-spacing:.12em; text-transform: uppercase; color:#fff; background: var(--ffc-blue); padding:5px 11px; border-radius: var(--radius-pill); }
.bigbonus__t { font-family: var(--font-display); font-weight:700; font-size: clamp(1.15rem,4.4vw,1.4rem); line-height:1.2; margin:14px 0 0; }
.bigbonus__d { color: var(--ffc-gray-300); font-size:14.5px; line-height:1.55; margin-top:10px; }

/* ---------- offer / pricing ---------- */
.offer__card { margin-top: 30px; background: #fff; color: var(--text-primary); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-pop); }
.offer__stack { padding: 24px 22px 4px; }
.offer__stack h4 { font-family: var(--font-display); font-weight: 700; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: var(--text-secondary); margin: 0 0 14px; }
.stacklist { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.stacklist li { display: flex; gap: 11px; align-items: flex-start; font-size: 14.5px; line-height: 1.4; color: var(--text-primary); }
.stacklist .c { color: var(--ffc-blue); font-weight: 700; flex: none; }
.stacklist .v { margin-left: auto; font-family: var(--font-display); font-weight: 600; font-size: 12.5px; color: var(--text-muted); white-space: nowrap; }
.offer__price { padding: 24px 22px 26px; border-top: 1px dashed var(--border-on-light); margin-top: 18px; text-align: center; }
.offer__from { font-size: 14px; color: var(--text-muted); }
.offer__from s { color: var(--text-muted); }
.offer__now { display: flex; align-items: baseline; justify-content: center; gap: 8px; margin: 6px 0 2px; }
.offer__now .cur { font-family: var(--font-display); font-weight: 700; font-size: 22px; color: var(--text-primary); }
.offer__now .big { font-family: var(--font-display); font-weight: 700; font-size: clamp(3.2rem,15vw,4.4rem); line-height: .9; letter-spacing: -.04em; color: var(--text-primary); }
.offer__inst { font-size: 14px; color: var(--text-secondary); margin-top: 4px; }
.offer__founder { display:inline-block; margin-top:14px; font-family: var(--font-display); font-weight:700; font-size:12px; letter-spacing:.08em; text-transform: uppercase; color: var(--ffc-blue); background: rgba(5,41,246,.1); padding:7px 13px; border-radius: var(--radius-pill); }
.scarcity { margin-top: 22px; display: flex; gap: 12px; align-items: center; padding: 15px 18px; border: 1px solid rgba(255,255,255,.22); border-radius: var(--radius-md); background: rgba(0,0,0,.18); font-size: 14px; line-height: 1.4; }
.scarcity .clock { flex: none; font-size: 19px; }

/* ---------- guarantee ---------- */
.glevels { display: grid; gap: 14px; margin-top: 30px; }
.glevel { display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: start; padding: 20px; border: 1px solid var(--border-on-light); border-radius: var(--radius-md); background: #fff; }
.glevel__n { width: 44px; height: 44px; border-radius: 12px; background: var(--ffc-blue); color: #fff; display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; font-size: 17px; flex: none; }
.glevel__t { font-family: var(--font-display); font-weight: 700; font-size: 16px; color: var(--text-primary); }
.glevel__d { font-size: 14.5px; line-height: 1.55; color: var(--text-secondary); margin-top: 6px; }
.gclose { margin-top: 26px; font-family: var(--font-display); font-weight: 300; font-size: clamp(1.4rem,5.5vw,2.1rem); letter-spacing: -.02em; line-height: 1.15; }
.gclose b { font-weight: 700; }

/* ---------- future pacing ---------- */
.fork { display: grid; gap: 14px; margin-top: 30px; }
.forkcard { padding: 24px 22px; border-radius: var(--radius-lg); }
.forkcard--bad { background: var(--ffc-near-black); border: 1px solid var(--border-on-dark); }
.forkcard--good { background: var(--ffc-blue); }
.forkcard__tag { font-family: var(--font-display); font-weight: 700; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.forkcard--bad .forkcard__tag { color: var(--ffc-gray-500); }
.forkcard--good .forkcard__tag { color: rgba(255,255,255,.75); }
.forkcard__b { font-size: 15.5px; line-height: 1.55; margin-top: 12px; }
.forkcard--bad .forkcard__b { color: var(--ffc-gray-300); }
.forkcard--good .forkcard__b { color: #fff; }

/* ---------- qualify ---------- */
.qualcols { display: grid; gap: 16px; margin-top: 30px; }
.qualcol { border-radius: var(--radius-lg); padding: 22px; }
.qualcol--no { background: var(--ffc-near-black); border: 1px solid var(--border-on-dark); }
.qualcol--yes { background: #fff; color: var(--text-primary); }
.qualcol__head { font-family: var(--font-display); font-weight: 700; font-size: 15px; display: flex; gap: 9px; align-items: center; margin-bottom: 6px; }
.qualcol--yes .qualcol__head { color: var(--text-primary); }
.qitem { padding: 14px 0; border-top: 1px solid var(--border-on-dark); }
.qualcol--yes .qitem { border-top-color: var(--border-on-light); }
.qitem:first-of-type { border-top: 0; }
.qitem__t { font-family: var(--font-display); font-weight: 700; font-size: 14.5px; line-height: 1.3; }
.qualcol--no .qitem__t { color: #fff; }
.qitem__d { font-size: 13.5px; line-height: 1.5; margin-top: 5px; }
.qualcol--no .qitem__d { color: var(--ffc-gray-500); }
.qualcol--yes .qitem__d { color: var(--text-secondary); }

/* ---------- faq ---------- */
.faq { margin-top: 30px; border-top: 1px solid var(--border-on-dark); }
.faqi { border-bottom: 1px solid var(--border-on-dark); }
.faqi summary { list-style: none; cursor: pointer; padding: 20px 44px 20px 0; position: relative; font-family: var(--font-display); font-weight: 600; font-size: clamp(1rem,3.8vw,1.15rem); line-height: 1.3; color: #fff; }
.faqi summary::-webkit-details-marker { display: none; }
.faqi summary::after { content: "+"; position: absolute; right: 6px; top: 18px; font-size: 24px; font-weight: 400; color: var(--ffc-blue); transition: transform var(--dur-base) var(--ease-out); }
.faqi[open] summary::after { content: "−"; }
.faqi__a { padding: 0 0 22px; color: var(--ffc-gray-300); font-size: 15px; line-height: 1.62; }
.faqi__a p { margin: 0 0 10px; }
.faqi__a ul { margin: 8px 0 0; padding-left: 18px; }

/* ---------- final cta ---------- */
.finalcta { text-align: center; }
.finalcta .display { margin-left: auto; margin-right: auto; }
.footer__base { display: flex; flex-direction: column; align-items: center; gap: 16px; margin-top: 60px; padding-top: 28px; border-top: 1px solid var(--border-on-dark); }
.footer__logo { height: 24px; width: auto; object-fit: contain; }
.footer__meta { font-family: var(--font-display); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--ffc-gray-500); text-align: center; line-height: 1.8; }

/* ---------- reveal animation ---------- */
@media (prefers-reduced-motion: no-preference){
  .rv { opacity: 0; transform: translateY(22px); transition: opacity .6s var(--ease-out), transform .6s var(--ease-out); }
  .rv.in { opacity: 1; transform: none; }
}

/* ---------- responsive up-scaling ---------- */
@media (min-width: 720px){
  .hero__promise { grid-template-columns: 1fr 1fr; }
  .platgrid { grid-template-columns: repeat(3, 1fr); }
  .gallery { columns: 3; }
  .wagrid { grid-template-columns: 1fr 1fr; align-items: start; }
  .qualcols { grid-template-columns: 1fr 1fr; }
  .fork { grid-template-columns: 1fr 1fr; }
  .benefit { grid-template-columns: 1fr 1fr; align-items: center; gap: 32px; }
}
@media (min-width: 720px){
  .deliv { grid-template-columns: 1fr 1fr; }
  .deliv__item--full { grid-column: 1 / -1; }
}

/* ---------- countdown ---------- */
.cd--panel { border: 1px solid rgba(255,255,255,.24); border-radius: var(--radius-lg); padding: 22px; background: rgba(0,0,0,.18); }
.cd-top { display: flex; gap: 10px; align-items: center; font-size: 14.5px; color: #fff; margin-bottom: 16px; line-height: 1.35; }
.cd-top b { font-weight: 700; }
.cd-clock { font-size: 20px; flex: none; }
.cd-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.cd-cell { background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.2); border-radius: var(--radius-md); padding: 16px 6px; text-align: center; }
.cd-num { display: block; font-family: var(--font-display); font-weight: 700; font-size: clamp(2.1rem, 12vw, 2.9rem); line-height: 1; letter-spacing: -.03em; color: #fff; font-variant-numeric: tabular-nums; }
.cd-lab { display: block; margin-top: 8px; font-family: var(--font-display); font-weight: 600; font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.66); }
.cd-foot { margin: 15px 0 0; font-size: 13.5px; line-height: 1.45; color: rgba(255,255,255,.78); }

.cd--slim { display: flex; align-items: flex-start; justify-content: center; gap: 12px; margin-bottom: 6px; }
.cd-slimcell { display: flex; flex-direction: column; align-items: center; line-height: 1; }
.cd-slimcell b { font-family: var(--font-display); font-weight: 700; font-size: 30px; letter-spacing: -.02em; color: #fff; font-variant-numeric: tabular-nums; }
.cd-slimcell i { font-style: normal; margin-top: 7px; font-family: var(--font-display); font-weight: 600; font-size: 9.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--ffc-gray-500); }
.cd-sep { font-family: var(--font-display); font-weight: 700; font-size: 26px; color: var(--ffc-blue); transform: translateY(-2px); }

/* ---------- desktop layer ---------- */
@media (min-width: 1000px){
  .sec { padding: clamp(104px, 9vw, 160px) 0; }
  .wrap { max-width: 780px; }
  .wrap--wide { max-width: 1160px; }
  .wrap--narrow { max-width: 620px; }
  .lead { font-size: 1.3rem; }

  .topbar { padding: 16px clamp(28px, 5vw, 64px); }
  .topbar__logo { height: 26px; }

  /* hero → two columns */
  .hero { padding-top: clamp(72px, 9vw, 120px); }
  .hero__wrap { max-width: 1200px; margin: 0 auto; }
  .hero__grid { display: grid; grid-template-columns: 1.08fr 0.92fr; gap: clamp(36px, 4vw, 56px); align-items: center; }
  .hero__aside { align-self: center; }
  .hero__aside .beforeafter { transform: translateY(7%) scale(0.87); transform-origin: center center; margin-bottom: 0; }
  .hero__h1 { font-size: clamp(3rem, 4.1vw, 4.5rem); margin-top: 26px; }
  .hero__copy .lead { font-size: 1.55rem; max-width: 34ch; }
  .phone-mockup { max-width: 100%; margin-top: 0; }
  .hero__aside .hero__promise { grid-template-columns: 1fr; }
  .hero__aside .hero__promise li { padding: 20px 22px; font-size: 16.5px; }
  .hero__3s { font-size: clamp(22rem, 30vw, 40rem); top: -8vh; right: -2vw; }

  /* breathing room on multi-col blocks */
  .benefit { gap: 52px; }
  .gallery-wide { grid-template-columns: repeat(3, 1fr); gap: 14px; }
  .galhead { margin-top: 64px; }
  .wagrid { gap: 24px; }
  .glevels, .fork, .qualcols { gap: 20px; }
  .deliv { gap: 14px; }

  /* keep the offer card from stretching too wide */
  .offer__card { max-width: 640px; margin-left: auto; margin-right: auto; }
  #oferta .cd--panel { max-width: 640px; margin-left: auto; margin-right: auto; }
  #oferta .ctarow { max-width: 640px; margin-left: auto; margin-right: auto; }
}

@media (min-width: 1280px){
  .hero__h1 { font-size: 4.7rem; }
  .wrap--wide { max-width: 1240px; }
}

/* ============================================================
   NEW ADDITIONS v2
   ============================================================ */

/* ---------- floatNotif keyframe (shared) ---------- */
@keyframes floatNotif {
  0%   { opacity: 0; transform: translateX(20px); }
  15%  { opacity: 1; transform: translateX(0); }
  70%  { opacity: 1; transform: translateX(0); }
  100% { opacity: 0; transform: translateX(-8px); }
}

/* ---------- phone mockup (hero right column) ---------- */
.phone-mockup { position: relative; width: 100%; max-width: 420px; margin: 24px auto 0; container-type: inline-size; }
.phone-frame {
  position: relative; border-radius: 36px; overflow: hidden;
  box-shadow: 0 32px 80px rgba(0,0,0,.6), 0 0 0 1px rgba(255,255,255,.08);
  background: #000;
}
.phone-screen { width: 100%; display: block; }

/* animated stat numbers overlaid on the empty bar of the mockup */
.phone-nums { position: absolute; inset: 0; pointer-events: none; }
.pnum {
  position: absolute; transform: translate(-50%, -50%) rotate(-1deg);
  color: #fff; font-weight: 600; line-height: 1; white-space: nowrap;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
  font-variant-numeric: tabular-nums; letter-spacing: -0.01em;
  text-shadow: 0 1px 3px rgba(0,0,0,.55);
}
.pn--curtidas { left: 42.9%; top: 77.9%; font-size: 1.30cqw; }
.pn--coment   { left: 48.3%; top: 77.8%; font-size: 1.27cqw; }
.pn--compart  { left: 54.4%; top: 77.6%; font-size: 1.23cqw; }
.pn--views    { left: 60.6%; top: 77.5%; font-size: 1.20cqw; }

/* two discreet notification chips to the right of the phone */
.phone-notifs { position: absolute; inset: 0; pointer-events: none; }
.notif {
  position: absolute; right: -8px; width: 168px; text-align: left; box-sizing: border-box;
  background: rgba(255,255,255,.95); color: #111;
  font-family: var(--font-display); font-weight: 600; font-size: 12px;
  padding: 7px 13px; border-radius: 20px;
  box-shadow: 0 6px 18px rgba(0,0,0,.32); white-space: nowrap; opacity: 0;
}
.notif--1 { top: 30%; animation: floatNotif 7s 0.6s infinite; }
.notif--2 { top: 47%; animation: floatNotif 7s 3.6s infinite; }
@media (prefers-reduced-motion: reduce) { .notif { animation: none; opacity: 1; } }

/* ---------- before/after social comparison ---------- */
.beforeafter { margin-bottom: 32px; }
.ba-labels { display: grid; grid-template-columns: 1fr 28px 1fr; gap: 12px; margin-bottom: 12px; }
.ba-pill {
  font-family: var(--font-display); font-weight: 700;
  font-size: 11px; letter-spacing: .12em; text-transform: uppercase;
  padding: 4px 14px; border-radius: var(--radius-pill);
}
.ba-pill--before { background: rgba(255,255,255,.06); color: rgba(255,255,255,.4); border: 1px solid rgba(255,255,255,.12); grid-column: 1; justify-self: start; }
.ba-pill--after  { background: rgba(5,41,246,.18); color: #6b84ff; border: 1px solid rgba(5,41,246,.4); grid-column: 3; justify-self: start; }
.ba-row { display: flex; gap: 12px; align-items: stretch; }

/* mobile: stack the comparison so each label sits above its own card */
@media (max-width: 640px) {
  .beforeafter { display: flex; flex-direction: column; align-items: stretch; gap: 10px; }
  .beforeafter .ba-labels, .beforeafter .ba-row { display: contents; }
  .ba-pill { align-self: flex-start; }
  .ba-pill--before { order: 1; }
  .ba-card--before { order: 2; }
  .ba-pill--after  { order: 3; margin-top: 6px; }
  .ba-card-wrap    { order: 4; }
  .ba-arrow { display: none; }
}
.ba-card { flex: 1; border-radius: 14px; overflow: hidden; font-size: 13px; background: #fff; color: #111; }
.ba-card--before { opacity: .6; filter: grayscale(.2); border: 1px solid rgba(255,255,255,.08); }
.ba-card--after  { border: 1px solid rgba(255,255,255,.12); box-shadow: 0 0 0 2px rgba(5,41,246,.5), 0 20px 50px rgba(5,41,246,.2); }
.ba-post-header { display: flex; align-items: center; gap: 8px; padding: 10px 12px 6px; }
.ba-avatar { width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 13px; color: #fff; flex: none; }
.ba-avatar--before { background: #999; }
.ba-avatar--after  { background: var(--ffc-blue); }
.ba-name { font-weight: 700; font-size: 12.5px; color: #111; }
.ba-meta { font-size: 11px; color: #999; }
.ba-follow { margin-left: auto; font-size: 11.5px; font-weight: 600; color: var(--ffc-blue); }
.ba-body { padding: 0 12px 8px; font-size: 12.5px; line-height: 1.45; color: #222; }
.ba-thumb { width: 100%; height: 110px; display: flex; align-items: center; justify-content: center; position: relative; }
.ba-thumb--before { background: #e0e0e0; }
.ba-thumb--after  { background: linear-gradient(135deg, #0d0d1a, var(--ffc-blue)); }
.ba-play { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.18); backdrop-filter: blur(4px); border: 1.5px solid rgba(255,255,255,.3); display: flex; align-items: center; justify-content: center; }
.ba-play svg { margin-left: 2px; }
.ba-viewbadge { position: absolute; bottom: 6px; right: 8px; font-size: 11px; font-weight: 600; color: rgba(255,255,255,.9); background: rgba(0,0,0,.55); padding: 2px 6px; border-radius: 4px; font-variant-numeric: tabular-nums; }
.ba-footer { display: flex; align-items: center; padding: 8px 12px; border-top: 1px solid #f0f0f0; }
.ba-reactions { font-size: 12px; color: #555; }
.ba-stats { margin-left: auto; font-size: 11.5px; color: #999; font-variant-numeric: tabular-nums; }
.ba-stats--after { color: var(--ffc-blue); font-weight: 600; }
.ba-arrow { display: flex; align-items: center; justify-content: center; flex: none; width: 28px; }
.ba-arrow-circle { width: 28px; height: 28px; border-radius: 50%; background: var(--ffc-blue); display: flex; align-items: center; justify-content: center; }
.ba-card-wrap { flex: 1; position: relative; }
.ba-notif { position: absolute; right: -12px; background: rgba(255,255,255,.95); color: #111; font-family: var(--font-display); font-weight: 600; font-size: 11px; padding: 5px 10px; border-radius: 20px; box-shadow: 0 4px 14px rgba(0,0,0,.3); white-space: nowrap; opacity: 0; z-index: 2; }
.ba-notif--1 { top: 20%; animation: floatNotif 6s 1s infinite; }
.ba-notif--2 { top: 48%; animation: floatNotif 6s 3s infinite; }
@media (max-width: 500px) { .ba-row { flex-direction: column; } .ba-arrow { display: none; } .ba-notif { display: none; } }

/* ---------- auth founders (authority section) ---------- */
.auth-founders { display: flex; align-items: center; gap: 14px; margin-bottom: 28px; }
.auth-avatars { display: flex; }
.auth-avatar { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; border: 2px solid var(--ffc-black); box-shadow: 0 0 0 1.5px rgba(255,255,255,.2); }
.auth-avatar--2 { margin-left: -14px; }
.auth-credit { font-family: var(--font-display); font-weight: 500; font-size: 14px; color: rgba(255,255,255,.75); }

/* ---------- hero promise row (4 boxes horizontal) ---------- */
.hero__promises-wrap { margin-top: 28px; }
.hero__promises {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px;
}
.hero__promises li {
  display: flex; gap: 10px; align-items: flex-start;
  padding: 12px 14px;
  background: var(--ffc-near-black); border: 1px solid var(--border-on-dark);
  border-radius: var(--radius-md); font-size: 13px; line-height: 1.35;
}
.hero__promises .pico {
  flex: none; width: 30px; height: 30px; border-radius: 8px;
  display: grid; place-items: center; font-size: 15px;
  background: rgba(5,41,246,.16); border: 1px solid rgba(5,41,246,.4);
}
.hero__promises b { font-weight: 700; }
.hero__promises em { font-style: italic; color: var(--ffc-gray-300); }
@media (min-width: 800px) {
  .hero__promises { grid-template-columns: repeat(4, 1fr); }
}

/* ---------- hero guarantee line ---------- */
.hero__guarantee { margin: 8px 0 0; font-size: 13px; color: rgba(255,255,255,.75); line-height: 1.4; }

/* ---------- hero lead (bigger) ---------- */
.lead--hero {
  font-size: clamp(1.3rem, 4.6vw, 1.7rem) !important;
  color: var(--ffc-gray-300);
}
@media (min-width: 1000px) { .lead--hero { font-size: 1.6rem !important; max-width: 34ch; } }

/* ---------- hero h1 second bold (smaller) ---------- */
.hero__h1b2 { font-size: 0.84em; }

/* ---------- transformation lead callout ---------- */
.lead--callout {
  font-size: clamp(1.15rem, 4.2vw, 1.55rem) !important;
  color: var(--text-primary) !important;
  font-weight: 500;
  border-left: 3px solid var(--ffc-blue);
  padding-left: 18px;
  margin-top: 1.2em;
}

/* ---------- offer: value anchor + kicker ---------- */
.offer__total { font-size: 13px; color: var(--text-muted); margin-bottom: 8px; }
.offer__total s { color: var(--text-muted); }
.offer__founder-kicker { display: block; font-family: var(--font-display); font-weight: 700; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--ffc-blue); margin-bottom: 4px; }

/* ---------- guarantee highlight (first card) ---------- */
.glevel--hl { border: 1px solid var(--ffc-blue) !important; }

/* ---------- offer CTA (standout on blue) ---------- */
.cta-offer { background: #fff; color: var(--ffc-blue); box-shadow: 0 14px 34px rgba(0,0,0,.28); font-weight: 700; }
.cta-offer:hover { background: #f1f3ff; transform: translateY(-1px); }
.cta-offer:active { transform: scale(.985); }

/* ---------- deliverables product mockups (big visual cards) ---------- */
.delivcards { display: grid; gap: 16px; margin-top: 28px; }
.delivcard { border: 1px solid var(--border-on-dark); border-radius: var(--radius-md); overflow: hidden; background: var(--ffc-near-black); display: flex; flex-direction: column; }
.delivcard__media { flex: 0 0 auto; width: 100%; height: 200px; background: var(--ffc-black); border-bottom: 1px solid var(--border-on-dark); }
.delivcard__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.delivcard__media--contain { height: 230px; padding: 14px; }
.delivcard__media--contain img { object-fit: contain; object-position: center; }
.delivcard__body { padding: 18px 20px 20px; }
.delivcard__head { display: flex; gap: 12px; align-items: center; }
.delivcard__head .deliv__t { font-size: 18px; }
.delivcard .deliv__d { margin-top: 10px; }
@media (min-width: 720px) { .delivcards { grid-template-columns: 1fr 1fr; gap: 20px; } .delivcard__head .deliv__t { font-size: 19px; } }
.deliv__valtag { display: inline-block; margin-top: 8px; font-family: var(--font-display); font-weight: 700; font-size: 12px; color: var(--ffc-blue); }

/* ---------- benefit--wide (full-width image for comment screenshots) ---------- */
@media (min-width: 720px) {
  .benefit--wide { grid-template-columns: 1fr !important; }
  .benefit--wide .proofshot { max-width: 640px; }
}

/* ============================================================
   a11y + portabilidade
   ============================================================ */
:focus-visible { outline: 2px solid #0529F6; outline-offset: 2px; border-radius: 3px; }
@media (prefers-reduced-motion: reduce){
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration: .001ms!important; animation-iteration-count: 1!important; transition-duration: .001ms!important; }
}
