:root{--landing-blue:#0D6EFD;--landing-green:#00B517;--landing-yellow:#FF9017;--landing-red:#FA3434;--landing-dark:#0A0A0F;--landing-dark2:#111118;--landing-dark3:#1A1A28;--landing-card:#14141F;--landing-border:rgba(255,255,255,0.07);--landing-text:#F0F0F8;--landing-muted:#8888A8}.landing-body{background:var(--landing-dark);color:var(--landing-text);position:relative}.noise-overlay:before{content:"";position:fixed;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");pointer-events:none;z-index:0;opacity:.4}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.05)}66%{transform:translate(-20px,20px) scale(.95)}}.orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.15;animation:float 8s ease-in-out infinite;pointer-events:none}.orb-1{width:600px;height:600px;background:var(--landing-blue);top:-200px;left:-200px;animation-delay:0s}.orb-2{width:400px;height:400px;background:var(--landing-green);top:20%;right:-100px;animation-delay:-3s}.orb-3{width:300px;height:300px;background:var(--landing-yellow);bottom:10%;left:30%;animation-delay:-6s}@keyframes landing-ticker{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.ticker-track-landing{display:flex;gap:4rem;animation:landing-ticker 20s linear infinite;width:max-content}@keyframes scrollBar{0%{opacity:0;transform:scaleY(0);transform-origin:top}50%{opacity:1;transform:scaleY(1)}to{opacity:0;transform:scaleY(0);transform-origin:bottom}}.scroll-bar-anim{animation:scrollBar 2s ease infinite}@keyframes slideLeftLanding{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.testimonials-track-landing{display:flex;gap:1.5rem;animation:slideLeftLanding 30s linear infinite;width:max-content}.testimonials-track-landing:hover{animation-play-state:paused}.hero-eyebrow-landing{display:inline-flex;align-items:center;gap:.5rem;background:rgba(13,110,253,.12);border:1px solid rgba(13,110,253,.3);color:var(--landing-blue);font-size:.8rem;font-weight:600;padding:.4rem 1rem;border-radius:100px;margin-bottom:2rem;letter-spacing:.05em;text-transform:uppercase}.hero-eyebrow-landing:before{content:"";width:6px;height:6px;background:var(--landing-blue);border-radius:50%;animation:landing-pulse 2s ease infinite}@keyframes landing-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.step-landing-num{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:800;margin:0 auto 1.5rem;position:relative;z-index:1}.step-num-1-landing{background:rgba(13,110,253,.15);color:var(--landing-blue);border:1px solid rgba(13,110,253,.3)}.step-num-2-landing{background:rgba(0,181,23,.15);color:var(--landing-green);border:1px solid rgba(0,181,23,.3)}.step-num-3-landing{background:rgba(255,144,23,.15);color:var(--landing-yellow);border:1px solid rgba(255,144,23,.3)}.feature-icon-landing{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin-bottom:1.25rem}.feature-icon-blue{background:rgba(13,110,253,.12)}.feature-icon-green{background:rgba(0,181,23,.12)}.feature-icon-yellow{background:rgba(255,144,23,.12)}.feature-icon-red{background:rgba(250,52,52,.12)}.feature-card-landing{background:var(--landing-card);border:1px solid var(--landing-border);border-radius:16px;padding:2rem;transition:all .3s ease;position:relative;overflow:hidden}.feature-card-landing:hover{transform:translateY(-6px);box-shadow:0 20px 60px rgba(0,0,0,.3)}.feature-card-landing.blue:hover{border-color:rgba(13,110,253,.3)}.feature-card-landing.green:hover{border-color:rgba(0,181,23,.3)}.feature-card-landing.yellow:hover{border-color:rgba(255,144,23,.3)}.feature-card-landing.red:hover{border-color:rgba(250,52,52,.3)}.stat-item-landing{background:var(--landing-card);padding:2.5rem 1.5rem;text-align:center;transition:all .5s ease}.stat-number-landing{font-size:clamp(2rem,4vw,3rem);font-weight:800;letter-spacing:-.02em;margin-bottom:.4rem;display:block}.campus-tag-landing{background:var(--landing-card);border:1px solid var(--landing-border);border-radius:100px;padding:.6rem 1.4rem;font-size:.9rem;font-weight:600;display:flex;align-items:center;gap:.5rem;transition:all .3s ease}.campus-tag-landing:hover{border-color:rgba(13,110,253,.4);transform:translateX(4px)}.campus-dot-landing{width:8px;height:8px;border-radius:50%;background:var(--landing-green);animation:landing-pulse 2s ease infinite}.cta-inner-landing{background:linear-gradient(135deg,rgba(13,110,253,.1),rgba(0,181,23,.05));border:1px solid rgba(13,110,253,.2);border-radius:24px;padding:5rem 2rem;position:relative;overflow:hidden}.cta-inner-landing:before{content:"";position:absolute;width:400px;height:400px;background:radial-gradient(circle,rgba(13,110,253,.15),transparent 70%);top:-100px;left:50%;transform:translateX(-50%);pointer-events:none}.text-clamp-hero{font-size:clamp(2.8rem,7vw,5.5rem)}.text-clamp-sub{font-size:clamp(1rem,2vw,1.2rem)}.border-hover-blue:hover{border-color:rgba(13,110,253,.3)!important}