/* CLUBE DE TREINOS TITÃS — landing page
   Regra de cor: --cta (#FF6B00) é EXCLUSIVO de botões de conversão e urgência real.
   Decoração usa --accent (#CC5500), branco ou cinza. */

:root {
  --bg: #0D0D0D;
  --bg2: #1A1A1A;
  --cta: #FF6B00;
  --accent: #CC5500;
  --text: #F5F5F5;
  --muted: #A0A0A0;
  --ok: #3DDC84;
  --line: rgba(245, 245, 245, .14);
  --line-strong: rgba(245, 245, 245, .28);

  --f-display: 'Big Shoulders Display', 'Arial Narrow', Impact, sans-serif;
  --f-body: 'Hanken Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --f-mono: 'DM Mono', ui-monospace, 'SFMono-Regular', Menlo, monospace;

  --gutter: 20px;
  --max: 1160px;
  --r: 6px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 72px; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--f-body);
  font-size: 1.0625rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
[hidden] { display: none !important; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3, h4, p, ul, ol, figure { margin: 0; }
ul, ol { padding: 0; list-style: none; }
button { font: inherit; }

:focus-visible { outline: 3px solid var(--text); outline-offset: 3px; border-radius: 3px; }

.skip { position: absolute; left: -9999px; top: 8px; background: var(--text); color: var(--bg); padding: 10px 16px; z-index: 100; border-radius: var(--r); font-weight: 700; }
.skip:focus { left: 8px; }

.wrap { width: 100%; max-width: var(--max); margin-inline: auto; padding-inline: var(--gutter); }
.wrap--narrow { max-width: 820px; }

/* ---------- type ---------- */
h1, h2, .plan__n, .plan__p, .count b, .brand__t, .seal__n {
  font-family: var(--f-display);
  text-transform: uppercase;
}
h1 {
  font-weight: 900;
  font-size: clamp(2.75rem, 8.4vw, 5.75rem);
  line-height: .94;
  letter-spacing: -.005em;
}
h2 {
  font-family: var(--f-display);
  font-weight: 800;
  text-transform: uppercase;
  font-size: clamp(2rem, 5vw, 3.6rem);
  line-height: 1;
  letter-spacing: 0;
  text-wrap: balance;
}
h3 { font-size: 1.25rem; line-height: 1.25; font-weight: 700; }
.accent { color: var(--accent); }   /* só em texto grande: contraste 4,5:1 */
.lead { font-size: clamp(1.05rem, 1.6vw, 1.25rem); color: var(--muted); max-width: 60ch; }
.hero .lead { color: #D2D2D2; }
.eyebrow, .mono {
  font-family: var(--f-mono);
  font-size: .78rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
}
.eyebrow::before { content: ""; display: inline-block; width: 22px; height: 2px; background: var(--accent); vertical-align: middle; margin-right: 10px; }
.micro { font-size: .9rem; color: var(--muted); }
.micro strong { color: var(--text); }
.fine { font-size: .875rem; color: var(--muted); max-width: 60ch; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  min-height: 52px; padding: 14px 26px;
  border: 0; border-radius: var(--r);
  font-family: var(--f-body); font-weight: 700; font-size: 1.02rem; line-height: 1.2; text-align: center; text-decoration: none;
  cursor: pointer; transition: transform .15s ease, filter .15s ease;
}
.btn--cta { background: var(--cta); color: #0D0D0D; }   /* contraste 6,8:1 (AA) */
.btn--cta:hover { filter: brightness(1.1); transform: translateY(-2px); }
.btn--cta:active { transform: translateY(0); }
.btn--sm { min-height: 44px; padding: 10px 18px; font-size: .95rem; }
.btn--lg { min-height: 60px; padding: 16px 34px; font-size: 1.15rem; }
.btn--block { width: 100%; }
.btn--light { background: var(--text); color: var(--bg); }
.btn--ghost { background: transparent; color: var(--text); border: 1px solid var(--line-strong); }

/* ---------- topbar ---------- */
.topbar { position: sticky; top: 0; z-index: 50; background: rgba(13, 13, 13, .88); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.topbar__in { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.brand { display: inline-flex; align-items: baseline; gap: 10px; text-decoration: none; }
.brand__t { font-weight: 900; font-size: 1.8rem; letter-spacing: .04em; line-height: 1; }
.brand__s { font-family: var(--f-mono); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }

/* ---------- sections ---------- */
.sec { padding-block: clamp(64px, 9vw, 112px); background: var(--bg); }
.sec--alt { background: var(--bg2); }
.sec__head { display: grid; gap: 18px; margin-bottom: clamp(36px, 5vw, 56px); max-width: 860px; }

/* ---------- hero ---------- */
.hero { position: relative; overflow: hidden; padding-block: clamp(40px, 7vw, 88px) clamp(56px, 8vw, 104px); }
.hero__grid { position: relative; z-index: 1; display: grid; gap: 48px; align-items: center; }
.hero__copy { display: grid; gap: 24px; justify-items: start; }
.hero__cta { display: grid; gap: 12px; }
.watermark {
  position: absolute; right: -2vw; bottom: -.16em; z-index: 0;
  font-family: var(--f-display); font-weight: 900; font-size: clamp(9rem, 30vw, 26rem); line-height: 1;
  color: transparent; -webkit-text-stroke: 1.5px rgba(245, 245, 245, .07);
  pointer-events: none; user-select: none; letter-spacing: -.02em;
}

.founder { padding: 14px 18px; border: 1px solid var(--line-strong); border-left: 3px solid var(--cta); border-radius: var(--r); background: rgba(26, 26, 26, .7); max-width: 520px; font-size: .98rem; color: #D2D2D2; }
.founder strong { color: var(--text); }

.hero__visual { position: relative; display: grid; }

/* ---------- placeholders ---------- */
.ph {
  display: grid; place-items: center; text-align: center; padding: 18px;
  border: 1.5px dashed var(--line-strong); border-radius: var(--r);
  background: repeating-linear-gradient(135deg, rgba(255,255,255,.035) 0 10px, transparent 10px 20px);
}
.ph span { font-family: var(--f-mono); font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); max-width: 26ch; line-height: 1.5; }
.hero__photo { width: 100%; height: auto; aspect-ratio: 4 / 5; max-height: 560px; object-fit: cover; object-position: 50% 15%; border-radius: var(--r); border: 1px solid var(--line); background: var(--bg2); }
.ph-inline { font-family: var(--f-mono); font-size: .8em; letter-spacing: .04em; padding: 1px 6px; border: 1px dashed var(--line-strong); border-radius: 3px; color: var(--muted); background: rgba(255, 255, 255, .04); white-space: normal; }

/* ---------- para quem ---------- */
.pains { display: grid; gap: 14px; margin-bottom: 48px; max-width: 760px; }
.pains li { padding-left: 20px; border-left: 2px solid var(--accent); font-size: 1.1rem; }
.fit { display: grid; gap: 20px; }
.card { background: var(--bg); border: 1px solid var(--line); border-radius: var(--r); padding: 28px; display: grid; gap: 16px; align-content: start; }
.card--yes { border-top: 3px solid var(--ok); }
.card--no { border-top: 3px solid var(--muted); }
.card__p { color: #D2D2D2; }
.card__p--small { font-size: .92rem; color: var(--muted); }
.list li { position: relative; padding-left: 30px; padding-block: 5px; }
.list li::before { position: absolute; left: 0; top: 6px; width: 20px; height: 20px; display: grid; place-items: center; font-weight: 800; font-size: .9rem; line-height: 1; }
.list--yes li::before { content: "✓"; color: var(--ok); }
.list--no li::before { content: "✕"; color: var(--muted); }

/* ---------- método ---------- */
.pillars { display: grid; gap: 20px; }
.pillar { display: grid; gap: 12px; padding: 28px; background: var(--bg2); border-radius: var(--r); border: 1px solid var(--line); }
.pillar .ico { width: 44px; height: 44px; color: var(--accent); }
.pillar h3 { font-family: var(--f-display); text-transform: uppercase; font-size: 1.7rem; font-weight: 800; letter-spacing: .01em; }
.pillar p { color: #D2D2D2; }

/* ---------- o que recebe ---------- */
.includes { display: grid; gap: 4px 40px; max-width: 900px; }
.includes li { position: relative; padding: 12px 0 12px 34px; border-bottom: 1px solid var(--line); }
.includes li::before { content: ""; position: absolute; left: 4px; top: 19px; width: 14px; height: 8px; border-left: 3px solid var(--accent); border-bottom: 3px solid var(--accent); transform: rotate(-45deg); }

.block-title { font-family: var(--f-display); text-transform: uppercase; font-weight: 800; font-size: clamp(1.7rem, 3.4vw, 2.4rem); line-height: 1.05; margin: 64px 0 32px; }
.month { counter-reset: m; display: grid; max-width: 760px; }
.month li { counter-increment: m; position: relative; padding: 0 0 32px 66px; }
.month li:last-child { padding-bottom: 0; }
.month li::before {
  content: counter(m); position: absolute; left: 0; top: 0; z-index: 1; width: 46px; height: 46px; display: grid; place-items: center;
  font-family: var(--f-display); font-weight: 900; font-size: 1.6rem; color: var(--text);
  background: var(--bg2); border: 2px solid var(--accent); border-radius: 50%;
}
.month li::after { content: ""; position: absolute; left: 22px; top: 50px; bottom: 4px; width: 2px; background: var(--line-strong); }
.month li:last-child::after { display: none; }
.month h4 { margin: 0 0 4px; font-size: 1.15rem; font-weight: 700; line-height: 1.3; padding-top: 10px; }
.month p { color: #D2D2D2; max-width: 52ch; }

/* ---------- prova ---------- */
.proof { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-bottom: 24px; }
.proof figure { flex: 1 1 100%; }
.proof img { width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: cover; border-radius: var(--r); border: 1px solid var(--line); background: var(--bg2); }

/* ---------- planos ---------- */
.plans { display: grid; gap: 20px; align-items: stretch; }
.plan { position: relative; display: grid; gap: 12px; align-content: start; padding: 28px; background: var(--bg); border: 1px solid var(--line); border-radius: var(--r); }
.plan--best { border: 2px solid var(--accent); }
.plan__badge { position: absolute; top: -14px; left: 24px; background: var(--text); color: var(--bg); font-family: var(--f-mono); font-size: .72rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; padding: 5px 12px; border-radius: 3px; }
.plan__n { font-weight: 800; font-size: 1.6rem; letter-spacing: .04em; }
.plan__p { display: flex; align-items: baseline; gap: 6px; font-weight: 900; font-size: 4.2rem; line-height: 1; }
.plan__p .cur { font-size: 1.6rem; color: var(--muted); }
.plan__p .per { font-family: var(--f-body); text-transform: none; font-weight: 500; font-size: 1rem; color: var(--muted); margin-left: 4px; }
.plan__note { font-size: .92rem; color: var(--muted); min-height: 2.9em; }
.plan__d { padding-block: 12px; border-block: 1px solid var(--line); margin-bottom: 6px; }
.stack { margin-top: 56px; display: grid; gap: 12px; }
.stack h3 { font-family: var(--f-display); text-transform: uppercase; font-weight: 800; font-size: 1.6rem; }
.stack .includes--tight { grid-template-columns: 1fr; }

/* ---------- checkout ---------- */
.steps { display: grid; gap: 16px; counter-reset: s; max-width: 760px; margin-bottom: 40px; }
.steps li { counter-increment: s; position: relative; padding: 4px 0 4px 64px; color: #D2D2D2; min-height: 48px; }
.steps li b { color: var(--text); }
.steps li::before {
  content: counter(s); position: absolute; left: 0; top: 0; width: 46px; height: 46px; display: grid; place-items: center;
  font-family: var(--f-display); font-weight: 900; font-size: 1.6rem; color: var(--text);
  border: 2px solid var(--accent); border-radius: 50%;
}
.seals { display: flex; flex-wrap: wrap; gap: 14px 32px; }
.seals li { display: inline-flex; align-items: center; gap: 10px; font-weight: 600; font-size: .95rem; }
.seals svg { width: 24px; height: 24px; color: var(--muted); }
.seals li:first-child svg { color: var(--ok); }

/* ---------- garantia ---------- */
.guarantee { display: grid; gap: 32px; align-items: center; justify-items: start; }
.guarantee > div:last-child { display: grid; gap: 16px; }
.seal { width: 150px; color: var(--ok); }
.seal__n { font-size: 64px; font-weight: 900; fill: currentColor; }
.seal__l { font-family: var(--f-mono); font-size: 11px; letter-spacing: .3em; fill: currentColor; }

/* ---------- FAQ ---------- */
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 20px 0; font-weight: 600; font-size: 1.08rem; min-height: 56px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; flex: none; width: 28px; height: 28px; display: grid; place-items: center; font-family: var(--f-mono); font-size: 1.4rem; color: var(--accent); transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { padding: 0 48px 22px 0; color: #C8C8C8; max-width: 66ch; }

/* ---------- CTA final ---------- */
.final { padding-block: clamp(72px, 10vw, 128px); background: var(--bg2); text-align: center; border-top: 1px solid var(--line); }
.final__in { display: grid; gap: 22px; justify-items: center; }
.final h2 { max-width: 20ch; font-size: clamp(2.2rem, 6vw, 4.4rem); }
.final .lead { color: #D2D2D2; }

/* ---------- footer ---------- */
.foot { padding-block: 40px 120px; background: var(--bg); border-top: 1px solid var(--line); }
.foot__top { display: flex; flex-wrap: wrap; gap: 20px 40px; justify-content: space-between; align-items: center; margin-bottom: 24px; }
.foot__nav { display: flex; flex-wrap: wrap; gap: 10px 28px; font-size: .92rem; color: var(--muted); }
.foot__nav a { text-decoration: underline; text-underline-offset: 3px; }
.foot__nav a:hover { color: var(--text); }
.foot__legal { font-size: .8rem; color: var(--muted); max-width: 90ch; line-height: 1.7; }

/* ---------- sticky mobile + consent ---------- */
.stickybar { position: fixed; inset: auto 0 0 0; z-index: 60; padding: 10px var(--gutter) calc(10px + env(safe-area-inset-bottom)); background: rgba(13, 13, 13, .94); backdrop-filter: blur(8px); border-top: 1px solid var(--line); transform: translateY(110%); transition: transform .25s ease; }
.stickybar.is-on { transform: none; }
.consent { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 70; max-width: 560px; display: grid; gap: 12px; padding: 16px 18px; background: #222; border: 1px solid var(--line-strong); border-radius: 8px; font-size: .88rem; box-shadow: 0 16px 50px rgba(0,0,0,.6); }
.consent p { color: #D2D2D2; }
.consent__b { display: flex; gap: 10px; justify-content: flex-end; }
body.has-sticky .consent { bottom: 84px; }

/* ---------- reveal (só com JS, respeita reduced motion) ---------- */
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.js .reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
  .btn, .stickybar { transition: none; }
}

/* ---------- legal pages ---------- */
.legal { padding-block: 56px 96px; max-width: 760px; }
.legal h1 { font-size: clamp(2.4rem, 6vw, 3.6rem); margin-bottom: 12px; }
.legal h2 { font-size: 1.6rem; margin: 36px 0 10px; }
.legal p, .legal li { color: #D2D2D2; margin-bottom: 12px; }
.legal ul { list-style: disc; padding-left: 22px; }
.legal .draft { padding: 14px 16px; border: 1px dashed var(--line-strong); border-radius: var(--r); color: var(--muted); font-size: .9rem; margin-bottom: 28px; }

/* ---------- breakpoints ---------- */
@media (min-width: 720px) {
  :root { --gutter: 32px; }
  .fit, .pillars { grid-template-columns: repeat(2, 1fr); }
  .proof figure { flex: 0 0 calc((100% - 20px) / 2); }
  .pillars { grid-template-columns: repeat(3, 1fr); }
  .includes, .stack .includes--tight { grid-template-columns: repeat(2, 1fr); }
  .guarantee { grid-template-columns: 170px 1fr; gap: 48px; }
  .consent { left: auto; right: 20px; bottom: 20px; }
  .stickybar { display: none; }
  .foot { padding-bottom: 56px; }
}
@media (min-width: 960px) {
  .month { grid-template-columns: repeat(4, 1fr); max-width: none; gap: 0 28px; }
  .month li { padding: 64px 0 0 0; }
  .month li::after { left: 54px; right: -28px; top: 22px; bottom: auto; width: auto; height: 2px; }
  .month h4 { padding-top: 0; }
  .proof figure { flex-basis: calc((100% - 40px) / 3); }
  .hero__grid { grid-template-columns: 1.15fr .85fr; gap: 64px; }
  .plans { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 719px) {
  .brand__s { display: none; }
  .hero__photo { aspect-ratio: 4 / 3; }
  .plan__p { font-size: 3.6rem; }
}
