  :root {
    --bg: #0A0A0A;
    --bg-soft: #141414;
    --bg-card: #0F0F0F;
    --bg-light: #F4F1EC;       /* claro / inversão */
    --bg-light-soft: #EAE5DC;
    --bg-accent-deep: #1A0E08;  /* preto quente com tom laranja */
    --border: #1F1F1F;
    --border-soft: #2A2A2A;
    --border-light: #D8D2C5;
    --text: #F2F2F2;
    --text-dim: #D0D0D0;
    --text-dark: #141414;
    --text-dark-dim: #2F2F2F;
    --muted: #B8B8B8;
    --muted-light: #3D3830;
    --accent: #FF6A1F;
    --accent-deep: #E04D00;
    --accent-glow: rgba(255,106,31,0.18);
  }
  /* ============ FONTS SELF-HOSTED (latin subset) ============ */
  /* DM Sans — variable font (cobre weights 400/500/700) */
  @font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('fonts/dm-sans-var.woff2') format('woff2-variations'),
         url('fonts/dm-sans-var.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* DM Serif Display — regular (LCP element, optional para evitar shift) */
  @font-face {
    font-family: 'DM Serif Display';
    font-style: normal;
    font-weight: 400;
    font-display: optional;
    src: url('fonts/dm-serif-display-400.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* DM Serif Display — italic */
  @font-face {
    font-family: 'DM Serif Display';
    font-style: italic;
    font-weight: 400;
    font-display: optional;
    src: url('fonts/dm-serif-display-400i.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* JetBrains Mono — variable (cobre 400/500/700) */
  @font-face {
    font-family: 'JetBrains Mono';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('fonts/jetbrains-mono-var.woff2') format('woff2-variations'),
         url('fonts/jetbrains-mono-var.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

  /* ============ FALLBACK FONTS — minimiza CLS no swap ============ */
  @font-face {
    font-family: 'DM Sans Fallback';
    src: local('Arial');
    size-adjust: 102%;
    ascent-override: 95%;
  }
  @font-face {
    font-family: 'DM Serif Fallback';
    src: local('Georgia');
    size-adjust: 102%;
  }
  * { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body {
    font-family: 'DM Sans', 'DM Sans Fallback', sans-serif;
    background: var(--bg);
    color: var(--text);
    font-size: 17px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
  }
  .container { max-width: 1200px; margin: 0 auto; padding: 0 32px; }
  .container-narrow { max-width: 920px; margin: 0 auto; padding: 0 32px; }
  .container-wide { max-width: 1320px; margin: 0 auto; padding: 0 32px; }
  .serif { font-family: 'DM Serif Display', 'DM Serif Fallback', serif; font-weight: 400; letter-spacing: -0.01em; }
  .mono { font-family: 'JetBrains Mono', monospace; font-size: 12px; letter-spacing: 0.04em; }
  .mono-up { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; }
  .section-num { color: var(--accent); font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.14em; margin-right: 12px; }

  /* ============ TOPBAR ============ */
  .topbar {
    border-bottom: 1px solid var(--border);
    position: sticky; top: 0; z-index: 50;
    backdrop-filter: blur(14px);
    background: rgba(10,10,10,0.85);
  }
  .topbar-inner { display: flex; justify-content: space-between; align-items: center; padding: 16px 0; gap: 24px; }
  .topbar .brand { font-family: 'JetBrains Mono', monospace; font-size: 12px; letter-spacing: 0.04em; }
  .topbar .brand .sys { color: var(--accent); }
  .topbar .brand .sep { color: var(--muted); margin: 0 8px; }
  .topbar .brand .cat { color: var(--text-dim); }
  .topbar .status { color: var(--muted); font-size: 12px; font-family: 'JetBrains Mono', monospace; display: flex; align-items: center; white-space: nowrap; }
  .topbar .status .dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); margin-right: 10px; animation: pulse 2s infinite; box-shadow: 0 0 10px var(--accent); }
  @keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.35; } }

  /* ============ HERO ============ */
  .hero {
    padding: 96px 0 120px;
    position: relative;
    border-bottom: 1px solid var(--border);
    overflow: hidden;
  }
  .hero .eyebrow { color: var(--accent); margin-bottom: 28px; position: relative; }
  .hero .eyebrow::before { content: '> '; }
  .hero .tarja {
    display: inline-block;
    padding: 9px 16px;
    background: var(--accent);
    color: #0A0A0A;
    font-family: 'JetBrains Mono', monospace;
    font-size: 13px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 32px;
    position: relative;
  }
  .hero h1 {
    font-family: 'DM Serif Display', 'DM Serif Fallback', serif;
    font-weight: 400;
    font-size: clamp(56px, 9vw, 116px);
    line-height: 0.96;
    letter-spacing: -0.03em;
    margin-bottom: 40px;
    max-width: 14ch;
    position: relative;
  }
  .hero h1 em { color: var(--accent); font-style: italic; }
  .hero .sub {
    font-size: 21px;
    color: var(--text-dim);
    line-height: 1.5;
    max-width: 60ch;
    margin-bottom: 44px;
    position: relative;
  }
  .hero .sub strong { color: var(--text); font-weight: 500; }
  .hero .sub-extra {
    font-size: 17px; color: var(--text-dim);
    line-height: 1.55; max-width: 62ch; margin-bottom: 36px;
    position: relative;
  }
  .hero .sub-extra strong { color: var(--text); font-weight: 500; }
  .hero .info-bar {
    display: flex; gap: 28px; flex-wrap: wrap;
    font-family: 'JetBrains Mono', monospace; font-size: 12px;
    color: var(--text-dim); margin-bottom: 36px;
    letter-spacing: 0.04em;
    padding: 16px 0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    position: relative;
  }
  .hero .info-bar .ib { display: inline-flex; align-items: center; gap: 10px; }
  .hero .info-bar .ib strong { color: var(--accent); font-weight: 500; font-family: 'JetBrains Mono', monospace; }

  /* Countdown */
  .countdown {
    display: inline-flex; align-items: center; gap: 16px;
    padding: 14px 20px; border: 1px solid var(--border-soft);
    background: var(--bg-card); margin-bottom: 44px;
    font-family: 'JetBrains Mono', monospace;
    position: relative;
  }
  .countdown .label { color: var(--muted); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; }
  .countdown .clock { color: var(--text); font-size: 14px; font-variant-numeric: tabular-nums; }
  .countdown .clock strong { color: var(--accent); font-weight: 500; display: inline-block; min-width: 1.6em; text-align: center; }

  .cta-row { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; position: relative; }
  .btn {
    display: inline-flex; align-items: center; gap: 12px;
    background: var(--accent);
    color: #0A0A0A;
    padding: 18px 26px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    border: none;
    font-family: 'DM Sans', sans-serif;
    letter-spacing: 0.01em;
    transition: transform 0.15s, box-shadow 0.15s;
    cursor: pointer;
  }
  .btn:hover { transform: translate(-2px, -2px); box-shadow: 4px 4px 0 var(--text); }
  .btn .price-tag { font-family: 'JetBrains Mono', monospace; opacity: 0.85; font-size: 13px; }
  .btn .arrow { font-family: 'JetBrains Mono', monospace; font-weight: 500; }
  .btn-vip {
    background: transparent; color: var(--text);
    border: 1px solid var(--border-soft); padding: 17px 25px;
  }
  .btn-vip:hover { border-color: var(--accent); color: var(--accent); box-shadow: none; transform: none; }
  .btn-light {
    background: var(--text-dark); color: var(--bg-light);
  }
  .btn-light:hover { box-shadow: 4px 4px 0 var(--accent); }

  .hero .microcopy { margin-top: 20px; color: var(--muted); font-size: 13px; position: relative; }
  .hero .microcopy strong { color: var(--text-dim); font-weight: 400; }

  /* ============ STRIP DE DADOS ============ */
  .strip {
    display: grid; grid-template-columns: repeat(4, 1fr);
    border-bottom: 1px solid var(--border);
    background: var(--bg-soft);
  }
  .strip .cell { padding: 36px 28px; border-right: 1px solid var(--border); position: relative; }
  .strip .cell:last-child { border-right: none; }
  .strip .cell::before {
    content: ''; position: absolute; top: 0; left: 0; width: 0; height: 2px;
    background: var(--accent); transition: width 0.3s;
  }
  .strip .cell:hover::before { width: 100%; }
  .strip .k { color: var(--muted); margin-bottom: 12px; }
  .strip .v { font-family: 'DM Serif Display', 'DM Serif Fallback', serif; font-size: 48px; letter-spacing: -0.02em; line-height: 1; margin-bottom: 12px; }
  .strip .v .tl { color: var(--accent); }
  .strip .desc { color: var(--text-dim); font-size: 13px; line-height: 1.45; }
  .strip .src { color: var(--muted); font-family: 'JetBrains Mono', monospace; font-size: 10px; margin-top: 10px; display: block; letter-spacing: 0.04em; }

  /* ============ RECONHECE CENA — LISTA 5 ============ */
  .reconhece-list {
    margin-top: 48px;
    border-top: 1px solid var(--border);
  }
  .reconhece-list .item {
    display: grid; grid-template-columns: 72px 1fr; gap: 24px; align-items: center;
    padding: 24px 0; border-bottom: 1px solid var(--border);
  }
  .reconhece-list .icon {
    font-family: 'JetBrains Mono', monospace;
    font-size: 13px; font-weight: 700; letter-spacing: 0.08em;
    color: var(--accent);
    width: 56px; height: 56px;
    display: flex; align-items: center; justify-content: center;
    background: var(--bg-card); border: 1px solid var(--border-soft);
  }
  .reconhece-list .text { color: var(--text-dim); font-size: 17px; line-height: 1.5; }
  .reconhece-list .text strong { color: var(--text); font-weight: 500; }
  .reconhece-intro {
    font-size: 19px; color: var(--text-dim); max-width: 58ch;
    line-height: 1.5; margin-bottom: 8px;
  }
  .reconhece-intro strong { color: var(--text); font-weight: 500; }
  .reconhece-pull {
    margin: 48px 0 0;
    padding: 40px 0 0;
    border-top: 1px solid var(--border);
    font-family: 'DM Serif Display', 'DM Serif Fallback', serif;
    font-size: clamp(26px, 3.2vw, 36px);
    line-height: 1.2; letter-spacing: -0.01em;
    color: var(--text); max-width: 32ch;
  }
  .reconhece-pull em { color: var(--accent); font-style: italic; }
  .reconhece-transition {
    margin-top: 28px; color: var(--text-dim); font-size: 17px;
    font-family: 'JetBrains Mono', monospace; letter-spacing: 0.02em;
  }
  .reconhece-transition strong { color: var(--accent); font-weight: 500; }

  /* ============ PROBLEMA — 3 CENAS ============ */
  .problema {
    padding: 140px 0 120px;
    border-bottom: 1px solid var(--border);
    background: var(--bg);
    position: relative;
  }
  .problema-head { margin-bottom: 72px; }
  .problema-head .eyebrow { color: var(--accent); margin-bottom: 24px; }
  .problema-head h2 {
    font-family: 'DM Serif Display', 'DM Serif Fallback', serif; font-weight: 400;
    font-size: clamp(40px, 6vw, 72px); line-height: 1.05;
    letter-spacing: -0.02em; max-width: 22ch;
  }
  .problema-head h2 em { font-style: italic; color: var(--accent); }

  .cenas { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 1px solid var(--border); }
  .cena { padding: 40px 36px; border-right: 1px solid var(--border); background: var(--bg-card); position: relative; min-height: 340px; display: flex; flex-direction: column; }
  .cena:last-child { border-right: none; }
  .cena .clock {
    font-family: 'JetBrains Mono', monospace; font-size: 13px;
    color: var(--accent); letter-spacing: 0.14em;
    margin-bottom: 28px; display: flex; align-items: center; gap: 10px;
  }
  .cena .clock::before {
    content: ''; width: 10px; height: 10px; border-radius: 50%;
    background: var(--accent); box-shadow: 0 0 10px var(--accent);
  }
  .cena .scene-title {
    font-family: 'DM Serif Display', 'DM Serif Fallback', serif; font-size: 28px;
    letter-spacing: -0.01em; line-height: 1.15; margin-bottom: 20px;
    color: var(--text);
  }
  .cena .scene-title em { font-style: italic; color: var(--accent); }
  .cena .scene-desc {
    color: var(--text-dim); font-size: 16px; line-height: 1.55; margin-bottom: 24px;
    flex: 1;
  }
  .cena .scene-stat {
    border-top: 1px dashed var(--border);
    padding-top: 20px;
    color: var(--muted);
    font-family: 'JetBrains Mono', monospace; font-size: 12px;
    letter-spacing: 0.04em;
  }
  .cena .scene-stat strong { color: var(--accent); font-weight: 500; }

  .problema-close {
    margin-top: 72px;
    padding: 40px 0 0;
    border-top: 1px solid var(--border);
    display: flex; justify-content: space-between; align-items: baseline; gap: 32px; flex-wrap: wrap;
  }
  .problema-close .verdict {
    font-family: 'DM Serif Display', 'DM Serif Fallback', serif; font-size: clamp(28px, 3vw, 36px);
    letter-spacing: -0.01em; max-width: 26ch; line-height: 1.15;
  }
  .problema-close .verdict em { font-style: italic; color: var(--accent); display: block; margin-top: 6px; }
  .problema-close .stamp {
    font-family: 'JetBrains Mono', monospace; font-size: 11px;
    letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted);
    border: 1px solid var(--border-soft); padding: 8px 14px;
  }

  /* ============ CFM — BLOCO ALERTA ============ */
  .cfm {
    padding: 0;
    border-bottom: 1px solid var(--border);
    background: var(--bg-accent-deep);
    position: relative;
    overflow: hidden;
  }
  .cfm::before {
    content: ''; position: absolute; inset: 0;
    background-image:
      linear-gradient(rgba(255,106,31,0.04) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,106,31,0.04) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
  }
  .cfm-inner { padding: 120px 0; position: relative; }
  .cfm-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
  .cfm-left .stamp {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 8px 14px; background: var(--accent); color: #0A0A0A;
    font-family: 'JetBrains Mono', monospace; font-size: 11px;
    letter-spacing: 0.14em; text-transform: uppercase; font-weight: 700;
    margin-bottom: 28px;
  }
  .cfm-left .stamp::before {
    content: '!'; width: 18px; height: 18px; border-radius: 50%;
    background: #0A0A0A; color: var(--accent);
    display: flex; align-items: center; justify-content: center;
    font-family: 'DM Serif Display', 'DM Serif Fallback', serif; font-size: 14px;
  }
  .cfm-left h2 {
    font-family: 'DM Serif Display', 'DM Serif Fallback', serif; font-weight: 400;
    font-size: clamp(40px, 5vw, 64px); line-height: 1.05;
    letter-spacing: -0.02em; color: var(--text); margin-bottom: 28px; max-width: 16ch;
  }
  .cfm-left h2 em { font-style: italic; color: var(--accent); }
  .cfm-left .res-num {
    font-family: 'DM Serif Display', 'DM Serif Fallback', serif; font-size: 96px;
    color: var(--accent); letter-spacing: -0.04em; line-height: 1;
    text-shadow: 0 0 60px var(--accent-glow);
  }
  .cfm-left .res-meta { color: var(--muted); font-family: 'JetBrains Mono', monospace; font-size: 12px; letter-spacing: 0.14em; margin-top: 8px; text-transform: uppercase; }
  .cfm-right p { font-size: 19px; color: var(--text-dim); line-height: 1.6; }
  .cfm-right p + p { margin-top: 22px; }
  .cfm-right p strong { color: var(--text); font-weight: 500; }
  .cfm-right .pull {
    border-left: 3px solid var(--accent);
    padding: 12px 0 12px 24px;
    margin: 32px 0;
    color: var(--text);
    font-family: 'DM Serif Display', 'DM Serif Fallback', serif;
    font-size: 24px; font-style: italic;
    letter-spacing: -0.01em; line-height: 1.3;
  }
  .cfm-stat-row {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px;
    margin-top: 40px; padding-top: 32px; border-top: 1px solid rgba(255,106,31,0.2);
  }
  .cfm-stat .num {
    font-family: 'DM Serif Display', 'DM Serif Fallback', serif; font-size: 48px;
    color: var(--accent); letter-spacing: -0.02em; line-height: 1;
  }
  .cfm-stat .desc { color: var(--muted); font-size: 13px; margin-top: 8px; line-height: 1.4; }

  /* ============ ASSISTENTES 2x2 ============ */
  .assistentes-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
    margin-top: 56px;
  }
  .assistente-card {
    border: 1px solid var(--border-light);
    background: #fff;
    padding: 40px 36px;
    position: relative;
    min-height: 320px;
    display: flex; flex-direction: column;
  }
  .assistente-card::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
    background: var(--accent);
  }
  .assistente-card .num {
    font-family: 'JetBrains Mono', monospace; font-size: 11px;
    letter-spacing: 0.14em; color: var(--accent-deep); margin-bottom: 14px;
    text-transform: uppercase;
  }
  .assistente-card h3 {
    font-family: 'DM Serif Display', 'DM Serif Fallback', serif; font-size: 26px;
    letter-spacing: -0.01em; color: var(--text-dark); margin-bottom: 20px;
    line-height: 1.15;
  }
  .assistente-card h3 em { color: var(--accent-deep); font-style: italic; }
  .assistente-card ul { list-style: none; margin: 0; }
  .assistente-card li {
    padding: 10px 0 10px 24px; color: var(--text-dark-dim); font-size: 15px;
    border-bottom: 1px dashed var(--border-light); position: relative; line-height: 1.45;
  }
  .assistente-card li:last-child { border-bottom: none; }
  .assistente-card li::before {
    content: '→'; position: absolute; left: 0;
    color: var(--accent-deep); font-family: 'JetBrains Mono', monospace;
  }
  .promessa-callout {
    margin-top: 56px; padding: 28px 32px;
    border: 1px solid var(--accent-deep);
    background: rgba(224, 77, 0, 0.06);
    font-family: 'DM Serif Display', 'DM Serif Fallback', serif;
    font-size: clamp(22px, 2.4vw, 28px);
    letter-spacing: -0.01em; line-height: 1.3;
    color: var(--text-dark);
  }
  .promessa-callout em { color: var(--accent-deep); font-style: italic; }

  /* ============ MECANISMO — SPLIT ============ */
  .mecanismo {
    padding: 140px 0 120px;
    border-bottom: 1px solid var(--border);
    background: var(--bg-light);
    color: var(--text-dark);
    position: relative;
  }
  .mecanismo .grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 80px; align-items: start; }
  .mecanismo .col-left .eyebrow {
    color: var(--accent-deep); margin-bottom: 28px;
    font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  }
  .mecanismo .col-left h2 {
    font-family: 'DM Serif Display', 'DM Serif Fallback', serif; font-weight: 400;
    font-size: clamp(40px, 5vw, 64px); line-height: 1.05;
    letter-spacing: -0.02em; color: var(--text-dark);
  }
  .mecanismo .col-left h2 em { font-style: italic; color: var(--accent-deep); }
  .mecanismo .col-left .lead {
    margin-top: 28px; color: var(--text-dark-dim); font-size: 19px; line-height: 1.55;
  }
  .mecanismo .col-left .lead strong { color: var(--text-dark); font-weight: 500; }

  .mecanismo .pillars { display: flex; flex-direction: column; gap: 0; border-top: 1px solid var(--border-light); }
  .mecanismo .pillar {
    padding: 28px 0;
    border-bottom: 1px solid var(--border-light);
    display: grid; grid-template-columns: 50px 1fr; gap: 24px; align-items: start;
    transition: background 0.2s;
  }
  .mecanismo .pillar:hover { background: var(--bg-light-soft); margin: 0 -16px; padding: 28px 16px; }
  .mecanismo .pillar .num {
    font-family: 'DM Serif Display', 'DM Serif Fallback', serif; font-size: 40px;
    color: var(--accent-deep); letter-spacing: -0.02em; line-height: 1;
  }
  .mecanismo .pillar .body h3 {
    font-family: 'DM Serif Display', 'DM Serif Fallback', serif; font-size: 24px;
    letter-spacing: -0.01em; color: var(--text-dark); margin-bottom: 8px;
  }
  .mecanismo .pillar .body p { color: var(--text-dark-dim); font-size: 16px; line-height: 1.5; }

  /* ============ MARCA-TEXTO ============ */
  .mark {
    background: linear-gradient(180deg, transparent 58%, rgba(255,106,31,0.28) 58%, rgba(255,106,31,0.28) 94%, transparent 94%);
    color: var(--text);
    padding: 0 2px;
    font-weight: 600;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
  }
  /* Variante em fundos claros — underline laranja no lugar de highlight */
  .mecanismo .mark,
  .expert .mark {
    background: none;
    color: var(--accent-deep);
    font-weight: 600;
    padding: 0;
    border-bottom: 2px solid var(--accent);
  }

  /* ============ CALCULADORA COMPACTA ============ */
  .calc-section {
    padding: 52px 0 60px;
    border-bottom: 1px solid var(--border);
    background: var(--bg-light);
    position: relative;
  }
  .calc-section::before {
    content: '';
    position: absolute; top: 0; left: 50%; transform: translateX(-50%);
    width: 1px; height: 36px; background: var(--accent);
    box-shadow: 0 0 12px var(--accent-glow);
  }
  .calc-intro {
    text-align: center; margin-bottom: 24px;
  }
  .calc-intro .pre {
    font-family: 'JetBrains Mono', monospace; font-size: 11px;
    letter-spacing: 0.2em; text-transform: uppercase;
    color: var(--accent-deep); margin-bottom: 12px;
  }
  .calc-intro h2 {
    font-family: 'DM Serif Display', 'DM Serif Fallback', serif; font-weight: 400;
    font-size: clamp(26px, 3.4vw, 36px); line-height: 1.08;
    letter-spacing: -0.02em; color: var(--text-dark);
    max-width: 22ch; margin: 0 auto 10px;
  }
  .calc-intro h2 em { font-style: italic; color: var(--accent-deep); }
  .calc-intro .invite {
    font-size: 15px; color: var(--text-dark-dim); line-height: 1.5;
    max-width: 52ch; margin: 0 auto;
  }
  .calc-intro .invite strong { color: var(--text-dark); font-weight: 500; }
  .calc-intro .arrow-down { display: none; }
  .calc {
    background: #FFFFFF;
    border: 1px solid var(--bg-light-soft);
    position: relative; overflow: hidden;
    box-shadow: 0 24px 60px rgba(20,20,20,0.07);
  }
  .calc::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
    background: var(--accent);
  }
  .calc-head {
    display: flex; justify-content: space-between; align-items: center;
    padding: 12px 22px;
    border-bottom: 1px solid var(--bg-light-soft);
    color: var(--muted-light); font-family: 'JetBrains Mono', monospace; font-size: 10px;
    letter-spacing: 0.14em; text-transform: uppercase;
  }
  .calc-head .dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); margin-right: 9px; box-shadow: 0 0 8px var(--accent); }
  .calc-body { display: grid; grid-template-columns: 1.1fr 1fr; }
  .calc-inputs { padding: 26px 28px; border-right: 1px solid var(--bg-light-soft); }
  .calc-output { padding: 26px 28px; background: var(--bg-light); }

  .field { margin-bottom: 22px; }
  .field:last-child { margin-bottom: 0; }
  .field label {
    display: block; color: var(--muted-light); margin-bottom: 8px;
    font-family: 'JetBrains Mono', monospace; font-size: 10px;
    letter-spacing: 0.14em; text-transform: uppercase;
  }

  .input-currency {
    display: flex; align-items: baseline;
    border-bottom: 1px solid var(--bg-light-soft);
    padding-bottom: 6px; transition: border-color 0.2s;
  }
  .input-currency:focus-within { border-color: var(--accent); }
  .input-currency .prefix {
    font-family: 'DM Serif Display', 'DM Serif Fallback', serif; font-size: 26px; color: var(--muted-light); margin-right: 10px;
  }
  .input-currency input {
    background: transparent; border: none; outline: none; color: var(--text-dark);
    font-family: 'DM Serif Display', 'DM Serif Fallback', serif; font-size: 36px; letter-spacing: -0.02em;
    width: 100%; padding: 0;
  }
  .input-hint { color: var(--muted-light); font-size: 11px; margin-top: 6px; font-family: 'JetBrains Mono', monospace; }

  .slider-row { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 8px; }
  .slider-value {
    font-family: 'DM Serif Display', 'DM Serif Fallback', serif; font-size: 32px; letter-spacing: -0.02em;
    color: var(--text-dark);
  }
  .slider-value .unit { color: var(--muted-light); font-size: 14px; font-family: 'JetBrains Mono', monospace; margin-left: 8px; letter-spacing: 0.04em; }

  input[type="range"] {
    -webkit-appearance: none; appearance: none;
    width: 100%; height: 4px; background: var(--bg-light-soft);
    outline: none; cursor: pointer;
  }
  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; appearance: none;
    width: 20px; height: 20px; background: var(--accent);
    border: 3px solid #FFFFFF;
    cursor: pointer; box-shadow: 0 0 14px var(--accent-glow);
  }
  input[type="range"]::-moz-range-thumb {
    width: 20px; height: 20px; background: var(--accent); border: 3px solid #FFFFFF;
    cursor: pointer; box-shadow: 0 0 14px var(--accent-glow);
  }
  .slider-marks {
    display: flex; justify-content: space-between;
    margin-top: 6px; color: var(--muted-light);
    font-family: 'JetBrains Mono', monospace; font-size: 10px;
  }

  .out-row {
    display: flex; justify-content: space-between; align-items: baseline;
    padding: 10px 0; border-bottom: 1px dashed rgba(0,0,0,0.12);
  }
  .out-row:last-of-type { border-bottom: none; }
  .out-row .k { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted-light); }
  .out-row .v { font-family: 'DM Serif Display', 'DM Serif Fallback', serif; font-size: 22px; letter-spacing: -0.01em; color: var(--text-dark); }

  .out-year {
    margin-top: 16px; padding: 18px 0 0; border-top: 1px solid rgba(0,0,0,0.12);
  }
  .out-year .k { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent-deep); margin-bottom: 6px; display: block; }
  .out-year .v {
    font-family: 'DM Serif Display', 'DM Serif Fallback', serif; font-size: clamp(40px, 5vw, 58px);
    color: var(--accent); letter-spacing: -0.02em; line-height: 1;
  }
  .out-year .hint {
    color: var(--muted-light); font-size: 12px; margin-top: 8px;
    font-family: 'JetBrains Mono', monospace; letter-spacing: 0.02em;
  }

  .calc-footer {
    padding: 20px 28px 24px;
    border-top: 2px solid var(--accent);
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255,106,31,0.10) 100%);
    display: flex; flex-direction: column; align-items: center; gap: 14px;
    position: relative; text-align: center;
  }
  .calc-footer .msg {
    font-family: 'DM Serif Display', 'DM Serif Fallback', serif; font-style: italic;
    font-size: 17px; line-height: 1.3; letter-spacing: -0.01em;
    color: var(--text-dark); max-width: 52ch; margin: 0 auto;
  }
  .calc-footer .msg strong { color: var(--accent-deep); font-style: normal; font-family: 'DM Serif Display', 'DM Serif Fallback', serif; font-weight: 400; }
  .calc-footer .btn-calc-cta {
    display: inline-flex; align-items: center; gap: 12px;
    padding: 16px 30px; font-size: 15px; font-weight: 700;
    background: var(--accent); color: #0A0A0A;
    border: 2px solid var(--accent);
    box-shadow: 0 0 0 4px rgba(255,106,31,0.18), 0 14px 32px rgba(255,106,31,0.40);
    position: relative;
    animation: calc-cta-pulse 2.4s ease-in-out infinite;
    text-decoration: none;
    transition: transform 0.15s, box-shadow 0.2s;
  }
  .calc-footer .btn-calc-cta:hover {
    background: var(--accent-deep); color: #FFFFFF; border-color: var(--accent-deep);
    transform: translateY(-2px);
    box-shadow: 0 0 0 4px rgba(255,106,31,0.25), 0 20px 50px rgba(255,106,31,0.55);
    animation: none;
  }
  .calc-footer .btn-calc-cta .btn-label {
    font-family: 'DM Sans', sans-serif; letter-spacing: 0.01em;
  }
  .calc-footer .btn-calc-cta .btn-price {
    font-family: 'JetBrains Mono', monospace;
    background: rgba(0,0,0,0.15); padding: 5px 10px;
    font-size: 13px; letter-spacing: 0.04em; border-radius: 2px;
  }
  .calc-footer .btn-calc-cta:hover .btn-price { background: rgba(255,255,255,0.18); }
  .calc-footer .btn-calc-cta .arrow {
    font-family: 'JetBrains Mono', monospace; font-weight: 500;
    animation: calc-cta-arrow 1.6s ease-in-out infinite;
  }
  .calc-footer .btn-calc-cta:hover .arrow { animation: none; transform: translateX(4px); }
  @keyframes calc-cta-pulse {
    0%, 100% { box-shadow: 0 0 0 4px rgba(255,106,31,0.18), 0 16px 40px rgba(255,106,31,0.45); }
    50% { box-shadow: 0 0 0 10px rgba(255,106,31,0.10), 0 16px 50px rgba(255,106,31,0.55); }
  }
  @keyframes calc-cta-arrow {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(4px); }
  }
  .calc-footer-micro {
    font-family: 'JetBrains Mono', monospace; font-size: 11px;
    letter-spacing: 0.12em; text-transform: uppercase;
    color: var(--muted-light);
  }

  /* ============ OFERTA ============ */
  .oferta {
    padding: 140px 0 120px;
    border-bottom: 1px solid var(--border);
    background: var(--bg);
    position: relative;
  }
  .oferta::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(ellipse at top, var(--accent-glow), transparent 50%);
    pointer-events: none;
  }
  .oferta-head { text-align: center; margin-bottom: 64px; position: relative; }
  .oferta-head .eyebrow { color: var(--accent); margin-bottom: 24px; }
  .oferta-head h2 {
    font-family: 'DM Serif Display', 'DM Serif Fallback', serif; font-weight: 400;
    font-size: clamp(44px, 6vw, 76px); line-height: 1.05;
    letter-spacing: -0.02em; max-width: 22ch; margin: 0 auto;
  }
  .oferta-head h2 em { font-style: italic; color: var(--accent); }

  .oferta-meta {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 0; border: 1px solid var(--border); margin-bottom: 56px;
    background: var(--bg-card); position: relative;
  }
  .oferta-meta .cell { padding: 28px 24px; border-right: 1px solid var(--border); }
  .oferta-meta .cell:last-child { border-right: none; }
  .oferta-meta .k { color: var(--muted); font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 10px; }
  .oferta-meta .v { font-size: 16px; color: var(--text); line-height: 1.4; }

  /* Countdown da oferta */
  .oferta-countdown {
    display: flex; flex-direction: column; align-items: center;
    gap: 16px; margin: 0 auto 40px; max-width: 560px; text-align: center;
  }
  .oferta-countdown .cd-label {
    font-family: 'JetBrains Mono', monospace; font-size: 11px;
    letter-spacing: 0.28em; text-transform: uppercase; color: var(--accent);
    display: inline-flex; align-items: center; gap: 10px;
  }
  .oferta-countdown .cd-label::before {
    content: ''; width: 6px; height: 6px; border-radius: 50%;
    background: var(--accent); box-shadow: 0 0 10px var(--accent);
    animation: cd-dot 1.6s ease-in-out infinite;
  }
  @keyframes cd-dot { 0%,100% { opacity: 1; } 50% { opacity: 0.35; } }
  .oferta-countdown .cd-timer {
    display: flex; gap: 12px; justify-content: center; width: 100%;
  }
  .oferta-countdown .cd-unit {
    flex: 1; max-width: 130px;
    background: var(--bg-card); border: 1px solid var(--border);
    padding: 18px 10px 14px;
  }
  .oferta-countdown .cd-num {
    display: block;
    font-family: 'DM Serif Display', 'DM Serif Fallback', serif;
    font-size: 40px; line-height: 1; color: var(--accent);
    margin-bottom: 8px; font-variant-numeric: tabular-nums;
  }
  .oferta-countdown .cd-lbl {
    display: block;
    font-family: 'JetBrains Mono', monospace; font-size: 9px;
    letter-spacing: 0.24em; text-transform: uppercase; color: var(--muted);
  }
  .oferta-countdown .cd-note {
    font-family: 'JetBrains Mono', monospace; font-size: 11px;
    letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-dim);
    margin-top: 4px;
  }
  @media (max-width: 768px) {
    .oferta-countdown { margin-bottom: 32px; gap: 12px; }
    .oferta-countdown .cd-timer { gap: 8px; }
    .oferta-countdown .cd-unit { padding: 14px 6px 10px; }
    .oferta-countdown .cd-num { font-size: 30px; margin-bottom: 6px; }
    .oferta-countdown .cd-lbl { font-size: 8px; letter-spacing: 0.2em; }
    .oferta-countdown .cd-note { font-size: 10px; }
  }

  .plans { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; position: relative; align-items: stretch; }
  .plan {
    border: 1px solid var(--border-soft);
    padding: 40px 36px 36px;
    background: var(--bg-card);
    position: relative;
    display: flex; flex-direction: column;
  }
  .plan .plan-name { color: var(--muted); font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 18px; }
  .plan .plan-price { font-family: 'DM Serif Display', 'DM Serif Fallback', serif; font-size: 64px; letter-spacing: -0.02em; color: var(--text); margin-bottom: 12px; line-height: 1; }
  .plan .plan-price .curr { color: var(--muted); font-size: 32px; margin-right: 6px; }
  .plan .plan-install { color: var(--muted); font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.04em; margin-bottom: 32px; }
  .plan ul { list-style: none; margin-bottom: 36px; flex-grow: 1; }
  .plan li { padding: 12px 0; color: var(--text-dim); font-size: 15px; border-bottom: 1px dashed var(--border); }
  .plan li:last-child { border-bottom: none; }
  .plan li::before { content: '✓ '; color: var(--accent); font-family: 'JetBrains Mono', monospace; }
  .plan .btn { width: 100%; justify-content: center; }

  /* VIP FEATURED — fundo branco com toques laranja (inversão de contraste) */
  .plan.featured {
    background: #FFFFFF;
    border: 2px solid var(--accent);
    box-shadow: 0 0 0 1px var(--accent), 0 30px 80px rgba(255,106,31,0.22);
    transform: translateY(-8px);
  }
  .plan.featured::before {
    content: 'RECOMENDADO';
    position: absolute; top: -14px; left: 28px;
    background: var(--accent); color: #0A0A0A;
    padding: 6px 14px; font-family: 'JetBrains Mono', monospace;
    font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase;
    font-weight: 700;
    box-shadow: 0 4px 14px rgba(255,106,31,0.4);
  }
  .plan.featured .plan-name { color: var(--accent-deep); font-weight: 700; }
  .plan.featured .plan-price { color: var(--accent); }
  .plan.featured .plan-price .curr { color: var(--accent-deep); }
  .plan.featured .plan-install { color: var(--muted-light); }
  .plan.featured ul { }
  .plan.featured li { color: var(--text-dark-dim); border-bottom: 1px dashed rgba(0,0,0,0.12); }
  .plan.featured li strong { color: var(--text-dark); font-weight: 600; }
  .plan.featured li[style*="muted"] { /* placeholder */ }
  .plan.featured li::before { content: '✓ '; color: var(--accent); font-weight: 700; }
  .plan.featured .btn {
    background: var(--accent); color: #0A0A0A;
    box-shadow: 0 10px 30px rgba(255,106,31,0.35);
  }
  .plan.featured .btn:hover { background: var(--accent-deep); color: #FFFFFF; }
  .plan.featured .muted-note { color: var(--muted-light); }
  .plan .muted-note { color: var(--muted); }

  /* ============ PARTES — 5 CARDS ============ */
  .partes-grid {
    display: grid; grid-template-columns: 1fr; gap: 18px;
    margin-top: 48px;
  }
  .parte-card {
    border: 1px solid var(--border-soft);
    background: var(--bg-card);
    padding: 32px 36px;
    display: grid; grid-template-columns: 100px 1fr; gap: 32px;
    align-items: start;
    position: relative;
  }
  .parte-card.encerramento { border-color: var(--accent); }
  .parte-card .num-col {
    font-family: 'DM Serif Display', 'DM Serif Fallback', serif;
    font-size: 64px; color: var(--accent);
    letter-spacing: -0.02em; line-height: 1;
    text-shadow: 0 0 40px var(--accent-glow);
  }
  .parte-card .num-col .lbl {
    display: block; font-family: 'JetBrains Mono', monospace;
    font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--muted); margin-top: 8px; text-shadow: none;
  }
  .parte-card .body h3 {
    font-family: 'DM Serif Display', 'DM Serif Fallback', serif;
    font-size: 24px; line-height: 1.2;
    letter-spacing: -0.01em; color: var(--text);
    margin-bottom: 18px;
  }
  .parte-card .body h3 em { color: var(--accent); font-style: italic; }
  .parte-card .body ul { list-style: none; }
  .parte-card .body li {
    padding: 8px 0 8px 22px; color: var(--text-dim); font-size: 15px;
    position: relative; line-height: 1.5;
  }
  .parte-card .body li::before {
    content: '·'; position: absolute; left: 6px; top: 2px;
    color: var(--accent); font-weight: 700; font-size: 22px; line-height: 1;
  }

  /* ============ LEVA PRA CASA — BLOCO 6 ============ */
  .leva-section {
    padding: 120px 0 100px;
    border-bottom: 1px solid var(--border);
    background: var(--bg);
  }
  .leva-head { margin-bottom: 56px; max-width: 62ch; }
  .leva-head .eyebrow { color: var(--accent); margin-bottom: 24px; }
  .leva-head h2 {
    font-family: 'DM Serif Display', 'DM Serif Fallback', serif; font-weight: 400;
    font-size: clamp(36px, 5vw, 60px); line-height: 1.08;
    letter-spacing: -0.02em;
  }
  .leva-head h2 em { font-style: italic; color: var(--accent); }
  .leva-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
    margin-bottom: 32px;
  }
  .leva-card {
    border: 1px solid rgba(255,255,255,0.08);
    background: #FFFFFF;
    padding: 36px 28px; display: flex; flex-direction: column; gap: 16px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.18);
  }
  .leva-card .ico {
    font-family: 'JetBrains Mono', monospace;
    font-size: 12px; font-weight: 700; letter-spacing: 0.18em;
    color: var(--accent); line-height: 1;
    text-transform: uppercase;
  }
  .leva-card .title {
    font-family: 'DM Serif Display', 'DM Serif Fallback', serif;
    font-size: 22px; line-height: 1.2; color: var(--text-dark); letter-spacing: -0.01em;
  }
  .leva-card .title em { font-style: italic; color: var(--accent-deep); }
  .leva-card .desc {
    color: var(--text-dark-dim); font-size: 15px; line-height: 1.55;
  }
  .leva-card .desc strong { color: var(--text-dark); font-weight: 600; }
  .leva-vip {
    border: 2px solid var(--accent); background: var(--bg-card);
    padding: 36px 40px; margin-top: 24px; position: relative;
    box-shadow: 0 0 60px rgba(255,106,31,0.08);
  }
  .leva-vip::before {
    content: 'VIP'; position: absolute; top: -12px; left: 32px;
    background: var(--accent); color: #0A0A0A;
    padding: 4px 14px; font-family: 'JetBrains Mono', monospace;
    font-size: 11px; letter-spacing: 0.2em; font-weight: 700;
  }
  .leva-vip .vip-head {
    color: var(--accent); font-family: 'JetBrains Mono', monospace;
    font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase;
    margin-bottom: 12px;
  }
  .leva-vip h3 {
    font-family: 'DM Serif Display', 'DM Serif Fallback', serif;
    font-weight: 400; font-size: 26px; line-height: 1.2;
    letter-spacing: -0.01em; color: var(--text); margin-bottom: 24px;
  }
  .leva-vip ul { list-style: none; }
  .leva-vip li {
    padding: 10px 0 10px 28px; color: var(--text-dim); font-size: 16px;
    position: relative; line-height: 1.5;
    border-bottom: 1px solid var(--border);
  }
  .leva-vip li:last-child { border-bottom: none; }
  .leva-vip li::before {
    content: '✦'; position: absolute; left: 4px; top: 9px;
    color: var(--accent); font-weight: 700;
  }
  .leva-vip li strong { color: var(--text); font-weight: 500; }

  /* ============ AGENDA — TIMELINE LATERAL ============ */
  .agenda {
    padding: 140px 0 120px;
    border-bottom: 1px solid var(--border);
    background: var(--bg-soft);
  }
  .agenda-head { margin-bottom: 64px; }
  .agenda-head .eyebrow { color: var(--accent); margin-bottom: 24px; }
  .agenda-head h2 {
    font-family: 'DM Serif Display', 'DM Serif Fallback', serif; font-weight: 400;
    font-size: clamp(40px, 6vw, 72px); line-height: 1.05;
    letter-spacing: -0.02em; max-width: 22ch;
  }
  .agenda-head h2 em { font-style: italic; color: var(--accent); }

  .timeline { position: relative; padding-left: 80px; }
  .timeline::before {
    content: ''; position: absolute; left: 32px; top: 12px; bottom: 0;
    width: 1px; background: var(--border);
  }
  .tline-block {
    position: relative;
    padding: 0 0 56px;
  }
  .tline-block:last-child { padding-bottom: 0; }
  .tline-block .marker {
    position: absolute; left: -64px; top: 8px;
    width: 28px; height: 28px;
    border: 1px solid var(--border-soft);
    background: var(--bg);
    display: flex; align-items: center; justify-content: center;
    color: var(--muted); font-family: 'JetBrains Mono', monospace; font-size: 11px;
  }
  .tline-block.active .marker {
    background: var(--accent); border-color: var(--accent); color: #0A0A0A;
    box-shadow: 0 0 0 4px rgba(255,106,31,0.2);
  }
  .tline-block .time {
    color: var(--accent); font-family: 'JetBrains Mono', monospace; font-size: 12px;
    letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 12px;
  }
  .tline-block .title {
    font-family: 'DM Serif Display', 'DM Serif Fallback', serif; font-size: 32px;
    letter-spacing: -0.01em; color: var(--text); margin-bottom: 20px; max-width: 32ch;
  }
  .tline-block .title em { font-style: italic; color: var(--accent); }
  .tline-block ul { list-style: none; max-width: 60ch; }
  .tline-block li {
    padding: 12px 0 12px 24px;
    color: var(--text-dim); font-size: 17px;
    border-bottom: 1px dashed var(--border); position: relative;
  }
  .tline-block li:last-child { border-bottom: none; }
  .tline-block li::before {
    content: '→'; position: absolute; left: 0;
    color: var(--accent); font-family: 'JetBrains Mono', monospace;
  }
  .tline-block.break {
    padding-bottom: 32px;
  }
  .tline-block.break .title {
    font-size: 20px; color: var(--muted); font-style: italic;
    font-family: 'DM Serif Display', 'DM Serif Fallback', serif;
  }
  .tline-block.break .marker { background: var(--bg-card); }

  /* ============ QUEM É / NÃO É ============ */
  .quem {
    padding: 140px 0 120px;
    border-bottom: 1px solid var(--border);
    background: var(--bg);
  }
  .quem-head { margin-bottom: 56px; }
  .quem-head .eyebrow { color: var(--accent); margin-bottom: 24px; }
  .quem-head h2 {
    font-family: 'DM Serif Display', 'DM Serif Fallback', serif; font-weight: 400;
    font-size: clamp(40px, 5vw, 60px); line-height: 1.05;
    letter-spacing: -0.02em;
  }
  .quem-head h2 em { font-style: italic; color: var(--accent); }
  .quem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
  .quem-col { border: 1px solid var(--border); padding: 36px; background: var(--bg-card); }
  .quem-col.sim { border-color: var(--accent); }
  .quem-col h3 {
    font-family: 'JetBrains Mono', monospace; font-size: 12px;
    letter-spacing: 0.14em; text-transform: uppercase;
    margin-bottom: 24px; padding-bottom: 16px;
    border-bottom: 1px solid var(--border);
  }
  .quem-col.sim h3 { color: var(--accent); }
  .quem-col.nao h3 { color: var(--muted); }
  .quem-col ul { list-style: none; }
  .quem-col li {
    padding: 14px 0 14px 28px;
    color: var(--text-dim); font-size: 16px;
    border-bottom: 1px dashed var(--border);
    position: relative; line-height: 1.45;
  }
  .quem-col li:last-child { border-bottom: none; }
  .quem-col.sim li::before { content: '✓'; position: absolute; left: 0; color: var(--accent); font-family: 'JetBrains Mono', monospace; font-weight: 700; }
  .quem-col.nao li::before { content: '×'; position: absolute; left: 0; color: var(--muted); font-family: 'JetBrains Mono', monospace; font-weight: 700; }

  /* ============ EXPERT — FUNDO CLARO ============ */
  .expert {
    padding: 140px 0 120px;
    border-bottom: 1px solid var(--border);
    background: var(--bg-light);
    color: var(--text-dark);
  }
  .expert .grid { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: 64px; align-items: start; }
  .expert .photo-slot {
    aspect-ratio: 3/4;
    background: var(--bg-light-soft);
    border: 1px solid var(--border-light);
    overflow: hidden;
    position: relative;
  }
  .expert .photo-slot img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
    filter: grayscale(8%) contrast(1.02);
  }
  .expert .photo-slot::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(244,241,236,0.1));
    pointer-events: none;
  }
  .expert .eyebrow { color: var(--accent-deep); margin-bottom: 20px;
    font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; }
  .expert .name {
    font-family: 'DM Serif Display', 'DM Serif Fallback', serif; font-size: clamp(48px, 6vw, 80px);
    letter-spacing: -0.02em; line-height: 0.98; margin-bottom: 16px; color: var(--text-dark);
  }
  .expert .role {
    color: var(--muted-light); font-family: 'JetBrains Mono', monospace; font-size: 13px;
    letter-spacing: 0.04em; margin-bottom: 36px; text-transform: uppercase;
  }
  .expert p { font-size: 19px; color: var(--text-dark-dim); line-height: 1.6; max-width: 56ch; }
  .expert p + p { margin-top: 18px; }
  .expert p strong { color: var(--text-dark); font-weight: 500; }
  .expert .creds { display: flex; gap: 32px; margin-top: 40px; padding-top: 32px; border-top: 1px solid var(--border-light); flex-wrap: wrap; }
  .expert .cred .num { font-family: 'DM Serif Display', 'DM Serif Fallback', serif; font-size: 36px; color: var(--accent-deep); letter-spacing: -0.02em; line-height: 1; }
  .expert .cred { min-width: 0; }
  .expert .cred .lbl { max-width: 22ch; }
  .expert .cred .lbl { color: var(--muted-light); font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; margin-top: 6px; }

  /* ============ PROVAS ============ */
  .provas {
    padding: 140px 0 120px;
    border-bottom: 1px solid var(--border);
    background: var(--bg);
  }
  .provas-head { margin-bottom: 48px; }
  .provas-head .eyebrow { color: var(--accent); margin-bottom: 24px; }
  .provas-head h2 {
    font-family: 'DM Serif Display', 'DM Serif Fallback', serif; font-weight: 400;
    font-size: clamp(36px, 5vw, 56px); line-height: 1.05;
    letter-spacing: -0.02em; max-width: 24ch; margin-bottom: 24px;
  }
  .provas-head p { color: var(--text-dim); font-size: 17px; max-width: 62ch; line-height: 1.55; }
  .provas-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 40px; }
  .prova-card {
    border: 1px dashed var(--border-soft);
    padding: 32px;
    background: var(--bg-card);
    min-height: 220px;
    display: flex; flex-direction: column; justify-content: space-between;
  }
  .prova-card .quote {
    font-family: 'DM Serif Display', 'DM Serif Fallback', serif; font-size: 19px;
    font-style: italic; color: var(--text); letter-spacing: -0.01em;
    line-height: 1.35; margin-bottom: 24px;
  }
  .prova-card .author { color: var(--muted); font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.04em; }
  .prova-card.placeholder .quote { color: var(--muted); }
  .prova-card.placeholder .author { color: var(--border-soft); }
  .provas-note {
    margin-top: 32px; padding: 20px 24px; background: var(--bg-card); border: 1px solid var(--border-soft);
    color: var(--muted); font-family: 'JetBrains Mono', monospace; font-size: 12px; letter-spacing: 0.02em;
  }
  .provas-note strong { color: var(--accent); }

  /* ============ GARANTIA — CARD CENTRAL ============ */
  .garantia-section {
    padding: 140px 0;
    border-bottom: 1px solid var(--border);
    background: var(--bg-soft);
    position: relative;
  }
  .garantia-card {
    max-width: 720px; margin: 0 auto;
    background: var(--bg-card);
    border: 1px solid var(--border-soft);
    padding: 64px 56px;
    position: relative; text-align: center;
  }
  .garantia-card::before {
    content: ''; position: absolute; inset: -1px;
    border: 1px solid transparent;
    background: linear-gradient(135deg, var(--accent), transparent 50%) border-box;
    -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor; mask-composite: exclude;
    pointer-events: none;
  }
  .garantia-seal {
    width: 120px; height: 120px;
    border: 2px solid var(--accent);
    border-radius: 50%;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    margin: 0 auto 32px;
    position: relative;
  }
  .garantia-seal .num {
    font-family: 'DM Serif Display', 'DM Serif Fallback', serif; font-size: 48px;
    color: var(--accent); letter-spacing: -0.02em; line-height: 1;
  }
  .garantia-seal .lbl { color: var(--accent); font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; margin-top: 4px; }
  .garantia-card h2 {
    font-family: 'DM Serif Display', 'DM Serif Fallback', serif; font-weight: 400;
    font-size: clamp(32px, 4vw, 48px); line-height: 1.1;
    letter-spacing: -0.02em; margin-bottom: 24px;
  }
  .garantia-card h2 em { font-style: italic; color: var(--accent); }
  .garantia-card p { color: var(--text-dim); font-size: 17px; line-height: 1.55; max-width: 50ch; margin: 0 auto; }
  .garantia-card p + p { margin-top: 16px; }
  .garantia-card p strong { color: var(--text); font-weight: 500; }
  .garantia-card .footnote {
    margin-top: 32px; padding-top: 28px; border-top: 1px solid var(--border);
    color: var(--muted); font-family: 'JetBrains Mono', monospace; font-size: 12px;
    letter-spacing: 0.02em; line-height: 1.55;
  }

  /* ============ FAQ ============ */
  .faq-section {
    padding: 140px 0 120px;
    border-bottom: 1px solid var(--border);
    background: var(--bg);
  }
  .faq-head { margin-bottom: 48px; }
  .faq-head .eyebrow { color: var(--accent); margin-bottom: 24px; }
  .faq-head h2 {
    font-family: 'DM Serif Display', 'DM Serif Fallback', serif; font-weight: 400;
    font-size: clamp(36px, 5vw, 56px); line-height: 1.05;
    letter-spacing: -0.02em;
  }
  .faq details {
    border-top: 1px solid var(--border);
    padding: 24px 0;
  }
  .faq details:last-of-type { border-bottom: 1px solid var(--border); }
  .faq summary {
    list-style: none; cursor: pointer;
    display: flex; justify-content: space-between; align-items: center;
    font-family: 'DM Serif Display', 'DM Serif Fallback', serif; font-size: 22px; letter-spacing: -0.01em;
    color: var(--text); gap: 24px;
  }
  .faq summary::-webkit-details-marker { display: none; }
  .faq summary::after {
    content: '+'; color: var(--accent); font-family: 'JetBrains Mono', monospace;
    font-size: 24px; font-weight: 400; transition: transform 0.2s;
  }
  .faq details[open] summary::after { content: '−'; }
  .faq .answer {
    margin-top: 16px; color: var(--text-dim); font-size: 17px; line-height: 1.55;
    max-width: 62ch;
  }
  .faq .answer strong { color: var(--text); font-weight: 500; }

  /* ============ CTA FINAL — BG ACCENT ============ */
  .cta-final {
    padding: 140px 0;
    background: var(--accent);
    color: var(--text-dark);
    position: relative; overflow: hidden;
  }
  .cta-final::before {
    content: ''; position: absolute; inset: 0;
    background-image:
      linear-gradient(rgba(0,0,0,0.06) 1px, transparent 1px),
      linear-gradient(90deg, rgba(0,0,0,0.06) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
  }
  .cta-final .inner { position: relative; }
  .cta-final .eyebrow {
    color: var(--text-dark);
    font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.14em;
    text-transform: uppercase; margin-bottom: 32px;
  }
  .cta-final h2 {
    font-family: 'DM Serif Display', 'DM Serif Fallback', serif; font-weight: 400;
    font-size: clamp(48px, 7vw, 88px); line-height: 1.0;
    letter-spacing: -0.025em; margin-bottom: 32px; max-width: 18ch;
    color: var(--text-dark);
  }
  .cta-final h2 em { font-style: italic; color: var(--bg); }
  .cta-final .lead { color: var(--text-dark); font-size: 20px; max-width: 56ch; margin-bottom: 48px; opacity: 0.85; }
  .cta-final .cta-row .btn { background: var(--text-dark); color: var(--accent); }
  .cta-final .cta-row .btn:hover { box-shadow: 4px 4px 0 var(--bg); }
  .cta-final .cta-row .btn-vip {
    background: transparent; color: var(--text-dark);
    border: 1px solid rgba(0,0,0,0.3);
  }
  .cta-final .cta-row .btn-vip:hover {
    border-color: var(--text-dark); color: var(--text-dark);
    background: rgba(0,0,0,0.05);
  }
  .cta-final .event-info {
    font-family: 'JetBrains Mono', monospace; font-size: 13px;
    color: var(--text-dark); letter-spacing: 0.04em; margin-top: 48px;
    padding-top: 32px; border-top: 1px solid rgba(0,0,0,0.15); opacity: 0.85;
  }
  .cta-final .event-info strong { font-weight: 700; opacity: 1; }

  /* ============ FOOTER ============ */
  footer {
    padding: 48px 0;
    background: var(--bg);
    color: var(--muted);
    font-family: 'JetBrains Mono', monospace; font-size: 12px;
    letter-spacing: 0.04em;
  }
  footer .row { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
  footer a { color: var(--text-dim); text-decoration: none; }
  footer a:hover { color: var(--accent); }

  /* ============ RESPONSIVE ============ */
  @media (max-width: 1000px) {
    .cfm-grid { grid-template-columns: 1fr; gap: 48px; }
    .mecanismo .grid { grid-template-columns: 1fr; gap: 48px; }
    .expert .grid { grid-template-columns: 1fr; gap: 48px; }
    .expert .photo-slot { max-width: 360px; }
  }
  @media (max-width: 900px) {
    .strip { grid-template-columns: 1fr 1fr; }
    .strip .cell:nth-child(2) { border-right: none; }
    .strip .cell { border-bottom: 1px solid var(--border); }
    .cenas { grid-template-columns: 1fr; }
    .cena { border-right: none; border-bottom: 1px solid var(--border); }
    .cena:last-child { border-bottom: none; }
    .calc-body { grid-template-columns: 1fr; }
    .calc-inputs { border-right: none; border-bottom: 1px solid var(--border); }
    .plans { grid-template-columns: 1fr; }
    .quem-grid { grid-template-columns: 1fr; }
    .oferta-meta { grid-template-columns: 1fr 1fr; }
    .oferta-meta .cell:nth-child(2n) { border-right: none; }
    .oferta-meta .cell { border-bottom: 1px solid var(--border); }
    .provas-grid { grid-template-columns: 1fr; }
    .timeline { padding-left: 56px; }
    .timeline::before { left: 16px; }
    .tline-block .marker { left: -48px; }
  }
  @media (max-width: 768px) {
    /* BODY — bumpa tipografia base pra legibilidade mobile */
    body { font-size: 17px; line-height: 1.6; }
    .container, .container-narrow, .container-wide { padding: 0 20px; }

    /* TOPBAR — fica em linha, compacto */
    .topbar-inner { flex-direction: row; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 0; }
    .topbar .brand { font-size: 10px; letter-spacing: 0.06em; }
    .topbar .brand .cat { display: none; }
    .topbar .brand .sep { display: none; }
    .topbar .status { font-size: 10px; white-space: nowrap; }

    /* HERO — headline respirada, sub maior e com contraste maior */
    .hero { padding: 48px 0 64px; background-size: 24px 24px; }
    .hero::after { width: 340px; height: 340px; right: -30%; top: -5%; }
    .hero .tarja { font-size: 11px; padding: 7px 12px; margin-bottom: 24px; letter-spacing: 0.14em; }
    .hero .eyebrow { font-size: 11px; margin-bottom: 20px; letter-spacing: 0.16em; }
    .hero h1 { font-size: clamp(40px, 9.5vw, 56px); max-width: 100%; line-height: 1; margin-bottom: 28px; }
    .hero .sub { font-size: 19px; line-height: 1.5; color: #F2F2F2; font-weight: 500; max-width: 100%; margin-bottom: 22px; padding-bottom: 22px; border-bottom: 1px solid rgba(255,106,31,0.18); }
    .hero .sub-extra { font-size: 15px; line-height: 1.65; color: #B0B0B0; max-width: 100%; margin-bottom: 28px; }
    .hero .sub-extra strong { color: #F2F2F2 !important; font-weight: 600; }
    .hero .info-bar { gap: 14px; font-size: 12px; padding: 14px 0; margin-bottom: 24px; }
    .hero .info-bar .ib { flex: 1 1 45%; }
    .hero .microcopy { font-size: 13px; color: #C4C4C4; margin-top: 16px; }
    .countdown { flex-wrap: wrap; padding: 12px 16px; margin-bottom: 28px; gap: 10px; }
    .countdown .clock { font-size: 13px; }
    .cta-row { flex-direction: column; align-items: stretch; gap: 12px; }
    .cta-row .btn { width: 100%; justify-content: center; padding: 18px 22px; font-size: 15px; }

    /* STRIP */
    .strip .cell { padding: 24px 20px; }
    .strip .v { font-size: 36px; margin-bottom: 10px; }
    .strip .desc { font-size: 14px; line-height: 1.5; color: #D0D0D0; }
    .strip .k { font-size: 11px; margin-bottom: 10px; }
    .strip .src { font-size: 9px; margin-top: 8px; }

    /* RECONHECE LIST */
    .reconhece-list { margin-top: 32px; }
    .reconhece-list .item { grid-template-columns: 52px 1fr; gap: 16px; padding: 20px 0; }
    .reconhece-list .icon { width: 44px; height: 44px; font-size: 11px; }
    .reconhece-list .text { font-size: 16px; line-height: 1.55; color: #E5E5E5; }
    .reconhece-intro { font-size: 17px; line-height: 1.55; color: #E5E5E5; }
    .reconhece-pull { font-size: 24px; line-height: 1.25; margin-top: 28px; padding-top: 24px; max-width: 100%; }
    .reconhece-transition { font-size: 14px; margin-top: 18px; }

    /* HEADLINES UNIFORMES DE SEÇÃO */
    .problema-head h2, .cfm-left h2, .mecanismo .col-left h2, .agenda-head h2,
    .leva-head h2, .quem-head h2, .expert .name, .oferta-head h2,
    .garantia-card h2, .faq-head h2, .cta-final h2, .provas-head h2 {
      font-size: clamp(28px, 7.5vw, 38px) !important;
      max-width: 100% !important;
      line-height: 1.1;
    }
    .problema-head, .leva-head, .agenda-head, .quem-head,
    .oferta-head, .provas-head, .faq-head { margin-bottom: 40px; }
    .problema, .cfm-inner, .mecanismo, .calc-section, .oferta, .agenda,
    .leva-section, .quem, .expert, .provas, .garantia-section, .faq-section,
    .cta-final {
      padding-top: 64px; padding-bottom: 64px;
    }

    /* PROBLEMA — cenas empilhadas com padding compacto */
    .cenas { grid-template-columns: 1fr; }
    .cena { padding: 28px 24px; min-height: auto; border-right: none; border-bottom: 1px solid var(--border); }
    .cena:last-child { border-bottom: none; }
    .cena .clock { font-size: 11px; margin-bottom: 20px; }
    .cena .scene-title { font-size: 22px; line-height: 1.2; margin-bottom: 14px; }
    .cena .scene-desc { font-size: 15px; line-height: 1.55; color: #D8D8D8; margin-bottom: 18px; }
    .cena .scene-stat { font-size: 14px; padding-top: 16px; color: #C4C4C4; }
    .problema-close { margin-top: 40px; padding: 32px 24px; text-align: center; }
    .problema-close .verdict { font-size: 22px; line-height: 1.25; }
    .problema-close .stamp { font-size: 10px; margin-top: 16px; }

    /* CFM — resolução */
    .cfm-inner { padding: 72px 0 !important; }
    .cfm-grid { grid-template-columns: 1fr; gap: 40px; }
    .cfm-left .stamp { font-size: 10px; margin-bottom: 20px; }
    .cfm-left .res-num { font-size: 42px; margin-top: 24px; }
    .cfm-left .res-meta { font-size: 11px; }
    .cfm-right p { font-size: 16px; line-height: 1.6; color: #D8D8D8; }
    .cfm-right p + p { margin-top: 18px; }
    .cfm-right .pull { font-size: 20px; padding: 20px 20px; margin: 24px 0; line-height: 1.3; }
    .cfm-stat .num { font-size: 32px; }
    .cfm-stat .desc { font-size: 13px; }

    /* MECANISMO — 4 assistentes */
    .assistentes-grid { grid-template-columns: 1fr; gap: 16px; margin-top: 36px; }
    .assistente-card { padding: 28px 24px; }
    .assistente-card .num { font-size: 34px; margin-bottom: 14px; }
    .assistente-card h3 { font-size: 21px; margin-bottom: 14px; line-height: 1.2; }
    .assistente-card li { font-size: 15px; line-height: 1.55; padding: 10px 0 10px 24px; }
    .mecanismo .col-left .lead { font-size: 17px; line-height: 1.55; margin-top: 20px; color: #2F2F2F; }
    .mecanismo .pillars { margin-top: 28px; }
    .mecanismo .pillar { grid-template-columns: 48px 1fr; gap: 18px; padding: 22px 0; }
    .mecanismo .pillar:hover { margin: 0; padding: 22px 0; }
    .mecanismo .pillar .num { font-size: 28px; }
    .mecanismo .pillar .body h3 { font-size: 19px; margin-bottom: 8px; }
    .mecanismo .pillar .body p { font-size: 15px; line-height: 1.55; }

    /* AGENDA */
    .parte-card { grid-template-columns: 1fr; gap: 16px; padding: 28px 24px; }
    .parte-card .num-col { font-size: 56px; line-height: 1; }
    .parte-card .title { font-size: 22px; line-height: 1.25; }
    .parte-card .desc { font-size: 16px; line-height: 1.6; color: #D8D8D8; }

    /* QUEM É PRA / NÃO É PRA */
    .quem-grid { grid-template-columns: 1fr; gap: 16px; }
    .quem-col { padding: 28px 24px; }
    .quem-col h3 { font-size: 11px; margin-bottom: 20px; padding-bottom: 14px; }
    .quem-col li { font-size: 15px; line-height: 1.5; padding: 12px 0 12px 24px; color: #D8D8D8; }

    /* EXPERT — fundo claro */
    .expert { padding: 72px 0 64px !important; }
    .expert .grid { grid-template-columns: 1fr; gap: 32px; text-align: center; }
    .expert .photo-slot { max-width: 280px; margin: 0 auto; }
    .expert .name { font-size: clamp(34px, 9vw, 48px) !important; line-height: 1; margin-bottom: 12px; text-align: center; }
    .expert .role { font-size: 12px; margin-bottom: 24px; text-align: center; }
    .expert .eyebrow { text-align: center; }
    .expert p { font-size: 16px; line-height: 1.6; color: #2F2F2F; text-align: left; }
    .expert p + p { margin-top: 16px; }
    .expert .creds { gap: 18px; padding-top: 24px; margin-top: 28px; justify-content: center; }
    .expert .cred { flex: 1 1 40%; text-align: left; }
    .expert .cred .num { font-size: 30px; }
    .expert .cred .lbl { font-size: 10px; margin-top: 6px; }

    /* GARANTIA */
    .garantia-card { padding: 48px 28px; }
    .garantia-seal { width: 96px; height: 96px; margin-bottom: 24px; }
    .garantia-seal .num { font-size: 38px; }
    .garantia-seal .lbl { font-size: 9px; }
    .garantia-card p { font-size: 16px; line-height: 1.6; color: #E5E5E5; max-width: 100%; }
    .garantia-card .footnote { font-size: 11px; margin-top: 24px; padding-top: 20px; line-height: 1.55; }

    /* CTA FINAL — bg accent */
    .cta-final { padding: 72px 0 !important; background-size: 24px 24px; }
    .cta-final .eyebrow { margin-bottom: 20px; }
    .cta-final h2 { font-size: clamp(36px, 9vw, 54px) !important; margin-bottom: 24px; max-width: 100%; line-height: 0.98; }
    .cta-final .lead { font-size: 17px; line-height: 1.55; max-width: 100%; margin-bottom: 32px; }
    .cta-final .btn { width: 100%; justify-content: center; padding: 18px 20px; }
    .cta-final .event-info { font-size: 12px; margin-top: 32px; padding-top: 24px; line-height: 1.7; }

    /* FOOTER */
    footer { padding: 32px 0; font-size: 11px; }
    footer .row { flex-direction: column; align-items: flex-start; gap: 10px; }

    /* CALCULADORA — compacta no mobile */
    .calc-section { padding: 36px 0 42px !important; }
    .calc-intro { margin-bottom: 18px; }
    .calc-intro .pre { font-size: 10px; margin-bottom: 8px; letter-spacing: 0.18em; }
    .calc-intro h2 { font-size: clamp(22px, 6vw, 28px) !important; margin-bottom: 8px; max-width: 100%; line-height: 1.1; }
    .calc-intro .invite { font-size: 14px; line-height: 1.45; max-width: 100%; }
    .calc-intro .arrow-down { display: none; }
    .calc-head { flex-direction: row; align-items: center; gap: 8px; padding: 10px 16px; font-size: 9px; }
    .calc-body { gap: 0; }
    .calc-inputs { border-right: none; border-bottom: 1px solid var(--bg-light-soft); padding: 18px 16px; }
    .calc-output { padding: 18px 16px; }
    .calc-inputs .field { margin-bottom: 14px; }
    .calc-inputs .field:last-child { margin-bottom: 0; }
    .calc-inputs .field label { font-size: 10px; color: #4A4438; margin-bottom: 6px; letter-spacing: 0.1em; }
    .input-currency .prefix { font-size: 22px; margin-right: 8px; }
    .input-currency input { font-size: 30px; }
    .input-currency { padding-bottom: 4px; }
    .input-hint { font-size: 10px; margin-top: 4px; }
    .slider-value { font-size: 26px; }
    .slider-value .unit { font-size: 12px; margin-left: 6px; }
    .slider-row { margin-bottom: 6px; }
    .slider-marks { font-size: 9px; margin-top: 4px; }
    .out-row { padding: 8px 0; }
    .out-row .k { font-size: 9px; }
    .out-row .v { font-size: 18px; }
    .out-year { margin-top: 12px; padding: 14px 0 0; }
    .out-year .k { font-size: 9px; margin-bottom: 4px; }
    .out-year .v { font-size: clamp(34px, 9vw, 44px) !important; }
    .out-year .hint { font-size: 10px; margin-top: 6px; line-height: 1.35; }
    .input-currency { padding-bottom: 6px; }
    .input-currency input { font-size: 32px; }
    .input-currency .prefix { font-size: 24px; }
    .input-hint { font-size: 11px; margin-top: 6px; }
    .slider-value { font-size: 28px; }
    .slider-value .unit { font-size: 13px; margin-left: 6px; }
    .slider-row { margin-bottom: 10px; }
    .slider-marks { font-size: 10px; margin-top: 6px; }
    .out-row { padding: 10px 0; }
    .out-row .k { font-size: 11px; }
    .out-row .v { font-size: 18px; }
    .out-year { margin-top: 16px; padding-top: 18px; }
    .out-year .v { font-size: 42px; }
    .out-year .k { font-size: 11px; margin-bottom: 6px; }
    .out-year .hint { font-size: 12px; margin-top: 10px; }
    .calc-footer { padding: 18px 16px 20px; gap: 12px; }
    .calc-footer .msg { font-size: 14px; line-height: 1.3; }
    .calc-footer .btn-calc-cta { width: 100%; justify-content: center; padding: 16px 18px; font-size: 14px; gap: 10px; flex-wrap: nowrap; }
    .calc-footer .btn-calc-cta .btn-label { flex: 1; text-align: center; }
    .calc-footer .btn-calc-cta .btn-price { font-size: 11px; padding: 4px 7px; }
    .calc-footer-micro { font-size: 9px; }

    /* LEVA / CARDS */
    .leva-grid { grid-template-columns: 1fr; gap: 18px; }
    .leva-card { padding: 28px 24px; gap: 14px; }
    .leva-card .title { font-size: 22px; line-height: 1.2; }
    .leva-card .desc { font-size: 16px; line-height: 1.6; }
    .leva-vip { padding: 32px 24px; }
    .garantia-card { padding: 40px 28px; }

    /* OFERTA — CENTRALIZADA E LEGÍVEL */
    .oferta-lead { text-align: center; font-size: 18px; line-height: 1.55; color: #E5E5E5; margin: 24px auto 0; max-width: 100%; }
    .oferta-meta { grid-template-columns: 1fr; margin-bottom: 40px; }
    .oferta-meta .cell { border-right: none !important; border-bottom: 1px solid var(--border); text-align: center; padding: 22px 20px; }
    .oferta-meta .cell:last-child { border-bottom: none; }
    .oferta-meta .k { font-size: 11px; margin-bottom: 8px; }
    .oferta-meta .v { font-size: 16px; color: #F2F2F2; }

    .plans { grid-template-columns: 1fr; gap: 44px; max-width: 420px; margin: 0 auto; }
    .plan { padding: 40px 28px 32px; text-align: center; align-items: center; }
    .plan.featured { transform: none; margin-top: 12px; }
    .plan.featured::before { left: 50%; transform: translateX(-50%); top: -14px; }
    .plan .plan-name,
    .plan .plan-price,
    .plan .plan-install { width: 100%; }
    .plan .plan-name { font-size: 12px; letter-spacing: 0.18em; }
    .plan .plan-price { font-size: 60px; }
    .plan .plan-price .curr { font-size: 30px; }
    .plan .plan-install { font-size: 12px; color: #C4C4C4; }
    .plan ul { width: 100%; text-align: left; margin-bottom: 28px; }
    .plan li { font-size: 15px; line-height: 1.5; padding: 12px 0; color: #D8D8D8; }
    .plan.featured li { color: #2F2F2F; }
    .plan .btn { width: 100%; padding: 18px 22px; font-size: 15px; }
    .plan .muted-note { font-size: 13px; color: #C4C4C4; text-align: center; width: 100%; }
    .plan.featured .muted-note { color: #4A4438; }

    /* AGENDA PARTES */
    .parte-card { grid-template-columns: 1fr; gap: 16px; padding: 28px 24px; }
    .parte-card .num-col { font-size: 56px; line-height: 1; }
    .parte-card .title { font-size: 22px; line-height: 1.25; }
    .parte-card .desc { font-size: 16px; line-height: 1.6; color: #D8D8D8; }

    /* QUEM / EXPERT / CFM */
    .cfm-grid, .mecanismo .grid, .expert .grid, .quem-grid { grid-template-columns: 1fr; gap: 40px; }
    .expert .photo-slot { max-width: 320px; margin: 0 auto; }
    .expert .creds { gap: 20px; }
    .cfm-stat-row { grid-template-columns: 1fr; gap: 14px; }

    /* STRIP mobile 2col */
    .strip { grid-template-columns: 1fr 1fr; }
    .strip .cell:nth-child(2) { border-right: none; }
    .strip .cell { border-bottom: 1px solid var(--border); }

    /* FAQ */
    .faq-item summary { font-size: 17px; padding: 22px 20px; }
    .faq-item .answer { font-size: 15px; line-height: 1.6; padding: 0 20px 22px; color: #D8D8D8; }

    /* CTA FINAL */
    .cta-final .btn { width: 100%; justify-content: center; }
    .cta-final p { font-size: 16px; line-height: 1.6; color: #D8D8D8; }
  }

  @media (max-width: 480px) {
    body { font-size: 16px; }
    .container, .container-narrow, .container-wide { padding: 0 18px; }
    .topbar .status { display: none; }
    .hero h1 { font-size: clamp(34px, 10vw, 44px); }
    .hero .sub { font-size: 17px; }
    .hero .info-bar { flex-direction: column; gap: 10px; }
    .hero .info-bar .ib { flex: none; }

    .plans { max-width: 100%; }
    .plan { padding: 36px 22px 28px; }
    .plan .plan-price { font-size: 52px; }
    .plan li { font-size: 14.5px; }

    .garantia-card { padding: 32px 22px; }
    .leva-card .title { font-size: 20px; }
    .leva-card .desc { font-size: 15px; }
    .parte-card { padding: 24px 20px; }
    .parte-card .title { font-size: 20px; }
    .parte-card .desc { font-size: 15px; }
  }
