:root{--red:#ef5125;--red2:#f9423a;--navy:#040444;--navy2:#000054;--charcoal:#3f3f40;--ink:#17171a;--muted:#666871;--light:#f6f7f9;--white:#fff;--border:#e6e7eb}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff}a{color:inherit;text-decoration:none}button,input{font:inherit}.container{width:min(1220px,calc(100% - 48px));margin:auto}.topbar{background:var(--navy);color:#fff;font-size:12px;padding:9px 0}.topbar .container{display:flex;justify-content:space-between;gap:20px}.header{background:#fff;border-bottom:1px solid var(--border);position:-webkit-sticky;position:sticky;top:0;z-index:20}.nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:28px}.logo{width:180px;height:auto}.links{display:flex;align-items:center;gap:24px;font-size:14px;font-weight:700}.links a:hover{color:var(--red)}.search{border:1px solid #ddd;border-radius:999px;padding:11px 16px;color:#777;min-width:190px}.hero{min-height:540px;background:linear-gradient(118deg,var(--red) 0,var(--red) 57%,var(--navy) 57%,var(--navy) 100%);color:#fff;display:flex}.hero,.hero-grid{align-items:center}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:50px;gap:50px;padding:75px 0}.eyebrow{font-weight:800;letter-spacing:2px;font-size:12px}.hero h1{font-size:clamp(42px,6vw,72px);line-height:.98;margin:18px 0}.hero p{font-size:18px;line-height:1.6;max-width:600px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;border-radius:4px;font-weight:800;border:1px solid transparent}.btn-light{background:#fff;color:var(--navy)}.btn-outline{border-color:#fff;color:#fff}.hero-art{min-height:330px;border:1px solid rgba(255,255,255,.2);border-radius:18px;background:linear-gradient(145deg,rgba(255,255,255,.15),rgba(255,255,255,.02));display:flex;align-items:center;justify-content:center;text-align:center;padding:30px}.hero-art strong{font-size:42px}.section{padding:68px 0}.section.alt{background:var(--light)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:30px}.section h2{font-size:34px;line-height:1.1;margin:0 0 8px}.section-head p{color:var(--muted);margin:0}.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.card{background:#fff;border:1px solid var(--border);border-radius:10px;padding:18px;transition:transform .2s,box-shadow .2s,border-color .2s;min-width:0}.card:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(0,0,0,.08)}.cat-card{min-height:170px;display:flex;flex-direction:column;justify-content:space-between}.tag{font-size:11px;font-weight:800;color:var(--red);letter-spacing:1px}.model{font-weight:900;color:var(--navy);font-size:20px;margin-top:10px}.muted{color:var(--muted);line-height:1.55}.product-card{min-height:0;height:100%;display:flex;flex-direction:column}.product-card .model{font-size:18px;line-height:1.3}.product-card .muted{font-size:14px;margin:9px 0 0}.product-card .product-action{margin-top:auto;padding-top:15px;color:var(--navy);font-size:13px;font-weight:800}.product-card:hover{border-color:#d7d8df}.product-placeholder{height:176px;border-radius:8px;background:radial-gradient(circle at 50% 42%,#fff 0,#f7f8fa 48%,#eef0f4 100%);display:flex;align-items:center;justify-content:center;color:var(--navy);font-size:24px;font-weight:900;margin-bottom:15px;position:relative;overflow:hidden}.product-placeholder:after{content:"PRODUCT IMAGE";position:absolute;bottom:10px;left:0;right:0;text-align:center;font-size:9px;letter-spacing:1.5px;color:#a1a4ad;font-weight:800}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.feature{padding:28px;border-left:4px solid var(--red);background:#fff}.use-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.use{min-height:150px;background:var(--navy);color:#fff;border-radius:12px;padding:26px}.use:nth-child(2n){background:var(--red)}.split{display:grid;grid-template-columns:1fr 1fr}.split a{padding:50px;background:var(--red);color:#fff}.split a+a{background:var(--navy)}.footer{background:#030329;color:#fff;padding:60px 0 25px}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;grid-gap:30px;gap:30px}.footer h3{font-size:14px}.footer a,.footer p{color:#c7c7d5;font-size:13px;line-height:1.7}.footer-bottom{border-top:1px solid rgba(255,255,255,.15);margin-top:40px;padding-top:18px;font-size:12px;color:#aaa}.page-head{background:var(--navy);color:#fff;padding:54px 0}.page-head p{margin:0;color:#e1e1eb}.page-head .crumb{margin-bottom:12px}.page-head h1{font-size:48px;margin:0 0 10px}.crumb{font-size:13px;color:#b9b9cb;margin-bottom:15px}.product-layout{display:grid;grid-template-columns:.85fr 1.15fr;grid-gap:40px;gap:40px}.product-visual{min-height:440px;background:#f5f6f8;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:64px;font-weight:900;color:var(--navy)}.spec{border-collapse:collapse;width:100%;margin-top:25px}.spec td{border-bottom:1px solid var(--border);padding:12px 0}.spec td:first-child{font-weight:700;width:40%}.notice{padding:18px;border-radius:10px;background:#fff7f4;border-left:4px solid var(--red);margin:20px 0}.mobile-only{display:none}@media(max-width:1050px){.links{gap:16px;font-size:13px}.nav{gap:18px}.search{min-width:165px}.grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.links{display:none}.mobile-only{display:block}.hero-grid,.product-layout{grid-template-columns:1fr}.grid{grid-template-columns:repeat(2,1fr)}.feature-grid,.footer-grid,.use-grid{grid-template-columns:1fr 1fr}.hero{background:linear-gradient(160deg,var(--red) 0,var(--red) 65%,var(--navy) 65%)}.search{display:none}}@media(max-width:600px){.container{width:min(100% - 28px,1180px)}.topbar .container{display:block;text-align:center}.nav{height:66px}.logo{width:145px}.hero-grid{padding:55px 0}.hero h1{font-size:44px}.feature-grid,.footer-grid,.grid,.use-grid{grid-template-columns:1fr}.product-placeholder{height:210px}.section{padding:58px 0}.section h2{font-size:31px}.split{grid-template-columns:1fr}.page-head h1{font-size:38px}}