/* =========================================================
   A ONE MART — Design System
   Clean Home, Better Life
   ========================================================= */

:root {
  --navy: #0f1a4d;
  --navy-2: #16225e;
  --navy-soft: #1e2a66;
  --green: #43a047;
  --green-2: #6dbf3f;
  --green-soft: #e8f5e9;
  --white: #ffffff;
  --bg-soft: #f6f9f7;
  --bg-tint: #eef4f0;
  --text-dark: #1b2340;
  --text-muted: #5b6478;
  --border: #e3e8e6;
  --danger: #d64545;
  --radius: 14px;
  --radius-sm: 8px;
  --shadow: 0 6px 24px rgba(15, 26, 77, 0.08);
  --shadow-lift: 0 14px 34px rgba(15, 26, 77, 0.15);
  --maxw: 1240px;
  --font: 'Poppins', 'Segoe UI', system-ui, -apple-system, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  color: var(--text-dark);
  background: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
input, textarea, select { font-family: inherit; }

.container {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 20px;
}

.section { padding: 70px 0; }
.section-tight { padding: 46px 0; }

.section-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 44px;
}
.eyebrow {
  display: inline-block;
  color: var(--green);
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 0.78rem;
  margin-bottom: 10px;
}
.section-head h2 {
  font-size: clamp(1.6rem, 2.6vw, 2.3rem);
  color: var(--navy);
  font-weight: 700;
  margin-bottom: 10px;
}
.section-head p { color: var(--text-muted); font-size: 1rem; }

