/* ===================================================
   MOSLA POINT (মসলা পয়েন্ট) - COMPLETE PREMIUM STYLING
   Khulna Chuijhal Pickle (250g Jars) Landing Page Design
   =================================================== */

:root {
  /* Brand Core Colors (Derived from Mosla Point Logo) */
  --primary-green: #35a71a;
  --primary-green-dark: #237410;
  --primary-green-light: #4cd82a;
  --primary-green-subtle: #ebfbe8;

  --spice-brown: #46220e;
  --spice-brown-dark: #271206;
  --spice-brown-light: #6a3617;
  --spice-brown-soft: #fcf7f2;

  --amber-gold: #e67e10;
  --amber-gold-dark: #b85e05;
  --amber-gold-light: #ff9d33;
  --amber-subtle: #fef5e8;

  --chili-red: #d32f2f;

  /* Neutral Surface Colors */
  --bg-page: #fdfbf7;
  --bg-card: #ffffff;
  --bg-card-alt: #fbf6ef;
  --bg-card-border: #ede1d1;
  --text-main: #2b180d;
  --text-muted: #6b584a;
  --text-light: #9c897b;

  /* Elevations & Shadows */
  --shadow-sm: 0 2px 8px rgba(70, 34, 14, 0.06);
  --shadow-md: 0 8px 24px rgba(70, 34, 14, 0.08);
  --shadow-lg: 0 16px 40px rgba(70, 34, 14, 0.12);
  --shadow-glow: 0 0 25px rgba(230, 126, 16, 0.35);

  /* Typography */
  --font-main: 'Hind Siliguri', -apple-system, sans-serif;
  --font-num: 'Outfit', sans-serif;

  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-full: 9999px;

  --transition-fast: 0.2s ease;
  --transition-normal: 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  overflow-x: hidden;
}

body {
  font-family: var(--font-main);
  background-color: var(--bg-page);
  color: var(--text-main);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  position: relative;
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
  transition: var(--transition-fast);
}

