:root {
  color-scheme: dark;
  --ink: #f7f9fc;
  --muted: #b8c1d1;
  --navy: #06101f;
  --navy-2: #0a1830;
  --panel: #0d1d37;
  --line: rgba(255,255,255,.12);
  --blue: #48a9ff;
  --blue-2: #1878d1;
  --gold: #f3c969;
  --green: #22c777;
  --green-dark: #10291f;
  --white: #fff;
  --shadow: 0 24px 70px rgba(0,0,0,.3);
  --radius: 24px;
  --max: 1160px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--navy); }
body { margin: 0; color: var(--ink); background: var(--navy); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 1rem; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: 0 0 auto; height: 42rem; z-index: -2; pointer-events: none; background: radial-gradient(circle at 82% 12%, rgba(36,132,220,.25), transparent 34%), radial-gradient(circle at 20% 0%, rgba(243,201,105,.08), transparent 28%); }
img, iframe { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: #fff; color: #081326; padding: .75rem 1rem; border-radius: .6rem; }
.skip-link:focus { top: 1rem; }
.wrap { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.site-header { height: 4.5rem; display: flex; align-items: center; border-bottom: 1px solid var(--line); background: rgba(6,16,31,.84); backdrop-filter: blur(16px); position: relative; z-index: 5; }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; font-weight: 800; letter-spacing: -.025em; }
.brand-mark { display: grid; place-items: center; width: 2.1rem; height: 2.1rem; border: 1px solid rgba(243,201,105,.55); border-radius: .65rem; color: var(--gold); font-size: .76rem; letter-spacing: -.04em; background: linear-gradient(145deg, #162844, #09152a); box-shadow: inset 0 0 16px rgba(243,201,105,.07); }
.brand-name { line-height: 1; }
.brand-name small { display: block; color: var(--muted); font-weight: 600; font-size: .64rem; letter-spacing: .13em; text-transform: uppercase; margin-top: .3rem; }
.header-pill { display: inline-flex; align-items: center; gap: .45rem; color: #d9f9ea; border: 1px solid rgba(34,199,119,.32); background: rgba(34,199,119,.08); padding: .38rem .72rem; border-radius: 999px; font-size: .75rem; font-weight: 800; white-space: nowrap; }
.header-pill::before { content: ""; width: .45rem; height: .45rem; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(34,199,119,.12); }
.hero { padding: 2rem 0 4.5rem; overflow: hidden; }
.hero-grid { display: grid; gap: 2rem; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: .55rem; margin: 0 0 1rem; color: var(--gold); font-size: .78rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 1.8rem; height: 2px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 14ch; margin-bottom: 1rem; font-size: clamp(2.25rem, 9.8vw, 4.65rem); line-height: .98; letter-spacing: -.065em; text-wrap: balance; }
h1 .accent { display: block; color: var(--gold); font-size: .58em; letter-spacing: -.035em; margin-top: .55rem; line-height: 1.05; }
.hero-copy { color: var(--muted); max-width: 36rem; font-size: 1.05rem; line-height: 1.62; margin-bottom: 1.35rem; }
.cta { display: inline-flex; width: 100%; min-height: 3.65rem; align-items: center; justify-content: center; gap: .65rem; border: 0; border-radius: .9rem; padding: .85rem 1.2rem; background: var(--green); color: #04160e; text-decoration: none; text-align: center; font-size: .93rem; line-height: 1.2; font-weight: 900; letter-spacing: .015em; box-shadow: 0 14px 40px rgba(34,199,119,.22); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; cursor: pointer; }
.cta:hover { transform: translateY(-2px); background: #35dc8d; box-shadow: 0 18px 44px rgba(34,199,119,.3); }
.cta:focus-visible, .button-secondary:focus-visible, button:focus-visible, a:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.cta svg { flex: 0 0 auto; }
.microcopy { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: .15rem .5rem; color: #aeb9c9; font-size: .76rem; margin: .75rem 0 0; text-align: center; }
.microcopy span + span::before { content: "•"; margin-right: .5rem; color: var(--gold); }
.hero-photo-shell { position: relative; min-height: 26rem; border-radius: 2rem; overflow: hidden; border: 1px solid rgba(255,255,255,.14); background: #12233c; box-shadow: var(--shadow); isolation: isolate; }
.hero-photo-shell::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 46%, rgba(4,11,22,.66)); pointer-events: none; }
.hero-photo { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: 50% 42%; }
.photo-proof { position: absolute; z-index: 2; left: 1rem; right: 1rem; bottom: 1rem; display: flex; align-items: center; gap: .8rem; padding: .75rem .9rem; border: 1px solid rgba(255,255,255,.18); border-radius: .9rem; background: rgba(6,16,31,.83); backdrop-filter: blur(12px); box-shadow: 0 10px 30px rgba(0,0,0,.22); }
.proof-icon { display: grid; place-items: center; flex: 0 0 auto; width: 2.2rem; height: 2.2rem; color: var(--gold); background: rgba(243,201,105,.1); border-radius: .7rem; }
.photo-proof strong { display: block; font-size: .9rem; line-height: 1.2; }
.photo-proof span { display: block; color: var(--muted); font-size: .74rem; margin-top: .18rem; }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: .55rem; margin-top: 1.25rem; }
.trust-item { min-width: 0; padding: .7rem .4rem; border-top: 1px solid var(--line); }
.trust-item strong { display: block; color: var(--gold); font-size: 1.1rem; line-height: 1.15; }
.trust-item span { display: block; color: var(--muted); font-size: .68rem; line-height: 1.35; margin-top: .2rem; }
.section { padding: 4.5rem 0; }
.section-soft { background: linear-gradient(180deg, rgba(13,29,55,.78), rgba(6,16,31,.2)); border-block: 1px solid var(--line); }
.section-heading { max-width: 42rem; margin-bottom: 2rem; }
.section-kicker { color: var(--blue); font-size: .78rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; margin-bottom: .65rem; }
h2 { font-size: clamp(1.85rem, 7vw, 3rem); line-height: 1.08; letter-spacing: -.045em; text-wrap: balance; margin-bottom: .8rem; }
.section-heading p, .about-copy p, .final-cta p { color: var(--muted); margin-bottom: 0; }
.lessons { display: grid; gap: .9rem; }
.lesson-card { position: relative; overflow: hidden; min-height: 12.8rem; padding: 1.25rem; border: 1px solid var(--line); border-radius: 1.1rem; background: linear-gradient(145deg, rgba(16,36,65,.95), rgba(9,22,43,.95)); box-shadow: 0 16px 45px rgba(0,0,0,.12); }
.lesson-card::after { content: attr(data-number); position: absolute; right: -.2rem; bottom: -2rem; color: rgba(255,255,255,.035); font-weight: 900; font-size: 8rem; line-height: 1; letter-spacing: -.08em; }
.lesson-top { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; margin-bottom: 1rem; }
.lesson-number { display: grid; place-items: center; width: 2.3rem; height: 2.3rem; border-radius: .72rem; background: rgba(72,169,255,.12); border: 1px solid rgba(72,169,255,.35); color: #8bc9ff; font-weight: 900; }
.lesson-tag { color: #94a4bb; text-transform: uppercase; font-size: .66rem; letter-spacing: .12em; font-weight: 800; }
.lesson-card h3 { position: relative; z-index: 1; font-size: 1.05rem; line-height: 1.25; margin-bottom: .55rem; letter-spacing: -.02em; }
.lesson-card p { position: relative; z-index: 1; color: var(--muted); font-size: .87rem; line-height: 1.5; margin-bottom: 0; }
.section-action { max-width: 34rem; margin: 2rem auto 0; text-align: center; }
.about-grid { display: grid; gap: 2rem; align-items: center; }
.about-photo { position: relative; min-height: 28rem; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); box-shadow: var(--shadow); }
.about-photo img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: 55% 45%; }
.about-photo::after { content: ""; position: absolute; inset: auto 0 0; height: 34%; background: linear-gradient(transparent, rgba(6,16,31,.52)); }
.about-copy h2 { margin-bottom: 1.15rem; }
.about-copy p + p { margin-top: 1rem; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: .6rem; margin-top: 1.5rem; }
.stat { padding: 1rem .55rem; border: 1px solid var(--line); border-radius: .9rem; background: rgba(13,29,55,.8); text-align: center; }
.stat strong { display: block; color: var(--gold); font-size: clamp(1.15rem, 5vw, 1.8rem); line-height: 1; letter-spacing: -.04em; }
.stat span { display: block; color: var(--muted); font-size: .68rem; line-height: 1.25; margin-top: .45rem; }
.final-section { padding: 1rem 0 5rem; }
.final-cta { position: relative; overflow: hidden; padding: 2rem 1.25rem; border: 1px solid rgba(72,169,255,.25); border-radius: var(--radius); background: radial-gradient(circle at 92% 18%, rgba(72,169,255,.2), transparent 27%), linear-gradient(135deg, #102b4e, #0b1d36); text-align: center; box-shadow: var(--shadow); }
.final-cta h2 { max-width: 18ch; margin: 0 auto .8rem; }
.final-cta p { max-width: 32rem; margin: 0 auto 1.35rem; }
.final-cta .cta { max-width: 28rem; }
.site-footer { padding: 2rem 0 6.5rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .8rem; }
.footer-inner { display: flex; gap: 1rem; flex-direction: column; }
.footer-links { display: flex; gap: .85rem 1.2rem; flex-wrap: wrap; }
.footer-links a, .link-button { color: #d3dbe7; text-underline-offset: .22rem; }
.link-button { appearance: none; border: 0; padding: 0; background: none; text-decoration: underline; cursor: pointer; font: inherit; }
.mobile-cta { position: fixed; z-index: 10; left: .75rem; right: .75rem; bottom: .7rem; padding: .42rem; border: 1px solid rgba(255,255,255,.17); border-radius: 1.15rem; background: rgba(6,16,31,.9); backdrop-filter: blur(14px); box-shadow: 0 12px 40px rgba(0,0,0,.4); }
.mobile-cta .cta { min-height: 3.2rem; }
.mobile-cta { opacity: 0; pointer-events: none; transform: translateY(calc(100% + 2rem)); transition: opacity .2s ease, transform .25s ease; }
.mobile-cta.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.cookie-banner, .cookie-settings { position: fixed; z-index: 30; left: .75rem; right: .75rem; bottom: .75rem; max-width: 33rem; margin-left: auto; padding: 1.15rem; border: 1px solid rgba(255,255,255,.2); border-radius: 1rem; background: #101e32; box-shadow: 0 24px 70px rgba(0,0,0,.5); }
.cookie-banner[hidden], .cookie-settings[hidden], [hidden] { display: none !important; }
.cookie-banner h2, .cookie-settings h2 { font-size: 1.05rem; letter-spacing: -.02em; margin-bottom: .4rem; }
.cookie-banner p, .cookie-settings p { color: var(--muted); font-size: .8rem; line-height: 1.45; margin-bottom: .85rem; }
.cookie-actions { display: grid; grid-template-columns: 1fr 1fr; gap: .55rem; }
.cookie-actions button { min-height: 2.65rem; border-radius: .7rem; padding: .55rem .7rem; border: 1px solid var(--line); background: #172a45; color: var(--ink); font-weight: 800; font-size: .78rem; cursor: pointer; }
.cookie-actions .accept { border-color: var(--green); background: var(--green); color: #04160e; }
.cookie-actions .custom { grid-column: 1 / -1; background: transparent; }
.toggle-row { display: flex; align-items: flex-start; gap: .7rem; padding: .7rem 0; border-top: 1px solid var(--line); }
.toggle-row input { width: 1.1rem; height: 1.1rem; margin-top: .2rem; accent-color: var(--green); }
.toggle-row strong { display: block; font-size: .87rem; }
.toggle-row span { display: block; color: var(--muted); font-size: .72rem; line-height: 1.4; }

/* Aulas */
.lesson-page { min-height: 100vh; background: radial-gradient(circle at 50% 0, rgba(33,112,187,.16), transparent 24%), var(--navy); }
.lesson-main { padding: 2rem 0 4rem; }
.breadcrumb { color: var(--muted); font-size: .78rem; margin-bottom: 1.25rem; }
.breadcrumb a { color: #dbe5f3; text-underline-offset: .2rem; }
.lesson-progress { display: flex; align-items: center; gap: .35rem; margin-bottom: 1rem; }
.progress-step { height: .28rem; flex: 1; max-width: 4rem; border-radius: 999px; background: rgba(255,255,255,.12); }
.progress-step.done, .progress-step.current { background: var(--blue); }
.lesson-title { max-width: 800px; margin-bottom: 1.5rem; }
.lesson-title .eyebrow { margin-bottom: .7rem; }
.lesson-title h1 { max-width: 17ch; font-size: clamp(2rem, 8vw, 3.7rem); line-height: 1.03; margin-bottom: .75rem; }
.lesson-title p { color: var(--muted); max-width: 45rem; margin-bottom: 0; }
.video-frame { position: relative; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 1.15rem; background: linear-gradient(135deg, #102947, #081528); box-shadow: var(--shadow); }
.video-frame iframe { width: 100%; height: 100%; border: 0; }
.video-placeholder { position: absolute; inset: 0; display: grid; place-items: center; padding: 1.5rem; text-align: center; }
.video-placeholder div { max-width: 28rem; }
.video-placeholder strong { display: block; font-size: 1.05rem; margin-bottom: .4rem; }
.video-placeholder span { display: block; color: var(--muted); font-size: .8rem; }
.video-load { position: absolute; inset: 0; width: 100%; border: 0; color: var(--white); background: radial-gradient(circle at 50% 50%, rgba(72,169,255,.24), transparent 24%), linear-gradient(135deg, #102947, #081528); font-weight: 900; font-size: 1rem; cursor: pointer; }
.video-load::first-letter { color: var(--gold); }
.lesson-detail { display: grid; gap: 1.5rem; margin-top: 1.5rem; }
.lesson-panel { padding: 1.2rem; border: 1px solid var(--line); border-radius: 1rem; background: rgba(13,29,55,.72); }
.lesson-panel h2 { font-size: 1.25rem; margin-bottom: .45rem; }
.lesson-panel p { color: var(--muted); margin-bottom: 0; font-size: .92rem; }
.lesson-nav { display: grid; gap: .75rem; margin-top: 1.5rem; }
.button-secondary { display: inline-flex; min-height: 3.3rem; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: .85rem; padding: .75rem 1rem; color: #e4eaf3; background: rgba(255,255,255,.035); text-decoration: none; font-weight: 800; text-align: center; }
.offer-box { margin-top: 1.5rem; padding: 1.5rem; border: 1px solid rgba(243,201,105,.28); border-radius: 1rem; background: linear-gradient(135deg, rgba(243,201,105,.08), rgba(72,169,255,.07)); text-align: center; }
.offer-box h2 { font-size: clamp(1.5rem, 6vw, 2.15rem); }
.offer-box p { max-width: 38rem; color: var(--muted); margin: 0 auto 1.2rem; }
.offer-pending { display: inline-flex; min-height: 3.2rem; align-items: center; padding: .7rem 1rem; border: 1px dashed rgba(255,255,255,.25); border-radius: .8rem; color: var(--muted); font-size: .82rem; }

/* Política */
.legal-main { padding: 2.5rem 0 5rem; }
.legal { max-width: 760px; }
.legal h1 { max-width: none; font-size: clamp(2.1rem, 8vw, 3.6rem); }
.legal h2 { margin-top: 2rem; font-size: 1.3rem; letter-spacing: -.02em; }
.legal p, .legal li { color: #c3ccda; }
.legal li + li { margin-top: .45rem; }
.placeholder { display: inline-block; color: #091323; background: var(--gold); border-radius: .35rem; padding: .05rem .35rem; font-weight: 800; }

@media (min-width: 640px) {
  .wrap { width: min(calc(100% - 3rem), var(--max)); }
  .hero { padding-top: 3rem; }
  .hero-grid { grid-template-columns: 1.02fr .98fr; gap: 2.5rem; }
  .hero-photo-shell { min-height: 34rem; }
  .hero-actions { max-width: 29rem; }
  .lessons { grid-template-columns: repeat(2, 1fr); }
  .lesson-card { min-height: 13.4rem; }
  .about-grid { grid-template-columns: .9fr 1.1fr; gap: 3rem; }
  .section { padding: 6rem 0; }
  .final-cta { padding: 3.2rem 2rem; }
  .footer-inner { flex-direction: row; justify-content: space-between; align-items: center; }
  .lesson-nav { grid-template-columns: 1fr 1.4fr; }
  .cookie-actions { grid-template-columns: repeat(3, 1fr); }
  .cookie-actions .custom { grid-column: auto; }
}
@media (min-width: 960px) {
  .lessons { grid-template-columns: repeat(4, 1fr); }
  .mobile-cta { display: none; }
  .site-footer { padding-bottom: 2rem; }
  .cookie-banner, .cookie-settings { right: 1.2rem; bottom: 1.2rem; left: auto; }
  .lesson-detail { grid-template-columns: 1.4fr .6fr; }
}
@media (max-width: 639px) {
  .brand-name small { display: none; }
  .hero { padding-top: 1rem; }
  .hero-grid { display: flex; flex-direction: column; gap: 1.2rem; }
  .hero-grid > div:first-child { order: 2; }
  .hero-photo-shell { order: 1; width: 100%; min-height: 15.25rem; border-radius: 1.35rem; background: #10213a; }
  .hero-photo-shell::before { content: ""; position: absolute; z-index: 0; inset: -1.2rem; background: url('/assets/daniel-bancada.webp') 50% 45% / cover no-repeat; filter: blur(18px); opacity: .42; transform: scale(1.08); }
  .hero-photo { z-index: 1; object-fit: contain; object-position: center; transform: none; }
  .hero-photo-shell .photo-proof { display: none; }
  .photo-proof { left: .7rem; right: .7rem; bottom: .7rem; padding: .6rem .7rem; }
  .photo-proof span span { display: none; }
  .eyebrow { margin-bottom: .65rem; }
  .hero-copy { font-size: .98rem; line-height: 1.5; margin-bottom: 1rem; }
  .trust-row { margin-top: 1rem; }
  .about-photo { min-height: 25rem; }
}
@media (max-width: 370px) {
  .wrap { width: min(calc(100% - 1.25rem), var(--max)); }
  .header-pill { padding-inline: .55rem; font-size: .68rem; }
  .stats { grid-template-columns: 1fr; }
  .stat { display: flex; align-items: center; justify-content: space-between; text-align: left; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Revisão: aulas independentes, vídeo primeiro e conteúdo compacto. */
.lesson-wrap { max-width: 1040px; }
.lesson-main { padding: 2.5rem 0 3rem; }
.lesson-title { margin-bottom: 1.2rem; }
.lesson-title h1 { max-width: 26ch; font-size: clamp(1.75rem, 4vw, 3.25rem); line-height: 1.12; margin-bottom: 0; }
.lesson-title .eyebrow { margin-bottom: .8rem; }
.lesson-title .lesson-progress { max-width: 300px; margin: 0 0 1.2rem; }
.video-frame { width: 100%; aspect-ratio: 16 / 9; scroll-margin-top: 1rem; border-radius: 1rem; }
.video-frame iframe { display: block; width: 100%; height: 100%; border: 0; }
.lesson-urgency, .material-box { text-align: center; padding: 2rem 0; }
.lesson-urgency h2 { font-size: clamp(1.1rem, 3vw, 1.5rem); margin-bottom: 1.2rem; }
.lesson-page h2 { overflow-wrap: anywhere; }
.tools-list { margin: 2rem 0; display: grid; gap: .6rem; }
.tools-list h2 { font-size: 1rem; color: var(--gold); margin: 1.4rem 0 .5rem; }
.tool-link { display: flex; flex-direction: column; gap: .4rem; border: 1px solid #26364b; background: #0c192b; border-radius: .8rem; padding: 1rem 1.2rem; text-decoration: none; }
.tool-link:hover { border-color: var(--gold); }
.tool-link strong { color: #f4f6fa; font-size: 1rem; }
.tool-link small { color: #76dba1; font-size: .875rem; overflow-wrap: anywhere; }
.offer-box { margin: 2.2rem 0; text-align: center; }
.offer-box h2 { font-size: clamp(1.4rem, 3vw, 2rem); margin-bottom: 1rem; }
.offer-box p { margin-bottom: 1.5rem; }
.certificates { margin: 2rem 0; text-align: center; }
.certificates h2 { font-size: clamp(1.4rem, 3vw, 2rem); margin-bottom: 1.5rem; }
.certificates img { width: 100%; height: auto; display: block; object-fit: contain; border-radius: .6rem; }
.curriculum { margin: 3.5rem 0; }
.curriculum > h2 { font-size: clamp(1.7rem, 4vw, 2.5rem); margin-bottom: 1.7rem; }
.course-module { border: 1px solid #304158; border-radius: .8rem; background: #0c192b; margin-bottom: .8rem; overflow: hidden; }
.course-module summary { list-style: none; cursor: pointer; padding: 1.3rem; display: grid; gap: .8rem; }
.course-module summary::-webkit-details-marker { display: none; }
.course-module summary strong { font-size: 1rem; line-height: 1.5; }
.course-module summary span { color: #dbc17c; font-size: .8rem; display: flex; justify-content: space-between; gap: .8rem; }
.course-module summary b { font-size: 1.25rem; line-height: 1; }
.course-module[open] summary { border-bottom: 1px solid #304158; }
.course-module[open] summary b { transform: rotate(45deg); }
.course-module ul { margin: 0; padding: 1.3rem 1.3rem 1.3rem 2.4rem; color: #ccd5e1; }
.course-module li { padding-bottom: .7rem; line-height: 1.6; }
.course-bonuses { padding: 1.5rem; border: 1px solid #8d753a; border-radius: .8rem; color: #eed89d; margin-top: 1.5rem; }
.course-bonuses p + p { margin-top: 1rem; }
.checkout-box { padding: clamp(1.4rem, 5vw, 3rem); border: 1px solid #b8974e; border-radius: 1.25rem; text-align: center; background: linear-gradient(135deg,#1b2d40,#0b1627); }
.checkout-box h2 { font-size: clamp(1.6rem, 4vw, 2.7rem); }
.price { margin: 1.5rem 0; }
.price strong { display: block; color: #efd38b; font-size: clamp(1.8rem, 5vw, 3rem); }
.lesson-page .cta { max-width: 100%; white-space: normal; text-align: center; }
.lesson-page .site-footer { padding-bottom: 2rem; }
@media (max-width: 639px) {
  .hero-grid { gap: .9rem; }
  .hero-photo-shell { min-height: 14rem; height: 14rem; }
  .hero h1 { font-size: clamp(1.9rem, 8.4vw, 2.7rem); margin-bottom: .8rem; }
  .lesson-wrap { width: calc(100% - 1.5rem); }
  .lesson-main { padding-top: 1.5rem; }
  .lesson-title h1 { font-size: clamp(1.55rem, 6.7vw, 2.3rem); max-width: none; }
  .lesson-page[data-lesson="8"] .lesson-title h1 { font-size: clamp(1.8rem, 7.5vw, 2.7rem); }
  .video-frame { border-radius: .65rem; }
  .lesson-title { margin-bottom: 1rem; }
  .offer-box { padding: 1.4rem 1rem; }
  .course-module summary { padding: 1rem; }
  .lesson-page .cta { font-size: .875rem; padding: 1rem .8rem; }
}

/* Acabamento final: moldura de smartphone e retrato da loja. */
.hero-photo-shell { width: min(100%, 365px); min-height: 0; height: auto; justify-self: center; margin-inline: auto; padding: 22px 8px 12px; border: 1px solid #c0a66a; border-radius: 34px; background: #101d30; box-shadow: 0 0 0 4px #19273a, 0 25px 65px #0006; }
.hero-photo-shell::before { content: ""; position: absolute; inset: 8px auto auto 50%; width: 42px; height: 4px; border-radius: 8px; background: #627184; transform: translateX(-50%); filter: none; opacity: 1; z-index: 2; }
.hero-photo-shell::after { display: none; }
.hero-photo-shell picture { display: block; overflow: hidden; border-radius: 23px; }
.hero-photo-shell .hero-photo { position: static; width: 100%; height: auto; aspect-ratio: 3 / 4; object-fit: contain; object-position: center; transform: none; }
.hero-photo-shell .photo-proof { display: none; }
.about-photo { width: min(100%, 380px); min-height: 0; aspect-ratio: 1290 / 1836; margin-inline: auto; border-color: #a48b51; }
.about-photo img { position: static; width: 100%; height: auto; object-fit: contain; }
.about-photo::after { display: none; }
:where(a,button,summary,input):focus-visible { outline: 3px solid #f3c969; outline-offset: 4px; }
.footer-links a, .footer-links button { min-height: 44px; display: inline-flex; align-items: center; }
.cookie-actions button { min-height: 44px; }
.cookie-banner, .cookie-settings { max-height: calc(100dvh - 2rem); overflow-y: auto; }
@media (max-width: 639px) {
  .site-header { height: 3.75rem; }
  .hero { padding-top: .8rem; padding-bottom: 2.5rem; }
  .hero-grid { gap: 1rem; }
  .hero-photo-shell { width: 80%; max-width: 300px; min-height: 0; height: auto; border-radius: 29px; padding: 19px 7px 10px; }
  .hero-photo-shell picture { border-radius: 19px; }
  .hero-grid > div:first-child > .eyebrow { display: none; }
  .hero h1 { max-width: none; font-size: clamp(1.85rem, 8vw, 2.25rem); line-height: 1.04; margin-bottom: .65rem; }
  .hero h1 .accent { font-size: .65em; margin-top: .4rem; }
  .hero-copy { margin-bottom: .8rem; font-size: .95rem; line-height: 1.45; }
  .hero .microcopy { margin-top: .5rem; }
  .about-photo { width: 90%; min-height: 0; }
  .section { padding-block: 3rem; }
}
