/** Shopify CDN: Minification failed

Line 51:0 All "@import" rules must come first
Line 761:10 Expected identifier but found whitespace
Line 761:11 Unexpected "0"
Line 1512:4 Expected ":"
Line 2244:10 Expected identifier but found whitespace
Line 2244:11 Unexpected "0"

**/
/*
 * Munch'd Meals - Enhanced Shopify Theme Styles
 * Version: 2.2
 * Last Updated: Feb 4, 2026
 * Font Optimization: Proper weight-specific font files
 */

/* ============================================
   HUPAISA FONT FAMILY - OPTIMIZED LOADING
   Using font-display: swap for performance
   ============================================ */

/* Regular (400) - Subheadings, badges */
@font-face {
  font-family: 'hupaisa';
  src: url('/cdn/shop/files/Hupaisa-Regular_f9995b6f-32b1-41a7-b372-2b63ec459876.otf?v=1770754427') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Bold (700) - Section titles, card names */
@font-face {
  font-family: 'hupaisa';
  src: url('/cdn/shop/files/Hupaisa-Bold_fa741155-ec74-48e7-96e9-eb3e41eabfac.otf?v=1770754380') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Black (900) - Hero titles, maximum impact */
@font-face {
  font-family: 'hupaisa';
  src: url('/cdn/shop/files/Hupaisa-Black_edb18a9e-be15-4002-a101-626eb2e01146.otf?v=1770754411') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Import Poppins for body text and buttons */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

/* ============================================
   GLOBAL TYPOGRAPHY - HUPAISA FOR ALL HEADINGS
   ============================================ */

/* ALL HEADINGS - HUPAISA with proper weights */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'hupaisa', sans-serif !important;
}

/* Font weights for hierarchy - using actual font weights */
h1, .h1 { font-weight: 900 !important; } /* Black */
h2, .h2 { font-weight: 700 !important; } /* Bold */
h3, .h3 { font-weight: 700 !important; } /* Bold */
h4, .h4 { font-weight: 400 !important; } /* Regular */
h5, .h5 { font-weight: 400 !important; } /* Regular */
h6, .h6 { font-weight: 400 !important; } /* Regular */

/* Catch ALL title/heading class patterns */
[class*="title"],
[class*="heading"],
[class*="header"] h1,
[class*="header"] h2,
[class*="header"] h3,
[class*="hero"] h1,
[class*="hero"] h2,
[class*="section"] h1,
[class*="section"] h2,
[class*="section"] h3 {
  font-family: 'hupaisa', sans-serif !important;
}

/* Munchd section titles - comprehensive list */
[class^="munchd-"][class*="-title"],
[class^="munchd-"][class*="-heading"] {
  font-family: 'hupaisa', sans-serif !important;
}

/* Theme-specific heading classes */
.section-header__title,
.collection-hero__title,
.product__title,
.card__heading,
.article__title,
.page__title,
.sidebar__title,
.footer-item__title,
.rte h1, .rte h2, .rte h3, .rte h4, .rte h5, .rte h6 {
  font-family: 'hupaisa', sans-serif !important;
}

/* Hero & Main Titles - BLACK (900) for maximum impact */
.munchd-hero-title,
.munchd-bundle-title,
.munchd-testimonials-title,
.munchd-newsletter-title {
  font-family: 'hupaisa', sans-serif !important;
  font-weight: 900 !important;
}

/* Section Titles - BOLD (700) */
.munchd-section-title,
.munchd-comparison-title,
.munchd-spotlight-title,
.munchd-trust-title,
.munchd-how-title,
.munchd-featured-title,
.munchd-stats-title,
.munchd-footer-links-title {
  font-family: 'hupaisa', sans-serif !important;
  font-weight: 700 !important;
}

/* Subheadings, card titles, smaller headings - REGULAR (400) */
.munchd-section-badge,
.munchd-section-subtitle,
.munchd-meal-name,
.munchd-bundle-feature,
.munchd-testimonial-name,
.munchd-stat-label,
.munchd-spotlight-name,
.munchd-comparison-subtitle,
.munchd-spotlight-subtitle {
  font-family: 'hupaisa', sans-serif !important;
  font-weight: 400 !important;
}

/* Navigation links - Poppins for readability */
.munchd-nav-link,
.header-links a,
.site-nav > li > a,
.site-nav__item > a,
.footer-item__menu a {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-weight: 600;
}

/* Buttons - Poppins */
.munchd-btn-primary,
.munchd-btn-secondary,
.munchd-bundle-btn,
.munchd-account-btn {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-weight: 700;
}

/* ============================================
   CSS VARIABLES - Brand Colors
   ============================================ */
:root {
  --munchd-teal: #1aa59a;
  --munchd-teal-hover: #159489;
  --munchd-teal-light: #e6f5f4;
  --munchd-navy: #1e3556;
  --munchd-navy-light: #2a4a70;
  --munchd-white: #ffffff;
  --munchd-cream: #fafafa;
  --munchd-text: #000000;
  --munchd-text-muted: #5a6a5c;
}

/* ============================================
   ANIMATIONS
   ============================================ */

/* Floating animation for vegetables */
@keyframes munchd-float {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-20px) rotate(5deg); }
}

