
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,sans-serif;color:#101828;line-height:1.68;background:#fff}
a{text-decoration:none;color:inherit}img{max-width:100%;display:block}
.container{max-width:1260px;margin:auto;padding:0 24px}
.topbar{background:#0f2547;color:#fff;font-size:14px;padding:9px 0}
.topbar .container{display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap}
header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.97);backdrop-filter:blur(10px);border-bottom:1px solid #eaecf0}
.nav{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:18px 0}
.brand img{width:268px}
.menu{display:flex;gap:34px;list-style:none;padding:0;margin:0;font-weight:700;color:#344054}
.menu a:hover{color:#0f4c81}
.btn{display:inline-block;background:#111827;color:#fff;padding:14px 22px;border-radius:14px;font-weight:700}
.btn:hover{background:#0f4c81}.btn.ghost{background:transparent;color:#101828;border:1px solid #d0d5dd}.btn.light{background:#fff;color:#101828}
.hero{padding:58px 0 42px;background:linear-gradient(180deg,#f8fafc 0%,#ffffff 100%)}
.hero-grid{display:grid;grid-template-columns:1.04fr .96fr;gap:42px;align-items:center}
.badge{display:inline-block;border:1px solid #d7e3f7;background:#eef4ff;color:#0f4c81;padding:10px 15px;border-radius:999px;font-size:14px;font-weight:700}
.hero h1{font-size:58px;line-height:1.06;margin:16px 0 16px;font-family:Georgia,serif}
.hero p{font-size:18px;color:#475467;max-width:760px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}
.hero-panel{background:#fff;border:1px solid #eaecf0;border-radius:28px;padding:22px;box-shadow:0 20px 60px rgba(16,24,40,.08)}
.hero-panel img{border-radius:22px}
.stat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:18px}
.stat-grid .item{border:1px solid #eaecf0;background:#fff;border-radius:18px;padding:16px}
.section{padding:78px 0}.alt{background:#f8fafc}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;flex-wrap:wrap;margin-bottom:28px}
.eyebrow{display:inline-block;color:#0f4c81;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:12px}
h2{margin:0;font-size:43px;line-height:1.15;font-family:Georgia,serif}
.lead{color:#475467;font-size:17px;max-width:740px}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:start}
.card,.panel{background:#fff;border:1px solid #eaecf0;border-radius:24px;padding:28px;box-shadow:0 10px 38px rgba(16,24,40,.05)}
.list{padding-left:20px;color:#475467}.list li{margin-bottom:10px}
.metrics{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.metrics .item{border:1px solid #eaecf0;border-radius:18px;background:#fff;padding:18px}
.trust{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.trust .box{background:#fff;border:1px solid #eaecf0;border-radius:20px;padding:22px;box-shadow:0 8px 28px rgba(16,24,40,.04)}
.box .num{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:50%;background:#0f2547;color:#fff;font-weight:800;margin-bottom:12px}
.filters{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:26px}
.filter{padding:12px 18px;border-radius:999px;background:#fff;border:1px solid #d0d5dd;font-weight:700;cursor:pointer}
.filter.active,.filter:hover{background:#111827;color:#fff;border-color:#111827}
.products{display:grid;grid-template-columns:repeat(4,1fr);gap:26px}
.product{display:flex;flex-direction:column;background:#fff;border:1px solid #eaecf0;border-radius:22px;overflow:hidden;box-shadow:0 12px 32px rgba(16,24,40,.06);transition:transform .18s ease,box-shadow .18s ease}
.product:hover{transform:translateY(-4px);box-shadow:0 18px 44px rgba(16,24,40,.12)}
.product img{aspect-ratio:3/4;object-fit:cover;background:#f3f4f6}
.product-body{padding:18px 18px 20px}
.cat-label{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#0f4c81;font-weight:800;margin-bottom:8px}
.product h3{margin:0 0 8px;font-size:20px;line-height:1.3}
.product p{margin:0 0 10px;font-size:14px;color:#475467}
.meta{font-size:13px;color:#667085;margin-bottom:14px}
.price-row{display:flex;justify-content:space-between;align-items:center;gap:10px}
.price{font-size:24px;font-weight:800;color:#101828}
.smallbtn{background:#0f4c81;color:#fff;border:none;border-radius:12px;padding:11px 14px;font-weight:700;cursor:pointer}
.info-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.info-cards .mini{background:#fff;border:1px solid #eaecf0;border-radius:20px;padding:22px;box-shadow:0 8px 28px rgba(16,24,40,.04)}
.reviews{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.review{background:#fff;border:1px solid #eaecf0;border-radius:22px;padding:24px;box-shadow:0 8px 28px rgba(16,24,40,.05)}
.stars{font-size:18px;color:#f59e0b;letter-spacing:1px;margin-bottom:14px}
.review p{font-size:15px;color:#475467;min-height:126px}
.review b{display:block}
.contact-band{background:linear-gradient(180deg,#ffffff,#f8fafc)}
footer{background:#0f2547;color:#fff;padding:52px 0 26px;margin-top:74px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.4fr;gap:26px}
footer h4{margin:0 0 14px;font-size:17px}footer a{display:block;color:#d0d5dd;margin:7px 0}footer p{color:#d0d5dd}
.copy{margin-top:24px;padding-top:18px;border-top:1px solid rgba(255,255,255,.16);color:#98a2b3;font-size:14px}
@media(max-width:1160px){.products{grid-template-columns:repeat(3,1fr)}.reviews{grid-template-columns:repeat(2,1fr)}.trust{grid-template-columns:repeat(2,1fr)}.info-cards{grid-template-columns:1fr 1fr 1fr}}
@media(max-width:900px){.hero-grid,.grid-2,.footer-grid{grid-template-columns:1fr}.hero h1{font-size:44px}.products{grid-template-columns:repeat(2,1fr)}.info-cards{grid-template-columns:1fr}.menu{gap:18px;font-size:14px}.brand img{width:225px}}
@media(max-width:560px){.menu{display:none}.products,.reviews,.trust,.metrics,.stat-grid{grid-template-columns:1fr}.hero h1{font-size:35px}.hero-actions{flex-direction:column}.btn{width:100%;text-align:center}}
