
:root{--bg:#050b10;--panel:#0b141b;--line:#22313b;--text:#f4f7f9;--muted:#a9b5bd;--blue:#20b7ff;--green:#52e86a;--orange:#ff8d35;--purple:#b96aff;--silver:#d5dce1}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 50% -15%,#182a36 0,#09131a 36%,#050b10 70%);color:var(--text);font:16px/1.62 Inter,system-ui,-apple-system,"Segoe UI",sans-serif}a{color:inherit;text-decoration:none}.wrap{width:min(1120px,calc(100% - 40px));margin:auto}nav{position:sticky;top:0;z-index:20;background:#050b10e8;backdrop-filter:blur(14px);border-bottom:1px solid #ffffff12}.nav{height:74px;display:flex;align-items:center;justify-content:space-between}.nav-logo{display:flex;align-items:center}.nav-logo img{display:block;width:150px;height:54px;object-fit:contain}.links{display:flex;gap:24px;align-items:center;color:#c5ced4;font-size:.94rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:11px 17px;border:1px solid #40515d;border-radius:10px;font-weight:750;background:#0d1921;transition:.2s}.btn:hover{border-color:#72838f;transform:translateY(-1px)}.btn.green{border-color:#368c43}.hero{padding:78px 0 68px;text-align:center}.hero-mark{width:min(470px,84vw);height:270px;object-fit:contain;display:block;margin:0 auto 10px}.eyebrow{text-transform:uppercase;letter-spacing:.25em;color:#9fadb6;font-size:.73rem;font-weight:800}.hero h1{font-size:clamp(2.5rem,6vw,5.15rem);line-height:.98;letter-spacing:-.04em;margin:13px 0 21px;background:linear-gradient(#fff,#9aa8b2);-webkit-background-clip:text;color:transparent}.hero p,.lead{max-width:760px;margin:0 auto 27px;color:#bac5cc;font-size:1.12rem}.actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.principles{margin-top:58px;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.principle{padding:17px 10px;border-top:1px solid #3a4953;color:#c4cdd3;letter-spacing:.17em;font-size:.75rem;font-weight:750}section{padding:70px 0}.head{max-width:760px;margin-bottom:34px}.head h2{font-size:clamp(1.9rem,4vw,3.05rem);line-height:1.13;margin:10px 0 13px}.head p,.product p,.feature p,.copy p,.copy li{color:var(--muted)}.products{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.product{--accent:var(--silver);position:relative;min-height:335px;padding:30px;border:1px solid var(--line);border-radius:16px;background:linear-gradient(145deg,#ffffff0b,#ffffff03);overflow:hidden;display:flex;flex-direction:column}.product:before{content:"";position:absolute;inset:0 0 auto;height:3px;background:var(--accent)}.product-logo{display:block;width:min(330px,85%);height:145px;object-fit:contain;margin:0 auto 10px}.product h3{font-size:1.25rem;margin:5px 0 7px}.product p{margin:0 0 14px}.product .status{margin-top:auto;align-self:flex-start;color:var(--accent);font-size:.86rem;font-weight:800}.product:hover{border-color:#3a4d59}.product.blue{--accent:var(--blue)}.product.greenp{--accent:var(--green)}.product.orange{--accent:var(--orange)}.product.purple{--accent:var(--purple)}.brandhero{padding:66px 0 52px;text-align:center}.brandhero-logo{display:block;width:min(520px,88vw);height:285px;object-fit:contain;margin:0 auto 10px}.brandhero p{max-width:760px;margin:0 auto 25px;color:#bac5cc;font-size:1.1rem}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.feature{border:1px solid var(--line);border-radius:14px;padding:24px;background:#ffffff05}.feature h3{margin-top:0}.notice{background:#0b1711;border-left:3px solid var(--green);padding:15px 18px;border-radius:0 8px 8px 0;color:#cbd5ce}.copy{max-width:820px;padding-top:12px}.copy h1{font-size:clamp(2.3rem,5vw,4rem);line-height:1.02;margin:14px 0 25px}.copy h2{margin-top:34px}.accent{color:var(--green)}footer{border-top:1px solid #1d2a33;padding:32px 0 45px;color:#8f9aa3;font-size:.88rem}.foot{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.footlinks{display:flex;gap:18px}@media(max-width:800px){.products{grid-template-columns:1fr}.features{grid-template-columns:1fr}.links>a:not(.btn){display:none}.principles{grid-template-columns:1fr 1fr}.hero{padding-top:55px}.hero-mark{height:230px}}@media(max-width:520px){.wrap{width:min(100% - 28px,1120px)}.nav-logo img{width:128px;height:48px}.hero-mark{height:205px}.brandhero-logo{height:235px}.product{padding:22px}.product-logo{height:130px}}