/* Gentle bounce for cards */
@keyframes munchd-bounce-gentle {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* Phrase swap animation for hero */
@keyframes munchd-phrase-swap {
  0% { opacity: 0; transform: translateY(100%); }
  12% { opacity: 1; transform: translateY(0); }
  88% { opacity: 1; transform: translateY(0); }
  100% { opacity: 0; transform: translateY(-100%); }
}

/* Fade in up */
@keyframes munchd-fade-in-up {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Slide in from left */
@keyframes munchd-slide-in-left {
  from { opacity: 0; transform: translateX(-50px); }
  to { opacity: 1; transform: translateX(0); }
}

/* Slide in from right */
@keyframes munchd-slide-in-right {
  from { opacity: 0; transform: translateX(50px); }
  to { opacity: 1; transform: translateX(0); }
}

/* Marquee for announcement bar */
@keyframes munchd-marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Featured In rolling animation */
@keyframes munchd-featured-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Wiggle animation */
@keyframes munchd-wiggle {
  0%, 100% { transform: rotate(-3deg); }
  50% { transform: rotate(3deg); }
}

/* Scale in */
@keyframes munchd-scale-in {
  from { opacity: 0; transform: scale(0.9); }
  to { opacity: 1; transform: scale(1); }
}

/* Heading shimmer */
@keyframes munchd-shimmer {
  0% { background-position: -200% center; }
  100% { background-position: 200% center; }
}

/* Price Badge Pulse Animation */
@keyframes munchd-price-pulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 8px 32px rgba(26, 165, 154, 0.4);
  }
  50% {
    transform: scale(1.03);
    box-shadow: 0 12px 40px rgba(26, 165, 154, 0.6);
  }
}

/* Price Badge Shine Animation */
@keyframes munchd-price-shine {
  0% { left: -100%; }
  50%, 100% { left: 100%; }
}

/* ============================================
   ANIMATION CLASSES
   ============================================ */
.munchd-animate-float {
  animation: munchd-float 6s ease-in-out infinite;
}

.munchd-animate-bounce {
  animation: munchd-bounce-gentle 2s ease-in-out infinite;
}

.munchd-animate-phrase {
  animation: munchd-phrase-swap 2s ease-in-out;
  display: inline-block;
}

.munchd-animate-fade-up {
  animation: munchd-fade-in-up 0.6s ease-out forwards;
}

.munchd-animate-slide-left {
  animation: munchd-slide-in-left 0.6s ease-out forwards;
}

.munchd-animate-slide-right {
  animation: munchd-slide-in-right 0.6s ease-out forwards;
}

.munchd-animate-marquee {
  animation: munchd-marquee 25s linear infinite;
}

.munchd-animate-featured {
  animation: munchd-featured-scroll 19s linear infinite;
}

.munchd-animate-featured:hover {
  animation-play-state: paused;
}

.munchd-animate-wiggle {
  animation: munchd-wiggle 0.5s ease-in-out infinite;
}

.munchd-animate-scale {
  animation: munchd-scale-in 0.4s ease-out forwards;
}

