/* ExcluaMe Blindagem Digital — Stylesheet */

/* ===== TOKENS ===== */
:root {
  --bg: #171717;
  --bg-deep: #0F0F0F;
  --bg-card: #1A1A1A;
  --text: #FAFAFA;
  --text-2: #B4B4B4;
  --text-3: #898989;
  --green: #3ECF8E;
  --green-dark: #052E1F;
  --green-border: rgba(62, 207, 142, 0.22);
  --border-subtle: #242424;
  --border: #2E2E2E;
  --border-strong: #363636;
  --r-card: 16px;
  --max-w: 1120px;
  --pad-v: 104px;
}

/* ===== BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Space Grotesk', sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
p { text-wrap: pretty; }
:focus-visible { outline: 2px solid var(--green); outline-offset: 3px; border-radius: 4px; }

/* ===== LAYOUT ===== */
.wrap { max-width: var(--max-w); margin: 0 auto; padding: 0 40px; }
section { padding: var(--pad-v) 0; }
.bg-deep { background: var(--bg-deep); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }

/* ===== TYPOGRAPHY ===== */
.eyebrow {
  font-family: 'Space Mono', monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--green);
  margin-bottom: 20px;
  display: block;
}
h1 {
  font-size: 60px;
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: 0;
  color: var(--text);
}
h2 {
  font-size: 44px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  color: var(--text);
}
h3 { font-size: 17px; font-weight: 500; line-height: 1.3; letter-spacing: 0; }

/* ===== HEADER ===== */
header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(23, 23, 23, 0.9);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border-subtle);
}
.header-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 40px;
  height: 60px;
  display: flex;
  align-items: center;
}
.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: var(--text);
  text-decoration: none;
}
.brand-mark {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
}
.brand-text {
  display: flex;
  align-items: center;
  min-width: 0;
  white-space: nowrap;
}
.brand-name {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  color: var(--text);
}
/* ===== HERO ===== */
.hero {
  position: relative;
  padding: 96px 0 84px;
  overflow: hidden;
  border-bottom: 1px solid var(--border-subtle);
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: 56px;
  align-items: center;
}
.hero-lead {
  font-size: 18px;
  color: var(--text-2);
  line-height: 1.65;
  margin: 28px 0 30px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
.hero-trust {
  max-width: 520px;
  margin: 22px 0 0;
  font-family: 'Space Mono', monospace;
  font-size: 12.5px;
  letter-spacing: 0.02em;
  color: var(--text-3, var(--text-2));
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding: 14px 28px;
  border-radius: 999px;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  transition: opacity 0.15s ease;
}
.btn-green { background: var(--green); color: var(--green-dark); }
.btn-green:hover { opacity: 0.85; }
.btn-text {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  color: var(--text-2);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid rgba(62, 207, 142, 0.34);
}
.btn-text:hover { color: var(--text); }

/* first-fold proof card */
.hero-proof-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--r-card);
  overflow: hidden;
}
.app-hero-card {
  display: grid;
  grid-template-columns: minmax(150px, 0.66fr) minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
}
.hero-media {
  position: relative;
  aspect-ratio: 16 / 9;
  background: var(--bg-deep);
  border-bottom: 1px solid var(--border-subtle);
}
.hero-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.hero-app-shot {
  min-height: 100%;
  padding: 18px 0 18px 18px;
  background: radial-gradient(circle at 50% 0%, rgba(62, 207, 142, 0.12), transparent 42%), var(--bg-deep);
  border-right: 1px solid var(--border-subtle);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-app-shot img {
  display: block;
  width: min(168px, 100%);
  height: auto;
  max-height: 440px;
  object-fit: contain;
  border: 1px solid var(--border-strong);
  border-radius: 24px;
  background: var(--bg-deep);
}
.hero-proof-body {
  padding: 24px 26px 22px;
}
.seq-card-hdr {
  font-family: 'Space Mono', monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-3);
  margin-bottom: 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border-subtle);
}
.hero-card-title {
  max-width: 360px;
  margin: 0 0 12px;
  color: var(--text);
  font-size: 21px;
  font-weight: 500;
  line-height: 1.24;
}
.hero-rows {
  display: grid;
}
.seq-row {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--border-subtle);
  align-items: start;
}
.seq-row:last-child { border-bottom: none; }
.seq-n { font-family: 'Space Mono', monospace; font-size: 11px; color: var(--green); }
.seq-t { font-size: 15px; font-weight: 500; color: var(--text); letter-spacing: 0; }
.seq-d {
  max-width: 360px;
  margin-top: 3px;
  color: var(--text-3);
  font-size: 13px;
  line-height: 1.45;
}
/* ===== SIGNAL STRIP ===== */
.signal-strip { text-align: center; }
.signal-strip .eyebrow { display: block; text-align: center; }
.signal-strip h2 { max-width: 680px; margin: 0 auto 20px; }
.lead-p { max-width: 560px; margin: 0 auto; font-size: 17px; color: var(--text-2); line-height: 1.65; }
.lead-p strong, .proof-lead strong, .problem-wrap p strong, .sample-steps p strong, .hero-lead strong { color: var(--text); font-weight: 600; }