.bg-soft { background: var(--bg-soft); }
.bg-navy { background: var(--navy); color: var(--white); }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
  white-space: nowrap;
  border: 2px solid transparent;
}
.btn-primary { background: var(--green); color: var(--white); box-shadow: 0 8px 20px rgba(67,160,71,.28); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(67,160,71,.36); background: #388e3c; }
.btn-navy { background: var(--navy); color: var(--white); box-shadow: 0 8px 20px rgba(15,26,77,.25); }
.btn-navy:hover { transform: translateY(-2px); background: var(--navy-2); }
.btn-outline { background: transparent; border-color: var(--white); color: var(--white); }
.btn-outline:hover { background: var(--white); color: var(--navy); transform: translateY(-2px); }
.btn-outline-navy { background: transparent; border-color: var(--navy); color: var(--navy); }
.btn-outline-navy:hover { background: var(--navy); color: var(--white); }
.btn-whatsapp { background: #25D366; color: var(--white); box-shadow: 0 8px 20px rgba(37,211,102,.3); }
.btn-whatsapp:hover { transform: translateY(-2px); background: #1ebc59; }
.btn-block { width: 100%; }
.btn-sm { padding: 9px 18px; font-size: 0.85rem; }
.btn:disabled { opacity: .55; cursor: not-allowed; transform: none !important; }

/* =========== TOP BAR =========== */
.topbar {
  background: var(--navy);
  color: #cfd6ef;
  font-size: 0.82rem;
}
.topbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 8px;
  padding-bottom: 8px;
  flex-wrap: wrap;
  gap: 6px;
}
.topbar-left, .topbar-right { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.topbar a { color: #cfd6ef; transition: color .15s; }
.topbar a:hover { color: var(--green-2); }
.topbar-item { display: inline-flex; align-items: center; gap: 6px; }
.topbar-social { display: flex; gap: 12px; }
.topbar-social a { font-size: 1rem; }

/* =========== HEADER / NAVBAR =========== */
.header {
  background: var(--white);
  box-shadow: 0 2px 12px rgba(15,26,77,.06);
  position: sticky;
  top: 0;
  z-index: 500;
}
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  gap: 16px;
}
.brand { display: flex; align-items: center; gap: 10px; }
.brand img { height: 52px; width: 52px; border-radius: 50%; object-fit: cover; }
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-text strong { font-size: 1.18rem; color: var(--navy); font-weight: 800; letter-spacing: .3px; }
.brand-text span { font-size: 0.72rem; color: var(--green); font-weight: 600; }

.nav-menu { display: flex; align-items: center; gap: 30px; }
.nav-menu a {
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--text-dark);
  position: relative;
  padding: 6px 0;
  transition: color .15s;
}
.nav-menu a:hover, .nav-menu a.active { color: var(--green); }
.nav-menu a.active::after, .nav-menu a:hover::after {
  content: ""; position: absolute; left: 0; bottom: -2px; width: 100%; height: 2px; background: var(--green); border-radius: 2px;
}

.nav-actions { display: flex; align-items: center; gap: 14px; }
.icon-btn {
  position: relative;
  width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: var(--bg-tint);
  color: var(--navy);
  font-size: 1.15rem;
  transition: background .15s, color .15s, transform .15s;
}
.icon-btn:hover { background: var(--green); color: var(--white); transform: translateY(-2px); }
.cart-badge {
  position: absolute;
  top: -4px; right: -4px;
  background: var(--green);
  color: var(--white);
  font-size: 0.68rem;
  font-weight: 700;
  min-width: 18px; height: 18px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  border: 2px solid var(--white);
  padding: 0 3px;
}
.hamburger {
  display: none;
  width: 44px; height: 44px;
  border-radius: 10px;
  background: var(--bg-tint);
  align-items: center; justify-content: center;
  font-size: 1.3rem;
  color: var(--navy);
}

/* Mobile nav */
.mobile-nav {
  display: none;
  flex-direction: column;
  background: var(--white);
  border-top: 1px solid var(--border);
  padding: 10px 20px 18px;
}
.mobile-nav a {
  padding: 12px 4px;
  font-weight: 600;
  color: var(--text-dark);
  border-bottom: 1px solid var(--border);
}
.mobile-nav a.active { color: var(--green); }
.mobile-nav.open { display: flex; }

/* =========== HERO =========== */
.hero {
  background: linear-gradient(120deg, var(--navy) 0%, var(--navy-2) 60%, #1a2a70 100%);
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  width: 480px; height: 480px;
  background: radial-gradient(circle, rgba(109,191,63,.25), transparent 70%);
  top: -160px; right: -120px;
  border-radius: 50%;
}
.hero-inner {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 40px;
  padding: 72px 0;
  position: relative;
  z-index: 2;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.22);
  padding: 7px 16px;
  border-radius: 50px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--green-2);
  margin-bottom: 20px;
}
.hero h1 {
  font-size: clamp(2rem, 4vw, 3.1rem);
  font-weight: 800;
  line-height: 1.18;
  margin-bottom: 18px;
}
.hero h1 span { color: var(--green-2); }
.hero p {
  color: #d3d9f0;
  font-size: 1.05rem;
  max-width: 520px;
  margin-bottom: 30px;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 34px; }
.hero-stats { display: flex; gap: 34px; flex-wrap: wrap; }
.hero-stats div strong { display: block; font-size: 1.5rem; font-weight: 800; color: var(--white); }
.hero-stats div span { font-size: 0.82rem; color: #b9c1e6; }
.hero-media {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--shadow-lift);
  border: 6px solid rgba(255,255,255,.08);
}
.hero-media img { width: 100%; height: 100%; object-fit: cover; }

/* =========== CATEGORIES =========== */
.cat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.cat-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 30px 22px;
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s;
}
.cat-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lift); border-color: transparent; }
.cat-icon {
  width: 66px; height: 66px;
  border-radius: 18px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem;
  margin: 0 auto 16px;
  background: linear-gradient(135deg, var(--green-soft), #dcefe0);
  color: var(--green);
}
.cat-card h3 { font-size: 1.05rem; color: var(--navy); margin-bottom: 6px; font-weight: 700; }
.cat-card p { font-size: 0.85rem; color: var(--text-muted); margin-bottom: 14px; }
.cat-card a { font-size: 0.85rem; font-weight: 700; color: var(--green); }

/* =========== PRODUCTS =========== */
.filter-bar {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 34px;
}
.filter-btn {
  padding: 10px 20px;
  border-radius: 50px;
  background: var(--bg-tint);
  color: var(--navy);
  font-weight: 600;
  font-size: 0.88rem;
  transition: all .15s;
  border: 2px solid transparent;
}
.filter-btn:hover { border-color: var(--green); }
.filter-btn.active { background: var(--green); color: var(--white); }

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.product-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .2s ease, box-shadow .2s ease;
  position: relative;
}
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lift); }
.product-thumb {
  position: relative;
  aspect-ratio: 1 / 1;
  background: var(--bg-tint);
  overflow: hidden;
}
.product-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.product-card:hover .product-thumb img { transform: scale(1.06); }
.product-emoji {
  position: absolute;
  top: 12px; left: 12px;
  width: 38px; height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.15rem;
  box-shadow: 0 3px 10px rgba(0,0,0,.12);
}
.badge-tag {
  position: absolute;
  top: 12px; right: 12px;
  background: var(--navy);
  color: var(--white);
  font-size: 0.68rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 50px;
  letter-spacing: .3px;
}
.badge-tag.trending { background: var(--green); }
.product-body { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.product-cat { font-size: 0.72rem; color: var(--green); font-weight: 700; text-transform: uppercase; letter-spacing: .5px; }
.product-body h3 { font-size: 1rem; color: var(--navy); font-weight: 700; }
.product-body p { font-size: 0.83rem; color: var(--text-muted); flex: 1; }
.product-price { display: flex; align-items: baseline; gap: 8px; margin-top: 2px; }
.price-now { font-size: 1.15rem; font-weight: 800; color: var(--navy); }
.price-old { font-size: 0.85rem; color: #a3aab8; text-decoration: line-through; }
.product-actions { display: flex; gap: 8px; margin-top: 10px; }
.product-actions .btn { flex: 1; padding: 10px 12px; font-size: 0.82rem; }

.view-all-wrap { text-align: center; margin-top: 40px; }

/* =========== WHY CHOOSE US =========== */
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.why-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 28px 24px;
  box-shadow: var(--shadow);
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.why-icon {
  min-width: 52px; height: 52px;
  border-radius: 14px;
  background: var(--navy);
  color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem;
}
.why-card h3 { font-size: 1rem; color: var(--navy); margin-bottom: 6px; }
.why-card p { font-size: 0.86rem; color: var(--text-muted); }

/* =========== ABOUT =========== */
.about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 50px;
  align-items: center;
}
.about-media { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lift); }
.about-copy h2 { font-size: clamp(1.5rem, 2.4vw, 2.1rem); color: var(--navy); font-weight: 800; margin-bottom: 16px; }
.about-copy p { color: var(--text-muted); margin-bottom: 16px; }
.about-points { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 18px; }
.about-points li { display: flex; align-items: center; gap: 10px; font-size: 0.9rem; font-weight: 600; color: var(--navy); }
.about-points li i { color: var(--green); }

