:root{--navy:#0f172a;--blue:#2563eb;--cyan:#06b6d4;--green:#16a34a;--soft:#f8fafc;--text:#1e293b;--muted:#64748b;--border:#e2e8f0;--white:#fff;--shadow:0 18px 50px rgba(15,23,42,.10)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--text);background:var(--soft);line-height:1.65}.container{width:min(1160px,92%);margin:auto}.topbar{background:linear-gradient(90deg,#0f172a,#1e3a8a);color:#e0f2fe;font-size:13px}.topbar-inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:18px}.topbar a{color:#fff;text-decoration:none;font-weight:750}.topbar .sep{opacity:.45;margin:0 9px}.nav{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(226,232,240,.9);box-shadow:0 10px 28px rgba(15,23,42,.05)}.nav-inner{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:18px}.brand{display:flex;align-items:center;gap:13px;color:var(--navy);text-decoration:none;min-width:245px}.brand-mark{width:52px;height:52px;border-radius:18px;background:linear-gradient(135deg,var(--blue),var(--cyan));box-shadow:0 12px 28px rgba(37,99,235,.28);display:flex;align-items:center;justify-content:center;gap:3px;position:relative;overflow:hidden}.brand-mark:after{content:"";position:absolute;inset:auto -12px -20px 10px;height:38px;background:rgba(255,255,255,.18);transform:rotate(-18deg)}.brand-mark i{display:block;width:4px;background:#fff;border-radius:3px;position:relative;z-index:1}.brand-mark i:nth-child(1){height:20px}.brand-mark i:nth-child(2){height:30px}.brand-mark i:nth-child(3){height:24px}.brand-mark i:nth-child(4){height:34px}.brand-copy{display:flex;flex-direction:column;line-height:1.1}.brand-copy strong{font-size:21px;letter-spacing:-.4px}.brand-copy small{font-size:12px;color:var(--muted);font-weight:750;margin-top:5px}.menu{display:flex;align-items:center;gap:4px;background:#f8fafc;border:1px solid var(--border);border-radius:999px;padding:7px}.menu a{color:var(--navy);text-decoration:none;font-weight:800;font-size:14px;padding:10px 12px;border-radius:999px;white-space:nowrap}.menu a:hover{background:#eef6ff;color:var(--blue)}.nav-cta{background:linear-gradient(135deg,var(--blue),#1d4ed8)!important;color:#fff!important;box-shadow:0 10px 22px rgba(37,99,235,.24);padding-left:16px!important;padding-right:16px!important}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--blue);color:#fff!important;text-decoration:none;border-radius:14px;padding:12px 18px;font-weight:800;border:0}.btn.alt{background:var(--green)}.btn.ghost{background:#fff;color:var(--blue)!important;border:1px solid var(--border)}.hamb{display:none;background:#fff;border:1px solid var(--border);border-radius:14px;font-size:25px;width:46px;height:46px;color:var(--navy);box-shadow:0 8px 20px rgba(15,23,42,.06)}.hero{background:radial-gradient(circle at top right,rgba(6,182,212,.25),transparent 35%),linear-gradient(135deg,#eff6ff,#fff);padding:70px 0 50px}.hero-grid{align-items:center}.hero h1{font-size:clamp(36px,5vw,62px);line-height:1.06;margin:0 0 18px;color:var(--navy);letter-spacing:-1.5px}.hero p{font-size:19px;color:var(--muted);margin:0 0 24px}.hero-card{background:#fff;border:1px solid var(--border);box-shadow:var(--shadow);border-radius:28px;padding:28px;min-width:320px}.badge{display:inline-flex;border:1px solid #bfdbfe;background:#eff6ff;color:#1d4ed8;padding:7px 12px;border-radius:999px;font-weight:800;font-size:13px;margin-bottom:18px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:24px}.stat{background:#f8fafc;border:1px solid var(--border);border-radius:18px;padding:14px;text-align:center}.stat strong{display:block;font-size:22px;color:var(--navy)}section{padding:54px 0}.section-title{text-align:center;max-width:760px;margin:0 auto 32px}.section-title h2{font-size:34px;line-height:1.15;margin:0 0 12px;color:var(--navy)}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card{background:#fff;border:1px solid var(--border);border-radius:24px;padding:24px;box-shadow:0 10px 30px rgba(15,23,42,.05)}.card h3{margin-top:0;color:var(--navy);line-height:1.25}.card a{color:var(--blue);font-weight:800}.content{background:#fff;border:1px solid var(--border);border-radius:28px;padding:36px;box-shadow:var(--shadow)}.content h1,.content h2,.content h3{color:var(--navy);line-height:1.22}.content h1{font-size:42px;margin-top:0}.content h2{font-size:28px;margin-top:34px}.content ul{padding-left:22px}.cta{background:linear-gradient(135deg,var(--navy),#1e40af);color:#fff;border-radius:30px;padding:34px;display:flex;justify-content:space-between;gap:20px;align-items:center}.cta h2{margin:0;color:#fff}.cta p{margin:6px 0 0;color:#dbeafe}.steps{counter-reset:s;display:grid;gap:14px}.step{display:flex;gap:14px;align-items:flex-start;background:#f8fafc;border:1px solid var(--border);border-radius:18px;padding:16px}.step:before{counter-increment:s;content:counter(s);display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--blue);color:#fff;font-weight:900;flex:none}.notice{border-left:5px solid var(--green);background:#f0fdf4;padding:16px;border-radius:14px}.form{display:grid;gap:14px}.form input,.form textarea,.form select{width:100%;padding:14px;border:1px solid var(--border);border-radius:14px;font:inherit}.footer{background:linear-gradient(145deg,#07111f 0%,#0f2744 55%,#07111f 100%);color:#dbeafe;padding:0;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;inset:-80px auto auto -80px;width:260px;height:260px;border-radius:50%;background:rgba(59,130,246,.16);filter:blur(8px)}.footer a{color:#fff;text-decoration:none}.footer-top{position:relative;display:flex;align-items:center;justify-content:space-between;gap:22px;padding:30px 0;border-bottom:1px solid rgba(255,255,255,.12)}.footer-brand{display:flex;align-items:center;gap:14px}.footer-logo{width:54px;height:54px;border-radius:18px;background:linear-gradient(135deg,var(--green),var(--blue));display:grid;place-items:center;box-shadow:0 14px 35px rgba(34,197,94,.22)}.footer-logo span{font-weight:900;letter-spacing:-6px;color:#fff;transform:rotate(90deg);font-size:25px;margin-left:-5px}.footer-brand strong{display:block;font-size:24px;color:#fff;line-height:1.1}.footer-brand small{display:block;color:#93c5fd;margin-top:4px}.footer-contact-strip{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.footer-contact-strip a{border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.08);padding:11px 15px;border-radius:999px;font-weight:800}.footer-contact-strip a:hover,.footer-cta:hover{transform:translateY(-1px);box-shadow:0 14px 30px rgba(0,0,0,.2)}.footer-modern-grid{position:relative;display:grid;grid-template-columns:1.35fr 1fr 1fr 1.1fr;gap:30px;padding:38px 0}.footer-col h3{color:#fff;font-size:18px;margin:0 0 14px}.footer-col p{color:#cbd5e1;line-height:1.7;margin:0 0 12px}.footer-links{list-style:none;margin:0;padding:0;display:grid;gap:9px}.footer-links a{color:#cbd5e1}.footer-links a:before{content:"›";color:var(--green);font-weight:900;margin-right:8px}.footer-links a:hover{color:#fff}.footer-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.footer-badges span{font-size:12px;font-weight:800;color:#bbf7d0;background:rgba(34,197,94,.12);border:1px solid rgba(34,197,94,.25);padding:7px 10px;border-radius:999px}.footer-cta{display:inline-flex;margin-top:8px;background:var(--green);color:#052e16!important;padding:12px 15px;border-radius:14px;font-weight:900}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:16px;border-top:1px solid rgba(255,255,255,.12);padding:18px 0 24px;color:#94a3b8;font-size:14px}.footer-bottom p{margin:0}.footer-grid{align-items:flex-start}.floating{position:fixed;right:18px;bottom:18px;z-index:60;display:flex;flex-direction:column;gap:10px}.floating a{box-shadow:var(--shadow)}.crumb{font-size:14px;color:var(--muted);margin-bottom:16px}.crumb a{color:var(--blue)}@media(max-width:1020px){.topbar-inner{justify-content:center;flex-wrap:wrap;padding:8px 0}.topbar-left{display:none}.hamb{display:block}.nav-inner{min-height:72px}.brand{min-width:0}.brand-mark{width:48px;height:48px;border-radius:16px}.brand-copy strong{font-size:19px}.brand-copy small{display:none}.menu{display:none;position:absolute;top:72px;left:4%;right:4%;background:#fff;flex-direction:column;align-items:stretch;padding:12px;border:1px solid var(--border);border-radius:22px;box-shadow:0 22px 45px rgba(15,23,42,.14)}.menu.open{display:flex}.menu a{padding:13px 16px;border-radius:14px}.nav-cta{text-align:center}.hero-grid,.cta{flex-direction:column;align-items:flex-start}.footer-top,.footer-bottom{flex-direction:column;align-items:flex-start}.footer-contact-strip{justify-content:flex-start}.footer-modern-grid{grid-template-columns:1fr 1fr}.grid{grid-template-columns:1fr}.stats{grid-template-columns:1fr}.hero-card{min-width:0;width:100%}.content{padding:24px}.content h1{font-size:34px}}@media(max-width:720px){.footer-modern-grid{grid-template-columns:1fr}.footer-top{padding:24px 0}.footer-brand strong{font-size:21px}.footer-contact-strip a{width:100%;text-align:center}.footer-bottom{font-size:13px}}@media(max-width:560px){.topbar{font-size:12px}.topbar-right{display:flex;flex-wrap:wrap;justify-content:center}.brand-copy strong{font-size:18px}.hero{padding-top:48px}.floating{left:8px;right:8px;bottom:10px;flex-direction:row;gap:6px}.floating a{flex:1;padding:10px 6px;font-size:12px;border-radius:12px;white-space:nowrap}.floating .apply{background:#0f172a}}