
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#f4f6f8;color:#142236}a{text-decoration:none;color:inherit}.wrap{max-width:1180px;margin:0 auto;padding:0 20px}.top{background:#113858;color:#fff;font-size:14px}.top .wrap{display:flex;justify-content:space-between;gap:18px;padding:10px 20px}.header{background:#fff;border-bottom:1px solid #e3e8ef;position:sticky;top:0;z-index:5}.header .wrap{display:flex;align-items:center;justify-content:space-between;padding:18px 20px}.logo{font-weight:900;font-size:28px;color:#113858}.logo span{color:#0b7a61}.nav{display:flex;gap:20px;align-items:center;font-weight:700}.cart-link{background:#0b7a61;color:#fff;padding:11px 15px;border-radius:8px}.hero{background:linear-gradient(135deg,#12395b 0%,#1d638a 100%);color:#fff}.hero .wrap{display:grid;grid-template-columns:1.1fr .9fr;gap:36px;align-items:center;padding:54px 20px}.hero h1{font-size:48px;line-height:1.05;margin:0 0 16px}.hero p{font-size:18px;line-height:1.55;margin:0 0 24px;color:#eaf4ff}.btn,button{border:0;background:#0b7a61;color:#fff;border-radius:8px;padding:13px 18px;font-weight:800;cursor:pointer}.hero-card{background:#fff;color:#142236;border-radius:18px;padding:24px;box-shadow:0 22px 45px rgba(0,0,0,.2)}.search{display:grid;grid-template-columns:1fr auto;gap:10px}.search input{border:1px solid #cbd5e1;border-radius:8px;padding:14px;font-size:15px}.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:18px}.feature-grid div{background:#f1f5f9;border-radius:12px;padding:14px}.section{padding:42px 0}.section-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:20px}.section h2{margin:0 0 6px;font-size:30px}.muted{color:#65758b}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;box-shadow:0 12px 30px rgba(15,23,42,.06);display:flex;flex-direction:column}.product-img{height:220px;background:#fff;border-bottom:1px solid #edf2f7}.product-img img{width:100%;height:100%;display:block;object-fit:cover}.product-meta{margin:14px 16px 5px;font-size:12px;text-transform:uppercase;font-weight:900;color:#0b7a61}.product-card h3{font-size:18px;margin:0 16px 8px}.desc{margin:0 16px 14px;color:#65758b;font-size:14px;line-height:1.4;min-height:40px}.product-row{margin-top:auto;display:flex;justify-content:space-between;align-items:center;gap:12px;padding:0 16px 18px}.price{font-size:22px;font-weight:900;color:#113858}.add{padding:10px 12px}.benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.benefit{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:18px}.footer{background:#0f2740;color:#fff;margin-top:30px}.footer .wrap{display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px;padding:34px 20px}.footer a{display:block;color:#dbeafe;margin:8px 0}.bottom{background:#0b1e31;color:#cbd5e1;padding:12px 0;font-size:13px}.page{max-width:900px;margin:34px auto;background:#fff;border-radius:16px;border:1px solid #e2e8f0;padding:28px;line-height:1.7}.cart-item{display:flex;align-items:center;gap:15px;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:14px;margin-bottom:12px}.cart-item img{width:96px;height:72px;object-fit:cover;border-radius:10px}.cart-total{font-size:24px;font-weight:900;text-align:right;margin:20px 0}@media(max-width:950px){.hero .wrap,.grid,.benefits,.footer .wrap{grid-template-columns:1fr}.hero h1{font-size:36px}.nav{gap:10px;font-size:14px}.product-img{height:250px}}@media(max-width:600px){.header .wrap,.top .wrap,.section-head{display:block}.nav{margin-top:12px;flex-wrap:wrap}.search{grid-template-columns:1fr}.hero .wrap{padding:38px 20px}.feature-grid{grid-template-columns:1fr}}
