:root{--navy:#0d2d56;--blue:#2563eb;--blue2:#60a5fa;--ink:#0f172a;--muted:#64748b;--line:#e2e8f0;--bg:#f8fafc;--white:#fff;--shadow:0 10px 30px rgba(15,23,42,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.55}.container{width:min(1180px,92%);margin:auto}.topbar{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.nav{height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;flex-direction:column;text-decoration:none;color:var(--ink);line-height:1}.brand strong{font-size:28px;letter-spacing:.08em}.brand strong span{color:var(--blue)}.brand small{font-size:8px;letter-spacing:.26em;margin-top:6px;font-weight:700}.navlinks{display:flex;gap:26px;align-items:center}.navlinks a{color:#0f172a;text-decoration:none;font-size:14px}.navlinks a:hover{color:var(--blue)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 18px;border-radius:8px;text-decoration:none;font-weight:700;border:1px solid transparent;cursor:pointer}.btn-primary{background:var(--blue);color:white}.btn-outline{border-color:#cbd5e1;color:#fff;background:transparent}.btn-light{background:#fff;color:var(--navy)}.hero{background:linear-gradient(120deg,#0b2447 0%,#123f73 55%,#2c6aa3 100%);color:#fff;padding:86px 0 78px;overflow:hidden;position:relative}.hero:after{content:"";position:absolute;inset:auto -80px -110px auto;width:560px;height:560px;border-radius:50%;background:radial-gradient(circle,rgba(96,165,250,.35),rgba(96,165,250,0) 65%)}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center;position:relative;z-index:1}.eyebrow{letter-spacing:.24em;font-size:12px;font-weight:800;opacity:.9}.hero h1{font-size:clamp(42px,5vw,70px);line-height:1.02;margin:16px 0 20px;max-width:760px}.hero p{font-size:18px;color:#dbeafe;max-width:670px}.hero-actions{display:flex;gap:14px;margin-top:28px}.device-art{display:flex;align-items:end;justify-content:center;gap:18px;min-height:390px}.device{width:90px;border-radius:26px 26px 20px 20px;background:linear-gradient(180deg,#0f172a,#334155 58%,#111827);box-shadow:0 22px 50px rgba(0,0,0,.32);position:relative}.device:before{content:"";position:absolute;left:50%;transform:translateX(-50%);top:-48px;width:38px;height:54px;border-radius:12px 12px 8px 8px;background:#111827}.device.one{height:275px}.device.two{height:335px;width:105px}.device.three{height:245px;background:linear-gradient(180deg,#111827,#334155 50%,#7c3aed)}.device.four{height:305px;background:linear-gradient(180deg,#111827,#0f172a 45%,#d97706)}.device .screen{position:absolute;left:15%;right:15%;top:28%;height:92px;border-radius:10px;background:linear-gradient(180deg,#0b1220,#0f3c6d);border:1px solid #475569}.section{padding:74px 0}.section.alt{background:var(--bg)}.section-title{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:30px}.section-title h2{font-size:36px;margin:0}.section-title p{max-width:650px;color:var(--muted);margin:0}.categories{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:22px;box-shadow:var(--shadow)}.cat-card{min-height:240px;display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(180deg,#fff,#f1f5f9)}.cat-card h3{margin:0 0 10px;font-size:19px}.cat-card p{color:var(--muted);font-size:14px}.mini-device{height:105px;border-radius:18px 18px 12px 12px;background:linear-gradient(180deg,#0f172a,#475569);width:54px;margin:16px auto 0;position:relative}.mini-device:before{content:"";position:absolute;left:14px;right:14px;top:-25px;height:30px;background:#111827;border-radius:9px 9px 5px 5px}.why{display:grid;grid-template-columns:.8fr 1.2fr;gap:38px}.stat{font-size:58px;font-weight:800;color:var(--navy)}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.feature{padding:20px;border:1px solid var(--line);border-radius:12px;background:#fff}.feature b{display:block;margin-bottom:6px}.feature p{margin:0;color:var(--muted);font-size:14px}.oem{background:linear-gradient(120deg,#0b2447,#102f55);color:#fff;border-radius:18px;padding:44px;display:grid;grid-template-columns:1.15fr .85fr;align-items:center;overflow:hidden}.oem-art{height:250px;border-radius:14px;background:radial-gradient(circle at 60% 30%,rgba(96,165,250,.55),rgba(15,23,42,.2) 35%,rgba(15,23,42,.9) 70%),linear-gradient(135deg,#334155,#0f172a);position:relative}.oem-art:after{content:"YOUR LOGO";position:absolute;right:18%;bottom:22%;padding:26px 18px;border-radius:18px;background:linear-gradient(180deg,#475569,#111827);font-weight:700;letter-spacing:.08em;transform:rotate(-8deg)}.process{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:22px}.step{text-align:center;padding:18px 10px;border:1px solid var(--line);border-radius:12px}.step span{display:block;width:36px;height:36px;margin:0 auto 10px;border-radius:50%;background:#eff6ff;color:var(--blue);font-weight:800;line-height:36px}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{overflow:hidden;padding:0}.product-media{height:230px;background:linear-gradient(180deg,#eef2f7,#dbeafe);display:flex;align-items:center;justify-content:center}.product-media img{width:100%;height:100%;object-fit:cover}.placeholder-prod{height:155px;width:78px;border-radius:20px;background:linear-gradient(180deg,#111827,#475569);position:relative}.placeholder-prod:before{content:"";position:absolute;left:18px;right:18px;top:-32px;height:38px;border-radius:10px;background:#111827}.product-body{padding:18px}.product-body h3{margin:0 0 8px;font-size:18px}.product-body p{margin:0 0 16px;color:var(--muted);font-size:14px}.tag{display:inline-block;padding:5px 9px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:12px;font-weight:700;margin:0 6px 6px 0}.contact-band{background:#0b2447;color:#fff;padding:50px 0}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}.contact-grid input,.contact-grid textarea{width:100%;padding:13px 14px;border-radius:8px;border:1px solid #cbd5e1;margin:7px 0;background:#fff}.contact-grid textarea{min-height:120px;resize:vertical}.footer{background:#07182f;color:#cbd5e1;padding:36px 0}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:30px}.footer h4{color:#fff;margin-top:0}.footer a{color:#cbd5e1;text-decoration:none}.copyright{border-top:1px solid rgba(255,255,255,.12);margin-top:28px;padding-top:20px;font-size:13px}.mobile-toggle{display:none;background:none;border:0;font-size:26px}.note{font-size:12px;color:var(--muted)}
@media(max-width:980px){.navlinks{display:none}.mobile-toggle{display:block}.hero-grid,.why,.oem,.contact-grid{grid-template-columns:1fr}.categories{grid-template-columns:repeat(2,1fr)}.features{grid-template-columns:repeat(2,1fr)}.products-grid{grid-template-columns:repeat(2,1fr)}.device-art{margin-top:20px}.process{grid-template-columns:1fr 1fr 1fr}.hero{padding-top:58px}}
@media(max-width:620px){.categories,.features,.products-grid,.process,.footer-grid{grid-template-columns:1fr}.hero h1{font-size:42px}.hero-actions{flex-direction:column;align-items:flex-start}.device-art{transform:scale(.82);transform-origin:center top;margin-bottom:-50px}.section{padding:54px 0}.section-title{align-items:flex-start;flex-direction:column}.oem{padding:28px}.nav{height:64px}.brand strong{font-size:24px}}
.detail-hero{padding:58px 0;background:linear-gradient(135deg,#f0fdf4,#f8fafc 58%,#eff6ff)}.detail-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:56px;align-items:center}.detail-photo{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:var(--shadow)}.detail-photo img{display:block;width:100%;height:auto}.detail-hero h1{font-size:clamp(42px,5vw,64px);line-height:1.05;margin:14px 0 18px;color:var(--navy)}.detail-lead{font-size:19px;color:#475569;max-width:620px}.detail-eyebrow{color:#047857;opacity:1}.detail-pills{display:flex;flex-wrap:wrap;gap:9px;margin:24px 0}.detail-pills span{padding:7px 11px;border-radius:999px;background:#ecfdf5;color:#047857;border:1px solid #a7f3d0;font-size:12px;font-weight:800}.detail-secondary{border-color:#cbd5e1;color:var(--navy);background:#fff;margin-left:8px}.spec-wrap{display:grid;grid-template-columns:1.2fr .8fr;gap:36px;align-items:start}.spec-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden}.spec-table th,.spec-table td{text-align:left;padding:14px 16px;border-bottom:1px solid var(--line);font-size:14px}.spec-table th{width:34%;background:#f8fafc;color:var(--navy)}.core-card{padding:30px;border-radius:18px;background:linear-gradient(145deg,#0b2447,#164e63);color:#fff;box-shadow:var(--shadow)}.core-card h3{font-size:27px;margin-top:0}.core-card p{color:#dbeafe}.core-card .detail-pills span{background:rgba(255,255,255,.1);color:#fff;border-color:rgba(255,255,255,.25)}
@media(max-width:980px){.detail-grid,.spec-wrap{grid-template-columns:1fr}}
@media(max-width:620px){.detail-secondary{margin:10px 0 0}.detail-hero{padding:36px 0}.spec-table th,.spec-table td{padding:11px 10px}}

/* V7 inquiry form states */
.form-status{margin-top:12px;font-size:14px;line-height:1.5;font-weight:600}
.form-status[data-kind="success"]{color:#166534}
.form-status[data-kind="error"]{color:#b91c1c}
.hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}
form button[disabled]{opacity:.65;cursor:not-allowed}

/* Flexible product gallery: 1 cover + any number of detail images */
.product-gallery{width:100%}.product-gallery-main{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 20px 50px rgba(15,23,42,.12)}.product-gallery-main img{display:block;width:100%;height:auto;max-height:680px;object-fit:contain;background:#fff}.product-gallery-thumbs{display:grid;grid-template-columns:repeat(auto-fill,minmax(72px,1fr));gap:10px;margin-top:12px}.product-gallery-thumb{padding:0;border:2px solid transparent;border-radius:10px;overflow:hidden;background:#fff;cursor:pointer;aspect-ratio:1/1}.product-gallery-thumb img{width:100%;height:100%;display:block;object-fit:cover}.product-gallery-thumb.is-active{border-color:var(--blue)}.product-gallery-empty{min-height:360px;display:flex;align-items:center;justify-content:center;border:1px dashed #cbd5e1;border-radius:22px;background:#f8fafc;color:var(--muted)}
