:root{--ink:#10233f;--blue:#1769ff;--cyan:#38c8e8;--paper:#f5f7fb;--line:#dbe3ef;--lime:#c9ff64;--white:#fff}
*{box-sizing:border-box}body{margin:0;color:var(--ink);background:var(--paper);font-family:Inter,sans-serif}.topbar{height:72px;padding:0 4.5vw;display:flex;align-items:center;gap:28px;background:#fff;border-bottom:1px solid var(--line);position:relative;z-index:5}.brand{font:800 23px Manrope;text-decoration:none;color:var(--ink);letter-spacing:-1px}.product{font-weight:600;display:flex;align-items:center;gap:9px}.product>span{width:8px;height:8px;background:var(--blue);border-radius:50%}.product em{font:700 9px Inter;color:var(--blue);border:1px solid #a9c7ff;border-radius:99px;padding:3px 6px}.back{margin-left:auto;color:var(--ink);font-size:13px;text-decoration:none}.hero{min-height:660px;padding:70px max(5vw,48px);display:grid;grid-template-columns:minmax(440px,650px) 1fr;align-items:center;overflow:hidden;background:radial-gradient(circle at 80% 45%,#dceaff 0,transparent 28%),linear-gradient(130deg,#fff 0 55%,#eef4ff 100%)}.eyebrow{font-size:11px;font-weight:800;letter-spacing:.18em;color:var(--blue)}h1{font:800 clamp(64px,7vw,112px)/.87 Manrope;margin:20px 0 28px;letter-spacing:-.065em}h1 i{color:var(--blue);font-style:normal}.lead{max-width:580px;font-size:18px;line-height:1.6;color:#52637c}.search-box{margin-top:32px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:7px;box-shadow:0 24px 60px rgba(17,44,89,.12)}textarea{width:100%;border:0;outline:0;resize:none;padding:17px 18px 8px;font:500 16px/1.5 Inter;color:var(--ink);background:transparent}.search-footer{display:flex;justify-content:space-between;align-items:center;gap:12px}.filters select{border:0;background:#f0f4fa;color:#42536c;border-radius:10px;padding:11px 13px}.search-box button[type=submit]{border:0;border-radius:12px;background:var(--blue);color:#fff;padding:7px 8px 7px 18px;display:flex;align-items:center;gap:16px;font-weight:700;cursor:pointer}.search-box button b{display:grid;place-items:center;width:34px;height:34px;border-radius:9px;background:#fff;color:var(--blue);font-size:17px}.prompts{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.prompts button{border:1px solid #cbd6e6;background:rgba(255,255,255,.7);border-radius:99px;padding:9px 13px;color:#52637c;cursor:pointer}.compass-wrap{position:relative;min-height:520px;display:grid;place-items:center}.compass{width:min(29vw,390px);aspect-ratio:1;border:1px solid #9eb9de;border-radius:50%;position:relative;display:grid;place-items:center;background:radial-gradient(circle,#fff 0 13%,transparent 14%),repeating-radial-gradient(circle,transparent 0 35px,rgba(23,105,255,.08) 36px 37px)}.core{width:70px;height:70px;border-radius:50%;background:var(--ink);color:white;display:grid;place-items:center;font:800 16px Manrope;z-index:3}.needle{position:absolute;width:8px;height:70%;background:linear-gradient(to bottom,var(--blue) 0 47%,#b7c5d8 48% 100%);clip-path:polygon(50% 0,100% 48%,58% 48%,58% 100%,42% 100%,42% 48%,0 48%);transform:rotate(31deg);animation:seek 6s ease-in-out infinite}.compass>span{position:absolute;font-size:10px;font-weight:800;color:#7890af}.north{top:20px}.south{bottom:20px}.east{right:20px}.west{left:20px}.orbit{position:absolute;border:1px dashed rgba(23,105,255,.25);border-radius:50%;animation:spin 24s linear infinite}.orbit-one{width:470px;height:470px}.orbit-two{width:590px;height:590px;animation-direction:reverse;animation-duration:35s}.topic{position:absolute;font-size:9px;font-weight:800;letter-spacing:.12em;background:#fff;border:1px solid #c9d8ed;border-radius:99px;padding:7px 10px;box-shadow:0 8px 25px rgba(19,48,92,.09)}.t1{top:10%;right:20%}.t2{bottom:17%;right:5%}.t3{bottom:7%;left:21%}.t4{top:21%;left:2%}@keyframes spin{to{transform:rotate(360deg)}}@keyframes seek{0%,100%{transform:rotate(26deg)}50%{transform:rotate(38deg)}}.results{padding:82px max(5vw,48px) 100px;background:#0d2039;color:white}.results-head{display:flex;justify-content:space-between;gap:30px;align-items:end}.results h2{font:700 clamp(34px,4vw,56px) Manrope;margin:8px 0}.understood{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.understood span{border:1px solid #3f5878;border-radius:99px;padding:8px 12px;font-size:12px;color:#dce8f8}.status{color:#aebed2;margin:22px 0}.course-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.course-card{background:#fff;color:var(--ink);border-radius:18px;overflow:hidden;display:flex;flex-direction:column;min-height:420px;transition:.25s}.course-card:hover{transform:translateY(-7px);box-shadow:0 25px 55px rgba(0,0,0,.23)}.card-top{padding:17px 18px;display:flex;justify-content:space-between;border-bottom:1px solid var(--line)}.match{background:var(--lime);padding:7px 10px;border-radius:99px;font-size:12px;font-weight:800}.language{font-size:11px;color:#617189}.card-body{padding:24px 22px;flex:1}.target{font-size:10px;font-weight:800;letter-spacing:.14em;color:var(--blue);text-transform:uppercase}.course-card h3{font:700 23px/1.18 Manrope;letter-spacing:-.025em}.description{font-size:13px;line-height:1.6;color:#5d6c80}.meta{font-size:12px;color:#53657d;margin:18px 0}.why{border-left:3px solid var(--blue);padding:10px 12px;background:#f3f7ff;font-size:12px;line-height:1.5}.course-link{display:flex;justify-content:space-between;padding:17px 22px;text-decoration:none;color:var(--ink);font-weight:700;border-top:1px solid var(--line)}.course-link span{color:var(--blue)}@media(max-width:980px){.hero{grid-template-columns:1fr;padding-top:45px}.compass-wrap{min-height:410px}.compass{width:320px}.course-grid{grid-template-columns:1fr 1fr}}@media(max-width:650px){.topbar{padding:0 20px}.product{display:none}.hero{padding:42px 20px;display:block}.hero-copy{width:100%}h1{font-size:62px}.compass-wrap{min-height:360px}.orbit-one{width:340px;height:340px}.orbit-two{width:420px;height:420px}.compass{width:270px}.search-footer{align-items:stretch;flex-direction:column}.search-box button[type=submit]{justify-content:space-between}.results{padding:60px 20px}.results-head{display:block}.understood{justify-content:flex-start}.course-grid{grid-template-columns:1fr}}