/* =========== ORDER PROCESS =========== */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}
.step-card { text-align: center; position: relative; }
.step-num {
  width: 54px; height: 54px;
  border-radius: 50%;
  background: var(--green-soft);
  color: var(--green);
  font-weight: 800;
  font-size: 1.2rem;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 14px;
  border: 2px solid var(--green);
}
.step-card h4 { font-size: 0.92rem; color: var(--navy); margin-bottom: 6px; }
.step-card p { font-size: 0.78rem; color: var(--text-muted); }

/* =========== CTA STRIP =========== */
.cta-strip {
  background: linear-gradient(120deg, var(--green) 0%, var(--green-2) 100%);
  color: var(--white);
  border-radius: 22px;
  padding: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.cta-strip h2 { font-size: 1.6rem; font-weight: 800; margin-bottom: 8px; }
.cta-strip p { opacity: .92; }
.cta-strip-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* =========== FOOTER =========== */
.footer { background: var(--navy); color: #c6cde8; }
.footer-top { padding: 60px 0 40px; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 36px; }
.footer-brand { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.footer-brand img { height: 48px; width: 48px; border-radius: 50%; object-fit: cover; }
.footer-brand strong { color: var(--white); font-size: 1.1rem; font-weight: 800; }
.footer p.desc { font-size: 0.86rem; line-height: 1.7; margin-bottom: 16px; color: #aeb6d9; }
.footer h4 { color: var(--white); font-size: 1rem; margin-bottom: 18px; font-weight: 700; }
.footer ul li { margin-bottom: 11px; font-size: 0.88rem; }
.footer ul li a:hover { color: var(--green-2); }
.footer .contact-item { display: flex; gap: 10px; margin-bottom: 14px; font-size: 0.87rem; align-items: flex-start; }
.footer .contact-item i { color: var(--green-2); margin-top: 3px; }
.footer-social { display: flex; gap: 10px; margin-top: 16px; }
.footer-social a {
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(255,255,255,.08);
  display: flex; align-items: center; justify-content: center;
  transition: background .15s, transform .15s;
}
.footer-social a:hover { background: var(--green); transform: translateY(-3px); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.82rem;
  color: #98a1c7;
  flex-wrap: wrap;
  gap: 8px;
}

/* =========== WHATSAPP FLOAT =========== */
.wa-float {
  position: fixed;
  bottom: 24px; right: 24px;
  width: 58px; height: 58px;
  background: #25D366;
  color: var(--white);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.7rem;
  box-shadow: 0 10px 24px rgba(37,211,102,.42);
  z-index: 400;
  animation: pulse 2.4s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(37,211,102,.5), 0 10px 24px rgba(37,211,102,.42); }
  70% { box-shadow: 0 0 0 14px rgba(37,211,102,0), 0 10px 24px rgba(37,211,102,.42); }
  100% { box-shadow: 0 0 0 0 rgba(37,211,102,0), 0 10px 24px rgba(37,211,102,.42); }
}

/* =========== TOAST =========== */
.toast {
  position: fixed;
  top: 90px; right: 24px;
  background: var(--navy);
  color: var(--white);
  padding: 14px 22px;
  border-radius: var(--radius-sm);
  font-size: 0.88rem;
  font-weight: 600;
  box-shadow: var(--shadow-lift);
  z-index: 900;
  display: flex; align-items: center; gap: 10px;
  transform: translateX(140%);
  transition: transform .3s ease;
}
.toast.show { transform: translateX(0); }
.toast i { color: var(--green-2); }

/* =========== BREADCRUMB / PAGE HEAD =========== */
.page-head {
  background: linear-gradient(120deg, var(--navy), var(--navy-2));
  color: var(--white);
  padding: 46px 0;
  text-align: center;
}
.page-head h1 { font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 800; margin-bottom: 8px; }
.page-head .crumbs { font-size: 0.85rem; color: #b9c1e6; }
.page-head .crumbs a:hover { color: var(--green-2); }

/* =========== CART PAGE =========== */
.cart-layout { display: grid; grid-template-columns: 1fr 360px; gap: 30px; align-items: flex-start; }
.cart-table { width: 100%; border-collapse: collapse; background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.cart-table th { background: var(--bg-tint); text-align: left; padding: 14px 16px; font-size: 0.8rem; text-transform: uppercase; letter-spacing: .4px; color: var(--navy); }
.cart-table td { padding: 16px; border-top: 1px solid var(--border); vertical-align: middle; }
.cart-product { display: flex; align-items: center; gap: 14px; }
.cart-product img { width: 64px; height: 64px; border-radius: 10px; object-fit: cover; background: var(--bg-tint); }
.cart-product-name { font-weight: 700; color: var(--navy); font-size: 0.92rem; }
.cart-product-cat { font-size: 0.76rem; color: var(--text-muted); }
.qty-control { display: inline-flex; align-items: center; border: 1px solid var(--border); border-radius: 50px; overflow: hidden; }
.qty-control button { width: 30px; height: 30px; font-size: 1rem; color: var(--navy); font-weight: 700; }
.qty-control button:hover { background: var(--bg-tint); }
.qty-control span { width: 32px; text-align: center; font-weight: 700; font-size: 0.88rem; }
.remove-btn { color: var(--danger); font-size: 1.05rem; }
.remove-btn:hover { transform: scale(1.15); }

.summary-card {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 24px;
  position: sticky;
  top: 90px;
}
.summary-card h3 { color: var(--navy); font-size: 1.05rem; margin-bottom: 18px; }
.summary-row { display: flex; justify-content: space-between; font-size: 0.9rem; color: var(--text-muted); margin-bottom: 12px; }
.summary-row.total { border-top: 1px dashed var(--border); padding-top: 14px; margin-top: 6px; font-size: 1.05rem; font-weight: 800; color: var(--navy); }
.empty-cart { text-align: center; padding: 60px 20px; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); }
.empty-cart i { font-size: 3rem; color: var(--border); margin-bottom: 16px; }
.empty-cart h3 { color: var(--navy); margin-bottom: 8px; }
.empty-cart p { color: var(--text-muted); margin-bottom: 22px; }

/* =========== CHECKOUT =========== */
.checkout-layout { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 30px; align-items: flex-start; }
.form-card { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); padding: 28px; }
.form-card h3 { color: var(--navy); margin-bottom: 18px; font-size: 1.08rem; display: flex; align-items: center; gap: 10px; }
.form-card h3 .step-chip { background: var(--green); color: var(--white); width: 26px; height: 26px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.78rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 22px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group.full { grid-column: 1 / -1; }
.form-group label { font-size: 0.82rem; font-weight: 700; color: var(--navy); }
.form-group label .opt { color: var(--text-muted); font-weight: 400; }
.form-group input, .form-group textarea, .form-group select {
  padding: 12px 14px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  font-size: 0.9rem;
  color: var(--text-dark);
  transition: border-color .15s;
  background: var(--white);
}
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { outline: none; border-color: var(--green); }
.form-group textarea { resize: vertical; min-height: 80px; }
.file-upload {
  border: 2px dashed var(--border);
  border-radius: var(--radius-sm);
  padding: 22px;
  text-align: center;
  cursor: pointer;
  transition: border-color .15s;
  position: relative;
}
.file-upload:hover { border-color: var(--green); }
.file-upload i { font-size: 1.6rem; color: var(--green); margin-bottom: 8px; display: block; }
.file-upload input { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.file-upload .file-name { margin-top: 8px; font-size: 0.82rem; font-weight: 700; color: var(--navy); }

.qr-box {
  background: var(--bg-tint);
  border: 2px dashed #b9c6be;
  border-radius: var(--radius);
  padding: 26px;
  text-align: center;
  margin-bottom: 18px;
}
.qr-placeholder {
  width: 168px; height: 168px;
  margin: 0 auto 14px;
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  flex-direction: column;
  gap: 6px;
  color: #9aa2b6;
}
.qr-placeholder i { font-size: 2.6rem; color: var(--navy); opacity: .35; }
.qr-placeholder span { font-size: 0.68rem; font-weight: 700; text-align: center; padding: 0 10px; color: var(--text-muted); }
.qr-box .amount { font-size: 1.3rem; font-weight: 800; color: var(--navy); margin-bottom: 4px; }
.qr-box .upi { font-size: 0.8rem; color: var(--text-muted); margin-bottom: 12px; }
.pay-steps { text-align: left; max-width: 320px; margin: 0 auto; }
.pay-steps li { display: flex; gap: 10px; font-size: 0.85rem; color: var(--text-dark); margin-bottom: 10px; align-items: flex-start; }
.pay-steps li .n { min-width: 22px; height: 22px; background: var(--navy); color: var(--white); border-radius: 50%; font-size: 0.7rem; font-weight: 800; display: flex; align-items: center; justify-content: center; }

.payment-methods { display: flex; gap: 12px; margin-bottom: 20px; flex-wrap: wrap; }
.pm-option {
  flex: 1;
  min-width: 160px;
  border: 2px solid var(--green);
  background: var(--green-soft);
  border-radius: var(--radius-sm);
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--navy);
}
.pm-option i { color: var(--green); font-size: 1.2rem; }
.pm-option.disabled { opacity: .5; border-color: var(--border); background: var(--bg-tint); color: var(--text-muted); }
.pm-option.disabled i { color: var(--text-muted); }

.order-summary-list { max-height: 260px; overflow-y: auto; margin-bottom: 16px; }
.order-summary-item { display: flex; justify-content: space-between; gap: 10px; font-size: 0.86rem; padding: 10px 0; border-bottom: 1px solid var(--border); }
.order-summary-item .qty { color: var(--text-muted); }

/* Success Modal */
.modal-overlay {
  position: fixed; inset: 0; background: rgba(15,26,77,.55);
  display: none; align-items: center; justify-content: center; z-index: 1000; padding: 20px;
}
.modal-overlay.open { display: flex; }
.modal-box {
  background: var(--white);
  border-radius: 18px;
  padding: 40px 32px;
  max-width: 440px;
  text-align: center;
  box-shadow: var(--shadow-lift);
}
.modal-box .check-circle {
  width: 78px; height: 78px;
  background: var(--green-soft);
  color: var(--green);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 2.2rem;
  margin: 0 auto 20px;
}
.modal-box h2 { color: var(--navy); margin-bottom: 10px; font-size: 1.3rem; }
.modal-box p { color: var(--text-muted); margin-bottom: 24px; font-size: 0.92rem; }
.modal-box .order-id { background: var(--bg-tint); border-radius: 10px; padding: 10px 16px; font-weight: 700; color: var(--navy); margin-bottom: 22px; font-size: 0.9rem; }
.modal-actions { display: flex; gap: 10px; flex-direction: column; }

/* =========== ABOUT PAGE / CONTACT PAGE extras =========== */
.trust-badges { display: flex; gap: 30px; flex-wrap: wrap; margin-top: 26px; }
.trust-badges div { display: flex; align-items: center; gap: 10px; font-weight: 700; color: var(--navy); font-size: 0.9rem; }
.trust-badges i { color: var(--green); font-size: 1.3rem; }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: start; }
.contact-info-card { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); padding: 30px; margin-bottom: 20px; }
.contact-info-card .row { display: flex; gap: 14px; margin-bottom: 20px; align-items: flex-start; }
.contact-info-card .row:last-child { margin-bottom: 0; }
.contact-info-card .row i { width: 42px; height: 42px; border-radius: 12px; background: var(--green-soft); color: var(--green); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.contact-info-card .row h4 { color: var(--navy); font-size: 0.92rem; margin-bottom: 3px; }
.contact-info-card .row p, .contact-info-card .row a { color: var(--text-muted); font-size: 0.88rem; }
.map-embed { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: none; width: 100%; height: 260px; }

.ig-card {
  background: linear-gradient(135deg, #833ab4, #fd1d1d 50%, #fcb045);
  border-radius: var(--radius);
  padding: 30px;
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 22px;
}
.ig-qr {
  width: 96px; height: 96px;
  background: var(--white);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.ig-qr i { font-size: 2.2rem; color: #833ab4; }
.ig-card h4 { font-size: 1.1rem; margin-bottom: 4px; }
.ig-card p { font-size: 0.85rem; opacity: .95; margin-bottom: 10px; }

/* =========== 404 / GENERIC =========== */
.not-found { text-align: center; padding: 100px 20px; }
.not-found h1 { font-size: 5rem; color: var(--navy); font-weight: 800; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 992px) {
  .hero-inner { grid-template-columns: 1fr; padding: 50px 0; }
  .hero-media { order: -1; max-height: 320px; }
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: 1fr; }
  .about-media { max-height: 340px; }
  .steps-grid { grid-template-columns: repeat(3, 1fr); row-gap: 30px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .cart-layout { grid-template-columns: 1fr; }
  .checkout-layout { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .nav-menu { display: none; }
  .hamburger { display: flex; }
}

@media (max-width: 768px) {
  .section { padding: 50px 0; }
  .topbar .topbar-left { display: none; }
  .topbar .container { justify-content: center; }
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .cat-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .why-grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-strip { flex-direction: column; text-align: center; padding: 32px 24px; }
  .footer-top { grid-template-columns: 1fr; gap: 30px; padding: 46px 0 30px; }
  .hero-stats { gap: 22px; }
  .form-grid { grid-template-columns: 1fr; }
  .ig-card { flex-direction: column; text-align: center; }
}

@media (max-width: 480px) {
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .product-body { padding: 12px; }
  .product-actions { flex-direction: column; }
  .cat-grid { grid-template-columns: 1fr 1fr; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .hero-cta { flex-direction: column; align-items: stretch; }
  .hero-cta .btn { width: 100%; }
  .cta-strip-actions { flex-direction: column; width: 100%; }
  .cta-strip-actions .btn { width: 100%; }
  .brand-text strong { font-size: 1rem; }
  .brand img { height: 42px; width: 42px; }
  .wa-float { width: 50px; height: 50px; font-size: 1.4rem; bottom: 16px; right: 16px; }
}