/* ===== PROBLEM ===== */
.problem-wrap { max-width: 720px; }
.problem-wrap h2 { margin-bottom: 28px; }
.problem-wrap p { font-size: 17px; color: var(--text-2); line-height: 1.7; }
.callout {
  display: block;
  margin-top: 28px;
  padding: 18px 22px;
  background: rgba(62, 207, 142, 0.05);
  border-left: 2px solid var(--green);
  border-radius: 0 8px 8px 0;
  font-size: 16px;
  color: var(--text);
  line-height: 1.55;
}

/* ===== METHOD ===== */
.method-intro h2 { margin-bottom: 52px; }
.method-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.method-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--r-card);
  padding: 28px;
}
.step-n {
  font-family: 'Space Mono', monospace;
  font-size: 24px;
  color: var(--green);
  letter-spacing: 0;
  margin-bottom: 16px;
  line-height: 1;
}
.method-card h3 { margin-bottom: 10px; }
.method-card p { font-size: 14px; color: var(--text-2); line-height: 1.6; }

/* ===== WHAT YOU GET ===== */
.section-intro h2 { margin-bottom: 52px; }
.six-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feat-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--r-card);
  padding: 24px;
}
.feat-n { font-family: 'Space Mono', monospace; font-size: 11px; color: var(--green); margin-bottom: 12px; }
.feat-card h3 { font-size: 16px; margin-bottom: 14px; }
.feat-card p { font-size: 14px; color: var(--text-2); line-height: 1.6; }
.feat-card p strong { color: var(--text); font-weight: 600; }
.ba { list-style: none; display: grid; gap: 10px; }
.ba li { position: relative; padding-left: 24px; font-size: 13.5px; line-height: 1.5; }
.ba li::before { position: absolute; left: 0; top: 1px; font-family: 'Space Mono', monospace; font-size: 12px; }
.ba-x { color: var(--text-3); }
.ba-x::before { content: "\2715"; color: #cf6b6b; }
.ba-v { color: var(--text); }
.ba-v::before { content: "\2713"; color: var(--green); }
.target-note { max-width: 760px; margin: 44px auto 0; padding: 28px 32px; background: rgba(62, 207, 142, 0.05); border: 1px solid rgba(62, 207, 142, 0.18); border-radius: var(--r-card); text-align: center; }
.target-note p { font-size: 17px; line-height: 1.6; color: var(--text-2); margin: 0; }
.target-note strong { color: var(--text); font-weight: 600; }

/* ===== FORMAT ===== */
.format-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.fmt-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--r-card);
  padding: 28px;
}
.fmt-card h3 { margin-bottom: 10px; }
.fmt-card p { font-size: 14px; color: var(--text-2); line-height: 1.6; }

