:root{--navy:#062c75;--blue:#0879f9;--cyan:#0fc3c7;--ink:#0e1e38;--muted:#63728a;--line:#dbe6f4;--soft:#f3f8ff;--white:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Manrope,system-ui,sans-serif;color:var(--ink);background:#fff}a{color:inherit;text-decoration:none}.site-header{height:84px;display:flex;align-items:center;justify-content:space-between;padding:0 max(5vw,24px);border-bottom:1px solid rgba(10,59,125,.08);position:sticky;top:0;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);z-index:20}.brand img{width:142px;height:60px;object-fit:contain}.nav{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:700}.nav a:hover{color:var(--blue)}.nav-cta{padding:12px 18px;border:1px solid var(--line);border-radius:12px}.menu-button{display:none;border:0;background:transparent;font-size:26px}.hero{min-height:calc(100vh - 84px);display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:7vw;padding:80px max(6vw,28px);overflow:hidden;background:radial-gradient(circle at 70% 15%,#e5f4ff 0,transparent 34%),linear-gradient(145deg,#fff 0,#f8fbff 100%)}.eyebrow{display:inline-flex;color:var(--blue);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.16em;margin-bottom:18px}.hero h1{font-size:clamp(44px,6vw,84px);line-height:1.02;letter-spacing:-.055em;margin:0 0 24px;max-width:840px}.hero h1 span{color:var(--blue)}.hero-copy>p{font-size:clamp(17px,1.5vw,21px);line-height:1.7;color:var(--muted);max-width:670px}.hero-actions{display:flex;gap:14px;margin:34px 0}.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border-radius:14px;font-weight:800;font-size:14px;transition:.2s}.button:hover{transform:translateY(-2px)}.primary{background:linear-gradient(135deg,var(--navy),var(--blue));color:white;box-shadow:0 14px 36px rgba(8,121,249,.25)}.secondary{border:1px solid var(--line);background:white}.trust-row{display:flex;flex-wrap:wrap;gap:18px;color:#52627b;font-size:12px;font-weight:700}.hero-visual{position:relative;min-height:560px;display:grid;place-items:center}.dashboard-card{width:min(100%,510px);padding:30px;border-radius:28px;background:rgba(255,255,255,.94);box-shadow:0 30px 80px rgba(9,45,100,.18);border:1px solid rgba(255,255,255,.8);position:relative;z-index:2}.card-top{display:flex;align-items:center;gap:12px;font-size:14px;font-weight:800}.mini-logo{display:grid;place-items:center;width:36px;height:36px;border-radius:11px;background:var(--navy);color:white;font-size:22px}.status{margin-left:auto;color:#07866e;background:#e8fbf6;padding:7px 10px;border-radius:99px;font-size:10px}.progress{height:8px;background:#e8eef7;border-radius:99px;margin:28px 0}.progress i{display:block;width:68%;height:100%;background:linear-gradient(90deg,var(--cyan),var(--blue));border-radius:inherit}.steps{display:grid;gap:18px}.step{display:flex;align-items:center;gap:16px;padding:14px;border:1px solid #e7eef7;border-radius:16px;color:#8995a8}.step b{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#eef3f9}.step span{display:grid;gap:4px}.step strong{font-size:13px}.step small{font-size:11px}.step.done,.step.active{color:var(--ink)}.step.done b{background:#e7fbf7;color:#07866e}.step.active{border-color:#8ec7ff;background:#f5faff}.step.active b{background:var(--blue);color:white}.float-card{position:absolute;z-index:3;right:-10px;bottom:78px;padding:16px 22px;background:var(--navy);color:white;border-radius:16px;font-size:28px;font-weight:800;box-shadow:0 18px 40px rgba(6,44,117,.3)}.float-card small{display:block;font-size:10px;font-weight:600;opacity:.75}.orb{position:absolute;border-radius:50%;filter:blur(2px)}.orb-one{width:390px;height:390px;background:linear-gradient(145deg,#12c8c9,#0879f9);opacity:.18}.orb-two{width:180px;height:180px;background:#0a3f9c;right:0;top:40px;opacity:.08}.section{padding:110px max(6vw,28px)}.section-heading{text-align:center;max-width:720px;margin:0 auto 52px}.section-heading.left{text-align:left;margin-left:0}.section-heading h2,.cta-section h2{font-size:clamp(34px,4vw,56px);line-height:1.1;letter-spacing:-.04em;margin:0 0 18px}.section-heading p,.cta-section p{color:var(--muted);line-height:1.7}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.service-grid article{padding:36px;border:1px solid var(--line);border-radius:24px;transition:.25s}.service-grid article:hover{transform:translateY(-6px);box-shadow:0 24px 60px rgba(18,58,112,.1);border-color:#b8d7fb}.service-grid span{color:var(--blue);font-weight:800}.service-grid h3{font-size:21px;margin:42px 0 12px}.service-grid p{color:var(--muted);line-height:1.7;font-size:14px}.universities-section{background:var(--soft)}.university-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.university-card,.empty-state{background:white;border:1px solid var(--line);border-radius:20px;padding:26px}.university-card img{width:56px;height:56px;object-fit:contain;border-radius:12px}.university-card h3{font-size:17px}.university-card p{color:var(--muted);font-size:12px;line-height:1.6}.empty-state{grid-column:1/-1;text-align:center;padding:54px}.empty-state span{display:grid;place-items:center;margin:auto;width:54px;height:54px;border-radius:50%;background:#e8f3ff;color:var(--blue);font-size:30px}.empty-state p{color:var(--muted)}.process-section{background:var(--navy);color:white}.process-section .eyebrow{color:#72dfe1}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.process-grid div{padding:28px;border:1px solid rgba(255,255,255,.16);border-radius:20px}.process-grid b{color:#69dcdf;font-size:12px}.process-grid h3{margin-top:54px}.process-grid p{opacity:.65;font-size:13px}.cta-section{margin:90px max(6vw,28px);padding:60px;display:flex;align-items:center;justify-content:space-between;gap:40px;background:linear-gradient(135deg,#0879f9,#06439d);color:white;border-radius:32px}.cta-section p{color:rgba(255,255,255,.76)}.eyebrow.light{color:#86f0e8}.white{background:white;color:var(--navy);white-space:nowrap}footer{padding:60px max(6vw,28px) 28px;display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px;border-top:1px solid var(--line)}footer img{width:140px}footer>div{display:flex;flex-direction:column;gap:12px}footer a,footer p{color:var(--muted);font-size:13px}.copyright{grid-column:1/-1;border-top:1px solid var(--line);padding-top:24px;margin-top:24px}
@media(max-width:900px){.nav{display:none;position:absolute;left:16px;right:16px;top:76px;padding:20px;background:white;border:1px solid var(--line);border-radius:18px;box-shadow:0 16px 50px rgba(0,0,0,.12);flex-direction:column;align-items:stretch}.nav.open{display:flex}.menu-button{display:block}.hero{grid-template-columns:1fr;padding-top:55px}.hero-visual{min-height:500px}.service-grid,.university-grid{grid-template-columns:1fr}.process-grid{grid-template-columns:1fr 1fr}.cta-section{flex-direction:column;align-items:flex-start}footer{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}
@media(max-width:560px){.site-header{height:72px}.brand img{width:120px}.hero{min-height:auto;padding:48px 20px}.hero h1{font-size:42px}.hero-actions{flex-direction:column}.button{width:100%}.hero-visual{min-height:430px}.dashboard-card{padding:20px}.float-card{right:0;bottom:20px}.section{padding:78px 20px}.process-grid{grid-template-columns:1fr}.cta-section{margin:55px 20px;padding:36px 24px}footer{grid-template-columns:1fr;padding:48px 20px}.footer-brand{grid-column:auto}.copyright{grid-column:auto}}
