:root{--navy:#0D1B2A;--navy2:#102D49;--blue:#1B263B;--orange:#FF6B35;--cream:#F8FAFC;--text:#5B6470;--white:#fff;--line:rgba(255,255,255,.14);--shadow:0 24px 70px rgba(7,18,31,.18);--radius:24px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:var(--cream);color:var(--text);line-height:1.65}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1180px,92%);margin:auto}.topbar{position:sticky;top:0;z-index:20;background:rgba(13,27,42,.88);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.nav{height:76px;display:flex;align-items:center;justify-content:space-between}.menu{display:flex;gap:28px;align-items:center;font-size:14px;color:rgba(255,255,255,.78)}.menu a:hover{color:white}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;padding:14px 24px;font-weight:800;letter-spacing:.01em;transition:.2s ease;border:1px solid transparent}.btn-primary{background:var(--orange);color:white;box-shadow:0 14px 30px rgba(255,107,53,.28)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(255,107,53,.38)}.btn-secondary{border-color:rgba(255,255,255,.28);color:white}.btn-secondary:hover{background:rgba(255,255,255,.08)}.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 15% 10%,rgba(255,107,53,.16),transparent 28%),linear-gradient(135deg,#071827 0%,#0D1B2A 42%,#123A5A 100%);color:white;padding:88px 0 76px}.hero:before{content:"";position:absolute;inset:-120px -80px auto auto;width:720px;height:420px;background:repeating-radial-gradient(ellipse at center,rgba(255,255,255,.13) 0 1px,transparent 1px 14px);opacity:.26;transform:rotate(-12deg)}.hero:after{content:"";position:absolute;left:-220px;top:-120px;width:720px;height:520px;border:1px solid rgba(255,255,255,.09);border-radius:50%;box-shadow:0 0 0 28px rgba(255,255,255,.018),0 0 0 58px rgba(255,255,255,.012)}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.1fr .9fr;gap:58px;align-items:center}.eyebrow{color:var(--orange);font-weight:900;letter-spacing:.16em;text-transform:uppercase;font-size:13px;margin-bottom:18px}.hero h1,.page-hero h1{font-size:clamp(42px,6vw,78px);line-height:.98;margin:0 0 26px;letter-spacing:-.05em;color:white}.hero p{font-size:20px;color:rgba(255,255,255,.82);max-width:650px;margin:0 0 34px}.hero-actions{display:flex;gap:16px;flex-wrap:wrap}.hero-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);box-shadow:var(--shadow);border-radius:var(--radius);padding:32px;backdrop-filter:blur(16px)}.hero-card h2{font-size:28px;line-height:1.05;color:white;margin:0 0 24px}.check{display:grid;gap:15px;margin:0;padding:0;list-style:none}.check li{display:flex;gap:12px;align-items:flex-start;color:rgba(255,255,255,.86)}.check li:before{content:"✓";color:var(--orange);font-weight:900}.metrics{position:relative;z-index:2;margin-top:54px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.metric{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:20px;padding:22px}.metric strong{display:block;color:white;font-size:34px;line-height:1}.metric span{font-size:13px;color:rgba(255,255,255,.72)}section{padding:88px 0}.section-title{max-width:820px;margin:0 auto 46px;text-align:center}.section-title h2{font-size:clamp(30px,4vw,48px);line-height:1.08;color:var(--navy);margin:0 0 14px;letter-spacing:-.035em}.section-title p{font-size:18px;margin:0}.logos{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.logo-card,.card{background:white;border:1px solid rgba(13,27,42,.08);border-radius:var(--radius);box-shadow:0 18px 55px rgba(13,27,42,.08);padding:30px}.logo-card{text-align:center;color:var(--navy);font-weight:900;font-size:28px;min-height:120px;display:grid;place-items:center}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.card h3{color:var(--navy);font-size:24px;line-height:1.1;margin:0 0 12px}.card .icon{width:46px;height:46px;border-radius:14px;background:rgba(255,107,53,.12);color:var(--orange);display:grid;place-items:center;font-weight:900;margin-bottom:22px}.dark{background:linear-gradient(135deg,#071827,#0D1B2A 55%,#143B5D);color:rgba(255,255,255,.78);position:relative;overflow:hidden}.dark .section-title h2,.dark h2,.dark h3{color:white}.dark:before{content:"";position:absolute;inset:auto -160px -240px auto;width:620px;height:420px;background:rgba(255,255,255,.04);border-radius:50%}.dark .card{background:rgba(255,255,255,.075);border-color:rgba(255,255,255,.12);color:rgba(255,255,255,.78)}.dark .card h3{color:white}.split{display:grid;grid-template-columns:.95fr 1.05fr;gap:54px;align-items:center}.split h2{font-size:clamp(34px,4vw,54px);line-height:1.05;margin:0 0 18px;letter-spacing:-.04em}.pill-list{display:flex;flex-wrap:wrap;gap:12px}.pill{border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.07);border-radius:999px;padding:10px 16px;color:white;font-weight:700}.cta{padding:84px 0;background:linear-gradient(135deg,#0D1B2A,#1B263B);color:white;text-align:center}.cta h2{font-size:clamp(32px,5vw,56px);line-height:1.08;margin:0 auto 18px;max-width:900px}.cta p{max-width:720px;margin:0 auto 30px;color:rgba(255,255,255,.78);font-size:18px}.footer{background:#07131f;color:rgba(255,255,255,.68);padding:52px 0 22px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:30px}.footer h4{color:white;margin:0 0 14px}.footer a{display:block;margin:8px 0}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:36px;padding-top:18px;font-size:13px;display:flex;justify-content:space-between;gap:20px}.page-hero{background:linear-gradient(135deg,#071827,#0D1B2A 60%,#143B5D);padding:82px 0;color:white}.page-hero p{font-size:20px;max-width:780px;color:rgba(255,255,255,.8)}.form{display:grid;gap:14px}.form input,.form textarea{width:100%;border:1px solid rgba(13,27,42,.14);border-radius:16px;padding:16px 18px;font:inherit;background:white}.form textarea{min-height:150px}.legal h2{color:var(--navy);margin-top:34px}.cookie{position:fixed;left:24px;right:24px;bottom:24px;z-index:50;background:white;border:1px solid rgba(13,27,42,.12);box-shadow:0 20px 70px rgba(13,27,42,.2);border-radius:22px;padding:18px;display:none;align-items:center;justify-content:space-between;gap:18px}.cookie.show{display:flex}.cookie p{margin:0;font-size:14px}.mobile-toggle{display:none;color:white;font-size:28px;background:none;border:0}@media(max-width:860px){.mobile-toggle{display:block}.menu{display:none;position:absolute;left:0;right:0;top:76px;background:#071827;padding:22px 4%;flex-direction:column;align-items:flex-start}.menu.open{display:flex}.hero-grid,.split,.grid-2,.grid-3,.logos,.metrics,.footer-grid{grid-template-columns:1fr}.hero{padding:58px 0}.nav{height:70px}.hero-card{padding:24px}.footer-bottom{flex-direction:column}.cookie{flex-direction:column;align-items:flex-start}.btn{width:100%}.hero-actions .btn{width:auto}} 
