:root{--navy:#0c2f54;--teal:#0b8f91;--ink:#1d2a36;--muted:#687684;--line:#dfe7ec;--bg:#f6f9fb;--white:#fff;--shadow:0 10px 30px rgba(12,47,84,.10)}
*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.55}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(1180px,92%);margin:auto}.topbar{background:var(--navy);color:#dbe9f2;font-size:13px;padding:8px 0}.topbar .container{display:flex;justify-content:space-between;gap:20px}.header{position:sticky;top:0;background:#fff;z-index:20;border-bottom:1px solid var(--line)}.nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:10px;font-weight:800;color:var(--navy)}.mark{width:42px;height:48px;background:linear-gradient(155deg,#0aa7a3,#0d3961);clip-path:polygon(50% 0,95% 16%,88% 72%,50% 100%,12% 72%,5% 16%);display:grid;place-items:center;color:#fff;font-size:23px}.brand small{display:block;font-weight:600;color:var(--teal);font-size:11px}.links{display:flex;align-items:center;gap:26px;font-size:14px;font-weight:700}.links a:hover,.links .active{color:var(--teal)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 20px;border-radius:5px;background:var(--teal);color:#fff;font-weight:700;border:1px solid var(--teal)}.btn.alt{background:#fff;color:var(--navy);border-color:#cddbe4}.hero{background:linear-gradient(90deg,#f6fafc 0%,#fff 55%,#eef5f7 100%);padding:70px 0 48px}.hero-grid{display:grid;grid-template-columns:1.05fr 1fr;align-items:center;gap:44px}.eyebrow{color:var(--teal);font-weight:800;letter-spacing:.08em;text-transform:uppercase;font-size:13px}.hero h1{font-size:54px;line-height:1.04;margin:10px 0 18px;color:var(--navy);letter-spacing:-.02em}.hero p{font-size:18px;color:var(--muted);max-width:620px}.hero img{border-radius:16px;box-shadow:var(--shadow);background:#fff}.checks{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:26px 0}.checks span:before{content:'✓';color:var(--teal);font-weight:900;margin-right:8px}.trust{background:var(--navy);color:white}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-item{padding:24px;border-right:1px solid rgba(255,255,255,.16)}.trust-item:last-child{border:0}.trust-item b{display:block;margin-bottom:4px}.section{padding:72px 0}.section.alt{background:var(--bg)}.section-head{text-align:center;max-width:760px;margin:0 auto 38px}.section h2{font-size:36px;color:var(--navy);margin:0 0 12px}.section-head p,.muted{color:var(--muted)}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.card{background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden;box-shadow:0 6px 18px rgba(12,47,84,.05)}.card .pic{aspect-ratio:1.15/1;background:#f3f6f8;overflow:hidden}.card .pic img{width:100%;height:100%;object-fit:cover}.card .body{padding:20px}.card h3{margin:0 0 8px;color:var(--navy)}.card p{color:var(--muted);font-size:14px}.split{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature{padding:24px;border:1px solid var(--line);border-radius:10px;background:#fff}.feature h3{color:var(--navy);margin:8px 0}.icon{font-size:28px;color:var(--teal)}.cta{padding:44px 0;background:linear-gradient(90deg,#0a7c82,#0b9c9b);color:#fff}.cta .container{display:flex;align-items:center;justify-content:space-between;gap:30px}.page-hero{padding:58px 0;background:linear-gradient(90deg,#143f63,#295d7d);color:#fff}.page-hero h1{font-size:42px;margin:0 0 8px}.breadcrumb{font-size:13px;opacity:.8}.about-photo{border-radius:12px;box-shadow:var(--shadow)}.facility-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:28px}.facility-strip img{border-radius:8px;height:150px;width:100%;object-fit:cover}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product{border:1px solid var(--line);border-radius:10px;background:#fff;overflow:hidden}.product img{width:100%;height:260px;object-fit:cover;background:#f5f7f8}.product .body{padding:22px}.specs{display:grid;grid-template-columns:1fr 1fr;gap:8px;font-size:14px;color:var(--muted);margin:16px 0}.steps{display:grid;grid-template-columns:repeat(5,1fr);gap:15px}.step{padding:22px;text-align:center;background:#fff;border:1px solid var(--line);border-radius:10px}.step b{display:grid;place-items:center;margin:0 auto 10px;width:38px;height:38px;border-radius:50%;background:#e7f6f5;color:var(--teal)}.form{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form input,.form textarea,.form select{width:100%;padding:13px 14px;border:1px solid #cfdbe3;border-radius:6px;font:inherit}.form textarea{min-height:150px;grid-column:1/-1}.form .full{grid-column:1/-1}.footer{background:#071f37;color:#d5e0e8;padding:50px 0 26px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:32px}.footer h4{color:#fff;margin:0 0 14px}.footer a{display:block;color:#bdd0dc;margin:7px 0;font-size:14px}.copyright{border-top:1px solid rgba(255,255,255,.12);margin-top:32px;padding-top:20px;font-size:13px;color:#9fb4c2}.note{font-size:12px;color:#7d8994}
@media(max-width:900px){.links{display:none}.hero-grid,.split{grid-template-columns:1fr}.hero h1{font-size:42px}.cards,.trust-grid,.facility-strip,.product-grid{grid-template-columns:repeat(2,1fr)}.feature-grid{grid-template-columns:1fr 1fr}.steps{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.cta .container{display:block}.cta .btn{margin-top:18px}}
@media(max-width:560px){.topbar{display:none}.hero{padding-top:42px}.hero h1{font-size:36px}.checks,.cards,.trust-grid,.facility-strip,.product-grid,.feature-grid,.steps,.footer-grid,.form{grid-template-columns:1fr}.form textarea,.form .full{grid-column:auto}.section{padding:54px 0}.section h2{font-size:30px}.trust-item{border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}}
