.hero{background:var(--forest);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:140px 24px 80px;display:flex;position:relative}.hero-bg{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.hero-orb{filter:blur(80px);opacity:.18;border-radius:50%;position:absolute}.hero-orb-1{background:radial-gradient(circle,var(--mint)0%,transparent 70%);width:600px;height:600px;animation:18s ease-in-out infinite alternate drift1;top:-200px;right:-100px}.hero-orb-2{background:radial-gradient(circle,#2d9c8c 0%,#0000 70%);width:500px;height:500px;animation:22s ease-in-out infinite alternate drift2;bottom:-150px;left:-100px}.hero-grid{background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0}@keyframes drift1{0%{transform:translate(0)scale(1)}to{transform:translate(40px,60px)scale(1.1)}}@keyframes drift2{0%{transform:translate(0)scale(1)}to{transform:translate(-30px,-50px)scale(1.08)}}.hero-content{z-index:1;text-align:center;position:relative}.hero-content-body{animation:heroIn .9s var(--ease-out)both}@keyframes heroIn{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}.hero-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--mint);background:#3dddc614;border:1px solid #3dddc64d;border-radius:100px;align-items:center;gap:8px;margin-bottom:28px;padding:6px 16px;font-size:12px;font-weight:500;display:inline-flex}.hero-eyebrow-dot{background:var(--mint);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.7)}}.hero h1{font-family:var(--font-display);letter-spacing:-.03em;color:var(--white);margin-bottom:22px;font-size:clamp(42px,6vw,76px);font-weight:800;line-height:1.05}.hero h1 em{color:var(--mint);font-style:normal;display:inline-block;position:relative}.hero h1 em:after{content:"";background:var(--mint);opacity:.4;border-radius:2px;height:3px;position:absolute;bottom:-4px;left:0;right:0}.hero-sub{color:#fff9;text-align:center;max-width:560px;margin:0 auto 48px;font-size:19px;font-weight:300;line-height:1.65}.search-card{z-index:2;border-radius:var(--r-xl);box-shadow:var(--shadow-lg),0 0 0 1px #ffffff1f;width:100%;max-width:860px;animation:heroIn .9s var(--ease-out).2s both;background:#fffffff7;margin:0 auto;padding:10px;position:relative;overflow:visible}.search-row{grid-template-columns:1fr 1fr 1fr;gap:4px;display:grid}.search-row-2{margin-top:4px}.search-divider{background:var(--border);height:1px;margin:2px 10px}.search-field{border-radius:var(--r-md);background:0 0;flex-direction:column;min-width:0;padding:14px 20px;transition:background .2s;display:flex;position:relative}.search-field:hover{background:#0f333108}.search-field+.search-field:before{content:"";background:var(--border);width:1px;position:absolute;top:25%;bottom:25%;left:0}.search-row-2 .search-field:first-child:before{display:none}.search-field label{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);white-space:nowrap;margin-bottom:5px;font-size:10px;font-weight:600}.search-field input{font-family:var(--font-body);color:var(--ink);background:0 0;border:none;outline:none;width:100%;font-size:15px;font-weight:400}.search-field input::placeholder{color:var(--muted);font-weight:300}.s-dropdown{width:100%;position:relative}.s-trigger{cursor:pointer;font-family:var(--font-body);color:var(--ink);text-align:left;background:0 0;border:none;outline:none;justify-content:space-between;align-items:center;gap:6px;width:100%;padding:0;font-size:15px;font-weight:400;display:flex}.s-trigger.placeholder{color:var(--muted);font-weight:300}.s-trigger svg{color:var(--muted);transition:transform .2s var(--ease-out);flex-shrink:0}.s-dropdown.open .s-trigger svg{transform:rotate(180deg)}.s-menu{border-radius:var(--r-md);z-index:9999;min-width:calc(100% + 40px);max-width:280px;animation:dropIn .18s var(--ease-out);isolation:isolate;background:#fff;border:1px solid #0f333126;display:none;position:absolute;top:calc(100% + 12px);left:-20px;overflow:hidden;box-shadow:0 20px 60px #00000038,0 4px 16px #0000001f}@keyframes dropIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.s-dropdown.open .s-menu{display:block}.s-menu li{font-family:var(--font-body);color:var(--ink);cursor:pointer;background:#fff;align-items:center;gap:10px;padding:11px 18px;font-size:14px;font-weight:400;list-style:none;transition:background .15s;display:flex}.s-menu li:hover{color:var(--forest);background:#0f33310d}.s-menu li.selected{color:var(--forest);background:#3dddc614;font-weight:500}.s-dot{background:var(--mint-dim);opacity:0;border-radius:50%;flex-shrink:0;width:6px;height:6px}.s-menu li.selected .s-dot,.s-menu li:hover .s-dot{opacity:1}.ort-disabled{opacity:.45;pointer-events:none}.ort-disabled-text{color:var(--muted);font-size:14px;font-style:italic;font-weight:300}.search-btn{width:100%;color:var(--white);font-family:var(--font-body);border-radius:var(--r-md);transition:all .2s var(--ease-out);white-space:nowrap;background:#ff5546;flex-shrink:0;justify-content:center;align-items:center;gap:10px;padding:16px 28px;font-size:15px;font-weight:500;display:flex}.search-btn:hover{background:#ff6b5e;transform:translateY(-1px);box-shadow:0 4px 16px #ff554659}.search-btn svg{width:17px;height:17px}.hero-text-search-input{border-radius:var(--r-md);height:52px;font-size:15px;font-family:var(--font-body);color:var(--ink);background:#fff;border:1px solid #0f333126;outline:none;min-width:0;padding:0 16px;transition:border-color .2s,box-shadow .2s}.hero-text-search-input::placeholder{color:var(--muted);font-weight:300}.hero-text-search-input:focus-visible{border-color:var(--forest);box-shadow:0 0 0 3px #0f33310f}.hero-stats{animation:heroIn .9s var(--ease-out).4s both;justify-content:center;align-items:center;gap:40px;margin-top:40px;display:flex;position:relative}.hero-stat{text-align:center}.hero-stat-num{font-family:var(--font-display);color:var(--white);letter-spacing:-.02em;font-size:28px;font-weight:700}.hero-stat-num span{color:var(--mint)}.hero-stat-label{color:#ffffff73;margin-top:2px;font-size:12px}.hero-stat-divider{background:#ffffff1a;width:1px;height:40px}.courses-section{background:var(--cream);padding:100px 0}.courses-section+.courses-section{padding-top:56px}.courses-section:last-of-type{padding-bottom:100px}.section-header-row{justify-content:space-between;align-items:flex-end;margin-bottom:24px;display:flex}.section-header-row h2{font-family:var(--font-display);letter-spacing:-.02em;color:var(--forest);font-size:clamp(20px,2vw,26px);font-weight:800;line-height:1.1}.section-header-row p{color:var(--muted);margin-top:5px;font-size:13.5px;font-weight:300}.section-header-left{flex-direction:column;display:flex}.see-all-link{color:var(--forest-lt);white-space:nowrap;flex-shrink:0;align-items:center;gap:6px;font-size:13.5px;font-weight:600;transition:gap .2s,color .2s;display:inline-flex}.see-all-link:hover{color:var(--forest);gap:10px}.see-all-link svg{width:14px;height:14px}.courses-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.section-header{text-align:center;margin-bottom:56px}.section-header .tag{margin-bottom:16px}.section-header h2{font-family:var(--font-display);letter-spacing:-.025em;color:var(--forest);margin-bottom:14px;font-size:clamp(30px,4vw,46px);font-weight:800;line-height:1.1}.section-header p{color:var(--muted);font-size:17px;font-weight:300;line-height:1.7}.course-card{background:var(--white);border-radius:var(--r-lg);box-shadow:var(--shadow-sm);border:1px solid var(--border);transition:transform .3s var(--ease-out),box-shadow .3s;flex-direction:column;display:flex;overflow:hidden}.course-card:hover{box-shadow:var(--shadow-md);transform:translateY(-6px)}.course-img{flex-shrink:0;height:150px;position:relative;overflow:hidden}.course-img-inner{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.course-body{flex-direction:column;flex:1;padding:18px;display:flex}.course-meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:8px;font-size:11.5px;display:flex}.course-meta-dot{background:var(--muted);border-radius:50%;flex-shrink:0;width:3px;height:3px}.course-title{font-family:var(--font-display);color:var(--forest);margin-bottom:8px;font-size:15px;font-weight:700;line-height:1.3}.course-desc{color:var(--muted);flex:1;margin-bottom:14px;font-size:12.5px;font-weight:300;line-height:1.65}.course-footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;margin-top:auto;padding-top:14px;display:flex}.course-price{font-family:var(--font-display);color:var(--forest);font-size:18px;font-weight:700}.course-price-sub{color:var(--muted);font-size:10.5px;font-family:var(--font-body);font-weight:300}.course-enroll{background:var(--forest);color:var(--white);border-radius:100px;padding:7px 15px;font-size:12px;font-weight:500;transition:all .2s}.course-enroll:hover{background:var(--forest-lt)}.seo-text-section{background:var(--forest);padding:100px 0;position:relative;overflow:hidden}.seo-text-section:before{content:"";background:linear-gradient(90deg,#0000,#3dddc64d,#0000);height:1px;position:absolute;top:0;left:0;right:0}.seo-text-section .section-header h2{color:var(--white)}.seo-text-section .section-header p{color:#ffffff80}.seo-text-body{max-width:720px;margin:0 auto}.seo-text-body p{color:#fff9;margin-bottom:16px;font-size:.9375rem;line-height:1.8}.seo-text-body p:last-child{margin-bottom:0}.seo-text-body em{color:#ffffff59;font-size:.8125rem;font-style:normal}.seo-text-body a{color:var(--mint);text-underline-offset:3px;text-decoration:underline}.seo-text-body a:hover{color:var(--mint-dim)}.features-section{background:var(--forest);padding:100px 0;position:relative;overflow:hidden}.features-section:before{content:"";background:linear-gradient(90deg,#0000,#3dddc64d,#0000);height:1px;position:absolute;top:0;left:0;right:0}.features-section .tag{color:var(--mint);background:#3dddc61f}.features-section .section-header h2{color:var(--white)}.features-section .section-header p{color:#ffffff80}.features-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.feature-card{border-radius:var(--r-lg);transition:all .3s var(--ease-out);background:#ffffff0d;border:1px solid #ffffff14;padding:36px 32px;position:relative;overflow:hidden}.feature-card:before{content:"";border-radius:var(--r-lg);opacity:0;background:linear-gradient(135deg,#3dddc60f 0%,#0000 60%);transition:opacity .3s;position:absolute;inset:0}.feature-card:hover{border-color:#3dddc640;transform:translateY(-4px)}.feature-card:hover:before{opacity:1}.feature-icon{width:52px;height:52px;color:var(--mint);background:#3dddc61a;border:1px solid #3dddc633;border-radius:14px;justify-content:center;align-items:center;margin-bottom:24px;display:flex}.feature-icon svg{width:24px;height:24px}.feature-title{font-family:var(--font-display);color:var(--white);letter-spacing:-.01em;margin-bottom:12px;font-size:20px;font-weight:700}.feature-desc{color:#ffffff80;font-size:14px;font-weight:300;line-height:1.75}.feature-link{color:var(--mint);align-items:center;gap:6px;margin-top:20px;font-size:13px;font-weight:500;transition:gap .2s;display:inline-flex}.feature-link:hover{gap:10px}.usp-section{background:var(--cream);padding:100px 0}.usp-inner{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.usp-text .tag{margin-bottom:20px}.usp-text h2{font-family:var(--font-display);letter-spacing:-.025em;color:var(--forest);margin-bottom:20px;font-size:clamp(30px,3.5vw,46px);font-weight:800;line-height:1.1}.usp-text p{color:var(--muted);margin-bottom:36px;font-size:16px;font-weight:300;line-height:1.8}.usp-list{flex-direction:column;gap:16px;list-style:none;display:flex}.usp-list li{align-items:flex-start;gap:14px;display:flex}.usp-check{background:#3dddc61f;border:1.5px solid #3dddc659;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-top:1px;display:flex}.usp-check svg{width:12px;height:12px;color:var(--mint-dim)}.usp-list-text{color:var(--forest);font-size:15px;font-weight:400;line-height:1.6}.usp-list-sub{color:var(--muted);margin-top:2px;font-size:13px;font-weight:300}.usp-visual{position:relative}.usp-dashboard{background:var(--forest);border-radius:var(--r-xl);box-shadow:var(--shadow-lg);flex-direction:column;gap:20px;padding:28px;display:flex}.usp-dash-header{justify-content:space-between;align-items:center;display:flex}.usp-dash-title{letter-spacing:.09em;text-transform:uppercase;color:#ffffff59;font-size:11px;font-weight:600}.usp-dash-live{color:var(--mint);align-items:center;gap:6px;font-size:11px;font-weight:500;display:flex}.usp-dash-live-dot{background:var(--mint);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite pulse}.usp-dash-big{align-items:flex-end;gap:14px;display:flex}.usp-dash-num{letter-spacing:-.04em;color:var(--mint);font-size:58px;font-weight:800;line-height:1}.usp-dash-meta{padding-bottom:6px}.usp-dash-meta-label{color:var(--white);font-size:15px;font-weight:500;line-height:1.3}.usp-dash-meta-sub{color:#fff6;margin-top:3px;font-size:12px;font-weight:300}.usp-bars{align-items:flex-end;gap:5px;height:56px;display:flex}.usp-bar-col{flex-direction:column;flex:1;align-items:center;gap:5px;display:flex}.usp-bar{background:#3dddc62e;border-radius:4px 4px 0 0;width:100%;transition:background .2s}.usp-bar.highlight{background:var(--mint)}.usp-bar-col:hover .usp-bar{background:#3dddc659}.usp-bar-col:hover .usp-bar.highlight{background:#5ae8d4}.usp-bar-lbl{color:#ffffff4d;letter-spacing:.04em;white-space:nowrap;font-size:9px;font-weight:500}.usp-tag-row{flex-wrap:wrap;gap:8px;display:flex}.usp-spec-tag{color:var(--mint);background:#3dddc61a;border-radius:100px;align-items:center;gap:5px;padding:5px 12px;font-size:12px;font-weight:500;display:flex}.usp-spec-tag strong{font-weight:700}.usp-stat-row{border-top:1px solid #ffffff12;grid-template-columns:repeat(3,1fr);gap:10px;padding-top:4px;display:grid}.usp-stat-item{text-align:center;padding:12px 8px}.usp-stat-val{letter-spacing:-.02em;color:var(--white);font-size:22px;font-weight:800;line-height:1}.usp-stat-val em{color:var(--mint);font-style:normal}.usp-stat-lbl{color:#ffffff59;margin-top:4px;font-size:11px;font-weight:300;line-height:1.4}.provider-section{background:linear-gradient(135deg,var(--forest)0%,#0d2e2c 100%);padding:80px 24px;position:relative;overflow:hidden}.provider-inner{grid-template-columns:1fr 1fr;align-items:center;gap:64px;max-width:1200px;margin:0 auto;display:grid}.provider-text h2{font-family:var(--font-display);letter-spacing:-.025em;color:var(--white);margin-bottom:16px;font-size:clamp(28px,3vw,42px);font-weight:800;line-height:1.1}.provider-text h2 span{color:var(--mint)}.provider-text p{color:#ffffff8c;margin-bottom:32px;font-size:16px;font-weight:300;line-height:1.75}.provider-btns{flex-wrap:wrap;gap:14px;display:flex}.btn-primary{font-family:var(--font-body);background:var(--mint);color:var(--forest);border-radius:100px;align-items:center;gap:8px;padding:14px 28px;font-size:15px;font-weight:500;transition:all .2s;display:inline-flex}.btn-primary:hover{background:#5ae8d4;transform:translateY(-2px)}.btn-ghost{font-family:var(--font-body);color:#ffffffbf;background:0 0;border:1px solid #fff3;border-radius:100px;align-items:center;gap:8px;padding:14px 28px;font-size:15px;font-weight:400;transition:all .2s;display:inline-flex}.btn-ghost:hover{color:var(--white);border-color:#ffffff80}.provider-benefits{flex-direction:column;gap:20px;display:flex}.benefit-row{border-radius:var(--r-md);background:#ffffff0d;border:1px solid #ffffff12;align-items:center;gap:18px;padding:18px 22px;transition:all .2s;display:flex}.benefit-row:hover{background:#ffffff14;border-color:#3dddc633}.benefit-icon{width:44px;height:44px;color:var(--mint);background:#3dddc61a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.benefit-icon svg{width:20px;height:20px}.benefit-title{color:var(--white);margin-bottom:2px;font-size:15px;font-weight:500}.benefit-sub{color:#fff6;font-size:13px;font-weight:300}@media (max-width:1024px){.courses-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.search-row-1,.search-row-2{grid-template-columns:1fr 1fr}.search-field+.search-field:before{display:none}.features-grid{grid-template-columns:1fr 1fr}.usp-inner,.provider-inner{grid-template-columns:1fr}}@media (max-width:680px){.search-row-1,.search-row-2,.features-grid,.courses-grid{grid-template-columns:1fr}.hero-stats{flex-direction:column;gap:16px}.hero-stat-num{font-size:36px}.hero-stat-label{font-size:15px}.hero-stat-divider{display:none}.hero h1{white-space:normal}}@media (max-width:768px){.hero-orb{filter:blur(40px);animation:none}}@media (prefers-reduced-motion:reduce){.hero-orb{animation:none;transform:none}.hero-content,.hero-content-body{opacity:1;animation:none;transform:none}}
