/* ════════════════════════════════ TOKENS (parametrizados por cliente via tokens-marca.md) ════════════════════════════════ */
:root {
  /* === TOKENS PARAMETRIZADOS === */
  --primary:       #1F5C4A;       /* ex EAM: #A07830 (gold-600) */
  --primary-dark:  #123A2E;  /* ex EAM: #070F1F (navy-900) */
  --accent:        #C89B4A;        /* ex EAM: #2AA8BE (signal-lt) */
  --bg:            #0D1512;            /* ex EAM: #040C1A (navy-950) */
  --bg-alt:        #121E19;        /* ex EAM: #0B1E3A (navy-800) */
  --text:          #EDF2EF;          /* ex EAM: #FAFAF8 (white) */
  --text-mid:      rgba(237,242,239,.72);      /* ex EAM: rgba(250,250,248,0.68) */
  --text-dim:      rgba(237,242,239,.46);      /* ex EAM: rgba(250,250,248,0.40) */
  --ff-display:    'Fraunces Variable', 'Fraunces', Georgia, serif;
  --ff-body:       'Inter Variable', 'Inter', system-ui, sans-serif;
  --ff-mono:       'IBM Plex Mono', ui-monospace, monospace;

  /* === FIXOS (escassez padrão da casa) === */
  --red-600:  #B91C1C;
  --red-700:  #7F1D1D;
  --red-300:  #FCA5A5;
  --red-100:  #FECACA;

  /* === DERIVADOS (variantes claras/escuras do primary) === */
  --primary-light: #3E8C72;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; background: var(--bg); overflow-x: hidden; }
html, body { width: 100%; max-width: 100%; margin: 0; }
body { background: var(--bg); color: var(--text); font-family: var(--ff-body); line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }

.hero > *, .mentor-inner > *, .tv-proof-inner > *, .cta-final-inner > * { min-width: 0; }

.gradient-bar { height: 3px; background: linear-gradient(90deg, var(--primary), var(--primary-light) 50%, var(--accent)); flex-shrink: 0; }

.badge-live { display: inline-flex; align-items: center; gap: 8px; background: rgba(42,168,190,.12); border: 1px solid rgba(42,168,190,.3); border-radius: 4px; padding: 6px 14px; }
.badge-live-dot { width: 7px; height: 7px; background: var(--accent); border-radius: 50%; box-shadow: 0 0 6px rgba(42,168,190,.6); animation: pulse-dot 1.5s ease-in-out infinite; flex-shrink: 0; }
.badge-live-text { font-family: var(--ff-mono); font-size: 9px; letter-spacing: .22em; color: var(--accent); text-transform: uppercase; font-weight: 700; }
@keyframes pulse-dot { 0%, 100% { opacity: 1; box-shadow: 0 0 6px rgba(42,168,190,.6); } 50% { opacity: .4; box-shadow: 0 0 10px rgba(42,168,190,.9); } }

.hero-red-tarja { display: inline-flex; align-items: center; gap: 14px; flex-wrap: wrap; background: linear-gradient(135deg, var(--red-600), var(--red-700)); border: 1px solid rgba(239,68,68,.55); border-radius: 5px; padding: 9px 18px; box-shadow: 0 3px 16px rgba(185,28,28,.32); }
.hero-red-tarja-date { font-family: var(--ff-mono); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #fff; }
.hero-red-tarja-sep { width: 1px; height: 14px; background: rgba(255,255,255,.4); }
.hero-red-tarja-limit { font-family: var(--ff-mono); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--red-100); display: inline-flex; align-items: center; gap: 7px; }
.hero-red-tarja-limit::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--red-300); box-shadow: 0 0 6px rgba(252,165,165,.8); animation: pulse-dot 1.5s ease-in-out infinite; flex-shrink: 0; }

