
:root{
  --bg:#f4f1ec;
  --panel:#ffffff;
  --panel2:#eef1f4;
  --soft:#e8edf1;
  --text:#22262b;
  --muted:#68717b;
  --line:#d6dce2;
  --accent:#ffffff;
  --radius:18px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:linear-gradient(180deg,#f7f4ef 0%,#eef2f5 55%,#f7f4ef 100%);color:var(--text)}
a{text-decoration:none;color:inherit}
button,input,select{font:inherit}
.wrap{width:min(1180px,92%);margin:auto}
.topbar{position:sticky;top:0;background:rgba(45,51,58,.97);backdrop-filter:blur(12px);border-bottom:1px solid #555d66;z-index:20}
.nav{display:flex;justify-content:space-between;align-items:center;padding:14px 0}
.brand{display:flex;gap:12px;align-items:center}
.logo{width:46px;height:46px;border-radius:14px;background:#f4f4f4;color:#17191d;display:grid;place-items:center;font-weight:900}
.brand h1{font-size:18px;margin:0}
.brand p{font-size:12px;color:var(--muted);margin:4px 0 0}
.whatsapp-btn,.primary-btn,.secondary-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:12px;padding:12px 18px;font-weight:800;border:0;cursor:pointer}
.primary-btn,.whatsapp-btn{background:#f4f4f4;color:#15171a}
.secondary-btn{background:#ffffff;color:#252a30;border:1px solid #cfd5db}
.hero{padding:34px 0 8px}
.hero-card{background:linear-gradient(135deg,#e7ecef,#f7f3ed);border:1px solid var(--line);border-radius:28px;padding:34px;display:grid;grid-template-columns:.85fr 1.15fr;gap:28px;align-items:center}
.hero-copy h2{font-size:clamp(34px,5vw,58px);line-height:1.03;margin:10px 0 16px;letter-spacing:-2px}
.hero-copy p{font-size:16px;color:#626b74;max-width:600px;line-height:1.6}
.hero-actions{display:flex;gap:10px;margin-top:22px;flex-wrap:wrap}
.hero-banner{position:relative}
.hero-banner img{width:100%;aspect-ratio:16/6.5;object-fit:cover;border-radius:20px;display:block;border:1px solid var(--line)}
.filename-badge{position:absolute;right:12px;bottom:12px;background:rgba(0,0,0,.72);padding:7px 10px;border-radius:9px;font-size:11px;color:#ddd}
.eyebrow{font-size:12px;font-weight:800;letter-spacing:1.6px;color:#9ca3ad}
.section{padding:58px 0}
.soft{background:linear-gradient(135deg,#e8edf1,#f2eee8);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:24px}
.section-head h3{font-size:32px;margin:7px 0 0}
.muted{color:var(--muted)}
.text-btn{border:1px solid var(--line);background:var(--panel);color:#252a30;padding:10px 14px;border-radius:10px;cursor:pointer}
.category-grid,.brand-grid,.product-grid{display:grid;gap:18px}
.category-grid{grid-template-columns:repeat(4,1fr)}
.brand-grid{grid-template-columns:repeat(6,1fr)}
.product-grid{grid-template-columns:repeat(4,1fr)}
.category-card,.brand-card,.product-card{background:rgba(255,255,255,.94);border:1px solid var(--line);border-radius:var(--radius)}
.category-card,.brand-card{padding:24px;text-align:center;font-weight:700;cursor:pointer;transition:.2s}
.category-card:hover,.brand-card:hover,.product-card:hover{transform:translateY(-2px);border-color:#555d69}
.category-card span{display:block;font-size:32px;margin-bottom:10px}
.product-card{overflow:hidden;transition:.2s}
.product-img{aspect-ratio:1/1;background:#eef1f4;cursor:pointer;overflow:hidden}
.product-img img{width:100%;height:100%;object-fit:cover;display:block}
.product-body{padding:17px}
.product-brand{font-size:11px;letter-spacing:1px;color:#9ba1aa;font-weight:700;text-transform:uppercase}
.product-title{font-weight:700;font-size:17px;margin:7px 0 8px}
.price{font-size:18px;font-weight:800}
.old-price{text-decoration:line-through;color:#858b94;font-size:13px;margin-left:6px}
.card-actions{display:flex;gap:8px;margin-top:14px}
.card-actions button{flex:1}
.small-btn{border:1px solid var(--line);background:#f7f8f9;color:#252a30;border-radius:10px;padding:10px;cursor:pointer;font-weight:700}
.search-input,input,select{border:1px solid var(--line);border-radius:11px;padding:12px 13px;background:#ffffff;color:#252a30}
.search-input{min-width:240px}
.flight-form{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;background:#ffffff;border:1px solid var(--line);border-radius:22px;padding:22px}
.field{display:flex;flex-direction:column;gap:7px}
.field label{font-size:12px;font-weight:700;color:#555e68}
.full{grid-column:1/-1;width:100%}
.cart{position:fixed;right:-420px;top:0;width:min(390px,92vw);height:100vh;background:#ffffff;z-index:50;box-shadow:-12px 0 40px rgba(0,0,0,.35);padding:22px;transition:.25s;overflow:auto;border-left:1px solid var(--line)}
.cart.open{right:0}
.cart-head{display:flex;align-items:center;justify-content:space-between}
.icon-btn{border:1px solid var(--line);background:#eef1f4;color:#252a30;border-radius:10px;width:38px;height:38px;font-size:25px;cursor:pointer}
.cart-item{display:grid;grid-template-columns:1fr auto;gap:12px;padding:14px 0;border-bottom:1px solid var(--line)}
.cart-item small{color:#969da7}
.cart-total{display:flex;justify-content:space-between;padding:20px 0;font-size:18px}
.cart-fab{position:fixed;right:22px;bottom:22px;border:0;background:#f5f5f5;color:#111;padding:14px 18px;border-radius:999px;font-weight:900;z-index:30;box-shadow:0 8px 28px rgba(0,0,0,.35)}
.cart-fab span{background:#111;color:#fff;padding:3px 7px;border-radius:99px;margin-left:5px}
footer{background:#30363d;color:white;padding:44px 0;border-top:1px solid var(--line)}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 2fr;gap:30px}
footer p{color:#a9afb8;line-height:1.55}
.modal{position:fixed;inset:0;background:rgba(0,0,0,.72);display:none;align-items:center;justify-content:center;padding:20px;z-index:70}
.modal.show{display:flex}
.modal-card{position:relative;width:min(820px,95vw);background:#ffffff;border:1px solid var(--line);border-radius:24px;overflow:hidden;display:grid;grid-template-columns:1fr 1fr}
.modal-card img{width:100%;height:100%;min-height:380px;object-fit:cover;background:#15171a}
.modal-body{padding:34px}
.modal-close{position:absolute;right:15px;top:15px}
.modal-price{font-size:24px;font-weight:800;margin:20px 0}
@media(max-width:900px){
  .hero-card,.modal-card{grid-template-columns:1fr}
  .category-grid{grid-template-columns:repeat(2,1fr)}
  .brand-grid{grid-template-columns:repeat(3,1fr)}
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .flight-form{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr}
}
@media(max-width:560px){
  .brand h1{font-size:14px}
  .whatsapp-btn{padding:10px 12px;font-size:13px}
  .hero-card{padding:22px}
  .hero-copy h2{letter-spacing:-1px}
  .product-grid{grid-template-columns:1fr}
  .flight-form{grid-template-columns:1fr}
  .section-head{align-items:stretch;flex-direction:column}
  .search-input{width:100%;min-width:0}
}

.topbar .brand h1{color:#fff}
.topbar .brand p{color:#cbd0d5}
.hero-copy h2{color:#22262b}
.hero-card .eyebrow{color:#626b74}
.product-card,.category-card,.brand-card,.flight-form{box-shadow:0 8px 24px rgba(40,48,56,.06)}
.product-img{background:#eef1f4}
.cart{color:#22262b}
.cart .small-btn{background:#f3f5f6;color:#22262b}
.modal-body{color:#22262b}
