/* ========== base ========== */
:root{
  --orange:#ff6b00;
  --dark:#0f1720;
  --muted:#7b7f85;
  --card-bg:#fff;
}
*{box-sizing:border-box}
html,body{height:100%}
body{margin:0;font-family:'Poppins',Arial,Helvetica,sans-serif;background:#fafafa;color:#111}

/* container */
.container{max-width:1180px;margin:0 auto;padding:0 18px}

/* header */
.site-header{background:#fff;box-shadow:0 2px 6px rgba(12,12,12,0.06);position:sticky;top:0;z-index:80}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:14px 0}
.logo-box{width:200px;height:34px;border-radius:6px;background:transparent;border:2px dashed #ddd;display:flex;align-items:center;justify-content:center;color:#999;font-weight:700}

/* top nav */
.top-nav{display:flex;align-items:center;gap:18px}
.top-nav ul{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:12px}
.top-nav li{font-weight:600;color:#222}
.btn{padding:10px 14px;border-radius:8px;border:0;cursor:pointer;font-weight:700}
.btn.primary{background:var(--orange);color:#fff}
.btn.secondary{background:#111;color:#fff}
.btn.outline{background:transparent;border:2px solid #111;color:#111;padding:10px 18px;border-radius:22px}

/* categories row */
.categories{padding:14px 0}
.cat-list{display:flex;gap:28px;flex-wrap:wrap;align-items:center;justify-content:center;padding:12px 0;margin:0}
.cat-list li{display:flex;flex-direction:column;align-items:center;color:#444;font-size:13px;min-width:90px}
.cat-list .icon{font-size:20px;margin-bottom:6px}

/* hero area layout */
.hero{display:flex;gap:28px;padding:18px 0;align-items:flex-start}
.hero-left{flex:1;position:relative}
.hero-right{width:360px;display:flex;flex-direction:column;gap:20px}

/* swiper and images */
.mySwiper{border-radius:10px;overflow:hidden}
.mySwiper .swiper-slide img{width:100%;height:420px;object-fit:cover;display:block}
.swiper-button-next, .swiper-button-prev{color:#fff}

/* overlay text (on hero left) */
.hero-overlay{position:absolute;left:6%;top:50%;transform:translateY(-50%);z-index:3;color:#fff;max-width:520px}
.hero-overlay h1{font-size:56px;line-height:0.95;margin:0 0 10px;font-weight:800;text-transform:uppercase;text-shadow:0 6px 18px rgba(0,0,0,0.45)}
.hero-overlay .btn.small{padding:12px 16px;background:#2b79ff;border-radius:8px;color:#fff;font-weight:700}

/* hero right panels */
.panel.big{background:#1f1f1f;color:#fff;padding:28px;border-radius:12px;display:flex;flex-direction:column;justify-content:center;gap:8px;position:relative;min-height:140px}
.panel.big h3{font-size:20px;margin:0}
.panel.big p{opacity:0.9}
.panel.big .chip{position:absolute;left:24px;bottom:18px;background:#1e6cff;color:#fff;border-radius:999px;padding:10px 14px;text-decoration:none}

/* SEARCH card overlap */
.search-wrap{margin-top:-32px;z-index:40;position:relative;padding-bottom:18px}
.search-card{background:var(--card-bg);padding:18px;border-radius:12px;box-shadow:0 18px 40px rgba(9,9,15,0.06);max-width:1100px;margin:0 auto;position:relative}
.search-card h4{color:var(--orange);margin:0 0 10px;font-weight:800}
.search-form{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;align-items:center}
.search-form select{padding:12px;border-radius:8px;border:1px solid #e6e6e6}
.search-form .btn.primary{grid-column:4/5;padding:12px}
.note{text-align:right;color:#9aa0a6;font-size:12px;margin-top:8px}

/* products */
.products{padding:40px 0}
.products h2{font-size:28px;color:#111;margin:0 0 24px;font-weight:800}
.products-row{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.product-card{background:#fff;border-radius:10px;overflow:hidden;border:1px solid #eee;box-shadow:0 8px 20px rgba(20,20,25,0.03)}
.p-img img{width:100%;height:180px;object-fit:cover;display:block}
.p-body{padding:12px}
.p-body h3{margin:6px 0;font-size:16px}
.meta{color:var(--muted);font-size:13px;margin-bottom:10px}
.p-prices{display:flex;justify-content:space-between;align-items:center;padding-top:10px;border-top:1px solid #f2f2f2;font-weight:800}

/* center button */
.center{text-align:center;margin-top:22px}

/* whatsapp */
.whatsapp{position:fixed;right:18px;bottom:18px;background:#25D366;border-radius:50%;width:56px;height:56px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 22px rgba(0,0,0,0.12);z-index:60}
.whatsapp img{width:26px;height:26px}

/* footer */
.site-footer{background:#0b0b0c;color:#cfcfcf;padding:18px 0;margin-top:30px}
.footer-inner{display:flex;justify-content:space-between;gap:12px;align-items:center;flex-wrap:wrap}

/* responsive */
@media(max-width:1100px){
  .hero-right{width:320px}
  .mySwiper .swiper-slide img{height:380px}
  .hero-overlay h1{font-size:40px}
  .products-row{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
  .hero{flex-direction:column}
  .hero-right{width:100%}
  .hero-overlay{left:50%;transform:translate(-50%,-50%);text-align:center}
  .mySwiper .swiper-slide img{height:44vh}
  .search-form{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:420px){
  .search-form{grid-template-columns:1fr}
  .hero-overlay h1{font-size:22px}
  .products-row{grid-template-columns:1fr}
}
