/* ==========================================================================
   TIBE.FOOD DESIGN SYSTEM & TOKENS
   Fast Casual / Street Food - Indomie Noodle Special
   ========================================================================== */

:root {
  /* Brand Colors */
  --primary: #FF6B00;          /* Spicy Orange - primary CTAs, active states */
  --primary-hover: #E65C00;
  --primary-light: #FFF2E5;
  --primary-glow: rgba(255, 107, 0, 0.28);
  
  --secondary-gradient: linear-gradient(180deg, #FF6B00 0%, #FF8F00 100%);
  --hero-gradient: linear-gradient(135deg, #FF5500 0%, #FF7700 50%, #FFA000 100%);
  
  --bg-base: #FFF8EE;          /* Warm Cream Paper tone */
  --bg-card: #FFFFFF;          /* Pure White Card Surface */
  --bg-card-subtle: #FFFDF9;
  
  --text-dark: #3D1C06;        /* Caramel Espresso - soft retro dark */
  --text-muted: #7A533E;       /* Warm Secondary Text */
  --text-light: #B89984;
  
  --price-urgent: #E03B00;     /* Hot Chili Red - prices & hot tags */
  --accent-green: #8BC34A;     /* Avocado Green - freshness & vegan */
  --accent-green-dark: #689F38;
  --accent-yellow: #FFC107;
  
  /* Popeyes Fast Casual Accents */
  --teal-popeyes: #00A896;     /* Louisiana Teal - high contrast CTA button */
  --teal-hover: #008F80;
  --teal-glow: rgba(0, 168, 150, 0.32);
  --card-radius-popeyes: 28px;
  --border-card-popeyes: #EAEAEA;
  
  --border-light: #FFD8A8;     /* Warm subtle border */
  --border-subtle: #F3E5D4;
  
  /* Radii */
  --radius-card: 20px;
  --radius-pill: 999px;
  --radius-sm: 12px;
  --radius-md: 16px;
  
  /* Shadows */
  --shadow-sm: 0 4px 12px rgba(61, 28, 6, 0.05);
  --shadow-card: 0 8px 24px rgba(0, 0, 0, 0.06);
  --shadow-card-hover: 0 12px 28px rgba(255, 107, 0, 0.12), 0 4px 12px rgba(61, 28, 6, 0.04);
  --shadow-sticky: 0 -6px 25px rgba(61, 28, 6, 0.09);
  --shadow-float: 0 20px 40px rgba(255, 107, 0, 0.22);
  --shadow-popeyes-card: 0 8px 24px rgba(0, 0, 0, 0.06);
  
  /* Typography */
  --font-body: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  --font-display: 'Nunito', 'Fredoka', 'Outfit', cursive, sans-serif;
}

/* Reset & Base Setup */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

img, picture, video, canvas, svg {
  max-width: 100%;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  background-color: var(--bg-base);
  color: var(--text-dark);
  font-family: var(--font-body);
  line-height: 1.5;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  position: relative;
  padding-bottom: 96px; /* Space for Sticky Checkout Bar */
}

/* Utility: Hide elements on mobile */
@media (max-width: 768px) {
  .hide-mobile {
    display: none !important;
  }
}

/* Halftone Patterns */
.halftone-overlay {
  background-image: radial-gradient(rgba(255, 255, 255, 0.2) 2px, transparent 2px);
  background-size: 16px 16px;
}

.halftone-card-header {
  background-image: radial-gradient(rgba(255, 107, 0, 0.12) 1.5px, transparent 1.5px);
  background-size: 10px 10px;
}

/* Utility Containers: Compact ShopeeFood/GrabFood 1080px */
.container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

@media (max-width: 480px) {
  .container {
    padding: 0 12px;
  }
}

/* Header & Announcement Bar */
.store-closed-banner[hidden] {
  display: none !important;
}

.store-closed-banner {
  background-color: #B91C1C;
  color: #FFFFFF;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 12px 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  position: sticky;
  top: 0;
  z-index: 999;
}

@media (max-width: 768px) {
  .store-closed-banner {
    font-size: 0.8rem;
    padding: 10px 12px;
  }
}

/* Khoá mọi nút đặt món/thêm giỏ hàng khi quán tạm ngừng nhận đơn */
body.store-closed .btn-hero-cta,
body.store-closed .btn-combo-order,
body.store-closed .btn-noodle-add-circle,
body.store-closed .btn-snack-add,
body.store-closed .btn-sticky-order,
body.store-closed .nav-cart-btn,
body.store-closed .btn-send-zalo,
body.store-closed .btn-confirm-order-direct {
  pointer-events: none;
  opacity: 0.45;
  filter: grayscale(70%);
}

.top-notice-bar {
  background-color: #3D1C06;
  color: #FFE6CC;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 8px 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  letter-spacing: 0.2px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .top-notice-bar {
    font-size: 0.75rem;
    padding: 6px 10px;
  }
}

.top-notice-bar span.badge-pill {
  background: var(--primary);
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: var(--radius-pill);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

/* Navbar */
.main-header {
  position: sticky;
  top: 0;
  z-index: 90;
  background: rgba(255, 248, 238, 0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-subtle);
  transition: all 0.3s ease;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}

.logo-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.logo-badge {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.25rem;
  box-shadow: 0 4px 10px var(--primary-glow);
  transform: rotate(-5deg);
}

.logo-text {
  display: flex;
  flex-direction: column;
}

.brand-name {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--text-dark);
  line-height: 1.1;
  letter-spacing: -0.5px;
}

.brand-name span {
  color: var(--primary);
}

.brand-tagline {
  font-size: 0.72rem;
  color: var(--text-muted);
  font-weight: 600;
}

.nav-contact-hotline {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #FFFFFF;
  border: 1px solid var(--border-light);
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  text-decoration: none;
  color: var(--text-dark);
  font-weight: 700;
  font-size: 0.85rem;
  transition: all 0.2s;
  box-shadow: var(--shadow-sm);
}

.nav-contact-hotline:hover {
  border-color: var(--primary);
  color: var(--primary);
  transform: translateY(-1px);
}

/* Popeyes Inspired Fast-Casual Header Navigation */
.popeyes-nav-group {
  display: flex;
  align-items: center;
  gap: 12px;
}

.popeyes-nav-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: var(--text-dark);
  font-size: 0.86rem;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: var(--radius-pill);
  transition: all 0.2s;
  background: transparent;
}

.popeyes-nav-item:hover {
  background: var(--primary-light);
  color: var(--primary);
}

.popeyes-nav-item .nav-icon {
  font-size: 1.1rem;
}

.nav-cart-btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  background: var(--primary);
  color: #FFFFFF;
  padding: 7px 16px;
  border-radius: var(--radius-pill);
  font-weight: 700;
  font-size: 0.85rem;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 14px var(--primary-glow);
  transition: transform 0.2s;
}

.nav-cart-btn:hover {
  transform: scale(1.04);
}

@media (max-width: 768px) {
  .main-header {
    width: 100%;
    max-width: 100%;
  }

  .navbar {
    height: 56px;
    padding: 0 4px;
    gap: 8px;
  }

  .logo-wrap {
    gap: 8px;
    flex-shrink: 0;
  }

  .logo-badge {
    width: 36px;
    height: 36px;
    font-size: 1.1rem;
  }

  .brand-name {
    font-size: 1.15rem;
  }

  .brand-tagline {
    display: none !important;
  }

  .popeyes-nav-group {
    gap: 6px;
    flex-shrink: 0;
  }

  /* Hide individual category links on mobile since sticky category bar is below */
  .popeyes-nav-item {
    display: none !important;
  }

  .nav-contact-hotline {
    padding: 6px 10px;
    font-size: 0.78rem;
    gap: 4px;
  }

  .nav-cart-btn {
    padding: 6px 12px;
    font-size: 0.8rem;
    gap: 5px;
  }
}

.cart-counter {
  background: #FFFFFF;
  color: var(--price-urgent);
  font-size: 0.75rem;
  font-weight: 800;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
}

/* ==========================================================================
   POPEYES FAST-CASUAL UI ENHANCEMENTS
   ========================================================================== */

/* 1. Popeyes Pill Button Teal (High Contrast CTA) */
.btn-see-more-teal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--teal-popeyes);
  color: #FFFFFF !important;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  padding: 12px 30px;
  border-radius: var(--radius-pill);
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-shadow: 0 6px 18px var(--teal-glow);
  transition: all 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
  margin: 28px auto 0;
}

