
:root{--primary:#0b3d78;--primary2:#0e5aa7;--accent:#17a8e6;--dark:#111827;--muted:#667085;--light:#f5f8fb;--line:#e6edf5}*{box-sizing:border-box}body{margin:0;font-family:Arial,"Microsoft YaHei",sans-serif;color:var(--dark);line-height:1.65;background:#fff}a{text-decoration:none;color:inherit}.container{width:min(1180px,92%);margin:auto}.topbar{background:#062b55;color:#dbeafe;font-size:14px;padding:8px 0}.topbar .container{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}.header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid var(--line)}.nav{height:72px;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:12px;font-weight:800;color:var(--primary);font-size:22px}.logo-mark{width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,var(--primary),var(--accent));display:grid;place-items:center;color:#fff}.menu{display:flex;gap:24px;font-size:15px;font-weight:700}.menu a:hover{color:var(--primary2)}.mobile-toggle{display:none;border:0;background:#eef6ff;border-radius:10px;padding:9px 12px;color:var(--primary);font-weight:800}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 22px;border-radius:999px;background:linear-gradient(135deg,var(--primary2),var(--accent));color:white;font-weight:800;box-shadow:0 10px 25px rgba(23,168,230,.25)}.btn.outline{background:#fff;color:var(--primary);border:1px solid #bfd8ee;box-shadow:none}.hero{color:white;background:linear-gradient(90deg,rgba(6,31,62,.97),rgba(8,61,120,.78),rgba(8,61,120,.25)),url('../images/hero-machine.png') center/cover no-repeat}.hero-inner{min-height:620px;display:flex;align-items:center;padding:80px 0}.badge{display:inline-flex;padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.24);margin-bottom:20px;font-weight:700}.hero h1{font-size:58px;line-height:1.08;margin:0 0 22px}.hero p{font-size:19px;max-width:720px;color:#e5f3ff;margin:0 0 32px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:44px;max-width:680px}.stat{background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.18);border-radius:18px;padding:20px}.stat strong{font-size:30px;display:block}.section{padding:88px 0}.light{background:var(--light)}.section-title{max-width:760px;margin:0 auto 44px;text-align:center}.eyebrow{color:var(--primary2);font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:13px}.section-title h2{font-size:38px;line-height:1.2;margin:10px 0 12px}.section-title p,.card p{color:var(--muted);margin:0}.grid{display:grid;gap:24px}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.card{background:white;border:1px solid var(--line);border-radius:22px;padding:28px;box-shadow:0 12px 30px rgba(16,24,40,.06)}.icon{width:58px;height:58px;border-radius:16px;background:#e8f6ff;display:grid;place-items:center;font-size:28px;margin-bottom:18px}.product-card{padding:0;overflow:hidden}.product-img{height:210px;background:linear-gradient(135deg,#dff3ff,#fff);display:grid;place-items:center;border-bottom:1px solid var(--line)}.product-img img{width:100%;height:100%;object-fit:cover;display:block}.product-content{padding:24px}.product-content ul{padding-left:18px;color:var(--muted)}.split{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.visual-panel{min-height:420px;border-radius:28px;background:linear-gradient(135deg,rgba(14,90,167,.18),rgba(23,168,230,.10)),url('../images/workshop-photo.png') center/cover no-repeat;box-shadow:0 22px 50px rgba(14,90,167,.25)}.check-list{display:grid;gap:14px;margin-top:24px}.check{display:flex;gap:12px}.check:before{content:'✓';flex:0 0 24px;height:24px;border-radius:50%;background:#e6f7ff;color:var(--primary2);display:grid;place-items:center;font-weight:900}.cta{background:linear-gradient(135deg,#062b55,#0e5aa7);color:white;border-radius:30px;padding:46px;display:flex;align-items:center;justify-content:space-between;gap:28px}.cta h2{margin:0 0 10px;font-size:32px}.cta p{margin:0;color:#dbeafe}.footer{background:#071a33;color:#cbd5e1;padding:56px 0 22px}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr .9fr;gap:30px}.footer h3,.footer h4{color:#fff}.footer a{display:block;color:#cbd5e1;margin:8px 0}.copyright{border-top:1px solid rgba(255,255,255,.1);padding-top:20px;color:#94a3b8;font-size:14px;margin-top:30px}.page-hero{background:linear-gradient(135deg,#062b55,#0e5aa7);color:#fff;padding:78px 0}.page-hero h1{font-size:44px;margin:0 0 10px}.table{width:100%;border-collapse:collapse;background:#fff;border-radius:18px;overflow:hidden}.table th,.table td{padding:16px;border-bottom:1px solid var(--line);text-align:left}.table th{background:#eef6ff;color:var(--primary)}.contact-box{display:grid;grid-template-columns:1fr 1fr;gap:28px}.form input,.form textarea{width:100%;padding:14px 16px;border:1px solid var(--line);border-radius:12px;margin-bottom:14px;font:inherit}.form textarea{min-height:150px}@media(max-width:900px){.mobile-toggle{display:block}.menu{display:none;position:absolute;left:0;right:0;top:72px;background:#fff;border-bottom:1px solid var(--line);padding:18px 4%;flex-direction:column}.menu.open{display:flex}.hero h1{font-size:42px}.hero-inner{min-height:auto;padding:70px 0}.hero-stats,.grid-3,.grid-4,.split,.footer-grid,.contact-box{grid-template-columns:1fr}.section{padding:62px 0}.cta{display:block}.cta .btn{margin-top:22px}}
.hero{background-position:center center}.hero-content{max-width:760px}.visual-panel{background-position:center center}.card h3{margin-top:0}.footer p{margin:0}.topbar .container span:last-child{font-weight:600}