:root{--bg:#f4f8fb;--navy:#061827;--navy2:#0b3346;--cyan:#31d8ff;--teal:#2ee6c4;--ink:#123247;--muted:#718d9e;--line:#dbe8ef;font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink)}a{text-decoration:none;color:inherit}.wrap{width:min(calc(100% - 52px),1360px);margin:auto}.utility{background:#051421;color:#9cb7c6;font-size:8px}.utility-inner{height:34px;display:flex;align-items:center;justify-content:space-between}.platform{letter-spacing:.13em;font-weight:800}.platform span{display:inline-block;width:24px;height:2px;background:var(--cyan);margin-right:8px;vertical-align:middle}.utility-links{display:flex;gap:15px}.site-header{background:#2b3e50;color:#fff}.nav{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:25px}.brand{display:flex;align-items:center;gap:10px;flex:0 0 auto}.brand .logo{width:44px;height:44px;border-radius:11px;background:linear-gradient(145deg,#0a5a78,#0b8fa2);display:grid;place-items:center;color:#4be7dc;font-weight:900;font-size:12px}.brand strong{display:block;font-size:18px}.brand small{display:block;color:#9db5c2;font-size:8px;margin-top:2px}.menu{display:flex;align-items:center;gap:4px;flex-wrap:wrap;justify-content:flex-end}.menu a{font-size:8px;font-weight:800;color:#d4e0e7;padding:9px 8px;border-radius:7px}.menu a:hover,.menu a.active{background:#203444;color:#fff;box-shadow:inset 0 -2px 0 var(--cyan)}.hero{background:linear-gradient(rgba(49,216,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(49,216,255,.05) 1px,transparent 1px),radial-gradient(circle at 85% 20%,rgba(46,230,196,.13),transparent 28%),linear-gradient(115deg,#041421,#08394a);background-size:54px 54px,54px 54px,auto,auto;color:#fff;padding:78px 0}.hero-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:55px;align-items:center}.kicker,.inner-hero small,.section-head small,.ecosystem small{font-size:9px;letter-spacing:.15em;color:#5ddfeb;font-weight:850}.hero h1{font-size:clamp(42px,5vw,72px);line-height:.98;letter-spacing:-.05em;margin:10px 0 18px;max-width:850px}.hero h1 em{font-style:normal;color:var(--cyan)}.hero p{max-width:760px;color:#afc6d1;line-height:1.6;font-size:14px}.hero-actions{display:flex;gap:8px;margin-top:22px}.hero-actions a{padding:11px 14px;border-radius:9px;font-size:9px;font-weight:850}.hero-actions .primary{background:linear-gradient(90deg,var(--cyan),var(--teal));color:#06202a}.hero-actions .secondary{border:1px solid #2a6073;color:#bfe4ec}.hero-card{border:1px solid #22586d;background:rgba(5,29,42,.75);border-radius:18px;padding:22px;display:grid;gap:10px}.hero-card span{font-size:8px;letter-spacing:.12em;color:#63dce6}.hero-card b{font-size:19px;color:#fff;border-bottom:1px solid #164356;padding-bottom:9px}.hero-card b:last-child{border-bottom:0}.section{padding:58px 0}.section-head{display:grid;grid-template-columns:1fr 420px;gap:30px;align-items:end;margin-bottom:24px}.section-head h2{font-size:38px;letter-spacing:-.04em;margin:6px 0}.section-head p{color:var(--muted);line-height:1.6;font-size:12px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px;box-shadow:0 15px 35px rgba(8,49,70,.05);transition:.2s}.card:hover{transform:translateY(-3px);border-color:#8edfe8}.card>span{font-size:8px;color:#15949e;font-weight:900}.card h3{font-size:17px;margin:8px 0}.card p{font-size:10px;color:#7a92a1;line-height:1.55}.ecosystem{background:#092635;color:#fff;padding:45px 0}.ecosystem-grid{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center}.ecosystem h2{font-size:30px;letter-spacing:-.03em;margin:6px 0}.eco-links{display:flex;gap:8px;flex-wrap:wrap}.eco-links a{border:1px solid #285568;border-radius:8px;padding:9px 11px;font-size:9px;color:#c8e1e9}.inner-hero{background:linear-gradient(115deg,#041421,#08394a);color:#fff;padding:56px 0}.inner-hero h1{font-size:48px;letter-spacing:-.045em;margin:8px 0}.inner-hero p{max-width:750px;color:#a9c2ce;font-size:13px;line-height:1.6}.content-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:24px;box-shadow:0 15px 35px rgba(8,49,70,.05)}.content-card h2{font-size:20px;margin:0 0 8px}.content-card h2:not(:first-child){margin-top:24px}.content-card p{font-size:11px;color:#688496;line-height:1.7}.empty-state{background:#fff;border:1px dashed #bfd7e0;border-radius:16px;padding:40px;text-align:center;color:#7792a2}.empty-state b{display:block;color:#244a5f;margin-bottom:6px}.process{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.process div{background:#fff;border:1px solid var(--line);border-radius:15px;padding:18px}.process span{font-size:8px;color:#0f8f9b;font-weight:900}.process h3{font-size:15px;margin:7px 0}.process p{font-size:9px;color:#7992a0;line-height:1.55}.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.footer{background:#041421;color:#a1b7c3;padding:38px 0 20px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:30px}.footer b{color:#fff;font-size:12px}.footer p,.footer a{display:block;font-size:8px;line-height:1.7;margin-top:6px}.copy{border-top:1px solid #173440;margin-top:28px;padding-top:14px;font-size:8px}.footer a:hover{color:#5fe2ea}@media(max-width:1100px){.nav{align-items:flex-start;padding:14px 0;flex-direction:column}.menu{justify-content:flex-start}.hero-grid,.section-head,.ecosystem-grid{grid-template-columns:1fr}.cards{grid-template-columns:1fr 1fr}.process{grid-template-columns:1fr 1fr}.contact-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:700px){.wrap{width:min(calc(100% - 28px),1360px)}.utility-links a:first-child{display:none}.cards,.process,.footer-grid{grid-template-columns:1fr}.hero{padding:55px 0}.hero h1{font-size:44px}.menu{gap:2px}.menu a{font-size:7px;padding:8px 6px}}