
:root{--navy:#082f62;--navy2:#0c427e;--blue:#0b4d93;--yellow:#ffc400;--ink:#10223b;--muted:#67768a;--line:#dfe6ef;--soft:#f5f8fc;--white:#fff;--green:#159447}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff}
a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}.container{width:min(1220px,calc(100% - 40px));margin:auto}
header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid var(--line)}.nav{height:72px;display:flex;align-items:center;gap:26px}
.logo{font-size:30px;font-weight:800;letter-spacing:-1.5px}.logo span{color:#0d4a88}.logo small{display:block;font-size:8px;letter-spacing:.03em;font-weight:500;color:#6d7888;margin-top:-2px}
nav{display:flex;gap:22px;margin-left:auto}nav a{font-size:12px;font-weight:700}nav a:hover,nav a.active{color:var(--blue)}
.cta{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:6px;background:var(--navy);color:#fff;font-weight:800;font-size:12px;padding:15px 21px;cursor:pointer}.cta:hover{background:var(--navy2)}
.cta-yellow{background:var(--yellow);color:#111}.cta-yellow:hover{background:#f0b900}
.hero{background:linear-gradient(90deg,#eaf3fb 0%,#f4f8fc 47%,#edf5fb 100%);overflow:hidden}.hero-wrap{min-height:470px;display:grid;grid-template-columns:48% 52%}
.hero-copy{padding:58px 38px 48px max(40px,calc((100vw - 1220px)/2));display:flex;flex-direction:column;justify-content:center}
.hero-copy h1{font-size:48px;line-height:1.04;letter-spacing:-1.5px;margin:0 0 18px}.hero-copy p{font-size:18px;line-height:1.5;color:#33465f;margin:0 0 25px;max-width:610px}
.hero-features{display:grid;grid-template-columns:repeat(2,1fr);gap:14px 18px;margin:0 0 28px;max-width:620px}.hero-feature{display:flex;gap:9px;font-size:12px;line-height:1.4;color:#30445e}
.hero-feature b{display:block;color:var(--ink);margin-bottom:2px}.hero-icon{width:30px;height:30px;border:2px solid var(--blue);border-radius:8px;display:grid;place-items:center;color:var(--blue);font-weight:800;flex:0 0 auto}
.hero-photo{min-height:470px;background:center/cover no-repeat;position:relative}.hero-photo:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(244,248,252,.95),rgba(244,248,252,.22) 18%,rgba(244,248,252,0) 40%)}
.hero-actions{display:flex;gap:12px;align-items:center}.hero-note{font-size:11px!important;color:#60728a!important;margin:14px 0 0!important}
.section{padding:66px 0}.section-soft{background:var(--soft)}.section-title{font-size:32px;letter-spacing:-.7px;margin:0 0 12px}.section-lead{font-size:15px;line-height:1.7;color:var(--muted);max-width:820px;margin:0 0 30px}
.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.category-card{border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff;transition:.2s;display:flex;flex-direction:column}
.category-card:hover{transform:translateY(-4px);box-shadow:0 14px 34px rgba(16,34,59,.09)}.category-card img{width:100%;height:205px;object-fit:cover}.category-body{padding:20px;display:flex;flex-direction:column;flex:1}
.category-body h3{margin:0 0 8px;font-size:19px}.category-body p{font-size:13px;line-height:1.6;color:var(--muted);margin:0 0 15px}.more{margin-top:auto;font-size:12px;font-weight:800;color:var(--blue)}
.model-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.model{border:1px solid var(--line);border-radius:12px;background:#fff;overflow:hidden}.model-pic{height:170px;background:url('assets/warehouse_alt.jpg') center/cover no-repeat}
.model:nth-child(even) .model-pic{background-image:url('assets/canopy_alt.jpg')}.model-body{padding:17px}.model h3{font-size:19px;margin:0 0 11px}.model-specs{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.model-specs div{background:#f7f9fc;border-radius:8px;padding:9px}.model-specs small{display:block;color:var(--muted);font-size:10px}.model-specs b{font-size:12px;display:block;margin-top:3px}
.model-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--line);margin-top:14px;padding-top:13px}.request-price{font-size:12px;font-weight:800}.link-btn{font-size:11px;color:var(--blue);font-weight:800;cursor:pointer}
.benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.benefit{border:1px solid var(--line);border-radius:12px;padding:20px;background:#fff}.benefit strong{font-size:14px}.benefit p{font-size:12px;line-height:1.55;color:var(--muted);margin:7px 0 0}
.cat-hero{min-height:350px;display:grid;grid-template-columns:50% 50%;background:#f1f6fb}.cat-hero-copy{padding:55px 40px 50px max(40px,calc((100vw - 1220px)/2));display:flex;flex-direction:column;justify-content:center}
.cat-hero h1{font-size:43px;line-height:1.08;margin:0 0 15px;letter-spacing:-1px}.cat-hero p{font-size:17px;line-height:1.55;color:#42536b;margin:0 0 22px}.cat-hero-img{background:center/cover no-repeat;min-height:350px}
.checks{display:grid;grid-template-columns:repeat(2,1fr);gap:10px 20px;margin:20px 0}.check{font-size:13px;display:flex;gap:9px;align-items:flex-start}.check:before{content:"✓";color:#fff;background:var(--green);border-radius:50%;width:20px;height:20px;display:grid;place-items:center;flex:0 0 auto;font-size:11px;font-weight:800}
.contact-strip{background:var(--navy);color:#fff;border-radius:16px;padding:34px;display:grid;grid-template-columns:1fr 1.1fr;gap:36px}.contact-strip h2{font-size:30px;margin:0 0 10px}.contact-strip p{color:#d6e2ef;font-size:13px;line-height:1.6}
.form{background:#fff;border-radius:12px;padding:20px;color:var(--ink)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.full{grid-column:1/-1}
input,select,textarea{width:100%;border:1px solid #d9e1eb;border-radius:7px;padding:12px 13px;background:#fff;outline:none;font-size:12px}input:focus,select:focus,textarea:focus{border-color:#7aa5d1;box-shadow:0 0 0 3px rgba(11,77,147,.07)}
textarea{min-height:90px;resize:vertical}.consent{font-size:10px;color:#65758a;line-height:1.45}.consent input{width:auto;vertical-align:middle}.hp{position:absolute;left:-9999px}
footer{background:#062c58;color:#fff;padding:40px 0 20px}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:42px}.footer-logo{font-size:28px;font-weight:800}.footer-logo span{color:#79aee5}
footer h4{font-size:12px;text-transform:uppercase;margin:0 0 14px}footer p,footer a{display:block;font-size:10px;color:#c9d6e5;line-height:1.8}.copy{border-top:1px solid rgba(255,255,255,.13);margin-top:25px;padding-top:15px;font-size:9px;color:#94acc6}
.notice{padding:12px 14px;border-radius:8px;background:#eef6ff;color:#174a7d;font-size:12px;margin-bottom:15px}.error{background:#fff0f0;color:#8b2525}
.thanks{min-height:70vh;display:grid;place-items:center;background:#f4f8fc}.thanks-box{max-width:620px;text-align:center;background:#fff;border:1px solid var(--line);border-radius:16px;padding:42px}.thanks-box h1{font-size:34px;margin:0 0 14px}.thanks-box p{color:var(--muted);line-height:1.7}
@media(max-width:1000px){nav{display:none}.category-grid,.model-grid{grid-template-columns:repeat(2,1fr)}.benefits{grid-template-columns:repeat(2,1fr)}.contact-strip{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:650px){.container{width:min(100% - 22px,1220px)}.nav{height:62px}.logo{font-size:25px}.nav>.cta{margin-left:auto;padding:11px 13px}
.hero-wrap,.cat-hero{grid-template-columns:1fr}.hero-copy,.cat-hero-copy{padding:38px 18px 30px}.hero-copy h1,.cat-hero h1{font-size:34px}.hero-copy p,.cat-hero p{font-size:15px}
.hero-features{grid-template-columns:1fr}.hero-actions{flex-direction:column;align-items:stretch}.hero-photo,.cat-hero-img{min-height:270px}.category-grid,.model-grid,.benefits{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.full{grid-column:auto}.footer-grid{grid-template-columns:1fr}}