.btn-see-more-teal:hover {
  background: var(--teal-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px var(--teal-glow);
}

.btn-see-more-teal:active {
  transform: translateY(0);
}

.btn-see-more-teal .cta-arrow {
  font-size: 1.1rem;
  transition: transform 0.2s ease;
}

.btn-see-more-teal:hover .cta-arrow {
  transform: translateX(4px);
}

/* 2. Greaseproof Food Paper Liner Effect (Lót giấy nến món ăn Fast-Food) */
.food-paper-liner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.food-paper-liner::before {
  content: '';
  position: absolute;
  inset: 10px 14px 6px 14px;
  background-color: #FFF9F2;
  border: 1.5px dashed #FFCA99;
  border-radius: 16px;
  transform: rotate(-3.5deg);
  background-image: radial-gradient(rgba(255, 107, 0, 0.18) 1.2px, transparent 1.2px);
  background-size: 10px 10px;
  box-shadow: 0 4px 14px rgba(61, 28, 6, 0.06);
  z-index: 1;
  pointer-events: none;
  transition: transform 0.3s ease;
}

.bento-card:hover .food-paper-liner::before,
.snack-card:hover .food-paper-liner::before {
  transform: rotate(-1.5deg) scale(1.02);
}

.food-paper-liner img {
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 8px 16px rgba(61, 28, 6, 0.14));
  transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.bento-card:hover .food-paper-liner img,
.snack-card:hover .food-paper-liner img {
  transform: scale(1.05) translateY(-2px);
}

/* 3. Popeyes Category Section Title */
.popeyes-category-heading {
  text-align: center;
  margin: 32px 0 20px;
}

.popeyes-category-title {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3.2vw, 2.1rem);
  font-weight: 800;
  color: #3D1C06;
  letter-spacing: -0.5px;
  margin-bottom: 6px;
  text-transform: none;
}

.popeyes-category-subtitle {
  font-size: 0.92rem;
  color: var(--text-muted);
  font-weight: 500;
}

/* 4. Popeyes Fast-Casual Price Format */
.popeyes-price-tag {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 900;
  color: #1F1F1F;
  display: flex;
  align-items: baseline;
  gap: 2px;
}

.popeyes-price-tag u {
  font-size: 1.15rem;
  font-weight: 800;
  text-underline-offset: 3px;
  color: #1F1F1F;
}

/* 5. Mobile Horizontal Carousel & Scroll Indicator */
.carousel-wrapper-popeyes {
  position: relative;
  width: 100%;
}

.horizontal-snap-carousel {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 10px 4px 20px 4px;
}

.horizontal-snap-carousel::-webkit-scrollbar {
  display: none;
}

.carousel-snap-item {
  flex: 0 0 280px;
  scroll-snap-align: start;
}

.popeyes-scroll-indicator {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 6px 0 16px;
}

.scroll-indicator-track {
  width: 64px;
  height: 5px;
  background: #E5E5E5;
  border-radius: 999px;
  position: relative;
  overflow: hidden;
}

.scroll-indicator-thumb {
  width: 28px;
  height: 100%;
  background: var(--primary);
  border-radius: 999px;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.1s linear;
}

/* ==========================================================================
   SECTION 1: HERO & BRAND INTRO
   ========================================================================== */
.hero-section {
  position: relative;
  background: var(--hero-gradient);
  color: #FFFFFF;
  padding: 24px 0 38px;
  overflow: hidden;
}

.hero-bg-doodles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.doodle {
  position: absolute;
  opacity: 0.22;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
  animation: floatDoodle 8s ease-in-out infinite alternate;
}

.doodle-1 { top: 12%; left: 6%; width: 56px; animation-delay: 0s; }
.doodle-2 { top: 30%; right: 8%; width: 64px; animation-delay: 1.5s; }
.doodle-3 { bottom: 25%; left: 8%; width: 50px; animation-delay: 3s; }
.doodle-4 { top: 70%; right: 12%; width: 44px; animation-delay: 2s; }

@keyframes floatDoodle {
  0% { transform: translateY(0) rotate(0deg); }
  100% { transform: translateY(-12px) rotate(8deg); }
}

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

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.hero-badge-location {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(61, 28, 6, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #FFFFFF;
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  font-size: 0.82rem;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00E676;
  box-shadow: 0 0 0 0 rgba(0, 230, 118, 0.7);
  animation: pulseGreen 1.8s infinite;
}

@keyframes pulseGreen {
  0% { box-shadow: 0 0 0 0 rgba(0, 230, 118, 0.8); }
  70% { box-shadow: 0 0 0 8px rgba(0, 230, 118, 0); }
  100% { box-shadow: 0 0 0 0 rgba(0, 230, 118, 0); }
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5.5vw, 3.8rem);
  line-height: 1.05;
  font-weight: 900;
  color: #FFFFFF;
  text-transform: uppercase;
  text-shadow: 0 4px 14px rgba(61, 28, 6, 0.25), 0 2px 4px rgba(0,0,0,0.2);
  letter-spacing: -0.5px;
}

.hero-title .glow-tag {
  display: inline-block;
  background: #FFF;
  color: var(--price-urgent);
  padding: 2px 14px;
  border-radius: var(--radius-pill);
  transform: rotate(-2deg);
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
  margin-top: 4px;
}

.hero-subtitle {
  font-size: clamp(1rem, 2.2vw, 1.25rem);
  font-weight: 700;
  color: #FFF2E0;
  line-height: 1.4;
  text-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.hero-perks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.hero-perk-item {
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.28);
  padding: 4px 12px;
  border-radius: var(--radius-pill);
  font-size: 0.8rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 10px;
}

.btn-hero-cta {
  background-color: var(--text-dark);
  color: #FFFFFF;
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 800;
  padding: 14px 32px;
  border-radius: var(--radius-pill);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 10px 24px rgba(61, 28, 6, 0.35);
  border: 2px solid rgba(255, 255, 255, 0.15);
  transition: all 0.25s ease;
  cursor: pointer;
}

.btn-hero-cta:hover {
  transform: translateY(-3px) scale(1.02);
  background-color: #241004;
  box-shadow: 0 14px 30px rgba(61, 28, 6, 0.45);
}

.btn-hero-secondary {
  background: rgba(255, 255, 255, 0.9);
  color: var(--text-dark);
  font-weight: 700;
  font-size: 0.95rem;
  padding: 14px 22px;
  border-radius: var(--radius-pill);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
}

.btn-hero-secondary:hover {
  background: #FFFFFF;
  transform: translateY(-2px);
  color: var(--primary);
}

/* Hero Media / Floating Bowl */
.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-bowl-wrapper {
  position: relative;
  width: 100%;
  max-width: 380px;
  animation: bowlFloat 5s ease-in-out infinite alternate;
}

@keyframes bowlFloat {
  0% { transform: translateY(0px) rotate(0deg); }
  100% { transform: translateY(-10px) rotate(1.5deg); }
}

.hero-bowl-img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 50%;
  border: 8px solid #FFFFFF;
  filter: drop-shadow(0 15px 25px rgba(224, 70, 0, 0.25));
  position: relative;
  z-index: 2;
}

.hero-hot-badge {
  position: absolute;
  top: 15px;
  right: -10px;
  z-index: 3;
  background: var(--price-urgent);
  color: #FFFFFF;
  padding: 8px 14px;
  border-radius: var(--radius-pill);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.95rem;
  box-shadow: 0 6px 16px rgba(224, 59, 0, 0.4);
  transform: rotate(10deg);
  border: 2px solid #FFFFFF;
}

.hero-dish-caption {
  position: absolute;
  bottom: 10px;
  left: -10px;
  z-index: 3;
  background: #FFFFFF;
  color: var(--text-dark);
  padding: 8px 16px;
  border-radius: var(--radius-pill);
  font-weight: 800;
  font-size: 0.85rem;
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  gap: 6px;
}

.hero-dish-caption span {
  color: var(--price-urgent);
}

/* Torn Paper Divider */
.torn-paper-divider {
  position: relative;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  margin-top: -2px;
  z-index: 5;
}

.torn-paper-divider svg {
  display: block;
  width: 100%;
  height: 48px;
  fill: var(--bg-base);
  filter: drop-shadow(0 -3px 4px rgba(61, 28, 6, 0.08));
}