.munchd-animate-shimmer {
  background: linear-gradient(90deg, #1aa59a 0%, #1aa59a 40%, #4fd1c5 50%, #1aa59a 60%, #1aa59a 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: munchd-shimmer 3s linear infinite;
}

/* Stagger delays */
.munchd-stagger-1 { animation-delay: 0.1s; }
.munchd-stagger-2 { animation-delay: 0.2s; }
.munchd-stagger-3 { animation-delay: 0.3s; }
.munchd-stagger-4 { animation-delay: 0.4s; }
.munchd-stagger-5 { animation-delay: 0.5s; }
.munchd-stagger-6 { animation-delay: 0.6s; }

/* ============================================
   ANNOUNCEMENT BAR
   ============================================ */
.munchd-announcement-bar {
  background-color: var(--munchd-teal);
  color: white;
  padding: 10px 0;
  overflow: hidden;
}

.munchd-announcement-content {
  display: flex;
  white-space: nowrap;
  gap: 32px;
  align-items: center;
}

/* ============================================
   NAVIGATION
   ============================================ */
.munchd-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: white;
  padding: 12px 0;
  transition: all 0.3s ease;
}

.munchd-nav.scrolled {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 8px 0;
}

.munchd-nav-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.munchd-nav-logo img {
  height: 40px;
  object-fit: contain;
}

.munchd-nav-links {
  display: none;
  gap: 32px;
}

@media (min-width: 768px) {
  .munchd-nav-links {
    display: flex;
  }
}

.munchd-nav-link {
  color: var(--munchd-text);
  font-weight: 600;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
}

.munchd-nav-link:hover {
  color: var(--munchd-teal);
}

.munchd-nav-link::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--munchd-teal);
  transition: width 0.3s ease;
}

.munchd-nav-link:hover::after {
  width: 100%;
}

.munchd-btn-primary {
  background: var(--munchd-teal);
  color: white;
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

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

.munchd-btn-primary-sm {
  padding: 8px 12px;
  font-size: 12px;
}

.munchd-btn-secondary {
  background: white;
  color: var(--munchd-teal);
  border: 2px solid var(--munchd-teal);
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.munchd-btn-secondary:hover {
  background: var(--munchd-teal-light);
}

/* ============================================
   HERO SECTION
   ============================================ */
.munchd-hero {
  min-height: 85vh;
  display: flex;
  align-items: center;
  background: linear-gradient(to bottom, white, var(--munchd-teal-light));
  position: relative;
  overflow: hidden;
  padding: 32px 0;
}

.munchd-hero-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
  width: 100%;
}

.munchd-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}

@media (min-width: 1024px) {
  .munchd-hero-grid {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }
}

.munchd-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: white;
  padding: 8px 16px;
  border-radius: 50px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 700;
  color: var(--munchd-teal);
  margin-bottom: 16px;
}

.munchd-hero-title {
  font-weight: 900;
  color: var(--munchd-text);
  line-height: 1.1;
  margin-bottom: 24px;
}

.munchd-hero-animated-line {
  display: block;
  font-size: 48px;
  overflow: hidden;
  height: 1.2em;
}

@media (min-width: 640px) {
  .munchd-hero-animated-line {
    font-size: 60px;
  }
}

@media (min-width: 1024px) {
  .munchd-hero-animated-line {
    font-size: 80px;
  }
}

.munchd-hero-animated-text {
  color: var(--munchd-teal);
}

.munchd-hero-subtitle-line {
  display: block;
  font-size: 30px;
  margin-top: 8px;
}

@media (min-width: 640px) {
  .munchd-hero-subtitle-line {
    font-size: 40px;
  }
}

@media (min-width: 1024px) {
  .munchd-hero-subtitle-line {
    font-size: 56px;
  }
}

.munchd-hero-description {
  font-size: 18px;
  color: var(--munchd-text-muted);
  max-width: 480px;
  line-height: 1.6;
  margin-bottom: 24px;
}

/* ============================================
   HERO PRICE BADGE - ENHANCED WITH ANIMATION
   ============================================ */
.munchd-hero-price {
  background: linear-gradient(145deg, var(--munchd-teal) 0%, #0d8a80 100%);
  color: white;
  padding: 24px 40px;
  border-radius: 16px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-bottom: 24px;
  min-width: 180px;
  box-shadow: 0 8px 32px rgba(26, 165, 154, 0.4);
  position: relative;
  overflow: hidden;
  text-align: center;
  animation: munchd-price-pulse 2.5s ease-in-out infinite;
}

/* Shine effect overlay */
.munchd-hero-price::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
  transform: skewX(-20deg);
  animation: munchd-price-shine 4s ease-in-out infinite;
  pointer-events: none;
}

@media (min-width: 768px) {
  .munchd-hero-price {
    padding: 28px 56px;
    min-width: 240px;
    border-radius: 20px;
    gap: 6px;
  }
}

