:root{
  --bg:#f5f7fb;--surface:#fff;--ink:#111a2f;--muted:#64708a;--line:#dde4ef;
  --dark:#0a0f1f;--dark-2:#10172c;--blue:#4078ff;--green:#12b981;--purple:#7854f6;
  --cyan:#27c8d8;--orange:#ff8c3a;--shadow:0 28px 80px rgba(33,46,82,.13);
  --radius:26px;--container:1200px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:90px}
body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--ink);line-height:1.55;overflow-x:hidden}
a{color:inherit;text-decoration:none}button,input{font:inherit}.container{width:min(var(--container),calc(100% - 40px));margin:0 auto}.section{padding:104px 0;position:relative}.section--dark{background:var(--dark);color:#fff}.page-noise{position:fixed;inset:0;pointer-events:none;z-index:999;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E")}
.topbar{height:78px;position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(10,15,31,.78);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.08);color:#fff}.topbar__inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:inline-flex;align-items:center;gap:11px}.brand__mark{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,var(--blue),var(--purple));font-weight:900;letter-spacing:-1px;box-shadow:0 10px 28px rgba(80,105,255,.34)}.brand__text{display:flex;flex-direction:column;line-height:1}.brand__text strong{font-size:16px}.brand__text small{font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:#8f9ab6;margin-top:5px}.nav{display:flex;align-items:center;gap:30px;font-size:14px;color:#b9c2d8}.nav a{transition:.2s}.nav a:hover{color:#fff}.topbar__actions{display:flex;align-items:center;gap:12px}.lang-switch{display:flex;padding:3px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.08);border-radius:999px}.lang-switch button{border:0;background:transparent;color:#9ca7c0;padding:7px 11px;border-radius:999px;font-size:12px;font-weight:800;cursor:pointer}.lang-switch button.is-active{background:#fff;color:#10172c}.menu-button{display:none;width:42px;height:42px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);border-radius:13px;padding:10px}.menu-button span{display:block;height:2px;background:#fff;margin:5px 0;border-radius:3px}.mobile-nav{position:absolute;left:20px;right:20px;top:70px;background:#10172c;border:1px solid rgba(255,255,255,.1);padding:18px;border-radius:18px;box-shadow:0 20px 40px rgba(0,0,0,.3)}.mobile-nav a{display:block;padding:12px 8px;color:#dfe6f7}
.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:0 23px;border-radius:15px;font-weight:800;font-size:14px;transition:transform .2s,box-shadow .2s,border-color .2s}.button svg{width:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.button:hover{transform:translateY(-2px)}.button--compact{min-height:40px;padding:0 16px;border-radius:12px;font-size:13px}.button--primary{color:#fff;background:linear-gradient(135deg,var(--blue),#6857f6);box-shadow:0 16px 36px rgba(66,94,255,.3)}.button--primary:hover{box-shadow:0 22px 44px rgba(66,94,255,.4)}.button--secondary{color:#e7ecfa;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.06)}.button--ghost{border:1px solid rgba(255,255,255,.13);color:#fff}.button--product{color:#fff}.button--green{background:linear-gradient(135deg,#0fbf85,#14a66f)}.button--orange{background:linear-gradient(135deg,#ff963d,#ff6e39);color:#fff;box-shadow:0 14px 30px rgba(255,126,53,.24)}
.hero{min-height:850px;padding:155px 0 115px;overflow:hidden}.hero:before{content:"";position:absolute;width:680px;height:680px;border-radius:50%;background:radial-gradient(circle,rgba(77,103,255,.25),transparent 68%);top:-280px;left:-140px}.hero:after{content:"";position:absolute;width:720px;height:720px;border-radius:50%;background:radial-gradient(circle,rgba(122,84,246,.2),transparent 68%);right:-240px;bottom:-330px}.hero__grid{display:grid;grid-template-columns:1.02fr .98fr;gap:56px;align-items:center;position:relative;z-index:2}.eyebrow{display:inline-flex;align-items:center;gap:9px;font-size:12px;text-transform:uppercase;letter-spacing:.14em;font-weight:900;color:#aeb9d3}.eyebrow__dot{width:7px;height:7px;border-radius:50%;background:#36df9e;box-shadow:0 0 16px #36df9e}.eyebrow--light{color:#576580}.hero h1{font-size:clamp(46px,6vw,76px);line-height:1.03;letter-spacing:-.055em;margin:24px 0 25px;max-width:760px}.hero h1 span,.section-heading h2 span,.job-card h2 span,.final-cta h2 span{background:linear-gradient(135deg,#70a0ff,#9f71ff 55%,#38d6c1);-webkit-background-clip:text;background-clip:text;color:transparent}.hero__lead{font-size:19px;line-height:1.75;color:#aeb8cf;max-width:680px;margin:0}.hero__actions{display:flex;gap:13px;flex-wrap:wrap;margin-top:34px}.hero__proof{display:flex;gap:34px;margin-top:44px;padding-top:28px;border-top:1px solid rgba(255,255,255,.1)}.hero__proof div{display:flex;flex-direction:column}.hero__proof strong{font-size:17px;color:#fff}.hero__proof span{font-size:12px;color:#7f8aa4;margin-top:4px}.hero__bottom-fade{position:absolute;bottom:0;left:0;right:0;height:170px;background:linear-gradient(transparent,var(--bg))}
.ecosystem-visual{height:560px;position:relative}.ecosystem-visual__glow{position:absolute;inset:70px;background:radial-gradient(circle,rgba(78,101,255,.22),transparent 65%);filter:blur(10px)}.ecosystem-core{position:absolute;left:50%;top:50%;width:190px;height:190px;transform:translate(-50%,-50%);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(145deg,#192445,#0e152a);border:1px solid rgba(255,255,255,.14);box-shadow:0 0 0 18px rgba(255,255,255,.02),0 40px 90px rgba(0,0,0,.4);z-index:4}.ecosystem-core__logo{display:grid;place-items:center;width:68px;height:68px;border-radius:22px;background:linear-gradient(135deg,var(--blue),var(--purple));font-size:25px;font-weight:900}.ecosystem-core strong{margin-top:13px;font-size:19px}.ecosystem-core small{font-size:10px;color:#7f8ba5;text-transform:uppercase;letter-spacing:.12em}.orbit-card{position:absolute;z-index:5;width:185px;padding:13px 15px;border-radius:17px;background:rgba(19,29,55,.82);border:1px solid rgba(255,255,255,.11);backdrop-filter:blur(12px);display:flex;align-items:center;gap:12px;box-shadow:0 20px 45px rgba(0,0,0,.25);transition:.25s}.orbit-card:hover{transform:translateY(-5px);border-color:rgba(255,255,255,.25)}.orbit-card__icon{display:grid;place-items:center;width:42px;height:42px;flex:0 0 42px;border-radius:13px;background:rgba(255,255,255,.08);font-size:13px;font-weight:900}.orbit-card span:last-child{display:flex;flex-direction:column}.orbit-card strong{font-size:13px}.orbit-card small{font-size:10px;color:#8793ae;margin-top:2px}.orbit-card--school{left:4%;top:11%}.orbit-card--school .orbit-card__icon{background:rgba(64,120,255,.2);color:#79a1ff}.orbit-card--board{right:1%;top:12%}.orbit-card--board .orbit-card__icon{background:rgba(18,185,129,.18);color:#47dfaa}.orbit-card--meet{right:-3%;top:49%}.orbit-card--meet .orbit-card__icon{background:rgba(120,84,246,.2);color:#a68cff}.orbit-card--saas{right:16%;bottom:5%}.orbit-card--saas .orbit-card__icon{background:rgba(39,200,216,.17);color:#5ee7f3}.orbit-card--job{left:1%;bottom:12%}.orbit-card--job .orbit-card__icon{background:rgba(255,140,58,.18);color:#ffb071}.orbit-line{position:absolute;border:1px dashed rgba(136,153,199,.18);border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%)}.orbit-line--1{width:310px;height:310px}.orbit-line--2{width:445px;height:445px}.orbit-line--3{width:535px;height:535px;border-color:rgba(136,153,199,.11)}
.section-heading{max-width:820px;margin-bottom:54px}.section-heading--center{text-align:center;margin-left:auto;margin-right:auto}.section-heading h2{font-size:clamp(34px,4.7vw,58px);line-height:1.08;letter-spacing:-.045em;margin:18px 0 18px}.section-heading p{font-size:18px;color:var(--muted);max-width:750px;margin:0 auto}.products-intro{padding-bottom:60px}.product-pills{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.product-pills a{display:flex;align-items:center;gap:9px;padding:11px 15px;background:#fff;border:1px solid var(--line);border-radius:999px;font-size:13px;font-weight:800;box-shadow:0 8px 24px rgba(44,58,91,.06)}.pill-dot{width:8px;height:8px;border-radius:50%}.pill-dot--blue{background:var(--blue)}.pill-dot--green{background:var(--green)}.pill-dot--purple{background:var(--purple)}.pill-dot--cyan{background:var(--cyan)}.pill-dot--orange{background:var(--orange)}
.product-section{padding:92px 0}.product-section--tint{background:#eef2f8}.product-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:70px;align-items:center}.product-grid--reverse{grid-template-columns:1.12fr .88fr}.product-grid--reverse .product-copy{order:2}.product-grid--reverse .product-frame{order:1}.product-label{display:inline-flex;align-items:center;gap:9px;font-size:12px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.product-label span{display:grid;place-items:center;width:34px;height:27px;border-radius:9px}.product-label--blue{color:#3267e6}.product-label--blue span{background:#e4ecff}.product-label--green{color:#07845b}.product-label--green span{background:#dbf8ed}.product-label--purple{color:#6340da}.product-label--purple span{background:#ece6ff}.product-label--cyan{color:#148a96}.product-label--cyan span{background:#def8fb}.product-label--orange{color:#c95a19}.product-label--orange span{background:#fff0e5}.product-copy h2{font-size:clamp(34px,4vw,53px);line-height:1.09;letter-spacing:-.045em;margin:20px 0}.product-lead{font-size:18px;line-height:1.75;color:var(--muted);margin:0 0 28px}.feature-list{list-style:none;margin:0;padding:0;display:grid;gap:13px}.feature-list li{display:flex;gap:12px;align-items:flex-start;color:#34405a;font-size:15px}.check{display:grid;place-items:center;width:22px;height:22px;border-radius:7px;flex:0 0 22px;font-size:12px;font-weight:900}.check--blue{background:#e4ecff;color:var(--blue)}.check--green{background:#dcf9ed;color:var(--green)}.check--purple{background:#ede7ff;color:var(--purple)}.check--cyan{background:#def8fb;color:#169daa}.product-actions{display:flex;align-items:center;gap:15px;flex-wrap:wrap;margin-top:31px}.text-link{display:inline-flex;align-items:center;gap:10px;font-weight:900;color:#273554}.text-link span:last-child{transition:.2s}.text-link:hover span:last-child{transform:translateX(5px)}.status-badge{display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border-radius:999px;font-size:11px;font-weight:900;white-space:nowrap}.status-badge:before{content:"";width:7px;height:7px;border-radius:50%}.status-badge--live{color:#087551;background:#dbf7eb}.status-badge--live:before{background:#12b981;box-shadow:0 0 0 4px rgba(18,185,129,.12)}.status-badge--beta{color:#0d8190;background:#dff8fb}.status-badge--beta:before{background:var(--cyan)}.status-badge--soon{color:#b55720;background:#fff0e5}.status-badge--soon:before{background:var(--orange)}
.product-frame{background:#fff;border:1px solid #dce4f0;border-radius:27px;padding:12px;box-shadow:var(--shadow);overflow:hidden}.browser-bar{height:38px;display:flex;align-items:center;gap:7px;padding:0 8px;color:#8b96aa;font-size:10px}.browser-bar i{width:8px;height:8px;border-radius:50%;background:#e1e6ef}.browser-bar i:nth-child(1){background:#ff7676}.browser-bar i:nth-child(2){background:#ffc96a}.browser-bar i:nth-child(3){background:#68d79e}.browser-bar span{margin-left:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.school-ui,.board-ui,.meet-ui,.saas-ui{height:440px;border-radius:18px;overflow:hidden}
.school-ui{display:grid;grid-template-columns:116px 1fr;background:#f4f7fc}.school-ui aside{background:#0e1630;color:#8793ad;padding:18px 10px;display:flex;flex-direction:column;gap:8px}.mini-logo{width:36px;height:36px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,var(--blue),var(--purple));color:#fff;font-weight:900;margin:0 0 12px 5px}.school-ui aside button{border:0;background:transparent;color:inherit;border-radius:10px;padding:9px 10px;display:flex;align-items:center;gap:8px;font-size:10px;text-align:left}.school-ui aside button.is-active{background:rgba(70,111,255,.18);color:#fff}.school-main{padding:24px}.mock-header{display:flex;align-items:center;justify-content:space-between}.mock-header>div{display:flex;flex-direction:column}.mock-header small{font-size:9px;color:#8490a6}.mock-header strong{font-size:16px;margin-top:2px}.avatar{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#dfe8ff;color:var(--blue);font-weight:900;font-size:11px}.school-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:22px}.school-stats>div{background:#fff;padding:14px;border-radius:13px;border:1px solid #e3e9f2;display:flex;flex-direction:column}.school-stats small{font-size:8px;color:#8993a7}.school-stats strong{font-size:18px;margin:5px 0 1px}.school-stats span{font-size:8px;color:#71809a}.school-content-row{display:grid;grid-template-columns:1.15fr .85fr;gap:12px;margin-top:12px}.lesson-card,.activity-card{background:#fff;border:1px solid #e3e9f2;border-radius:14px;padding:15px}.lesson-card__top{font-size:8px;color:#727f95;display:flex;align-items:center;gap:6px}.live-dot{width:6px;height:6px;border-radius:50%;background:#16c886}.lesson-card h4{font-size:13px;margin:13px 0 5px}.lesson-card p{font-size:8px;color:#7f8a9e;margin:0 0 15px}.lesson-card button{border:0;background:var(--blue);color:#fff;border-radius:9px;padding:8px 12px;font-size:8px;font-weight:800}.activity-card{display:flex;flex-direction:column}.activity-card strong{font-size:11px}.activity-card small{font-size:8px;color:#8390a5}.bars{height:85px;display:flex;align-items:end;gap:6px;margin:12px 0}.bars i{width:10px;background:linear-gradient(var(--blue),#8aa7ff);border-radius:5px 5px 2px 2px}
.board-ui{background:#e9edf5;position:relative}.board-toolbar{position:absolute;left:12px;top:14px;z-index:3;display:flex;gap:4px;background:#fff;border-radius:12px;padding:6px;box-shadow:0 10px 24px rgba(35,47,77,.14)}.board-toolbar button{width:29px;height:29px;border:0;background:#f2f5f9;border-radius:8px;color:#53617a;font-size:11px}.board-toolbar button.is-active{background:#0f172c;color:#fff}.board-canvas{position:absolute;inset:0 0 42px;background-color:#fbfcfe;background-image:linear-gradient(#edf1f7 1px,transparent 1px),linear-gradient(90deg,#edf1f7 1px,transparent 1px);background-size:24px 24px}.board-title{position:absolute;left:50%;top:30px;transform:translateX(-50%);font-size:17px;font-weight:900}.sticky{position:absolute;width:125px;min-height:93px;padding:13px;border-radius:5px;box-shadow:0 12px 25px rgba(41,50,74,.12);transform:rotate(-2deg);display:flex;flex-direction:column}.sticky strong{font-size:11px}.sticky span{font-size:9px;margin-top:7px;color:#53617a}.sticky--yellow{left:70px;top:105px;background:#fff4a8}.sticky--blue{left:245px;top:145px;background:#dfeaff;transform:rotate(2deg)}.sticky--green{right:67px;top:86px;background:#d9f8e8;transform:rotate(-1deg)}.board-arrow{position:absolute;width:150px;fill:none;stroke:#63708b;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.board-arrow--1{left:175px;top:91px}.board-arrow--2{right:165px;top:173px}.pdf-card{position:absolute;left:172px;bottom:31px;background:#fff;border:1px solid #dfe5ee;border-radius:12px;padding:9px 13px;display:flex;gap:10px;align-items:center;box-shadow:0 10px 20px rgba(45,57,84,.08)}.pdf-card>span{display:grid;place-items:center;width:34px;height:38px;background:#ffe4e4;color:#df4848;border-radius:8px;font-size:9px;font-weight:900}.pdf-card div{display:flex;flex-direction:column}.pdf-card strong{font-size:9px}.pdf-card small{font-size:7px;color:#8b95a7}.cursor{position:absolute;font-size:8px;font-weight:800}.cursor i{display:block;width:0;height:0;border-top:11px solid var(--blue);border-right:7px solid transparent;transform:rotate(-25deg)}.cursor span{display:inline-block;margin-left:6px;background:var(--blue);color:#fff;padding:3px 6px;border-radius:5px}.cursor--one{right:92px;bottom:95px}.cursor--two{left:110px;top:235px}.cursor--two i{border-top-color:#e65caa}.cursor--two span{background:#e65caa}.board-footer{position:absolute;left:0;right:0;bottom:0;height:42px;background:#fff;border-top:1px solid #dfe5ee;display:flex;align-items:center;padding:0 13px;font-size:8px;color:#65718a}.board-footer button{margin-left:auto;border:0;background:#0f172c;color:#fff;border-radius:8px;padding:7px 10px;font-size:8px;font-weight:800}.online-dot{width:7px;height:7px;border-radius:50%;background:#16c885;margin-right:6px}
.meet-ui{display:grid;grid-template-columns:1fr 178px;background:#0c1224;color:#fff;padding:10px;gap:9px}.meet-stage{display:flex;flex-direction:column;gap:8px}.meet-top{height:29px;display:flex;align-items:center;padding:0 4px;font-size:8px}.meet-top strong{font-size:12px}.meet-top strong span{color:#8aa3ff}.meet-top small{margin:auto;color:#77839c}.secure{padding:5px 8px;border-radius:999px;background:#16213d;color:#a7b4ce}.meet-video{position:relative;flex:1;border:2px solid #13ae7d;border-radius:12px;background:#192642;display:grid;place-items:center}.meet-avatar{width:86px;height:86px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#276eff,#6d45f6);font-size:29px;font-weight:900}.speaker{position:absolute;right:12px;top:11px;background:#14bf88;padding:4px 8px;border-radius:999px;font-size:7px;display:flex;gap:4px;align-items:center}.speaker i{width:5px;height:5px;border-radius:50%;background:#fff}.meet-controls{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);display:flex;gap:5px;background:#0d1427;padding:6px;border-radius:999px}.meet-controls button{width:24px;height:24px;border:0;border-radius:50%;background:#283148;color:#fff;font-size:7px}.meet-controls .control--green{background:#12b981}.meet-controls .control--purple{background:#6f4ef3}.meet-controls .control--red{background:#ef4e56}.meet-participants{height:55px;display:grid;grid-template-columns:repeat(5,1fr);gap:6px}.meet-participants div{display:grid;place-items:center;border-radius:10px;background:#17213a;color:#9fb0d1;font-size:8px}.meet-chat{background:#121a2f;border:1px solid #23304d;border-radius:12px;padding:11px;display:flex;flex-direction:column;gap:10px}.meet-chat>strong{font-size:11px}.chat-tabs{display:flex;gap:3px}.chat-tabs span{font-size:6px;padding:5px 7px;border-radius:5px;background:#1c2845;color:#8090ae}.chat-tabs span.is-active{background:#2478ff;color:#fff}.bubble{background:#1b2846;border-radius:8px;padding:8px;font-size:7px;color:#aab6cd;max-width:94%}.bubble--mine{align-self:flex-end;background:#1675ff;color:#fff}.ai-card{margin-top:auto;background:linear-gradient(145deg,#251845,#1b2041);border:1px solid #6344cf;border-radius:10px;padding:10px}.ai-card strong{font-size:8px}.ai-card p{font-size:7px;color:#b4b0cf}.ai-card button{border:0;background:#7452f7;color:#fff;border-radius:6px;padding:5px 8px;font-size:6px;font-weight:800}
.saas-ui{display:grid;grid-template-columns:126px 1fr;background:#f4f7fb}.saas-sidebar{background:#10182e;color:#8290aa;padding:15px 10px}.brand-chip{display:flex;align-items:center;gap:8px;margin-bottom:18px}.brand-chip>span{display:grid;place-items:center;width:31px;height:31px;border-radius:10px;background:linear-gradient(135deg,var(--cyan),var(--blue));color:#fff;font-weight:900}.brand-chip div{display:flex;flex-direction:column}.brand-chip strong{font-size:9px;color:#fff}.brand-chip small{font-size:6px}.saas-sidebar button{display:block;width:100%;border:0;background:transparent;color:inherit;text-align:left;padding:9px 9px;border-radius:9px;font-size:8px;margin:4px 0}.saas-sidebar button.is-active{background:rgba(39,200,216,.14);color:#fff}.saas-main{padding:21px}.saas-main .mock-header button{border:0;background:#0f172c;color:#fff;border-radius:9px;padding:8px 10px;font-size:7px;font-weight:800}.saas-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:20px}.saas-kpis>div{background:#fff;border:1px solid #e1e7f0;border-radius:12px;padding:13px;display:flex;flex-direction:column}.saas-kpis small{font-size:7px;color:#8893a6}.saas-kpis strong{font-size:14px;margin:6px 0}.saas-kpis span{font-size:7px;color:#0ca475}.saas-chart-card{margin-top:11px;background:#fff;border:1px solid #e1e7f0;border-radius:13px;padding:15px}.saas-chart-card>div{display:flex;justify-content:space-between}.saas-chart-card strong{font-size:10px}.saas-chart-card small{font-size:7px;color:#8893a6}.saas-chart-card svg{width:100%;height:150px}.chart-area{fill:url(#chartFill)}.chart-line{fill:none;stroke:#27c8d8;stroke-width:4;stroke-linecap:round}
.job-section{background:#0d1325;color:#fff;padding:110px 0}.job-card{border:1px solid rgba(255,255,255,.1);background:linear-gradient(145deg,#131b34,#0b1020);border-radius:34px;padding:58px;box-shadow:0 45px 100px rgba(0,0,0,.28);overflow:hidden}.job-card__copy{max-width:1050px;margin:0 auto}.job-card h2{font-size:clamp(38px,5vw,65px);line-height:1.05;letter-spacing:-.05em;margin:22px 0}.job-card__copy>p{max-width:820px;color:#aab5cb;font-size:18px}.job-points{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:35px 0}.job-points>div{display:flex;gap:13px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.08);padding:17px;border-radius:17px}.job-icon{display:grid;place-items:center;width:39px;height:39px;flex:0 0 39px;border-radius:12px;background:rgba(255,140,58,.14);color:#ffae70;font-size:10px;font-weight:900}.job-points strong{font-size:13px}.job-points p{font-size:11px;color:#8793ac;margin:5px 0 0}.job-platform{margin-top:52px;border-radius:24px;background:#f5f7fb;color:#162039;padding:16px;border:1px solid rgba(255,255,255,.18)}.job-platform__header{display:flex;align-items:center;justify-content:space-between;background:#fff;padding:10px 12px;border-radius:14px}.job-platform__header>div{display:flex;align-items:center;gap:8px}.mini-logo--orange{background:linear-gradient(135deg,#ff9d42,#ff6b35);margin:0;width:31px;height:31px;border-radius:10px}.verified{padding:6px 9px;border-radius:999px;background:#e3f8ef;color:#087855;font-size:8px;font-weight:900}.job-search{display:flex;align-items:center;background:#fff;margin-top:10px;padding:8px 9px;border-radius:12px;color:#8a95a7;font-size:10px}.job-search>span:first-child{font-size:16px;margin-right:8px}.job-search button{margin-left:auto;border:0;background:#0f172c;color:#fff;border-radius:8px;padding:8px 12px;font-size:8px;font-weight:800}.job-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:10px;margin-top:10px}.specialists,.deal-room{background:#fff;border-radius:14px;padding:11px}.specialists{display:flex;flex-direction:column;gap:8px}.specialist-card{display:flex;gap:9px;align-items:center;border:1px solid #e5eaf2;border-radius:11px;padding:9px;position:relative}.specialist-card.is-active{border-color:#ff9b55;box-shadow:0 6px 18px rgba(255,137,61,.12)}.specialist-avatar{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;background:#e6edff;color:#416ee4;font-size:8px;font-weight:900}.specialist-avatar--green{background:#dcf8ec;color:#0a855c}.specialist-avatar--purple{background:#ece6ff;color:#6944d5}.specialist-card>div{display:flex;flex-direction:column}.specialist-card strong{font-size:8px}.specialist-card small{font-size:6px;color:#7f8b9e}.skills{display:flex;gap:3px;margin-top:4px}.skills i{font-style:normal;padding:3px 5px;border-radius:4px;background:#f1f4f8;color:#65718a;font-size:5px}.chance{position:absolute;right:7px;top:7px;font-size:5px;padding:3px 5px;border-radius:999px;background:#fff0e5;color:#bf5d24;font-weight:900}.deal-room__top{display:flex;justify-content:space-between}.deal-room__top>div{display:flex;flex-direction:column}.deal-room__top small{font-size:6px;color:#8490a4}.deal-room__top strong{font-size:10px}.deal-status{font-size:6px;padding:4px 7px;border-radius:999px;background:#e4edff;color:#3563d9;height:max-content;font-weight:900}.deal-steps{display:flex;align-items:center;margin:20px 0}.deal-steps>span{width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:#eef1f6;color:#8a94a5;font-size:7px;font-weight:900;position:relative}.deal-steps>span small{position:absolute;top:31px;white-space:nowrap;font-size:5px;font-weight:700}.deal-steps>span.done{background:#dff8ec;color:#0a8f62}.deal-steps>span.current{background:#ff8c3a;color:#fff}.deal-steps>i{height:2px;background:#e4e8ef;flex:1}.deal-tools{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin:28px 0 10px}.deal-tools button{border:1px solid #e4e8ef;background:#fafbfd;border-radius:9px;padding:9px;display:flex;flex-direction:column;align-items:center;gap:4px;color:#44516b}.deal-tools button span{font-size:13px}.deal-tools button small{font-size:6px;font-weight:800}.deal-price{display:grid;grid-template-columns:1fr .7fr auto;align-items:center;gap:7px;padding:10px;background:#f3f6fa;border-radius:10px}.deal-price>div{display:flex;flex-direction:column}.deal-price small{font-size:6px;color:#8490a3}.deal-price strong{font-size:10px}.deal-price button{border:0;background:#ff8339;color:#fff;border-radius:8px;padding:9px 12px;font-size:7px;font-weight:900}.payout-note{display:flex;align-items:center;gap:7px;margin-top:8px;padding:7px 9px;background:#fff7e9;color:#9b5b1e;border-radius:8px;font-size:6px;font-weight:700}
.flow-section{background:#fff}.flow-line{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr auto 1fr;align-items:center;gap:13px}.flow-step{text-align:center;background:#f7f9fc;border:1px solid #e2e8f1;border-radius:18px;padding:22px 15px;min-height:160px}.flow-step>span{display:grid;place-items:center;width:35px;height:35px;margin:0 auto 13px;border-radius:12px;background:#10182e;color:#fff;font-size:11px;font-weight:900}.flow-step strong{font-size:14px}.flow-step p{font-size:11px;color:#748096}.flow-line>i{width:28px;height:1px;background:#cfd7e5;position:relative}.flow-line>i:after{content:"";position:absolute;right:0;top:-3px;border-left:6px solid #cfd7e5;border-top:3px solid transparent;border-bottom:3px solid transparent}
.principles-section{background:#eef2f8}.principles-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.principle-card{background:#fff;border:1px solid #dfe6f0;border-radius:20px;padding:25px;min-height:230px}.principle-card>span{font-size:11px;color:#7180a0;font-weight:900}.principle-card h3{font-size:18px;line-height:1.25;margin:35px 0 11px}.principle-card p{font-size:13px;color:var(--muted);margin:0}.status-section{background:#fff}.status-table{background:#f8fafc;border:1px solid #e2e8f0;border-radius:24px;overflow:hidden}.status-row{display:grid;grid-template-columns:220px 140px 1fr;gap:22px;align-items:center;padding:20px 23px;border-bottom:1px solid #e4e9f1}.status-row:last-child{border-bottom:0}.status-row>div{display:flex;align-items:center;gap:10px}.product-mini{display:grid;place-items:center;width:31px;height:31px;border-radius:10px;font-size:9px;font-weight:900}.product-mini--blue{background:#e5edff;color:#3768e4}.product-mini--green{background:#dcf8ec;color:#0a865e}.product-mini--purple{background:#eee7ff;color:#6945d8}.product-mini--cyan{background:#dff8fb;color:#178d99}.product-mini--orange{background:#fff0e5;color:#c25b1f}.status-row p{font-size:12px;color:#6f7b92;margin:0}.final-cta{background:#eef2f8}.final-cta__card{background:linear-gradient(145deg,#0e162b,#151f3a);color:#fff;border-radius:31px;padding:52px;display:flex;align-items:end;justify-content:space-between;gap:40px;box-shadow:0 35px 80px rgba(23,33,65,.24)}.final-cta h2{font-size:clamp(35px,4.5vw,57px);line-height:1.07;letter-spacing:-.045em;margin:18px 0}.final-cta p{color:#9eabc4;max-width:720px}.final-cta__actions{display:flex;flex-direction:column;gap:10px;min-width:220px}
.footer{background:#090e1c;color:#fff;padding:65px 0 25px}.footer__grid{display:grid;grid-template-columns:1.5fr .8fr .8fr;gap:70px}.brand--footer{margin-bottom:20px}.footer p{color:#8692aa;max-width:430px;font-size:13px}.footer__grid>div:not(:first-child){display:flex;flex-direction:column;gap:10px}.footer__grid>div:not(:first-child)>strong{font-size:12px;margin-bottom:7px}.footer__grid a{color:#8895ad;font-size:12px}.footer__grid a:hover{color:#fff}.footer__bottom{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.08);margin-top:45px;padding-top:22px;color:#6f7b94;font-size:11px}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.reveal.is-visible{opacity:1;transform:none}.reveal--delay{transition-delay:.12s}
@media(max-width:1050px){.nav{display:none}.menu-button{display:block}.desktop-only{display:none}.hero__grid,.product-grid,.product-grid--reverse{grid-template-columns:1fr}.hero{padding-top:130px}.ecosystem-visual{max-width:650px;width:100%;margin:10px auto 0}.product-grid--reverse .product-copy,.product-grid--reverse .product-frame{order:initial}.product-copy{max-width:760px}.job-layout{grid-template-columns:1fr}.principles-grid{grid-template-columns:repeat(2,1fr)}.flow-line{grid-template-columns:1fr;gap:9px}.flow-line>i{width:1px;height:25px;margin:auto}.flow-line>i:after{right:-3px;top:auto;bottom:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:6px solid #cfd7e5}.flow-step{min-height:auto}.final-cta__card{flex-direction:column;align-items:flex-start}.final-cta__actions{flex-direction:row;min-width:0}}
@media(max-width:760px){.container{width:min(100% - 26px,var(--container))}.section{padding:78px 0}.hero{padding-top:115px;min-height:auto}.hero h1{font-size:43px}.hero__lead{font-size:16px}.hero__proof{gap:18px;flex-wrap:wrap}.ecosystem-visual{height:500px;transform:scale(.92);transform-origin:center}.orbit-card{width:160px;padding:10px}.orbit-card--school{left:-1%}.orbit-card--board{right:-2%}.orbit-card--meet{right:-6%}.orbit-card--job{left:-4%}.section-heading h2,.product-copy h2{font-size:36px}.product-grid{gap:38px}.school-ui,.board-ui,.meet-ui,.saas-ui{height:345px}.school-ui{grid-template-columns:80px 1fr}.school-ui aside{padding:12px 7px}.school-ui aside button span:last-child{display:none}.school-main{padding:15px}.school-stats{grid-template-columns:1fr 1fr}.school-stats>div:last-child{display:none}.school-content-row{grid-template-columns:1fr}.activity-card{display:none}.meet-ui{grid-template-columns:1fr}.meet-chat{display:none}.saas-ui{grid-template-columns:85px 1fr}.saas-sidebar{padding:10px 6px}.saas-sidebar .brand-chip div,.saas-sidebar button{font-size:0}.saas-sidebar button:before{content:"•";font-size:14px}.saas-main{padding:14px}.saas-kpis{grid-template-columns:1fr 1fr}.saas-kpis>div:last-child{display:none}.job-card{padding:27px 18px}.job-points{grid-template-columns:1fr}.job-platform{overflow-x:auto}.job-platform>*{min-width:660px}.principles-grid{grid-template-columns:1fr}.status-row{grid-template-columns:1fr auto;gap:12px}.status-row p{grid-column:1/-1}.final-cta__card{padding:32px 22px}.final-cta__actions{width:100%;flex-direction:column}.footer__grid{grid-template-columns:1fr;gap:30px}.footer__bottom{flex-direction:column;gap:8px}}
@media(max-width:540px){.topbar{height:70px}.brand__text{display:none}.hero__actions .button{width:100%}.ecosystem-visual{height:450px;transform:scale(.76);margin-left:-12%;width:124%}.product-frame{padding:8px;border-radius:21px}.browser-bar{height:30px}.job-platform{display:none}.job-card h2{font-size:37px}.product-lead{font-size:16px}.footer{padding-top:48px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.button,.orbit-card{transition:none}}
