:root {
  color-scheme: dark;
  --bg: #050608;
  --surface: #0b0d12;
  --surface-2: #11141b;
  --text: #f7f8fb;
  --muted: #a5abba;
  --line: rgba(255,255,255,.12);
  --blue: #0b5cff;
  --blue-bright: #3b7dff;
  --max: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--bg); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; }
section[id], footer[id] { scroll-margin-top: 78px; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; padding: 10px 14px; background: #fff; color: #000; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: fixed; inset: 0 0 auto; z-index: 40; background: rgba(5,6,8,.78); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(18px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand-crop { position: relative; display: block; width: 184px; height: 58px; overflow: hidden; }
.brand-crop img { position: absolute; width: 200px; max-width: none; left: -6px; top: -79px; }
.desktop-nav { display: flex; gap: 30px; margin-left: auto; }
.desktop-nav a { color: #cbd0dc; font-size: .92rem; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: #fff; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 1px solid var(--blue); border-radius: 8px; background: var(--blue); color: #fff; font-weight: 700; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); background: #1d68ff; box-shadow: 0 12px 34px rgba(0,87,255,.25); }
.button:focus-visible, a:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.button-small { min-height: 42px; padding-inline: 17px; font-size: .88rem; }
.button-ghost { background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.24); }
.hero { position: relative; isolation: isolate; min-height: 780px; display: grid; align-items: center; overflow: hidden; border-bottom: 1px solid var(--line); background: #03060c; }
.hero::before, .hero::after { content: ""; position: absolute; pointer-events: none; }
.hero::before { z-index: 1; inset: -22%; background: radial-gradient(circle at 74% 27%, rgba(91,157,255,.3) 0 1.3%, transparent 16%), radial-gradient(circle at 84% 62%, rgba(15,91,255,.27), transparent 24%), radial-gradient(circle at 56% 76%, rgba(45,61,255,.18), transparent 21%); mix-blend-mode: screen; filter: blur(12px); opacity: .78; animation: hero-neon-drift 10s ease-in-out infinite alternate; }
.hero::after { z-index: 4; inset: -28% -48%; background: linear-gradient(112deg, transparent 37%, rgba(98,164,255,.02) 43%, rgba(137,190,255,.35) 48%, rgba(62,124,255,.11) 52%, transparent 58%); -webkit-mask-image: linear-gradient(90deg, transparent 36%, #000 58%); mask-image: linear-gradient(90deg, transparent 36%, #000 58%); mix-blend-mode: screen; opacity: 0; transform: translate3d(-34%,0,0); animation: hero-light-sweep 8.5s cubic-bezier(.52,.08,.38,.98) infinite; }
.hero-image { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .88; transform: scale(1.045); transform-origin: 68% 48%; will-change: transform, filter; animation: hero-camera 18s ease-in-out infinite alternate; }
.hero-scrim { position: absolute; z-index: 3; inset: 0; overflow: hidden; background: linear-gradient(90deg, #050608 8%, rgba(5,6,8,.96) 32%, rgba(5,6,8,.5) 62%, rgba(5,6,8,.08) 100%), linear-gradient(0deg, #050608 0%, transparent 28%); }
.hero-scrim::before, .hero-scrim::after { content: ""; position: absolute; pointer-events: none; }
.hero-scrim::before { inset: 0; background: repeating-linear-gradient(0deg, transparent 0 11px, rgba(100,159,255,.055) 12px, transparent 13px); -webkit-mask-image: linear-gradient(90deg, transparent 35%, #000 67%, transparent 100%); mask-image: linear-gradient(90deg, transparent 35%, #000 67%, transparent 100%); opacity: .38; animation: hero-scanlines 9s linear infinite; }
.hero-scrim::after { width: min(46vw, 720px); aspect-ratio: 1; right: 4%; top: 5%; border: 1px solid rgba(99,158,255,.22); border-radius: 50%; box-shadow: 0 0 0 5vw rgba(55,115,255,.035), 0 0 0 11vw rgba(55,115,255,.02), inset 0 0 60px rgba(50,119,255,.06); opacity: 0; animation: hero-signal 7s ease-out infinite; }
.hero-grid { position: relative; z-index: 5; padding-top: 105px; }
@keyframes hero-camera { from { transform: scale(1.045) translate3d(0,0,0); filter: saturate(.94) brightness(.96); } to { transform: scale(1.09) translate3d(-1.15%,-.7%,0); filter: saturate(1.14) brightness(1.04); } }
@keyframes hero-neon-drift { from { transform: translate3d(-4%,-2%,0) scale(.94); opacity: .54; } to { transform: translate3d(5%,3%,0) scale(1.06); opacity: .92; } }
@keyframes hero-light-sweep { 0%,16% { opacity: 0; transform: translate3d(-34%,0,0); } 28% { opacity: .62; } 48% { opacity: 0; transform: translate3d(34%,0,0); } 100% { opacity: 0; transform: translate3d(34%,0,0); } }
@keyframes hero-scanlines { to { background-position: 0 130px; } }
@keyframes hero-signal { 0%,18% { opacity: 0; transform: scale(.72); } 36% { opacity: .5; } 72%,100% { opacity: 0; transform: scale(1.18); } }
.hero-copy { width: min(690px, 66%); }
.eyebrow { margin: 0 0 20px; color: #8db1ff; text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; font-weight: 750; }
.hero .eyebrow { display: flex; align-items: center; gap: 12px; }
.hero .eyebrow span { width: 34px; height: 2px; background: var(--blue); box-shadow: 0 0 16px var(--blue); }
h1, h2, h3, p { text-wrap: balance; }
h1 { margin: 0; max-width: 760px; font-size: clamp(3.2rem, 6.3vw, 6.5rem); line-height: .95; letter-spacing: -.06em; font-weight: 760; }
.hero-skill { position: relative; isolation: isolate; display: inline-block; color: var(--blue-bright); font-style: normal; background: linear-gradient(110deg, #1f63ff 0%, #4e89ff 33%, #d6e4ff 48%, #5b94ff 60%, #1d5cf0 100%); background-size: 240% 100%; background-position: 100% 50%; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; filter: drop-shadow(0 0 .18em rgba(26,102,255,.28)); animation: skill-shimmer 5.4s ease-in-out infinite; }
.hero-skill::before { content: ""; position: absolute; z-index: -1; inset: 12% -3% 4%; border-radius: 45%; background: radial-gradient(ellipse, rgba(22,94,255,.28), transparent 72%); filter: blur(.15em); opacity: .22; animation: skill-aura 5.4s ease-in-out infinite; }
.hero-skill::after { content: ""; position: absolute; left: 2%; right: 2%; bottom: .025em; height: .045em; border-radius: 999px; background: linear-gradient(90deg, transparent, #2d72ff 12%, #b9d1ff 50%, #2d72ff 88%, transparent); box-shadow: 0 0 .18em rgba(59,125,255,.9); transform: scaleX(.12); transform-origin: left center; opacity: .55; animation: skill-energy-line 5.4s ease-in-out infinite; }
@keyframes skill-shimmer { 0%,100% { background-position: 100% 50%; filter: drop-shadow(0 0 .16em rgba(26,102,255,.25)); } 50% { background-position: 0% 50%; filter: drop-shadow(0 0 .24em rgba(74,137,255,.42)); } }
@keyframes skill-aura { 0%,100% { opacity: .18; transform: scale(.96); } 50% { opacity: .52; transform: scale(1.035); } }
@keyframes skill-energy-line { 0%,100% { opacity: .35; transform: scaleX(.12); } 45%,65% { opacity: 1; transform: scaleX(1); } }
.hero-lead { max-width: 620px; margin: 28px 0 0; color: #c6cbd5; font-size: clamp(1.05rem, 1.55vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.featured-section { position: relative; padding: 70px 0 64px; overflow: hidden; border-block: 1px solid rgba(255,255,255,.09); background: radial-gradient(circle at 50% -20%, rgba(11,92,255,.18), transparent 38%), #07090d; }
.featured-heading { margin-bottom: 34px; text-align: center; }
.featured-heading .eyebrow { margin-bottom: 10px; }
.featured-heading h2 { margin: 0; font-size: clamp(2.2rem, 4vw, 3.7rem); line-height: 1; letter-spacing: -.05em; }
.featured-rail { position: relative; width: 100%; overflow: hidden; }
.featured-rail::before, .featured-rail::after { content: ""; position: absolute; z-index: 3; inset-block: 0; width: clamp(30px, 7vw, 110px); pointer-events: none; }
.featured-rail::before { left: 0; background: linear-gradient(90deg, #07090d, transparent); }
.featured-rail::after { right: 0; background: linear-gradient(-90deg, #07090d, transparent); }
.featured-track { width: max-content; display: flex; will-change: transform; animation: featured-flow-right 48s linear infinite; }
.featured-rail:hover .featured-track, .featured-rail:focus-within .featured-track { animation-play-state: paused; }
.featured-set { display: flex; gap: 16px; padding-right: 16px; }
.featured-set[aria-hidden="true"] { pointer-events: none; }
.featured-course { --spot-x: 50%; --spot-y: 50%; --spot-hue: 220; position: relative; isolation: isolate; width: clamp(270px, 25vw, 340px); min-height: 280px; display: grid; grid-template-rows: 152px 1fr; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 15px; background: linear-gradient(145deg, rgba(20,24,34,.96), rgba(8,10,15,.98)); box-shadow: 0 18px 42px rgba(0,0,0,.22); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.featured-course::before, .featured-course::after { content: ""; position: absolute; pointer-events: none; opacity: 0; transition: opacity .2s ease; }
.featured-course::before { z-index: 4; inset: -1px; padding: 2px; border-radius: inherit; background: radial-gradient(190px circle at var(--spot-x) var(--spot-y), hsl(var(--spot-hue) 100% 72% / .95), hsl(var(--spot-hue) 100% 55% / .28) 38%, transparent 68%); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; filter: brightness(1.2); }
.featured-course::after { z-index: 0; inset: 0; background: radial-gradient(240px circle at var(--spot-x) var(--spot-y), hsl(var(--spot-hue) 100% 62% / .2), transparent 68%); }
.featured-course[data-glow-active="true"]::before, .featured-course[data-glow-active="true"]::after, .featured-course:focus-within::before, .featured-course:focus-within::after { opacity: 1; }
.featured-course:hover, .featured-course:focus-within { transform: translateY(-4px); border-color: rgba(59,125,255,.48); box-shadow: 0 24px 58px rgba(0,25,95,.34), 0 0 32px hsl(var(--spot-hue) 100% 55% / .12); }
.featured-course > a { min-width: 0; display: contents; }
.featured-course-media { position: relative; z-index: 1; overflow: hidden; border-bottom: 1px solid rgba(255,255,255,.1); }
.featured-course-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,6,8,.48), transparent 55%); }
.featured-course-media > img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease, filter .35s ease; }
.featured-course:hover .featured-course-media > img { transform: scale(1.045); filter: brightness(1.08); }
.featured-course-body { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; gap: 8px 18px; align-content: start; padding: 20px 21px; }
.featured-course-category { margin: 0; color: #80a7ff; font-size: .67rem; font-weight: 760; letter-spacing: .1em; text-transform: uppercase; }
.featured-course-brand { grid-column: 2; grid-row: 1 / span 2; width: 38px; height: 38px; display: flex; align-items: center; justify-content: center; gap: 2px; padding: 7px; border: 1px solid rgba(255,255,255,.13); border-radius: 10px; background: rgba(255,255,255,.055); }
.featured-course-brand img { width: 100%; height: 100%; object-fit: contain; }
.featured-course-brand img + img { margin-left: -5px; }
.featured-course h3 { margin: 0; font-size: 1.18rem; line-height: 1.18; letter-spacing: -.025em; }
.featured-course-action { grid-column: 1 / -1; display: inline-flex; align-items: center; gap: 8px; margin-top: 13px; color: #dfe7fa; font-size: .78rem; font-weight: 750; }
.featured-course-action span { color: var(--blue-bright); }
@keyframes featured-flow-right { from { transform: translate3d(-50%,0,0); } to { transform: translate3d(0,0,0); } }
.section { padding: 112px 0; }
.courses-section { padding: 64px 0 32px; background: linear-gradient(180deg, #050608, #090b10); }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; margin-bottom: 46px; }
.section-heading h2 { max-width: 760px; margin: 0; font-size: clamp(2.25rem, 4.4vw, 4rem); line-height: 1.02; letter-spacing: -.045em; }
.section-heading > p { margin: 0 0 6px; color: var(--muted); font-size: 1.03rem; }
.course-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.course-card { position: relative; isolation: isolate; min-height: 475px; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #090b10; transition: border-color .2s ease, transform .2s ease, box-shadow .25s ease; }
.course-card::before { content: ""; position: absolute; z-index: 0; width: 185%; aspect-ratio: 1; left: -42.5%; top: 50%; opacity: 0; background: conic-gradient(from 0deg, transparent 0 61%, rgba(24,91,255,.18) 69%, #236cff 76%, #a9c8ff 82%, #7658ff 87%, rgba(27,97,255,.2) 93%, transparent 100%); transform: translateY(-50%) rotate(0deg); transition: opacity .2s ease; will-change: transform; }
.course-card::after { content: ""; position: absolute; z-index: 1; inset: 2px; border-radius: 11px; background: linear-gradient(145deg, rgba(18,21,29,.995), rgba(8,10,15,.995)); pointer-events: none; }
.course-card > * { position: relative; z-index: 2; }
.course-card:hover, .course-card:focus-within { transform: translateY(-5px); border-color: transparent; box-shadow: 0 26px 64px rgba(0,34,120,.32), 0 0 28px rgba(57,119,255,.12); }
.course-card:hover::before, .course-card:focus-within::before { opacity: 1; animation: course-border-beam 2.35s linear infinite; }
.course-visual { aspect-ratio: 16 / 9; overflow: hidden; border-bottom: 1px solid var(--line); background: #080b11; }
.course-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, filter .3s ease; }
.course-card:hover .course-visual img { transform: scale(1.035); filter: brightness(1.08); }
.course-meta { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 18px 24px 8px; }
.course-category { margin: 0; color: #7fa5fa; font-size: .74rem; text-transform: uppercase; letter-spacing: .09em; }
.course-brand { flex: 0 0 48px; width: 48px; height: 48px; display: grid; place-items: center; padding: 9px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; background: linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.035)); box-shadow: 0 10px 24px rgba(0,0,0,.24); }
.course-brand img { display: block; width: 100%; height: 100%; object-fit: contain; }
.course-brand-pair { grid-template-columns: 1fr 1fr; gap: 3px; padding-inline: 6px; }
.course-card h3 { margin: 0; font-size: 1.35rem; letter-spacing: -.02em; }
.course-card > h3, .course-card > p:last-of-type { margin-inline: 24px; }
.course-card > p:last-of-type { margin-top: 10px; margin-bottom: 76px; color: var(--muted); }
.course-card a { position: absolute; left: 24px; bottom: 23px; color: #fff; font-weight: 700; font-size: .9rem; }
.course-card a span { color: var(--blue-bright); }
@keyframes course-border-beam { to { transform: translateY(-50%) rotate(360deg); } }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.menu-toggle, .mobile-nav { display: none; }
.course-toolbar { display: flex; justify-content: space-between; gap: 24px; align-items: center; margin-bottom: 18px; }
.search-box { width: min(100%, 320px); height: 50px; display: flex; align-items: center; gap: 12px; padding: 0 16px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.035); }
.search-box:focus-within { border-color: var(--blue-bright); box-shadow: 0 0 0 3px rgba(0,87,255,.16); }
.search-box svg { width: 20px; fill: none; stroke: #7f8796; stroke-width: 1.8; }
.search-box input { width: 100%; border: 0; outline: 0; color: var(--text); background: transparent; font: inherit; }
.search-box input::placeholder { color: #747b89; }
.filter-list { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.filter-chip { min-height: 42px; padding: 0 15px; border: 1px solid var(--line); border-radius: 999px; color: #c7ccd6; background: transparent; font: inherit; font-size: .82rem; font-weight: 700; line-height: 1; cursor: pointer; transition: .2s ease; }
.filter-chip:hover, .filter-chip:focus-visible { border-color: rgba(59,125,255,.65); color: #fff; }
.filter-chip.is-active { border-color: var(--blue); background: rgba(0,87,255,.18); color: #fff; }
.results-count { margin: 0 0 20px; color: #747d8d; font-size: .84rem; }
.course-card[hidden] { display: none; }
.empty-results { padding: 56px 24px; border: 1px dashed rgba(255,255,255,.18); border-radius: 14px; text-align: center; color: var(--muted); }
.empty-results button { border: 0; padding: 8px; color: #81a8ff; background: transparent; font: inherit; font-weight: 700; cursor: pointer; }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 5px; border-bottom: 1px solid currentColor; color: #fff; font-weight: 750; }
.text-link:hover span { transform: translate(2px,-2px); }
.about-section { position: relative; padding-top: 52px; overflow: hidden; background: radial-gradient(circle at 82% 18%, rgba(11,92,255,.24), transparent 34%), radial-gradient(circle at 15% 78%, rgba(31,99,255,.08), transparent 30%), linear-gradient(145deg, #07090d 0%, #06080d 54%, #081021 100%); }
.about-section::before { content: ""; position: absolute; inset: 0; opacity: .22; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to left, #000, transparent 76%); }
.about-grid { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; gap: 84px; align-items: start; }
.about-copy { padding-top: 4px; }
.about-copy h2, .faq-intro h2 { margin: 0; font-size: clamp(2.5rem, 4.7vw, 4.7rem); line-height: .99; letter-spacing: -.05em; }
.about-copy > p:not(.eyebrow), .faq-intro > p:not(.eyebrow) { color: var(--muted); font-size: 1.04rem; }
.about-copy .button { margin-top: 18px; }
.about-copy .about-lead { max-width: 540px; margin: 27px 0 10px; font-size: 1.08rem; }
.lifetime-word { display: inline-block; color: #4f8cff; background: linear-gradient(105deg, #2d72ff 0%, #82afff 42%, #f0f6ff 50%, #76a8ff 58%, #2d72ff 100%); background-size: 230% 100%; background-position: 100% 50%; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; filter: drop-shadow(0 0 .2em rgba(59,125,255,.32)); animation: lifetime-word-shimmer 5.8s ease-in-out infinite; }
.benefit-cards { display: grid; gap: 15px; }
.benefit-card { position: relative; min-height: 205px; display: grid; grid-template-columns: 58px 1fr auto; gap: 20px; padding: 27px 25px; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 15px; background: linear-gradient(135deg, rgba(20,24,34,.94), rgba(10,12,18,.92)); box-shadow: 0 18px 45px rgba(0,0,0,.16); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.benefit-card::after { content: ""; position: absolute; inset: auto -70px -95px auto; width: 190px; height: 190px; border-radius: 50%; background: rgba(11,92,255,.07); }
.benefit-card:hover { transform: translateY(-3px); border-color: rgba(59,125,255,.42); box-shadow: 0 24px 60px rgba(0,0,0,.25); }
.benefit-icon { width: 56px; height: 56px; display: grid; place-items: center; border: 1px solid rgba(59,125,255,.38); border-radius: 13px; color: #75a2ff; background: linear-gradient(145deg, rgba(59,125,255,.18), rgba(11,92,255,.06)); box-shadow: inset 0 0 22px rgba(59,125,255,.06); }
.benefit-icon svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.benefit-kicker { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 7px; color: #84aaff; font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.benefit-kicker b { padding: 3px 7px; border-radius: 5px; color: #fff; background: var(--blue); font-size: .75rem; letter-spacing: .08em; box-shadow: 0 0 18px rgba(45,114,255,.42); }
.benefit-card h3 { margin: 0 0 7px; font-size: 1.3rem; letter-spacing: -.02em; }
.benefit-card p { margin: 0; color: var(--muted); font-size: .94rem; line-height: 1.55; }
.benefit-card strong { display: block; margin-top: 13px; color: #e7edff; font-size: .82rem; }
.benefit-number { position: relative; z-index: 1; color: rgba(143,177,255,.56); font-size: .72rem; font-weight: 800; letter-spacing: .08em; }
.benefit-card-ai { border-color: rgba(59,125,255,.32); background: linear-gradient(135deg, rgba(10,28,64,.96), rgba(9,13,23,.95) 72%); }
.benefit-card-ai::after { background: rgba(11,92,255,.16); box-shadow: 0 0 80px rgba(11,92,255,.2); }
.lifetime-card { isolation: isolate; min-height: 265px; grid-template-columns: 110px minmax(0,1fr) 32px; align-items: center; gap: 24px; padding: 34px 30px; border-color: rgba(91,148,255,.7); background: #071127; box-shadow: 0 24px 70px rgba(0,38,120,.28), inset 0 0 42px rgba(45,114,255,.08); }
.lifetime-card::before { content: ""; position: absolute; z-index: -2; width: 155%; aspect-ratio: 1; left: -28%; top: -178%; background: conic-gradient(from 0deg, transparent 0 68%, rgba(64,132,255,.08) 77%, rgba(173,207,255,.9) 84%, rgba(44,112,255,.22) 91%, transparent 100%); animation: lifetime-orbit 8s linear infinite; }
.lifetime-card::after { content: ""; position: absolute; z-index: -1; inset: 1px; width: auto; height: auto; border-radius: 14px; background: radial-gradient(circle at 12% 50%, rgba(42,111,255,.24), transparent 28%), linear-gradient(125deg, rgba(8,25,58,.98), rgba(6,12,25,.98) 70%); }
.lifetime-card:hover { border-color: rgba(148,190,255,.92); box-shadow: 0 30px 84px rgba(0,52,160,.34), inset 0 0 52px rgba(45,114,255,.11); }
.lifetime-card > * { position: relative; z-index: 1; }
.lifetime-symbol-wrap { align-self: stretch; display: grid; place-items: center; min-width: 0; }
.lifetime-symbol { width: 86px; height: 86px; display: grid; place-items: center; border: 1px solid rgba(116,170,255,.75); border-radius: 50%; color: #eef5ff; background: radial-gradient(circle, rgba(67,135,255,.34), rgba(10,29,68,.72) 66%); box-shadow: 0 0 0 9px rgba(42,105,255,.08), 0 0 42px rgba(51,123,255,.38), inset 0 0 28px rgba(102,161,255,.22); animation: lifetime-pulse 3.4s ease-in-out infinite; }
.lifetime-symbol svg { width: 48px; height: 30px; overflow: visible; fill: none; stroke: currentColor; stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; }
.lifetime-content { min-width: 0; }
.lifetime-content h3 { margin-bottom: 10px; font-size: clamp(1.55rem, 2.4vw, 2.1rem); }
.lifetime-content p { max-width: 560px; font-size: 1rem; }
.lifetime-content strong { color: #fff; font-size: .9rem; }
.lifetime-number { color: rgba(137,181,255,.35); font-size: 2.4rem; font-weight: 300; }
.benefit-support-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.benefit-card-compact { min-height: 268px; display: flex; flex-direction: column; gap: 0; padding: 22px 20px; }
.benefit-card-compact .benefit-icon { width: 48px; height: 48px; margin-bottom: 20px; }
.benefit-card-compact .benefit-icon svg { width: 26px; height: 26px; }
.benefit-card-compact .benefit-kicker { max-width: calc(100% - 30px); min-height: 2.3em; align-items: flex-start; font-size: .69rem; line-height: 1.15; }
.benefit-card-compact .benefit-kicker b { font-size: .66rem; }
.benefit-card-compact h3 { min-height: 2.5em; font-size: 1.05rem; line-height: 1.2; }
.benefit-card-compact p { font-size: .84rem; line-height: 1.5; }
.benefit-card-compact strong { margin-top: auto; padding-top: 15px; font-size: .75rem; }
.benefit-card-compact .benefit-number { position: absolute; top: 22px; right: 18px; }
@keyframes lifetime-word-shimmer { 0%,100% { background-position: 100% 50%; filter: drop-shadow(0 0 .16em rgba(59,125,255,.26)); } 50% { background-position: 0% 50%; filter: drop-shadow(0 0 .25em rgba(105,162,255,.46)); } }
@keyframes lifetime-orbit { to { transform: rotate(360deg); } }
@keyframes lifetime-pulse { 0%,100% { transform: scale(.97); box-shadow: 0 0 0 9px rgba(42,105,255,.07), 0 0 36px rgba(51,123,255,.3), inset 0 0 24px rgba(102,161,255,.18); } 50% { transform: scale(1.045); box-shadow: 0 0 0 13px rgba(42,105,255,.1), 0 0 54px rgba(70,141,255,.5), inset 0 0 34px rgba(124,176,255,.28); } }
.section-heading.compact { margin-bottom: 56px; }
.testimonials-section { background: #090b10; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.testimonial-placeholder { min-height: 286px; display: flex; flex-direction: column; padding: 28px; border: 1px dashed rgba(255,255,255,.2); border-radius: 12px; background: rgba(255,255,255,.025); }
.testimonial-placeholder > span { width: fit-content; padding: 5px 9px; border: 1px solid rgba(59,125,255,.45); border-radius: 999px; color: #8fb1ff; font-size: .72rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.testimonial-placeholder p { margin: 42px 0 28px; color: #d9dde6; font-size: 1.08rem; }
.testimonial-placeholder small { margin-top: auto; color: #777f8e; }
.guarantee-section { position: relative; padding: 88px 0 76px; overflow: hidden; border-block: 1px solid rgba(255,255,255,.07); background: radial-gradient(circle at 82% 45%, rgba(255,91,37,.12), transparent 28%), radial-gradient(circle at 15% 45%, rgba(48,113,255,.12), transparent 32%), #07090d; }
.guarantee-section::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .24; background-image: linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(90deg, transparent, #000 20% 80%, transparent); }
.guarantee-shell { position: relative; display: grid; grid-template-columns: 200px minmax(0,1.15fr) minmax(330px,.85fr); align-items: center; gap: 48px; min-height: 380px; padding: 48px; overflow: hidden; border: 1px solid rgba(111,157,255,.32); border-radius: 24px; background: linear-gradient(125deg, rgba(10,24,53,.96), rgba(9,12,19,.98) 54%, rgba(33,15,14,.94)); box-shadow: 0 30px 90px rgba(0,0,0,.35), inset 0 1px rgba(255,255,255,.05); }
.guarantee-shell::after { content: ""; position: absolute; width: 420px; height: 420px; right: -220px; top: -220px; border: 1px solid rgba(255,120,77,.2); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,94,38,.025), 0 0 0 140px rgba(255,94,38,.018); pointer-events: none; }
.guarantee-seal { position: relative; width: 178px; height: 178px; display: grid; place-content: center; justify-items: center; border: 1px solid rgba(120,168,255,.7); border-radius: 50%; color: #fff; background: radial-gradient(circle, rgba(36,95,218,.36), rgba(7,19,45,.98) 68%); box-shadow: 0 0 0 10px rgba(49,111,255,.06), 0 0 55px rgba(31,99,255,.22), inset 0 0 34px rgba(82,139,255,.12); }
.guarantee-seal::after { content: ""; position: absolute; inset: 12px; border: 1px dashed rgba(152,190,255,.42); border-radius: inherit; animation: seal-spin 20s linear infinite; }
.guarantee-seal-number { position: relative; z-index: 1; font-size: 5rem; font-weight: 850; line-height: .78; letter-spacing: -.08em; text-shadow: 0 0 28px rgba(74,134,255,.45); }
.guarantee-seal-days { position: relative; z-index: 1; margin-top: 9px; color: #9ebeff; font-size: .78rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.guarantee-copy { position: relative; z-index: 1; }
.guarantee-copy h2 { max-width: 700px; margin: 0 0 22px; font-size: clamp(2.5rem, 4.3vw, 4.8rem); line-height: .94; letter-spacing: -.055em; }
.guarantee-copy h2 span { color: #6d9fff; }
.guarantee-copy > p:not(.eyebrow) { max-width: 670px; margin-bottom: 25px; color: #b3bac8; font-size: 1.02rem; }
.guarantee-points { display: flex; flex-wrap: wrap; gap: 10px; }
.guarantee-points span { display: inline-flex; align-items: center; gap: 8px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.1); border-radius: 999px; color: #dce4f5; background: rgba(255,255,255,.035); font-size: .78rem; font-weight: 700; }
.guarantee-points i { width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; color: #9dc0ff; background: rgba(45,112,255,.2); font-style: normal; }
.hotmart-trust { position: relative; z-index: 1; padding: 27px; overflow: hidden; border: 1px solid rgba(255,119,74,.38); border-radius: 18px; background: linear-gradient(145deg, rgba(36,19,18,.72), rgba(11,13,20,.84)); box-shadow: 0 20px 55px rgba(0,0,0,.2), inset 0 0 36px rgba(255,79,28,.05); }
.hotmart-badge { display: flex; align-items: center; gap: 17px; margin: -27px -27px 0; padding: 19px 27px 18px; border-bottom: 1px solid rgba(0,0,0,.16); background: #fe4100; box-shadow: 0 14px 38px rgba(254,65,0,.12); }
.hotmart-fire { position: relative; flex: 0 0 58px; width: 58px; height: 70px; display: grid; place-items: center; isolation: isolate; }
.hotmart-fire-glow { position: absolute; z-index: -1; inset: 8px 2px 0; border-radius: 50%; background: radial-gradient(circle, rgba(255,229,119,.72), rgba(255,112,0,.38) 38%, transparent 72%); filter: blur(9px); opacity: .52; animation: hotmart-fire-glow 2.2s ease-in-out infinite; }
.hotmart-flame-mark { width: 54px; height: 70px; display: block; background: url("assets/hotmart-brand-reference.png") -112px -87px / 468px 246px no-repeat; transform-origin: 50% 86%; filter: drop-shadow(0 0 0 rgba(0,0,0,0)); animation: hotmart-flame-dance 2.2s ease-in-out infinite; }
.ember { position: absolute; width: 4px; height: 4px; border-radius: 50%; background: #111; box-shadow: 0 0 7px rgba(255,236,180,.8); opacity: 0; }
.ember-one { left: 17px; top: 20px; animation: hotmart-ember 2.4s .2s ease-out infinite; }
.ember-two { right: 11px; top: 27px; animation: hotmart-ember 2.1s .9s ease-out infinite; }
.ember-three { left: 31px; top: 14px; animation: hotmart-ember 2.7s 1.4s ease-out infinite; }
.hotmart-brand-lockup { min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.hotmart-badge small { color: rgba(17,17,17,.72); font-size: .61rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.hotmart-wordmark { width: 174px; height: 38px; display: block; background: url("assets/hotmart-brand-reference.png") -158px -99px / 432px 227px no-repeat; }
.secure-checkout { display: grid; grid-template-columns: 44px 1fr; gap: 14px; padding-top: 22px; }
.secure-lock { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(124,171,255,.32); border-radius: 12px; color: #8fb7ff; background: rgba(45,112,255,.1); }
.secure-lock svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.secure-checkout div { display: flex; flex-direction: column; gap: 7px; }
.secure-checkout strong { color: #fff; font-size: .95rem; }
.secure-checkout small { color: #959dab; font-size: .78rem; line-height: 1.55; }
.guarantee-note { position: relative; margin-top: 17px; color: #737c8d; font-size: .72rem; text-align: center; }
@keyframes seal-spin { to { transform: rotate(360deg); } }
@keyframes hotmart-fire-dance { 0%,100% { transform: translateY(1px) rotate(-1.4deg) scale(.98,1); } 28% { transform: translateY(-2px) rotate(1.8deg) scale(1.035,.97); } 56% { transform: translateY(0) rotate(-.7deg) scale(.97,1.035); } 78% { transform: translateY(-1px) rotate(1deg) scale(1.015,.99); } }
@keyframes hotmart-fire-glow { 0%,100% { opacity: .32; transform: scale(.82); } 50% { opacity: .78; transform: scale(1.16); } }
@keyframes hotmart-ember { 0% { opacity: 0; transform: translate(0,8px) scale(.6); } 18% { opacity: .8; } 72% { opacity: .24; } 100% { opacity: 0; transform: translate(7px,-28px) scale(.15); } }
.faq-section { position: relative; overflow: hidden; padding-block: 118px; background: radial-gradient(circle at 12% 18%, rgba(24,94,255,.19), transparent 26%), radial-gradient(circle at 88% 74%, rgba(64,47,208,.14), transparent 28%), linear-gradient(145deg, #05070c, #080b12 55%, #05070d); }
.faq-section::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .2; background-image: linear-gradient(rgba(126,166,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(126,166,255,.055) 1px, transparent 1px); background-size: 48px 48px; -webkit-mask-image: linear-gradient(90deg, transparent, #000 24%, #000 78%, transparent); mask-image: linear-gradient(90deg, transparent, #000 24%, #000 78%, transparent); animation: faq-grid-drift 18s linear infinite; }
.faq-aura { position: absolute; width: 580px; aspect-ratio: 1; right: -180px; top: -210px; border: 1px solid rgba(82,142,255,.15); border-radius: 50%; box-shadow: 0 0 0 70px rgba(47,109,255,.025), 0 0 0 150px rgba(47,109,255,.015); pointer-events: none; animation: faq-aura-pulse 8s ease-in-out infinite; }
.faq-grid { position: relative; display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(60px, 7vw, 118px); align-items: start; }
.faq-intro { position: sticky; top: 118px; }
.faq-intro h2 span { color: #70a2ff; background: linear-gradient(105deg, #3d7cff, #b6d0ff 50%, #447fff); background-size: 220% 100%; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; animation: faq-title-shimmer 6s ease-in-out infinite; }
.faq-lead { max-width: 510px; margin: 26px 0 0; line-height: 1.75; }
.faq-proof-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; margin-top: 30px; }
.faq-proof-list span { min-height: 86px; display: grid; grid-template-columns: 42px 1fr; grid-template-rows: auto auto; align-content: center; column-gap: 12px; padding: 13px 15px; border: 1px solid rgba(111,158,255,.2); border-radius: 13px; background: linear-gradient(145deg, rgba(22,31,50,.72), rgba(8,11,18,.76)); color: #edf4ff; font-size: .82rem; font-weight: 720; box-shadow: inset 0 1px rgba(255,255,255,.035); animation: faq-proof-float 6s ease-in-out infinite; }
.faq-proof-list span:nth-child(2) { animation-delay: -1.5s; }
.faq-proof-list span:nth-child(3) { animation-delay: -3s; }
.faq-proof-list span:nth-child(4) { animation-delay: -4.5s; }
.faq-proof-list b { grid-row: 1 / 3; width: 42px; height: 42px; display: grid; place-items: center; align-self: center; border: 1px solid rgba(88,145,255,.42); border-radius: 11px; background: rgba(18,75,184,.22); color: #8db7ff; font-size: 1rem; box-shadow: 0 0 22px rgba(41,105,255,.13); }
.faq-proof-list small { color: #7e9bd2; text-transform: uppercase; letter-spacing: .11em; font-size: .57rem; font-weight: 800; }
.faq-cta { margin-top: 28px; }
.faq-cta span { font-size: 1.15rem; transition: transform .2s ease; }
.faq-cta:hover span { transform: translateX(4px); }
.faq-safe-line { display: flex; align-items: center; gap: 9px; margin: 16px 0 0; color: #7f8ca5; font-size: .78rem; }
.faq-safe-line span { color: #ff6942; text-shadow: 0 0 14px rgba(255,84,45,.55); animation: faq-safe-pulse 2.6s ease-in-out infinite; }
.faq-panel { --faq-x: 70%; --faq-y: 18%; padding: 20px; border: 1px solid rgba(103,148,238,.18); border-radius: 23px; background: radial-gradient(430px circle at var(--faq-x) var(--faq-y), rgba(40,102,226,.14), transparent 68%), linear-gradient(145deg, rgba(15,20,32,.92), rgba(6,8,14,.97)); box-shadow: 0 28px 90px rgba(0,0,0,.34), 0 0 70px rgba(22,85,218,.08); backdrop-filter: blur(12px); transition: background-position .2s ease; }
.faq-panel-head { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 4px 5px 18px; color: #7894c9; text-transform: uppercase; letter-spacing: .12em; font-size: .64rem; font-weight: 800; }
.faq-panel-head strong { color: #dce8ff; font-size: .68rem; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.095); border-radius: 14px; background: rgba(255,255,255,.022); transition: border-color .3s ease, background .3s ease, box-shadow .3s ease, transform .3s ease; }
.faq-list details::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 3px; background: linear-gradient(#9fc1ff, #246eff, #7259ff); box-shadow: 0 0 20px #246eff; transform: scaleY(0); transform-origin: top; transition: transform .35s ease; }
.faq-list details:hover { transform: translateX(3px); border-color: rgba(83,139,255,.32); }
.faq-list details[open] { border-color: rgba(77,136,255,.48); background: linear-gradient(135deg, rgba(25,57,119,.28), rgba(9,12,20,.92)); box-shadow: 0 16px 42px rgba(0,25,82,.24), inset 0 1px rgba(255,255,255,.035); }
.faq-list details[open]::before { transform: scaleY(1); }
.faq-list summary { list-style: none; display: grid; grid-template-columns: 35px 1fr 38px; gap: 14px; align-items: center; min-height: 78px; padding: 16px 17px 16px 21px; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i { color: #6093ff; font-style: normal; letter-spacing: .1em; font-size: .66rem; font-weight: 850; }
.faq-question { color: #f5f7fb; font-size: clamp(.96rem, 1.25vw, 1.08rem); font-weight: 740; line-height: 1.35; }
.faq-list summary b { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(91,145,255,.26); border-radius: 50%; background: rgba(36,94,203,.12); color: #6f9eff; font-size: 1.2rem; font-weight: 500; transition: transform .3s ease, background .3s ease, color .3s ease, box-shadow .3s ease; }
.faq-list details[open] summary b { transform: rotate(45deg); background: #1460f3; color: #fff; box-shadow: 0 0 24px rgba(20,96,243,.4); }
.faq-answer { display: grid !important; grid-template-rows: 0fr; opacity: 0; transition: grid-template-rows .38s ease, opacity .3s ease; }
.faq-answer > div { min-height: 0; overflow: hidden; padding: 0 74px 0 70px; }
.faq-list details[open] .faq-answer { grid-template-rows: 1fr; opacity: 1; }
.faq-list details[open] .faq-answer > div { padding-bottom: 24px; }
.faq-answer p { margin: 0; color: #aeb9cd; line-height: 1.7; }
.faq-answer em { display: block; margin-top: 12px; color: #8eb4ff; font-style: normal; font-size: .84rem; font-weight: 720; }
@keyframes faq-grid-drift { to { background-position: 48px 48px; } }
@keyframes faq-aura-pulse { 0%,100% { opacity: .38; transform: scale(.92); } 50% { opacity: .82; transform: scale(1.07); } }
@keyframes faq-title-shimmer { 0%,100% { background-position: 100% 50%; } 50% { background-position: 0 50%; } }
@keyframes faq-proof-float { 0%,100% { transform: translateY(0); border-color: rgba(111,158,255,.18); } 50% { transform: translateY(-4px); border-color: rgba(111,158,255,.38); } }
@keyframes faq-safe-pulse { 0%,100% { opacity: .55; transform: scale(.86); } 50% { opacity: 1; transform: scale(1.08); } }
.js .hero:not(.is-active) .hero-image,
.js .hero:not(.is-active)::before,
.js .hero:not(.is-active)::after,
.js .hero:not(.is-active) .hero-scrim::before,
.js .hero:not(.is-active) .hero-scrim::after,
.js .hero:not(.is-active) .hero-skill,
.js .hero:not(.is-active) .hero-skill::before,
.js .hero:not(.is-active) .hero-skill::after,
.js .featured-section:not(.is-active) .featured-track,
.js .about-section:not(.is-active) .lifetime-word,
.js .about-section:not(.is-active) .lifetime-card::before,
.js .about-section:not(.is-active) .lifetime-symbol,
.js .guarantee-section:not(.is-active) .guarantee-seal::after,
.js .guarantee-section:not(.is-active) .hotmart-fire-glow,
.js .guarantee-section:not(.is-active) .hotmart-flame-mark,
.js .guarantee-section:not(.is-active) .ember,
.js .faq-section:not(.is-active)::before,
.js .faq-section:not(.is-active) .faq-aura,
.js .faq-section:not(.is-active) .faq-intro h2 span,
.js .faq-section:not(.is-active) .faq-proof-list span,
.js .faq-section:not(.is-active) .faq-safe-line span { animation-play-state: paused; }
.site-footer { padding: 72px 0 28px; background: #030405; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 55px; }
.footer-brand p { max-width: 300px; color: #7e8592; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 9px; }
.footer-grid h3 { margin: 9px 0 11px; font-size: .88rem; color: #fff; }
.footer-grid a, .footer-grid > div > span { color: #858c98; font-size: .86rem; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 62px; padding-top: 24px; border-top: 1px solid var(--line); color: #6e7581; font-size: .78rem; }
.footer-bottom div { display: flex; gap: 22px; }
.legal-placeholders { color: #4f5662; font-size: .7rem; }
.legal-placeholders p { margin: 3px 0; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .5s ease, transform .5s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { width: 44px; height: 44px; display: grid; place-content: center; gap: 6px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.03); cursor: pointer; }
  .menu-toggle span { display: block; width: 20px; height: 2px; background: #fff; transition: transform .2s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-nav { display: grid; gap: 0; padding: 10px 20px 22px; background: rgba(5,6,8,.98); border-bottom: 1px solid var(--line); }
  .mobile-nav[hidden] { display: none; }
  .mobile-nav > a:not(.button) { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.08); color: #d7dbe3; }
  .mobile-nav .button { margin-top: 16px; }
  .course-toolbar { align-items: flex-start; flex-direction: column; }
  .search-box { width: 100%; }
  .filter-list { justify-content: flex-start; }
  .about-grid { gap: 55px; }
  .benefit-support-grid { grid-template-columns: 1fr; }
  .benefit-card-compact { min-height: 205px; display: grid; grid-template-columns: 58px 1fr auto; gap: 20px; }
  .benefit-card-compact .benefit-icon { margin-bottom: 0; }
  .benefit-card-compact .benefit-kicker, .benefit-card-compact h3 { min-height: 0; }
  .benefit-card-compact .benefit-number { position: relative; top: auto; right: auto; }
  .benefit-card-compact strong { margin-top: 0; padding-top: 0; }
  .faq-grid { gap: 65px; }
}

@media (max-width: 820px) {
  .desktop-nav { display: none; }
  .site-header { backdrop-filter: blur(10px); }
  .hero { min-height: 720px; }
  .hero-image { object-position: 63% center; opacity: .62; }
  .hero::before, .hero::after, .hero-scrim::before, .hero-scrim::after { display: none; }
  .hero-scrim { background: linear-gradient(90deg, rgba(5,6,8,.97) 0%, rgba(5,6,8,.78) 75%, rgba(5,6,8,.34) 100%), linear-gradient(0deg, #050608, transparent 45%); }
  .hero-copy { width: 100%; }
  .featured-section { padding: 56px 0 52px; }
  .featured-heading { margin-bottom: 27px; }
  .featured-rail { overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .featured-rail::-webkit-scrollbar { display: none; }
  .featured-track { animation: none; transform: none; }
  .featured-set[aria-hidden="true"] { display: none; }
  .featured-course { width: min(78vw, 315px); scroll-snap-align: start; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .course-grid { grid-template-columns: 1fr; }
  .about-grid, .faq-grid { grid-template-columns: 1fr; gap: 60px; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .guarantee-shell { grid-template-columns: 150px 1fr; gap: 34px; padding: 38px; }
  .guarantee-seal { width: 142px; height: 142px; }
  .guarantee-seal-number { font-size: 4.1rem; }
  .hotmart-trust { grid-column: 1 / -1; display: block; }
  .faq-section { padding-block: 84px; }
  .faq-intro { position: static; }
  .faq-lead { max-width: 680px; }
  .faq-proof-list { max-width: 620px; }
  .faq-panel { backdrop-filter: none; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 520px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .header-inner > .button { display: none; }
  .brand-crop { width: 168px; }
  h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
  .hero-actions .button { width: 100%; }
  .section { padding: 82px 0; }
  .courses-section { padding: 56px 0 28px; }
  .about-section { padding-top: 42px; }
  .hero { min-height: 760px; }
  .hero-grid { padding-top: 118px; }
  .filter-list { width: 100%; flex-wrap: nowrap; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: none; padding-bottom: 8px; }
  .filter-list::-webkit-scrollbar { display: none; }
  .filter-chip { white-space: nowrap; }
  .benefit-card { grid-template-columns: 52px 1fr; padding: 23px 20px; }
  .lifetime-card { min-height: 350px; grid-template-columns: 1fr; align-items: start; gap: 20px; padding: 27px 23px; }
  .lifetime-symbol-wrap { width: 100%; min-height: 88px; }
  .lifetime-symbol { width: 72px; height: 72px; }
  .lifetime-symbol svg { width: 40px; height: 25px; }
  .lifetime-number { display: none; }
  .benefit-card-compact { min-height: 235px; grid-template-columns: 52px 1fr; }
  .benefit-icon { width: 50px; height: 50px; }
  .benefit-number { position: absolute; top: 22px; right: 20px; }
  .guarantee-section { padding: 62px 0 54px; }
  .guarantee-shell { grid-template-columns: 1fr; gap: 30px; min-height: 0; padding: 30px 23px; text-align: center; }
  .guarantee-seal { width: 138px; height: 138px; margin: 0 auto; }
  .guarantee-copy h2 { font-size: clamp(2.45rem, 13vw, 3.5rem); }
  .guarantee-copy > p:not(.eyebrow) { margin-inline: auto; }
  .guarantee-points { justify-content: center; }
  .guarantee-points span { width: 100%; justify-content: flex-start; text-align: left; }
  .hotmart-trust { grid-column: auto; display: block; padding: 23px; text-align: left; }
  .hotmart-badge { margin: -23px -23px 0; padding: 18px 23px 17px; border: 0; border-bottom: 1px solid rgba(0,0,0,.16); }
  .secure-checkout { padding-top: 20px; }
  .faq-section { padding-block: 70px; }
  .faq-proof-list { grid-template-columns: 1fr; }
  .faq-panel { padding: 12px; border-radius: 18px; }
  .faq-panel-head { padding: 7px 6px 16px; }
  .faq-list summary { grid-template-columns: 29px 1fr 34px; gap: 10px; min-height: 76px; padding: 14px 12px 14px 16px; }
  .faq-list summary b { width: 32px; height: 32px; }
  .faq-answer > div { padding-inline: 55px 18px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-bottom div { flex-direction: column; gap: 8px; }
}

@media (hover: none) {
  .course-card:hover { transform: none; border-color: var(--line); box-shadow: none; }
  .course-card:hover::before { opacity: 0; animation: none; }
  .course-card:hover .course-visual img, .featured-course:hover .featured-course-media > img { transform: none; filter: none; }
  .featured-course:hover, .faq-list details:hover { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .hero-image, .hero::before, .hero::after, .hero-scrim::before, .hero-scrim::after { animation: none; }
  .hero-image { transform: scale(1.045); filter: none; }
  .reveal { opacity: 1; transform: none; }
  .featured-rail { overflow-x: auto; }
  .featured-track { animation: none; transform: none; }
  .featured-set[aria-hidden="true"] { display: none; }
  .hero-skill, .hero-skill::before, .hero-skill::after { animation: none; }
  .hero-skill::before { opacity: .34; transform: none; }
  .hero-skill::after { opacity: .78; transform: scaleX(1); }
  .lifetime-word, .lifetime-card::before, .lifetime-symbol { animation: none; }
  .guarantee-seal::after { animation: none; }
  .hotmart-fire-glow, .hotmart-flame-mark, .ember { animation: none; }
  .course-card:hover::before, .course-card:focus-within::before { animation: none; }
  .faq-section::before, .faq-aura, .faq-intro h2 span, .faq-proof-list span, .faq-safe-line span { animation: none; }
}