.munchd-hero-price-label {
  font-family: 'hupaisa', sans-serif;
  font-size: 18px;
  font-weight: 700;
  opacity: 1;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .munchd-hero-price-label {
    font-size: 22px;
    letter-spacing: 3px;
  }
}

.munchd-hero-price-value {
  font-family: 'hupaisa', sans-serif;
  font-size: 48px;
  font-weight: 900;
  display: block;
  line-height: 1;
  text-shadow: 0 3px 6px rgba(0,0,0,0.15);
  letter-spacing: -1px;
}

@media (min-width: 768px) {
  .munchd-hero-price-value {
    font-size: 64px;
    letter-spacing: -2px;
  }
}

/* ============================================
   HERO BUTTONS & TRUST
   ============================================ */
.munchd-hero-buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}

@media (min-width: 640px) {
  .munchd-hero-buttons {
    flex-direction: row;
  }
}

.munchd-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.munchd-hero-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--munchd-text-muted);
  font-size: 14px;
  font-weight: 600;
}

.munchd-hero-trust-icon {
  color: var(--munchd-teal);
}

.munchd-hero-image-container {
  position: relative;
}

.munchd-hero-image-bg {
  position: absolute;
  inset: 0;
  background: var(--munchd-teal);
  border-radius: 32px;
  transform: rotate(3deg);
  opacity: 0.15;
}

.munchd-hero-image {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

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

@media (min-width: 1024px) {
  .munchd-hero-image img {
    height: 500px;
  }
}

.munchd-hero-float-card {
  position: absolute;
  background: white;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  gap: 12px;
}

.munchd-hero-float-card.delivery {
  bottom: -24px;
  left: -24px;
}

.munchd-hero-float-card.rating {
  top: -16px;
  right: -16px;
}

.munchd-hero-float-icon {
  width: 48px;
  height: 48px;
  background: var(--munchd-teal);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.munchd-hero-float-label {
  font-size: 12px;
  color: var(--munchd-text-muted);
}

.munchd-hero-float-value {
  font-weight: 700;
  color: var(--munchd-text);
}

/* Floating vegetables */
.munchd-floating-item {
  position: absolute;
  font-size: 40px;
  pointer-events: none;
  opacity: 0.7;
}
Exit code: 0

 @media (max-width: 768px) {
  .munchd-floating-item {
    display: none;
  }
}

/* ============================================
   TRUST BADGES
   ============================================ */
.munchd-trust-section {
  padding: 40px 0;
  background: var(--munchd-cream);
}

.munchd-trust-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
}

@media (min-width: 1024px) {
  .munchd-trust-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
}

.munchd-trust-card {
  background: white;
  border-radius: 12px;
  padding: 16px;
  text-align: center;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .munchd-trust-card {
    padding: 24px;
  }
}

.munchd-trust-card:hover {
  border-color: var(--munchd-teal);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.munchd-trust-icon {
  width: 48px;
  height: 48px;
  background: var(--munchd-teal-light);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  color: var(--munchd-teal);
  transition: transform 0.3s ease;
}

@media (min-width: 768px) {
  .munchd-trust-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    margin-bottom: 16px;
  }
}

.munchd-trust-card:hover .munchd-trust-icon {
  transform: scale(1.1) rotate(3deg);
}

.munchd-trust-title {
  font-weight: 700;
  color: var(--munchd-text);
  font-size: 14px;
  margin-bottom: 4px;
}

@media (min-width: 768px) {
  .munchd-trust-title {
    font-size: 18px;
    margin-bottom: 8px;
  }
}

.munchd-trust-desc {
  font-size: 12px;
  color: var(--munchd-text-muted);
  line-height: 1.5;
}

@media (min-width: 768px) {
  .munchd-trust-desc {
    font-size: 14px;
  }
}

/* ============================================
   MEAL CATEGORIES
   ============================================ */
.munchd-meals-section {
  padding: 48px 0;
  background: white;
}

@media (min-width: 768px) {
  .munchd-meals-section {
    padding: 80px 0;
  }
}

.munchd-meals-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
}

.munchd-section-header {
  text-align: center;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .munchd-section-header {
    margin-bottom: 48px;
  }
}

.munchd-section-badge {
  display: inline-block;
  background: var(--munchd-teal-light);
  color: var(--munchd-teal);
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
}