/* ===== PRODUCT PROOF ===== */
.proof-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
.proof-copy h2 { max-width: 560px; }
.proof-lead {
  max-width: 600px;
  margin: 24px 0 30px;
  color: var(--text-2);
  font-size: 16px;
  line-height: 1.7;
}
.proof-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 32px;
}
.proof-stat {
  padding: 18px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 12px;
}
.proof-stat strong {
  display: block;
  color: var(--green);
  font-family: 'Space Mono', monospace;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 8px;
}
.proof-stat span {
  color: var(--text-2);
  font-size: 12px;
  line-height: 1.35;
}
.recebe-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; max-width: 640px; margin: 0 auto 56px; }
.recebe-stat { padding: 22px 18px; background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; text-align: center; }
.recebe-stat strong { display: block; color: var(--green); font-family: 'Space Mono', monospace; font-size: 34px; font-weight: 400; line-height: 1; margin-bottom: 10px; }
.recebe-stat span { color: var(--text-2); font-size: 12.5px; line-height: 1.4; }
.howto { max-width: 640px; margin: 0 auto; text-align: center; }
.howto .eyebrow { display: block; }
.howto h2 { margin: 0 0 22px; }
.howto .lead-p { margin: 0 auto 32px; }
.app-proof-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: 64px;
  align-items: center;
}
.app-proof-copy h2 {
  max-width: 560px;
  margin: 0 0 24px;
}
.app-flow-list {
  display: grid;
  gap: 12px;
  margin: 0 0 30px;
}
.app-flow-list div {
  display: grid;
  grid-template-columns: 34px 1fr;
  column-gap: 14px;
  row-gap: 4px;
  padding: 16px 0;
  border-top: 1px solid var(--border-subtle);
}
.app-flow-list div:last-child { border-bottom: 1px solid var(--border-subtle); }
.app-flow-list span {
  grid-row: span 2;
  font-family: 'Space Mono', monospace;
  font-size: 11px;
  color: var(--green);
  line-height: 1.45;
}
.app-flow-list strong {
  color: var(--text);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
}
.app-flow-list p {
  color: var(--text-3);
  font-size: 13.5px;
  line-height: 1.5;
}
.app-screens {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}
.app-screen {
  margin: 0;
  min-width: 0;
}
.app-screen img {
  display: block;
  width: 100%;
  height: auto;
  background: var(--bg-deep);
  border: 1px solid var(--border-strong);
  border-radius: 28px;
}
.app-screen figcaption {
  margin-top: 10px;
  color: var(--text-3);
  font-size: 12.5px;
  line-height: 1.45;
}
.app-screen-secondary { margin-top: 42px; }
.sample-card {
  background: var(--bg-card);
  border: 1px solid var(--border-strong);
  border-radius: var(--r-card);
  padding: 30px;
}
.sample-label {
  color: var(--green);
  font-family: 'Space Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.sample-card h3 {
  font-size: 22px;
  margin: 14px 0 22px;
}
.sample-steps { list-style: none; }
.sample-steps li {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 12px;
  padding: 14px 0;
  border-top: 1px solid var(--border-subtle);
}
.sample-steps li > span {
  color: var(--green);
  font-family: 'Space Mono', monospace;
  font-size: 11px;
  padding-top: 2px;
}
.sample-steps p {
  color: var(--text-2);
  font-size: 14px;
  line-height: 1.55;
}
.sample-done {
  margin-top: 12px;
  padding: 18px;
  background: rgba(62, 207, 142, 0.05);
  border: 1px solid rgba(62, 207, 142, 0.18);
  border-radius: 10px;
}
.sample-done span {
  display: block;
  color: var(--green);
  font-family: 'Space Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.sample-done p {
  color: var(--text);
  font-size: 14px;
  line-height: 1.55;
}

