
:root{--bg:#f5f7fb;--card:#fff;--ink:#172033;--muted:#6b7280;--brand:#0b5bd3;--ok:#11875d;--bad:#c0392b;--warn:#b7791f;--line:#e5e7eb}
*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--bg);color:var(--ink)}a{text-decoration:none;color:var(--brand)}
header{background:#0f172a;color:#fff;padding:14px 0;position:sticky;top:0;z-index:5}.wrap{width:min(1120px,94%);margin:auto}.nav{display:flex;gap:14px;align-items:center;flex-wrap:wrap}.brand{font-weight:800;font-size:20px;margin-right:auto;display:flex;align-items:center;gap:10px}.brand img{height:44px;width:auto;display:block;background:#fff;border-radius:10px;padding:3px}.nav a{color:#dbeafe}.hero{padding:54px 0;background:linear-gradient(135deg,#0f172a,#103b79);color:#fff}.hero h1{font-size:40px;margin:0 0 12px}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;margin:24px 0}.card{background:var(--card);border:1px solid var(--line);border-radius:14px;padding:20px;box-shadow:0 8px 30px rgba(15,23,42,.05)}.card h2,.card h3{margin-top:0}.btn{display:inline-block;border:0;border-radius:9px;padding:11px 16px;background:var(--brand);color:#fff;cursor:pointer;font-weight:700}.btn.secondary{background:#334155}.btn.ok{background:var(--ok)}.btn.bad{background:var(--bad)}.btn.warn{background:var(--warn)}label{font-size:13px;font-weight:700;display:block;margin:10px 0 5px}input,select,textarea{width:100%;padding:11px;border:1px solid #cbd5e1;border-radius:8px;background:#fff}textarea{min-height:100px}.row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.notice{padding:12px;border-radius:8px;margin:12px 0;background:#eaf2ff}.success{background:#e9f8f0}.danger{background:#fdecec}.warnbox{background:#fff6df}.badge{display:inline-block;padding:5px 9px;border-radius:99px;font-size:12px;font-weight:800;background:#e2e8f0}.badge.ok{background:#dff5e9;color:#087048}.badge.bad{background:#fde8e7;color:#a3271e}.badge.warn{background:#fff2c7;color:#8b5a00}table{width:100%;border-collapse:collapse;background:#fff}th,td{text-align:left;padding:10px;border-bottom:1px solid var(--line);font-size:14px}.small{font-size:12px;color:var(--muted)}footer{padding:35px 0;color:var(--muted)}.stats{font-size:30px;font-weight:900}.actions{display:flex;gap:8px;flex-wrap:wrap}.photo{max-width:240px;max-height:180px;border-radius:8px;border:1px solid var(--line)}@media(max-width:700px){.row{grid-template-columns:1fr}.hero h1{font-size:30px}table{font-size:12px;display:block;overflow:auto}}

/* ZEOMAX final homepage presentation */
header{background:linear-gradient(90deg,#061b43 0%,#082a5f 52%,#041a3f 100%);padding:0;box-shadow:0 2px 12px rgba(2,18,46,.22)}
.nav{min-height:96px;gap:28px;flex-wrap:nowrap}
.brand{gap:14px;color:#fff;font-size:24px;letter-spacing:.2px;white-space:nowrap}
.brand img{height:72px;max-width:210px;width:auto;object-fit:contain;background:#fff;border-radius:0;padding:0;box-shadow:none}
.nav a{color:#fff;font-size:15px;font-weight:600;padding:37px 0 31px;position:relative;white-space:nowrap;opacity:.95}
.nav a:hover{color:#55c4ff}
main.wrap{width:100%;max-width:none;margin:0;padding:0}
main.wrap>.notice{width:min(1120px,94%);margin:16px auto}
.home-hero{min-height:calc(100vh - 96px);padding:78px 24px 92px;background-color:#fafdff;position:relative;overflow:hidden}
.home-hero:before,.home-hero:after{content:"";position:absolute;pointer-events:none;opacity:.56}
.home-hero:before{left:-110px;bottom:65px;width:660px;height:240px;background:repeating-radial-gradient(ellipse at 0 100%,transparent 0 12px,rgba(49,153,237,.16) 13px 14px,transparent 15px 22px);transform:rotate(-4deg)}
.home-hero:after{right:-30px;top:225px;width:330px;height:330px;background-image:radial-gradient(rgba(36,139,224,.2) 1.5px,transparent 1.5px);background-size:14px 14px;mask-image:linear-gradient(to bottom left,#000,transparent 74%)}
.home-hero-inner{width:min(920px,100%);margin:0 auto;text-align:center;position:relative;z-index:1}
.home-hero h1{margin:0;color:#08224e;font-size:clamp(42px,5vw,64px);line-height:1.08;font-weight:800;letter-spacing:-1.8px}
.home-hero-inner>p{margin:22px 0 52px;color:#555f6c;font-size:22px}
.home-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:38px;width:min(800px,100%);margin:0 auto}
.home-action-card{display:flex;flex-direction:column;align-items:center;min-height:395px;padding:34px 38px 36px;background:#fff;border:1px solid #e2e8f0;border-radius:15px;box-shadow:0 13px 35px rgba(15,45,85,.13);color:var(--ink);transition:transform .18s ease,box-shadow .18s ease}
.home-action-card:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(15,45,85,.18)}
.home-icon{width:122px;height:122px;border-radius:50%;display:grid;place-items:center;background:#eaf5ff;margin-bottom:22px}
.home-icon svg{width:68px;height:68px;fill:none;stroke:#0d4da7;stroke-width:3.4;stroke-linecap:round;stroke-linejoin:round}
.home-action-card h2{margin:0 0 14px;color:#074aa8;font-size:27px}
.home-action-card p{margin:0 0 30px;color:#515b68;font-size:17px;line-height:1.55;flex:1}
.home-card-button{width:100%;display:flex;justify-content:center;align-items:center;gap:24px;border-radius:8px;padding:15px 20px;background:linear-gradient(90deg,#0753c8,#0068db);color:#fff;font-size:17px;font-weight:700;box-shadow:0 6px 15px rgba(0,87,201,.22)}
.home-card-button b{font-size:25px;font-weight:400;line-height:1}
body:not(.home-page) main.wrap>.card, main.wrap>.card{width:min(1120px,94%);margin:24px auto}
footer .wrap{width:min(1120px,94%)}
@media(max-width:900px){.nav{gap:16px;min-height:82px;flex-wrap:wrap;padding:7px 0}.brand{width:100%;margin-right:0;justify-content:center}.brand img{height:58px}.nav a{padding:9px 0}.home-hero{min-height:auto;padding:55px 20px 70px}.home-actions{gap:20px}}
@media(max-width:700px){.home-actions{grid-template-columns:1fr}.home-hero h1{font-size:38px}.home-hero-inner>p{font-size:18px;margin-bottom:35px}.home-action-card{min-height:340px;padding:28px 25px}.home-icon{width:100px;height:100px}.nav{justify-content:center}.brand{font-size:21px}}


/* ZEOMAX V11 model-specific warranty card */
.warranty-card-shell{width:min(980px,94%);margin:30px auto}.warranty-card{background:#fff;border:1px solid #d9e3f1;border-radius:18px;overflow:hidden;box-shadow:0 18px 55px rgba(8,34,78,.14);position:relative}.warranty-card:before{content:"";position:absolute;left:0;top:0;right:0;height:6px;background:linear-gradient(90deg,#0059c9,#19a8ea,#0059c9)}.wc-head{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:28px 34px 20px;background:linear-gradient(135deg,#f8fcff,#eef7ff)}.wc-brand{display:flex;align-items:center;gap:18px}.wc-brand img{width:150px;max-height:68px;object-fit:contain;background:#fff}.wc-company{font-size:27px;font-weight:900;color:#082b63;letter-spacing:.4px}.wc-sub{font-size:12px;font-weight:800;letter-spacing:1.8px;color:#6480a5;margin-top:4px}.wc-status{padding:9px 16px;border-radius:999px;font-size:12px;font-weight:900;letter-spacing:.7px}.wc-status.active{background:#dff7ea;color:#087248;border:1px solid #a6e2c2}.wc-status.expired{background:#fde9e8;color:#a12c25;border:1px solid #f2b8b4}.wc-title{padding:22px 34px;background:#082a5f;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:20px}.wc-title span{font-size:13px;text-transform:uppercase;letter-spacing:1.3px;color:#bcd5f5}.wc-title strong{font-size:22px;letter-spacing:.5px}.wc-product{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-bottom:1px solid #e3eaf3}.wc-product>div{padding:22px 24px;border-right:1px solid #e3eaf3}.wc-product>div:last-child{border-right:0}.wc-product span,.wc-details span,.wc-validity span{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.7px;color:#78879b;margin-bottom:7px}.wc-product strong,.wc-details strong{display:block;font-size:15px;color:#172b4d;word-break:break-word}.wc-validity{margin:24px 34px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:22px;padding:19px 26px;border-radius:13px;background:linear-gradient(90deg,#eef7ff,#f7fbff);border:1px solid #d6e8fa}.wc-validity>div:not(.wc-arrow){text-align:center}.wc-validity strong{font-size:21px;color:#0659be}.wc-arrow{font-size:28px;color:#67a7e9}.wc-section{padding:4px 34px 24px}.wc-section h3{font-size:17px;color:#082b63;margin:10px 0 15px;padding-bottom:9px;border-bottom:2px solid #e6f0fa}.wc-details{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.wc-details>div{padding:13px 15px;background:#f8fafc;border:1px solid #e9eef4;border-radius:9px}.wc-terms{padding-top:2px}.wc-terms ol{margin:0;padding-left:22px;color:#3d4958;line-height:1.58}.wc-terms li{padding:4px 0 4px 5px}.wc-foot{padding:16px 34px 23px;background:#f5f8fc;border-top:1px solid #e3eaf3;color:#66768b;font-size:11px;line-height:1.55;display:flex;justify-content:space-between;gap:25px}.wc-actions{width:min(980px,94%);margin:18px auto;text-align:center}
@media(max-width:760px){.wc-head{align-items:flex-start;padding:24px 20px}.wc-brand{gap:10px}.wc-brand img{width:105px}.wc-company{font-size:21px}.wc-sub{font-size:9px}.wc-product{grid-template-columns:1fr 1fr}.wc-product>div:nth-child(2){border-right:0}.wc-product>div:nth-child(-n+2){border-bottom:1px solid #e3eaf3}.wc-validity{margin:18px 20px;padding:16px 12px;gap:8px}.wc-validity strong{font-size:16px}.wc-section{padding-left:20px;padding-right:20px}.wc-details{grid-template-columns:1fr 1fr}.wc-foot{padding:15px 20px;display:block}.wc-foot>div+div{margin-top:6px}}
@media print{header,footer,.no-print,.wc-actions{display:none!important}body{background:#fff!important}.warranty-card-shell{width:100%;margin:0}.warranty-card{box-shadow:none;border:1px solid #b8c7da;border-radius:0;page-break-inside:avoid}main.wrap{padding:0!important}.wc-head{padding-top:22px}.wc-terms{font-size:11px}.wc-product strong,.wc-details strong{font-size:12px}.wc-validity strong{font-size:16px}@page{size:A4;margin:10mm}}
