@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700&display=swap");*{margin:0;padding:0;box-sizing:border-box}:root{--landing-header-h:72px;--c-bg:#1a1a1a;--c-accent:#94ec09;--c-text:#ffffff;--c-accent-rgb:148,236,9;--c-bg-rgb:26,26,26;--surface-border:rgba(255,255,255,0.1);--surface-radius-card:24px}body,html{margin:0;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--c-bg);color:var(--c-text);min-height:100vh}h1,h2{text-transform:capitalize}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none}button,input,select,textarea{font-family:inherit}img{max-width:100%;height:auto}.landing-page{height:100vh;width:100%;background:var(--c-bg);color:var(--c-text);font-family:inherit;position:relative;overflow:hidden}.landing-page__background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}.landing-page__content{position:relative;z-index:10;height:100vh;overflow:hidden}.landing-page__sections{height:100vh;overflow-y:scroll;scroll-snap-type:y mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scroll-padding-top:calc(var(--landing-header-h) + env(safe-area-inset-top, 0px))}.landing-page__sections::-webkit-scrollbar{display:none}.landing-page__sections{-ms-overflow-style:none;scrollbar-width:none}.landing-page__sections>[data-section=features-colleges],.landing-page__sections>[data-section=features-students]{box-sizing:border-box;height:100vh;max-height:100vh;height:100dvh;max-height:100dvh;display:flex;flex-direction:column;overflow:hidden;scroll-snap-align:start;flex-shrink:0;min-height:0;padding-top:calc(var(--landing-header-h) + env(safe-area-inset-top, 0px))}@supports (height:100svh){.landing-page__sections>[data-section=features-colleges],.landing-page__sections>[data-section=features-students]{height:100svh;max-height:100svh}}.landing-header{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(var(--c-bg-rgb),.85);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-bottom:1px solid rgba(255,255,255,.14)}.landing-header__inner{width:100%;max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:12px 24px}.landing-header__logo-wrapper{display:flex;align-items:center;gap:12px;text-decoration:none}.landing-header__logo-img{height:40px;width:auto}.landing-header__logo-text{display:flex;flex-direction:column}.landing-header__brand-title{font-size:15px;font-weight:600;color:#ffffff}.landing-header__brand-subtitle{font-size:11px;color:rgba(255,255,255,.55)}.landing-header__nav{display:flex;align-items:center;gap:8px}.landing-header__nav-link{padding:8px 16px;font-size:13px;font-weight:500;color:rgba(255,255,255,.58);text-decoration:none;border-radius:100px;transition:all .2s ease}.landing-header__nav-link:hover{color:#ffffff;background:rgba(255,255,255,.03)}.landing-header__nav-link--active,.landing-header__nav-link--active:hover{color:#94ec09}.landing-header__dropdown{position:relative;display:flex;align-items:center}.landing-header__dropdown:after{content:"";position:absolute;top:100%;left:50%;transform:translateX(-50%);width:max(100%,240px);height:14px;z-index:119}.landing-header__dropdown-trigger{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:500;font-family:inherit;color:rgba(255,255,255,.58);border-radius:100px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:none;background:transparent;transition:color .2s ease,background .2s ease}.landing-header__dropdown--open .landing-header__dropdown-trigger,.landing-header__dropdown:focus-within .landing-header__dropdown-trigger,.landing-header__dropdown:hover .landing-header__dropdown-trigger{color:#ffffff;background:rgba(255,255,255,.03)}.landing-header__dropdown--active-branch .landing-header__dropdown-trigger{color:#94ec09}.landing-header__dropdown-chevron{width:14px;height:14px;flex-shrink:0;opacity:.75;transition:transform .2s ease}.landing-header__dropdown--open .landing-header__dropdown-chevron,.landing-header__dropdown:focus-within .landing-header__dropdown-chevron,.landing-header__dropdown:hover .landing-header__dropdown-chevron{transform:rotate(180deg)}.landing-header__dropdown-panel{position:absolute;top:calc(100% + 6px);left:50%;transform:translateX(-50%);min-width:220px;padding:8px;background:rgba(var(--c-bg-rgb),.98);border:1px solid rgba(255,255,255,.14);border-radius:12px;box-shadow:0 16px 40px rgba(0,0,0,.45);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease;z-index:120}.landing-header__dropdown--open .landing-header__dropdown-panel,.landing-header__dropdown:focus-within .landing-header__dropdown-panel,.landing-header__dropdown:hover .landing-header__dropdown-panel{opacity:1;visibility:visible;pointer-events:auto}.landing-header__dropdown-link{display:block;padding:10px 14px;font-size:13px;font-weight:500;color:rgba(255,255,255,.72);text-decoration:none;border-radius:8px;transition:background .15s ease,color .15s ease;white-space:nowrap}.landing-header__dropdown-link:hover{color:#ffffff;background:rgba(255,255,255,.05)}.landing-header__dropdown-link--active{color:#94ec09}.landing-header__dropdown--login:after{left:auto;right:0;transform:none;width:max(100%,220px)}.landing-header__dropdown--login .landing-header__dropdown-panel{left:auto;right:0;transform:none}.landing-header__actions{display:flex;align-items:center;gap:12px}.landing-features,.landing-hero,.solutions{justify-content:center;align-items:center;overflow:hidden}.landing-features,.landing-hero,.landing-pricing-wrapper,.solutions{height:100vh;min-height:100vh;display:flex;flex-direction:column;scroll-snap-align:start;flex-shrink:0}.landing-pricing{flex:1 1;display:flex;flex-direction:column;justify-content:center;align-items:center}.landing-hero{position:relative;padding:60px 48px 48px;width:100%;text-align:center;isolation:isolate}.landing-hero__content{position:relative;z-index:1;max-width:960px;margin:0 auto;width:100%}.landing-hero__badge{display:inline-flex;align-items:center;gap:10px;padding:8px 20px 8px 14px;background:transparent;border:1px solid var(--surface-border);border-radius:100px;font-size:11px;font-weight:600;letter-spacing:.04em;color:rgba(255,255,255,.72);margin-bottom:36px}.landing-hero__badge-dot{width:8px;height:8px;border-radius:50%;background:#94ec09;box-shadow:0 0 8px rgba(148,236,9,.6);flex-shrink:0;animation:hero-pulse 2s ease-in-out infinite}@keyframes hero-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.landing-hero__platform-title{font-size:clamp(32px,5.5vw,60px);font-weight:700;line-height:1.1;letter-spacing:-.035em;margin:0 0 24px;background:linear-gradient(135deg,#ffffff,#dfff9a 35%,#94ec09 65%,#5a7f0a);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:hero-titleShimmer 4s ease-in-out infinite alternate}@keyframes hero-titleShimmer{0%{background-position:0}to{background-position:100%}}.landing-hero__tagline-wrap{width:100%;max-width:100%;margin:0 0 28px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;display:flex;justify-content:center}.landing-hero__tagline-wrap::-webkit-scrollbar{display:none}.landing-hero__tagline{display:inline-flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:0;flex-shrink:0}.landing-hero__tagline-item{display:inline-flex;align-items:center;gap:0;font-size:clamp(19px,2.75vw,28px);font-weight:600;letter-spacing:.02em;color:rgba(255,255,255,.72);white-space:nowrap}.landing-hero__tagline-item:first-child{color:#ffffff}.landing-hero__tagline-item:nth-child(2){color:#94ec09}.landing-hero__tagline-item:nth-child(3){color:rgba(255,255,255,.58)}.landing-hero__tagline-sep{display:inline-block;width:6px;height:6px;border-radius:50%;background:rgba(148,236,9,.4);margin:0 14px;flex-shrink:0}@keyframes hero-fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.landing-hero__divider{width:80px;height:3px;border-radius:3px;margin:0 auto 32px;background:linear-gradient(90deg,#94ec09,rgba(148,236,9,.1))}.landing-hero__columns{display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px;text-align:left;align-items:start;margin-bottom:40px;padding:28px 32px;background:rgba(255,255,255,.025);border:1px solid rgba(255,255,255,.06);border-radius:16px}.landing-hero__headline{color:#ffffff;margin:0 0 4px}.landing-hero__headline,.landing-hero__subheadline{font-size:clamp(22px,3vw,30px);font-weight:600;line-height:1.15;letter-spacing:-.02em}.landing-hero__subheadline{margin:0;background:linear-gradient(135deg,#dfff9a,#94ec09 40%,#5a7f0a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-style:italic}.landing-hero__description{font-size:18px;line-height:1.75;color:rgba(255,255,255,.72);margin:0;border-left:2px solid rgba(148,236,9,.3);padding-left:20px}.landing-hero__cta-group{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}.landing-hero__cta-primary{display:inline-flex;align-items:center;gap:8px;padding:15px 32px;font-size:12px;font-weight:700;letter-spacing:.06em;font-family:inherit;color:var(--c-bg);background:linear-gradient(180deg,#c8ff5e,#94ec09 50%,#7ad607);border:1px solid rgba(190,242,100,.4);border-radius:100px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 8px 28px rgba(148,236,9,.35)}.landing-hero__cta-primary svg{width:16px;height:16px}.landing-hero__cta-primary:hover{transform:translateY(-2px);box-shadow:0 12px 36px rgba(148,236,9,.5)}button.landing-hero__cta-primary{-moz-appearance:none;appearance:none;-webkit-appearance:none;text-decoration:none}.landing-hero__cta-secondary{display:inline-flex;align-items:center;gap:6px;padding:14px 24px;font-size:12px;font-weight:600;letter-spacing:.04em;font-family:inherit;color:#ffffff;background:transparent;border:1px solid var(--surface-border);border-radius:100px;text-decoration:none;cursor:pointer;transition:all .2s ease}.landing-hero__cta-secondary svg{width:16px;height:16px}.landing-hero__cta-secondary:hover{color:#94ec09;border-color:rgba(148,236,9,.4);background:transparent}.solutions{position:relative;padding:80px 60px;width:100%;isolation:isolate}.solutions__glow{position:absolute;top:20%;left:50%;transform:translateX(-50%);width:600px;height:400px;border-radius:50%;background:radial-gradient(ellipse,rgba(148,236,9,.06) 0,transparent 65%);pointer-events:none;z-index:0}.solutions__container{position:relative;z-index:1;max-width:1100px;width:100%;margin:0 auto}.solutions__header{text-align:center;margin-bottom:56px}.solutions__badge{display:inline-block;padding:6px 16px;background:transparent;border:1px solid rgba(148,236,9,.28);border-radius:100px;font-size:11px;font-weight:600;letter-spacing:.04em;color:#94ec09;margin-bottom:20px}.solutions__headline{font-size:clamp(26px,4vw,42px);font-weight:600;color:#ffffff;margin:0 0 20px;line-height:1.2}.solutions__headline--accent{display:block;background:linear-gradient(135deg,#dfff9a,#94ec09 40%,#5a7f0a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-style:italic}.solutions__description{font-size:19px;line-height:1.7;color:rgba(255,255,255,.58);margin:0 auto;max-width:620px}.solutions__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:28px;gap:28px}.solutions__card{position:relative;padding:36px 28px 32px;background:transparent;border:1px solid var(--surface-border);border-radius:var(--surface-radius-card);transition:all .3s ease;overflow:hidden}.solutions__card:before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(160deg,rgba(148,236,9,.06),transparent 40%);opacity:0;transition:opacity .3s ease;pointer-events:none}.solutions__card:hover{border-color:rgba(148,236,9,.3);transform:translateY(-6px);box-shadow:0 16px 48px rgba(0,0,0,.3),0 0 0 1px rgba(148,236,9,.1)}.solutions__card:hover:before{opacity:1}.solutions__card-number{position:absolute;top:16px;right:20px;font-size:48px;font-weight:800;color:rgba(148,236,9,.05);line-height:1;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.solutions__card-icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid rgba(148,236,9,.28);border-radius:14px;color:#94ec09;margin-bottom:20px;position:relative;z-index:1}.solutions__card-icon svg{width:26px;height:26px}.solutions__card-title{font-size:17px;font-weight:600;color:#ffffff;margin:0 0 10px;position:relative;z-index:1}.solutions__card-desc{font-size:16px;line-height:1.7;color:rgba(255,255,255,.58);margin:0;position:relative;z-index:1}.fb{position:relative;width:100%;flex:1 1;min-height:0;display:flex;flex-direction:column;padding:0 clamp(16px,3vw,52px);box-sizing:border-box;overflow:hidden}.fb:after,.fb:before{content:"";position:absolute;border-radius:50%;filter:blur(90px);pointer-events:none;z-index:0;opacity:.35}.fb:before{width:min(55vw,420px);height:min(55vw,420px);top:15%;left:5%;background:radial-gradient(circle,#94ec09 0,transparent 70%)}.fb:after{width:min(50vw,380px);height:min(50vw,380px);bottom:10%;right:8%;background:radial-gradient(circle,rgba(148,236,9,.35) 0,transparent 70%)}.fb__grid,.fb__top{position:relative;z-index:1}.fb__top{display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px;flex-shrink:0;padding-bottom:clamp(10px,1.4vh,18px)}.fb__badge{display:inline-flex;align-items:center;gap:10px;padding:6px 18px 6px 14px;background:transparent;border:1px solid var(--surface-border);border-radius:100px;font-size:11px;font-weight:600;letter-spacing:.04em;color:rgba(255,255,255,.72)}.fb__badge:before{content:"";width:8px;height:8px;border-radius:50%;background:#94ec09;box-shadow:0 0 8px rgba(148,236,9,.6);flex-shrink:0;animation:hero-pulse 2s ease-in-out infinite}.fb__h{font-size:clamp(22px,min(3vw,3.8vh),42px);font-weight:700;color:#ffffff;margin:0;line-height:1.15;letter-spacing:-.025em}.fb__h-accent{background:linear-gradient(135deg,#dfff9a,#94ec09 40%,#5a7f0a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-style:italic}.fb__persona-tag{display:inline-flex;align-items:center;gap:8px;padding:6px 20px;background:transparent;border:1px solid rgba(148,236,9,.22);border-radius:100px;font-size:14px;font-weight:600;color:rgba(255,255,255,.78)}.fb__persona-tag-ico{width:18px;height:18px;display:flex;align-items:center;justify-content:center;color:#94ec09}.fb__persona-tag-ico svg{width:16px;height:16px}.fb__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:clamp(10px,1.2vw,18px);gap:clamp(10px,1.2vw,18px);flex:1 1;min-height:0;max-width:1480px;width:100%;margin:0 auto;align-content:center;animation:fb-in .4s cubic-bezier(.16,1,.3,1)}@keyframes fb-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.fb__tile{position:relative;display:flex;flex-direction:column;gap:10px;padding:clamp(20px,2.4vh,32px) clamp(18px,2vw,28px);border-radius:var(--surface-radius-card);background:transparent;border:1px solid var(--surface-border);overflow:hidden;transition:border-color .3s,transform .3s,box-shadow .3s;cursor:default}.fb__tile-glow{position:absolute;inset:0;border-radius:inherit;background:linear-gradient(160deg,rgba(148,236,9,.08),transparent 50%);opacity:0;transition:opacity .3s;pointer-events:none}.fb__tile:hover{border-color:rgba(148,236,9,.3);transform:translateY(-5px);box-shadow:0 16px 48px rgba(0,0,0,.3),0 0 0 1px rgba(148,236,9,.1)}.fb__tile:hover .fb__tile-glow{opacity:1}.fb__tile-number{position:absolute;top:12px;right:16px;font-size:56px;font-weight:800;line-height:1;color:rgba(148,236,9,.06);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:0}.fb__tile-ico{width:clamp(44px,5.5vh,58px);height:clamp(44px,5.5vh,58px);display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid rgba(148,236,9,.28);border-radius:16px;color:#94ec09;flex-shrink:0;position:relative;z-index:1}.fb__tile-ico svg{width:clamp(22px,2.8vh,30px);height:clamp(22px,2.8vh,30px)}.fb__tile-title{font-size:clamp(15px,1.9vh,20px);font-weight:600;color:#ffffff;line-height:1.25}.fb__tile-desc,.fb__tile-title{margin:0;position:relative;z-index:1}.fb__tile-desc{font-size:clamp(12.5px,1.5vh,15px);line-height:1.6;color:rgba(255,255,255,.72)}.landing-features{position:relative;padding:80px 60px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.3) 50%,transparent);width:100%}.landing-features__layout{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1200px;gap:60px}.landing-features__text{flex:0 0 380px;max-width:380px;margin-left:-80px}.landing-features__badge{display:inline-block;padding:6px 14px;background:transparent;border:1px solid rgba(148,236,9,.28);border-radius:100px;font-size:11px;font-weight:500;color:#94ec09;margin-bottom:20px}.landing-features__headline{font-size:clamp(28px,4vw,42px);font-weight:600;color:#ffffff;margin:0 0 20px;line-height:1.2}.landing-features__headline--accent{background:linear-gradient(135deg,#94ec09,#7ad607 50%,#5a7f0a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-style:italic}.landing-features__subtext{font-size:19px;line-height:1.7;color:rgba(255,255,255,.58);margin:0}.landing-features__cards{flex:1 1;height:900px;flex-direction:column}.card-swap-container,.landing-features__cards{position:relative;display:flex;align-items:center;justify-content:center}.card-swap-container{perspective:1200px;transform-style:preserve-3d}.card-swap-card{position:absolute;top:50%;left:50%;border-radius:var(--surface-radius-card);background-color:transparent;background-size:cover;background-position:50%;border:1px solid var(--surface-border);display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;cursor:pointer;will-change:transform}.card-swap-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,rgba(0,0,0,.2) 0,rgba(0,0,0,.5));z-index:1;pointer-events:none}.card-swap-card__content{position:relative;z-index:2;padding:20px;background:transparent;border-top:1px solid var(--surface-border);height:200px}.card-swap-card__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid rgba(148,236,9,.28);border-radius:12px;color:#94ec09;margin-bottom:12px}.card-swap-card__icon svg{width:24px;height:24px}.card-swap-card__title{font-size:20px;font-weight:600;color:#ffffff;margin:0 0 8px}.card-swap-card__description{font-size:16px;line-height:1.6;color:rgba(255,255,255,.72);margin:0}.card-swap-nav{position:absolute;right:30px;top:50%;transform:translateY(-50%);flex-direction:column;width:48px;border:1px solid var(--surface-border);border-radius:24px;overflow:hidden;z-index:100;box-shadow:none}.card-swap-nav,.card-swap-nav__btn{display:flex;align-items:center;background:transparent}.card-swap-nav__btn{justify-content:center;width:100%;height:48px;border:none;color:rgba(255,255,255,.72);cursor:pointer;transition:all .2s ease;padding:0}.card-swap-nav__btn:hover{color:#94ec09;background:rgba(148,236,9,.1)}.card-swap-nav__btn:active{transform:scale(.95)}.card-swap-nav__btn svg{width:20px;height:20px}.card-swap-nav__divider{width:24px;height:1px;background:rgba(255,255,255,.15);flex-shrink:0}.feature-showcase{height:100vh;min-height:100vh;display:flex;flex-direction:column;justify-content:center;scroll-snap-align:start;flex-shrink:0;overflow:hidden}.feature-showcase,.feature-showcase--reverse{align-items:center;padding:80px 60px}.feature-showcase__container{display:flex;align-items:center;justify-content:center;gap:80px;width:100%;max-width:1400px}.feature-showcase--reverse .feature-showcase__container{flex-direction:row-reverse}.feature-showcase__content{flex:0 0 400px;max-width:400px}.feature-showcase__badge{display:inline-block;padding:6px 14px;background:transparent;border:1px solid rgba(148,236,9,.28);border-radius:100px;font-size:11px;font-weight:500;color:#94ec09;margin-bottom:20px}.feature-showcase__headline{font-size:clamp(28px,4vw,42px);font-weight:600;color:#ffffff;margin:0 0 20px;line-height:1.2}.feature-showcase__description{font-size:19px;line-height:1.7;color:rgba(255,255,255,.58);margin:0}.feature-showcase__image-wrapper{flex:1 1;display:flex;justify-content:center;align-items:center}.feature-showcase__image{width:1000px;max-width:none;height:auto;border-radius:var(--surface-radius-card);border:1px solid var(--surface-border)}.landing-pricing{padding:60px 48px;width:100%}.landing-pricing__container{max-width:900px;margin:0 auto;width:100%;text-align:center}.landing-pricing__header{margin-bottom:40px}.landing-pricing__badge{display:inline-block;padding:8px 16px;background:transparent;border:1px solid rgba(148,236,9,.28);border-radius:100px;font-size:12px;font-weight:500;color:#94ec09;margin-bottom:20px}.landing-pricing__headline{font-size:clamp(28px,4vw,42px);font-weight:600;color:#ffffff;margin:0 0 16px;line-height:1.2}.landing-pricing__description{font-size:19px;line-height:1.6;color:rgba(255,255,255,.58);margin:0 auto;max-width:600px}.landing-pricing__features-row{display:flex;flex-wrap:wrap;justify-content:center;gap:24px 40px;margin-bottom:40px}.landing-pricing__feature-item{display:flex;align-items:center;gap:8px;font-size:18px;color:rgba(255,255,255,.72)}.landing-pricing__feature-item svg{width:18px;height:18px;flex-shrink:0;color:#94ec09}.landing-pricing__cta-wrapper{display:flex;justify-content:center}.landing-pricing__cta-button{display:inline-flex;align-items:center;gap:8px;padding:16px 40px;font-size:14px;font-weight:600;font-family:inherit;text-decoration:none;border-radius:100px;color:var(--c-bg);background:#94ec09;border:none;box-shadow:0 0 20px rgba(148,236,9,.3);transition:all .2s ease}.landing-pricing__cta-button:hover{background:#7ad607;transform:translateY(-2px);box-shadow:0 0 30px rgba(148,236,9,.5)}.landing-footer{padding:48px 0 24px;width:100%;background:rgba(0,0,0,.4);border-top:1px solid rgba(255,255,255,.14)}.landing-footer__container{width:100%;max-width:100%;padding:0 60px;box-sizing:border-box}.landing-footer__main{display:flex;justify-content:space-between;align-items:flex-start;gap:60px;margin-bottom:32px}.landing-footer__brand{flex:0 0 320px;max-width:320px}.landing-footer__logo-wrapper{display:flex;align-items:center;gap:12px;margin-bottom:16px}.landing-footer__logo-img{height:40px;width:auto}.landing-footer__logo-text{font-size:14px;font-weight:600;color:#ffffff}.landing-footer__tagline{font-size:15px;line-height:1.7;color:rgba(255,255,255,.58);margin:0;white-space:pre-line}.landing-footer__nav{display:flex;gap:48px;flex-wrap:wrap}.landing-footer__column{min-width:120px}.landing-footer__column-title{font-size:12px;font-weight:600;color:#ffffff;margin:0 0 16px}.landing-footer__links{list-style:none;padding:0;margin:0}.landing-footer__link{display:block;padding:4px 0;font-size:12px;color:rgba(255,255,255,.58);text-decoration:none;transition:color .2s ease}.landing-footer__link:hover{color:#94ec09}.landing-footer__divider{height:1px;background:rgba(255,255,255,.12);margin:0 -60px 16px}.landing-footer__bottom{display:flex;justify-content:center}.landing-footer__copyright{font-size:15px;color:rgba(255,255,255,.58);margin:0}.particles-container{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;overflow:hidden}@media (min-width:769px) and (max-width:960px){.landing-hero__columns{grid-template-columns:1fr;gap:20px}.landing-hero__description{border-left:none;padding-left:0;border-top:2px solid rgba(148,236,9,.3);padding-top:16px}.solutions__grid{grid-template-columns:1fr 1fr}.fb__grid{grid-template-columns:repeat(2,1fr)}}.landing-header__hamburger,.landing-header__mobile-nav{display:none}@media (max-width:768px){.landing-header__nav{display:none}.landing-header__hamburger{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:1px solid rgba(255,255,255,.14);border-radius:8px;cursor:pointer;padding:0;order:-1}.landing-header__hamburger-line{display:block;width:18px;height:2px;background:#ffffff;border-radius:1px;position:relative;transition:all .3s ease}.landing-header__hamburger-line:after,.landing-header__hamburger-line:before{content:"";display:block;width:18px;height:2px;background:#ffffff;border-radius:1px;position:absolute;left:0;transition:all .3s ease}.landing-header__hamburger-line:before{top:-6px}.landing-header__hamburger-line:after{top:6px}.landing-header__mobile-nav--open{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:rgba(var(--c-bg-rgb),.97);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.14);padding:16px 24px;gap:4px;z-index:99}.landing-header__mobile-nav-link{display:block;padding:12px 16px;font-size:14px;font-weight:500;color:rgba(255,255,255,.58);text-decoration:none;border-radius:8px;transition:all .2s ease}.landing-header__mobile-nav-link:hover{color:#ffffff;background:rgba(255,255,255,.03)}.landing-header__mobile-nav-link--active{color:#94ec09}.landing-header__mobile-group{display:flex;flex-direction:column;width:100%}.landing-header__mobile-group-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px 16px;font-size:14px;font-weight:500;font-family:inherit;color:rgba(255,255,255,.58);background:transparent;border:none;border-radius:8px;cursor:pointer;text-align:left;transition:background .2s ease,color .2s ease}.landing-header__mobile-group-toggle:hover{color:#ffffff;background:rgba(255,255,255,.03)}.landing-header__mobile-group-toggle--active{color:#94ec09}.landing-header__mobile-group-toggle[aria-expanded=true] .landing-header__dropdown-chevron{transform:rotate(180deg)}.landing-header__mobile-sub{display:none;flex-direction:column;padding:0 0 4px 12px;gap:2px}.landing-header__mobile-sub--open{display:flex}.landing-header__mobile-nav-link--sub{padding:10px 16px;font-size:13px;color:rgba(255,255,255,.72)}.landing-hero{padding:24px 20px 32px}.landing-hero__badge{margin-bottom:24px;font-size:9px}.landing-hero__platform-title{font-size:clamp(24px,7vw,36px);margin-bottom:16px}.landing-hero__tagline-wrap{margin-bottom:20px;justify-content:center}.landing-hero__tagline{gap:0}.landing-hero__tagline-item{font-size:clamp(15px,4vw,20px)}.landing-hero__tagline-sep{width:5px;height:5px;margin:0 8px}.landing-hero__divider{margin-bottom:24px}.landing-hero__columns{grid-template-columns:1fr;gap:20px;padding:20px;text-align:center}.landing-hero__description{border-left:none;padding-left:0;border-top:2px solid rgba(148,236,9,.3);padding-top:16px;text-align:center}.landing-hero__cta-group{flex-direction:column;align-items:stretch;gap:12px}.landing-hero__cta-primary,.landing-hero__cta-secondary{width:100%;justify-content:center}.solutions{padding:60px 24px;height:auto;min-height:100vh}.solutions__header{margin-bottom:36px}.solutions__grid{grid-template-columns:1fr;gap:20px}.solutions__card{padding:28px 24px 24px}.landing-page__sections>[data-section=features-colleges],.landing-page__sections>[data-section=features-students]{height:100vh;max-height:100vh;height:100dvh;max-height:100dvh;min-height:0}@supports (height:100svh){.landing-page__sections>[data-section=features-colleges],.landing-page__sections>[data-section=features-students]{height:100svh;max-height:100svh}}.fb{padding:0 10px}.fb__top{padding-bottom:6px;gap:4px}.fb__h{font-size:clamp(18px,5vw,26px)}.fb__persona-tag{font-size:12px;padding:4px 14px}.fb__grid{grid-template-columns:repeat(2,1fr);gap:8px}.fb__tile{padding:14px 12px;border-radius:18px;gap:6px}.fb__tile-number{font-size:36px}.fb__tile-ico{width:36px;height:36px;border-radius:10px}.fb__tile-ico svg{width:18px;height:18px}.fb__tile-title{font-size:13px}.fb__tile-desc{font-size:11px}.landing-features{padding:60px 24px;height:auto;min-height:100vh}.landing-features__layout{flex-direction:column;text-align:center}.landing-features__text{max-width:100%;margin-left:0;flex:0 0 auto}.landing-features__cards{height:auto;width:100%;min-height:480px}.card-stack{height:350px}.card-stack,.card-swap-container{max-width:100%}.card-swap-nav{position:relative;right:auto;top:auto;transform:none;flex-direction:row;margin-top:16px;width:auto;border-radius:24px}.card-swap-nav__divider{width:1px;height:24px}.card-swap-card__content{height:auto;min-height:100px;padding:16px}.card-swap-card__title{font-size:16px}.card-swap-card__description{font-size:15px}.card-swap-card__icon{width:36px;height:36px;border-radius:8px;margin-bottom:8px}.card-swap-card__icon svg{width:18px;height:18px}.feature-showcase{padding:60px 24px;height:auto;min-height:100vh}.feature-showcase__container{flex-direction:column;text-align:center;gap:32px}.feature-showcase--reverse .feature-showcase__container{flex-direction:column}.feature-showcase__content{max-width:100%;flex:0 0 auto}.feature-showcase__image{width:100%;max-width:100%}.landing-pricing{padding:40px 24px}.landing-pricing__features-row{flex-direction:column;align-items:center;gap:16px}.landing-pricing-wrapper{height:auto;min-height:100vh}.landing-footer{padding:12px 0 8px}.landing-footer__container{padding:0 24px}.landing-footer__main{flex-direction:row;flex-wrap:wrap;gap:12px;margin-bottom:10px}.landing-footer__brand{max-width:100%;flex:1 1 100%}.landing-footer__logo-wrapper{margin-bottom:4px}.landing-footer__logo-img{height:28px}.landing-footer__logo-text{font-size:11px}.landing-footer__tagline{font-size:13px;line-height:1.4;margin:0}.landing-footer__nav{gap:20px;flex:1 1 100%}.landing-footer__column{min-width:0}.landing-footer__column-title{font-size:10px;margin-bottom:4px}.landing-footer__link{font-size:10px;padding:1px 0}.landing-footer__divider{margin:0 -24px 4px}.landing-footer__copyright{font-size:11px}}.get-started-modal{position:fixed;inset:0;z-index:250;display:flex;align-items:center;justify-content:center;padding:max(16px,env(safe-area-inset-top)) 20px 20px;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.get-started-modal__backdrop{position:absolute;inset:0;border:none;padding:0;margin:0;background:rgba(0,0,0,.72);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);cursor:pointer}.get-started-modal__dialog{position:relative;width:100%;max-width:460px;max-height:min(92vh,720px);overflow:auto;padding:28px 28px 32px;background:var(--c-bg);border:1px solid var(--surface-border);border-radius:var(--surface-radius-card);box-shadow:0 0 0 1px rgba(148,236,9,.06),0 24px 80px rgba(0,0,0,.55)}.get-started-modal__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:10px}.get-started-modal__head-text{min-width:0}.get-started-modal__eyebrow{margin:0 0 8px;font-size:11px;font-weight:600;letter-spacing:.06em;color:var(--c-accent)}.get-started-modal__title{margin:0;font-size:clamp(20px,4.5vw,26px);font-weight:700;color:var(--c-text);line-height:1.15;letter-spacing:-.02em}.get-started-modal__subtitle{margin:0 0 16px;font-size:13px;line-height:1.55;color:rgba(255,255,255,.58)}.get-started-modal__divider{height:1px;margin:0 0 22px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.12) 20%,rgba(255,255,255,.12) 80%,transparent)}.get-started-modal__close{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:40px;height:40px;margin:-6px -6px 0 0;padding:0;border:1px solid transparent;border-radius:12px;background:transparent;color:rgba(255,255,255,.55);cursor:pointer;transition:color .15s ease,background .15s ease,border-color .15s ease}.get-started-modal__close:hover{color:#ffffff;background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.1)}.get-started-modal__form{display:flex;flex-direction:column;gap:18px}.get-started-modal__field{display:flex;flex-direction:column;gap:7px}.get-started-modal__label{font-size:12px;font-weight:600;color:rgba(255,255,255,.75);letter-spacing:.02em}.get-started-modal__input{width:100%;box-sizing:border-box;padding:13px 16px;font-size:14px;font-family:inherit;color:var(--c-text);background:transparent;border:1px solid var(--surface-border);border-radius:12px;transition:border-color .15s ease,box-shadow .15s ease}.get-started-modal__input::placeholder{color:rgba(255,255,255,.32)}.get-started-modal__input:hover{border-color:rgba(255,255,255,.16)}.get-started-modal__input:focus{outline:none;border-color:rgba(148,236,9,.5);box-shadow:0 0 0 3px rgba(148,236,9,.12)}.get-started-modal__input--error{border-color:rgba(248,113,113,.65)}.get-started-modal__input--error:focus{border-color:rgba(248,113,113,.85);box-shadow:0 0 0 3px rgba(248,113,113,.12)}.get-started-modal__field-error{font-size:12px;line-height:1.4;color:#f87171}.get-started-modal__hint{font-size:11px;line-height:1.4;color:rgba(255,255,255,.4)}.get-started-modal__banner-error{margin:0;padding:12px 14px;font-size:13px;line-height:1.45;color:#fecaca;background:rgba(248,113,113,.1);border:1px solid rgba(248,113,113,.25);border-radius:12px}.get-started-modal__submit{margin-top:6px;padding:15px 28px;font-size:12px;font-weight:700;font-family:inherit;letter-spacing:.08em;color:var(--c-bg);background:linear-gradient(180deg,#c8ff5e,#94ec09 50%,#7ad607);border:1px solid rgba(190,242,100,.45);border-radius:100px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease;box-shadow:0 8px 28px rgba(148,236,9,.35)}.get-started-modal__submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 36px rgba(148,236,9,.45)}.get-started-modal__submit:disabled{opacity:.65;cursor:not-allowed}.get-started-modal__success{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;padding:8px 0 4px}.get-started-modal__success-icon{display:flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:18px;color:var(--c-accent);background:transparent;border:1px solid rgba(148,236,9,.35);box-shadow:0 0 32px rgba(148,236,9,.12)}.get-started-modal__success-text{margin:0;max-width:320px;font-size:14px;line-height:1.65;color:rgba(255,255,255,.72)}.get-started-modal__btn-done{margin-top:8px;padding:12px 28px;font-size:12px;font-weight:600;font-family:inherit;letter-spacing:.06em;color:rgba(255,255,255,.9);background:transparent;border:1px solid var(--surface-border);border-radius:100px;cursor:pointer;transition:border-color .15s ease,color .15s ease,background .15s ease}.get-started-modal__btn-done:hover{border-color:rgba(148,236,9,.35);color:var(--c-accent);background:rgba(148,236,9,.06)}@media (prefers-reduced-motion:reduce){.particles-container{display:none}}