.logo-wrap { display: flex; align-items: center; gap: 12px; }
.logo-wordmark { font-family: var(--ff-display); font-size: 1rem; font-weight: 300; letter-spacing: .22em; text-transform: uppercase; color: var(--text); line-height: 1.2; }
.logo-wordmark span { display: block; font-size: .58rem; letter-spacing: .32em; color: var(--accent); font-family: var(--ff-mono); font-weight: 400; margin-top: 2px; }

.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 14px 40px; display: flex; align-items: center; justify-content: space-between; background: rgba(4,12,26,.92); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(200,150,62,.1); }
.nav-cta { font-family: var(--ff-body); font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--bg); background: linear-gradient(135deg, var(--primary), var(--primary-light)); padding: 13px 32px; border: none; cursor: pointer; text-decoration: none; border-radius: 6px; box-shadow: 0 3px 16px rgba(200,150,62,.3); transition: opacity .2s, box-shadow .2s, transform .15s; white-space: nowrap; }
.nav-cta:hover { opacity: .92; transform: translateY(-1px); box-shadow: 0 5px 24px rgba(200,150,62,.44); }

.hero { min-height: 100svh; margin-top: 0; background: var(--bg); background-image: radial-gradient(ellipse 55% 70% at 25% 50%, rgba(200,150,62,.07) 0%, transparent 60%), radial-gradient(ellipse 40% 55% at 80% 55%, rgba(26,122,138,.09) 0%, transparent 55%); position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }
.hero::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(200,150,62,.030) 1px, transparent 1px), linear-gradient(90deg, rgba(200,150,62,.030) 1px, transparent 1px); background-size: 60px 60px; pointer-events: none; z-index: 0; }
.hero-content { padding: 46px 40px 40px 64px; position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: flex-start; gap: 0; overflow: visible; }

.hero-eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; flex-wrap: wrap; }
.hero-date-badge { font-family: var(--ff-mono); font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--accent); border: 1px solid rgba(42,168,190,.45); padding: 7px 15px; border-radius: 4px; background: rgba(42,168,190,.1); }
.hero-headline { font-family: var(--ff-display); font-size: clamp(1.5rem, 2.05vw, 2.1rem); font-weight: 300; line-height: 1.1; color: var(--text); margin-bottom: 12px; letter-spacing: .005em; }
.hero-headline em { color: var(--primary-light); font-style: italic; font-weight: 400; }
.hero-subhead { font-size: clamp(.95rem, 1.2vw, 1.05rem); font-weight: 400; color: rgba(250,250,248,0.82); line-height: 1.6; max-width: 460px; margin-bottom: 16px; }

.hero-bullets { list-style: none; margin: 0 0 16px; display: flex; flex-direction: column; gap: 9px; max-width: 540px; }
.hero-bullets li { position: relative; padding-left: 31px; font-size: clamp(.9rem, 1vw, 1rem); color: rgba(250,250,248,.86); line-height: 1.45; text-wrap: pretty; }
.hero-bullets li::before { content: ''; position: absolute; left: 0; top: 2px; width: 20px; height: 20px; background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 256 256' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='128' cy='128' r='112' stroke='%23C8963E' stroke-width='14' opacity='.35'/%3E%3Cpolyline points='72,134 110,172 186,86' stroke='%23D4A84E' stroke-width='20' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-size: contain; }
.hero-bullets li strong { color: var(--primary-light); font-weight: 600; }

.form-card { background: linear-gradient(160deg, rgba(4,12,26,.95) 0%, rgba(11,30,58,.97) 100%); border: 1px solid rgba(200,150,62,.28); padding: 20px 26px 16px; position: relative; overflow: hidden; }
.form-card::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(200,150,62,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(200,150,62,.04) 1px, transparent 1px); background-size: 28px 28px; pointer-events: none; }
.form-card::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background: linear-gradient(90deg, var(--primary), var(--accent)); }
.form-card-inner { position: relative; z-index: 1; }
.form-title { font-family: var(--ff-display); font-size: 1.35rem; font-weight: 500; color: var(--text); margin-bottom: 5px; line-height: 1.2; }
.form-title em { color: var(--primary-light); font-style: italic; }
.form-subtitle { font-size: .83rem; color: var(--text-mid); margin-bottom: 14px; line-height: 1.5; }
.form-label { font-family: var(--ff-body); font-size: 10px; font-weight: 700; letter-spacing: .06em; color: rgba(250,250,248,.75); margin-bottom: 5px; display: block; text-transform: uppercase; }
.form-field { background: rgba(255,255,255,.09); border: 1px solid rgba(200,150,62,.5); border-radius: 6px; padding: 11px 14px; width: 100%; margin-bottom: 10px; font-family: var(--ff-body); font-size: .93rem; color: var(--text); outline: none; transition: border-color .2s, box-shadow .2s, background .2s; }
.form-field::placeholder { color: rgba(250,250,248,.3); }
.form-field:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(200,150,62,.16); background: rgba(255,255,255,.13); }

