:root {
  --ink: #f7f9ff;
  --muted: #aeb9ce;
  --bg: #05070b;
  --surface: #0d1119;
  --surface-2: #111827;
  --line: rgba(255,255,255,.12);
  --blue: #1765ff;
  --course-accent: #4f8cff;
  --hotmart: #ff4f16;
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--bg); }
body::before { content: ""; position: fixed; inset: 0; z-index: -2; background: radial-gradient(circle at 80% 8%, color-mix(in srgb, var(--course-accent) 16%, transparent), transparent 28%), linear-gradient(180deg, #070b12 0%, #05070b 44%, #080b12 100%); }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 14px; top: -100px; z-index: 100; padding: 12px 16px; border-radius: 10px; background: #fff; color: #05070b; font-weight: 800; }
.skip-link:focus { top: 12px; }

.course-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--line); background: rgba(5,7,11,.92); }
.header-row { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.course-brand { position: relative; width: 184px; height: 58px; overflow: hidden; display: block; flex: 0 0 auto; }
.course-brand img { position: absolute; width: 200px; max-width: none; height: auto; left: -6px; top: -79px; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.back-link { color: #c8d0df; text-decoration: none; font-weight: 700; font-size: .92rem; }
.back-link:hover { color: #fff; }

.button { min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 0; border-radius: 12px; background: linear-gradient(135deg, var(--blue), #0057ff); color: #fff; text-decoration: none; font-weight: 850; box-shadow: 0 14px 38px rgba(0,87,255,.25); transition: transform .2s ease, box-shadow .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); box-shadow: 0 18px 48px rgba(0,87,255,.38); }
.button-small { min-height: 44px; padding-inline: 18px; font-size: .9rem; }
.button-hotmart { width: 100%; background: linear-gradient(135deg, #ff6a24, var(--hotmart)); box-shadow: 0 16px 42px rgba(255,79,22,.25); }
.button-hotmart:hover, .button-hotmart:focus-visible { box-shadow: 0 20px 52px rgba(255,79,22,.38); }

.course-hero { position: relative; min-height: 710px; display: grid; align-items: center; isolation: isolate; overflow: hidden; border-bottom: 1px solid var(--line); }
.course-hero::after { content: ""; position: absolute; z-index: -1; inset: auto -12% -42% 38%; height: 72%; background: radial-gradient(ellipse, color-mix(in srgb, var(--course-accent) 24%, transparent), transparent 66%); filter: blur(28px); }
.course-hero-grid { padding-block: 92px 74px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .92fr); align-items: center; gap: clamp(44px, 7vw, 90px); }
.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 12px; color: #8db5ff; font-size: .78rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 34px; height: 2px; background: var(--course-accent); box-shadow: 0 0 16px color-mix(in srgb, var(--course-accent) 70%, transparent); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 22px; max-width: 760px; font-size: clamp(3rem, 6vw, 6.1rem); line-height: .92; letter-spacing: -.065em; }
h1 span { color: var(--course-accent); text-shadow: 0 0 38px color-mix(in srgb, var(--course-accent) 30%, transparent); }
.hero-summary { max-width: 690px; color: #c5cedd; font-size: clamp(1.06rem, 1.8vw, 1.27rem); line-height: 1.7; }
.hero-points { margin: 28px 0 32px; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; list-style: none; }
.hero-points li { padding: 9px 13px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; background: rgba(12,17,27,.82); color: #dfe6f2; font-size: .86rem; font-weight: 750; }
.hero-points li::before { content: "✓"; margin-right: 7px; color: var(--course-accent); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }
.text-link { color: #dfe8f9; text-underline-offset: 5px; font-weight: 800; }
.checkout-microcopy { margin: 15px 0 0; color: #8f9cb0; font-size: .82rem; }

.course-visual { position: relative; min-height: 510px; border: 1px solid rgba(255,255,255,.16); border-radius: 28px; overflow: hidden; background: #0b0f17; box-shadow: 0 42px 90px rgba(0,0,0,.46), 0 0 70px color-mix(in srgb, var(--course-accent) 13%, transparent); }
.course-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 34%, rgba(4,6,10,.32) 68%, rgba(4,6,10,.94)); }
.course-visual > img { width: 100%; height: 510px; object-fit: cover; transform: scale(1.02); animation: visual-drift 14s ease-in-out infinite alternate; }
.visual-card { position: absolute; z-index: 2; inset: auto 24px 24px; padding: 21px; display: grid; grid-template-columns: 56px 1fr; gap: 15px; align-items: center; border: 1px solid rgba(255,255,255,.14); border-radius: 17px; background: rgba(8,11,17,.88); }
.course-logos { width: 56px; height: 56px; padding: 10px; display: flex; align-items: center; justify-content: center; gap: 4px; border-radius: 13px; background: rgba(255,255,255,.08); }
.course-logos img { max-width: 100%; max-height: 100%; }
.course-logos.is-pair img { width: 48%; }
.visual-card strong { display: block; margin-bottom: 4px; font-size: 1.03rem; }
.visual-card span { color: #9ba8ba; font-size: .84rem; }
@keyframes visual-drift { to { transform: scale(1.075) translate3d(-1%, -.7%, 0); } }

.course-video-section { position: relative; padding-block: clamp(70px, 8vw, 108px); overflow: hidden; border-bottom: 1px solid var(--line); background: linear-gradient(135deg, #070a10 0%, #09111f 52%, #07090e 100%); }
.course-video-section::before { content: ""; position: absolute; width: 540px; height: 540px; right: 4%; top: 50%; translate: 0 -50%; border-radius: 50%; background: color-mix(in srgb, var(--course-accent) 12%, transparent); filter: blur(100px); pointer-events: none; }
.video-section-layout { position: relative; display: grid; grid-template-columns: minmax(250px, .62fr) minmax(520px, 1.38fr); gap: clamp(38px, 6vw, 82px); align-items: center; }
.video-copy h2 { margin-bottom: 18px; font-size: clamp(2.4rem, 4.5vw, 4.35rem); line-height: .98; letter-spacing: -.055em; }
.video-copy > p:last-of-type { margin-bottom: 24px; color: var(--muted); line-height: 1.72; }
.video-status { width: fit-content; padding: 9px 13px; display: inline-flex; align-items: center; gap: 9px; border: 1px solid color-mix(in srgb, var(--course-accent) 36%, transparent); border-radius: 999px; color: #d6e4ff; background: color-mix(in srgb, var(--course-accent) 9%, transparent); font-size: .78rem; font-weight: 850; letter-spacing: .04em; }
.video-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--course-accent); box-shadow: 0 0 14px var(--course-accent); animation: video-pulse 1.9s ease-in-out infinite; }
.video-placeholder { position: relative; aspect-ratio: 16 / 9; min-height: 0; overflow: hidden; isolation: isolate; border: 1px solid color-mix(in srgb, var(--course-accent) 45%, rgba(255,255,255,.12)); border-radius: 24px; background: #090d15; box-shadow: 0 32px 80px rgba(0,0,0,.5), 0 0 50px color-mix(in srgb, var(--course-accent) 12%, transparent); }
.video-placeholder::before { content: ""; position: absolute; z-index: 3; inset: 0; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); pointer-events: none; }
.video-placeholder > img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.76) brightness(.52); transform: scale(1.025); }
.video-shade { position: absolute; z-index: 1; inset: 0; background: radial-gradient(circle at 50% 46%, color-mix(in srgb, var(--course-accent) 22%, transparent), transparent 28%), linear-gradient(180deg, rgba(4,7,12,.18), rgba(4,7,12,.75)); }
.video-placeholder-content { position: absolute; z-index: 2; inset: 0; padding: 28px; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; }
.video-play { width: 78px; height: 78px; margin-bottom: 19px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.48); border-radius: 50%; background: color-mix(in srgb, var(--course-accent) 72%, rgba(6,11,20,.76)); box-shadow: 0 0 0 12px color-mix(in srgb, var(--course-accent) 10%, transparent), 0 14px 38px rgba(0,0,0,.35); }
.video-play i { width: 0; height: 0; margin-left: 5px; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 16px solid #fff; }
.video-coming-soon { margin-bottom: 10px; color: #b8d0ff; font-size: .73rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.video-placeholder-content strong { max-width: 520px; font-size: clamp(1.35rem, 2.3vw, 2.15rem); line-height: 1.12; }
.video-placeholder-content small { margin-top: 8px; color: #c1c9d7; font-size: .8rem; }
.video-timeline { position: absolute; z-index: 4; inset: auto 28px 23px; height: 3px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.22); }
.video-timeline span { display: block; width: 28%; height: 100%; background: var(--course-accent); box-shadow: 0 0 12px var(--course-accent); animation: video-progress 3.4s ease-in-out infinite alternate; }
@keyframes video-pulse { 50% { opacity: .45; transform: scale(.7); } }
@keyframes video-progress { to { width: 67%; } }

.trust-strip { border-bottom: 1px solid var(--line); background: #080b11; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { min-height: 128px; padding: 25px 26px; display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: center; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-icon { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid color-mix(in srgb, var(--course-accent) 42%, transparent); border-radius: 12px; color: var(--course-accent); background: color-mix(in srgb, var(--course-accent) 12%, transparent); font-size: 1.15rem; font-weight: 900; }
.trust-item strong { display: block; margin-bottom: 4px; }
.trust-item span { color: #95a1b3; font-size: .82rem; line-height: 1.45; }

.section { padding-block: clamp(78px, 9vw, 122px); }
.section-heading { max-width: 780px; margin-bottom: 45px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section h2 { margin-bottom: 16px; font-size: clamp(2.5rem, 5vw, 4.8rem); line-height: 1; letter-spacing: -.055em; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.05rem; line-height: 1.7; }

.outcome-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.outcome-card { min-height: 230px; padding: 28px; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(145deg, #0f141e, #090c12); }
.outcome-card::before { content: attr(data-index); display: block; margin-bottom: 46px; color: var(--course-accent); font-size: .78rem; font-weight: 900; letter-spacing: .15em; }
.outcome-card h3 { margin-bottom: 10px; font-size: 1.16rem; }
.outcome-card p { margin: 0; color: #9da9bb; line-height: 1.62; }

.curriculum-section { border-block: 1px solid var(--line); background: linear-gradient(180deg, rgba(12,17,26,.84), rgba(7,10,15,.95)); }
.curriculum-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(42px, 7vw, 92px); align-items: start; }
.curriculum-intro { position: sticky; top: 110px; }
.curriculum-intro p { color: var(--muted); line-height: 1.7; }
.module-list { display: grid; gap: 12px; }
.module-list details { border: 1px solid var(--line); border-radius: 16px; background: rgba(10,14,22,.86); overflow: hidden; transition: border-color .2s ease, transform .2s ease; }
.module-list details:hover { border-color: color-mix(in srgb, var(--course-accent) 50%, var(--line)); }
.module-list details[open] { border-color: color-mix(in srgb, var(--course-accent) 62%, transparent); background: linear-gradient(145deg, color-mix(in srgb, var(--course-accent) 9%, #0b1019), #090d14); }
.module-list summary { min-height: 82px; padding: 21px 24px; display: grid; grid-template-columns: 58px 1fr 24px; align-items: center; gap: 16px; cursor: pointer; list-style: none; }
.module-list summary::-webkit-details-marker { display: none; }
.module-number { color: var(--course-accent); font-size: .78rem; font-weight: 900; letter-spacing: .14em; }
.module-title { font-weight: 850; font-size: 1.04rem; }
.module-plus { color: var(--course-accent); font-size: 1.45rem; transition: transform .2s ease; }
details[open] .module-plus { transform: rotate(45deg); }
.module-content { padding: 0 24px 24px 98px; color: #adb8c9; }
.module-content ul { margin: 0; padding-left: 18px; display: grid; gap: 9px; line-height: 1.55; }
.module-content li::marker { color: var(--course-accent); }

.included-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.included-card { min-height: 250px; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: #0c1018; }
.included-card .included-icon { width: 50px; height: 50px; margin-bottom: 36px; display: grid; place-items: center; border-radius: 14px; color: var(--course-accent); background: color-mix(in srgb, var(--course-accent) 13%, transparent); font-size: 1.3rem; }
.included-card h3 { margin-bottom: 10px; font-size: 1.16rem; }
.included-card p { margin: 0; color: #99a6b8; line-height: 1.65; }

.hotmart-section { padding-block: 24px 110px; }
.hotmart-panel { padding: clamp(28px, 5vw, 60px); display: grid; grid-template-columns: 1fr 410px; gap: clamp(34px, 6vw, 78px); align-items: center; border: 1px solid rgba(255,93,42,.34); border-radius: 26px; background: radial-gradient(circle at 90% 18%, rgba(255,79,22,.18), transparent 34%), linear-gradient(145deg, #0f1420, #100b0b); box-shadow: 0 34px 90px rgba(0,0,0,.35); }
.hotmart-panel h2 { margin-bottom: 16px; font-size: clamp(2.4rem, 4.8vw, 4.5rem); line-height: 1; letter-spacing: -.055em; }
.hotmart-panel p { color: #b8c2d2; line-height: 1.7; }
.hotmart-list { margin: 24px 0 0; padding: 0; display: grid; gap: 10px; list-style: none; }
.hotmart-list li::before { content: "✓"; margin-right: 10px; color: #ff7b45; font-weight: 900; }
.checkout-card { padding: 26px; border: 1px solid rgba(255,110,55,.34); border-radius: 20px; background: rgba(6,8,13,.88); }
.hotmart-lockup { margin-bottom: 24px; display: flex; align-items: center; gap: 12px; }
.hotmart-flame { width: 42px; height: 52px; display: grid; place-items: center; color: var(--hotmart); font-size: 2.6rem; filter: drop-shadow(0 0 14px rgba(255,79,22,.42)); }
.hotmart-lockup strong { display: block; font-size: 1.55rem; letter-spacing: -.03em; }
.hotmart-lockup span { color: #ff9b77; font-size: .72rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.checkout-price { margin: 0 0 22px; padding: 18px; border: 1px solid rgba(255,255,255,.11); border-radius: 15px; background: rgba(255,255,255,.035); text-align: center; }
.checkout-price > span { display: block; color: #a4afc0; font-size: .73rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.checkout-price s { display: block; margin: 7px 0 0; color: #818b9a; font-size: .9rem; }
.checkout-price strong { display: block; margin: 2px 0 7px; color: #fff; font-size: 2.8rem; line-height: 1; letter-spacing: -.06em; }
.checkout-price small { color: #ffad8d; font-size: .76rem; font-weight: 750; }
.checkout-note { margin: 13px 0 0; color: #8f9bae !important; font-size: .78rem; text-align: center; }
.checkout-feedback { margin: 14px 0 0; padding: 12px; border-radius: 10px; background: rgba(255,79,22,.1); color: #ffc0a8 !important; font-size: .82rem; text-align: center; }

.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(42px, 8vw, 100px); align-items: start; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-weight: 820; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--course-accent); font-size: 1.4rem; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { padding: 0 0 22px; margin: 0; color: #9da9bb; line-height: 1.65; }

.final-cta { padding-block: 20px 105px; }
.final-cta-card { padding: clamp(34px, 6vw, 70px); text-align: center; border: 1px solid color-mix(in srgb, var(--course-accent) 45%, transparent); border-radius: 26px; background: radial-gradient(circle at 50% 100%, color-mix(in srgb, var(--course-accent) 20%, transparent), transparent 48%), #0b1018; }
.final-cta-card h2 { margin-inline: auto; max-width: 850px; }
.final-cta-card p { margin: 0 auto 26px; max-width: 660px; color: #b3bdcd; line-height: 1.65; }

.related-section { padding-block: clamp(76px, 9vw, 118px); border-top: 1px solid var(--line); background: linear-gradient(180deg, #080b12, #05070b); }
.related-heading { margin-bottom: 38px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.related-heading .eyebrow { margin-bottom: 14px; }
.related-heading h2 { margin: 0; max-width: 820px; font-size: clamp(2.25rem, 4.8vw, 4.4rem); line-height: 1; letter-spacing: -.055em; }
.related-heading > .text-link { flex: 0 0 auto; margin-bottom: 9px; }
.related-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr)); gap: 16px; }
.related-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(150deg, #101620, #090c12); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.related-card:hover { transform: translateY(-6px); border-color: color-mix(in srgb, var(--course-accent) 52%, transparent); box-shadow: 0 24px 54px rgba(0,0,0,.34), 0 0 34px color-mix(in srgb, var(--course-accent) 9%, transparent); }
.related-image { position: relative; aspect-ratio: 16 / 9; display: block; overflow: hidden; background: #0a0e16; }
.related-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(7,10,16,.55)); }
.related-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.related-card:hover .related-image img { transform: scale(1.045); }
.related-body { padding: 22px; }
.related-meta { min-height: 44px; margin-bottom: 17px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.related-meta > span:first-child { color: #86adf8; font-size: .69rem; font-weight: 900; letter-spacing: .11em; line-height: 1.35; text-transform: uppercase; }
.related-card .course-logos { width: 42px; height: 42px; padding: 8px; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.1); border-radius: 11px; }
.related-body h3 { margin-bottom: 10px; font-size: 1.18rem; line-height: 1.2; }
.related-body h3 a { text-decoration: none; }
.related-body p { min-height: 68px; margin-bottom: 20px; display: -webkit-box; overflow: hidden; color: #98a5b7; line-height: 1.52; font-size: .88rem; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.related-link { color: #e8eef9; font-size: .87rem; font-weight: 850; text-underline-offset: 5px; }
.related-link span { color: var(--course-accent); }

.course-footer { padding-block: 34px; border-top: 1px solid var(--line); }
.footer-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; color: #7f8b9d; font-size: .86rem; }
.footer-row a { color: #c6d0df; font-weight: 700; }
.course-footer .footer-links { display: flex; gap: 20px; flex-wrap: wrap; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 960px) {
  .course-hero-grid, .video-section-layout, .curriculum-layout, .hotmart-panel, .faq-grid { grid-template-columns: 1fr; }
  .course-hero-grid { padding-top: 64px; }
  .video-copy { max-width: 720px; }
  .course-visual { min-height: 420px; }
  .course-visual > img { height: 420px; }
  .trust-grid, .outcome-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .curriculum-intro { position: static; }
  .included-grid { grid-template-columns: 1fr 1fr; }
  .hotmart-panel { max-width: 760px; margin-inline: auto; }
  .checkout-card { max-width: 520px; width: 100%; margin-inline: auto; }
}

@media (max-width: 660px) {
  .container { width: min(100% - 28px, 1160px); }
  .header-row { min-height: 70px; }
  .course-brand { width: 155px; height: 50px; }
  .course-brand img { width: 172px; left: -6px; top: -68px; }
  .back-link { display: none; }
  .button-small { min-height: 42px; padding-inline: 14px; font-size: .8rem; }
  .course-hero { min-height: auto; }
  .course-hero-grid { padding-block: 52px 60px; gap: 38px; }
  h1 { font-size: clamp(2.8rem, 15vw, 4.35rem); }
  .hero-summary { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .text-link { text-align: center; }
  .course-visual, .course-visual > img { min-height: 350px; height: 350px; }
  .visual-card { inset: auto 14px 14px; padding: 16px; }
  .course-video-section { padding-block: 70px; }
  .video-section-layout { gap: 32px; }
  .video-copy h2 { font-size: clamp(2.3rem, 12vw, 3.4rem); }
  .video-placeholder { border-radius: 17px; }
  .video-placeholder-content { padding: 18px; }
  .video-play { width: 62px; height: 62px; margin-bottom: 14px; }
  .video-timeline { inset: auto 18px 16px; }
  .trust-grid, .outcome-grid, .included-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
  .section { padding-block: 76px; }
  .section h2 { font-size: clamp(2.3rem, 12vw, 3.4rem); }
  .outcome-card { min-height: 205px; }
  .module-list summary { grid-template-columns: 44px 1fr 20px; padding: 18px; }
  .module-content { padding: 0 18px 20px 62px; }
  .hotmart-section { padding-bottom: 76px; }
  .hotmart-panel { padding: 26px 20px; }
  .related-heading { align-items: flex-start; flex-direction: column; }
  .related-heading > .text-link { margin: 0; }
  .related-grid { grid-template-columns: 1fr; }
  .related-body p { min-height: auto; }
  .footer-row { align-items: flex-start; flex-direction: column; }
  .course-footer .footer-links { flex-direction: column; gap: 9px; }
}

@media (hover: none) {
  .button:hover { transform: none; }
  .course-visual > img { animation: none; transform: none; }
  .related-card:hover { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
}