/* ===== OFFER ===== */
.offer-layout { display: grid; grid-template-columns: 1fr 380px; gap: 72px; align-items: start; }
.offer-left h2 { margin-bottom: 32px; }
.founder-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 32px;
}
.founder-benefit {
  min-width: 0;
  padding: 18px;
  background: rgba(26, 26, 26, 0.78);
  border: 1px solid var(--border);
  border-radius: 12px;
}
.founder-benefit-wide { grid-column: 1 / -1; }
.benefit-kicker {
  display: block;
  margin-bottom: 10px;
  font-family: 'Space Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  color: var(--green);
}
.founder-benefit strong {
  display: block;
  color: var(--text);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0;
}
.founder-benefit p {
  margin-top: 8px;
  color: var(--text-2);
  font-size: 13.5px;
  line-height: 1.52;
}
.guarantee-box {
  background: rgba(62, 207, 142, 0.05);
  border: 1px solid rgba(62, 207, 142, 0.18);
  border-radius: 12px;
  padding: 20px 24px;
  font-size: 14px;
  color: var(--text-2);
  line-height: 1.65;
}
.guarantee-box strong { color: var(--text); }
.founder-tag { display: inline-block; font-family: 'Space Mono', monospace; font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--green); background: rgba(62, 207, 142, 0.08); border: 1px solid rgba(62, 207, 142, 0.25); border-radius: 999px; padding: 5px 12px; margin-bottom: 16px; }
.price-save { margin-top: 14px; font-size: 12px; color: var(--text-3); text-align: center; line-height: 1.45; }
.price-card {
  background: var(--bg-card);
  border: 1px solid var(--border-strong);
  border-radius: var(--r-card);
  padding: 32px;
  position: sticky;
  top: 80px;
}
.price-was { font-size: 14px; color: var(--text-3); text-decoration: line-through; margin-bottom: 4px; }
.price-now {
  display: block;
  line-height: 1;
  color: var(--text);
  margin-bottom: 8px;
}
.price-now span {
  display: block;
  margin-bottom: 6px;
  font-family: 'Space Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--text-3);
}
.price-now strong {
  display: block;
  font-size: clamp(50px, 6vw, 62px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.96;
  white-space: nowrap;
}
.price-cash {
  font-size: 13px;
  color: var(--text-3);
  margin-bottom: 14px;
}
.price-meta {
  font-size: 11px;
  color: var(--text-3);
  letter-spacing: 0.02em;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.price-sep { width: 1px; height: 8px; background: var(--border); display: inline-block; flex-shrink: 0; }
.btn-checkout {
  display: block;
  width: 100%;
  text-align: center;
  background: var(--green);
  color: var(--green-dark);
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 16px 24px;
  border-radius: 999px;
  text-decoration: none;
  transition: opacity 0.15s;
}
.btn-checkout:hover { opacity: 0.85; }

/* ===== FAQ ===== */
.faq-wrap { max-width: 720px; margin-top: 52px; border-top: 1px solid var(--border); }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q {
  width: 100%;
  background: none;
  border: none;
  color: var(--text);
  font-family: 'Space Grotesk', sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-align: left;
  padding: 22px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  letter-spacing: 0;
  line-height: 1.3;
  transition: color 0.15s;
}
.faq-q:hover { color: var(--text-2); }
.faq-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, border-color 0.15s;
}
.faq-icon svg { width: 10px; height: 10px; }
.faq-item.open .faq-icon { transform: rotate(45deg); border-color: var(--green); }
.faq-a {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease, padding 0.2s ease;
  font-size: 15px;
  color: var(--text-2);
  line-height: 1.7;
  padding-bottom: 0;
}
.faq-item.open .faq-a { max-height: 200px; padding-bottom: 22px; }

/* ===== FOOTER ===== */
footer {
  background: var(--bg-deep);
  border-top: 1px solid var(--border-subtle);
  padding: 48px 0;
  text-align: center;
}
.footer-name { font-size: 15px; font-weight: 500; color: var(--text); letter-spacing: 0; margin-bottom: 6px; }
.footer-tag { font-size: 13px; color: var(--text-3); }
.footer-links {
  margin-top: 22px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 22px;
}
.footer-links a {
  font-size: 13px;
  color: var(--text-3);
  text-decoration: none;
  transition: color 0.15s;
}
.footer-links a:hover { color: var(--text); }

/* ===== LEGAL PAGES ===== */
.legal-page { padding: 56px 0 96px; }
.legal-wrap { max-width: 760px; margin: 0 auto; padding: 0 40px; }
.legal-wrap h1 { font-size: 42px; margin-bottom: 8px; }
.legal-wrap .updated { display: block; color: var(--text-3); font-size: 13px; margin-bottom: 36px; }
.legal-wrap h2 { font-size: 20px; letter-spacing: 0; margin: 34px 0 10px; }
.legal-wrap h3 { font-size: 16px; margin: 22px 0 8px; }
.legal-wrap p, .legal-wrap li { color: var(--text-2); font-size: 15px; line-height: 1.75; }
.legal-wrap p { margin-bottom: 14px; }
.legal-wrap ul { margin: 0 0 16px 20px; }
.legal-wrap li { margin-bottom: 6px; }
.legal-wrap a { color: var(--green); }
.legal-wrap strong { color: var(--text); }
.legal-back { display: inline-block; margin-top: 44px; color: var(--text-3); font-size: 14px; text-decoration: none; }
.legal-back:hover { color: var(--text); }

/* ===== UPSELL PAGE ===== */
.upsell-page {
  min-height: calc(100vh - 74px);
  padding: 72px 0 96px;
}
.upsell-wrap {
  width: min(600px, calc(100% - 48px));
  margin: 0 auto;
}
.upsell-confirm {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 40px;
  padding: 12px 16px;
  background: rgba(62, 207, 142, 0.06);
  border: 1px solid var(--green-border);
  border-radius: 10px;
  color: var(--text-2);
  font-size: 14px;
  line-height: 1.4;
}
.upsell-confirm-mark {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background: var(--green);
  border-radius: 50%;
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 600;
}
.post-purchase-guide-card {
  margin: 0 0 36px;
  padding: 24px;
  background: var(--bg-card);
  border: 1px solid rgba(62, 207, 142, 0.18);
  border-radius: var(--r-card);
}
.post-purchase-guide-card[hidden] {
  display: none;
}
.post-purchase-guide-card-visible {
  display: block;
  max-width: 760px;
  margin: 0 auto;
}
.post-purchase-guide-card-visible .confirmation-mark {
  margin-bottom: 22px;
}
.post-purchase-guide-card h1 {
  margin: 0 0 26px;
  font-size: 52px;
  line-height: 1;
  letter-spacing: 0;
}
.post-purchase-guide-card h2 {
  margin: 10px 0 16px;
  font-size: 34px;
  line-height: 1.1;
  max-width: 720px;
}
.post-purchase-guide-card ul {
  display: grid;
  gap: 10px;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}
.post-purchase-guide-card li,
.post-purchase-guide-card p {
  color: var(--text-2);
  font-size: 15px;
  line-height: 1.6;
}
.post-purchase-guide-card li strong,
.post-purchase-guide-card p strong {
  color: var(--text);
}
.post-purchase-guide-card a {
  color: var(--green);
}
.post-purchase-guide-card small {
  display: block;
  margin-top: 14px;
  color: var(--text-3);
  font-size: 12.5px;
  line-height: 1.5;
}
.post-purchase-guide-card .post-purchase-primary-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  color: #052e1f !important;
  background: var(--green);
  max-width: 360px;
  margin-top: 28px;
  line-height: 1.25;
}
.confirmation-mark {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--green);
  border: 1px solid var(--green);
  border-radius: 50%;
  color: var(--green-dark);
  font-size: 20px;
  font-weight: 600;
}
.upsell-wrap > h1 {
  margin: 14px 0 18px;
  font-size: 54px;
  line-height: 1.05;
}
.upsell-lead {
  color: var(--text-2);
  font-size: 17px;
  line-height: 1.6;
}
.upsell-lead strong { color: var(--text); font-weight: 600; }
.upsell-label,
.upsell-price-label {
  display: block;
  color: var(--green);
  font-family: 'Space Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ----- 3 benefícios escaneáveis ----- */
.upsell-benefits {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: grid;
  gap: 14px;
}
.upsell-benefits li {
  position: relative;
  padding-left: 28px;
  color: var(--text-2);
  font-size: 15.5px;
  line-height: 1.5;
}
.upsell-benefits li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 1px;
  color: var(--green);
  font-family: 'Space Mono', monospace;
  font-size: 14px;
}
.upsell-benefits strong { color: var(--text); font-weight: 600; }