@media (max-width: 768px) {
  .hero-section {
    padding: 20px 0 28px;
    width: 100%;
    max-width: 100%;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 22px;
    text-align: center;
  }

  .hero-content {
    align-items: center;
    text-align: center;
    width: 100%;
  }

  .hero-badge-location {
    font-size: 0.75rem;
    padding: 5px 12px;
  }

  .hero-title {
    font-size: clamp(1.85rem, 7.5vw, 2.35rem);
    line-height: 1.15;
  }

  .hero-subtitle {
    font-size: 0.95rem;
  }

  .hero-perks {
    justify-content: center;
    gap: 6px;
  }

  .hero-perk-item {
    font-size: 0.74rem;
    padding: 4px 10px;
  }

  .hero-actions {
    justify-content: center;
    width: 100%;
    gap: 10px;
  }

  .btn-hero-cta {
    padding: 12px 24px;
    font-size: 0.96rem;
  }

  .btn-hero-secondary {
    padding: 12px 18px;
    font-size: 0.88rem;
  }

  .hero-visual {
    width: 100%;
    margin-top: 6px;
  }

  .hero-bowl-wrapper {
    max-width: 240px;
    margin: 0 auto;
  }

  .hero-bowl-img {
    height: 240px;
    border-width: 6px;
  }

  .hero-hot-badge {
    top: 8px;
    right: 4px;
    font-size: 0.75rem;
    padding: 4px 10px;
  }

  .hero-dish-caption {
    font-size: 0.78rem;
    padding: 5px 14px;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
  }

  .torn-paper-divider svg {
    height: 28px;
  }

  .section-wrapper {
    padding: 34px 0 16px;
  }

  .section-header {
    margin-bottom: 22px;
  }

  .section-title {
    font-size: 1.45rem;
  }

  .section-desc {
    font-size: 0.86rem;
  }
}

/* Section Common Titles */
.section-wrapper {
  padding: 54px 0 20px;
  position: relative;
}

.section-header {
  text-align: center;
  margin-bottom: 34px;
  position: relative;
}

.section-tag {
  display: inline-block;
  background: var(--primary-light);
  color: var(--primary);
  border: 1px solid var(--border-light);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 4px 14px;
  border-radius: var(--radius-pill);
  margin-bottom: 8px;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3.8vw, 2.3rem);
  font-weight: 800;
  color: var(--text-dark);
  line-height: 1.15;
  letter-spacing: -0.5px;
}

.section-title span {
  color: var(--text-dark);
}

.section-desc {
  font-size: 0.95rem;
  color: var(--text-muted);
  max-width: 580px;
  margin: 6px auto 0;
  font-weight: 500;
}

/* ==========================================================================
   SECTION 2: CHỌN VỊ MÌ ĐẶC TRƯNG
   ========================================================================== */
.sauce-flavors-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 860px;
  margin: 0 auto;
  position: relative;
}

/* Horizontal scroll on mobile */
@media (max-width: 768px) {
  .sauce-flavors-container {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 16px;
    padding-top: 6px;
    padding-left: 4px;
    padding-right: 4px;
    gap: 14px;
  }
  
  .sauce-card {
    flex: 0 0 220px;
    scroll-snap-align: center;
  }
}

.sauce-card {
  background: var(--bg-card);
  border: 2px solid var(--border-subtle);
  border-radius: var(--radius-card);
  padding: 16px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  box-shadow: var(--shadow-card);
  transition: all 0.28s ease;
  cursor: pointer;
  user-select: none;
}

.sauce-card:hover {
  transform: translateY(-4px);
  border-color: var(--primary);
  box-shadow: var(--shadow-card-hover);
}

.sauce-card.selected {
  border-color: var(--primary);
  background: #FFFDF9;
  box-shadow: 0 0 0 3px var(--primary-light), var(--shadow-card-hover);
}

.sauce-card.selected::after {
  content: '✓ ĐÃ CHỌN';
  position: absolute;
  top: -10px;
  right: 12px;
  background: var(--primary);
  color: #FFFFFF;
  font-size: 0.68rem;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: var(--radius-pill);
  box-shadow: 0 2px 6px var(--primary-glow);
}

.sauce-tag {
  font-size: 0.72rem;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: var(--radius-pill);
  margin-bottom: 10px;
  text-transform: uppercase;
}

.tag-hot { background: #FFEBEE; color: var(--price-urgent); }
.tag-best { background: #FFF3E0; color: var(--primary); }
.tag-bold { background: #EFEBE9; color: #5D4037; }
.tag-easy { background: #F1F8E9; color: var(--accent-green-dark); }
.tag-dare { background: #263238; color: #FF5252; }

.sauce-img-wrap {
  width: 90px;
  height: 90px;
  border-radius: 16px;
  background: #FFF4E6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  overflow: hidden;
  position: relative;
  border: 1px solid var(--border-light);
}

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

.sauce-card:hover .sauce-img {
  transform: scale(1.08);
}

.sauce-title {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--text-dark);
  line-height: 1.2;
}

.sauce-original-name {
  font-size: 0.75rem;
  color: var(--text-muted);
  font-weight: 600;
  margin-top: 2px;
  margin-bottom: 8px;
}

.spicy-meter {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 0.75rem;
  margin-bottom: 10px;
  color: var(--text-muted);
}

.btn-select-flavor {
  margin-top: auto;
  width: 100%;
  background: var(--bg-base);
  color: var(--text-dark);
  border: 1px solid var(--border-light);
  padding: 6px 12px;
  border-radius: var(--radius-pill);
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
}

.sauce-card.selected .btn-select-flavor,
.sauce-card:hover .btn-select-flavor {
  background: var(--primary);
  color: #FFFFFF;
  border-color: var(--primary);
}

/* ==========================================================================
   SECTION 3: COMBO SIÊU TIẾT KIỆM (BENTO GRID)
   ========================================================================== */
.bento-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}

.bento-card {
  background: #FFFFFF;
  border: 1px solid #ECECEC;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.28s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.bento-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.09);
  border-color: #E0E0E0;
}

/* Bento Sizes */
.bento-card.col-6 {
  grid-column: span 6;
}

.bento-card.col-4 {
  grid-column: span 4;
}

@media (max-width: 991px) {
  .bento-card.col-6,
  .bento-card.col-4 {
    grid-column: span 12;
  }
}

.bento-header-banner {
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #F5F5F5;
  background: #FAFAFA;
}

.bento-title-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.bento-combo-name {
  font-family: var(--font-display);
  font-size: 1.22rem;
  font-weight: 800;
  color: #3D1C06;
  letter-spacing: -0.3px;
}

.bento-combo-badge {
  background: var(--price-urgent);
  color: #FFFFFF;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: var(--radius-pill);
  box-shadow: 0 2px 6px rgba(224, 59, 0, 0.25);
}

.bento-price {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 800;
  color: #E03B00;
  display: flex;
  align-items: baseline;
  gap: 2px;
}

.bento-price small {
  font-size: 16px;
  margin-left: 2px;
  color: #E03B00;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.bento-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 14px;
  background: #FFFFFF;
}

.bento-media-wrap {
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(135deg, #FFF6EB 0%, #FFE9D1 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

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

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

.bento-items-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.bento-item-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.9rem;
  color: var(--text-dark);
  font-weight: 600;
  line-height: 1.35;
}

.bento-item-icon {
  color: var(--primary);
  font-size: 1rem;
  flex-shrink: 0;
  margin-top: 1px;
}

.bento-footer {
  margin-top: auto;
  padding-top: 12px;
}

.btn-combo-order {
  width: 100%;
  background: var(--primary);
  color: #FFFFFF;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.98rem;
  padding: 12px 20px;
  border-radius: var(--radius-pill);
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 4px 14px var(--primary-glow);
  transition: all 0.2s ease;
}

.btn-combo-order:hover {
  background: var(--primary-hover);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px var(--primary-glow);
}

/* ==========================================================================
   SECTION 4: MENU TÔ MÌ TRỘN (2-Column Compact Menu Cards)
   ========================================================================== */
.noodle-menu-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

@media (max-width: 768px) {
  .noodle-menu-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

.noodle-menu-card {
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  border-radius: 16px;
  padding: 12px 14px;
  display: flex;
  gap: 14px;
  align-items: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  transition: all 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
  cursor: pointer;
  position: relative;
  user-select: none;
}

.noodle-menu-card:hover {
  transform: translateY(-3px);
  border-color: #FFD0B0;
  box-shadow: 0 10px 24px rgba(255, 107, 0, 0.1);
}

.noodle-card-thumb-wrap {
  position: relative;
  width: 90px;
  height: 90px;
  flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(135deg, #FFF5EA 0%, #FFEAD6 100%);
}

.noodle-card-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.noodle-menu-card:hover .noodle-card-thumb {
  transform: scale(1.08);
}

.noodle-card-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}

.noodle-card-title {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 800;
  color: #3D1C06;
  margin-bottom: 3px;
  line-height: 1.25;
}

.noodle-card-desc {
  font-size: 0.8rem;
  color: #7A533E;
  line-height: 1.35;
  margin-bottom: 8px;
}

.noodle-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}

.noodle-card-price {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 800;
  color: #E03B00;
}

.btn-noodle-add-circle {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--primary);
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(255, 107, 0, 0.35);
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.btn-noodle-add-circle:hover {
  transform: scale(1.12);
  background: var(--primary-hover);
}

.btn-noodle-add-circle:active {
  transform: scale(0.95);
}

/* Snacks Quick Add Section */
.snacks-quick-section {
  margin-top: 48px;
}

.snack-subgroup {
  margin-top: 28px;
}

.snack-subgroup-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.snack-subgroup-icon {
  font-size: 1.4rem;
  line-height: 1;
}

.snack-subgroup-title h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--text-dark);
  margin: 0;
}

.snack-subgroup-badge {
  font-size: 0.76rem;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: 999px;
  background: #FFF3E0;
  color: #E03B00;
}

.snacks-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
}

@media (max-width: 768px) {
  .snacks-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 14px;
    padding-bottom: 14px;
    padding-top: 4px;
    padding-left: 2px;
    padding-right: 2px;
    scrollbar-width: none;
  }
  .snacks-grid::-webkit-scrollbar {
    display: none;
  }
  .snack-card {
    flex: 0 0 250px;
    scroll-snap-align: start;
  }
}