select.form-field { appearance: none; -webkit-appearance: none; -moz-appearance: none; background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 256 256' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='70,100 128,158 186,100' stroke='%23C8963E' stroke-width='26' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; background-size: 13px; padding-right: 38px; cursor: pointer; color: var(--text); }
select.form-field:required:invalid { color: rgba(250,250,248,.3); }
select.form-field option { background: var(--bg-alt); color: var(--text); }
select.form-field option[value=""][disabled] { color: rgba(250,250,248,.4); }

.form-btn { display: block; width: 100%; background: linear-gradient(135deg, var(--primary), var(--primary-light)); color: var(--bg); font-family: var(--ff-body); font-size: .95rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 16px; text-align: center; margin-top: 4px; border: none; cursor: pointer; border-radius: 8px; box-shadow: 0 4px 20px rgba(200,150,62,.32); transition: opacity .2s, transform .15s, box-shadow .2s; }
.form-btn:hover { opacity: .92; transform: translateY(-1px); box-shadow: 0 6px 28px rgba(200,150,62,.44); }
.form-btn:active { transform: translateY(0); }
.form-btn:disabled { opacity: .5; cursor: not-allowed; transform: none; }
.form-privacy { font-size: .72rem; color: var(--text-dim); text-align: center; margin-top: 10px; line-height: 1.5; }

.form-success { display: none; text-align: center; padding: 20px 0; }
.form-success-icon { margin: 0 auto 14px; }
.form-success-title { font-family: var(--ff-display); font-size: 1.4rem; font-weight: 500; color: var(--text); margin-bottom: 10px; }
.form-success-sub { font-size: .87rem; color: var(--text-mid); line-height: 1.65; }
.form-success-btn { display: inline-block; margin-top: 18px; background: linear-gradient(135deg, var(--primary), var(--primary-light)); color: var(--bg); font-family: var(--ff-body); font-size: .85rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 14px 28px; border-radius: 8px; text-decoration: none; box-shadow: 0 4px 20px rgba(200,150,62,.3); }

.hero-photo { position: relative; overflow: hidden; height: 100%; }
.hero-photo-img { width: 100%; height: 100%; object-fit: cover; object-position: center 15%; display: block; }
.hero-photo-overlay { position: absolute; inset: 0; background: linear-gradient(270deg, rgba(4,12,26,.15) 0%, rgba(4,12,26,.55) 60%, rgba(4,12,26,.96) 100%); }
.hero-photo-overlay-bottom { position: absolute; bottom: 0; left: 0; right: 0; height: 35%; background: linear-gradient(0deg, var(--bg), transparent); }
.hero-photo-credentials { position: absolute; bottom: 24px; right: 24px; text-align: right; }
.hero-photo-name { font-family: var(--ff-display); font-size: 1.1rem; font-weight: 500; color: var(--text); letter-spacing: .04em; }
.hero-photo-title { font-family: var(--ff-mono); font-size: 9px; letter-spacing: .18em; color: var(--primary); text-transform: uppercase; margin-top: 4px; }

.section { padding: 88px 80px; max-width: 1200px; margin: 0 auto; }
.section-label { font-family: var(--ff-mono); font-size: 10px; letter-spacing: .24em; text-transform: uppercase; color: var(--primary); display: block; margin-bottom: 14px; }
.section-heading { font-family: var(--ff-display); font-size: clamp(2rem, 3.2vw, 3rem); font-weight: 300; line-height: 1.1; color: var(--text); margin-bottom: 14px; }
.section-heading em { color: var(--primary-light); font-style: italic; }
.section-sub { font-size: .98rem; color: var(--text-mid); max-width: 560px; line-height: 1.75; margin-bottom: 48px; }
.divider-gold { width: 56px; height: 1px; background: linear-gradient(90deg, var(--primary), transparent); margin: 24px 0; }

/* ──── PAIN CARDS (CSS sempre presente; fragmento opcional) ──── */
.para-quem-section { background: var(--bg-alt); border-top: 3px solid transparent; border-image: linear-gradient(90deg, var(--primary), var(--primary-light) 50%, var(--accent)) 1; }
.pain-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; }
.pain-card { background: rgba(255,255,255,.035); border: 1px solid rgba(200,150,62,.16); padding: 32px 26px; transition: border-color .25s; }
.pain-card:hover { border-color: rgba(200,150,62,.34); }
.pain-card-number { font-family: var(--ff-mono); font-size: 10px; font-weight: 700; letter-spacing: .2em; color: var(--primary-light); text-transform: uppercase; margin-bottom: 16px; display: inline-block; border: 1px solid rgba(200,150,62,.35); padding: 4px 10px; background: rgba(200,150,62,.08); }
.pain-card h3 { font-family: var(--ff-display); font-size: 1.2rem; font-weight: 500; color: var(--text); margin-bottom: 10px; line-height: 1.3; }
.pain-card p { font-size: .87rem; color: var(--text-mid); line-height: 1.75; }