.munchd-section-title {
  font-size: 30px;
  font-weight: 700;
  color: var(--munchd-text);
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .munchd-section-title {
    font-size: 48px;
    margin-bottom: 16px;
  }
}

.munchd-section-subtitle {
  font-size: 16px;
  color: var(--munchd-text-muted);
  max-width: 600px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .munchd-section-subtitle {
    font-size: 18px;
  }
}

.munchd-category-tabs {
  display: flex;
  overflow-x: auto;
  gap: 8px;
  padding-bottom: 16px;
  margin-bottom: 32px;
  justify-content: flex-start;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

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

@media (min-width: 768px) {
  .munchd-category-tabs {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 48px;
  }
}

.munchd-category-tab {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 14px;
  border: 2px solid #e5e5e5;
  background: white;
  color: var(--munchd-text-muted);
  cursor: pointer;
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .munchd-category-tab {
    padding: 12px 24px;
    font-size: 16px;
    gap: 8px;
  }
}

.munchd-category-tab:hover {
  background: var(--munchd-teal-light);
  color: var(--munchd-teal);
}

.munchd-category-tab.active {
  background: var(--munchd-teal);
  color: white;
  border-color: var(--munchd-teal);
  box-shadow: 0 4px 12px rgba(26, 165, 154, 0.3);
  transform: scale(1.05);
}

.munchd-meals-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

@media (min-width: 1024px) {
  .munchd-meals-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
}

.munchd-meal-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #f0f0f0;
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .munchd-meal-card {
    border-radius: 16px;
  }
}

.munchd-meal-card:hover {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  transform: translateY(-6px);
}

.munchd-meal-image {
  position: relative;
  height: 112px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .munchd-meal-image {
    height: 192px;
  }
}

.munchd-meal-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.munchd-meal-card:hover .munchd-meal-image img {
  transform: scale(1.1);
}

.munchd-meal-tag {
  position: absolute;
  top: 8px;
  left: 8px;
  background: var(--munchd-teal);
  color: white;
  font-size: 10px;
  padding: 2px 8px;
  border-radius: 50px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .munchd-meal-tag {
    top: 12px;
    left: 12px;
    font-size: 12px;
    padding: 4px 12px;
  }
}

.munchd-meal-content {
  padding: 12px;
}

@media (min-width: 768px) {
  .munchd-meal-content {
    padding: 20px;
  }
}

.munchd-meal-name {
  font-weight: 700;
  color: var(--munchd-text);
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (min-width: 768px) {
  .munchd-meal-name {
    font-size: 18px;
    margin-bottom: 12px;
  }
}

.munchd-meal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.munchd-meal-price {
  color: var(--munchd-teal);
  font-weight: 700;
  font-size: 16px;
}

@media (min-width: 768px) {
  .munchd-meal-price {
    font-size: 20px;
  }
}

.munchd-meal-add {
  width: 32px;
  height: 32px;
  background: var(--munchd-teal);
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .munchd-meal-add {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
}

.munchd-meal-add:hover {
  background: var(--munchd-teal-hover);
  transform: scale(1.1);
}

.munchd-show-more {
  text-align: center;
  margin-top: 24px;
}

@media (min-width: 768px) {
  .munchd-show-more {
    margin-top: 32px;
  }
}

.munchd-show-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--munchd-teal-light);
  color: var(--munchd-teal);
  padding: 12px 24px;
  border-radius: 50px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.munchd-show-more-btn:hover {
  background: var(--munchd-teal);
  color: white;
}

/* ============================================
   BUNDLE BUILDER
   ============================================ */
.munchd-bundle-section {
  padding: 64px 0;
  background: var(--munchd-navy);
}

@media (min-width: 768px) {
  .munchd-bundle-section {
    padding: 80px 0;
  }
}

.munchd-bundle-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
}

.munchd-bundle-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}

@media (min-width: 1024px) {
  .munchd-bundle-grid {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }
}

.munchd-bundle-content {
  color: white;
}

.munchd-bundle-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(26, 165, 154, 0.2);
  color: var(--munchd-teal);
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 24px;
}

.munchd-bundle-title {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 24px;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .munchd-bundle-title {
    font-size: 48px;
  }
}

.munchd-bundle-title-highlight {
  color: var(--munchd-teal);
}

.munchd-bundle-description {
  font-size: 16px;
  opacity: 0.9;
  line-height: 1.6;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .munchd-bundle-description {
    font-size: 18px;
    margin-bottom: 32px;
  }
}