.snack-card {
  background: #FFFFFF;
  border: 1px solid var(--border-card-popeyes);
  border-radius: var(--card-radius-popeyes);
  overflow: hidden;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: var(--shadow-popeyes-card);
  transition: all 0.28s cubic-bezier(0.2, 0.8, 0.2, 1);
  position: relative;
}

.snack-card:hover {
  transform: translateY(-4px);
  border-color: var(--primary);
  box-shadow: 0 14px 30px rgba(255, 107, 0, 0.12);
}

.snack-thumb-wrap {
  position: relative;
  width: 82px;
  height: 82px;
  flex-shrink: 0;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(135deg, #FFF5EB 0%, #FFE8D6 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.snack-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.snack-card:hover .snack-thumb {
  transform: scale(1.08);
}

.snack-info {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.snack-name {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--text-dark);
  line-height: 1.25;
}

.snack-price {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 900;
  color: #1F1F1F;
  margin-top: 3px;
  display: flex;
  align-items: baseline;
  gap: 2px;
}

.snack-price u {
  font-size: 0.95rem;
  font-weight: 800;
  text-underline-offset: 2px;
}

.btn-snack-add {
  margin-top: 8px;
  align-self: flex-start;
  background: var(--primary-light);
  color: var(--primary);
  border: 1.5px solid var(--primary);
  font-size: 0.8rem;
  font-weight: 800;
  padding: 5px 14px;
  border-radius: var(--radius-pill);
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-snack-add:hover {
  background: var(--primary);
  color: #FFFFFF;
  transform: scale(1.04);
}

/* ==========================================================================
   SECTION 5: STICKY CHECKOUT BAR
   ========================================================================== */
.sticky-checkout-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  z-index: 100;
  background: #FFFFFF;
  box-shadow: var(--shadow-sticky);
  border-top: 1px solid var(--border-light);
  padding: 12px 16px;
  transition: transform 0.3s ease;
}

.sticky-content-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.sticky-left-info {
  display: flex;
  align-items: center;
  gap: 14px;
}

.sticky-brand-hotline {
  display: flex;
  flex-direction: column;
}

.sticky-brand-name {
  font-size: 0.88rem;
  font-weight: 800;
  color: var(--text-dark);
  display: flex;
  align-items: center;
  gap: 6px;
}

.sticky-hotline-link {
  font-size: 0.78rem;
  color: var(--primary);
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
}

.sticky-hotline-link:hover {
  text-decoration: underline;
}

.sticky-cart-summary {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #FFF4E5;
  border: 1px solid var(--border-light);
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  cursor: pointer;
  transition: transform 0.2s;
}

.sticky-cart-summary:hover {
  transform: scale(1.02);
}

.sticky-cart-total {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 900;
  color: var(--price-urgent);
}

.sticky-right-ctas {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Button 1: Chat Đặt Món (Zalo/IG) */
.btn-sticky-chat {
  background: #FFF3E0;
  color: var(--primary);
  border: 1.5px solid var(--primary);
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 800;
  padding: 10px 18px;
  border-radius: var(--radius-pill);
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s;
  white-space: nowrap;
}

.btn-sticky-chat:hover {
  background: #FFE0B2;
}

/* Button 2: GỬI ĐƠN NGAY */
.btn-sticky-order {
  background: var(--primary);
  color: #FFFFFF;
  border: none;
  font-family: var(--font-display);
  font-size: 0.98rem;
  font-weight: 900;
  padding: 11px 24px;
  border-radius: var(--radius-pill);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 16px var(--primary-glow);
  white-space: nowrap;
  animation: pulseOrderBtn 2.2s infinite;
}

@keyframes pulseOrderBtn {
  0% { transform: scale(1); box-shadow: 0 4px 16px var(--primary-glow); }
  50% { transform: scale(1.04); box-shadow: 0 8px 24px rgba(255, 107, 0, 0.45); }
  100% { transform: scale(1); box-shadow: 0 4px 16px var(--primary-glow); }
}

.btn-sticky-order:hover {
  background: var(--primary-hover);
}

@media (max-width: 768px) {
  .sticky-checkout-bar {
    padding: 10px 12px;
  }
  
  .sticky-content-inner {
    gap: 8px;
  }

  .sticky-brand-hotline {
    display: none; /* Hide brand label on small mobile, keep cart total and buttons */
  }

  .sticky-cart-summary {
    padding: 6px 10px;
  }

  .sticky-cart-total {
    font-size: 1rem;
  }

  .btn-sticky-chat {
    padding: 8px 12px;
    font-size: 0.8rem;
  }

  .btn-sticky-order {
    padding: 9px 14px;
    font-size: 0.85rem;
  }
}

/* ==========================================================================
   CHECKOUT DRAWER & ORDER MODAL
   ========================================================================== */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(61, 28, 6, 0.65);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}

.modal-overlay.active,
.modal-overlay.open {
  display: flex !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  z-index: 9999 !important;
}

#checkoutModal {
  z-index: 9999 !important;
}

.modal-card {
  background: #FFFFFF;
  width: 100%;
  max-width: 540px;
  max-height: 90vh;
  border-radius: var(--radius-card);
  overflow-y: auto;
  box-shadow: 0 20px 50px rgba(0,0,0,0.25);
  display: flex;
  flex-direction: column;
  animation: modalPop 0.28s ease;
  position: relative;
}

@keyframes modalPop {
  0% { transform: scale(0.92) translateY(20px); opacity: 0; }
  100% { transform: scale(1) translateY(0); opacity: 1; }
}

.modal-header {
  padding: 18px 22px;
  background: var(--hero-gradient);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal-header h3 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 800;
}

.btn-close-modal {
  background: rgba(255, 255, 255, 0.25);
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
}

.btn-close-modal:hover {
  background: rgba(255, 255, 255, 0.4);
}

.modal-body {
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.cart-items-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 320px;
  overflow-y: auto;
  padding-right: 6px;
  scrollbar-width: thin;
  scrollbar-color: var(--primary) #F5EFE6;
  -webkit-overflow-scrolling: touch;
}

.cart-items-container::-webkit-scrollbar {
  width: 6px;
}

.cart-items-container::-webkit-scrollbar-track {
  background: #F5EFE6;
  border-radius: 999px;
}

.cart-items-container::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 999px;
}

.cart-item-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  background: var(--bg-base);
  border-radius: var(--radius-sm);
  border: 1px solid var(--border-subtle);
}

.cart-item-left {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.cart-item-title {
  font-size: 0.9rem;
  font-weight: 800;
  color: var(--text-dark);
}

.cart-item-subtitle {
  font-size: 0.76rem;
  color: var(--text-muted);
  line-height: 1.3;
}

.cart-item-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cart-qty-ctrl {
  display: flex;
  align-items: center;
  gap: 6px;
}

.btn-qty {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid var(--border-light);
  background: #FFFFFF;
  font-weight: 800;
  font-size: 0.85rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-dark);
}

.btn-qty:hover {
  background: var(--primary);
  color: #FFFFFF;
}

.cart-item-price {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.95rem;
  color: var(--price-urgent);
  min-width: 60px;
  text-align: right;
}

.btn-del-item {
  color: #9E9E9E;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  padding: 4px;
}

.btn-del-item:hover {
  color: var(--price-urgent);
}

/* Order Form */
.order-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.form-group label {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text-dark);
}

.form-input,
.form-select,
.form-textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1.5px solid var(--border-subtle);
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--text-dark);
  background: #FFFDFB;
  outline: none;
  transition: border-color 0.2s;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  border-color: var(--primary);
  background: #FFFFFF;
}

.form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.payment-method-selector {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 4px;
}

.payment-label-box {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1.5px solid var(--border-subtle);
  border-radius: var(--radius-sm);
  font-size: 0.85rem;
  font-weight: 700;
  cursor: pointer;
  background: var(--bg-card-subtle);
}

.payment-label-box input[type="radio"] {
  accent-color: var(--primary);
}

/* =========================================================================
   PROMO / VOUCHER CODE SECTION
   ========================================================================= */