/* ──── REVEAL ──── */
.reveal-section { background: var(--bg); position: relative; overflow: hidden; border-top: 3px solid transparent; border-image: linear-gradient(90deg, var(--primary), var(--primary-light) 50%, var(--accent)) 1; }
.reveal-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1px; background: rgba(200,150,62,.1); }
.reveal-item { background: var(--bg); padding: 44px 36px; position: relative; }
.reveal-item::before { content: attr(data-num); position: absolute; top: 36px; right: 32px; font-family: var(--ff-display); font-size: 4rem; font-weight: 300; color: rgba(200,150,62,.06); line-height: 1; }
.reveal-item-icon { margin-bottom: 18px; }
.reveal-item h3 { font-family: var(--ff-display); font-size: 1.35rem; font-weight: 500; color: var(--text); margin-bottom: 10px; line-height: 1.25; }
.reveal-item h3 em { color: var(--primary-light); font-style: italic; }
.reveal-item p { font-size: .87rem; color: var(--text-mid); line-height: 1.75; }

/* ──── PROOF ──── */
.proof-section { background: var(--bg-alt); position: relative; border-top: 3px solid transparent; border-image: linear-gradient(90deg, var(--primary), var(--primary-light) 50%, var(--accent)) 1; }
.proof-section::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(200,150,62,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(200,150,62,.025) 1px, transparent 1px); background-size: 48px 48px; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(200,150,62,.12); position: relative; z-index: 1; }
.proof-item { background: var(--bg-alt); padding: 44px 28px; text-align: center; }
.proof-number { font-family: var(--ff-display); font-size: clamp(2.2rem, 3.5vw, 3.2rem); font-weight: 300; color: var(--primary-light); line-height: 1; margin-bottom: 10px; }
.proof-label { font-family: var(--ff-mono); font-size: 9px; letter-spacing: .18em; color: var(--text-mid); text-transform: uppercase; line-height: 1.5; }