button, input, select, textarea {
  font-family: inherit;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.text-center {
  text-align: center;
}

.text-spice {
  color: var(--amber-gold-dark);
}

/* ===================================================
   TOP ANNOUNCEMENT BAR
   =================================================== */
.top-announcement {
  background: linear-gradient(90deg, #1f0d04 0%, #3a1a09 50%, #1f0d04 100%);
  color: #fcebd9;
  font-size: 0.92rem;
  padding: 8px 0;
  border-bottom: 1px solid rgba(230, 126, 16, 0.25);
  position: relative;
  z-index: 100;
}

.announcement-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.announcement-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.badge-pill {
  background: linear-gradient(135deg, var(--chili-red), #e65100);
  color: #ffffff;
  padding: 3px 10px;
  border-radius: var(--radius-full);
  font-size: 0.78rem;
  font-weight: 700;
  box-shadow: 0 2px 6px rgba(211, 47, 47, 0.4);
}

.announcement-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.timer-label {
  color: #e5cdbe;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  gap: 5px;
}

.countdown-timer {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: var(--font-num);
  font-weight: 700;
  color: var(--amber-gold-light);
}

.time-box {
  background: rgba(255, 255, 255, 0.1);
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.88rem;
  display: inline-flex;
  align-items: baseline;
  gap: 2px;
}

.time-box small {
  font-size: 0.65rem;
  color: #f7d5b8;
  font-family: var(--font-main);
}

.top-call-btn {
  background: rgba(53, 167, 26, 0.25);
  border: 1px solid var(--primary-green);
  color: #6ef14e;
  padding: 3px 12px;
  border-radius: var(--radius-full);
  font-size: 0.82rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
}

.top-call-btn:hover {
  background: var(--primary-green);
  color: #ffffff;
}

/* ===================================================
   SITE HEADER / NAVIGATION
   =================================================== */
.site-header {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(12px);
  position: sticky;
  top: 0;
  z-index: 99;
  border-bottom: 1px solid #ebdccb;
  box-shadow: 0 4px 20px rgba(70, 34, 14, 0.05);
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 74px;
}

.brand-logo-link {
  display: flex;
  align-items: center;
}

.brand-logo {
  height: 48px;
  width: auto;
  object-fit: contain;
}

.main-nav .nav-list {
  display: flex;
  list-style: none;
  gap: 20px;
}

.nav-link {
  font-weight: 600;
  font-size: 0.96rem;
  color: var(--text-main);
  padding: 6px 4px;
  position: relative;
}

.nav-link:hover,
.nav-link.active {
  color: var(--amber-gold-dark);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.btn-whatsapp-sm {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #25d366;
  color: #ffffff;
  padding: 8px 16px;
  border-radius: var(--radius-full);
  font-size: 0.9rem;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.25);
}

.btn-whatsapp-sm:hover {
  background: #1eb956;
}

.btn-order-glow {
  background: linear-gradient(135deg, var(--amber-gold), #d9531e);
  color: #ffffff;
  padding: 9px 20px;
  border-radius: var(--radius-full);
  font-size: 0.96rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: var(--shadow-glow);
  transition: all var(--transition-fast);
}

.btn-order-glow:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(230, 126, 16, 0.45);
}

.mobile-toggle-btn {
  display: none;
  background: none;
  border: none;
  font-size: 1.4rem;
  color: var(--text-main);
  cursor: pointer;
  padding: 6px;
}

/* ===================================================
   HERO SECTION
   =================================================== */
.hero-section {
  position: relative;
  background: radial-gradient(circle at 80% 30%, #2f170c 0%, #170a04 100%);
  color: #ffffff;
  padding: 55px 0 65px;
  overflow: hidden;
}

.hero-bg-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: radial-gradient(rgba(230, 126, 16, 0.08) 1px, transparent 1px);
  background-size: 32px 32px;
  opacity: 0.7;
  pointer-events: none;
}

.hero-container {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 40px;
  position: relative;
  z-index: 2;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(53, 167, 26, 0.2);
  border: 1px solid rgba(76, 216, 42, 0.4);
  color: #7df562;
  padding: 6px 16px;
  border-radius: var(--radius-full);
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 16px;
}

.hero-badge .badge-icon {
  color: #ffd166;
}

.hero-title {
  font-size: 2.35rem;
  font-weight: 800;
  line-height: 1.26;
  margin-bottom: 16px;
  color: #ffffff;
  letter-spacing: -0.5px;
}

.highlight-text {
  color: #ffb049;
  background: linear-gradient(120deg, #ffd166 0%, #ff9533 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.hero-subtitle {
  font-size: 1.08rem;
  color: #e5cdbd;
  line-height: 1.7;
  margin-bottom: 22px;
  max-width: 620px;
}

.hero-usps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 16px;
  margin-bottom: 24px;
}

.usp-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.92rem;
  color: #f7e8db;
}

.usp-item i {
  color: var(--primary-green-light);
  font-size: 1rem;
}

.hero-price-strip {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-md);
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  backdrop-filter: blur(8px);
}

.price-box {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}

.price-tag-label {
  font-size: 0.92rem;
  color: #dfc9b8;
}

.current-price {
  font-family: var(--font-num);
  font-size: 1.85rem;
  font-weight: 800;
  color: #ffbf47;
}

.current-price small {
  font-family: var(--font-main);
  font-size: 0.88rem;
  font-weight: 500;
  color: #d1b8a5;
}

.old-price {
  font-family: var(--font-num);
  font-size: 1.15rem;
  color: #a89182;
  text-decoration: line-through;
}

.save-tag {
  background: linear-gradient(135deg, #d32f2f, #b71c1c);
  color: #ffffff;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 700;
}

.stock-alert {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  color: #ffb199;
  font-weight: 600;
}

.pulse-dot {
  width: 9px;
  height: 9px;
  background-color: #ff5252;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
  animation: pulse-ring 1.8s infinite cubic-bezier(0.66, 0, 0, 1);
}

@keyframes pulse-ring {
  to { box-shadow: 0 0 0 12px rgba(255, 82, 82, 0); }
}

.hero-cta-group {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.btn-primary-hero {
  background: linear-gradient(135deg, #f57c00 0%, #d84315 100%);
  color: #ffffff;
  padding: 14px 28px;
  border-radius: var(--radius-full);
  font-size: 1.08rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 8px 25px rgba(245, 124, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all var(--transition-fast);
}

.btn-primary-hero:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(245, 124, 0, 0.6);
}

.btn-whatsapp-hero {
  background: #25d366;
  color: #ffffff;
  padding: 14px 24px;
  border-radius: var(--radius-full);
  font-size: 1.02rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 8px 22px rgba(37, 211, 102, 0.35);
  transition: all var(--transition-fast);
}

.btn-whatsapp-hero:hover {
  background: #1eb956;
  transform: translateY(-2px);
}

.hero-call-text {
  font-size: 0.92rem;
  color: #c4ab99;
}

.hero-call-text a {
  color: #57ec37;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-left: 5px;
}

/* Product Spotlight Card */
.hero-media {
  position: relative;
  display: flex;
  justify-content: center;
}

.product-spotlight-card {
  position: relative;
  background: radial-gradient(circle at center, #3d1c0b 0%, #200e05 100%);
  border: 2px solid rgba(230, 126, 16, 0.35);
  border-radius: 26px;
  padding: 22px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6), 0 0 35px rgba(230, 126, 16, 0.2);
  width: 100%;
  max-width: 420px;
  text-align: center;
}

.spotlight-badge {
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #e65100, #b71c1c);
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 4px 16px;
  border-radius: var(--radius-full);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  z-index: 5;
  white-space: nowrap;
}

.product-spotlight-card .image-wrapper {
  margin: 22px 0 14px;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  padding: 8px;
}

.spotlight-img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.4s ease;
}

.product-spotlight-card:hover .spotlight-img {
  transform: scale(1.04);
}

.floating-badge {
  position: absolute;
  background: rgba(255, 255, 255, 0.96);
  color: var(--text-main);
  padding: 8px 12px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  text-align: left;
  z-index: 6;
  backdrop-filter: blur(6px);
}

.floating-badge i {
  font-size: 1.25rem;
  color: var(--primary-green);
}

.floating-badge strong {
  display: block;
  font-size: 0.84rem;
  line-height: 1.2;
}

.floating-badge span {
  font-size: 0.72rem;
  color: var(--text-muted);
}

.badge-top-left {
  top: 15%;
  left: -20px;
}

.badge-bottom-right {
  bottom: 20%;
  right: -20px;
}

.badge-bottom-right i {
  color: var(--chili-red);
}

.spotlight-footer {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.rating-stars {
  color: #ffd166;
  font-size: 0.92rem;
}

.rating-stars span {
  color: #eed6c5;
  font-size: 0.82rem;
  margin-left: 6px;
}

/* ===================================================
   TRUST BAR SECTION
   =================================================== */
.trust-bar-section {
  background: #ffffff;
  padding: 30px 0;
  border-bottom: 1px solid var(--bg-card-border);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.trust-card {
  display: flex;
  align-items: center;
  gap: 14px;
}

.trust-icon-box {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--spice-brown-soft);
  color: var(--amber-gold-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  flex-shrink: 0;
  border: 1px solid #ebd7c5;
}

.trust-info h4 {
  font-size: 0.96rem;
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 2px;
}

.trust-info p {
  font-size: 0.82rem;
  color: var(--text-muted);
  line-height: 1.35;
}

/* ===================================================
   SECTION HEADERS
   =================================================== */
.section-tag {
  display: inline-block;
  background: var(--primary-green-subtle);
  color: var(--primary-green-dark);
  border: 1px solid #c2edbc;
  font-size: 0.84rem;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: var(--radius-full);
  margin-bottom: 10px;
}

.section-title {
  font-size: 2.05rem;
  font-weight: 800;
  color: var(--text-main);
  line-height: 1.3;
  margin-bottom: 10px;
}

.section-desc {
  font-size: 1.02rem;
  color: var(--text-muted);
  max-width: 700px;
  margin: 0 auto 36px;
  line-height: 1.6;
}

/* ===================================================
   TWO SIGNATURE PRODUCTS SECTION
   =================================================== */
.our-products-section {
  padding: 75px 0;
  background: #ffffff;
}

.two-products-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

.product-showcase-card {
  background: #ffffff;
  border: 2px solid var(--bg-card-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  transition: all var(--transition-normal);
  position: relative;
}

.product-showcase-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
  border-color: #d1b8a5;
}

.product-showcase-card.featured-prod {
  border-color: var(--amber-gold);
}

.prod-badge-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  background: linear-gradient(135deg, var(--spice-brown), #6a3617);
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: var(--radius-full);
  z-index: 3;
}

.prod-badge-tag.tag-tangy {
  background: linear-gradient(135deg, #d97706, #b45309);
}

.prod-image-wrap {
  width: 100%;
  height: 270px;
  overflow: hidden;
  background: #fdfbf7;
}

.prod-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.product-showcase-card:hover .prod-card-img {
  transform: scale(1.04);
}

.prod-details {
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}

.prod-name {
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 8px;
}

.prod-desc {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.55;
  margin-bottom: 16px;
}

.prod-highlights {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 20px;
  padding: 12px 14px;
  background: var(--bg-card-alt);
  border-radius: var(--radius-md);
  border-left: 3px solid var(--primary-green);
}

.prod-highlights span {
  font-size: 0.86rem;
  color: var(--text-main);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}

.prod-highlights span i {
  color: var(--primary-green);
}

.prod-price-box {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid #f0e4d7;
}

.price-from {
  font-size: 0.88rem;
  color: var(--text-muted);
}

.price-amount {
  font-family: var(--font-num);
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--amber-gold-dark);
}

.price-unit {
  font-size: 0.85rem;
  color: #8c786a;
}

.price-unit del {
  color: #a89182;
  margin-right: 4px;
}

.btn-prod-order {
  width: 100%;
  background: linear-gradient(135deg, var(--spice-brown), #6a3617);
  color: #ffffff;
  border: none;
  padding: 13px 20px;
  border-radius: var(--radius-full);
  font-size: 0.98rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all var(--transition-fast);
}

.btn-prod-order:hover {
  background: linear-gradient(135deg, #5c2f14, #86461f);
  transform: translateY(-2px);
}

.btn-tangy-order {
  background: linear-gradient(135deg, var(--amber-gold), #b85e05);
}

.btn-tangy-order:hover {
  background: linear-gradient(135deg, #f58a1d, #9e4f02);
}

/* Combo Promotional Box */
.combo-promo-box {
  background: linear-gradient(135deg, #2b1407 0%, #170903 100%);
  border: 2px solid rgba(230, 126, 16, 0.4);
  border-radius: var(--radius-lg);
  padding: 28px 32px;
  color: #ffffff;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.25);
}

.combo-badge-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, #d32f2f, #e65100);
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: var(--radius-full);
  margin-bottom: 12px;
}

.combo-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}

.combo-left h3 {
  font-size: 1.55rem;
  font-weight: 700;
  color: #ffd699;
  margin-bottom: 4px;
}

.combo-left p {
  font-size: 0.95rem;
  color: #e5cdbd;
  max-width: 580px;
}

.combo-right {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.combo-price-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.combo-curr {
  font-family: var(--font-num);
  font-size: 1.8rem;
  font-weight: 800;
  color: #ffd166;
}

.combo-old {
  font-family: var(--font-num);
  font-size: 1rem;
  color: #a89182;
  text-decoration: line-through;
}

.combo-shipping {
  font-size: 0.8rem;
  color: #7df562;
  font-weight: 700;
}

.btn-combo-act {
  background: linear-gradient(135deg, #ff9100, #e64a19);
  color: #ffffff;
  border: none;
  padding: 13px 22px;
  border-radius: var(--radius-full);
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 6px 20px rgba(230, 74, 25, 0.4);
  transition: all var(--transition-fast);
}

.btn-combo-act:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(230, 74, 25, 0.55);
}

/* ===================================================
   CHUI JHAL HEALTH BENEFITS SECTION
   =================================================== */
.benefits-section {
  padding: 75px 0;
  background-color: #fbf7f1;
}

.benefits-layout {
  display: grid;
  grid-template-columns: 1fr 1.1fr 1fr;
  align-items: center;
  gap: 28px;
}

.benefit-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.benefit-card {
  background: var(--bg-card);
  padding: 20px;
  border-radius: var(--radius-md);
  border: 1px solid var(--bg-card-border);
  box-shadow: var(--shadow-sm);
  display: flex;
  gap: 14px;
  transition: all var(--transition-fast);
}

.benefit-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.benefit-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--amber-subtle);
  color: var(--amber-gold-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.benefit-text h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 4px;
}

.benefit-text p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.48;
}

.dish-showcase-frame {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 5px solid #ffffff;
}

.dish-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.dish-overlay-badge {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(30, 13, 5, 0.88);
  backdrop-filter: blur(8px);
  color: #ffd166;
  padding: 6px 16px;
  border-radius: var(--radius-full);
  font-size: 0.88rem;
  font-weight: 700;
  white-space: nowrap;
}

/* ===================================================
   CRAFTSMANSHIP & INGREDIENTS SECTION
   =================================================== */
.craftsmanship-section {
  padding: 75px 0;
  background: #ffffff;
}

.craftsmanship-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 45px;
}

.ingredient-steps {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 26px;
}

.step-card {
  display: flex;
  gap: 18px;
  padding: 14px 18px;
  background: var(--bg-card-alt);
  border-radius: var(--radius-md);
  border-left: 4px solid var(--amber-gold);
}

.step-num {
  font-family: var(--font-num);
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--amber-gold-dark);
}

.step-details h4 {
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 3px;
}

.step-details p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.45;
}

.btn-primary-glow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--spice-brown), #6a3617);
  color: #ffffff;
  padding: 13px 26px;
  border-radius: var(--radius-full);
  font-size: 1.02rem;
  font-weight: 700;
}

.btn-primary-glow:hover {
  color: #ffd699;
}

.visual-card-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 4px solid #f2e3d5;
}

.visual-img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.visual-floating-card {
  position: absolute;
  bottom: 20px; left: 20px; right: 20px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  padding: 14px 18px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.visual-floating-card i {
  font-size: 1.6rem;
  color: var(--amber-gold-dark);
}

.visual-floating-card strong {
  display: block;
  font-size: 0.94rem;
}

.visual-floating-card span {
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* ===================================================
   PACKAGES SECTION (250G JARS)
   =================================================== */
.packages-section {
  padding: 75px 0;
  background: #fbf7f1;
}

.product-category-tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 35px;
  flex-wrap: wrap;
}

.cat-tab-btn {
  background: #ffffff;
  border: 2px solid #e0d1c3;
  color: var(--text-main);
  padding: 10px 20px;
  border-radius: var(--radius-full);
  font-size: 0.96rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all var(--transition-fast);
}

.cat-tab-btn:hover {
  border-color: var(--amber-gold);
  color: var(--amber-gold-dark);
}

.cat-tab-btn.active {
  background: linear-gradient(135deg, var(--spice-brown), #6a3617);
  border-color: var(--spice-brown);
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(70, 34, 14, 0.2);
}

.cat-tab-btn.combo-tab.active {
  background: linear-gradient(135deg, #e65100, #c62828);
  border-color: #e65100;
  color: #ffffff;
}

.package-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.package-card {
  background: #ffffff;
  border: 2px solid var(--bg-card-border);
  border-radius: var(--radius-lg);
  padding: 30px 22px 26px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: var(--shadow-sm);
  transition: all var(--transition-normal);
}

.package-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.package-card.selected {
  border-color: var(--primary-green);
  box-shadow: 0 10px 30px rgba(53, 167, 26, 0.15);
}

.package-card.featured-card {
  border-color: var(--amber-gold);
  background: linear-gradient(180deg, #fffcf7 0%, #ffffff 100%);
  transform: scale(1.02);
}

.popular-ribbon {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #e65100, #c62828);
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 3px 16px;
  border-radius: var(--radius-full);
  box-shadow: 0 4px 10px rgba(198, 40, 40, 0.3);
  white-space: nowrap;
}

.package-header {
  text-align: center;
  margin-bottom: 16px;
}

.package-type {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--amber-gold-dark);
  text-transform: uppercase;
}

.package-name {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--text-main);
  margin: 4px 0;
}

.package-subtitle {
  font-size: 0.85rem;
  color: var(--text-muted);
}

.package-price-wrap {
  text-align: center;
  background: var(--spice-brown-soft);
  padding: 14px 10px;
  border-radius: var(--radius-md);
  margin-bottom: 20px;
  border: 1px dashed #e2cfbe;
}

.pkg-current {
  font-family: var(--font-num);
  font-size: 2rem;
  font-weight: 800;
  color: var(--text-main);
  display: block;
}

.pkg-old {
  font-family: var(--font-num);
  font-size: 1rem;
  color: #9c897b;
  text-decoration: line-through;
  margin-right: 5px;
}

.pkg-discount {
  display: inline-block;
  background: #fee2e2;
  color: var(--chili-red);
  font-size: 0.8rem;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 4px;
}

.package-perks {
  list-style: none;
  margin-bottom: 24px;
}

.package-perks li {
  font-size: 0.88rem;
  color: var(--text-main);
  padding: 6px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #f3ece3;
}

.package-perks li i {
  color: var(--primary-green);
  font-size: 0.9rem;
}

.btn-select-package {
  width: 100%;
  background: #ffffff;
  border: 2px solid var(--amber-gold);
  color: var(--amber-gold-dark);
  padding: 12px 18px;
  border-radius: var(--radius-full);
  font-size: 0.98rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all var(--transition-fast);
}

.btn-select-package:hover {
  background: var(--amber-gold);
  color: #ffffff;
}

.btn-featured-select {
  background: linear-gradient(135deg, var(--amber-gold), #d9531e);
  border: none;
  color: #ffffff;
}

.btn-featured-select:hover {
  background: linear-gradient(135deg, #f58a1d, #bf3f0a);
}

/* ===================================================
   CHECKOUT ORDER FORM SECTION
   =================================================== */
.order-section {
  padding: 75px 0;
  background: radial-gradient(circle at 50% 10%, #fff7ee 0%, #faede1 100%);
}

.badge-order-step {
  display: inline-block;
  background: #fef08a;
  color: #854d0e;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 4px 16px;
  border-radius: var(--radius-full);
  margin-bottom: 10px;
}

.order-title {
  font-size: 2.1rem;
  font-weight: 800;
  color: var(--text-main);
  margin-bottom: 8px;
}

.order-desc {
  font-size: 1rem;
  color: var(--text-muted);
  max-width: 650px;
  margin: 0 auto 32px;
}

.checkout-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  align-items: flex-start;
}

.checkout-form-box {
  background: #ffffff;
  border-radius: var(--radius-lg);
  padding: 30px 26px;
  box-shadow: var(--shadow-md);
  border: 1px solid #ebd7c5;
}

.form-step-block {
  margin-bottom: 22px;
}

.form-step-title {
  display: block;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 12px;
}

.form-step-title i {
  color: var(--amber-gold-dark);
  margin-right: 5px;
}

.form-package-selector {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.pkg-radio-label {
  display: flex;
  align-items: center;
  padding: 11px 14px;
  border: 2px solid #e7d8ca;
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: all var(--transition-fast);
  background: #fdfbf7;
}

.pkg-radio-label:hover {
  border-color: #d1bba9;
  background: #ffffff;
}

.pkg-radio-label.selected {
  border-color: var(--primary-green);
  background: #f2fbf0;
  box-shadow: 0 4px 12px rgba(53, 167, 26, 0.12);
}

.pkg-radio-label input[type="radio"] {
  width: 17px;
  height: 17px;
  accent-color: var(--primary-green);
  margin-right: 10px;
}

.pkg-radio-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.pkg-radio-content .pkg-name {
  font-weight: 600;
  font-size: 0.92rem;
}

.pkg-radio-content .pkg-val {
  font-family: var(--font-num);
  font-weight: 700;
  color: var(--text-main);
  font-size: 1.08rem;
}

.input-group {
  margin-bottom: 14px;
}

.input-group label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-main);
  margin-bottom: 5px;
}

.input-group .req {
  color: var(--chili-red);
}

.input-with-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.input-with-icon i {
  position: absolute;
  left: 14px;
  color: #9c897b;
  font-size: 0.95rem;
  pointer-events: none;
}

.input-with-icon textarea ~ i {
  top: 14px;
}

.input-with-icon input,
.input-with-icon select,
.input-with-icon textarea {
  width: 100%;
  padding: 11px 14px 11px 40px;
  border: 1.5px solid #dccdc0;
  border-radius: var(--radius-sm);
  font-size: 0.95rem;
  color: var(--text-main);
  background: #ffffff;
}

.input-with-icon input:focus,
.input-with-icon select:focus,
.input-with-icon textarea:focus {
  outline: none;
  border-color: var(--amber-gold);
  box-shadow: 0 0 0 3px rgba(230, 126, 16, 0.15);
}

.field-hint {
  font-size: 0.76rem;
  color: #8c786a;
  margin-top: 3px;
  display: block;
}

.payment-method-box {
  background: var(--primary-green-subtle);
  border: 1px solid #c0ebba;
  border-radius: var(--radius-md);
  padding: 12px 16px;
  margin-bottom: 20px;
}

.payment-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.payment-check i {
  color: var(--primary-green-dark);
  font-size: 1.25rem;
  margin-top: 2px;
}

.payment-check strong {
  display: block;
  font-size: 0.94rem;
  color: #174e0c;
}

.payment-check span {
  font-size: 0.82rem;
  color: #276917;
}

.form-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.btn-submit-order {
  width: 100%;
  background: linear-gradient(135deg, #15803d, #166534);
  color: #ffffff;
  border: none;
  padding: 15px 18px;
  border-radius: var(--radius-full);
  font-size: 1.12rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 6px 18px rgba(22, 101, 52, 0.35);
  transition: all var(--transition-fast);
}

.btn-submit-order:hover {
  background: linear-gradient(135deg, #16a34a, #15803d);
  transform: translateY(-2px);
}

.divider-or {
  text-align: center;
  position: relative;
  margin: 3px 0;
}

.divider-or::before {
  content: '';
  position: absolute;
  top: 50%; left: 0; right: 0;
  height: 1px;
  background: #e2d1c2;
}

.divider-or span {
  background: #ffffff;
  padding: 0 10px;
  position: relative;
  font-size: 0.82rem;
  color: #9c897b;
}

.btn-whatsapp-order {
  width: 100%;
  background: #ffffff;
  border: 2px solid #25d366;
  color: #128c7e;
  padding: 12px 18px;
  border-radius: var(--radius-full);
  font-size: 0.96rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn-whatsapp-order:hover {
  background: #25d366;
  color: #ffffff;
}

/* Order Summary Sticky Card */
.checkout-summary-box {
  position: sticky;
  top: 90px;
}

.summary-card {
  background: #ffffff;
  border: 1px solid #ebd7c5;
  border-radius: var(--radius-lg);
  padding: 24px;
  box-shadow: var(--shadow-md);
}

.summary-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #f2e3d5;
  margin-bottom: 16px;
}

.summary-header h3 {
  font-size: 1.15rem;
  font-weight: 700;
}

.live-tag {
  background: #e0f2fe;
  color: #0369a1;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: var(--radius-full);
}

.summary-product-row {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid #f2e3d5;
}

.summary-thumb {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #ebd7c5;
}

.summary-prod-info h4 {
  font-size: 0.95rem;
  font-weight: 700;
}

.summary-pkg-badge {
  display: inline-block;
  background: var(--spice-brown-soft);
  color: var(--spice-brown-light);
  font-size: 0.76rem;
  font-weight: 600;
  padding: 2px 7px;
  border-radius: 4px;
  margin: 2px 0;
}

.summary-unit-price {
  font-family: var(--font-num);
  font-weight: 700;
  color: var(--amber-gold-dark);
  font-size: 1rem;
}

.summary-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.summary-line {
  display: flex;
  justify-content: space-between;
  font-size: 0.92rem;
  color: var(--text-muted);
}

.summary-line span:last-child {
  font-family: var(--font-num);
  font-weight: 600;
  color: var(--text-main);
}

.discount-line {
  color: var(--chili-red);
}

.discount-line span:last-child {
  color: var(--chili-red);
}

.summary-divider {
  height: 1px;
  background: #ebd7c5;
  margin: 5px 0;
}

.summary-total-line {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 1.1rem;
  font-weight: 700;
}

.summary-total-line .grand-total {
  font-family: var(--font-num);
  font-size: 1.7rem;
  font-weight: 800;
  color: var(--primary-green-dark);
}

.summary-security-notes {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid #f2e3d5;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.sec-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  color: #6b584a;
}

.sec-item i {
  color: var(--primary-green);
}

/* ===================================================
   CUSTOMER REVIEWS SECTION
   =================================================== */
.reviews-section {
  padding: 75px 0;
  background: #ffffff;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.review-card {
  background: var(--bg-card-alt);
  border: 1px solid var(--bg-card-border);
  border-radius: var(--radius-md);
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: var(--shadow-sm);
}

.review-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}

.reviewer-meta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.reviewer-avatar {
  width: 38px;
  height: 38px;
  background: linear-gradient(135deg, var(--amber-gold), #b45309);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 700;
}

.reviewer-meta h4 {
  font-size: 0.95rem;
  font-weight: 700;
}

.reviewer-location {
  font-size: 0.76rem;
  color: var(--text-muted);
}

.verified-badge {
  font-size: 0.72rem;
  color: var(--primary-green-dark);
  background: var(--primary-green-subtle);
  padding: 2px 7px;
  border-radius: var(--radius-full);
  font-weight: 600;
}

.review-rating {
  color: #f59e0b;
  font-size: 0.82rem;
  margin-bottom: 10px;
}

.review-body {
  font-size: 0.9rem;
  color: var(--text-main);
  line-height: 1.55;
  font-style: italic;
  margin-bottom: 12px;
}

.review-purchased {
  font-size: 0.78rem;
  color: #8c786a;
  border-top: 1px dashed #ebd7c5;
  padding-top: 8px;
}

/* ===================================================
   FAQ ACCORDION SECTION
   =================================================== */
.faq-section {
  padding: 75px 0;
  background: #fbf7f1;
}

.faq-accordion-wrap {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  background: #ffffff;
  border: 1px solid var(--bg-card-border);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.faq-item.active {
  border-color: var(--amber-gold);
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 16px 20px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-main);
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-align: left;
  gap: 12px;
}

.faq-question i {
  color: var(--amber-gold-dark);
  font-size: 0.9rem;
  transition: transform var(--transition-fast);
}

.faq-item.active .faq-question i {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background: #fffdfb;
}

.faq-item.active .faq-answer {
  max-height: 250px;
  padding: 0 20px 18px;
}

.faq-answer p {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.55;
  border-top: 1px solid #f3ebe1;
  padding-top: 10px;
}

/* ===================================================
   FINAL CTA BANNER
   =================================================== */
.final-cta-section {
  padding: 60px 0;
  background: linear-gradient(135deg, #241107 0%, #150904 100%);
  color: #ffffff;
  text-align: center;
}

.final-cta-card h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #ffd699;
}

.final-cta-card p {
  font-size: 1.05rem;
  color: #e5cdbe;
  margin-bottom: 24px;
}

.cta-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.btn-call-hero {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 14px 26px;
  border-radius: var(--radius-full);
  font-size: 1rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* ===================================================
   SITE FOOTER
   =================================================== */
.site-footer {
  background: #190b05;
  color: #d1bbaa;
  padding: 65px 0 25px;
  border-top: 1px solid rgba(230, 126, 16, 0.2);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 1.2fr;
  gap: 35px;
  margin-bottom: 40px;
}

.footer-logo {
  height: 44px;
  width: auto;
  filter: brightness(0) invert(1);
  margin-bottom: 14px;
}

.footer-bio {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #c2ada0;
  margin-bottom: 18px;
}

.footer-social-links {
  display: flex;
  gap: 10px;
}

.social-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
}

.social-icon.fb:hover { background: #1877f2; }
.social-icon.wa:hover { background: #25d366; }
.social-icon.email:hover { background: var(--amber-gold); }

.footer-heading {
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
  position: relative;
  padding-bottom: 6px;
}

.footer-heading::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 30px; height: 2px;
  background: var(--amber-gold);
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-links a {
  font-size: 0.9rem;
  color: #bfa89b;
}

.footer-links a:hover {
  color: #ffbf47;
}

.footer-contact-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.9rem;
}

.footer-contact-list li i {
  color: var(--amber-gold-light);
  margin-top: 3px;
}

.footer-contact-list li a {
  color: #59ec39;
  font-weight: 600;
}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.84rem;
  color: #8f796d;
}

/* ===================================================
   FLOATING BUTTONS & TOASTS
   =================================================== */
.floating-whatsapp-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 58px;
  height: 58px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.45);
  z-index: 990;
}

.whatsapp-tooltip {
  position: absolute;
  right: 68px;
  background: #111827;
  color: #ffffff;
  padding: 5px 12px;
  border-radius: 6px;
  font-size: 0.78rem;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.floating-whatsapp-btn:hover .whatsapp-tooltip {
  opacity: 1;
}

.online-indicator {
  position: absolute;
  top: 2px; right: 2px;
  width: 14px; height: 14px;
  background-color: #4ade80;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.mobile-sticky-bar {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: #ffffff;
  padding: 8px 12px;
  box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.12);
  z-index: 980;
  border-top: 1px solid #ebd7c5;
}

.mobile-bar-btn {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px 4px;
  border-radius: 8px;
  font-size: 0.76rem;
  font-weight: 700;
  gap: 2px;
}

.mobile-bar-btn i { font-size: 1.1rem; }
.mobile-bar-btn.btn-call { color: #1f2937; background: #f3f4f6; }
.mobile-bar-btn.btn-whatsapp { color: #ffffff; background: #25d366; }
.mobile-bar-btn.btn-order { color: #ffffff; background: linear-gradient(135deg, var(--amber-gold), #d9531e); flex: 1.4; }

/* Modal Confirmation */
.modal-backdrop {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(6px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 1000;
}

.modal-backdrop.open { display: flex; }

.modal-dialog {
  background: #ffffff;
  border-radius: var(--radius-lg);
  max-width: 500px;
  width: 100%;
  position: relative;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
  max-height: 90vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.modal-close {
  position: absolute;
  top: 14px; right: 16px;
  background: #f3ece3;
  border: none;
  width: 30px; height: 30px;
  border-radius: 50%;
  font-size: 1.25rem;
  cursor: pointer;
  color: #6b584a;
}

.modal-content-box {
  padding: 30px 24px;
  text-align: center;
}

.success-icon-wrap {
  width: 65px; height: 65px;
  background: var(--primary-green-subtle);
  color: var(--primary-green);
  border-radius: 50%;
  margin: 0 auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.3rem;
}

.modal-title {
  font-size: 1.35rem;
  font-weight: 800;
  margin-bottom: 4px;
}

.modal-sub {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin-bottom: 18px;
}

.order-receipt-card {
  background: var(--bg-card-alt);
  border: 1px solid var(--bg-card-border);
  border-radius: var(--radius-md);
  padding: 14px 18px;
  text-align: left;
  margin-bottom: 20px;
}

.receipt-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.88rem;
  padding: 4px 0;
  color: var(--text-muted);
}

.receipt-row strong { color: var(--text-main); }

.receipt-divider {
  height: 1px;
  background: #ebd7c5;
  margin: 6px 0;
}

.receipt-row.total-row {
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--text-main);
}

.receipt-price {
  font-family: var(--font-num);
  font-size: 1.35rem;
  color: var(--primary-green-dark);
}

.modal-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.btn-modal-wa {
  background: #25d366;
  color: #ffffff;
  padding: 12px;
  border-radius: var(--radius-full);
  font-size: 0.98rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn-modal-close {
  background: #f1f5f9;
  border: none;
  color: #475569;
  padding: 10px;
  border-radius: var(--radius-full);
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
}

/* Live Toast Notification */
.live-toast {
  position: fixed;
  bottom: 25px; left: 25px;
  background: #ffffff;
  border: 1px solid #ebd7c5;
  border-left: 4px solid var(--primary-green);
  border-radius: var(--radius-md);
  padding: 11px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  z-index: 950;
  transform: translateY(120px);
  opacity: 0;
  transition: all 0.4s ease;
  max-width: 350px;
}

.live-toast.show {
  transform: translateY(0);
  opacity: 1;
}

.toast-avatar {
  width: 34px; height: 34px;
  border-radius: 50%;
  background: var(--primary-green-subtle);
  color: var(--primary-green-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  flex-shrink: 0;
}

.toast-content p {
  font-size: 0.82rem;
  color: var(--text-main);
  line-height: 1.35;
}

.toast-time {
  font-size: 0.7rem;
  color: #9c897b;
}

/* ===================================================
   RESPONSIVE MEDIA QUERIES
   =================================================== */
@media (max-width: 1024px) {
  .hero-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-subtitle { margin: 0 auto 22px; }
  .hero-usps { max-width: 480px; margin: 0 auto 24px; text-align: left; }
  .hero-price-strip { max-width: 480px; margin: 0 auto 24px; }
  .hero-cta-group { justify-content: center; }

  .two-products-grid { grid-template-columns: 1fr; max-width: 540px; margin-left: auto; margin-right: auto; }
  .combo-content { flex-direction: column; text-align: center; }
  .combo-right { justify-content: center; }
  .combo-price-wrap { align-items: center; }

  .benefits-layout { grid-template-columns: 1fr; }
  .benefit-center-media { order: -1; }
  .dish-img { height: 300px; }

  .craftsmanship-grid { grid-template-columns: 1fr; }
  .visual-img { height: 320px; }

  .package-cards-grid { grid-template-columns: 1fr; max-width: 450px; margin-left: auto; margin-right: auto; }
  .package-card.featured-card { transform: none; }

  .checkout-layout { grid-template-columns: 1fr; }
  .checkout-summary-box { position: static; }

  .reviews-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .footer-grid { grid-template-columns: 1fr; gap: 25px; }
}

@media (max-width: 768px) {
  .announcement-right { display: none; }
  .announcement-inner { justify-content: center; text-align: center; }

  .main-nav {
    display: none;
    position: absolute;
    top: 74px; left: 0; right: 0;
    background: #ffffff;
    padding: 16px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    border-bottom: 2px solid var(--amber-gold);
  }

  .main-nav.mobile-open { display: block; }
  .main-nav .nav-list { flex-direction: column; gap: 12px; }

  .mobile-toggle-btn { display: block; }
  .btn-whatsapp-sm { display: none; }

  .hero-title { font-size: 1.8rem; }
  .hero-media { margin-top: 20px; }
  .floating-badge { display: none; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }

  /* Hide floating button on mobile to prevent overlapping with sticky bottom bar */
  .floating-whatsapp-btn { display: none !important; }
  .mobile-sticky-bar {
    display: flex;
    gap: 8px;
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom, 0px));
    z-index: 980;
  }
  body { padding-bottom: 74px; }
  .live-toast { bottom: 76px; left: 12px; right: 12px; max-width: none; z-index: 900; }
  .site-header { height: 68px; }
  .header-container { height: 68px; }
  .main-nav { top: 68px; z-index: 999; }
}

@media (max-width: 480px) {
  .announcement-text { font-size: 0.78rem; line-height: 1.35; }
  .badge-pill { font-size: 0.72rem; padding: 2px 8px; }
  .brand-logo { height: 38px; }
  .site-header, .header-container { height: 62px; }
  .main-nav { top: 62px; }
  .hero-title { font-size: 1.45rem; line-height: 1.25; }
  .hero-subtitle { font-size: 0.95rem; }
  .hero-usps { grid-template-columns: 1fr; gap: 8px; }
  .trust-grid { grid-template-columns: 1fr; gap: 10px; }
  .checkout-form-box { padding: 18px 12px; border-radius: 12px; }
  .btn-primary-hero, .btn-whatsapp-hero { width: 100%; justify-content: center; font-size: 0.95rem; padding: 12px 16px; }
  .pack-toggle-group { grid-template-columns: 1fr; gap: 10px; }
  .pack-opt-card { padding: 12px; }
  .catalog-grid { grid-template-columns: 1fr; gap: 16px; }
  .category-nav-bar { gap: 6px; }
  .main-cat-btn { padding: 8px 14px; font-size: 13px; }
  .footer-grid { gap: 20px; }
  .modal-dialog { border-radius: 14px; }
  .modal-content-box { padding: 22px 14px; }
}

@media (max-width: 360px) {
  .announcement-text { font-size: 0.72rem; }
  .hero-title { font-size: 1.3rem; }
  .mobile-bar-btn { font-size: 0.7rem; padding: 6px 2px; }
  .mobile-bar-btn i { font-size: 0.95rem; }
}

/* ===================================================
   MULTI-CATEGORY BUSINESS SHOWCASE (আচার, মসলা, মধু)
   =================================================== */
.category-section {
  padding: 70px 0;
  background: #fdfaf6;
  border-top: 1px solid #ede1d1;
  border-bottom: 1px solid #ede1d1;
}

.category-nav-bar {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.main-cat-btn {
  padding: 12px 24px;
  border-radius: var(--radius-full);
  font-size: 15px;
  font-weight: 700;
  border: 1px solid var(--bg-card-border);
  background: #fff;
  color: var(--text-main);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.25s ease;
  box-shadow: var(--shadow-sm);
}

.main-cat-btn:hover {
  border-color: var(--amber-gold);
  transform: translateY(-2px);
}

.main-cat-btn.active {
  background: linear-gradient(135deg, var(--spice-brown), var(--spice-brown-dark));
  color: #fff;
  border-color: var(--spice-brown);
  box-shadow: 0 4px 15px rgba(70, 34, 14, 0.25);
}

.main-cat-btn .badge-status {
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 12px;
  font-weight: 600;
}

.main-cat-btn .badge-instock {
  background: rgba(53, 167, 26, 0.15);
  color: #237410;
}

.main-cat-btn.active .badge-instock {
  background: var(--primary-green);
  color: #fff;
}

.main-cat-btn .badge-coming {
  background: rgba(230, 126, 16, 0.15);
  color: #b85e05;
}

.main-cat-btn.active .badge-coming {
  background: var(--amber-gold);
  color: #fff;
}

/* Category Content Panels */
.cat-panel {
  display: none;
  animation: fadeInPanel 0.4s ease-out;
}

.cat-panel.active {
  display: block;
}

@keyframes fadeInPanel {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

.coming-soon-banner {
  background: linear-gradient(135deg, #fff9f0, #fff4e5);
  border: 2px dashed rgba(230, 126, 16, 0.4);
  border-radius: 16px;
  padding: 24px;
  text-align: center;
  margin-bottom: 30px;
}

.coming-soon-banner h3 {
  font-size: 20px;
  color: var(--spice-brown);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.coming-soon-banner p {
  color: var(--text-muted);
  font-size: 14px;
  margin-top: 6px;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

/* Coming Soon Product Cards */
.coming-soon-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
}

.cs-card {
  background: #ffffff;
  border: 1px solid #ede1d1;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
}

.cs-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
  border-color: var(--amber-gold);
}

.cs-card-img-wrap {
  height: 180px;
  background: linear-gradient(135deg, #fbf7f0, #f7efe2);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.cs-icon-big {
  font-size: 64px;
  color: var(--amber-gold);
  opacity: 0.85;
  transition: transform 0.3s ease;
}

.cs-card:hover .cs-icon-big {
  transform: scale(1.1);
}

.cs-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(230, 126, 16, 0.95);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  letter-spacing: 0.5px;
}

.cs-body {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.cs-body h4 {
  font-size: 18px;
  color: var(--spice-brown);
  font-weight: 700;
  margin-bottom: 6px;
}

.cs-body p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.5;
  margin-bottom: 14px;
  flex: 1;
}

.cs-features {
  list-style: none;
  margin-bottom: 16px;
  font-size: 12px;
  color: var(--text-main);
}

.cs-features li {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
}

.cs-features i {
  color: var(--primary-green);
  font-size: 11px;
}

.btn-prebook {
  background: #fdf3e7;
  color: var(--amber-gold-dark);
  border: 1px solid rgba(230, 126, 16, 0.3);
  padding: 10px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.2s;
}

.btn-prebook:hover {
  background: var(--amber-gold);
  color: #fff;
}

/* Nav Admin Link */
.nav-admin-link {
  color: #92400e !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  background: #fef3c7;
  padding: 4px 10px !important;
  border-radius: 6px;
  border: 1px solid #fde68a;
}

.nav-admin-link:hover {
  background: #fde68a;
}

/* ===================================================
   DEDICATED PRODUCT LANDING PAGES & CATALOG STYLES
   =================================================== */

/* Single Product Landing Hero */
.single-prod-hero {
  padding: 50px 0 40px;
  background: radial-gradient(circle at 10% 20%, rgba(245, 158, 11, 0.08) 0%, transparent 50%),
              radial-gradient(circle at 90% 80%, rgba(70, 34, 14, 0.05) 0%, transparent 50%),
              #fdfbf7;
  border-bottom: 1px solid #ede1d1;
}

.single-prod-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 40px;
  align-items: center;
}

.prod-gallery-wrap {
  position: relative;
}

.prod-main-img-box {
  background: #ffffff;
  border: 1px solid #ede1d1;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(70, 34, 14, 0.12);
  position: relative;
}

.prod-main-img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.prod-main-img:hover {
  transform: scale(1.03);
}

.badge-jar-250 {
  position: absolute;
  top: 18px;
  left: 18px;
  background: linear-gradient(135deg, #d97706, #b45309);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(217, 119, 6, 0.35);
}

.single-prod-info {
  display: flex;
  flex-direction: column;
}

.single-prod-title {
  font-size: 30px;
  font-weight: 800;
  color: var(--spice-brown);
  line-height: 1.25;
  margin-bottom: 12px;
}

.single-prod-desc {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 20px;
}

.rating-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fffbeb;
  border: 1px solid #fde68a;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  color: #92400e;
  font-weight: 600;
  margin-bottom: 16px;
  width: fit-content;
}

.pricing-tier-card {
  background: #ffffff;
  border: 2px solid var(--amber-gold);
  border-radius: 14px;
  padding: 16px 20px;
  margin-bottom: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 6px 18px rgba(230, 126, 16, 0.12);
}

.price-tier-left .tier-label {
  font-size: 12px;
  color: var(--text-muted);
  font-weight: 600;
  text-transform: uppercase;
}

.price-tier-left .tier-val {
  font-size: 28px;
  font-weight: 800;
  color: #b45309;
  font-family: 'Outfit', sans-serif;
}

.price-tier-left .tier-del {
  font-size: 16px;
  color: #9ca3af;
  text-decoration: line-through;
  margin-left: 6px;
}

.price-tier-right .save-tag-sm {
  background: rgba(53, 167, 26, 0.12);
  color: #237410;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 20px;
  border: 1px solid rgba(53, 167, 26, 0.25);
}

/* Package Options Toggle */
.pack-toggle-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 24px;
}

.pack-opt-card {
  background: #ffffff;
  border: 2px solid #ede1d1;
  border-radius: 12px;
  padding: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
}

.pack-opt-card:hover {
  border-color: var(--amber-gold);
}

.pack-opt-card.active {
  border-color: #d97706;
  background: #fffdfa;
  box-shadow: 0 4px 14px rgba(217, 119, 6, 0.2);
}

.pack-opt-card .badge-popular {
  position: absolute;
  top: -9px;
  right: 12px;
  background: #d97706;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 10px;
}

.pack-opt-card .opt-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--spice-brown);
}

.pack-opt-card .opt-price {
  font-size: 18px;
  font-weight: 800;
  color: #b45309;
  margin-top: 4px;
  font-family: 'Outfit', sans-serif;
}

.pack-opt-card .opt-sub {
  font-size: 11px;
  color: var(--text-muted);
}

/* Catalog Page Styling (products.php) */
.catalog-section {
  padding: 60px 0;
  background: #fdfaf6;
  min-height: 70vh;
}

.catalog-header {
  text-align: center;
  margin-bottom: 40px;
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 26px;
}

.catalog-card {
  background: #ffffff;
  border: 1px solid #ede1d1;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.catalog-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
  border-color: var(--amber-gold);
}

.catalog-img-wrap {
  height: 220px;
  position: relative;
  overflow: hidden;
  background: #faf5ee;
}

.catalog-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.catalog-card:hover .catalog-img {
  transform: scale(1.05);
}

.catalog-body {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.catalog-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--spice-brown);
  margin-bottom: 6px;
}

.catalog-desc {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.5;
  margin-bottom: 16px;
  flex: 1;
}

.catalog-price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding-top: 12px;
  border-top: 1px solid #f3ebe1;
}

.catalog-price {
  font-size: 20px;
  font-weight: 800;
  color: #b45309;
}

.catalog-btn {
  background: linear-gradient(135deg, var(--spice-brown), var(--spice-brown-dark));
  color: #fff;
  padding: 11px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.25s;
}

.catalog-btn:hover {
  background: linear-gradient(135deg, #d97706, #b45309);
  color: #fff;
  box-shadow: 0 4px 15px rgba(217, 119, 6, 0.35);
}

/* Responsive */
@media (max-width: 900px) {
  .single-prod-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .prod-main-img {
    height: 320px;
  }
  .single-prod-title {
    font-size: 24px;
  }
}