.voucher-box-wrapper {
  margin-top: 12px;
  margin-bottom: 8px;
}

.voucher-input-group {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #FFFFFF;
  border: 1.5px dashed #FF8C00;
  border-radius: 12px;
  padding: 4px 6px 4px 12px;
  transition: all 0.2s ease;
  box-shadow: 0 1px 4px rgba(255, 140, 0, 0.08);
}

.voucher-input-group:focus-within {
  border-color: #FF5722;
  box-shadow: 0 0 0 3px rgba(255, 87, 34, 0.15);
}

.voucher-input-prefix {
  font-size: 1.1rem;
  line-height: 1;
  user-select: none;
}

.voucher-input {
  flex: 1;
  border: none;
  outline: none;
  font-family: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  color: #2D1A08;
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  min-width: 0;
}

.voucher-input::placeholder {
  text-transform: none;
  font-weight: 500;
  color: #9CA3AF;
  letter-spacing: normal;
  font-size: 0.84rem;
}

.btn-apply-voucher {
  background: linear-gradient(135deg, #FF8C00 0%, #FF5722 100%);
  color: #FFFFFF;
  border: none;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.15s ease, opacity 0.15s ease, box-shadow 0.15s ease;
  box-shadow: 0 2px 6px rgba(255, 87, 34, 0.25);
}

.btn-apply-voucher:hover {
  opacity: 0.95;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(255, 87, 34, 0.35);
}

.btn-apply-voucher:active {
  transform: translateY(0);
}

.voucher-feedback {
  font-size: 0.78rem;
  font-weight: 700;
  margin-top: 6px;
  padding: 6px 10px;
  border-radius: 8px;
  line-height: 1.35;
  animation: fadeIn 0.2s ease-in-out;
}

.voucher-feedback.error {
  color: #DC2626;
  background: #FEF2F2;
  border: 1px solid #FECACA;
}

.voucher-feedback.success {
  color: #15803D;
  background: #F0FDF4;
  border: 1px solid #BBF7D0;
}

.voucher-feedback.info {
  color: #D97706;
  background: #FFFBEB;
  border: 1px solid #FDE68A;
}

.voucher-applied-badge {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F0FDF4;
  border: 1.5px solid #86EFAC;
  border-radius: 12px;
  padding: 8px 12px;
  animation: fadeIn 0.25s ease;
}

.voucher-badge-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.voucher-badge-tag {
  font-size: 0.88rem;
  font-weight: 800;
  color: #15803D;
  display: flex;
  align-items: center;
  gap: 4px;
}

.voucher-badge-desc {
  font-size: 0.76rem;
  color: #166534;
  font-weight: 600;
}

.btn-remove-voucher {
  background: #FEE2E2;
  color: #DC2626;
  border: none;
  font-size: 0.76rem;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.2s;
}

.btn-remove-voucher:hover {
  background: #FCA5A5;
  color: #991B1B;
}

.voucher-survey-hint {
  font-size: 0.76rem;
  color: #78716C;
  margin-top: 6px;
  padding: 0 4px;
  line-height: 1.35;
}

.voucher-survey-hint a {
  color: #EA580C;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.voucher-survey-hint a:hover {
  color: #C2410C;
}

.checkout-price-summary .summary-row.voucher-row {
  background: #DCFCE7;
  padding: 5px 8px;
  border-radius: 6px;
  border: 1px dashed #86EFAC;
}

/* Checkout Price Summary Breakdown */
.checkout-price-summary {
  background: #FFF8F1;
  border: 1.5px solid #FDE6D2;
  border-radius: var(--radius-sm);
  padding: 12px 14px;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.checkout-price-summary .summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.88rem;
  color: var(--text-dark);
}

.checkout-price-summary .summary-val {
  font-weight: 700;
  color: var(--text-dark);
  font-family: var(--font-display);
}

.checkout-price-summary .shipping-fee-label {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.night-badge {
  display: inline-flex;
  align-items: center;
  background: #7C3AED;
  color: #FFFFFF;
  font-size: 0.68rem;
  font-weight: 800;
  padding: 2px 7px;
  border-radius: 999px;
  letter-spacing: 0.2px;
  animation: pulseNight 2s infinite ease-in-out;
}

@keyframes pulseNight {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.88; transform: scale(1.03); }
}

.rain-badge {
  display: inline-flex;
  align-items: center;
  background: #0284C7;
  color: #FFFFFF;
  font-size: 0.68rem;
  font-weight: 800;
  padding: 2px 7px;
  border-radius: 999px;
  letter-spacing: 0.2px;
  animation: pulseRain 2s infinite ease-in-out;
}

@keyframes pulseRain {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.88; transform: scale(1.03); }
}

.shipping-note-box {
  background: #EFF6FF;
  border: 1px solid #BFDBFE;
  color: #1E40AF;
  font-size: 0.78rem;
  padding: 6px 10px;
  border-radius: 6px;
  line-height: 1.35;
}

/* --- CRM Khách Hàng Thông Minh (Smart Customer CRM) --- */
.quick-reorder-banner {
  background: linear-gradient(135deg, #FFF7ED 0%, #FFEDD5 100%);
  border: 1.5px solid #FDBA74;
  border-radius: 12px;
  padding: 10px 14px;
  margin: 12px auto;
  max-width: 650px;
  box-shadow: 0 3px 10px rgba(234, 88, 12, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  animation: fadeInDown 0.4s ease;
}

.quick-reorder-info {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.85rem;
  color: #7C2D12;
  flex: 1;
}

.quick-reorder-info .avatar-icon {
  font-size: 1.4rem;
  line-height: 1;
}

.quick-reorder-title {
  font-weight: 800;
  color: #9A3412;
}

.quick-reorder-taste {
  font-size: 0.76rem;
  color: #C2410C;
  margin-top: 2px;
}

.quick-reorder-btn {
  background: #EA580C;
  color: #FFFFFF;
  border: none;
  font-size: 0.8rem;
  font-weight: 800;
  padding: 7px 12px;
  border-radius: 8px;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 2px 6px rgba(234, 88, 12, 0.25);
  transition: transform 0.15s ease, background 0.15s ease;
}

.quick-reorder-btn:hover {
  background: #C2410C;
  transform: scale(1.03);
}

.quick-reorder-close {
  background: transparent;
  border: none;
  color: #9A3412;
  font-size: 1.1rem;
  cursor: pointer;
  padding: 0 4px;
  opacity: 0.7;
}

.quick-reorder-close:hover {
  opacity: 1;
}

.crm-customer-badge {
  background: #F0FDF4;
  border: 1px solid #86EFAC;
  border-radius: 8px;
  padding: 8px 12px;
  margin-bottom: 12px;
  font-size: 0.82rem;
  color: #166534;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  animation: fadeInDown 0.3s ease;
}

.crm-customer-badge .crm-icon {
  font-size: 1.1rem;
  line-height: 1;
}

.crm-customer-badge-content {
  flex: 1;
}

.crm-customer-badge-title {
  font-weight: 800;
  color: #15803D;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.crm-customer-badge-tag {
  background: #DCFCE7;
  color: #15803D;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 1px 6px;
  border-radius: 999px;
}

.crm-customer-badge-taste {
  font-size: 0.76rem;
  color: #166534;
  margin-top: 3px;
}

.checkout-price-summary .summary-row.total-row {
  border-top: 1.5px dashed #FDBA74;
  padding-top: 10px;
  margin-top: 2px;
  font-size: 0.96rem;
  font-weight: 800;
  color: var(--text-dark);
}

.checkout-price-summary .summary-total-val {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 900;
  color: var(--price-urgent);
}

/* Modal Actions */
.modal-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 8px;
}

.btn-send-zalo {
  background: #0068FF;
  color: #FFFFFF;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1rem;
  padding: 13px;
  border-radius: var(--radius-pill);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 4px 14px rgba(0, 104, 255, 0.35);
  transition: all 0.2s;
}

.btn-send-zalo:hover {
  background: #0056D2;
  transform: translateY(-2px);
}

.btn-confirm-order-direct {
  background: var(--primary);
  color: #FFFFFF;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1rem;
  padding: 13px;
  border-radius: var(--radius-pill);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 4px 14px var(--primary-glow);
  transition: all 0.2s;
}

.btn-confirm-order-direct:hover {
  background: var(--primary-hover);
}

/* Chat Channels Selection Popup */
.chat-options-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 10px 0;
}

.chat-option-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  border-radius: var(--radius-md);
  border: 1.5px solid var(--border-subtle);
  background: #FFFDF9;
  text-decoration: none;
  color: var(--text-dark);
  font-weight: 700;
  font-size: 0.95rem;
  transition: all 0.2s;
}

.chat-option-btn:hover {
  border-color: var(--primary);
  background: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}

