*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:#0f172a;background:#fff}
a{text-decoration:none;color:inherit}svg{display:block}
.container{max-width:1180px;margin:0 auto;padding:0 20px}
.topbar{background:#0f2d68;color:#fff}.topbar-inner{display:flex;justify-content:space-between;align-items:center;padding:8px 20px;font-size:12px}
.nav{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;gap:20px}
.brand{display:flex;align-items:center;gap:12px}.logo{width:48px;height:48px;background:#dc2626;color:#fff;display:grid;place-items:center;font-weight:700;font-size:22px;flex:0 0 48px}
.brand-name{font-size:22px;font-weight:700;color:#0f2d68}.brand-tag{font-size:12px;color:#64748b}
.menu{display:flex;gap:30px;font-size:14px;font-weight:600;color:#334155}
.mobile-quicknav{display:none;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;background:#fff}
.mobile-quicknav-inner{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:10px 20px}
.mobile-quicknav a{display:flex;align-items:center;justify-content:center;min-height:42px;font-size:13px;font-weight:700;color:#0f2d68;background:#f8fafc;border:1px solid #e2e8f0}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;font-size:14px;font-weight:700;border:1px solid transparent;min-height:48px}
.btn-red{background:#dc2626;color:#fff}.btn-red:hover{background:#b91c1c}
.btn-blue{background:#0f2d68;color:#fff}.btn-blue:hover{background:#0b214d}
.btn-outline{background:#fff;border-color:#cbd5e1;color:#0f172a}.btn-outline:hover{background:#f8fafc}

.hero-wrap{background:#f1f5f9;padding:28px 0 34px;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}
.hero{display:grid;grid-template-columns:1.02fr .98fr;background:#fff;border:1px solid #e2e8f0}
.hero-copy{padding:42px 44px}.eyebrow{margin:0 0 12px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#0f2d68}
.hero-copy h1,.offer-hero h1{margin:0;font-size:52px;line-height:1.08;letter-spacing:-0.02em}.hero-text,.offer-text{margin:20px 0 0;font-size:20px;line-height:1.7;color:#475569}
.hero-actions{display:flex;gap:12px;margin-top:28px;flex-wrap:wrap}.hero-actions .btn{min-width:190px}
.hero-tags{display:flex;gap:10px;flex-wrap:wrap;margin-top:26px}.hero-tags span{background:#f1f5f9;padding:10px 14px;font-size:14px;color:#475569}
.hero-image{position:relative;min-height:460px;overflow:hidden}.hero-image svg{width:100%;height:100%}.hero-overlay{position:absolute;left:0;right:0;bottom:0;padding:28px;color:#fff;background:linear-gradient(to top,rgba(15,23,42,.65),rgba(15,23,42,0))}
.hero-overlay p{margin:0;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;opacity:.85}.hero-overlay h2{margin:10px 0 0;font-size:34px;max-width:500px;line-height:1.15}

.category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-top:18px}
.category-card{display:flex;flex-direction:column;gap:10px;background:#fff;border:1px solid #e2e8f0;padding:18px 16px;min-height:146px}
.category-card strong{font-size:18px}.category-card small{font-size:14px;color:#64748b;line-height:1.5}
.icon{display:grid;place-items:center;width:48px;height:48px;color:#fff;font-size:22px;flex:0 0 48px}.icon.red{background:#dc2626}.icon.blue{background:#0f2d68}.icon.dark{background:#1e293b}

.service-strip{background:#fff;border-bottom:1px solid #e2e8f0}.strip-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding:24px 20px}
.strip-card{background:#f8fafc;border:1px solid #e2e8f0;padding:16px;font-size:15px;font-weight:700}

.section{padding:60px 0}.section.alt{background:#f8fafc}.section-head{margin-bottom:26px}.section-head h2{margin:6px 0 0;font-size:38px;line-height:1.15}.section-head.split{display:flex;justify-content:space-between;gap:20px;align-items:flex-end}
.product-grid,.info-grid,.review-grid{display:grid;gap:20px}.product-grid{grid-template-columns:repeat(4,1fr)}.info-grid{grid-template-columns:repeat(3,1fr)}.review-grid{grid-template-columns:repeat(3,1fr)}
.product-card,.info-card,.review-card{background:#fff;border:1px solid #e2e8f0}.bar{height:8px}.bar.red{background:#dc2626}.bar.blue{background:#0f2d68}
.product-body{padding:24px}.product-body h3,.info-card h3{margin:0 0 10px;font-size:28px;line-height:1.15}.product-body p,.info-card p,.review-card p{margin:0;color:#64748b;line-height:1.75}
.product-body .btn{margin-top:22px;width:100%}
.info-card{padding:24px}.num{display:grid;place-items:center;width:48px;height:48px;color:#fff;font-weight:700;margin-bottom:18px}.num.red{background:#dc2626}.num.blue{background:#0f2d68}.num.dark{background:#1e293b}
.rating-box{background:#f8fafc;border:1px solid #e2e8f0;padding:16px 18px;display:flex;flex-direction:column;gap:8px}.rating-box span{font-size:14px;color:#64748b}.rating-box strong{font-size:32px}
.review-card{padding:24px}.review-card strong{display:block;margin-top:18px}

.cta-panel{padding:0 0 60px}.cta-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.cta-box{display:flex;flex-direction:column;gap:8px;padding:22px;color:#fff;min-height:120px;justify-content:center}
.cta-box strong{font-size:22px}.cta-box span{opacity:.9;line-height:1.5}
.cta-box.red{background:#dc2626}.cta-box.blue{background:#0f2d68}.cta-box.dark{background:#1e293b}

.site-footer{background:#0f172a;color:#cbd5e1;padding:44px 0;margin-top:0}
.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:30px}
.site-footer h3,.site-footer h4{margin:0 0 14px;color:#fff}.site-footer p{margin:0;line-height:1.7}
.site-footer ul{list-style:none;padding:0;margin:0;display:grid;gap:10px}.site-footer li{line-height:1.6}

.offer-hero{background:#f1f5f9;padding:44px 0;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}
.offer-section{padding:50px 0}.offer-layout{display:grid;grid-template-columns:1.4fr .8fr;gap:24px}
.offer-card,.side-box{background:#fff;border:1px solid #e2e8f0;padding:24px}
.offer-form{display:grid;gap:18px}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.offer-form label{display:block;margin-bottom:8px;font-size:14px;font-weight:700;color:#334155}
.offer-form input,.offer-form select,.offer-form textarea{width:100%;border:1px solid #cbd5e1;padding:14px 15px;font:inherit;background:#fff;min-height:48px}
.offer-form textarea{min-height:140px;resize:vertical}
.offer-side{display:grid;gap:18px}.side-box h3{margin:0 0 12px}.side-box p,.side-box li{color:#475569;line-height:1.7}.side-box ul{margin:0;padding-left:18px}
.blue-box{background:#eff6ff}

/* Tablet */
@media (max-width:1100px){
  .category-grid{grid-template-columns:repeat(3,1fr)}
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:repeat(2,1fr)}
  .hero-copy h1,.offer-hero h1{font-size:44px}
  .hero-copy{padding:34px}
}

/* Mobile */
@media (max-width:900px){
  .menu,.desktop-cta{display:none}
  .mobile-quicknav{display:block}
  .nav{padding:14px 20px}
  .hero{grid-template-columns:1fr}
  .hero-copy{order:2;padding:24px}
  .hero-image{order:1;min-height:280px}
  .hero-copy h1,.offer-hero h1{font-size:38px}
  .hero-text,.offer-text{font-size:18px;line-height:1.6}
  .hero-actions{flex-direction:column}
  .hero-actions .btn{width:100%;min-width:0}
  .hero-tags{gap:8px}
  .hero-tags span{width:100%;text-align:center}
  .hero-overlay{padding:18px}
  .hero-overlay h2{font-size:26px;max-width:none}
  .strip-grid,.info-grid,.review-grid,.cta-grid,.offer-layout{grid-template-columns:1fr}
  .section-head.split{flex-direction:column;align-items:flex-start}
  .field-grid{grid-template-columns:1fr}
  .product-body .btn{width:100%}
  .cta-box{min-height:auto}
}

@media (max-width:700px){
  .container{padding:0 16px}
  .topbar-inner{padding:8px 16px;font-size:11px}
  .mobile-quicknav-inner{grid-template-columns:repeat(2,1fr);padding:10px 16px}
  .brand-name{font-size:18px}
  .brand-tag{font-size:11px}
  .logo{width:42px;height:42px;font-size:20px}
  .hero-wrap{padding:18px 0 22px}
  .hero-copy h1,.offer-hero h1{font-size:32px}
  .section{padding:42px 0}
  .section-head h2{font-size:29px}
  .hero-overlay h2{font-size:22px}
  .category-grid,.product-grid,.footer-grid{grid-template-columns:1fr}
  .category-card{min-height:0}
  .product-body,.info-card,.review-card,.offer-card,.side-box{padding:18px}
  .contact-grid h2{font-size:32px}
  .cta-panel{padding-bottom:42px}
  .site-footer{padding:34px 0}
}

@media (max-width:420px){
  .hero-copy{padding:20px}
  .hero-copy h1,.offer-hero h1{font-size:28px}
  .hero-text,.offer-text{font-size:16px}
  .btn{width:100%}
  .mobile-quicknav-inner{grid-template-columns:1fr 1fr}
}