.munchd-bundle-features {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
}

@media (min-width: 768px) {
  .munchd-bundle-features {
    margin-bottom: 32px;
  }
}

.munchd-bundle-feature {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .munchd-bundle-feature {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

.munchd-bundle-feature-emoji {
  font-size: 20px;
}

.munchd-bundle-buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (min-width: 640px) {
  .munchd-bundle-buttons {
    flex-direction: row;
  }
}

.munchd-bundle-btn-secondary {
  background: transparent;
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.3);
  padding: 12px 24px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.munchd-bundle-btn-secondary:hover {
  border-color: white;
  background: rgba(255, 255, 255, 0.1);
}

.munchd-bundle-image img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
  .munchd-bundle-image img {
    border-radius: 24px;
  }
}

/* ============================================
   HOW IT WORKS
   ============================================ */
.munchd-how-section {
  padding: 48px 0;
  background: white;
}

@media (min-width: 768px) {
  .munchd-how-section {
    padding: 80px 0;
  }
}

.munchd-how-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
}

.munchd-how-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

@media (min-width: 1024px) {
  .munchd-how-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
}

.munchd-how-card {
  position: relative;
  background: var(--munchd-cream);
  border-radius: 16px;
  padding: 16px;
  border: 1px solid #f0f0f0;
  overflow: hidden;
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .munchd-how-card {
    border-radius: 24px;
    padding: 32px;
  }
}

.munchd-how-card:hover {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  transform: translateY(-6px);
}

.munchd-how-number {
  position: absolute;
  right: -4px;
  top: -8px;
  font-size: 60px;
  font-weight: 900;
  color: #f0f0f0;
  opacity: 0.6;
  line-height: 1;
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .munchd-how-number {
    font-size: 100px;
    right: -8px;
    top: -24px;
  }
}

.munchd-how-card:hover .munchd-how-number {
  color: var(--munchd-teal-light);
  transform: scale(1.1);
}

.munchd-how-content {
  position: relative;
  z-index: 1;
}

.munchd-how-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  color: white;
  transition: transform 0.3s ease;
}

@media (min-width: 768px) {
  .munchd-how-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    margin-bottom: 24px;
  }
}

.munchd-how-icon.teal {
  background: var(--munchd-teal);
}

.munchd-how-icon.navy {
  background: var(--munchd-navy);
}

.munchd-how-card:hover .munchd-how-icon {
  transform: scale(1.1) rotate(3deg);
}

.munchd-how-step {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  color: white;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .munchd-how-step {
    padding: 4px 12px;
    font-size: 14px;
    margin-bottom: 16px;
  }
}

.munchd-how-step.teal {
  background: var(--munchd-teal);
}

.munchd-how-step.navy {
  background: var(--munchd-navy);
}

.munchd-how-title {
  font-weight: 700;
  color: var(--munchd-text);
  font-size: 14px;
  margin-bottom: 4px;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .munchd-how-title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}

.munchd-how-desc {
  font-size: 12px;
  color: var(--munchd-text-muted);
  line-height: 1.5;
}

@media (min-width: 768px) {
  .munchd-how-desc {
    font-size: 14px;
  }
}

.munchd-how-cta {
  text-align: center;
  margin-top: 32px;
}

@media (min-width: 768px) {
  .munchd-how-cta {
    margin-top: 48px;
Exit code: 0



 }
}

/* ============================================
   FEATURED IN
   ============================================ */
.munchd-featured-section {
  padding: 48px 0;
  background: var(--munchd-cream);
  overflow: hidden;
}

@media (min-width: 768px) {
  .munchd-featured-section {
    padding: 64px 0;
  }
}

.munchd-featured-title {
  text-align: center;
  color: var(--munchd-text-muted);
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 32px;
}

.munchd-featured-wrapper {
  position: relative;
}

.munchd-featured-fade-left {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 80px;
  background: linear-gradient(to right, var(--munchd-cream), transparent);
  z-index: 10;
  pointer-events: none;
}

@media (min-width: 768px) {
  .munchd-featured-fade-left {
    width: 128px;
  }
}

.munchd-featured-fade-right {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 80px;
  background: linear-gradient(to left, var(--munchd-cream), transparent);
  z-index: 10;
  pointer-events: none;
}

@media (min-width: 768px) {
  .munchd-featured-fade-right {
    width: 128px;
  }
}

.munchd-featured-scroll {
  display: flex;
}