.chat-option-btn.zalo {
  border-color: #CCE3FF;
}
.chat-option-btn.zalo:hover {
  border-color: #0068FF;
}

.chat-option-btn.ig {
  border-color: #FFDEE9;
}
.chat-option-btn.ig:hover {
  border-color: #E1306C;
}

/* Toast Notifications */
.toast-msg {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(-60px);
  background: #3D1C06;
  color: #FFFFFF;
  padding: 12px 24px;
  border-radius: var(--radius-pill);
  font-weight: 700;
  font-size: 0.9rem;
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
  z-index: 300;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  pointer-events: none;
}

.toast-msg.show {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  pointer-events: auto;
}

/* Footer & Legal */
.site-footer {
  background: #2D1404;
  color: #DFC8B6;
  padding: 42px 0 30px;
  font-size: 0.85rem;
  margin-top: 50px;
}

.footer-content {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .footer-content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.footer-brand-title {
  font-family: var(--font-display);
  font-size: 1.4rem;
  color: #FFFFFF;
  margin-bottom: 8px;
}

.footer-brand-title span {
  color: var(--primary);
}

.footer-col h5 {
  color: #FFFFFF;
  font-size: 0.95rem;
  margin-bottom: 12px;
  font-family: var(--font-display);
}

.footer-col p {
  line-height: 1.6;
}

.footer-bottom {
  text-align: center;
  padding-top: 18px;
  font-size: 0.78rem;
  color: #9E8574;
}

/* ==========================================================================
   PRODUCT CUSTOMIZER MODAL (POPUP CHỌN VỊ & TOPPING)
   ========================================================================== */

/* Button Chọn Món trên thẻ mì */
.noodle-action-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.btn-choose-noodle {
  background: var(--primary);
  color: #FFFFFF;
  border: none;
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 800;
  padding: 8px 16px;
  border-radius: var(--radius-pill);
  cursor: pointer;
  box-shadow: 0 3px 10px var(--primary-glow);
  transition: all 0.2s ease;
  white-space: nowrap;
}

.btn-choose-noodle:hover {
  background: var(--primary-hover);
  transform: scale(1.05);
}

@media (max-width: 480px) {
  .noodle-action-right {
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
  }
  .btn-choose-noodle {
    padding: 6px 12px;
    font-size: 0.78rem;
  }
}

/* Customizer Modal Overlay & Layout */
.customizer-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(45, 20, 4, 0.65);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 250;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
  opacity: 0;
  transition: opacity 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}

.customizer-modal-overlay.active {
  display: flex;
  opacity: 1;
  pointer-events: auto;
}

.customizer-dialog {
  background: #FFFFFF;
  width: 100%;
  max-width: 560px;
  max-height: 90vh;
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(61, 28, 6, 0.32);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  animation: customizerSlideUp 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes customizerSlideUp {
  0% { transform: translateY(30px) scale(0.96); opacity: 0; }
  100% { transform: translateY(0) scale(1); opacity: 1; }
}

@media (max-width: 640px) {
  .customizer-modal-overlay {
    padding: 0;
    align-items: flex-end;
  }
  
  .customizer-dialog {
    max-width: 100%;
    max-height: 92vh;
    border-radius: 24px 24px 0 0;
    animation: customizerSlideUpMobile 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  }
  
  @keyframes customizerSlideUpMobile {
    0% { transform: translateY(100%); }
    100% { transform: translateY(0); }
  }
}

/* Modal Header with Dish Info */
.customizer-header {
  padding: 18px 20px;
  background: #FFFDF9;
  border-bottom: 1px solid var(--border-subtle);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  position: sticky;
  top: 0;
  z-index: 10;
}

.customizer-dish-info {
  display: flex;
  align-items: center;
  gap: 14px;
}

.customizer-dish-thumb {
  width: 58px;
  height: 58px;
  border-radius: 14px;
  object-fit: cover;
  border: 2px solid var(--border-light);
  background: #FFF0E0;
  flex-shrink: 0;
}

.customizer-dish-meta h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--text-dark);
  line-height: 1.2;
}

.customizer-dish-price-base {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 900;
  color: var(--price-urgent);
  margin-top: 2px;
}

.customizer-dish-desc {
  font-size: 0.78rem;
  color: var(--text-muted);
  line-height: 1.3;
}

.btn-customizer-close {
  background: #F4EDE6;
  border: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: var(--text-dark);
  font-size: 1.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
  flex-shrink: 0;
}

.btn-customizer-close:hover {
  background: var(--primary);
  color: #FFFFFF;
}

/* Modal Scrollable Body */
.customizer-body {
  padding: 20px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.customizer-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.customizer-sec-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2px;
}

.customizer-sec-title {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--text-dark);
  display: flex;
  align-items: center;
  gap: 6px;
}

.badge-required {
  background: #FFEBEE;
  color: var(--price-urgent);
  font-size: 0.68rem;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: var(--radius-pill);
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.badge-optional {
  background: #F0F4F8;
  color: #607D8B;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: var(--radius-pill);
}

/* 1. Chọn Vị Mì Radio Cards */
.customizer-radios-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.customizer-radio-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  border: 1.5px solid var(--border-subtle);
  border-radius: var(--radius-sm);
  background: #FFFDFB;
  cursor: pointer;
  transition: all 0.2s ease;
  user-select: none;
}

.customizer-radio-card:hover {
  border-color: var(--primary);
  background: #FFFFFF;
}

.customizer-radio-card.active {
  border-color: var(--primary);
  background: var(--primary-light);
  box-shadow: 0 2px 8px var(--primary-glow);
}

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

.custom-radio-circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #C4A792;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.2s;
}

.customizer-radio-card.active .custom-radio-circle {
  border-color: var(--primary);
  background: var(--primary);
}

.customizer-radio-card.active .custom-radio-circle::after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FFFFFF;
}

.radio-card-label {
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--text-dark);
}

.radio-card-sublabel {
  font-size: 0.76rem;
  color: var(--text-muted);
}

.radio-card-spicy-tag {
  font-size: 0.78rem;
}

/* 2. Tùy Chỉnh Rau & Khẩu Vị Checkboxes */
.customizer-veggies-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.customizer-check-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 14px;
  border: 1.5px solid var(--border-subtle);
  border-radius: var(--radius-sm);
  background: #FFFDFB;
  cursor: pointer;
  transition: all 0.2s;
  user-select: none;
  gap: 10px;
}

.customizer-check-card:hover {
  border-color: var(--primary);
  background: #FFFFFF;
}

.customizer-check-card.checked {
  border-color: var(--primary);
  background: #FFF5EC;
  box-shadow: 0 2px 6px var(--primary-glow);
}

.check-card-left {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  min-width: 0;
}

.check-card-right {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.custom-checkbox-square {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 2px solid #C4A792;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.2s;
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 900;
}

.customizer-check-card.checked .custom-checkbox-square {
  border-color: var(--primary);
  background: var(--primary);
}

.customizer-check-card.checked .topping-qty-stepper {
  background: #FFFFFF;
  border-color: #FDBA74;
  box-shadow: 0 1px 4px rgba(234, 88, 12, 0.15);
}

.customizer-check-card.checked .topping-qty-stepper .top-qty-value {
  color: var(--primary);
}

.check-card-label {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--text-dark);
}

.check-card-sublabel {
  font-size: 0.74rem;
  color: var(--text-muted);
  margin-top: 2px;
  line-height: 1.25;
}

.check-card-price {
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 800;
  color: var(--price-urgent);
}

/* 3. Thêm Topping Tính Phí (Multi-select Grid) */
.customizer-toppings-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

@media (max-width: 480px) {
  .customizer-toppings-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .customizer-topping-card {
    padding: 8px 10px;
  }
}

.customizer-topping-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  border: 1.5px solid var(--border-subtle);
  border-radius: var(--radius-sm);
  background: #FFFDFB;
  cursor: pointer;
  transition: all 0.2s;
  user-select: none;
  gap: 10px;
}

.customizer-topping-card:hover {
  border-color: var(--primary);
  background: #FFFFFF;
}

.customizer-topping-card.checked {
  border-color: var(--primary);
  background: #FFF5EC;
  box-shadow: 0 2px 6px var(--primary-glow);
}

.customizer-topping-card.checked .custom-checkbox-square {
  border-color: var(--primary);
  background: var(--primary);
}

.topping-card-info {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  min-width: 0;
}

.topping-card-title {
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--text-dark);
  line-height: 1.25;
}

.topping-card-right {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.topping-card-price {
  font-family: var(--font-display);
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--price-urgent);
  white-space: nowrap;
}

/* Bộ đếm số lượng Topping độc lập */
.topping-qty-stepper {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  background: #F3F4F6;
  border-radius: 999px;
  padding: 2px 4px;
  border: 1px solid var(--border-subtle);
  transition: all 0.2s ease;
}