/* ──── MENTOR (CORE — sempre presente) ──── */
.mentor-section { background: var(--bg-alt); position: relative; overflow: hidden; border-top: 3px solid transparent; border-image: linear-gradient(90deg, var(--primary), var(--primary-light) 50%, var(--accent)) 1; }
.mentor-section-bg { position: absolute; inset: 0; background-image: radial-gradient(ellipse 50% 60% at 100% 50%, rgba(200,150,62,.05) 0%, transparent 55%), radial-gradient(ellipse 35% 45% at 0% 30%, rgba(26,122,138,.06) 0%, transparent 55%); }
.mentor-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 0; align-items: stretch; }
.mentor-content-col { padding: 72px 56px 72px 72px; position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; order: 1; }
.mentor-photo-col { position: relative; overflow: hidden; order: 2; min-height: 600px; }
.mentor-photo-grid { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 3px; height: 100%; }
.mentor-photo-grid-item { position: relative; overflow: hidden; }
.mentor-photo-grid-item img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; filter: grayscale(10%); transition: transform .4s ease, filter .3s; }
.mentor-photo-grid-item:hover img { transform: scale(1.04); filter: grayscale(0%); }
.mentor-photo-grid-item--tall { grid-row: 1 / 3; }
.mentor-photo-grid-item::after { content: ''; position: absolute; inset: 0; background: linear-gradient(160deg, transparent 60%, rgba(4,12,26,.55) 100%); }
.mentor-photo-col::before { content: ''; position: absolute; top: 0; left: 0; width: 80px; height: 100%; background: linear-gradient(90deg, var(--primary-dark), transparent); z-index: 2; pointer-events: none; }
.mentor-credentials-bar { display: flex; gap: 36px; margin-bottom: 32px; flex-wrap: wrap; }
.mentor-credential { text-align: center; }
.mentor-credential-number { font-family: var(--ff-display); font-size: 2rem; font-weight: 300; color: var(--primary-light); line-height: 1; margin-bottom: 4px; }
.mentor-credential-label { font-family: var(--ff-mono); font-size: 9px; letter-spacing: .16em; color: var(--text-mid); text-transform: uppercase; line-height: 1.4; }
.mentor-bio { font-family: var(--ff-display); font-size: 1.05rem; font-weight: 300; color: var(--text-mid); line-height: 1.8; margin-bottom: 28px; font-style: italic; }
.mentor-quote { background: rgba(200,150,62,.07); border-left: 2px solid var(--primary); padding: 18px 24px; margin-bottom: 28px; }
.mentor-quote p { font-family: var(--ff-display); font-size: 1.1rem; font-style: italic; color: var(--text); line-height: 1.55; }
.mentor-tags { display: flex; gap: 7px; flex-wrap: wrap; }
.mentor-tag { font-family: var(--ff-mono); font-size: 9px; letter-spacing: .12em; color: var(--primary); border: 1px solid rgba(200,150,62,.3); padding: 5px 11px; text-transform: uppercase; }

/* ──── TV-PROOF (fragmento opcional) ──── */
.tv-proof-section { background: var(--bg); padding: 88px 80px; position: relative; overflow: hidden; border-top: 3px solid transparent; border-image: linear-gradient(90deg, var(--primary), var(--primary-light) 50%, var(--accent)) 1; }
.tv-proof-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.tv-proof-img-wrap { position: relative; border: 1px solid rgba(200,150,62,.2); overflow: hidden; }
.tv-proof-img-wrap img { width: 100%; display: block; filter: grayscale(15%); }
.tv-proof-img-label { position: absolute; bottom: 0; left: 0; right: 0; padding: 12px 16px; background: linear-gradient(0deg, rgba(4,12,26,.9), transparent); font-family: var(--ff-mono); font-size: 9px; letter-spacing: .18em; color: var(--primary-light); text-transform: uppercase; }
.tv-proof-content h2 { font-family: var(--ff-display); font-size: clamp(1.7rem, 2.8vw, 2.5rem); font-weight: 300; color: var(--text); line-height: 1.15; margin-bottom: 18px; }
.tv-proof-content h2 em { color: var(--primary-light); font-style: italic; }
.tv-proof-content p { font-size: .92rem; color: var(--text-mid); line-height: 1.75; margin-bottom: 12px; }

