:root{--navy:#1a3a7a;--blue:#2563eb;--dark:#0f172a;--muted:#64748b;--light:#f1f5f9;--green:#25d366;--gold:#f59e0b}*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--dark);background:#f8fafc}a{color:inherit}.container{width:min(1120px,92%);margin:auto}.hero{background:linear-gradient(135deg,#071429 0%,var(--navy) 52%,#0f172a 100%);color:white;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;right:-160px;top:-180px;width:520px;height:520px;border-radius:50%;background:rgba(37,99,235,.45)}.hero:after{content:"";position:absolute;left:-120px;bottom:-180px;width:420px;height:420px;border-radius:50%;background:rgba(245,158,11,.25)}.nav{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center;padding:26px 0}.brand strong{display:block;font-size:34px;letter-spacing:.04em}.brand span{font-size:13px;color:#cbd5e1;font-weight:700;letter-spacing:.18em}.nav a{background:var(--green);padding:12px 18px;border-radius:999px;text-decoration:none;font-weight:800}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.05fr .95fr;gap:46px;align-items:center;padding:40px 0 78px}.eyebrow{display:inline-block;background:var(--blue);padding:9px 14px;border-radius:999px;font-weight:800;font-size:13px;letter-spacing:.08em}.hero h1{font-size:72px;line-height:.95;margin:24px 0 18px}.hero p{font-size:22px;color:#e2e8f0;line-height:1.55;margin:0 0 30px}.actions{display:flex;gap:14px;flex-wrap:wrap}.btn{display:inline-block;padding:15px 22px;border-radius:14px;text-decoration:none;font-weight:900}.btn-primary{background:white;color:var(--navy)}.btn-outline{border:2px solid rgba(255,255,255,.5);color:white}.hero-img{border-radius:34px;overflow:hidden;box-shadow:0 25px 80px rgba(0,0,0,.35);background:white}.hero-img img{display:block;width:100%;height:430px;object-fit:cover}.section{padding:70px 0}.section-head{text-align:center;margin-bottom:34px}.tag{color:var(--blue);font-weight:900;text-transform:uppercase;letter-spacing:.12em}.section h2{font-size:42px;margin:10px 0;color:var(--navy)}.section-head p{font-size:18px;color:var(--muted);margin:0}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{background:white;border:1px solid #e2e8f0;border-radius:26px;overflow:hidden;box-shadow:0 16px 45px rgba(15,23,42,.08)}.card img{width:100%;height:230px;object-fit:cover}.card-body{padding:24px}.badge{display:inline-block;background:#eff6ff;color:var(--blue);border-radius:999px;padding:7px 12px;font-weight:900;font-size:12px}.card h3{font-size:26px;margin:14px 0 8px;color:var(--navy)}.card p{color:var(--muted);line-height:1.5}.price{font-size:28px;color:var(--blue);font-weight:900;margin-top:14px}.colors{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.chip{padding:8px 11px;border-radius:999px;background:#f1f5f9;font-weight:800;font-size:13px}.why{background:white}.features{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.feature{background:#f8fafc;border:1px solid #e2e8f0;border-radius:22px;padding:22px;text-align:center}.feature b{display:block;color:var(--navy);font-size:18px;margin-bottom:6px}.stores{background:linear-gradient(135deg,#eff6ff,#f8fafc)}.store-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.store{background:white;border-radius:18px;padding:16px;border:1px solid #e2e8f0;font-weight:800}.cta{background:var(--navy);color:white;text-align:center;padding:60px 0}.cta h2{font-size:42px;margin:0 0 12px}.cta p{font-size:20px;color:#cbd5e1}.cta .btn{background:var(--green);color:white;margin:8px}.footer{background:#071429;color:#cbd5e1;padding:26px 0;text-align:center}@media(max-width:850px){.hero-grid,.products,.features,.store-grid{grid-template-columns:1fr}.hero h1{font-size:50px}.hero-img img{height:320px}.nav{gap:16px;align-items:flex-start;flex-direction:column}}