.customizer-topping-card.checked .topping-qty-stepper {
  background: #FFFFFF;
  border-color: #FDBA74;
  box-shadow: 0 1px 4px rgba(234, 88, 12, 0.15);
}

.btn-top-stepper {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: none;
  background: #FFFFFF;
  color: var(--text-dark);
  font-size: 0.85rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.15s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  padding: 0;
  line-height: 1;
  user-select: none;
}

.btn-top-stepper:hover:not(:disabled) {
  background: var(--primary);
  color: #FFFFFF;
}

.btn-top-stepper:active:not(:disabled) {
  transform: scale(0.9);
}

.btn-top-stepper:disabled,
.btn-top-stepper.disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
  background: #E5E7EB;
  color: #9CA3AF;
  box-shadow: none;
}

.top-qty-value {
  min-width: 16px;
  text-align: center;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.82rem;
  color: var(--text-dark);
}

.customizer-topping-card.checked .top-qty-value {
  color: var(--primary);
}

/* Ghi chú thêm */
.customizer-note-input {
  width: 100%;
  padding: 9px 12px;
  border: 1.5px solid var(--border-subtle);
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
  font-size: 0.86rem;
  color: var(--text-dark);
  outline: none;
  background: #FFFDFB;
  transition: border-color 0.2s;
}

.customizer-note-input:focus {
  border-color: var(--primary);
  background: #FFFFFF;
}

/* Sticky Footer: Quantity Selector & CTA Button */
.customizer-footer {
  padding: 14px 20px;
  background: #FFFFFF;
  border-top: 1px solid var(--border-subtle);
  box-shadow: 0 -4px 18px rgba(61, 28, 6, 0.08);
  display: flex;
  align-items: center;
  gap: 14px;
  position: sticky;
  bottom: 0;
  z-index: 10;
}

.customizer-qty-ctrl {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--bg-base);
  border: 1.5px solid var(--border-light);
  border-radius: var(--radius-pill);
  padding: 4px 8px;
}

.btn-customizer-qty {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: #FFFFFF;
  color: var(--text-dark);
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: var(--shadow-sm);
  transition: all 0.2s;
}

.btn-customizer-qty:hover {
  background: var(--primary);
  color: #FFFFFF;
}

.customizer-qty-val {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 900;
  color: var(--text-dark);
  min-width: 24px;
  text-align: center;
}

.btn-customizer-submit {
  flex: 1;
  background: var(--primary);
  color: #FFFFFF;
  border: none;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 900;
  padding: 14px 18px;
  border-radius: var(--radius-pill);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 4px 16px var(--primary-glow);
  transition: all 0.2s ease;
  white-space: nowrap;
}

.btn-customizer-submit:hover {
  background: var(--primary-hover);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px var(--primary-glow);
}

@media (max-width: 480px) {
  .customizer-footer {
    padding: 12px 14px;
    gap: 10px;
  }
  .btn-customizer-submit {
    font-size: 0.95rem;
    padding: 12px 14px;
  }
}

/* Snack Variant / Option Modal */
.snack-option-dialog {
  max-width: 480px;
}

.snack-options-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

.snack-option-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border: 1.5px solid var(--border-subtle);
  border-radius: var(--radius-sm);
  background: #FFFDFB;
  cursor: pointer;
  transition: all 0.2s ease;
  user-select: none;
}

.snack-option-card:hover {
  border-color: var(--primary);
  background: #FFFFFF;
}

.snack-option-card.active {
  border-color: var(--primary);
  background: var(--primary-light);
  box-shadow: 0 2px 8px var(--primary-glow);
}

.snack-option-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.snack-option-card.active .custom-radio-circle {
  border-color: var(--primary);
  background: var(--primary);
}

.snack-option-card.active .custom-radio-circle::after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FFFFFF;
}

.snack-option-label {
  font-size: 0.96rem;
  font-weight: 800;
  color: var(--text-dark);
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.snack-option-badge-save {
  background: #DC2626;
  background: linear-gradient(135deg, #DC2626 0%, #EA580C 100%);
  color: #FFFFFF;
  font-size: 0.68rem;
  font-weight: 800;
  padding: 2px 7px;
  padding: 2px 8px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  animation: pulseNight 2s infinite ease-in-out;
  box-shadow: 0 2px 6px rgba(220, 38, 38, 0.25);
}

.snack-option-sublabel {
  font-size: 0.76rem;
  color: var(--text-muted);
  margin-top: 2px;
}

.snack-option-price {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 900;
  color: var(--primary);
  white-space: nowrap;
}

/* ==========================================================================
   STICKY CATEGORY TABS NAVIGATION
   ========================================================================== */
.category-nav-bar {
  position: sticky;
  top: 64px;
  z-index: 80;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(61, 28, 6, 0.08);
  box-shadow: 0 4px 14px rgba(61, 28, 6, 0.04);
  padding: 10px 0;
  margin-bottom: 16px;
  width: 100%;
  max-width: 100%;
}

@media (max-width: 768px) {
  .category-nav-bar {
    top: 56px;
    padding: 8px 0;
    margin-bottom: 12px;
  }
}

.category-tabs-track {
  display: flex;
  align-items: center;
  gap: 10px;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding: 2px 4px;
}

.category-tabs-track::-webkit-scrollbar {
  display: none;
}

.cat-tab-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: #F8F5F2;
  color: var(--text-dark);
  font-weight: 800;
  font-size: 0.88rem;
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid rgba(61, 28, 6, 0.08);
  transition: all 0.22s ease;
  flex-shrink: 0;
  cursor: pointer;
}

.cat-tab-pill:hover {
  background: #FFF0E5;
  color: var(--primary);
  border-color: rgba(255, 107, 0, 0.3);
  transform: translateY(-1px);
}

.cat-tab-pill.active {
  background: linear-gradient(135deg, #FF6B00 0%, #FF8533 100%);
  color: #FFFFFF;
  border-color: #FF6B00;
  box-shadow: 0 4px 12px rgba(255, 107, 0, 0.28);
}

.cat-tab-icon {
  font-size: 1.1rem;
}

.cat-tab-badge {
  font-size: 0.68rem;
  font-weight: 800;
  padding: 2px 6px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.08);
  color: inherit;
}

.cat-tab-pill.active .cat-tab-badge {
  background: rgba(255, 255, 255, 0.25);
  color: #FFFFFF;
}

.cat-tab-badge.hot {
  background: #EF4444;
  color: #FFFFFF;
}

.snack-unit-tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  color: #B45309;
  background: #FEF3C7;
  padding: 2px 6px;
  border-radius: 6px;
  margin-left: 6px;
  vertical-align: middle;
}

/* ==========================================================================
   NIGHT SURCHARGE ROW IN CHECKOUT
   ========================================================================== */
#nightSurchargeRow {
  background: rgba(230, 81, 0, 0.08);
  border: 1px dashed rgba(230, 81, 0, 0.4);
  padding: 8px 12px;
  border-radius: 8px;
  margin: 2px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* ==========================================================================
   FLOATING CART ACTION BUTTON (FAB)
   ========================================================================== */
.floating-cart-btn {
  position: fixed;
  right: 22px;
  bottom: 84px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FF6B00 0%, #FF8533 100%);
  color: #FFFFFF;
  border: 2.5px solid #FFFFFF;
  box-shadow: 0 8px 24px rgba(255, 107, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 980;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  outline: none;
}

.floating-cart-btn:hover {
  transform: scale(1.08) translateY(-2px);
  box-shadow: 0 12px 28px rgba(255, 107, 0, 0.6);
}

.floating-cart-btn:active {
  transform: scale(0.95);
}

.floating-cart-icon {
  font-size: 1.5rem;
  line-height: 1;
}

.floating-cart-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  background: #E53935;
  color: #FFFFFF;
  font-size: 0.72rem;
  font-weight: 900;
  min-width: 22px;
  height: 22px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #FFFFFF;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .floating-cart-btn {
    right: 14px;
    bottom: 74px;
    width: 48px;
    height: 48px;
  }
  .floating-cart-icon {
    font-size: 1.25rem;
  }
}

/* ==========================================================================
   SURVEY SECTION (GOOGLE FORM IFRAME)
   ========================================================================== */
.section-survey {
  padding: 36px 0 28px;
  position: relative;
  z-index: 2;
}