.bullet-list { list-style: none; margin: 18px 0; display: flex; flex-direction: column; gap: 11px; }
.bullet-list li { display: flex; align-items: flex-start; gap: 11px; font-size: .9rem; color: var(--text-mid); line-height: 1.55; }
.bullet-list li::before { content: ''; display: block; flex-shrink: 0; width: 18px; height: 18px; background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 256 256' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='40,144 96,200 216,72' stroke='%23C8963E' stroke-width='20' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-size: contain; margin-top: 2px; }

/* ──── CTA-FINAL (fragmento opcional) ──── */
.cta-final-section { background: var(--bg-alt); background-image: radial-gradient(ellipse 60% 55% at 50% 100%, rgba(200,150,62,.07) 0%, transparent 60%), radial-gradient(ellipse 40% 40% at 10% 0%, rgba(26,122,138,.07) 0%, transparent 55%); position: relative; overflow: hidden; border-top: 3px solid transparent; border-image: linear-gradient(90deg, var(--primary), var(--primary-light) 50%, var(--accent)) 1; }
.cta-final-section::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(200,150,62,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(200,150,62,.025) 1px, transparent 1px); background-size: 60px 60px; }
.cta-final-inner { max-width: 1200px; margin: 0 auto; padding: 88px 80px; position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.cta-final-heading { font-family: var(--ff-display); font-size: clamp(2rem, 3.2vw, 3.2rem); font-weight: 300; color: var(--text); line-height: 1.1; margin-bottom: 18px; }
.cta-final-heading em { color: var(--primary-light); font-style: italic; }
.cta-final-sub { font-size: .95rem; color: var(--text-mid); line-height: 1.75; margin-bottom: 32px; }
.cta-final-date-block { background: rgba(200,150,62,.07); border: 1px solid rgba(200,150,62,.22); padding: 22px 26px; margin-bottom: 28px; }
.cta-final-date-label { font-family: var(--ff-mono); font-size: 9px; letter-spacing: .2em; text-transform: uppercase; color: var(--primary); margin-bottom: 7px; }
.cta-final-date-value { font-family: var(--ff-display); font-size: 1.4rem; font-weight: 500; color: var(--text); }
.cta-final-guarantees { display: flex; gap: 20px; flex-wrap: wrap; }
.cta-final-guarantee { font-family: var(--ff-mono); font-size: 9px; letter-spacing: .14em; color: var(--text-mid); text-transform: uppercase; display: flex; align-items: center; gap: 7px; }
.cta-final-guarantee::before { content: ''; display: block; width: 5px; height: 5px; background: var(--accent); border-radius: 50%; flex-shrink: 0; }

.footer { background: var(--bg); border-top: 1px solid rgba(200,150,62,.1); padding: 48px 80px; text-align: center; }
.footer p { font-family: var(--ff-mono); font-size: 10px; letter-spacing: .2em; color: var(--text-dim); text-transform: uppercase; line-height: 2.2; }
.footer p span { color: var(--primary); }

@keyframes fadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
.fade-in { animation: fadeUp .65s ease both; }
.fade-in-delay-1 { animation-delay: .1s; }
.fade-in-delay-2 { animation-delay: .22s; }
.fade-in-delay-3 { animation-delay: .38s; }

@keyframes draw-circle { to { stroke-dashoffset: 0; } }
@keyframes draw-check { to { stroke-dashoffset: 0; } }

.cta-mentor { margin-top: 32px; align-self: flex-start; padding: 16px 36px; font-size: 14px; }

@media (max-width: 1100px) {
  .hero { height: auto; min-height: 100svh; grid-template-columns: 1fr; }
  .hero-content { padding: 40px 40px 36px; min-height: 100svh; justify-content: flex-start; padding-top: 40px; }
  .hero-photo { height: 360px; min-height: unset; order: 2; }
  .hero-photo-overlay { background: linear-gradient(0deg, rgba(4,12,26,.9) 0%, transparent 60%); }
  .pain-grid { grid-template-columns: 1fr; gap: 16px; }
  .reveal-grid { grid-template-columns: 1fr; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .mentor-inner { grid-template-columns: 1fr; }
  .mentor-content-col { order: 1; padding: 56px 40px 40px; }
  .mentor-photo-col { order: 2; min-height: 400px; }
  .mentor-photo-col::before { width: 100%; height: 60px; top: auto; bottom: 0; left: 0; background: linear-gradient(0deg, var(--bg-alt), transparent); }
  .tv-proof-inner { grid-template-columns: 1fr; gap: 40px; }
  .cta-final-inner { grid-template-columns: 1fr; gap: 44px; padding: 72px 40px; }
  .section { padding: 72px 40px; }
  .tv-proof-section { padding: 72px 40px; }
  .footer { padding: 44px 32px; }
  .nav { padding: 12px 24px; }
}

@media (max-width: 640px) {
  .nav-cta { font-size: 11px; padding: 10px 18px; }
  .logo-wordmark { font-size: .72rem; letter-spacing: .1em; line-height: 1.3; }
  .logo-wordmark span { display: none; }
  .hero-content { padding: 28px 20px 28px; }
  .hero-headline { font-size: clamp(1.5rem, 6.4vw, 1.95rem); }
  .hero-subhead { font-size: .97rem; }
  .hero-bullets li { font-size: .92rem; }
  .hero-red-tarja { gap: 10px; padding: 8px 14px; }
  .hero-red-tarja-date { font-size: 11px; }
  .hero-red-tarja-limit { font-size: 10px; }
  .hero-photo { height: 340px; }
  .hero-photo-img { object-position: center 5%; }
  .hero-photo-name { font-size: 1.05rem; }
  .hero-photo-title { font-size: 10px; letter-spacing: .14em; }
  .form-card { padding: 22px 18px 18px; }
  .section, .tv-proof-section { padding: 56px 20px; }
  .cta-final-inner { padding: 56px 20px; }
  .pain-grid, .reveal-grid { grid-template-columns: 1fr; gap: 14px; }
  .proof-grid { grid-template-columns: 1fr 1fr; gap: 1px; }
  .mentor-content-col { padding: 44px 20px 32px; }
  .mentor-photo-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 220px; }
  .mentor-photo-grid-item--tall { display: none; }
  .mentor-photo-grid-item--action { display: none; }
  .mentor-photo-grid-item--palco02 { grid-row: 1 / 2; grid-column: 1 / 2; }
  .mentor-photo-grid-item--tv { display: block !important; grid-row: 1 / 2; grid-column: 2 / 3; }
  .tv-proof-img-wrap { display: none; }
  .tv-proof-inner { grid-template-columns: 1fr; }
  .mentor-credentials-bar { gap: 20px; }
  .footer { padding: 40px 20px; }
  .form-field { font-size: 16px; padding: 13px 14px; }
  .hero-content { min-height: auto; padding: 24px 20px 28px; }
  .hero-headline { margin-bottom: 10px; }
  .hero-bullets { margin-bottom: 14px; gap: 8px; }
  .hero-bullets li { padding-left: 28px; }
  .form-card { padding: 20px 18px 16px; }
  .form-subtitle { margin-bottom: 12px; }
  .form-btn { padding: 17px; }
  .hero-red-tarja-sep { display: none; }
  .hero-red-tarja-limit { font-size: 10px; letter-spacing: .1em; }
  .cta-mentor { width: 100%; text-align: center; align-self: stretch; padding: 16px; margin-top: 28px; }
  .hero-photo { height: 300px; }
  body { padding-bottom: 72px; }
  .mobile-cta-bar { display: flex; align-items: center; justify-content: center; gap: 8px; position: fixed; left: 0; right: 0; bottom: 0; z-index: 200; padding: 15px 20px calc(15px + env(safe-area-inset-bottom)); background: linear-gradient(135deg, var(--primary), var(--primary-light)); color: var(--bg); font-family: var(--ff-body); font-size: 15px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; text-decoration: none; box-shadow: 0 -4px 24px rgba(4,12,26,.55); transition: transform .3s ease, opacity .3s ease; }
  .mobile-cta-bar.is-hidden { transform: translateY(120%); opacity: 0; pointer-events: none; }
  .hero-content { text-align: center; }
  .hero-eyebrow { justify-content: center; }
  .hero-red-tarja { justify-content: center; }
  .hero-headline { text-align: center; }
  .hero-bullets { width: fit-content; max-width: 100%; margin-left: auto; margin-right: auto; align-items: flex-start; }
  .form-title, .form-subtitle { text-align: center; }
  .form-label { text-align: left; }
  .hero-photo-credentials { left: 0; right: 0; text-align: center; }
  .mentor-content-col { text-align: center; }
  .mentor-section .section-heading { text-align: center; }
  .mentor-credentials-bar { justify-content: center; }
  .mentor-quote { border-left: none; border-top: 2px solid var(--primary); width: 100%; }
  .mentor-tags { justify-content: center; }
}

.mobile-cta-bar { display: none; }

.iti { width: 100%; }
.iti__flag-container { height: 100%; }
.iti__selected-flag { background: rgba(255,255,255,.04); border-right: 1px solid rgba(200,150,62,.25); border-radius: 6px 0 0 6px; padding: 0 10px 0 12px; }
.iti__selected-flag:hover, .iti__selected-flag:focus { background: rgba(255,255,255,.08); }
.iti__arrow { border-top-color: rgba(200,150,62,.7); }
.iti__arrow--up { border-bottom-color: rgba(200,150,62,.7); }
.iti__country-list { background: var(--bg-alt); border: 1px solid rgba(200,150,62,.3); color: var(--text-mid); border-radius: 6px; box-shadow: 0 8px 32px rgba(0,0,0,.6); }
.iti__country.iti__highlight, .iti__country:hover { background: rgba(200,150,62,.12); }
.iti__divider { border-color: rgba(200,150,62,.2); }
.iti__search-input { background: var(--bg-alt); border-bottom: 1px solid rgba(200,150,62,.3); color: var(--text-mid); padding: 8px 12px; }
.iti__dial-code { color: rgba(200,150,62,.7); }
/* CSS específico do FAQ — adicionar quando o fragmento for incluído */
.faq-section { background: var(--bg); padding: 88px 80px; }
.faq-section .section-label, .faq-section .section-heading { max-width: 760px; margin-left: auto; margin-right: auto; }
.faq-section .section-heading { text-align: center; margin-bottom: 36px; }
.faq-list { max-width: 760px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid rgba(200,150,62,.18); padding: 18px 0; }
.faq-item summary { font-family: var(--ff-display); font-size: 1.15rem; font-weight: 500; color: var(--text); cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-family: var(--ff-mono); font-size: 1.4rem; color: var(--primary); transition: transform .2s; flex-shrink: 0; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { margin-top: 12px; color: var(--text-mid); line-height: 1.7; font-size: .95rem; }
@media (max-width: 640px) {
  .faq-section { padding: 56px 20px; }
  .faq-item summary { font-size: 1.02rem; }
}