/* ----- Bloco de compra: o único ponto focal ----- */
.upsell-buy {
  margin-top: 36px;
  padding: 32px 28px;
  background: var(--bg-card);
  border: 1px solid var(--green-border);
  border-radius: var(--r-card);
  text-align: center;
}
.upsell-buy .upsell-price-label { margin-bottom: 2px; }
.upsell-price {
  display: block;
  margin: 8px 0 22px;
  color: var(--text);
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}
#kiwify-upsell-trigger-DZtobjr {
  width: 100% !important;
  padding: 16px 20px !important;
  background: var(--green) !important;
  border: 1px solid var(--green) !important;
  border-radius: 999px !important;
  color: var(--green-dark) !important;
  font-family: 'Space Grotesk', sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
}
#kiwify-upsell-trigger-DZtobjr:hover { opacity: 0.9; }
#kiwify-upsell-cancel-trigger-DZtobjr {
  color: var(--text-3) !important;
  font-family: 'Space Grotesk', sans-serif !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
}
#kiwify-upsell-cancel-trigger-DZtobjr:hover { color: var(--text) !important; }
.upsell-guarantee {
  margin: 24px 0 0;
  padding-top: 20px;
  border-top: 1px solid var(--border-subtle);
  color: var(--text-3);
  font-size: 13px;
  line-height: 1.6;
}
.upsell-guarantee strong { color: var(--text-2); font-weight: 600; }
.upsell-fineprint {
  margin: 22px auto 0;
  color: var(--text-3);
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  h1 { font-size: 50px; }
  h2 { font-size: 38px; }
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-proof-card { max-width: 560px; }
  .app-proof-layout { grid-template-columns: 1fr; gap: 48px; }
  .method-grid, .six-grid, .format-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-layout { grid-template-columns: 1fr; gap: 48px; }
  .offer-layout { grid-template-columns: 1fr; gap: 48px; }
  .price-card { position: static; }
}