.survey-card-wrapper {
  max-width: 820px;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 24px;
  border: 2px solid #FFE4CC;
  box-shadow: 0 10px 30px rgba(255, 107, 0, 0.07);
  overflow: hidden;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.survey-card-wrapper:hover {
  box-shadow: 0 14px 38px rgba(255, 107, 0, 0.12);
}

.survey-header {
  text-align: center;
  padding: 30px 24px 20px;
  background: linear-gradient(180deg, #FFF8F0 0%, #FFFFFF 100%);
  border-bottom: 1.5px dashed #FFD8B3;
}

.survey-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #FF6B00;
  color: #FFFFFF;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 6px 14px;
  border-radius: 999px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
  box-shadow: 0 4px 12px rgba(255, 107, 0, 0.25);
}

.survey-title {
  font-family: 'Fredoka', 'Nunito', sans-serif;
  font-size: 1.65rem;
  font-weight: 800;
  color: #2D1A08;
  margin: 0 0 10px;
  line-height: 1.25;
}

.survey-title span {
  color: #FF6B00;
}

.survey-desc {
  font-size: 0.95rem;
  color: #665241;
  max-width: 620px;
  margin: 0 auto;
  line-height: 1.55;
}

.survey-iframe-container {
  position: relative;
  width: 100%;
  height: 640px;
  overflow: hidden;
  background: #FAFAFA;
}

.survey-iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.survey-footer-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding: 14px 24px;
  background: #FFFDF9;
  border-top: 1px solid #F2E8DC;
  font-size: 0.88rem;
  color: #7A695A;
}

.survey-direct-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #FF6B00;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.survey-direct-link:hover {
  color: #E05300;
  text-decoration: underline;
  transform: translateX(2px);
}

@media (max-width: 768px) {
  .section-survey {
    padding: 24px 0 16px;
    width: 100%;
    max-width: 100%;
  }
  .survey-card-wrapper {
    width: 100%;
    max-width: 100%;
    border-radius: 18px;
  }
  .survey-header {
    padding: 22px 14px 14px;
  }
  .survey-title {
    font-size: 1.25rem;
    line-height: 1.3;
  }
  .survey-desc {
    font-size: 0.86rem;
  }
  .survey-iframe-container {
    width: 100%;
    max-width: 100%;
    height: 580px;
  }
  .survey-iframe {
    width: 100%;
    max-width: 100%;
  }
  .survey-footer-bar {
    padding: 12px 14px;
    flex-direction: column;
    text-align: center;
    gap: 8px;
    font-size: 0.82rem;
  }
}

/* =========================================================================
   SEPAY & QR BANK PAYMENT STYLES
   ========================================================================= */
.qr-payment-preview-box {
  margin-top: 10px;
  animation: fadeIn 0.25s ease;
}

.bank-preview-card {
  background: #F0FDF4;
  border: 1.5px solid #86EFAC;
  border-radius: 12px;
  padding: 10px 14px;
}

.bank-preview-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
  flex-wrap: wrap;
  gap: 6px;
}

.bank-badge-bidv {
  background: #006B68;
  color: #FFFFFF;
  font-size: 0.76rem;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 6px;
  letter-spacing: 0.5px;
}

.bank-badge-auto {
  background: #DCFCE7;
  color: #15803D;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 999px;
  border: 1px solid #86EFAC;
}

.bank-preview-body {
  font-size: 0.84rem;
  line-height: 1.5;
  color: #1E293B;
}

.bank-preview-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3px;
}

.bank-preview-note {
  font-size: 0.74rem;
  color: #059669;
  margin-top: 6px;
  line-height: 1.35;
  border-top: 1px dashed #BBF7D0;
  padding-top: 5px;
}

/* SePay QR Modal */
.sepay-qr-card {
  max-width: 520px;
  width: 95%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.sepay-modal-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sepay-logo-icon {
  font-size: 1.8rem;
  line-height: 1;
}

.sepay-order-tag {
  font-size: 0.8rem;
  color: #64748B;
  font-weight: 700;
  margin: 0;
}

.sepay-modal-body {
  padding: 16px 20px 20px;
  background: #FAFAFA;
}

.sepay-timer-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFF7ED;
  border: 1px solid #FFEDD5;
  color: #C2410C;
  padding: 6px 12px;
  border-radius: 10px;
  font-size: 0.84rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.sepay-timer-bar strong {
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: #EA580C;
}

/* Status box */
.sepay-status-box {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-radius: 12px;
  margin-bottom: 14px;
  transition: all 0.3s ease;
}

.sepay-status-box.waiting {
  background: #EFF6FF;
  border: 1.5px solid #BFDBFE;
}

.sepay-status-box.success {
  background: #DCFCE7;
  border: 1.5px solid #86EFAC;
}

.sepay-spinner {
  width: 22px;
  height: 22px;
  border: 3px solid #BFDBFE;
  border-top-color: #2563EB;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  flex-shrink: 0;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.sepay-content-grid {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 16px;
  align-items: start;
}

@media (max-width: 580px) {
  .sepay-content-grid {
    grid-template-columns: 1fr;
  }
}

.sepay-qr-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}

.sepay-qr-box {
  background: #FFFFFF;
  border: 2.5px solid #006B68;
  border-radius: 16px;
  padding: 8px;
  position: relative;
  box-shadow: 0 6px 18px rgba(0, 107, 104, 0.12);
  width: 100%;
  max-width: 230px;
}

.sepay-qr-image {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  display: block;
  border-radius: 10px;
}

.btn-toggle-qr-server {
  background: #F1F5F9;
  border: 1px solid #CBD5E1;
  color: #475569;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  cursor: pointer;
  margin-top: 4px;
  transition: all 0.2s ease;
}

.btn-toggle-qr-server:hover {
  background: #E2E8F0;
  color: #0F172A;
}

.sepay-qr-badge {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 107, 104, 0.92);
  color: #FFFFFF;
  font-size: 0.65rem;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 999px;
  white-space: nowrap;
  backdrop-filter: blur(4px);
}

.sepay-qr-guide {
  font-size: 0.72rem;
  color: #64748B;
  margin-top: 6px;
  line-height: 1.35;
}

/* Info List */
.sepay-info-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 14px;
  padding: 12px 14px;
}

.sepay-info-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 0.82rem;
  border-bottom: 1px solid #F1F5F9;
  padding-bottom: 6px;
}

.sepay-info-item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.sepay-info-item.highlight-item {
  background: #FFFBEB;
  border: 1px dashed #FCD34D;
  border-radius: 8px;
  padding: 6px 8px;
  margin-top: 2px;
}

.info-label {
  color: #64748B;
  font-size: 0.75rem;
}

.info-val {
  color: #1E293B;
  font-weight: 700;
}

.info-val-copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
}

.font-amount {
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: var(--primary);
  font-weight: 900;
}

.font-code {
  color: #B45309;
  font-weight: 800;
}

.btn-copy-mini {
  background: #F1F5F9;
  color: #475569;
  border: 1px solid #CBD5E1;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.15s ease;
  white-space: nowrap;
}

.btn-copy-mini:hover {
  background: #E2E8F0;
  color: #1E293B;
}

.btn-copy-mini.copied {
  background: #DCFCE7;
  color: #15803D;
  border-color: #86EFAC;
}

.btn-copy-highlight {
  background: #FEF3C7;
  color: #B45309;
  border-color: #FCD34D;
}

.btn-copy-highlight:hover {
  background: #FDE68A;
}

.sepay-warning-text {
  font-size: 0.72rem;
  color: #D97706;
  margin: 4px 0 0;
  line-height: 1.35;
}

/* Success State */
.sepay-success-state {
  text-align: center;
  padding: 16px 8px;
  animation: zoomIn 0.3s ease;
}

@keyframes zoomIn {
  from { opacity: 0; transform: scale(0.92); }
  to { opacity: 1; transform: scale(1); }
}

.sepay-success-icon {
  font-size: 3.5rem;
  line-height: 1;
  margin-bottom: 8px;
  animation: bounce 0.6s ease;
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.sepay-success-detail-box {
  background: #F0FDF4;
  border: 1.5px dashed #86EFAC;
  border-radius: 12px;
  padding: 10px 14px;
  font-size: 0.85rem;
  text-align: left;
  line-height: 1.6;
  margin-top: 10px;
}

/* Actions */
.sepay-actions {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.btn-manual-confirm {
  background: linear-gradient(135deg, #10B981 0%, #059669 100%);
  color: #FFFFFF;
  border: none;
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 0.95rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.35);
  transition: transform 0.15s ease, opacity 0.15s ease;
}

.btn-manual-confirm:hover {
  opacity: 0.95;
  transform: translateY(-1px);
}

.sepay-zalo-row {
  display: flex;
  gap: 8px;
}

.btn-sepay-zalo {
  flex: 1;
  background: #0D84FB;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 9px 8px;
  border-radius: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
}

.btn-sepay-zalo:hover {
  opacity: 0.92;
}

.btn-zalo-blue {
  background: #0288D1;
}

.btn-manual-zalo2 {
  background: linear-gradient(135deg, #0288D1 0%, #01579B 100%);
  box-shadow: 0 4px 12px rgba(2, 136, 209, 0.35);
  font-size: 0.88rem;
  padding: 10px 14px;
}
