:root{--g:#0f1115;--blue:#2563eb;--steel:#6b7280;--silver:#d1d5db;--white:#fff;--line:#e8e8e8}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--g);background:#fff;font-family:Sora,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}.shell{width:min(1200px,calc(100% - 48px));margin:auto}.nav{height:92px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.nav nav{display:flex;gap:28px;font-size:14px}.brand{display:flex;align-items:center;gap:14px;font-weight:700;letter-spacing:.14em}.brand img{width:48px;height:auto}.hero{min-height:760px;padding:96px 0 80px;position:relative;overflow:hidden}.cta>div>span,.eyebrow,.kicker,.section-head>span{font-size:12px;letter-spacing:.3em;font-weight:700;color:var(--blue)}h1{font-size:clamp(74px,10vw,148px);line-height:.83;letter-spacing:-.055em;margin:28px 0 34px;max-width:900px}.lede{font-size:22px;line-height:1.55;color:#50545c;max-width:660px}.actions{display:flex;gap:12px;margin-top:40px}.btn{padding:16px 22px;border:1px solid var(--g);display:inline-flex;gap:18px;align-items:center;font-weight:650;font-size:14px}.btn.primary{background:var(--g);color:#fff}.btn.ghost{background:#fff}.hero-card{position:absolute;right:-90px;bottom:35px;width:510px;height:330px;background:var(--g);border-radius:36px;box-shadow:0 40px 100px rgba(15,17,21,.25);overflow:hidden;transform:rotate(-6deg)}.hero-card img{position:absolute;width:160px;filter:invert(1);left:54px;top:62px}.glow{position:absolute;width:330px;height:5px;background:var(--blue);left:58px;bottom:70px;box-shadow:0 0 34px #2563eb}.device-lines{position:absolute;right:35px;top:32px;width:110px;height:220px;border-left:1px solid #343841;border-right:1px solid #343841}.strip{background:var(--g);color:#fff}.strip-grid{display:grid;grid-template-columns:repeat(3,1fr)}.strip-grid>div{padding:42px;border-right:1px solid #292c32}.strip-grid strong{color:var(--blue);display:block;font-size:12px;margin-bottom:34px}.strip-grid span{font-size:20px;font-weight:700}.strip-grid p{color:#9da2aa;line-height:1.5}.section{padding:120px 0}.section-head{display:grid;grid-template-columns:220px 1fr;align-items:start;margin-bottom:54px}.cta h2,.section-head h2,.split h2{font-size:clamp(42px,5vw,72px);line-height:1.03;letter-spacing:-.04em;margin:0;max-width:840px}.product-grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-gap:16px;gap:16px}.product-card{border:1px solid var(--line);padding:28px;min-height:390px;display:flex;flex-direction:column;justify-content:flex-end}.featured{background:#f7f7f5}.product-visual{height:210px;display:flex;align-items:center;justify-content:center}.product-visual img{width:180px}.mini-visual{height:190px;background:linear-gradient(145deg,#f6f6f4,#e5e7eb);margin:-28px -28px 28px}.status{font-size:10px;letter-spacing:.2em;color:var(--blue);font-weight:700}.product-card h3{font-size:32px;margin:10px 0}.product-card p{color:#646871;line-height:1.5}.dark{background:var(--g);color:#fff}.split{display:grid;grid-template-columns:1.25fr .75fr;grid-gap:90px;gap:90px}.copy{align-self:end}.copy p{font-size:20px;color:#b8bdc5;line-height:1.65}.copy a{display:inline-block;margin-top:22px;border-bottom:1px solid #fff;padding-bottom:6px}.cap-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.cap{min-height:180px;padding:26px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;flex-direction:column;justify-content:space-between}.cap b{font-size:11px;color:var(--blue)}.cap span{font-size:21px;font-weight:650}.cta{background:var(--blue);color:white;padding:110px 0}.cta>div>span{color:#cfe0ff}.cta h2{font-size:clamp(64px,8vw,112px);max-width:1000px;margin:24px 0 52px}.btn.light{border-color:#fff;background:#fff;color:var(--g)}.footer{height:130px;display:grid;grid-template-columns:1fr auto auto;grid-gap:40px;gap:40px;align-items:center;font-size:12px;color:#62666e}@media(max-width:900px){.nav nav{display:none}.hero{min-height:800px}.hero-card{width:380px;height:245px;right:-130px}.cap-grid,.product-grid,.section-head,.split,.strip-grid{grid-template-columns:1fr}.section-head{gap:24px}.product-card{min-height:320px}.footer{grid-template-columns:1fr}.footer span{display:none}}