.munchd-featured-item {
  flex-shrink: 0;
  margin: 0 24px;
}

@media (min-width: 768px) {
  .munchd-featured-item {
    margin: 0 40px;
  }
}

.munchd-featured-logo {
  background: white;
  padding: 16px 24px;
  border-radius: 12px;
  border: 1px solid #f0f0f0;
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .munchd-featured-logo {
    padding: 20px 32px;
  }
}

.munchd-featured-logo:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-color: rgba(26, 165, 154, 0.3);
}

.munchd-featured-logo span {
  font-size: 16px;
  font-weight: 700;
  color: var(--munchd-text-muted);
  white-space: nowrap;
  transition: color 0.3s ease;
}

@media (min-width: 768px) {
  .munchd-featured-logo span {
    font-size: 18px;
  }
}

.munchd-featured-logo:hover span {
  color: var(--munchd-teal);
}

/* ============================================
   TESTIMONIALS
   ============================================ */
.munchd-testimonials-section {
  padding: 48px 0;
  background: var(--munchd-navy);
}

@media (min-width: 768px) {
  .munchd-testimonials-section {
    padding: 80px 0;
  }
}

.munchd-testimonials-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
}

.munchd-testimonials-header {
  text-align: center;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .munchd-testimonials-header {
    margin-bottom: 48px;
  }
}

.munchd-testimonials-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
}

.munchd-testimonials-title {
  font-size: 30px;
  font-weight: 900;
  color: white;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .munchd-testimonials-title {
    font-size: 48px;
    margin-bottom: 16px;
  }
}

.munchd-testimonials-subtitle {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  max-width: 600px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .munchd-testimonials-subtitle {
    font-size: 18px;
  }
}

.munchd-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

@media (min-width: 1024px) {
  .munchd-testimonials-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}

.munchd-testimonial-card {
  background: white;
  border-radius: 12px;
  padding: 12px;
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .munchd-testimonial-card {
    border-radius: 16px;
    padding: 24px;
  }
}

.munchd-testimonial-card:hover {
  transform: translateY(-8px) rotate(1deg);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.munchd-testimonial-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .munchd-testimonial-header {
    align-items: center;
    margin-bottom: 16px;
  }
}

.munchd-testimonial-author {
  display: flex;
  align-items: center;
  gap: 8px;
}

@media (min-width: 768px) {
  .munchd-testimonial-author {
    gap: 12px;
  }
}

.munchd-testimonial-avatar {
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, var(--munchd-teal), var(--munchd-teal-hover));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 14px;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .munchd-testimonial-avatar {
    width: 48px;
    height: 48px;
    font-size: 18px;
  }
}

.munchd-testimonial-name {
  font-weight: 700;
  color: var(--munchd-text);
  font-size: 12px;
}

@media (min-width: 768px) {
  .munchd-testimonial-name {
    font-size: 16px;
  }
}

.munchd-testimonial-role {
  font-size: 10px;
  color: var(--munchd-text-muted);
}

@media (min-width: 768px) {
  .munchd-testimonial-role {
    font-size: 12px;
  }
}

.munchd-testimonial-stars {
  display: none;
  gap: 2px;
}

@media (min-width: 768px) {
  .munchd-testimonial-stars {
    display: flex;
  }
}

.munchd-testimonial-stars-mobile {
  display: flex;
  gap: 2px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .munchd-testimonial-stars-mobile {
    display: none;
  }
}

.munchd-testimonial-star {
  color: #fbbf24;
  width: 12px;
  height: 12px;
}

@media (min-width: 768px) {
  .munchd-testimonial-star {
    width: 16px;
    height: 16px;
  }
}

.munchd-testimonial-text {
  color: #374151;
  font-size: 12px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (min-width: 768px) {
  .munchd-testimonial-text {
    font-size: 16px;
    -webkit-line-clamp: none;
    overflow: visible;
  }
}

.munchd-testimonial-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #f0f0f0;
  font-size: 10px;
}

@media (min-width: 768px) {
  .munchd-testimonial-footer {
    margin-top: 16px;
    padding-top: 16px;
    font-size: 14px;
  }
}

.munchd-testimonial-helpful {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #9ca3af;
  cursor: pointer;
  transition: color 0.3s ease;
}

.munchd-testimonial-helpful:hover {
  color: var(--munchd-teal);
}

.munchd-testimonial-verified {
  color: var(--munchd-teal);
  font-weight: 400;
}