@media (max-width: 640px) {
  :root { --pad-v: 72px; }
  .wrap { padding: 0 20px; }
  .header-inner { padding: 0 20px; }
  .brand-lockup { gap: 10px; }
  .brand-name { font-size: 16px; }
  .hero { padding: 52px 0 48px; }
  .hero-lead { margin: 22px 0 24px; font-size: 16px; line-height: 1.55; }
  .hero-actions { align-items: center; justify-content: center; gap: 14px; }
  .hero-actions .btn { width: auto; max-width: 100%; min-height: 52px; padding: 0 24px; }
  .btn-text { justify-content: center; width: 100%; min-height: 34px; border-bottom: none; }
  .hero-trust { margin-top: 18px; font-size: 12px; line-height: 1.5; }
  .app-hero-card { display: none; }
  .hero-proof-body { padding: 18px 16px; }
  .hero-card-title { font-size: 19px; }
  .method-grid, .six-grid, .format-grid { grid-template-columns: 1fr; }
  .app-proof-layout { gap: 36px; }
  .app-screens { grid-template-columns: minmax(0, 1fr); gap: 22px; }
  .app-screen {
    max-width: 320px;
    margin: 0 auto;
  }
  .app-screen-secondary { margin-top: 0; }
  .proof-stats { grid-template-columns: 1fr; }
  .proof-copy .btn { display: none; }
  .sample-card { padding: 24px; }
  .offer-left h2 { margin-bottom: 26px; }
  .founder-benefits { grid-template-columns: 1fr; gap: 10px; }
  .founder-benefit { padding: 16px; }
  h1 { font-size: 38px; line-height: 1.04; letter-spacing: 0; }
  h2 { font-size: 32px; line-height: 1.06; letter-spacing: 0; }
  .legal-wrap h1 { font-size: 32px; }
  .post-purchase-guide-card h2 { font-size: 28px; }
  .upsell-wrap > h1 { font-size: 38px; }
  .post-purchase-guide-card h1 {
    font-size: 36px;
    letter-spacing: 0;
  }
  .legal-wrap { padding: 0 20px; }
  .upsell-body { padding-bottom: 0; }
  .upsell-page { padding: 48px 0 72px; }
  .upsell-wrap { width: calc(100% - 40px); }
  .upsell-confirm { margin-bottom: 32px; }
  .upsell-lead { font-size: 16px; }
  .upsell-buy { margin-top: 32px; padding: 26px 20px; }
  .upsell-price { font-size: 52px; }
}
