
:root{
  --blue:#0a4ea3; --blue-dark:#0a2f60; --ink:#0b0b0f; --muted:#6e6e73;
  --soft:#f5f5f7; --soft2:#fafafa; --line:#e8e8ed; --white:#fff;
  --green:#25D366; --shadow:0 18px 45px rgba(0,0,0,.07);
  --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;background:#fff;color:var(--ink);
  font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
}
a{text-decoration:none;color:inherit}
button,input{font:inherit}
.container{width:min(1220px,92%);margin:auto}

header{
  position:sticky;top:0;z-index:50;
  background:rgba(255,255,255,.84);backdrop-filter:saturate(180%) blur(22px);
  border-bottom:1px solid rgba(0,0,0,.06)
}
.nav{height:68px;display:flex;align-items:center;gap:26px}
.brand{display:flex;align-items:center;gap:10px}
.brand img{width:42px;height:42px;object-fit:contain}
.brand strong{font-size:17px;letter-spacing:-.3px}
.brand small{display:block;font-size:10px;color:var(--muted);margin-top:2px}
.navlinks{display:flex;gap:24px;margin-left:auto;font-size:12px;color:#333}
.navlinks a:hover{color:var(--blue)}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  border:0;border-radius:999px;padding:11px 18px;font-size:13px;font-weight:600;
  transition:.2s ease;cursor:pointer
}
.btn:hover{transform:translateY(-1px)}
.primary{background:var(--blue);color:white}
.primary:hover{background:#073f86}
.secondary{background:rgba(0,0,0,.06);color:#111}
.white{background:#fff;color:var(--blue)}

.hero{
  min-height:700px;position:relative;overflow:hidden;
  background:
    radial-gradient(circle at 76% 30%,rgba(65,145,255,.20),transparent 25%),
    radial-gradient(circle at 82% 66%,rgba(148,197,255,.20),transparent 24%),
    linear-gradient(180deg,#fff 0%,#f5f8fc 100%);
}
.hero-grid{display:grid;grid-template-columns:.95fr 1.05fr;align-items:center;gap:30px;min-height:700px}
.kicker{font-size:13px;font-weight:700;color:var(--blue);letter-spacing:.02em}
.hero h1{
  margin:12px 0 18px;font-size:clamp(48px,7vw,86px);line-height:.98;
  letter-spacing:-4px;font-weight:750;max-width:720px
}
.hero h1 span{background:linear-gradient(90deg,#0a4ea3,#4b91ea);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero p{font-size:19px;line-height:1.55;color:var(--muted);max-width:620px;margin:0}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.hero-stage{position:relative;height:570px}
.hero-stage:before{
  content:"";position:absolute;inset:8% 2% 5%;border-radius:46%;
  background:radial-gradient(circle at 50% 45%,rgba(255,255,255,.95),rgba(226,238,252,.55) 52%,transparent 72%)
}
.hero-product{position:absolute;object-fit:contain;filter:drop-shadow(0 28px 30px rgba(0,0,0,.18))}
.hero-product.one{width:43%;left:3%;top:18%;transform:rotate(-7deg)}
.hero-product.two{width:39%;right:7%;top:7%;transform:rotate(7deg)}
.hero-product.three{width:44%;right:18%;bottom:0;transform:rotate(0deg)}

.highlights{background:#fff;border-block:1px solid var(--line)}
.highlight-grid{display:grid;grid-template-columns:repeat(3,1fr)}
.highlight{padding:24px;text-align:center;border-right:1px solid var(--line)}
.highlight:last-child{border-right:0}
.highlight strong{font-size:14px}
.highlight p{font-size:11px;color:var(--muted);margin:5px 0 0}

.section{padding:94px 0}
.section.soft{background:var(--soft)}
.section-head{text-align:center;max-width:780px;margin:0 auto 44px}
.section-head .kicker{display:block;margin-bottom:10px}
.section-head h2{font-size:clamp(36px,5vw,58px);line-height:1.03;letter-spacing:-2.5px;margin:0;font-weight:750}
.section-head p{font-size:16px;line-height:1.5;color:var(--muted);margin:15px auto 0}

.category-showcase{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin:0 0 34px}
.cat-tile{
  border:0;background:var(--soft);border-radius:22px;padding:18px 14px;
  text-align:center;cursor:pointer;transition:.2s
}
.cat-tile:hover,.cat-tile.active{background:#e9f2ff;transform:translateY(-2px)}
.cat-icon{height:72px;display:grid;place-items:center;margin-bottom:8px}
.cat-icon img{max-height:64px;max-width:78px;object-fit:contain}
.cat-tile strong{display:block;font-size:12px}
.cat-tile span{font-size:10px;color:var(--muted)}

.searchbar{max-width:720px;margin:0 auto 34px;position:relative}
.searchbar input{
  width:100%;border:1px solid var(--line);background:white;border-radius:18px;
  padding:16px 20px;font-size:14px;outline:none;box-shadow:0 4px 18px rgba(0,0,0,.03)
}
.searchbar input:focus{border-color:#b8cdec;box-shadow:0 0 0 4px rgba(10,78,163,.07)}

.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.product-card{
  background:var(--soft2);border-radius:28px;overflow:hidden;min-height:460px;
  display:flex;flex-direction:column;transition:.25s ease
}
.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.product-image{
  position:relative;height:270px;display:grid;place-items:center;padding:28px 24px 16px;
  background:linear-gradient(180deg,#fbfbfc,#f3f3f5)
}
.product-image img{
  max-width:88%;max-height:220px;object-fit:contain;
  filter:drop-shadow(0 18px 18px rgba(0,0,0,.10))
}
.badge{
  position:absolute;left:18px;top:16px;background:#fff;color:var(--blue);
  border-radius:999px;padding:6px 10px;font-size:9px;font-weight:700;
  box-shadow:0 4px 12px rgba(0,0,0,.05)
}
.product-body{padding:18px 20px 20px;display:flex;flex-direction:column;flex:1}
.product-category{font-size:10px;color:var(--blue);font-weight:700;letter-spacing:.04em;text-transform:uppercase}
.product-body h3{font-size:19px;line-height:1.15;letter-spacing:-.5px;margin:7px 0 8px}
.product-body p{font-size:12px;line-height:1.45;color:var(--muted);margin:0 0 14px}
.chips{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:15px}
.chips span{font-size:9px;color:#666;background:#fff;border:1px solid var(--line);border-radius:999px;padding:5px 8px}
.product-bottom{margin-top:auto}
.price{font-size:21px;font-weight:750;letter-spacing:-.4px;margin-bottom:10px}
.price small{display:block;font-size:9px;font-weight:400;color:var(--muted);margin-top:3px}
.product-card .btn{width:100%;padding:11px 14px;font-size:11px}

.premium-banner{
  border-radius:36px;background:linear-gradient(135deg,#0b0b0f 0%,#15253c 55%,#0a4ea3 120%);
  color:white;padding:54px 56px;display:grid;grid-template-columns:1fr 240px;align-items:center;gap:24px;
  overflow:hidden;position:relative
}
.premium-banner:after{content:"";position:absolute;width:380px;height:380px;border-radius:50%;right:-160px;top:-170px;background:rgba(255,255,255,.08)}
.premium-banner h2{font-size:clamp(34px,5vw,56px);line-height:1.02;letter-spacing:-2px;margin:8px 0 14px}
.premium-banner p{color:#cfd7e2;max-width:620px;line-height:1.5}
.premium-banner img{width:225px;max-height:260px;object-fit:contain;justify-self:end;filter:drop-shadow(0 18px 20px rgba(0,0,0,.18));z-index:1}

footer{padding:34px 0;border-top:1px solid var(--line)}
.footer{display:flex;align-items:center;justify-content:space-between;gap:20px;color:var(--muted);font-size:11px}
.float{
  position:fixed;right:22px;bottom:22px;width:56px;height:56px;border-radius:50%;
  display:grid;place-items:center;background:var(--green);color:white;font-size:24px;
  box-shadow:0 12px 28px rgba(37,211,102,.32);z-index:40
}
.empty{text-align:center;padding:60px 0;color:var(--muted)}

@media(max-width:1000px){
  .navlinks{display:none}
  .hero-grid{grid-template-columns:1fr;min-height:auto;padding:70px 0 30px}
  .hero{min-height:auto}
  .hero-stage{height:430px}
  .category-showcase{grid-template-columns:repeat(3,1fr)}
  .product-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:620px){
  .nav{height:62px}.brand small{display:none}.nav>.btn{padding:9px 13px}
  .hero-grid{padding-top:52px}.hero h1{font-size:49px;letter-spacing:-2.5px}.hero p{font-size:16px}
  .hero-actions .btn{width:100%}
  .hero-stage{height:330px;margin-top:8px}
  .hero-product.one{width:45%;left:0;top:23%}.hero-product.two{width:42%;right:2%;top:10%}.hero-product.three{width:48%;right:18%;bottom:0}
  .highlight-grid{grid-template-columns:1fr}.highlight{border-right:0;border-bottom:1px solid var(--line)}
  .section{padding:68px 0}.section-head{margin-bottom:30px}.section-head h2{font-size:40px;letter-spacing:-1.5px}
  .category-showcase{grid-template-columns:repeat(2,1fr)}
  .product-grid{grid-template-columns:1fr}.product-image{height:300px}.product-image img{max-height:250px}
  .premium-banner{grid-template-columns:1fr;padding:36px 26px}.premium-banner img{justify-self:center;width:160px}
  .footer{flex-direction:column;align-items:flex-start}
}


.contact-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:24px
}
.instagram-btn{
  background:rgba(255,255,255,.10);
  color:#fff;
  border:1px solid rgba(255,255,255,.28)
}
.instagram-btn:hover{
  background:rgba(255,255,255,.16)
}
.footer a:hover{
  color:var(--blue)
}
@media(max-width:620px){
  .contact-actions .btn{width:100%}
}
