:root {
  --green: #07943b;
  --green-deep: #057b31;
  --green-soft: #eaf7ee;
  --ink: #111714;
  --muted: #66706a;
  --line: rgba(20, 42, 28, .13);
  --paper: #fbfdfb;
  --gutter: clamp(22px, 5vw, 80px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--green); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 999; left: 16px; top: 12px; padding: 11px 15px; background: var(--green); color: white; transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

.site-header { height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 28px; position: sticky; z-index: 100; top: 0; padding: 0 var(--gutter); border-bottom: 1px solid var(--line); background: rgba(253,254,253,.92); box-shadow: 0 4px 22px rgba(25,55,34,.035); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; }
.brand-mark { position: relative; color: var(--green); font-size: 26px; line-height: 1; font-weight: 800; letter-spacing: -.16em; }
.brand-mark i { margin-left: -2px; color: var(--green-deep); font-style: normal; }
.brand strong { font-size: 15px; letter-spacing: -.02em; }
.header-support { min-height: 42px; display: flex; align-items: center; gap: 9px; padding: 5px 12px 5px 6px; border: 1px solid rgba(7,148,59,.18); border-radius: 8px; background: #f7fcf8; color: var(--green-deep); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.header-support:hover { transform: translateY(-2px); border-color: rgba(7,148,59,.34); box-shadow: 0 8px 18px rgba(22,73,37,.09); }
.header-support > span:first-child { width: 29px; height: 29px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--green); color: white; font-size: 15px; font-weight: 800; }
.header-support > span:last-child { display: flex; flex-direction: column; gap: 2px; }.header-support small { color: #69746d; font-size: 6px; font-weight: 700; letter-spacing: .07em; }.header-support strong { font-size: 9px; letter-spacing: .02em; }

.landing { min-height: calc(100svh - 64px); position: relative; isolation: isolate; overflow: hidden; padding: 22px var(--gutter) 0; background: linear-gradient(180deg,rgba(255,255,255,.96),rgba(249,252,249,.9)); }
.landing::before { content: ''; position: absolute; z-index: -3; inset: -48px; opacity: .55; background-image: linear-gradient(rgba(11,132,52,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(11,132,52,.035) 1px,transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom,#000 0,transparent 79%); animation: gridDrift 22s linear infinite; }
.market-decoration { position: absolute; z-index: -2; inset: 0; overflow: hidden; pointer-events: none; color: rgba(7,148,59,.4); }
.ambient-orb { position: absolute; width: 430px; height: 430px; border-radius: 50%; opacity: .16; filter: blur(80px); background: #1bd15f; animation: orbFloat 10s ease-in-out infinite alternate; }.orb-one { top: -230px; left: -100px; }.orb-two { top: 180px; right: -260px; animation-delay: -4s; }
.radar-rings { position: absolute; width: 690px; height: 690px; left: 50%; top: -180px; border: 1px solid rgba(7,148,59,.07); border-radius: 50%; transform: translateX(-50%); box-shadow: 0 0 0 60px rgba(7,148,59,.015),0 0 0 120px rgba(7,148,59,.012),0 0 0 180px rgba(7,148,59,.008); animation: radarPulse 7s ease-in-out infinite; }
.market-line { position: absolute; width: 52%; height: 170px; border-top: 2px solid rgba(7,148,59,.09); border-radius: 50%; }
.market-line.one { left: -8%; top: 250px; transform: rotate(6deg); }.market-line.two { right: -12%; top: 215px; transform: rotate(-8deg); }
.market-label { position: absolute; padding: 4px 7px; border-radius: 3px; background: rgba(7,148,59,.58); color: white; font-size: 7px; }
.market-label.buy { left: 3%; top: 440px; }.market-label.sell { right: 9%; top: 320px; background: rgba(90,115,99,.45); }
.market-value { position: absolute; color: rgba(7,148,59,.34); font-size: 9px; animation: marketFloat 4.5s ease-in-out infinite; }.value-one { left: 12%; top: 155px; }.value-two { right: 4%; top: 120px; animation-delay: -1.4s; }.value-three { right: 7%; top: 520px; animation-delay: -2.7s; }
.market-bars { height: 210px; display: flex; align-items: end; gap: 9px; position: absolute; bottom: 180px; opacity: .13; }
.market-bars.left { left: -2%; }.market-bars.right { right: -1%; transform: scaleX(-1); }
.market-bars i { width: 7px; transform-origin: bottom; background: linear-gradient(180deg,var(--green),transparent); animation: marketPulse 3.4s ease-in-out infinite; }.market-bars i:nth-child(1){height:20%;animation-delay:-.2s}.market-bars i:nth-child(2){height:35%;animation-delay:-1.4s}.market-bars i:nth-child(3){height:28%;animation-delay:-.8s}.market-bars i:nth-child(4){height:55%;animation-delay:-2.2s}.market-bars i:nth-child(5){height:43%;animation-delay:-1.1s}.market-bars i:nth-child(6){height:75%;animation-delay:-2.8s}.market-bars i:nth-child(7){height:62%;animation-delay:-.5s}.market-bars i:nth-child(8){height:90%;animation-delay:-1.8s}.market-bars i:nth-child(9){height:73%;animation-delay:-2.5s}.market-bars i:nth-child(10){height:100%;animation-delay:-1.2s}.market-bars i:nth-child(11){height:84%;animation-delay:-3s}.market-bars i:nth-child(12){height:93%;animation-delay:-.7s}

.hero-copy { max-width: 920px; margin: 0 auto; text-align: center; }
.access-badge { width: max-content; max-width: 100%; display: flex; align-items: center; justify-content: center; gap: 7px; margin: 0 auto; padding: 7px 11px; border: 1px solid rgba(7,148,59,.16); border-radius: 999px; background: rgba(239,250,242,.84); color: var(--green-deep); font-size: 8px; font-weight: 800; letter-spacing: .075em; box-shadow: 0 7px 20px rgba(21,74,36,.06); }.access-badge i { width: 7px; height: 7px; border-radius: 50%; background: #14c958; box-shadow: 0 0 0 5px rgba(20,201,88,.1); animation: liveDot 1.6s ease-out infinite; }.access-badge b { color: #a9b1ac; font-weight: 500; }
.hero-copy h1 { margin: 12px 0 0; font-size: clamp(40px,4.2vw,64px); line-height: .98; letter-spacing: -.058em; font-weight: 800; }
.hero-copy h1 span { color: transparent; background: linear-gradient(90deg,#057b31 0%,#13c957 38%,#057b31 70%); background-size: 220% auto; -webkit-background-clip: text; background-clip: text; animation: titleFlow 5s linear infinite; }
.hero-copy p { max-width: 710px; margin: 14px auto 0; color: #29312d; font-size: 17px; line-height: 1.45; }
.hero-copy p strong:last-child { color: var(--green-deep); }
.primary-cta { width: min(430px,100%); min-height: 64px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; position: relative; overflow: hidden; isolation: isolate; margin-top: 18px; border-radius: 9px; background: linear-gradient(135deg,#0cac49,#078936); color: white; font-size: 16px; font-weight: 700; box-shadow: 0 13px 27px rgba(7,148,59,.18),inset 0 1px rgba(255,255,255,.24); animation: ctaPulse 2.8s ease-in-out infinite; transition: transform .22s ease,box-shadow .22s ease; }
.primary-cta::before { content: ''; width: 70px; position: absolute; z-index: -1; top: -40%; bottom: -40%; left: -90px; background: linear-gradient(90deg,transparent,rgba(255,255,255,.28),transparent); transform: skewX(-18deg); animation: ctaShine 3.7s ease-in-out infinite; }
.primary-cta:hover { transform: translateY(-3px); box-shadow: 0 17px 33px rgba(7,148,59,.25); }
.primary-cta i { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: white; color: var(--green); font-size: 10px; font-style: normal; text-indent: 2px; animation: playPop 1.8s ease-in-out infinite; }
.hero-risk { display: block; margin: 9px auto 0; color: #77827b; font-size: 8px; line-height: 1.4; }

.course-card { --glow-x: 50%; --glow-y: 50%; width: min(1050px,100%); display: grid; grid-template-columns: 1.55fr 1fr; gap: 0; position: relative; margin: 16px auto 0; overflow: hidden; border: 1px solid rgba(24,50,32,.13); border-radius: 12px; background: white; box-shadow: 0 20px 48px rgba(22,52,31,.1); transition: transform .3s ease,box-shadow .3s ease,border-color .3s ease; }
.course-card::before { content: ''; position: absolute; z-index: 3; inset: 0; border-radius: inherit; background: radial-gradient(340px circle at var(--glow-x) var(--glow-y),rgba(22,206,89,.13),transparent 58%); opacity: 0; pointer-events: none; transition: opacity .3s ease; }.course-card:hover { transform: translateY(-3px); border-color: rgba(7,148,59,.22); box-shadow: 0 26px 58px rgba(22,52,31,.15); }.course-card:hover::before { opacity: 1; }
.video-column { min-width: 0; display: flex; flex-direction: column; gap: 6px; padding: 4px; border-right: 1px solid var(--line); }
.video-player { --plyr-color-main: #0aad49; --plyr-video-background: #020403; --plyr-video-control-color: #fff; --plyr-video-control-color-hover: #fff; --plyr-video-control-background-hover: #0aad49; --plyr-video-progress-buffered-background: rgba(255,255,255,.26); --plyr-range-fill-background: #13c956; --plyr-range-thumb-background: #fff; --plyr-menu-background: rgba(8,15,10,.96); --plyr-menu-color: #fff; --plyr-control-radius: 8px; --plyr-control-spacing: 11px; width: 100%; height: 100%; min-height: 338px; position: relative; overflow: hidden; border: 0; border-radius: 9px; background: #020403; }
.video-player .plyr { width: 100%; height: 100%; min-height: 338px; border-radius: inherit; font-family: Inter,sans-serif; }
.video-player .plyr__video-wrapper,.video-player .plyr__video-embed { height: 100%; padding-bottom: 0 !important; background: #020403; }
.video-player .plyr__video-embed iframe { width: 100%; height: 100%; position: absolute; inset: 0; border: 0; }
.video-player .plyr__controls { padding: 42px 14px 12px; background: linear-gradient(transparent,rgba(1,5,3,.9)); }
.video-player .plyr__control--overlaid { width: 70px; height: 70px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); background: linear-gradient(145deg,#16c958,#078d38); box-shadow: 0 13px 35px rgba(0,0,0,.36),0 0 0 8px rgba(12,173,73,.12); }
.video-player .plyr__control--overlaid svg { width: 24px; height: 24px; }
.video-player .plyr__menu__container .plyr__control:hover { background: rgba(10,173,73,.18); }
.player-brandbar { max-width: calc(100% - 32px); display: flex; align-items: center; gap: 10px; position: absolute; z-index: 4; top: 14px; left: 14px; padding: 7px 10px 7px 7px; border: 1px solid rgba(255,255,255,.12); border-radius: 8px; background: rgba(2,8,4,.72); color: white; box-shadow: 0 7px 22px rgba(0,0,0,.18); backdrop-filter: blur(10px); pointer-events: none; transition: opacity .25s ease,transform .25s ease; }
.player-brandbar span { flex: 0 0 auto; padding: 5px 7px; border-radius: 5px; background: var(--green); font-size: 7px; font-weight: 800; letter-spacing: .08em; }
.player-brandbar strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 9px; font-weight: 600; }
.video-player.is-playing .player-brandbar { opacity: 0; transform: translateY(-5px); }
.lesson-navigation { display: grid; grid-template-columns: 1fr 1.35fr 1fr; gap: 6px; }.lesson-navigation button { min-width: 0; min-height: 43px; display: flex; align-items: center; justify-content: center; gap: 7px; border: 1px solid rgba(21,48,30,.12); border-radius: 7px; background: #f8fbf9; color: #425048; font-size: 8px; font-weight: 800; letter-spacing: .025em; cursor: pointer; transition: transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease; }.lesson-navigation button:hover:not(:disabled) { transform: translateY(-2px); border-color: rgba(7,148,59,.24); background: #f0f8f2; }.lesson-navigation button:disabled { opacity: .32; cursor: not-allowed; }.lesson-navigation button i { color: var(--green); font-size: 13px; font-style: normal; }.lesson-complete-button { color: #526058; box-shadow: none; }.lesson-complete-button i { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: #e7eee9; color: #6b766f !important; }.lesson-complete-button.ready { border-color: rgba(7,148,59,.22) !important; background: linear-gradient(135deg,#0aaa47,#078b36) !important; color: white !important; box-shadow: 0 7px 17px rgba(7,148,59,.16); }.lesson-complete-button.ready i { background: rgba(255,255,255,.18); color: white !important; }.lesson-complete-button.completed { border-color: rgba(7,148,59,.14) !important; background: #eaf8ef !important; color: var(--green-deep) !important; box-shadow: inset 0 0 0 1px rgba(7,148,59,.08); }.lesson-complete-button.completed i { background: var(--green); color: white !important; }.lesson-nav-button.next.recommended { border-color: rgba(7,148,59,.2); background: linear-gradient(135deg,#0aaa47,#078b36); color: white; box-shadow: 0 7px 17px rgba(7,148,59,.16); }.lesson-nav-button.next.recommended i { color: white; }

.curriculum { min-width: 0; display: flex; flex-direction: column; padding: 16px 12px 10px; background: #fff; }
.course-progress { margin: 4px 2px 12px; }.course-progress > div { display: flex; justify-content: space-between; margin-bottom: 5px; color: #738078; font-size: 7px; font-weight: 700; letter-spacing: .04em; }.course-progress > div strong { color: var(--green-deep); font-size: 8px; }.course-progress-track { height: 5px; display: block; overflow: hidden; border-radius: 999px; background: #e8eeea; }.course-progress-track i { width: 0; height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg,#07943b,#18d15f); box-shadow: 0 0 12px rgba(18,197,88,.32); transition: width .65s cubic-bezier(.2,.8,.2,1); }
.lesson-list { flex: 1; display: flex; flex-direction: column; border: 1px solid rgba(21,48,30,.1); border-radius: 6px; overflow: hidden; }
.lesson { width: 100%; min-height: 74px; flex: 1; display: grid; grid-template-columns: 28px 1fr auto 18px; align-items: center; gap: 7px; position: relative; padding: 0 8px; border: 0; border-bottom: 1px solid rgba(21,48,30,.1); background: white; text-align: left; cursor: pointer; transition: background .2s ease,transform .2s ease,box-shadow .2s ease; }.lesson:last-child { border-bottom: 0; }.lesson:hover { z-index: 1; background: #f5faf6; transform: translateX(3px); }.lesson.active { background: linear-gradient(90deg,#eaf9ef,#fff); }.lesson.active::before { content: ''; position: absolute; width: 3px; left: 0; top: 0; bottom: 0; background: var(--green); box-shadow: 0 0 13px rgba(7,148,59,.35); }.lesson.selection-pop { animation: lessonPop .38s ease; }.lesson.completed { background-image: linear-gradient(90deg,rgba(19,201,87,.07),transparent); }.lesson.completed > i { width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; background: #12b951; color: white; font-size: 8px; box-shadow: 0 4px 10px rgba(18,185,81,.22); }.lesson.completed small { color: var(--green-deep); font-weight: 800; }
.lesson > span { color: var(--green); font-size: 15px; font-weight: 700; }.lesson strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 9px; font-weight: 500; }.lesson small { color: var(--muted); font-size: 7px; }.lesson > i { color: #617068; font-size: 9px; font-style: normal; }

.action-cards { width: min(1220px,100%); display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin: 18px auto 0; }
.action-card { min-height: 134px; display: grid; grid-template-columns: 76px 1fr; grid-template-rows: 1fr auto; gap: 0 14px; position: relative; overflow: hidden; padding: 16px 16px 12px; border: 1px solid rgba(20,42,28,.12); border-radius: 9px; background: rgba(255,255,255,.94); box-shadow: 0 8px 20px rgba(28,59,37,.07); transition: transform .25s ease,box-shadow .25s ease,border-color .25s ease; }.action-card::after { content: ''; width: 55%; height: 160%; position: absolute; top: -30%; left: -75%; background: linear-gradient(90deg,transparent,rgba(19,201,87,.07),transparent); transform: rotate(12deg); transition: left .55s ease; pointer-events: none; }.action-card:hover { transform: translateY(-5px); border-color: rgba(7,148,59,.22); box-shadow: 0 17px 34px rgba(28,59,37,.12); }.action-card:hover::after { left: 125%; }
.action-icon { width: 76px; height: 76px; display: grid; place-items: center; grid-row: 1 / span 2; border: 1px solid rgba(7,148,59,.12); border-radius: 8px; background: linear-gradient(145deg,#f8fcf9,#edf7f0); color: var(--green); font-size: 38px; font-weight: 700; transition: transform .28s cubic-bezier(.2,.8,.2,1),box-shadow .28s ease; }.action-card:hover .action-icon { transform: translateY(-3px) rotate(-2deg) scale(1.04); box-shadow: 0 10px 20px rgba(7,148,59,.1); }.telegram-icon { border-radius: 50%; background: #26a4dc; color: white; font-size: 28px; }
.action-card h2 { margin: 5px 0 7px; font-size: 14px; }.action-card p { margin: 0; color: #4f5b54; font-size: 10px; line-height: 1.45; }.action-card a { min-height: 29px; display: flex; align-items: center; justify-content: center; justify-self: end; gap: 8px; padding: 0 11px; border-radius: 5px; background: linear-gradient(135deg,#0aaa47,#078b36); color: white; font-size: 8px; font-weight: 700; }.action-card a b { font-size: 12px; }
.primary-action { border-color: rgba(7,148,59,.25); background: linear-gradient(145deg,#fff,#f0faf3); box-shadow: 0 12px 29px rgba(7,115,43,.12); }.primary-action::before { content: 'PRÓXIMO PASSO'; position: absolute; top: 0; right: 14px; padding: 4px 8px; border-radius: 0 0 5px 5px; background: var(--green); color: white; font-size: 6px; font-weight: 800; letter-spacing: .08em; }.secondary-action a { background: #229bd2; }.resource-action { box-shadow: 0 6px 17px rgba(28,59,37,.045); }.resource-action a { border: 1px solid rgba(7,148,59,.22); background: #f0f8f2; color: var(--green-deep); }

.trust-strip { min-height: 73px; display: grid; grid-template-columns: 1.15fr 1fr 1fr 1fr .9fr; gap: 20px; align-items: center; margin: 17px calc(var(--gutter) * -1) 0; padding: 0 var(--gutter); border-top: 1px solid var(--line); background: rgba(255,255,255,.72); }
.trust-strip > div { min-width: 0; display: flex; align-items: center; gap: 11px; }.trust-strip > div > span { color: var(--green); font-size: 26px; }.trust-strip p { margin: 0; color: #5e6962; font-size: 8px; line-height: 1.35; }.trust-strip p strong { display: block; color: #243029; font-size: 8px; }.ecosystem { justify-self: end; padding: 9px 15px; border: 1px solid var(--line); border-radius: 6px; }.ecosystem img { width: 34px; height: 34px; object-fit: contain; filter: saturate(.5); }.ecosystem p small { display: block; }.ecosystem p strong { font-size: 11px; letter-spacing: .09em; }
.risk-footer { min-height: 48px; display: flex; justify-content: space-between; gap: 30px; padding: 14px var(--gutter); border-top: 1px solid var(--line); background: #f3f6f3; color: #758078; font-size: 7px; line-height: 1.55; }.risk-footer p { max-width: 970px; margin: 0; }.risk-footer span { white-space: nowrap; }
.mobile-continue { display: none; }.toast { position: fixed; z-index: 200; right: 20px; bottom: 20px; padding: 12px 17px; border-radius: 6px; background: #0b8e39; color: white; box-shadow: 0 12px 35px rgba(7,90,34,.22); font-size: 11px; }.toast[hidden] { display: none; }
.celebration-layer { position: fixed; z-index: 300; inset: 0; overflow: hidden; pointer-events: none; }.reward-particle { width: 8px; height: 13px; position: absolute; left: var(--burst-x); top: var(--burst-y); border-radius: 2px; background: var(--particle-color); opacity: 0; }.celebration-layer.burst .reward-particle { animation: rewardBurst .95s cubic-bezier(.15,.75,.2,1) var(--particle-delay) forwards; }
.reveal { opacity: 0; transform: translateY(12px); transition: opacity .55s ease,transform .55s ease; }.reveal.visible { opacity: 1; transform: none; }.action-card:nth-child(2) { transition-delay: .07s; }.action-card:nth-child(3) { transition-delay: .14s; }
@keyframes gridDrift { to { transform: translate3d(48px,48px,0); } }
@keyframes orbFloat { to { transform: translate3d(70px,35px,0) scale(1.12); } }
@keyframes radarPulse { 50% { opacity: .55; transform: translateX(-50%) scale(1.04); } }
@keyframes marketFloat { 50% { transform: translateY(-9px); opacity: .75; } }
@keyframes marketPulse { 50% { transform: scaleY(.72); opacity: .55; } }
@keyframes titleFlow { to { background-position: 220% center; } }
@keyframes ctaPulse { 50% { box-shadow: 0 16px 35px rgba(7,148,59,.3),0 0 0 7px rgba(7,148,59,.06),inset 0 1px rgba(255,255,255,.24); } }
@keyframes ctaShine { 0%,35% { left: -90px; } 70%,100% { left: calc(100% + 90px); } }
@keyframes playPop { 50% { transform: scale(1.08); box-shadow: 0 0 0 7px rgba(255,255,255,.12); } }
@keyframes liveDot { 70%,100% { box-shadow: 0 0 0 8px rgba(20,201,88,0); } }
@keyframes lessonPop { 50% { transform: scale(.975); } }
@keyframes rewardBurst { 0% { opacity: 1; transform: translate(-50%,-50%) scale(.4) rotate(0); } 100% { opacity: 0; transform: translate(calc(-50% + var(--particle-x)),calc(-50% + var(--particle-y))) scale(1) rotate(var(--particle-rotation)); } }
@media (max-width: 1080px) {
  .trust-strip { grid-template-columns: repeat(3,1fr); padding-top: 15px; padding-bottom: 15px; }.ecosystem { justify-self: start; }
}

@media (max-width: 760px) {
  :root { --gutter: 16px; }
  html { overflow-x: hidden; }
  body { overflow-x: hidden; }
  .site-header { height: 64px; padding: 0 16px; }.brand { gap: 8px; }.brand-mark { font-size: 27px; }.brand strong { font-size: 14px; }.header-support { min-height: 38px; gap: 6px; padding: 4px 9px 4px 5px; }.header-support > span:first-child { width: 27px; height: 27px; }.header-support small { display: none; }.header-support strong { font-size: 8px; }.header-support strong::after { content: 'AJUDA'; font-size: 9px; }.header-support strong { font-size: 0; }
  .landing { padding: 14px var(--gutter) 0; }.landing::before { background-size: 36px 36px; animation-duration: 30s; }.ambient-orb { width: 320px; height: 320px; opacity: .1; filter: blur(58px); animation-duration: 14s; }.radar-rings { width: 500px; height: 500px; top: -135px; animation-duration: 10s; }.market-line.one { width: 90%; left: -46%; top: 300px; }.market-line.two { width: 90%; right: -45%; top: 285px; }.market-label.buy { left: 4%; top: 410px; }.market-label.sell { right: 6%; top: 270px; }.value-one { top: 70px; left: 7%; }.value-two { top: 54px; right: 3%; }.value-three { right: 4%; top: 405px; }.market-bars { bottom: auto; top: 350px; height: 180px; gap: 5px; opacity: .09; }.market-bars i { width: 4px; animation-duration: 5s; }
  .access-badge { padding: 6px 9px; font-size: 7px; letter-spacing: .055em; }
  .hero-copy h1 { margin-top: 11px; font-size: clamp(37px,10.8vw,49px); line-height: .97; letter-spacing: -.06em; }.hero-copy h1 br { display: none; }.hero-copy h1 span { display: block; margin-top: 5px; }
  .hero-copy p { margin-top: 14px; font-size: 15px; line-height: 1.42; }.primary-cta { width: 100%; min-height: 58px; margin-top: 14px; font-size: 14px; }.hero-risk { margin-top: 8px; padding: 0 12px; font-size: 8px; }
  .course-card { display: flex; flex-direction: column; margin: 18px calc(var(--gutter) * -1) 0; overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; }.course-card:hover { transform: none; border-color: transparent; box-shadow: none; }.course-card::before { display: none; }
  .video-column { gap: 8px; padding: 0 8px; border-right: 0; }.video-player { min-height: 0; aspect-ratio: 16/10; border: 4px solid white; border-radius: 14px; box-shadow: 0 14px 34px rgba(17,43,26,.17); }.video-player .plyr { min-height: 0; }.video-player .plyr__controls { padding: 34px 7px 7px; }.video-player .plyr__control--overlaid { width: 58px; height: 58px; }.player-brandbar { top: 8px; left: 8px; max-width: calc(100% - 16px); padding: 6px 8px 6px 6px; }.player-brandbar strong { font-size: 8px; }.lesson-navigation { gap: 5px; }.lesson-navigation button { min-height: 48px; gap: 5px; padding: 0 7px; border-radius: 10px; font-size: 7px; line-height: 1.15; }.lesson-navigation button:hover:not(:disabled) { transform: none; }.lesson-navigation button:active:not(:disabled) { transform: scale(.97); }.lesson-complete-button i { width: 19px; height: 19px; }
  .curriculum { padding: 21px 0 0; background: transparent; }.course-progress { margin: 0 var(--gutter) 12px; }.course-progress > div { font-size: 7px; }.course-progress-track { height: 6px; }
  .lesson-list { display: flex; flex-direction: row; gap: 12px; overflow-x: auto; margin-top: 5px; padding: 0 var(--gutter) 15px; border: 0; border-radius: 0; scroll-padding-inline: var(--gutter); scroll-snap-type: x mandatory; scrollbar-width: none; }.lesson-list::-webkit-scrollbar { display: none; }.lesson { flex: 0 0 min(78vw,300px); min-height: 170px; display: grid; grid-template-columns: 1fr auto; grid-template-rows: 37px 1fr auto; gap: 9px; padding: 15px; border: 1px solid var(--line) !important; border-radius: 13px; box-shadow: 0 9px 24px rgba(29,58,37,.07); scroll-snap-align: center; }.lesson:hover { transform: none; }.lesson.active { border-color: var(--green) !important; box-shadow: 0 12px 28px rgba(7,148,59,.12); }.lesson.active::before { display: none; }.lesson > span { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: white; }.lesson strong { grid-column: 1 / -1; align-self: end; overflow: visible; white-space: normal; font-size: 15px; line-height: 1.32; }.lesson small { grid-row: 3; grid-column: 1; font-size: 10px; }.lesson > i { grid-column: 2; grid-row: 1; justify-self: end; font-size: 13px; }
  .action-cards { display: grid; grid-template-columns: 1fr; gap: 10px; margin: 6px 0 0; }.action-card { min-height: 105px; grid-template-columns: 70px 1fr auto; grid-template-rows: 1fr; align-items: center; gap: 12px; padding: 10px 12px; }.action-card:hover { transform: none; }.action-card:active { transform: scale(.985); }.action-icon { width: 70px; height: 70px; grid-row: 1; font-size: 33px; }.action-card h2 { margin: 0 0 5px; font-size: 13px; }.action-card p { font-size: 10px; }.action-card a { min-height: 42px; grid-column: 3; grid-row: 1; align-self: center; padding: 0 13px; font-size: 8px; }
  .trust-strip { min-height: auto; grid-template-columns: 1fr 1fr; gap: 20px 13px; margin-top: 19px; padding: 24px var(--gutter) 22px; }.trust-strip > div > span { font-size: 24px; }.trust-strip p,.trust-strip p strong { font-size: 9px; }.ecosystem { grid-column: 1 / -1; justify-self: center; padding: 8px 18px; }
  .risk-footer { display: block; padding: 18px var(--gutter) 24px; text-align: center; font-size: 9px; }.risk-footer span { display: block; margin-top: 8px; }
  .mobile-continue { height: calc(64px + env(safe-area-inset-bottom)); display: flex; align-items: flex-start; justify-content: center; gap: 13px; position: fixed; z-index: 150; left: 0; right: 0; bottom: 0; padding-top: 17px; padding-bottom: env(safe-area-inset-bottom); border-radius: 23px 23px 0 0; background: linear-gradient(135deg,#0aaa47,#078535); color: white; font-size: 15px; font-weight: 700; box-shadow: 0 -8px 30px rgba(7,132,50,.18); opacity: 0; visibility: hidden; transform: translateY(110%); pointer-events: none; transition: opacity .22s ease, visibility .22s ease, transform .22s ease; }.mobile-continue.is-visible { opacity: 1; visibility: visible; transform: none; pointer-events: auto; }.mobile-continue i { width: 28px; height: 28px; display: grid; place-items: center; margin-top: -3px; border-radius: 50%; background: white; color: var(--green); font-size: 9px; font-style: normal; text-indent: 2px; }
  .toast { right: 12px; left: 12px; bottom: calc(76px + env(safe-area-inset-bottom)); text-align: center; }
}

@media (max-width: 480px) {
  .brand strong { font-size: 14px; }
  .hero-copy h1 { font-size: clamp(37px,11.2vw,47px); }.hero-copy p { font-size: 15px; }.primary-cta { font-size: 13px; }
  .action-card { grid-template-columns: 62px 1fr; }.action-icon { width: 62px; height: 62px; }.action-card a { grid-column: 2; min-height: 31px; justify-self: start; align-self: end; margin-top: 6px; }.action-card p { padding-right: 2px; }
  .video-player { --plyr-control-spacing: 8px; }.video-player .plyr__controls [data-plyr='rewind'],.video-player .plyr__controls [data-plyr='fast-forward'],.video-player .plyr__controls input[data-plyr='volume'] { display: none; }.player-brandbar strong { max-width: 190px; }
}

@media (max-width: 360px) {
  .brand strong { font-size: 13px; }.hero-copy h1 { font-size: 35px; }.hero-copy p { font-size: 14px; }.primary-cta { min-height: 56px; font-size: 12px; }.lesson { flex-basis: 82vw; }
}

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