.munchd-testimonials-more {
  text-align: center;
  margin-top: 24px;
}

@media (min-width: 768px) {
  .munchd-testimonials-more {
    margin-top: 32px;
  }
}

.munchd-testimonials-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  padding: 12px 24px;
  border-radius: 50px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.munchd-testimonials-more-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* Stats Row */
.munchd-stats-section {
  padding: 24px 0 40px;
  background: var(--munchd-navy);
}

@media (min-width: 768px) {
  .munchd-stats-section {
    padding: 40px 0 64px;
  }
}

.munchd-stats-container {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 16px;
}

.munchd-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

@media (min-width: 768px) {
  .munchd-stats-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
}

.munchd-stat-card {
  text-align: center;
  padding: 16px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  backdrop-filter: blur(10px);
  transition: background 0.3s ease;
}

@media (min-width: 768px) {
  .munchd-stat-card {
    padding: 32px;
    border-radius: 24px;
  }
}

.munchd-stat-card:hover {
  background: rgba(255, 255, 255, 0.15);
}

.munchd-stat-value {
  font-size: 24px;
  font-weight: 900;
  color: white;
  margin-bottom: 4px;
}

@media (min-width: 768px) {
  .munchd-stat-value {
    font-size: 48px;
    margin-bottom: 8px;
  }
}

.munchd-stat-label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}

@media (min-width: 768px) {
  .munchd-stat-label {
    font-size: 16px;
  }
}

/* ============================================
   FOOTER
   ============================================ */
.munchd-newsletter-section {
  padding: 64px 0;
  background: var(--munchd-teal);
}

.munchd-newsletter-container {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 16px;
  text-align: center;
}

.munchd-newsletter-title {
  font-size: 28px;
  font-weight: 900;
  color: white;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .munchd-newsletter-title {
    font-size: 36px;
  }
}

.munchd-newsletter-subtitle {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 32px;
}

.munchd-newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (min-width: 640px) {
  .munchd-newsletter-form {
    flex-direction: row;
  }
}

.munchd-newsletter-input {
  flex: 1;
  padding: 16px 24px;
  border-radius: 50px;
  border: none;
  font-size: 16px;
}

.munchd-newsletter-input:focus {
  outline: 2px solid white;
}

.munchd-newsletter-btn {
  background: var(--munchd-navy);
  color: white;
  padding: 16px 32px;
  border-radius: 50px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.munchd-newsletter-btn:hover {
  background: var(--munchd-navy-light);
  transform: scale(1.05);
}

.munchd-footer {
  padding: 64px 0;
  background: var(--munchd-navy);
  color: white;
}

.munchd-footer-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
}

.munchd-footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}

@media (min-width: 768px) {
  .munchd-footer-grid {
    grid-template-columns: 2fr 1fr 1fr;
  }
}

.munchd-footer-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}

.munchd-footer-brand img {
  height: 40px;
}

.munchd-footer-description {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin-bottom: 24px;
}

.munchd-footer-contact {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.munchd-footer-contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.7);
}

.munchd-footer-contact-icon {
  color: var(--munchd-teal);
}

.munchd-footer-links-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 16px;
}

.munchd-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.munchd-footer-links li {
  margin-bottom: 12px;
}

.munchd-footer-links a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.munchd-footer-links a:hover {
  color: var(--munchd-teal);
  transform: translateX(4px);
}

.munchd-footer-bottom {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}

@media (min-width: 768px) {
  .munchd-footer-bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}

.munchd-footer-social {
  display: flex;
  gap: 16px;
}

.munchd-footer-social a {
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: all 0.3s ease;
}

.munchd-footer-social a:hover {
  background: var(--munchd-teal);
  transform: scale(1.1) translateY(-4px);
}

.munchd-footer-copyright {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.munchd-footer-heart {
  color: var(--munchd-teal);
  animation: munchd-bounce-gentle 2s ease-in-out infinite;
}

/* ============================================
   UTILITIES - FIXED WITH !important
   ============================================ */
.munchd-hidden {
  display: none !important;
}

.munchd-mobile-only {
  display: block !important;
}

@media (min-width: 1024px) {
  .munchd-mobile-only {
    display: none !important;
  }
}

.munchd-desktop-only {
  display: none !important;
}

@media (min-width: 1024px) {
  .munchd-desktop-only {
    display: block !important;
  }
}
Exit code: 0