:root{--ink:#102d39;--ink2:#173e4b;--green:#087d70;--green2:#05a58e;--lime:#dff5ef;--paper:#fff;--soft:#f2f7f6;--line:#d9e5e4;--muted:#62747b;--orange:#f0a33a;--shadow:0 20px 55px rgba(16,45,57,.12);--radius:20px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Inter,"PingFang SC","Microsoft YaHei",system-ui,sans-serif;line-height:1.6;background:#fff}a{color:inherit}.draft{padding:7px 20px;text-align:center;background:#fff1c9;color:#765609;font-size:12px;font-weight:800}.header{height:76px;padding:0 max(22px,calc((100vw - 1180px)/2));display:flex;align-items:center;justify-content:space-between;gap:30px;position:sticky;top:0;z-index:20;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.logo{display:flex;align-items:center;flex:0 0 auto;gap:9px;text-decoration:none}.logo-mark{display:block;width:52px;height:52px;object-fit:contain}.logo-copy strong,.logo-copy small{display:block;white-space:nowrap}.logo-copy strong{font-size:18px;line-height:1.05;letter-spacing:-.025em}.logo-copy small{margin-top:5px;color:var(--muted);font-size:8px;font-weight:800;letter-spacing:.06em}.header nav{display:flex;gap:25px}.header nav a{text-decoration:none;font-size:13px;font-weight:800}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border:0;border-radius:999px;background:var(--green);color:#fff;text-decoration:none;font:inherit;font-weight:900;cursor:pointer}.btn:hover{background:#06695f}.btn-sm{padding:10px 16px;font-size:12px}.btn-light{background:#fff;color:var(--ink);border:1px solid var(--line)}.hero{max-width:1180px;min-height:660px;margin:auto;padding:72px 22px;display:grid;grid-template-columns:1.08fr .92fr;gap:62px;align-items:center}.kicker{margin:0 0 12px;color:var(--green);font-size:11px;font-weight:900;letter-spacing:.16em}.hero h1{margin:0 0 25px;font-size:clamp(44px,6vw,74px);line-height:1.04;letter-spacing:-.055em}.hero-lead{max-width:670px;color:var(--muted);font-size:18px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:31px 0}.hero-trust{display:flex;gap:18px;flex-wrap:wrap;color:var(--ink2);font-size:13px;font-weight:800}.hero-showcase{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:12px;min-height:500px}.hero-showcase>div{position:relative;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(145deg,#f8fbfa,#e3efec);overflow:hidden}.hero-main{grid-row:1/3}.hero-showcase img{width:100%;height:100%;padding:18px;object-fit:contain}.hero-showcase span{position:absolute;left:14px;bottom:13px;padding:6px 10px;border-radius:8px;background:rgba(16,45,57,.86);color:#fff;font-size:11px;font-weight:900}.proofbar{max-width:1180px;margin:0 auto 20px;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.proofbar div{padding:22px;border-right:1px solid var(--line)}.proofbar div:last-child{border:0}.proofbar strong,.proofbar span{display:block}.proofbar span{color:var(--muted);font-size:12px}.section{max-width:1180px;margin:auto;padding:88px 22px}.soft{max-width:none;padding-left:max(22px,calc((100vw - 1136px)/2));padding-right:max(22px,calc((100vw - 1136px)/2));background:var(--soft)}.heading{max-width:720px;margin-bottom:38px}.heading h2,.quote-copy h2{margin:0 0 12px;font-size:clamp(33px,4vw,50px);line-height:1.1;letter-spacing:-.04em}.heading>p:last-child{color:var(--muted)}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.category{display:grid;grid-template-columns:42% 58%;min-height:250px;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;text-decoration:none;background:#fff;transition:.2s}.category:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.category-img{background:var(--soft);display:grid;place-items:center}.category-img img{width:100%;height:100%;padding:12px;object-fit:contain}.category>div:last-child{padding:25px 20px}.category span{color:var(--orange);font-weight:900}.category h3{margin:25px 0 7px}.category p{color:var(--muted);font-size:12px}.category b{color:var(--green);font-size:13px}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.product{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff;display:flex;flex-direction:column}.product-img{height:250px;position:relative;background:linear-gradient(145deg,#fff,#e7f0ee)}.product-img img{width:100%;height:100%;padding:20px;object-fit:contain}.product-img em{position:absolute;top:14px;left:14px;padding:5px 9px;border-radius:999px;background:var(--orange);color:#fff;font-style:normal;font-size:10px;font-weight:900}.product-body{padding:23px;display:flex;flex-direction:column;flex:1}.type{color:var(--green);font-size:10px;font-weight:900;letter-spacing:.12em}.product h3{font-size:24px;margin:5px 0 8px}.product-body>p{color:var(--muted);font-size:13px;min-height:62px}.product dl{margin:10px 0 15px;border-top:1px solid var(--line)}.product dl div{display:flex;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px solid var(--line);font-size:12px}.product dt{color:var(--muted)}.product dd{margin:0;font-weight:800;text-align:right}.product details{margin-bottom:15px;font-size:12px}.product summary{cursor:pointer;color:var(--green);font-weight:800}.product details p{color:var(--muted)}.product-cta{margin-top:auto;padding:11px;text-align:center;border-radius:10px;background:var(--ink);color:#fff;text-decoration:none;font-size:12px;font-weight:900}.data-note{margin:22px 0 0;color:var(--muted);font-size:11px}.more-models{margin-top:24px;padding:24px;display:flex;justify-content:space-between;align-items:center;gap:20px;border-radius:var(--radius);background:var(--ink);color:#fff}.more-models strong,.more-models span{display:block}.more-models span{color:#bed0d5;font-size:13px}.more-models a{color:#75e0d3;font-weight:900}.stock-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.stock-grid div{padding:24px;border-radius:16px;background:var(--soft)}.stock-grid span{color:var(--orange);font-weight:900}.stock-grid strong{display:block;margin:22px 0 5px}.stock-grid p{margin:0;color:var(--muted);font-size:12px}.stock-placeholder{min-height:220px;margin-top:18px;border:1px dashed #8ba5a4;border-radius:var(--radius);display:grid;place-content:center;text-align:center;background:linear-gradient(135deg,#f8fbfa,#e3efec)}.stock-placeholder b,.stock-placeholder span{display:block}.stock-placeholder span{color:var(--muted);font-size:12px}.quote-section{max-width:1180px;border-radius:28px;background:var(--ink);color:#fff;display:grid;grid-template-columns:.8fr 1.2fr;gap:55px;margin-bottom:60px}.quote-copy .kicker{color:#70ded1}.quote-copy>p{color:#bed0d5}.quote-copy ul{padding-left:18px;color:#bed0d5;font-size:13px}form{display:grid;grid-template-columns:1fr 1fr;gap:14px}label{font-size:11px;font-weight:900}input,textarea{width:100%;margin-top:5px;padding:13px;border:1px solid #52707a;border-radius:10px;background:#193e4a;color:#fff;font:inherit}input::placeholder,textarea::placeholder{color:#9fb2b8}.full{grid-column:1/-1}.form-note{margin:0;color:#9fb2b8;font-size:10px}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.faq details{padding:20px;border:1px solid var(--line);border-radius:14px}.faq summary{cursor:pointer;font-weight:900}.faq details p{color:var(--muted);font-size:13px}footer{padding:40px max(22px,calc((100vw - 1180px)/2));display:flex;justify-content:space-between;gap:30px;border-top:1px solid var(--line);color:var(--muted);font-size:12px}footer strong{color:var(--ink)}.wa-float{position:fixed;right:22px;bottom:22px;width:58px;height:58px;display:grid;place-items:center;border-radius:50%;background:#25d366;color:#fff;text-decoration:none;font-weight:900;box-shadow:var(--shadow);z-index:30}
@media(max-width:980px){.header nav{display:none}.hero{grid-template-columns:1fr;gap:35px}.hero-showcase{min-height:420px}.category-grid,.products{grid-template-columns:repeat(2,1fr)}.category-grid .category:last-child{grid-column:1/-1}.quote-section{margin:20px;grid-template-columns:1fr}.stock-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){body{overflow-x:hidden}.header .btn-sm{display:none}.logo-mark{width:44px;height:44px}.logo-copy strong{font-size:15px}.logo-copy small{font-size:6.8px}.hero{padding-top:52px;min-width:0}.hero>*{min-width:0}.hero h1{font-size:38px;overflow-wrap:anywhere}.hero-actions{display:grid;grid-template-columns:1fr;gap:10px}.hero-actions .btn{width:100%}.hero-showcase{min-height:390px;min-width:0}.hero-main{grid-column:1/3;grid-row:auto}.proofbar,.category-grid,.products,.stock-grid,.faq-grid,form{grid-template-columns:1fr}.proofbar div{border-right:0;border-bottom:1px solid var(--line)}.category-grid .category:last-child{grid-column:auto}.category{grid-template-columns:40% 60%}.full{grid-column:auto}.more-models,footer{display:block}.more-models a{display:inline-block;margin-top:15px}.section{padding:62px 18px}.quote-section{padding:45px 20px}.hero-trust{display:grid;gap:5px}}
