/* ============================================ */
/* FOODMALL PREMIUM REDESIGN - COMPLETE NEW UI  */
/* 1:1 Foodix DNA - Built from scratch          */
/* ============================================ */

/* ---- FONTS ---- */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

/* ---- RESET OLD STYLES FOR HOMEPAGE ---- */
body.front-page,
body.action-index {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  background: #fff !important;
  overflow-x: hidden;
}

body.action-index #top-navigation {
  display: none !important;
}

body.action-index .mobile-home-banner {
  display: none !important;
}

body.action-index #main-search-banner {
  display: none !important;
}

/* ============================================ */
/* HEADER - SEAMLESS WITH HERO (NO SEPARATION)  */
/* ============================================ */

.fm-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 20px 0;
  background: transparent;
}

.fm-navbar {
  display: flex;
  align-items: center;
  gap: 20px;
}
.fm-nav-group {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Logo */
.fm-logo {
  flex-shrink: 0;
}

.fm-logo .top-logo img {
  max-height: 38px !important;
  max-width: 160px !important;
}

/* Nav Links */
.fm-nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.fm-nav-link {
  font-family: 'Inter', sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #333 !important;
  padding: 8px 18px !important;
  border-radius: 8px;
  transition: all 0.25s ease;
  text-decoration: none !important;
  letter-spacing: -0.01em;
}

.fm-nav-link:hover {
  color: #e74c3c !important;
  background: rgba(231, 76, 60, 0.06);
}

.fm-nav-link.active {
  color: #e74c3c !important;
  font-weight: 600 !important;
}

/* Right Section */
.fm-nav-right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

/* Location Badge */
.fm-location-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f5f5f5;
  border: 1px solid #eee;
  border-radius: 50px;
  padding: 10px 18px;
  cursor: pointer;
  transition: all 0.25s ease;
  font-size: 13px;
  font-weight: 500;
  color: #333;
}

.fm-location-badge:hover {
  background: #eee;
  border-color: #ddd;
}

.fm-location-pin {
  color: #e74c3c;
  display: flex;
  align-items: center;
}

.fm-location-text {
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fm-chevron-down {
  opacity: 0.5;
}

/* ============================================ */
/* WIDGET USER NAV STYLING (Premium Overrides)  */
/* ============================================ */

/* Reset the widget UL container */
.fm-nav-right #vue-cart-preview {
  display: flex !important;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fm-nav-right #vue-cart-preview > li {
  display: flex !important;
  align-items: center;
}

/* Hide "Cart" text link, keep icon only */
.fm-nav-right #vue-cart-preview > li > a:not(.cart-handle):not(.dropdown-toggle) {
  font-size: 0 !important;
  padding: 0 !important;
}

/* Show only cart icon and sign-in on desktop */
.fm-nav-right #vue-cart-preview .line-left {
  border-left: none !important;
}

/* Cart Icon - Premium Style */
.fm-nav-right .cart-handle {
  position: relative;
  padding: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: #f5f5f5;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.fm-nav-right .cart-handle:hover {
  background: #eee;
  transform: translateY(-1px);
}

.fm-nav-right .cart-handle img {
  height: 20px !important;
  width: 20px !important;
  object-fit: contain !important;
}

.fm-nav-right .cart-handle .badge {
  position: absolute !important;
  top: -2px !important;
  right: -2px !important;
  bottom: auto !important;
  left: auto !important;
  min-width: 18px;
  height: 18px;
  line-height: 18px;
  padding: 0 5px !important;
  font-size: 10px !important;
  font-weight: 700;
  font-family: 'Inter', sans-serif !important;
  background: #e74c3c !important;
  color: #fff !important;
  border-radius: 50px;
  border: 2px solid #fff;
}

/* Sign In Link → Premium Pill Button */
.fm-nav-right #vue-cart-preview > li.line-left > a,
.fm-nav-right #vue-cart-preview > li.d-none.d-lg-inline.line-left > a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #e74c3c !important;
  border: 2px solid #e74c3c;
  border-radius: 50px;
  padding: 9px 28px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  transition: all 0.3s ease;
  letter-spacing: -0.01em;
  cursor: pointer;
  white-space: nowrap;
}

.fm-nav-right #vue-cart-preview > li.line-left > a:hover {
  background: #e74c3c !important;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(231, 76, 60, 0.3);
}

/* Currency & Language Selectors - Clean Up */
.fm-nav-right #vue-cart-preview .el-dropdown {
  font-family: 'Inter', sans-serif !important;
  font-size: 13px !important;
}

/* Hamburger - hidden on desktop, shown on mobile only */
.fm-nav-right .hamburger {
  display: none !important;
  padding: 6px !important;
  margin-left: 4px;
}

.fm-nav-right .hamburger-inner,
.fm-nav-right .hamburger-inner::after,
.fm-nav-right .hamburger-inner::before {
  background-color: #333 !important;
  border-radius: 2px;
}

/* Notification bell - Clean */
.fm-nav-right .notification-dropdown {
  margin-right: 4px !important;
}

/* User Dropdown - Premium */
.fm-nav-right .userprofile .dropdown-toggle {
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #333 !important;
  border: none !important;
  padding: 8px 12px !important;
}

.fm-nav-right .userprofile .dropdown-menu {
  border: 1px solid #f0f0f0 !important;
  border-radius: 12px !important;
  box-shadow: 0 10px 40px rgba(0,0,0,0.1) !important;
  padding: 8px !important;
  margin-top: 8px !important;
}

.fm-nav-right .userprofile .dropdown-menu a {
  font-family: 'Inter', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  padding: 10px 16px !important;
  border-radius: 8px !important;
  transition: background 0.2s ease;
}

.fm-nav-right .userprofile .dropdown-menu a:hover {
  background: #fdf2f0 !important;
  color: #e74c3c !important;
}

/* Mobile Drawer - Premium */
.drawer-menu {
  font-family: 'Inter', sans-serif !important;
}

.drawer-menu ul li a {
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  padding: 12px 16px !important;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.drawer-menu ul li a:hover {
  background: #fdf2f0;
  color: #e74c3c !important;
}

/* Cart Preview Drawer - Premium */
.fm-nav-right .drawer-preview-cart a {
  font-family: 'Inter', sans-serif !important;
}

/* Header on NON-homepage pages (solid bg) */
body:not(.action-index) .fm-header {
  position: relative;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  box-shadow: 0 1px 10px rgba(0,0,0,0.03);
}

/* ============================================ */
/* HERO SECTION                                 */
/* ============================================ */

.fm-hero-section {
  position: relative;
  min-height: 100vh;
  background: linear-gradient(135deg, #fdf8f6 0%, #fff5f2 30%, #fff 60%, #fff 100%);
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Decorative Dots */
.fm-hero-dot {
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}

.fm-dot-1 {
  width: 12px;
  height: 12px;
  background: #f39c12;
  top: 15%;
  left: 35%;
  animation: fm-float 6s ease-in-out infinite;
}

.fm-dot-2 {
  width: 8px;
  height: 8px;
  background: #e74c3c;
  top: 25%;
  right: 10%;
  animation: fm-float 5s ease-in-out infinite 1s;
}

.fm-dot-3 {
  width: 10px;
  height: 10px;
  background: #f39c12;
  bottom: 30%;
  right: 35%;
  animation: fm-float 7s ease-in-out infinite 0.5s;
}

.fm-dot-4 {
  width: 6px;
  height: 6px;
  background: #e74c3c;
  top: 40%;
  left: 45%;
  animation: fm-float 4s ease-in-out infinite 2s;
}

@keyframes fm-float {
  0%, 100% { transform: translateY(0) scale(1); opacity: 0.7; }
  50% { transform: translateY(-15px) scale(1.2); opacity: 1; }
}

/* Decorative SVG Curves */
.fm-hero-curves {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

/* Floating Food Images */
.fm-hero-food {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  object-fit: contain;
  filter: drop-shadow(0 12px 30px rgba(0,0,0,0.15));
}

.fm-food-burger {
  width: 320px;
  left: 2%;
  top: 3%;
  transform: rotate(-5deg);
  animation: fm-food-drift2 8s ease-in-out infinite;
  z-index: 3;
}

.fm-food-pizza {
  width: 280px;
  right: 2%;
  bottom: 3%;
  transform: rotate(10deg);
  animation: fm-food-drift1 9s ease-in-out infinite 1s;
}

.fm-food-leaf {
  width: 42px;
  left: 42%;
  top: 9%;
  transform: rotate(-30deg);
  animation: fm-food-drift3 6s ease-in-out infinite 0.5s;
}

.fm-food-tomato1 {
  width: 50px;
  left: 8%;
  bottom: 12%;
  transform: rotate(15deg);
  animation: fm-food-drift2 7s ease-in-out infinite 2s;
}

.fm-food-tomato2 {
  width: 42px;
  right: 38%;
  top: 10%;
  transform: rotate(-20deg);
  animation: fm-food-drift1 7.5s ease-in-out infinite 1.5s;
}

@keyframes fm-food-drift1 {
  0%, 100% { transform: rotate(5deg) translate(0, 0); }
  50% { transform: rotate(3deg) translate(-8px, -12px); }
}

@keyframes fm-food-drift2 {
  0%, 100% { transform: rotate(-10deg) translate(0, 0); }
  50% { transform: rotate(-8deg) translate(6px, -10px); }
}

@keyframes fm-food-drift3 {
  0%, 100% { transform: rotate(-30deg) translate(0, 0) scale(1); }
  50% { transform: rotate(-25deg) translate(5px, -8px) scale(1.05); }
}

/* Hero Grid - 3 items: text + visual on top row, actions below text */
.fm-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 20px 60px;
  align-items: center;
  position: relative;
  z-index: 2;
}

/* Title + Subtitle (top-left) */
.fm-hero-text {
  max-width: 580px;
  grid-column: 1;
  grid-row: 1;
}

/* Visual (right side, spans both rows) */
.fm-hero-visual {
  grid-column: 2;
  grid-row: 1 / 3;
  position: relative;
  height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Search + Stats (bottom-left) */
.fm-hero-actions {
  max-width: 580px;
  grid-column: 1;
  grid-row: 2;
}

.fm-hero-title {
  font-family: 'Inter', sans-serif !important;
  font-size: 52px !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  color: #1a1a2e !important;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
}

.fm-highlight {
  color: #e74c3c;
  position: relative;
}

.fm-highlight::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  height: 6px;
  background: rgba(231, 76, 60, 0.15);
  border-radius: 3px;
}

.fm-hero-subtitle {
  font-family: 'Inter', sans-serif !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  color: #666 !important;
  margin-bottom: 36px;
  max-width: 440px;
  font-weight: 400;
}

/* ============================================ */
/* SEARCH BAR - CLEAN SLIM PREMIUM              */
/* ============================================ */

.fm-hero-search {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1.5px solid #eee;
  border-radius: 60px;
  padding: 5px 5px 5px 22px;
  max-width: 480px;
  box-shadow: 0 2px 20px rgba(0,0,0,0.04);
  transition: all 0.3s ease;
  margin-bottom: 40px;
  height: 56px;
}

.fm-hero-search:hover,
.fm-hero-search:focus-within {
  border-color: rgba(231, 76, 60, 0.4);
  box-shadow: 0 4px 30px rgba(231, 76, 60, 0.08);
}

.fm-search-icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 10px;
  opacity: 0.4;
}

/* Autocomplete wrapper - take remaining space */
.fm-autocomplete-wrap {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

/* Kill ALL inner component layout bloat */
.fm-autocomplete-wrap > div,
.fm-autocomplete-wrap .d-flex,
.fm-autocomplete-wrap .flex-sm-row,
.fm-autocomplete-wrap .flex-column,
.fm-autocomplete-wrap .align-items-center,
.fm-autocomplete-wrap .justify-content-between {
  display: block !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.fm-autocomplete-wrap .search-geocomplete {
  width: 100% !important;
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}

.fm-autocomplete-wrap .search-geocomplete .p-0 {
  padding: 0 !important;
}

/* Hide locate button & arrow submit */
.fm-autocomplete-wrap .flex-enabled-locate {
  display: none !important;
}

.fm-autocomplete-wrap .btn-green {
  display: none !important;
}

.fm-autocomplete-wrap .btn-link {
  display: none !important;
}

/* Element Plus Autocomplete Input - Strip everything */
.fm-autocomplete-wrap .el-autocomplete {
  width: 100% !important;
  line-height: normal !important;
}

.fm-autocomplete-wrap .el-input {
  height: auto !important;
}

.fm-autocomplete-wrap .el-input__wrapper {
  box-shadow: none !important;
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  height: auto !important;
}

.fm-autocomplete-wrap .el-input__inner {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  background: transparent !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #333 !important;
  padding: 0 !important;
  height: 32px !important;
  line-height: 32px !important;
}

.fm-autocomplete-wrap .el-input__inner::placeholder {
  color: #b0b0b0 !important;
  font-weight: 400 !important;
  font-size: 14px !important;
}

/* Hide suffix (locate icon) and prefix icons */
.fm-autocomplete-wrap .el-input__suffix,
.fm-autocomplete-wrap .el-input__prefix {
  display: none !important;
}

/* Hide clear button */
.fm-autocomplete-wrap .el-input__clear {
  display: none !important;
}

/* Also handle regular input fallback */
.fm-autocomplete-wrap input[type="text"],
.fm-autocomplete-wrap .form-control-text {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  background: transparent !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  color: #333 !important;
  padding: 0 !important;
  height: 32px !important;
  min-height: auto !important;
  width: 100% !important;
}

/* v-loading overlay fix */
.fm-autocomplete-wrap .el-loading-mask {
  border-radius: 0 !important;
  background: rgba(255,255,255,0.7) !important;
}

/* Search Button - Red pill */
.fm-search-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e74c3c, #c0392b);
  color: #fff !important;
  border: none;
  border-radius: 50px;
  padding: 0 30px;
  height: 44px;
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.fm-search-btn:hover {
  background: linear-gradient(135deg, #c0392b, #a93226);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(231, 76, 60, 0.35);
  color: #fff !important;
}

/* Autocomplete dropdown suggestions */
.el-autocomplete-suggestion {
  border-radius: 12px !important;
  border: 1px solid #f0f0f0 !important;
  box-shadow: 0 10px 40px rgba(0,0,0,0.1) !important;
  margin-top: 8px !important;
  overflow: hidden !important;
}

.el-autocomplete-suggestion li {
  font-family: 'Inter', sans-serif !important;
  font-size: 13px !important;
  padding: 12px 16px !important;
  transition: background 0.15s ease;
}

.el-autocomplete-suggestion li:hover {
  background: #fdf2f0 !important;
}

/* ============================================ */
/* STATS CARDS - PREMIUM 3-IN-A-ROW            */
/* ============================================ */

.fm-stats-row {
  display: flex;
  gap: 14px;
  flex-wrap: nowrap;
}

.fm-stat-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  background: linear-gradient(135deg, #fff 0%, #fefefe 100%);
  border-radius: 22px;
  padding: 16px 22px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.04);
  border: 1px solid rgba(0,0,0,0.04);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: default;
  flex: 1;
  min-width: 0;
}

.fm-stat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.08);
  border-color: rgba(0,0,0,0.06);
}

.fm-stat-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.fm-stat-card:hover .fm-stat-icon {
  transform: scale(1.1);
}

.fm-stat-icon-food {
  background: linear-gradient(135deg, rgba(231, 76, 60, 0.1) 0%, rgba(231, 76, 60, 0.05) 100%);
  box-shadow: 0 4px 15px rgba(231, 76, 60, 0.1);
}

.fm-stat-icon-reviews {
  background: linear-gradient(135deg, rgba(243, 156, 18, 0.12) 0%, rgba(243, 156, 18, 0.05) 100%);
  box-shadow: 0 4px 15px rgba(243, 156, 18, 0.1);
}

.fm-stat-icon-restaurants {
  background: linear-gradient(135deg, rgba(39, 174, 96, 0.12) 0%, rgba(39, 174, 96, 0.05) 100%);
  box-shadow: 0 4px 15px rgba(39, 174, 96, 0.1);
}

.fm-stat-info {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}

.fm-stat-label {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.fm-stat-value {
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #1a1a2e;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

/* ============================================ */
/* HERO VISUAL                                  */
/* ============================================ */

/* Orange Blob - tall rounded shape to cover image cutoff */
.fm-orange-blob {
  position: absolute;
  width: 460px;
  height: 432px;
  background: linear-gradient(160deg, #f5b731 0%, #f39c12 30%, #e67e22 60%, #d35400 100%);
  border-radius: 230px 230px 0 0;
  right: -30px;
  top: -28px;
  z-index: 1;
  box-shadow: 0 20px 60px rgba(243, 156, 18, 0.25);
}

/* Delivery Girl Image */
.fm-hero-girl {
  position: absolute;
  z-index: 2;
  width: 480px;
  height: 480px;
  object-fit: contain;
  right: -50px;
  top: -28px;
  filter: drop-shadow(0 8px 24px rgba(0,0,0,0.15));
}

/* ============================================ */
/* FLOATING BADGES                              */
/* ============================================ */

.fm-float-badge {
  position: absolute;
  background: #fff;
  border-radius: 16px;
  padding: 12px 18px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.1);
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 10px;
  animation: fm-badge-float 4s ease-in-out infinite;
}

@keyframes fm-badge-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* Delivery 30 Min Badge */
.fm-badge-time {
  top: 12%;
  right: 0;
  animation-delay: 0s;
}

.fm-badge-icon-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(39, 174, 96, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.fm-badge-text {
  display: flex;
  flex-direction: column;
}

.fm-badge-title {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.fm-badge-sub {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1a1a2e;
}

/* Delivery Complete Badge */
.fm-badge-complete {
  top: 48%;
  left: 5%;
  animation-delay: 1.5s;
  border-radius: 50px;
  padding: 10px 20px;
}

.fm-badge-check {
  display: flex;
  align-items: center;
}

.fm-badge-complete span {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #333;
}

/* Happy Customers Badge */
.fm-badge-customers {
  bottom: 12%;
  right: 5%;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 16px 20px;
  animation-delay: 0.8s;
}

.fm-customer-avatars {
  display: flex;
  align-items: center;
}

.fm-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.fm-avatar:first-child {
  margin-left: 0;
}

.fm-avatar-count {
  background: linear-gradient(135deg, #e74c3c, #c0392b) !important;
  color: #fff;
}

.fm-avatar-count span {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
}

.fm-customers-label {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #333;
}

/* ============================================ */
/* GLOW EFFECTS                                 */
/* ============================================ */

.fm-stat-card::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: 23px;
  padding: 1px;
  background: linear-gradient(135deg, transparent 20%, rgba(231, 76, 60, 0.15) 50%, rgba(243, 156, 18, 0.1) 80%, transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.fm-stat-card:hover::before {
  opacity: 1;
}

.fm-float-badge::after {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(231, 76, 60, 0.15), rgba(243, 156, 18, 0.15));
  z-index: -1;
  filter: blur(10px);
  opacity: 0.5;
}

.fm-badge-complete::after {
  border-radius: 50px;
}

/* ============================================ */
/* MOBILE APP SECTION REDESIGN                  */
/* ============================================ */

.fm-app-section {
  background: linear-gradient(135deg, #fdf8f6 0%, #fff5f2 100%);
  padding: 80px 0;
  margin-top: 40px;
}

.fm-app-subtitle {
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #e74c3c !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}

.fm-app-title {
  font-family: 'Inter', sans-serif !important;
  font-size: 32px !important;
  font-weight: 800 !important;
  color: #1a1a2e !important;
  letter-spacing: -0.02em;
}

.fm-app-desc {
  font-family: 'Inter', sans-serif !important;
  font-size: 15px !important;
  color: #666 !important;
  line-height: 1.7 !important;
  max-width: 380px;
}

.fm-app-phone {
  max-width: 250px;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.15));
}

.fm-app-buttons {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.fm-app-buttons img {
  height: 45px;
  transition: transform 0.3s ease;
}

.fm-app-buttons a:hover img {
  transform: translateY(-3px);
}

/* ============================================ */
/* OVERRIDE OLD SECTION STYLES ON HOMEPAGE      */
/* ============================================ */

body.action-index .section-mobileapp,
body.action-index .section-newmobileapp {
  display: none !important;
}

/* Hide old page-content wrapper border/padding if any */
body.action-index .page-content {
  padding: 0 !important;
}

/* ============================================ */
/* CUISINE & SWIPER LIST SECTION POLISH         */
/* ============================================ */

body.action-index .container.mt-5 h5,
body.action-index .container.mt-4 h5 {
  font-family: 'Inter', sans-serif !important;
  font-weight: 700 !important;
  color: #1a1a2e !important;
  font-size: 22px !important;
  letter-spacing: -0.02em;
}

/* ============================================ */
/* SHARED SECTION COMPONENTS                    */
/* ============================================ */

.fm-home-content {
  padding: 20px 0 40px;
  position: relative;
  overflow: clip;
}

.fm-home-content > *:not(.fm-glow):not(.fm-float) {
  position: relative;
  z-index: 1;
}

/* Glow orbs hidden */
.fm-glow { display: none; }

/* ============================================ */
/* FLOATING DECORATIVE ICONS                    */
/* ============================================ */

.fm-float {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  opacity: 0.08;
  color: #e74c3c;
}

.fm-float-1 {
  top: 120px;
  left: 40px;
  animation: floatSlow 8s ease-in-out infinite;
}

.fm-float-2 {
  top: 380px;
  right: 60px;
  animation: floatSlow 10s ease-in-out infinite 1s;
  color: #f39c12;
}

.fm-float-3 {
  top: 700px;
  left: 30px;
  animation: floatSlow 7s ease-in-out infinite 0.5s;
}

.fm-float-4 {
  top: 1050px;
  right: 45px;
  animation: floatSlow 9s ease-in-out infinite 2s;
  color: #f39c12;
}

.fm-float-5 {
  top: 1350px;
  left: 55px;
  animation: floatSlow 11s ease-in-out infinite 1.5s;
}

.fm-float-6 {
  top: 1700px;
  right: 35px;
  animation: floatSlow 8s ease-in-out infinite 0.8s;
  color: #f39c12;
}

@keyframes floatSlow {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  25%      { transform: translateY(-12px) rotate(3deg); }
  50%      { transform: translateY(-6px) rotate(-2deg); }
  75%      { transform: translateY(-14px) rotate(2deg); }
}

.fm-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}

.fm-section-head-center {
  flex-direction: column;
  text-align: center;
  gap: 6px;
}

.fm-section-title {
  font-family: 'Inter', sans-serif !important;
  font-size: 24px !important;
  font-weight: 800 !important;
  color: #1a1a2e !important;
  letter-spacing: -0.03em;
  margin: 0 !important;
  line-height: 1.3 !important;
}

.fm-section-label {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #e74c3c;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.fm-text-accent {
  color: #e74c3c;
}

.fm-see-all {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #e74c3c !important;
  text-decoration: none !important;
  transition: gap 0.3s ease;
}

.fm-see-all:hover {
  gap: 8px;
  color: #c0392b !important;
}

/* Shared Arrow Buttons */
.fm-section-arrows {
  display: flex;
  align-items: center;
  gap: 8px;
}

.fm-arr {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1.5px solid #e5e5e5;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
  color: #666;
  padding: 0;
  outline: none;
}

.fm-arr:hover {
  background: #1a1a2e;
  border-color: #1a1a2e;
  color: #fff;
  box-shadow: 0 4px 14px rgba(26,26,46,0.2);
}

/* ============================================ */
/* CATEGORY SECTION - PREMIUM GLOW CARDS        */
/* ============================================ */

.fm-cat-section {
  margin-bottom: 56px;
  padding: 40px 0;
}

/* Horizontal scroll track */
.fm-cat-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  overflow-y: visible;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 20px 4px 32px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.fm-cat-track::-webkit-scrollbar {
  display: none;
}

/* Skeleton */
.fm-cat-card-sk {
  flex-shrink: 0;
  width: 170px;
  height: 210px;
  border-radius: 20px;
}

/* ---- CARD ---- */
.fm-cat-card {
  position: relative;
  flex-shrink: 0;
  width: 170px;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  text-decoration: none !important;
  cursor: pointer;
  border: 1.5px solid rgba(0,0,0,0.06);
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              box-shadow 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              border-color 0.45s ease;
  animation: catReveal 0.6s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: calc(var(--i, 0) * 0.05s);
}

@keyframes catReveal {
  from { opacity: 0; transform: translateY(24px) scale(0.95); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

.fm-cat-card:hover {
  transform: translateY(-8px);
  border-color: rgba(231,76,60,0.18);
  box-shadow:
    0 8px 24px rgba(231,76,60,0.15),
    0 20px 50px rgba(231,76,60,0.10),
    0 0 0 1px rgba(231,76,60,0.05);
}

.fm-cat-card:active {
  transform: translateY(-3px) scale(0.98);
  transition-duration: 0.15s;
}

/* ---- IMAGE ---- */
.fm-cat-card-img {
  width: 100%;
  height: 160px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

/* Cycling warm gradient backgrounds */
.fm-cat-card:nth-child(6n+1) .fm-cat-card-img { background: linear-gradient(145deg, #fff1f0, #ffe4e1); }
.fm-cat-card:nth-child(6n+2) .fm-cat-card-img { background: linear-gradient(145deg, #fff8e6, #ffecb3); }
.fm-cat-card:nth-child(6n+3) .fm-cat-card-img { background: linear-gradient(145deg, #e8f5e9, #c8e6c9); }
.fm-cat-card:nth-child(6n+4) .fm-cat-card-img { background: linear-gradient(145deg, #e3f2fd, #bbdefb); }
.fm-cat-card:nth-child(6n+5) .fm-cat-card-img { background: linear-gradient(145deg, #f3e5f5, #e1bee7); }
.fm-cat-card:nth-child(6n+6) .fm-cat-card-img { background: linear-gradient(145deg, #fff3e0, #ffe0b2); }

.fm-cat-card-img img {
  max-width: 85% !important;
  max-height: 85% !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  border-radius: 0 !important;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  filter: drop-shadow(0 4px 12px rgba(0,0,0,0.12));
}

.fm-cat-card:hover .fm-cat-card-img img {
  transform: scale(1.12) rotate(-2deg);
}

/* ---- INFO BAR ---- */
.fm-cat-card-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  gap: 8px;
  background: #fff;
}

.fm-cat-card-name {
  font-family: 'Inter', sans-serif !important;
  font-size: 14px;
  font-weight: 700;
  color: #1a1a2e;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  letter-spacing: -0.01em;
  transition: color 0.3s ease;
}

.fm-cat-card-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f5f5f5;
  color: #999;
  flex-shrink: 0;
  transition: all 0.35s ease;
}

.fm-cat-card:hover .fm-cat-card-arrow {
  background: #e74c3c;
  color: #fff;
  transform: translateX(2px);
}

.fm-cat-card:hover .fm-cat-card-name {
  color: #e74c3c;
}

/* ============================================ */
/* RESTAURANT CARDS - MODERN PREMIUM            */
/* ============================================ */

.fm-resto-section {
  margin-bottom: 48px;
}

.fm-resto-track {
  overflow: hidden;
}

.fm-resto-card {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #f0f0f0;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
}

.fm-resto-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.08);
  border-color: transparent;
}

.fm-resto-img-wrap {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #f5f5f5;
}

.fm-resto-img-wrap > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.fm-resto-card:hover .fm-resto-img-wrap > img {
  transform: scale(1.08);
}

/* Status Overlay */
.fm-resto-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.fm-resto-overlay span {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 0 20px;
}

.fm-overlay-closed {
  background: rgba(0,0,0,0.4);
}

/* Promo Tags */
.fm-resto-tags {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  z-index: 4;
}

.fm-tag {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 6px;
  line-height: 1.3;
}

.fm-tag-red {
  background: #e74c3c;
  color: #fff;
}

.fm-tag-amber {
  background: #f59e0b;
  color: #fff;
}

/* Delivery Time Badge */
.fm-resto-time {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(4px);
  border-radius: 8px;
  padding: 5px 10px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #333;
  z-index: 4;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

/* Info Section */
.fm-resto-info {
  padding: 14px 16px 16px;
}

.fm-resto-name {
  font-family: 'Inter', sans-serif !important;
  font-size: 15px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fm-resto-cuisine {
  font-family: 'Inter', sans-serif !important;
  font-size: 13px;
  font-weight: 400;
  color: #888;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fm-resto-meta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.fm-resto-rating {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #666;
}

/* ============================================ */
/* FEATURED ITEMS - FOOD CARDS                  */
/* ============================================ */

.fm-featured-section {
  margin-bottom: 48px;
}

.fm-featured-track {
  overflow: hidden;
}

.fm-feat-card {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #f0f0f0;
  transition: all 0.35s ease;
  cursor: pointer;
}

.fm-feat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.08);
  border-color: transparent;
}

.fm-feat-img {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #f5f5f5;
}

.fm-feat-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

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

.fm-feat-promo {
  position: absolute;
  top: 10px;
  left: 10px;
  background: linear-gradient(135deg, #e74c3c, #c0392b);
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 6px;
  z-index: 2;
}

.fm-feat-body {
  padding: 14px 16px 16px;
}

.fm-feat-name {
  font-family: 'Inter', sans-serif !important;
  font-size: 15px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fm-feat-desc {
  font-family: 'Inter', sans-serif !important;
  font-size: 13px;
  color: #888;
  line-height: 1.4;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

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

.fm-feat-price {
  font-family: 'Inter', sans-serif !important;
  font-size: 18px;
  font-weight: 800;
  color: #1a1a2e;
}

.fm-feat-footer .el-button {
  border-radius: 50px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

/* ============================================ */
/* JOIN / PARTNER SECTION                       */
/* ============================================ */

.fm-join-section {
  margin: 60px 0;
  padding: 60px 0 20px;
  border-top: 1px solid #f0f0f0;
}

.fm-join-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.fm-join-card {
  border-radius: 20px;
  overflow: hidden;
  background: #fafafa;
  border: 1px solid #f0f0f0;
  transition: all 0.35s ease;
}

.fm-join-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(0,0,0,0.06);
  border-color: transparent;
}

.fm-join-img {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.fm-join-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

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

.fm-join-body {
  padding: 24px;
}

.fm-join-title {
  font-family: 'Inter', sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #1a1a2e !important;
  margin-bottom: 8px !important;
}

.fm-join-desc {
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  color: #777 !important;
  line-height: 1.6 !important;
  margin-bottom: 20px !important;
}

.fm-join-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Inter', sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  color: #e74c3c !important;
  text-decoration: none !important;
  transition: gap 0.3s ease;
}

.fm-join-btn:hover {
  gap: 12px;
  color: #c0392b !important;
}

/* ============================================ */
/* APP SHOWCASE SECTION                         */
/* ============================================ */

.fm-appshow {
  position: relative;
  padding: 90px 0 80px;
  background: linear-gradient(180deg, #ffe0db 0%, #ffedea 25%, #fff5f3 50%, #fff 85%);
  overflow: hidden;
}

.fm-appshow-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.fm-appshow-glow-1,
.fm-appshow-glow-2 {
  display: none;
}

/* Header */
.fm-appshow-head {
  text-align: center;
  margin-bottom: 60px;
}

.fm-appshow-title {
  font-family: 'Inter', sans-serif !important;
  font-size: 40px !important;
  font-weight: 800 !important;
  color: #1a1a2e !important;
  letter-spacing: -0.03em;
  line-height: 1.2 !important;
  margin-bottom: 16px !important;
}

.fm-appshow-title span {
  color: #e74c3c;
}

.fm-appshow-desc {
  font-family: 'Inter', sans-serif !important;
  font-size: 16px !important;
  color: #888 !important;
  max-width: 420px;
  margin: 0 auto !important;
  line-height: 1.6 !important;
}

/* 3-column layout */
.fm-appshow-layout {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 40px;
  align-items: center;
  max-width: 960px;
  margin: 0 auto;
}

/* Feature items */
.fm-appshow-features {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.fm-appshow-left .fm-appshow-feat {
  text-align: right;
  flex-direction: row-reverse;
}

.fm-appshow-feat {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 22px;
  border-radius: 16px;
  background: rgba(255,255,255,0.65);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(0,0,0,0.04);
  box-shadow: 0 4px 20px rgba(0,0,0,0.03);
  transition: all 0.35s ease;
  animation: fm-feat-float 5s ease-in-out infinite;
  position: relative;
}
.fm-appshow-feat:hover {
  background: #fff;
  box-shadow: 0 10px 36px rgba(231,76,60,0.1);
  border-color: rgba(231,76,60,0.1);
}

/* Connector arrows from features to phone */
.fm-appshow-feat::after {
  display: none;
  content: '';
  position: absolute;
  top: 50%;
  width: 60px;
  height: 2px;
  background: #222;
  transform: translateY(-50%);
  pointer-events: none;
}
/* Arrow dot at the phone end */
.fm-appshow-feat::before {
  display: none;
  content: '';
  position: absolute;
  top: 50%;
  width: 7px;
  height: 7px;
  background: #222;
  border-radius: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1;
}

/* Left features: arrows go RIGHT toward phone */
.fm-appshow-left .fm-appshow-feat::after {
  right: -62px;
}
.fm-appshow-left .fm-appshow-feat::before {
  right: -64px;
}

/* Right features: arrows go LEFT toward phone */
.fm-appshow-right .fm-appshow-feat::after {
  left: -62px;
}
.fm-appshow-right .fm-appshow-feat::before {
  left: -64px;
}

/* Curved variation - top items curve down, bottom items curve up */
.fm-appshow-left .fm-appshow-feat:nth-child(1)::after,
.fm-appshow-right .fm-appshow-feat:nth-child(1)::after {
  transform: translateY(-50%) rotate(-8deg);
  width: 55px;
}
.fm-appshow-left .fm-appshow-feat:nth-child(3)::after,
.fm-appshow-right .fm-appshow-feat:nth-child(3)::after {
  transform: translateY(-50%) rotate(8deg);
  width: 55px;
}

/* Staggered floats - left */
.fm-appshow-left .fm-appshow-feat:nth-child(1) { animation-delay: 0s; animation-duration: 5s; }
.fm-appshow-left .fm-appshow-feat:nth-child(2) { animation-delay: -1.6s; animation-duration: 5.5s; }
.fm-appshow-left .fm-appshow-feat:nth-child(3) { animation-delay: -3.2s; animation-duration: 6s; }
/* Staggered floats - right */
.fm-appshow-right .fm-appshow-feat:nth-child(1) { animation-delay: -0.8s; animation-duration: 5.5s; }
.fm-appshow-right .fm-appshow-feat:nth-child(2) { animation-delay: -2.4s; animation-duration: 5s; }
.fm-appshow-right .fm-appshow-feat:nth-child(3) { animation-delay: -3.8s; animation-duration: 6s; }

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

.fm-appshow-feat h4 {
  font-family: 'Inter', sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #1a1a2e !important;
  margin: 0 0 4px !important;
}

.fm-appshow-feat p {
  font-family: 'Inter', sans-serif !important;
  font-size: 13px !important;
  color: #999 !important;
  margin: 0 !important;
  line-height: 1.4 !important;
}

.fm-appshow-feat-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #fee2e2, #fecaca);
  color: #e74c3c;
  transition: transform 0.3s ease;
}

.fm-appshow-feat:hover .fm-appshow-feat-icon {
  transform: scale(1.1);
}

.fm-appshow-icon-amber {
  background: linear-gradient(135deg, #fef3c7, #fde68a) !important;
  color: #d97706 !important;
}

.fm-appshow-icon-green {
  background: linear-gradient(135deg, #d1fae5, #a7f3d0) !important;
  color: #059669 !important;
}

.fm-appshow-icon-purple {
  background: linear-gradient(135deg, #ede9fe, #ddd6fe) !important;
  color: #7c3aed !important;
}

/* Phone mockup */
.fm-appshow-phone-wrap {
  display: flex;
  justify-content: center;
}

.fm-appshow-phone {
  width: 260px;
  height: 530px;
  background: linear-gradient(145deg, #2c2c2e, #1c1c1e);
  border-radius: 40px;
  padding: 10px;
  position: relative;
  box-shadow:
    0 40px 100px rgba(0,0,0,0.2),
    0 15px 40px rgba(0,0,0,0.1),
    inset 0 1px 0 rgba(255,255,255,0.1),
    inset 0 -1px 0 rgba(0,0,0,0.3),
    inset 0 0 0 1.5px rgba(255,255,255,0.08);
  transform: translateY(80px);
  opacity: 0;
  transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1),
              opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

.fm-appshow-phone.fm-visible {
  transform: translateY(0);
  opacity: 1;
}

/* Notch */
.fm-phone-notch {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 22px;
  background: #1c1c1e;
  border-radius: 0 0 16px 16px;
  z-index: 10;
}

.fm-appshow-phone-screen {
  width: 100%;
  height: 100%;
  background: #fefefe;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

/* ---- Mock App UI inside phone ---- */

/* App Header */
.fm-mockapp-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 14px 8px;
  background: #fff;
}
.fm-mockapp-logo {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 800;
  color: #e74c3c;
  letter-spacing: -0.3px;
}
.fm-mockapp-header-left,
.fm-mockapp-header-right {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #f8f8f8;
}

/* Greeting */
.fm-mockapp-greeting {
  padding: 10px 14px 6px;
  display: flex;
  flex-direction: column;
}
.fm-mockapp-hi {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  color: #999;
  font-weight: 500;
}
.fm-mockapp-what {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #222;
  margin-top: 2px;
}

/* Category pills */
.fm-mockapp-cats {
  display: flex;
  gap: 6px;
  padding: 8px 14px;
  overflow: hidden;
}
.fm-mockapp-cat {
  flex-shrink: 0;
  padding: 5px 10px;
  border-radius: 20px;
  font-family: 'Inter', sans-serif;
  font-size: 9px;
  font-weight: 600;
  color: #777;
  background: #f5f5f5;
  white-space: nowrap;
}
.fm-mockapp-cat.active {
  background: linear-gradient(135deg, #e74c3c, #c0392b);
  color: #fff;
}

/* Promo banner */
.fm-mockapp-banner {
  margin: 6px 14px;
  padding: 14px 16px;
  border-radius: 14px;
  background: linear-gradient(135deg, #e74c3c, #c0392b);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fm-mockapp-banner-text {
  display: flex;
  flex-direction: column;
}
.fm-mockapp-banner-off {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.3px;
}
.fm-mockapp-banner-sub {
  font-family: 'Inter', sans-serif;
  font-size: 8px;
  color: rgba(255,255,255,0.7);
  margin-top: 2px;
}
.fm-mockapp-banner-icon {
  font-size: 32px;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.15));
}

/* Section title */
.fm-mockapp-section-title {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #333;
  padding: 10px 14px 4px;
}

/* Food cards */
.fm-mockapp-foods {
  display: flex;
  gap: 8px;
  padding: 6px 14px 10px;
  flex: 1;
}
.fm-mockapp-food-card {
  flex: 1;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #f0f0f0;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.fm-mockapp-food-img {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}
.fm-mockapp-food-name {
  font-family: 'Inter', sans-serif;
  font-size: 9px;
  font-weight: 700;
  color: #333;
  padding: 6px 8px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fm-mockapp-food-price {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 800;
  color: #e74c3c;
  padding: 2px 8px 0;
}
.fm-mockapp-food-rating {
  font-family: 'Inter', sans-serif;
  font-size: 8px;
  color: #999;
  padding: 2px 8px 8px;
}

/* Bottom navigation */
.fm-mockapp-bottomnav {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 8px 10px 12px;
  background: #fff;
  border-top: 1px solid #f0f0f0;
}
.fm-mockapp-nav-item {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #ccc;
  position: relative;
}
.fm-mockapp-nav-item.active {
  color: #e74c3c;
  background: rgba(231,76,60,0.08);
}
.fm-mockapp-nav-cart {
  position: relative;
}
.fm-mockapp-cart-badge {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #e74c3c;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 8px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Download buttons */
.fm-appshow-download {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 48px;
}

.fm-appshow-download .fm-app-badge img {
  height: 48px;
  transition: transform 0.3s ease;
}

.fm-appshow-download .fm-app-badge:hover img {
  transform: translateY(-3px);
}

/* ============================================ */
/* HOW IT WORKS SECTION                         */
/* ============================================ */

.fm-how-section {
  background: #fafafa;
  padding: 72px 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.fm-how-grid {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  margin-top: 48px;
}

.fm-how-step {
  flex: 1;
  max-width: 280px;
  text-align: center;
  position: relative;
}

.fm-how-num {
  font-family: 'Inter', sans-serif;
  font-size: 48px;
  font-weight: 900;
  color: rgba(231,76,60,0.06);
  line-height: 1;
  margin-bottom: -10px;
  letter-spacing: -0.04em;
}

.fm-how-icon {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: transform 0.3s ease;
}

.fm-how-step:hover .fm-how-icon {
  transform: translateY(-4px);
}

.fm-how-icon-1 {
  background: linear-gradient(135deg, #fee2e2, #fecaca);
  color: #e74c3c;
}

.fm-how-icon-2 {
  background: linear-gradient(135deg, #fef3c7, #fde68a);
  color: #d97706;
}

.fm-how-icon-3 {
  background: linear-gradient(135deg, #d1fae5, #a7f3d0);
  color: #059669;
}

.fm-how-title {
  font-family: 'Inter', sans-serif !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  color: #1a1a2e !important;
  margin-bottom: 8px !important;
}

.fm-how-desc {
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  color: #888 !important;
  line-height: 1.6 !important;
  max-width: 220px;
  margin: 0 auto !important;
}

.fm-how-connector {
  display: flex;
  align-items: center;
  padding-top: 80px;
  flex-shrink: 0;
}

/* ============================================ */
/* MOBILE APP SECTION                           */
/* ============================================ */

.fm-app-section {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  padding: 80px 0;
  overflow: hidden;
}

.fm-app-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.fm-app-content {
  color: #fff;
}

.fm-app-content .fm-section-label {
  color: rgba(255,255,255,0.5);
}

.fm-app-title {
  font-family: 'Inter', sans-serif !important;
  font-size: 36px !important;
  font-weight: 800 !important;
  color: #fff !important;
  letter-spacing: -0.03em;
  margin-bottom: 16px !important;
  line-height: 1.25 !important;
}

.fm-app-desc {
  font-family: 'Inter', sans-serif !important;
  font-size: 15px !important;
  color: rgba(255,255,255,0.6) !important;
  line-height: 1.7 !important;
  margin-bottom: 32px !important;
  max-width: 400px;
}

.fm-app-buttons {
  display: flex;
  gap: 12px;
}

.fm-app-badge img {
  height: 48px;
  transition: transform 0.3s ease;
}

.fm-app-badge:hover img {
  transform: translateY(-3px);
}

.fm-app-visual {
  display: flex;
  justify-content: center;
}

.fm-app-phone {
  max-width: 280px;
  filter: drop-shadow(0 30px 60px rgba(0,0,0,0.3));
}

/* ============================================ */
/* SWIPER NAV ARROWS (for restaurant/featured)  */
/* ============================================ */

body.action-index .swiper-button-next,
body.action-index .swiper-button-prev {
  width: 38px !important;
  height: 38px !important;
  top: 50% !important;
  transform: translateY(-50%);
  z-index: 10;
}

body.action-index .swiper-button-next .el-button,
body.action-index .swiper-button-prev .el-button {
  width: 38px !important;
  height: 38px !important;
  min-height: auto !important;
  border-radius: 50% !important;
  background: #fff !important;
  border: 1.5px solid #e5e5e5 !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05) !important;
  color: #666 !important;
  font-size: 14px !important;
  padding: 0 !important;
  transition: all 0.25s ease !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

body.action-index .swiper-button-next .el-button:hover,
body.action-index .swiper-button-prev .el-button:hover {
  background: #1a1a2e !important;
  border-color: #1a1a2e !important;
  color: #fff !important;
  box-shadow: 0 4px 14px rgba(26,26,46,0.2) !important;
}

body.action-index .swiper-button-next .el-button i,
body.action-index .swiper-button-prev .el-button i {
  font-size: 13px !important;
  line-height: 1;
}

body.action-index .swiper-button-next::after,
body.action-index .swiper-button-prev::after {
  display: none !important;
}

body.action-index .swiper-button-disabled .el-button {
  opacity: 0.25 !important;
  cursor: not-allowed !important;
}

body.action-index .swiper-button-disabled .el-button:hover {
  background: #fff !important;
  border-color: #e5e5e5 !important;
  color: #666 !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05) !important;
  transform: none;
}

/* ============================================ */
/* GLOBAL OVERRIDES FOR HOMEPAGE                */
/* ============================================ */

body.action-index p,
body.action-index .card {
  font-family: 'Inter', sans-serif !important;
}

/* Old class overrides */
body.action-index .swiperSlide {
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  overflow: visible !important;
}

body.action-index .swiperOutsideContainer .mb-4.mt-4 {
  display: none !important;
}

body.action-index .swiperOutsideContainer .swiper-container {
  padding: 0 !important;
}

/* Scrollbar */
body.action-index::-webkit-scrollbar { width: 6px; }
body.action-index::-webkit-scrollbar-track { background: #f5f5f5; }
body.action-index::-webkit-scrollbar-thumb { background: #ccc; border-radius: 3px; }
body.action-index::-webkit-scrollbar-thumb:hover { background: #aaa; }

/* ============================================ */
/* PREMIUM FOOTER                               */
/* ============================================ */

.fm-footer {
  position: relative;
  background: linear-gradient(135deg, #fdf8f6 0%, #fff5f2 50%, #fdf2f0 100%);
  color: #555;
  padding: 0 0 30px 0;
  overflow: hidden;
  font-family: 'Inter', sans-serif;
}

/* Subtle warm glow overlay */
.fm-footer::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 90%, rgba(231,76,60,0.04) 0%, transparent 50%),
              radial-gradient(circle at 85% 10%, rgba(243,156,18,0.04) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

.fm-footer .container { position: relative; z-index: 1; }

/* Wave separator */
.fm-footer-wave {
  color: #fdf8f6;
  margin-top: -1px;
}
.fm-footer-wave svg {
  display: block;
  width: 100%;
  height: 50px;
}

/* Top: Brand + Newsletter */
.fm-footer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
  padding: 50px 0 40px;
}

.fm-footer-brand {
  flex: 0 0 auto;
  max-width: 320px;
}
.fm-footer-brand .fm-footer-logo img {
  max-width: 160px;
}
.fm-footer-tagline {
  margin: 14px 0 0;
  font-size: 14px;
  color: #888;
  line-height: 1.6;
}

/* Newsletter */
.fm-footer-newsletter {
  flex: 0 1 420px;
}
.fm-newsletter-title {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin: 0 0 6px;
}
.fm-newsletter-desc {
  font-size: 13px;
  color: #888;
  margin: 0 0 14px;
}
.fm-newsletter-form {
  display: flex;
  gap: 0;
  background: #fff;
  border: 1px solid #e8e0dc;
  border-radius: 14px;
  padding: 5px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.04);
}
.fm-newsletter-form .el-input__wrapper,
.fm-newsletter-form .el-input__inner {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  color: #333 !important;
  font-size: 14px;
}
.fm-newsletter-form .el-input.is-focus .el-input__wrapper,
.fm-newsletter-form .el-input__wrapper:focus,
.fm-newsletter-form .el-input__wrapper:hover,
.fm-newsletter-form .el-input__wrapper.is-focus {
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}
.fm-newsletter-form .el-input__inner::placeholder {
  color: #aaa !important;
}
.fm-newsletter-form .el-button {
  background: linear-gradient(135deg, #e74c3c, #c0392b) !important;
  border: none !important;
  border-radius: 10px !important;
  min-width: 48px;
  height: 42px;
  padding: 0 16px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.fm-newsletter-form .el-button:hover {
  background: linear-gradient(135deg, #c0392b, #a93226) !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(231,76,60,0.3);
}
.fm-newsletter-form .el-button svg { stroke: #fff; }

/* Divider */
.fm-footer-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(231,76,60,0.12) 30%, rgba(243,156,18,0.12) 70%, transparent 100%);
}

/* Footer menus */
.fm-footer-menus {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 40px;
  padding: 40px 0;
}
.fm-footer-menu-title {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  margin: 0 0 18px;
  padding-bottom: 10px;
  position: relative;
  letter-spacing: 0.3px;
}
.fm-footer-menu-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: linear-gradient(90deg, #e74c3c, #f39c12);
  border-radius: 2px;
}
.fm-footer-menu-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.fm-footer-menu-col ul li {
  margin-bottom: 10px;
}
.fm-footer-menu-col ul li a {
  color: #777;
  font-size: 13.5px;
  text-decoration: none;
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
  gap: 0;
  line-height: 1.4;
}
.fm-footer-menu-col ul li a:hover {
  color: #e74c3c;
  gap: 6px;
}
.fm-footer-menu-col ul li a::before {
  content: '';
  width: 0;
  height: 1px;
  background: #e74c3c;
  transition: width 0.25s ease;
  flex-shrink: 0;
}
.fm-footer-menu-col ul li a:hover::before {
  width: 12px;
}

/* Bottom bar */
.fm-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0 0;
  flex-wrap: wrap;
}
.fm-footer-copy {
  font-size: 13px;
  color: #aaa;
  margin: 0;
}

/* Social icons */
.fm-footer-socials {
  display: flex;
  gap: 10px;
}
.fm-social-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(231,76,60,0.06);
  border: 1px solid rgba(231,76,60,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.fm-social-icon:hover {
  background: linear-gradient(135deg, #e74c3c, #c0392b);
  color: #fff;
  border-color: transparent;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(231,76,60,0.25);
}

/* App download badges */
.fm-footer-apps {
  display: flex;
  gap: 10px;
}
.fm-app-dl img {
  height: 36px;
  border-radius: 8px;
  transition: all 0.3s ease;
  opacity: 0.7;
}
.fm-app-dl:hover img {
  opacity: 1;
  transform: translateY(-2px);
}

/* Hide old sub-footer and footer styles */
.sub-footer { display: none !important; }

/* ============================================ */
/* NO LOCATION PAGE                             */
/* ============================================ */

.fm-nolocation-page {
  min-height: 100vh;
}

.fm-noloc-section {
  min-height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #fdf8f6 0%, #fff5f2 50%, #fff 100%);
  position: relative;
  overflow: hidden;
  padding: 120px 0 80px;
}

.fm-noloc-section::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -200px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(231,76,60,0.05) 0%, transparent 70%);
  pointer-events: none;
}
.fm-noloc-section::after {
  content: '';
  position: absolute;
  bottom: -150px;
  left: -150px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(243,156,18,0.05) 0%, transparent 70%);
  pointer-events: none;
}

.fm-noloc-content {
  text-align: center;
  max-width: 560px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.fm-noloc-icon {
  width: 80px;
  height: 80px;
  border-radius: 24px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 28px;
  box-shadow: 0 8px 32px rgba(231,76,60,0.1), 0 2px 8px rgba(0,0,0,0.04);
}

.fm-noloc-title {
  font-family: 'Inter', sans-serif !important;
  font-size: 36px !important;
  font-weight: 800 !important;
  color: #222 !important;
  margin: 0 0 12px !important;
  letter-spacing: -0.5px;
  line-height: 1.2 !important;
}

.fm-noloc-desc {
  font-family: 'Inter', sans-serif !important;
  font-size: 16px !important;
  color: #888 !important;
  margin: 0 0 36px !important;
  line-height: 1.5;
}

/* Search bar */
.fm-noloc-search {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 16px;
  padding: 6px 6px 6px 20px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.06), 0 1px 3px rgba(0,0,0,0.04);
  border: 1px solid #f0ebe8;
  gap: 8px;
  max-width: 520px;
  margin: 0 auto;
}
.fm-noloc-search-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.fm-noloc-autocomplete {
  flex: 1;
  min-width: 0;
}
.fm-noloc-autocomplete .el-input__wrapper,
.fm-noloc-autocomplete .el-input__inner {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  font-size: 15px;
  color: #333 !important;
  padding: 0 !important;
}
.fm-noloc-autocomplete .el-input__inner::placeholder {
  color: #bbb !important;
}
.fm-noloc-autocomplete .el-input.is-focus .el-input__wrapper,
.fm-noloc-autocomplete .el-input__wrapper:focus,
.fm-noloc-autocomplete .el-input__wrapper:hover,
.fm-noloc-autocomplete .el-input__wrapper.is-focus {
  box-shadow: none !important;
  border: none !important;
}

.fm-noloc-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  height: 48px;
  background: linear-gradient(135deg, #e74c3c, #c0392b) !important;
  color: #fff !important;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 600;
  border-radius: 12px;
  text-decoration: none !important;
  transition: all 0.3s ease;
  letter-spacing: -0.2px;
}
.fm-noloc-btn:hover {
  background: linear-gradient(135deg, #c0392b, #a93226) !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(231,76,60,0.25);
  color: #fff !important;
}

/* Features */
.fm-noloc-features {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-top: 40px;
}
.fm-noloc-feat {
  display: flex;
  align-items: center;
  gap: 8px;
}
.fm-noloc-feat-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.fm-noloc-feat span {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #555;
}

/* Mobile */
@media (max-width: 767px) {
  .fm-noloc-title { font-size: 26px !important; }
  .fm-noloc-desc { font-size: 14px !important; margin-bottom: 28px !important; }
  .fm-noloc-search { flex-direction: column; padding: 12px; gap: 10px; border-radius: 16px; }
  .fm-noloc-search-icon { display: none; }
  .fm-noloc-btn { width: 100%; border-radius: 12px; height: 48px; }
  .fm-noloc-features { flex-direction: column; gap: 16px; }
  .fm-noloc-section { padding: 100px 20px 60px; }
}

/* ============================================ */
/* RESPONSIVE                                   */
/* ============================================ */

@media (max-width: 1199px) {
  .fm-hero-title { font-size: 44px !important; }
  .fm-hero-grid { gap: 20px 40px; }
  .fm-orange-blob { width: 380px; height: 360px; right: -20px; }
  .fm-hero-girl { width: 400px; height: 400px; right: -40px; }
  .fm-food-burger { width: 250px; left: 0; }
  .fm-food-pizza { width: 220px; right: 0; }
  .fm-food-tomato2 { right: 32%; }
}

@media (max-width: 991px) {
  .fm-nav-right .hamburger { display: block !important; }
  .fm-nav-links { display: none !important; }
  .fm-hero-section { min-height: auto; padding-top: 100px; padding-bottom: 50px; }
  .fm-hero-grid { grid-template-columns: 1fr; gap: 24px; }
  .fm-hero-text { max-width: 100%; text-align: center; grid-column: 1; grid-row: 1; }
  .fm-hero-visual { grid-column: 1; grid-row: 2; position: relative; height: 300px; display: flex; align-items: center; justify-content: center; }
  .fm-hero-actions { max-width: 100%; text-align: center; grid-column: 1; grid-row: 3; }
  .fm-hero-title { font-size: 38px !important; }
  .fm-hero-subtitle { margin-left: auto; margin-right: auto; }
  .fm-hero-search { margin-left: auto; margin-right: auto; }
  .fm-stats-row { justify-content: center; }
  .fm-orange-blob { width: 300px; height: 260px; right: auto; left: 50%; transform: translateX(-50%); top: 0; }
  .fm-hero-girl { width: 320px; height: 320px; right: auto; left: 50%; transform: translateX(-50%); top: -10px; }
  .fm-float-badge { transform: scale(0.85); }
  .fm-badge-time { top: 5%; right: 5%; }
  .fm-badge-complete { top: 40%; left: 0; }
  .fm-badge-customers { bottom: 0; right: 5%; }
  /* Food images become the hero visuals on tablet/mobile */
  .fm-food-burger { width: 180px; left: 2%; top: 12%; }
  .fm-food-pizza { width: 160px; right: 2%; bottom: -2%; }
  .fm-food-leaf { width: 32px; left: 50%; top: 4%; }
  .fm-food-tomato1 { width: 38px; left: 3%; bottom: 15%; }
  .fm-food-tomato2 { width: 32px; right: 3%; top: 6%; }

  .fm-how-connector { display: none; }
  .fm-how-grid { flex-direction: column; align-items: center; gap: 36px; }

  /* Footer responsive */
  .fm-footer-top { flex-direction: column; gap: 30px; padding: 40px 0 30px; }
  .fm-footer-brand { max-width: 100%; text-align: center; }
  .fm-footer-brand .fm-footer-logo { display: flex; justify-content: center; }
  .fm-footer-tagline { text-align: center; }
  .fm-footer-newsletter { flex: 1 1 100%; }
  .fm-newsletter-title, .fm-newsletter-desc { text-align: center; }
  .fm-footer-menus { grid-template-columns: repeat(2, 1fr); gap: 30px; }
  .fm-footer-bottom { justify-content: center; flex-direction: column; text-align: center; gap: 20px; }

  .fm-app-grid { grid-template-columns: 1fr; text-align: center; }
  .fm-app-desc { margin-left: auto; margin-right: auto; }
  .fm-app-buttons { justify-content: center; }
  .fm-app-visual { margin-top: 24px; }

  .fm-appshow-layout { grid-template-columns: 1fr; gap: 40px; }
  .fm-appshow-phone-wrap { order: -1; }
  .fm-appshow-phone { width: 220px; height: 440px; }
  .fm-appshow-left .fm-appshow-feat { flex-direction: row; text-align: left; }
  .fm-appshow-feat::after, .fm-appshow-feat::before { display: none; }
  .fm-appshow-features { gap: 24px; }
  .fm-appshow-title { font-size: 32px !important; }
  .fm-appshow { padding: 60px 0; }
}

@media (max-width: 767px) {
  .fm-float { display: none; }
  .fm-glow { width: 300px !important; height: 300px !important; }
  .fm-header { padding: 14px 0; }
  .fm-hero-section { padding-top: 85px; padding-bottom: 40px; }
  .fm-hero-title { font-size: 30px !important; line-height: 1.2 !important; }
  .fm-hero-subtitle { font-size: 14px !important; margin-bottom: 16px; }
  .fm-hero-visual { height: 250px; }
  .fm-orange-blob { width: 250px; height: 220px; }
  .fm-hero-girl { width: 270px; height: 270px; }
  .fm-float-badge { padding: 8px 14px; font-size: 12px; }
  .fm-badge-time { top: 0; right: 8%; }
  .fm-badge-complete { top: 35%; left: 2%; }
  .fm-badge-customers { bottom: -5px; right: 8%; padding: 10px 14px; }
  .fm-food-burger { width: 100px; left: 1%; top: 12%; }
  .fm-food-pizza { width: 90px; right: 1%; bottom: -2%; }
  .fm-food-leaf { width: 24px; left: 28%; top: 4%; }
  .fm-food-tomato1 { width: 28px; left: 1%; bottom: 14%; }
  .fm-food-tomato2 { width: 24px; right: 1%; top: 10%; }
  .fm-hero-search { padding: 4px 4px 4px 16px; height: 50px; }
  .fm-search-btn { padding: 0 20px; height: 40px; font-size: 13px !important; }
  .fm-stats-row { gap: 8px; }
  .fm-stat-card { padding: 12px 14px; border-radius: 16px; gap: 10px; }
  .fm-stat-icon { width: 42px; height: 42px; }
  .fm-stat-icon svg { width: 22px; height: 22px; }
  .fm-stat-value { font-size: 16px; }
  .fm-stat-label { font-size: 9px; }

  .fm-section-title { font-size: 20px !important; }
  .fm-cat-card { width: 150px; }
  .fm-cat-card-img { height: 140px; }
  .fm-cat-track { gap: 14px; padding: 16px 4px 24px; }
  .fm-arr { width: 32px; height: 32px; }

  .fm-how-section { padding: 48px 0; }
  .fm-appshow-title { font-size: 26px !important; }
  .fm-appshow-phone { width: 200px; height: 400px; border-radius: 32px; padding: 10px; }
  .fm-appshow-phone-screen { border-radius: 24px; }
  .fm-appshow-feat-icon { width: 42px; height: 42px; min-width: 42px; border-radius: 12px; }
  .fm-appshow { padding: 48px 0; }
  .fm-how-icon { width: 52px; height: 52px; border-radius: 16px; }
  .fm-how-icon svg { width: 26px; height: 26px; }

  .fm-join-grid { grid-template-columns: 1fr; }

  .fm-app-title { font-size: 28px !important; }
  .fm-app-phone { max-width: 200px; }

  .fm-nav-right #vue-cart-preview > li.line-left > a { padding: 7px 20px !important; font-size: 13px !important; }
  .fm-nav-right #vue-cart-preview > li > a:not(.cart-handle):not(.dropdown-toggle) { display: none !important; }
  .fm-nav-right .cart-handle { width: 36px; height: 36px; }

  body.action-index .swiper-button-next .el-button,
  body.action-index .swiper-button-prev .el-button { width: 32px !important; height: 32px !important; }
}

@media (max-width: 480px) {
  .fm-hero-title { font-size: 26px !important; }
  .fm-hero-visual { height: 220px; }
  .fm-orange-blob { width: 220px; height: 190px; }
  .fm-hero-girl { width: 240px; height: 240px; }
  .fm-float-badge { transform: scale(0.75); }
  .fm-food-burger { width: 75px; left: 0; top: 10%; }
  .fm-food-pizza { width: 65px; right: 0; bottom: -2%; }
  .fm-food-leaf { width: 18px; left: 25%; }
  .fm-food-tomato1 { width: 20px; left: 0; }
  .fm-food-tomato2 { width: 18px; right: 0; }
  .fm-stats-row { flex-wrap: wrap; gap: 8px; }
  .fm-stat-card { flex: 1 1 calc(50% - 4px); min-width: calc(50% - 4px); }
  .fm-stat-card:last-child { flex: 1 1 100%; }
  .fm-hero-search { flex-direction: column; border-radius: 16px; padding: 10px; gap: 8px; height: auto; }
  .fm-search-icon { display: none; }
  .fm-search-btn { width: 100%; border-radius: 12px; height: 44px; padding: 0; }
  .fm-autocomplete-wrap { width: 100%; }
  .fm-autocomplete-wrap .el-input__inner { padding: 4px 8px !important; }
  .fm-location-badge { display: none !important; }
  .fm-nav-right { gap: 6px; }
  .fm-cat-card { width: 140px; }
  .fm-cat-card-img { height: 120px; }
  .fm-cat-card-info { padding: 10px 12px; }
  .fm-cat-card-name { font-size: 13px; }
  .fm-cat-track { gap: 12px; padding: 12px 2px 20px; }
  .fm-cat-section { margin-bottom: 32px; }
  .fm-footer-menus { grid-template-columns: 1fr 1fr; gap: 24px; }
  .fm-footer-top { padding: 30px 0 24px; }
  .fm-footer-apps img { height: 32px; }
}

/* ============================================ */
/* SELECTION & FOCUS STATES                     */
/* ============================================ */

::selection { background: rgba(231,76,60,0.15); color: #1a1a2e; }
body.action-index *:focus { outline: none; }
body.action-index *:focus-visible { outline: 2px solid #e74c3c; outline-offset: 2px; border-radius: 4px; }


/* ================================================================ */
/* CHECKOUT PAGE — REFERENCE-MATCHED REDESIGN                       */
/* ================================================================ */
/* BODY */
body.action-checkout {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  background: #f5f3f0 !important;
  overflow-x: hidden;
}
body.action-checkout .page-content { padding: 0 !important; }
body.action-checkout .page-grey { background: transparent !important; padding: 0 !important; }

/* HEADER */
.fmc-header {
  background: #fff;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  z-index: 100;
}
.fmc-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}
.fmc-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #333 !important;
  text-decoration: none !important;
}
.fmc-back-btn:hover { color: #e74c3c !important; }
.fmc-back-btn svg { flex-shrink: 0; }
.fmc-logo-center { flex: 1; display: flex; justify-content: center; }
.fmc-logo-center .top-logo img { max-height: 32px !important; }
.fmc-header-spacer { width: 120px; }

/* PAGE LAYOUT */
.fmc-page { padding: 0; }
.fmc-page-bg { padding: 32px 0 80px; min-height: calc(100vh - 150px); }
.fmc-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 28px;
  align-items: start;
}
.fmc-main { display: flex; flex-direction: column; }

/* THE SINGLE CARD */
.fmc-card {
  background: #fff;
  border-radius: 16px;
  padding: 36px 32px;
  border: 1px solid #eee;
}

/* DIVIDER */
.fmc-divider {
  height: 1px;
  background: #eee;
  margin: 28px 0;
}

/* HEADINGS */
.fmc-heading {
  font-family: 'Inter', sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #1a1a2e !important;
  margin: 0 !important;
  letter-spacing: -0.02em;
}
.fmc-sub-title {
  font-family: 'Inter', sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #1a1a2e !important;
  margin: 0 0 4px !important;
}
.fmc-sub-desc {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #999;
  margin: 0 0 14px;
}

/* HEADER ROW (title + pills) */
.fmc-row-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

/* TYPE PILLS (Delivery / Pickup / Dine-in) */
.fmc-type-pills {
  display: flex;
  gap: 0;
  background: #f5f3f0;
  border-radius: 10px;
  padding: 4px;
}
.fmc-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  border-radius: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #888;
  cursor: pointer;
  transition: all 0.25s ease;
  white-space: nowrap;
  border: none;
  background: transparent;
}
.fmc-pill:hover { color: #555; }
.fmc-pill.active {
  background: #fff;
  color: #1a1a2e;
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}

/* TIMELINE */
.fmc-timeline {
  position: relative;
  padding-left: 24px;
}
.fmc-timeline::before {
  content: '';
  position: absolute;
  left: 5px;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: #ddd;
}
.fmc-timeline-item {
  position: relative;
  padding-bottom: 20px;
}
.fmc-timeline-item.fmc-timeline-last { padding-bottom: 0; }
.fmc-timeline-item.fmc-timeline-last .fmc-timeline-dot::after { display: none; }
.fmc-timeline-dot {
  position: absolute;
  left: -24px;
  top: 6px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #e74c3c;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px #e74c3c;
  z-index: 1;
}
.fmc-timeline-content { flex: 1; }
.fmc-timeline-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  text-decoration: none !important;
}
.fmc-timeline-label {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #1a1a2e;
  display: block;
}
.fmc-timeline-meta {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #888;
  margin: 2px 0 0;
}
.fmc-edit-link {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #e74c3c;
  white-space: nowrap;
  flex-shrink: 0;
  cursor: pointer;
}
.fmc-edit-link:hover { opacity: 0.7; }
.fmc-error-list {
  margin-top: 8px;
}
.fmc-error-list p {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: #e74c3c;
  margin: 0;
  padding: 4px 10px;
  background: #fef2f2;
  border-radius: 6px;
  display: inline-block;
}

/* INLINE ROW (promo, points, add promo code) */
.fmc-inline-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid #f5f3f0;
  text-decoration: none !important;
  cursor: pointer;
  transition: background 0.15s ease;
}
.fmc-inline-row:last-child { border-bottom: none; }
.fmc-inline-row:hover { background: #fafaf8; margin: 0 -8px; padding-left: 8px; padding-right: 8px; border-radius: 8px; }
.fmc-inline-row.fmc-no-hover { cursor: default; }
.fmc-inline-row.fmc-no-hover:hover { background: transparent; margin: 0; padding-left: 0; padding-right: 0; }
.fmc-inline-left {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #333;
  min-width: 0;
}
.fmc-inline-left svg { stroke: #888; flex-shrink: 0; }
.fmc-text-green { color: #059669; }
.fmc-point-actions { display: flex; gap: 8px; flex-shrink: 0; }

/* TOGGLE ROW (utensils) */
.fmc-toggle-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #f5f3f0;
}

/* BOOKING BLOCK */
.fmc-booking-block {
  padding: 16px 0;
  border-bottom: 1px solid #f5f3f0;
}
.fmc-fields { display: flex; flex-direction: column; gap: 12px; }
.fmc-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.fmc-field { display: flex; flex-direction: column; gap: 4px; }
.fmc-label {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.fmc-required { color: #e74c3c; }

/* TIPS BLOCK */
.fmc-tips-block {
  padding: 16px 0;
  border-bottom: 1px solid #f5f3f0;
}
.fmc-tips-pills {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.fmc-tips-input {
  display: flex;
  gap: 8px;
  align-items: center;
}

/* INPUTS */
.fmc-input {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #333;
  background: #fff;
  border: 1.5px solid #e8e5e2;
  border-radius: 10px;
  padding: 10px 14px;
  outline: none;
  width: 100%;
  transition: border-color 0.2s ease;
}
.fmc-input:focus {
  border-color: #e74c3c;
  box-shadow: 0 0 0 3px rgba(231,76,60,0.06);
}
.fmc-field-error {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: #e74c3c;
  margin: 4px 0 0;
}

/* BUTTONS */
.fmc-btn-sm {
  display: inline-flex;
  align-items: center;
  padding: 9px 18px;
  background: #e74c3c;
  color: #fff !important;
  border: none;
  border-radius: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.fmc-btn-sm:hover { background: #c0392b; }
.fmc-btn-outline {
  display: inline-flex;
  align-items: center;
  padding: 9px 20px;
  background: transparent;
  color: #e74c3c;
  border: 1.5px solid #e74c3c;
  border-radius: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.fmc-btn-outline:hover { background: #e74c3c; color: #fff; }

/* PAYMENT SECTION */
.fmc-payment-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border: 1.5px solid #eee;
  border-radius: 12px;
  margin-bottom: 10px;
  transition: all 0.2s ease;
}
.fmc-payment-row.fmc-selected {
  border-color: #e74c3c;
  background: rgba(231,76,60,0.02);
}
.fmc-payment-row.fmc-clickable { cursor: pointer; }
.fmc-payment-row.fmc-clickable:hover {
  border-color: #e74c3c;
  background: rgba(231,76,60,0.02);
}
.fmc-payment-left {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 0;
}
.fmc-pay-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #f5f3f0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 18px;
  color: #666;
}
.fmc-pay-name {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #1a1a2e;
  display: block;
}
.fmc-pay-fee {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  color: #999;
  margin-left: 4px;
}
.fmc-pay-detail {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: #888;
  margin: 2px 0 0;
}
.fmc-payment-right {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.fmc-default-tag {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #059669;
  background: rgba(5,150,105,0.08);
  padding: 3px 8px;
  border-radius: 50px;
}
.fmc-default-tag svg { stroke: #059669; }
.fmc-more-btn {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: #999;
}
.fmc-more-btn:hover { background: #f0f0f0; color: #555; }
.fmc-add-payment { margin-top: 12px; }
.fmc-cod-block { margin: 12px 0; }
.fmc-alert-warn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #b91c1c;
  margin-bottom: 10px;
}
.fmc-alert-warn svg { stroke: #b91c1c; flex-shrink: 0; }

/* SKELETON */
.fmc-skeleton-block {
  padding: 12px 0;
}

/* RIGHT SIDEBAR - CART */
.fmc-sidebar { position: relative; }
.fmc-sidebar-sticky { position: relative; top: auto; }
.fmc-cart-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #eee;
  padding: 24px;
}
.fmc-cart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.fmc-cart-title {
  font-family: 'Inter', sans-serif !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  color: #1a1a2e !important;
  margin: 0 !important;
}
.fmc-cart-title span {
  font-weight: 400;
  color: #999;
}
.fmc-cart-clear {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #e74c3c !important;
  text-decoration: none !important;
}
.fmc-cart-clear:hover { opacity: 0.7; }
.fmc-cart-empty {
  text-align: center;
  padding: 30px 10px;
}
.fmc-cart-empty svg { margin-bottom: 10px; }
.fmc-cart-empty p {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #999;
  margin: 0;
}

/* Cart items overrides */
.fmc-cart-items .section-cart { margin: 0; }
.fmc-cart-items h5 { display: none !important; }
.fmc-cart-items .d-flex.justify-content-between.mb-1,
.fmc-cart-items .cart-empty { display: none !important; }
.fmc-cart-items .items {
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;
}
.fmc-cart-items .line-items { font-family: 'Inter', sans-serif !important; }
.fmc-cart-items .line-items p { font-family: 'Inter', sans-serif !important; font-size: 13px; }
.fmc-cart-items .quantity .qty-btn {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #f5f3f0;
  color: #555;
  border: 1px solid #eee;
  font-size: 13px;
  transition: all 0.15s ease;
}
.fmc-cart-items .quantity .qty-btn:hover { background: #e74c3c; color: #fff; border-color: #e74c3c; }
.fmc-cart-items .quantity .qty { font-family: 'Inter', sans-serif; font-weight: 700; font-size: 13px; min-width: 24px; text-align: center; }
.fmc-cart-items .item-remove {
  width: 22px; height: 22px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50%; background: #f5f5f5; color: #999; font-size: 11px;
}
.fmc-cart-items .item-remove:hover { background: #fef2f2; color: #e74c3c; }
.fmc-cart-items .cart-summary {
  border-top: 1px solid #eee;
  padding-top: 16px;
  margin-top: 12px;
}
.fmc-cart-items .cart-summary .d-flex {
  margin-bottom: 8px !important;
}
.fmc-cart-items .cart-summary div {
  font-family: 'Inter', sans-serif !important;
  font-size: 13px !important;
  color: #666 !important;
}
.fmc-cart-items .cart-summary h6 {
  font-family: 'Inter', sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #1a1a2e !important;
}

/* Cart Divider (inside cart card) */
.fmc-cart-divider {
  height: 1px;
  background: #eee;
  margin: 20px 0;
}

/* Promo Section in Sidebar */
.fmc-promo-section {
  margin-bottom: 4px;
}
.fmc-promo-title {
  font-family: 'Inter', sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #1a1a2e !important;
  margin: 0 0 12px !important;
}
.fmc-promo-input-fake {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f8f7f5;
  border: 1.5px solid #e8e5e2;
  border-radius: 10px;
  padding: 12px 14px;
  text-decoration: none !important;
  cursor: pointer;
  transition: border-color 0.2s ease;
}
.fmc-promo-input-fake:hover {
  border-color: #e74c3c;
}
.fmc-promo-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #aaa;
}
.fmc-promo-applied {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #059669;
  font-weight: 600;
}
.fmc-promo-applied strong { color: #059669; }
.fmc-promo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  background: #e74c3c;
  color: #fff !important;
  border-radius: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  transition: background 0.2s ease;
}
.fmc-promo-input-fake:hover .fmc-promo-btn { background: #c0392b; }
.fmc-promo-btn.fmc-promo-remove {
  background: #f5f3f0;
  color: #e74c3c !important;
}
.fmc-promo-input-fake:hover .fmc-promo-btn.fmc-promo-remove { background: #fef2f2; }

/* Promo / Points rows in sidebar */
.fmc-promo-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 0;
  text-decoration: none !important;
  cursor: pointer;
  transition: opacity 0.15s ease;
}
.fmc-promo-row:hover { opacity: 0.75; }
.fmc-promo-row.fmc-promo-no-hover { cursor: default; }
.fmc-promo-row.fmc-promo-no-hover:hover { opacity: 1; }
.fmc-promo-row-left {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #555;
  min-width: 0;
}
.fmc-promo-row-left svg { stroke: #999; flex-shrink: 0; }
.fmc-promo-view-link {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #e74c3c;
  white-space: nowrap;
  flex-shrink: 0;
}

/* Greeting / Terms */
.fmc-cart-greeting {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #eee;
}
.fmc-cart-greeting p {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: #aaa;
  line-height: 1.6;
  margin: 0;
}

/* Place Order Button */
.fmc-cart-items .btn-green {
  background: #e74c3c !important;
  border: none !important;
  border-radius: 12px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  padding: 15px 24px !important;
  color: #fff !important;
  width: 100%;
  transition: all 0.2s ease !important;
}
.fmc-cart-items .btn-green:hover {
  background: #c0392b !important;
  box-shadow: 0 6px 20px rgba(231,76,60,0.3) !important;
}
.fmc-cart-items .btn-green.disabled,
.fmc-cart-items .btn-green:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  box-shadow: none !important;
}

/* Cart alerts */
.fmc-cart-items .alert-warning {
  background: #fffbeb !important;
  border: 1px solid #fde68a !important;
  color: #92400e !important;
  border-radius: 10px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 12px !important;
  padding: 10px 14px !important;
}

/* DELIVERY ADDRESS OVERRIDES (sub-template styles) */
body.action-checkout .card {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
body.action-checkout .card-body { padding: 0 !important; }
body.action-checkout .section-title {
  font-family: 'Inter', sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #1a1a2e !important;
}
body.action-checkout .badge-dark {
  display: none !important;
}
body.action-checkout .chevron-section {
  padding: 14px 16px !important;
  background: #fafaf8 !important;
  border: 1.5px solid #eee !important;
  border-radius: 12px !important;
  transition: all 0.2s ease !important;
  text-decoration: none !important;
  color: #333 !important;
}
body.action-checkout .chevron-section:hover {
  border-color: #e74c3c !important;
  background: #fff !important;
}
body.action-checkout .form-control,
body.action-checkout .form-control-text {
  font-family: 'Inter', sans-serif !important;
  border: 1.5px solid #e8e5e2 !important;
  border-radius: 10px !important;
  font-size: 14px !important;
  color: #333 !important;
  transition: border-color 0.2s ease !important;
}
body.action-checkout .form-control:not(.form-control-text) {
  padding: 12px 14px !important;
}
/* Floating label inputs */
body.action-checkout .form-label-group > .form-control-text {
  padding: 0.75rem 0.75rem !important;
}
body.action-checkout .form-label-group > .form-control-text:not(:placeholder-shown) {
  padding-top: 1.25rem !important;
  padding-bottom: 0.25rem !important;
}
body.action-checkout .form-label-group > label {
  font-family: 'Inter', sans-serif !important;
  color: #999 !important;
  font-size: 14px !important;
  padding: 0.75rem !important;
}
body.action-checkout .form-label-group > .form-control-text:not(:placeholder-shown) ~ label {
  font-size: 11px !important;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  color: #aaa !important;
}
body.action-checkout .custom-select {
  font-family: 'Inter', sans-serif !important;
  border: 1.5px solid #e8e5e2 !important;
  border-radius: 10px !important;
  padding: 12px 36px 12px 14px !important;
  font-size: 14px !important;
  color: #333 !important;
  height: auto !important;
  line-height: 1.4 !important;
  background-position: right 12px center !important;
  background-size: 12px !important;
}
body.action-checkout .form-control:focus,
body.action-checkout .form-control-text:focus,
body.action-checkout .custom-select:focus {
  border-color: #e74c3c !important;
  box-shadow: 0 0 0 3px rgba(231,76,60,0.06) !important;
}
body.action-checkout .btn-green {
  background: #e74c3c !important;
  border: none !important;
  border-radius: 10px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #fff !important;
}
body.action-checkout .btn-green:hover {
  background: #c0392b !important;
}
body.action-checkout .text-green,
body.action-checkout .btn-link {
  color: #e74c3c !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}
body.action-checkout .border-green {
  border: 1.5px solid #eee !important;
  border-radius: 12px !important;
  padding: 16px !important;
  background: #fafaf8;
}
body.action-checkout .btn-group-toggle .btn {
  font-family: 'Inter', sans-serif !important;
  border-radius: 8px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  padding: 8px 18px !important;
  border: 1.5px solid #eee !important;
  background: #fff !important;
  color: #888 !important;
  margin-right: 6px;
}
body.action-checkout .btn-group-toggle .btn.active {
  background: #e74c3c !important;
  color: #fff !important;
  border-color: #e74c3c !important;
}
body.action-checkout .map-small {
  border-radius: 12px !important;
  overflow: hidden !important;
  border: 1px solid #eee !important;
}
body.action-checkout .divider {
  height: 1px;
  background: #eee;
  margin: 8px 0;
}

/* MODAL OVERRIDES */
body.action-checkout .modal-content {
  border: none !important;
  border-radius: 16px !important;
  box-shadow: 0 20px 60px rgba(0,0,0,0.12) !important;
  overflow: hidden;
}
body.action-checkout .modal-header {
  padding: 20px 24px 12px !important;
  border-bottom: none !important;
}
body.action-checkout .modal-title {
  font-family: 'Inter', sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #1a1a2e !important;
}
body.action-checkout .modal-body {
  padding: 0 24px 16px !important;
  font-family: 'Inter', sans-serif !important;
}
body.action-checkout .modal-footer {
  padding: 12px 24px 20px !important;
  border-top: 1px solid #f0f0f0 !important;
}
body.action-checkout .modal .btn-black {
  background: #1a1a2e !important;
  border-color: #1a1a2e !important;
}
body.action-checkout .modal .list-selection li {
  padding: 12px 0 !important;
  border-bottom: 1px solid #f8f8f8;
}
body.action-checkout .modal .custom-radio .custom-control-label {
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
}
body.action-checkout .modal .btn-green { border-radius: 10px !important; }

/* Element Plus overrides */
body.action-checkout .el-button--primary { background-color: #e74c3c !important; border-color: #e74c3c !important; }
body.action-checkout .el-button--success { background-color: #e74c3c !important; border-color: #e74c3c !important; }

/* Dropdown overrides */
body.action-checkout .dropdown-menu {
  border: 1px solid #eee !important;
  border-radius: 10px !important;
  box-shadow: 0 8px 30px rgba(0,0,0,0.08) !important;
  padding: 4px !important;
}
body.action-checkout .dropdown-item {
  font-family: 'Inter', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  padding: 8px 12px !important;
  border-radius: 6px !important;
}
body.action-checkout .dropdown-item:hover {
  background: #fef2f2 !important;
  color: #e74c3c !important;
}

/* RESPONSIVE */
@media (max-width: 1199px) {
  .fmc-grid { grid-template-columns: 1fr 340px; gap: 20px; }
}
@media (max-width: 991px) {
  .fmc-grid { grid-template-columns: 1fr; }
  .fmc-sidebar { order: -1; }
  .fmc-sidebar-sticky { position: relative; top: auto; }
  .fmc-cart-card-top { border-radius: 16px 16px 0 0; }
  .fmc-cart-card-bottom { border-radius: 0 0 16px 16px; }
  .fmc-header-spacer { width: 40px; }
}
@media (max-width: 767px) {
  .fmc-page-bg { padding: 16px 0 60px; }
  .fmc-header-inner { height: 52px; }
  .fmc-card { padding: 24px 18px; border-radius: 14px; }
  .fmc-row-between { flex-direction: column; align-items: flex-start; gap: 12px; }
  .fmc-type-pills { width: 100%; }
  .fmc-pill { flex: 1; text-align: center; padding: 8px 12px; font-size: 12px; }
  .fmc-heading { font-size: 16px !important; }
  .fmc-cart-card { padding: 18px; }
  .fmc-cart-card-top { padding: 18px 18px 12px; }
  .fmc-cart-card-bottom { padding: 0 18px 18px; }
  .fmc-field-row { grid-template-columns: 1fr; }
  .fmc-grid { gap: 14px; }
  .fmc-back-btn span { display: none; }
  .fmc-header-spacer { width: 18px; }
  .fmc-cart-items .btn-green { padding: 14px 20px !important; border-radius: 10px !important; }
}
@media (max-width: 480px) {
  .fmc-tips-pills { gap: 6px; }
  .fmc-pill { padding: 6px 12px; font-size: 12px; }
  .fmc-card { padding: 20px 14px; }
}


/* ================================================================ */
/* RESTAURANT LISTING PAGE — PREMIUM REDESIGN                       */
/* Scoped to body.action-restaurants                                */
/* ================================================================ */

/* ---- 1. PAGE BACKGROUND & TYPOGRAPHY ---- */
body.action-restaurants {
  background: #f5f3f0 !important;
  font-family: 'Inter', sans-serif !important;
}
body.action-restaurants #vue-feed.container-fluid {
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
body.action-restaurants h4,
body.action-restaurants h5,
body.action-restaurants h6,
body.action-restaurants p,
body.action-restaurants label,
body.action-restaurants a {
  font-family: 'Inter', sans-serif !important;
}

/* ---- 2. FILTER SIDEBAR ---- */
body.action-restaurants .column-1 {
  padding-right: 24px !important;
}
body.action-restaurants .column-1 > .d-flex > .flex-col h4 {
  font-size: 22px !important;
  font-weight: 800 !important;
  color: #1a1a2e !important;
  letter-spacing: -0.3px;
}
body.action-restaurants .column-1 > .d-flex a p u {
  color: #e74c3c !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
}
body.action-restaurants .column-1 > .d-flex a:hover p u {
  border-bottom-color: #e74c3c;
}

/* Filter card wrapper */
body.action-restaurants .section-filter {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #f0f0f0;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  padding: 8px 0;
  overflow: hidden;
}

/* Filter rows */
body.action-restaurants .section-filter .filter-row {
  border-bottom: 1px solid #f0f0f0 !important;
  padding: 14px 20px !important;
  margin: 0;
}
body.action-restaurants .section-filter .filter-row:last-child {
  border-bottom: none !important;
}

/* Filter headings */
body.action-restaurants .section-filter .filter-row h5 {
  margin: 0 !important;
}
body.action-restaurants .section-filter .filter-row h5 a {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #1a1a2e !important;
  text-decoration: none !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 0 !important;
  transition: color 0.2s;
}
body.action-restaurants .section-filter .filter-row h5 a:hover {
  color: #e74c3c !important;
}
body.action-restaurants .section-filter .filter-row h5 a::after {
  content: '';
  width: 8px;
  height: 8px;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  flex-shrink: 0;
  margin-left: 8px;
}
body.action-restaurants .section-filter .filter-row h5 a[aria-expanded="true"]::after {
  transform: rotate(-135deg);
}
body.action-restaurants .section-filter .filter-row h5 a.collapsed::after {
  transform: rotate(45deg);
}

/* Custom radio buttons (Sort) */
body.action-restaurants .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #e74c3c !important;
  border-color: #e74c3c !important;
  box-shadow: none !important;
}
body.action-restaurants .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 3px rgba(231,76,60,0.15) !important;
}
body.action-restaurants .custom-radio .custom-control-label::before {
  border: 2px solid #d0d0d0 !important;
  width: 18px !important;
  height: 18px !important;
  transition: all 0.2s ease;
}
body.action-restaurants .custom-radio .custom-control-label::after {
  top: calc(.25rem + 3px) !important;
  left: calc(-1.5rem + 3px) !important;
  width: 12px !important;
  height: 12px !important;
}
body.action-restaurants .custom-control-label {
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #444 !important;
  padding-left: 4px !important;
  cursor: pointer !important;
  transition: color 0.2s;
}
body.action-restaurants .custom-control-label:hover {
  color: #1a1a2e !important;
}

/* Custom checkboxes (Cuisines) */
body.action-restaurants .custom-checkbox .custom-control-label::before {
  border: 2px solid #d0d0d0 !important;
  border-radius: 5px !important;
  width: 18px !important;
  height: 18px !important;
  transition: all 0.2s ease;
}
body.action-restaurants .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #e74c3c !important;
  border-color: #e74c3c !important;
  border-radius: 5px !important;
}

/* Price range buttons */
body.action-restaurants .btn-group-toggle .btn {
  background: #f8f8f8 !important;
  border: 1px solid #eee !important;
  color: #666 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  border-radius: 8px !important;
  padding: 6px 14px !important;
  margin-right: 6px !important;
  transition: all 0.25s ease;
}
body.action-restaurants .btn-group-toggle .btn.active,
body.action-restaurants .btn-group-toggle .btn:hover {
  background: #e74c3c !important;
  border-color: #e74c3c !important;
  color: #fff !important;
  box-shadow: 0 4px 12px rgba(231,76,60,0.25);
}

/* Range slider (Max Delivery Fee) */
body.action-restaurants .custom-range {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  background: #eee;
  border-radius: 3px;
  outline: none;
}
body.action-restaurants .custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #e74c3c;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(231,76,60,0.3);
  transition: transform 0.2s;
}
body.action-restaurants .custom-range::-webkit-slider-thumb:hover {
  transform: scale(1.15);
}
body.action-restaurants .custom-range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #e74c3c;
  cursor: pointer;
  border: none;
  box-shadow: 0 2px 8px rgba(231,76,60,0.3);
}
body.action-restaurants .form-group label {
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #555 !important;
}

/* Show more cuisines link */
body.action-restaurants .more-cuisine u {
  color: #e74c3c !important;
  font-size: 13px !important;
  font-weight: 500 !important;
}

/* Star rating */
body.action-restaurants .filter-row .bold {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #1a1a2e !important;
}


/* ---- 3. RESTAURANT CARDS ---- */

/* Card grid — override col-lg-3 to col-lg-4 feel */
body.action-restaurants .column-2 .row.no-gutters {
  margin: 0 -8px;
}
body.action-restaurants .column-2 .row.no-gutters > .col-lg-3 {
  flex: 0 0 33.333% !important;
  max-width: 33.333% !important;
  padding: 8px !important;
  margin-bottom: 0 !important;
}

/* Card wrapper */
body.action-restaurants .rounded-box {
  background: #fff !important;
  border: none !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04) !important;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  min-height: auto !important;
  display: block;
}
body.action-restaurants .rounded-box:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 16px 40px rgba(0,0,0,0.1) !important;
}

/* Card image area */
body.action-restaurants .rounded-box .position-relative {
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #f0f0f0;
}
body.action-restaurants .rounded-box .el-image {
  width: 100% !important;
  height: 100% !important;
}
body.action-restaurants .rounded-box .el-image img,
body.action-restaurants .rounded-box img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  min-height: unset !important;
  max-height: unset !important;
  border-radius: 0 !important;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}
body.action-restaurants .rounded-box:hover img {
  transform: scale(1.08) !important;
}

/* Promo badge */
body.action-restaurants .rounded-box .with-promo {
  position: absolute !important;
  top: 12px !important;
  left: 12px !important;
  background: #e74c3c !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  font-family: 'Inter', sans-serif !important;
  padding: 5px 12px !important;
  border-radius: 8px !important;
  z-index: 5 !important;
  box-shadow: 0 4px 12px rgba(231,76,60,0.3) !important;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

/* Save/Fav floating button */
body.action-restaurants .rounded-box .fav-floating {
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  z-index: 5 !important;
}
body.action-restaurants .rounded-box .fav-floating .el-button,
body.action-restaurants .rounded-box .fav-floating button {
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,0.85) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  border: none !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.25s ease !important;
  padding: 0 !important;
  min-height: unset !important;
}
body.action-restaurants .rounded-box .fav-floating .el-button:hover,
body.action-restaurants .rounded-box .fav-floating button:hover {
  background: #fff !important;
  transform: scale(1.1) !important;
  box-shadow: 0 4px 14px rgba(0,0,0,0.15) !important;
}

/* Status overlays */
body.action-restaurants .rounded-box .layer-black {
  border-radius: 0 !important;
  min-height: unset !important;
  max-height: unset !important;
  position: absolute !important;
  inset: 0 !important;
  background: rgba(0,0,0,0.55) !important;
  z-index: 3;
}
body.action-restaurants .rounded-box .layer-grey {
  position: absolute !important;
  inset: 0 !important;
  background: rgba(0,0,0,0.35) !important;
  z-index: 3;
}
body.action-restaurants .rounded-box .layer-content {
  position: absolute !important;
  inset: 0 !important;
  z-index: 4;
}
body.action-restaurants .rounded-box .layer-content p {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #fff !important;
  text-shadow: 0 1px 4px rgba(0,0,0,0.3);
  letter-spacing: 0.3px;
}

/* Info section */
body.action-restaurants .rounded-box .p-2 {
  padding: 14px 16px 16px !important;
}
body.action-restaurants .rounded-box h5 {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #1a1a2e !important;
  margin-bottom: 3px !important;
  line-height: 1.3 !important;
}
body.action-restaurants .rounded-box h6 {
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #888 !important;
}
body.action-restaurants .rounded-box .font-weight-light {
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #888 !important;
  margin-bottom: 10px !important;
}

/* Meta row (rating, time, distance) */
body.action-restaurants .rounded-box .d-flex.justify-content-between {
  gap: 6px;
}
body.action-restaurants .rounded-box .d-flex.justify-content-between > div > .d-flex {
  background: #f8f8f8;
  border-radius: 6px;
  padding: 4px 8px;
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #555 !important;
  gap: 4px;
}
body.action-restaurants .rounded-box .d-flex.justify-content-between .fa-star {
  color: #f7c942 !important;
  font-size: 11px !important;
}
body.action-restaurants .rounded-box .d-flex.justify-content-between .zmdi-time {
  color: #888 !important;
  font-size: 13px !important;
}

/* Promo details under card */
body.action-restaurants .rounded-box .with-promo-icon {
  width: 16px !important;
  height: 16px !important;
  margin-right: 6px !important;
  flex-shrink: 0;
}
body.action-restaurants .rounded-box .d-flex.align-items-center:last-child .text-truncate {
  font-size: 12px !important;
  color: #e74c3c !important;
  font-weight: 500 !important;
}

/* Grey-out state for closed restaurants */
body.action-restaurants .rounded-box.make-grey {
  opacity: 0.7;
  filter: grayscale(0.3);
}
body.action-restaurants .rounded-box.make-grey:hover {
  transform: none !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04) !important;
}


/* ---- 4. RESULTS COUNT HEADER (mobile) ---- */
body.action-restaurants .column-2 > .d-block h4 {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #1a1a2e !important;
  margin-bottom: 12px !important;
}


/* ---- 5. BANNER SWIPER ---- */
body.action-restaurants .swiperBanner .swiperSlide {
  border-radius: 16px !important;
  overflow: hidden !important;
  min-height: auto !important;
}
body.action-restaurants .swiperBanner .swiperSlide .el-image {
  height: 200px !important;
  border-radius: 16px !important;
  overflow: hidden;
}
body.action-restaurants .swiperBanner .swiperSlide .el-image img {
  border-radius: 16px !important;
}
body.action-restaurants .swiper-pagination-bullet-active {
  background: #e74c3c !important;
}


/* ---- 6. MOBILE SEARCH BAR ---- */
body.action-restaurants #feed-search-mobile .inputs-box-grey {
  border: 1px solid #eee !important;
  border-radius: 12px !important;
  padding: 12px 44px 12px 16px !important;
  font-size: 14px !important;
  font-family: 'Inter', sans-serif !important;
  background: #fff !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04) !important;
  transition: border-color 0.2s, box-shadow 0.2s;
  width: 100%;
}
body.action-restaurants #feed-search-mobile .inputs-box-grey:focus {
  border-color: #e74c3c !important;
  box-shadow: 0 0 0 3px rgba(231,76,60,0.1) !important;
  outline: none;
}
body.action-restaurants #feed-search-mobile .filter_wrap .btn {
  background: #fff !important;
  border: 1px solid #eee !important;
  border-radius: 10px !important;
  padding: 8px 12px !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}


/* ---- 7. SHOW MORE BUTTON ---- */
body.action-restaurants .btn-black {
  background: #1a1a2e !important;
  border-color: #1a1a2e !important;
  color: #fff !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  border-radius: 12px !important;
  padding: 12px 32px !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 16px rgba(26,26,46,0.2) !important;
}
body.action-restaurants .btn-black:hover {
  background: #2a2a3e !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 24px rgba(26,26,46,0.3) !important;
}


/* ---- 8. SKELETON LOADING ---- */
body.action-restaurants .el-skeleton {
  border-radius: 16px;
}
body.action-restaurants .el-skeleton-item--image {
  border-radius: 16px 16px 0 0 !important;
}
body.action-restaurants .el-skeleton-item--text {
  border-radius: 6px !important;
}


/* ---- 9. PREMIUM FASTEST DELIVERY SECTION ---- */
body.action-restaurants .fmr-delivery-section {
  margin: 48px 0;
}
body.action-restaurants .fmr-delivery-inner {
  position: relative;
  background: linear-gradient(135deg, #1a1a2e 0%, #2d1b3d 40%, #1a1a2e 100%);
  border-radius: 24px;
  padding: 56px 48px 48px;
  overflow: hidden;
}

/* Decorative animated blobs */
body.action-restaurants .fmr-deco {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
body.action-restaurants .fmr-deco-1 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(231,76,60,0.25) 0%, transparent 70%);
  top: -80px;
  right: -60px;
  animation: fmr-pulse 6s ease-in-out infinite;
}
body.action-restaurants .fmr-deco-2 {
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(142,68,230,0.2) 0%, transparent 70%);
  bottom: -40px;
  left: -40px;
  animation: fmr-pulse 6s ease-in-out infinite 2s;
}
body.action-restaurants .fmr-deco-3 {
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(247,201,66,0.15) 0%, transparent 70%);
  top: 50%;
  left: 40%;
  animation: fmr-pulse 6s ease-in-out infinite 4s;
}
@keyframes fmr-pulse {
  0%, 100% { transform: scale(1); opacity: 0.6; }
  50% { transform: scale(1.2); opacity: 1; }
}

/* Header area */
body.action-restaurants .fmr-delivery-header {
  text-align: center;
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}

/* Lightning badge */
body.action-restaurants .fmr-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(231,76,60,0.15);
  border: 1px solid rgba(231,76,60,0.3);
  border-radius: 50px;
  padding: 6px 16px;
  margin-bottom: 20px;
  animation: fmr-glow 3s ease-in-out infinite;
}
body.action-restaurants .fmr-badge svg {
  color: #f7c942;
  filter: drop-shadow(0 0 4px rgba(247,201,66,0.6));
}
body.action-restaurants .fmr-badge span {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #f7c942;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
@keyframes fmr-glow {
  0%, 100% { box-shadow: 0 0 12px rgba(231,76,60,0.1); }
  50% { box-shadow: 0 0 24px rgba(231,76,60,0.25); }
}

/* Title */
body.action-restaurants .fmr-delivery-title {
  font-family: 'Inter', sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: rgba(255,255,255,0.6) !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px !important;
}

/* Address */
body.action-restaurants .fmr-delivery-address {
  font-family: 'Inter', sans-serif !important;
  font-size: 28px !important;
  font-weight: 800 !important;
  color: #fff !important;
  line-height: 1.3;
  max-width: 600px;
  margin: 0 auto !important;
}

/* Feature cards row */
body.action-restaurants .fmr-features-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  position: relative;
  z-index: 2;
}

/* Individual feature card */
body.action-restaurants .fmr-feature-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 28px 24px;
  text-align: center;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body.action-restaurants .fmr-feature-card:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.2);
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.2);
}

/* Feature icon circles */
body.action-restaurants .fmr-feature-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  transition: transform 0.3s ease;
}
body.action-restaurants .fmr-feature-card:hover .fmr-feature-icon {
  transform: scale(1.1);
}
body.action-restaurants .fmr-icon-speed {
  background: linear-gradient(135deg, rgba(231,76,60,0.2), rgba(231,76,60,0.05));
  border: 1px solid rgba(231,76,60,0.3);
}
body.action-restaurants .fmr-icon-speed svg {
  color: #e74c3c;
}
body.action-restaurants .fmr-icon-track {
  background: linear-gradient(135deg, rgba(46,204,113,0.2), rgba(46,204,113,0.05));
  border: 1px solid rgba(46,204,113,0.3);
}
body.action-restaurants .fmr-icon-track svg {
  color: #2ecc71;
}
body.action-restaurants .fmr-icon-safe {
  background: linear-gradient(135deg, rgba(52,152,219,0.2), rgba(52,152,219,0.05));
  border: 1px solid rgba(52,152,219,0.3);
}
body.action-restaurants .fmr-icon-safe svg {
  color: #3498db;
}

/* Feature text */
body.action-restaurants .fmr-feature-title {
  font-family: 'Inter', sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #fff !important;
  margin-bottom: 6px !important;
}
body.action-restaurants .fmr-feature-desc {
  font-family: 'Inter', sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: rgba(255,255,255,0.5) !important;
  line-height: 1.5;
  margin: 0 !important;
}


/* ---- 10. NO RESULTS STATE ---- */
body.action-restaurants .column-2 h3 {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #1a1a2e !important;
}
body.action-restaurants .column-2 .text-muted {
  font-size: 14px !important;
  color: #888 !important;
}


/* ---- 11. BEST SELLER SECTION ---- */
body.action-restaurants #vue-home-widgets {
  margin-top: 20px;
  margin-bottom: 40px;
}
body.action-restaurants #vue-home-widgets .swiperResto .swiperSlide {
  border-radius: 16px !important;
  border: none !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body.action-restaurants #vue-home-widgets .swiperResto .swiperSlide:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.08);
}


/* ---- 12. JOIN US SECTION ---- */
body.action-restaurants .full-width .join-us,
body.action-restaurants .full-width .section-join {
  border-radius: 0;
}


/* ---- 13. END OF RESULT TEXT ---- */
body.action-restaurants .text-muted {
  font-size: 13px !important;
  font-weight: 500 !important;
}


/* ============================================ */
/* RESTAURANT LISTING — RESPONSIVE              */
/* ============================================ */

@media (max-width: 1199px) {
  body.action-restaurants .column-2 .row.no-gutters > .col-lg-3 {
    flex: 0 0 33.333% !important;
    max-width: 33.333% !important;
  }
}

@media (max-width: 991px) {
  body.action-restaurants .column-2 .row.no-gutters > .col-lg-3 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  body.action-restaurants .fmr-delivery-inner {
    padding: 40px 32px 36px;
  }
  body.action-restaurants .fmr-delivery-address {
    font-size: 22px !important;
  }
  body.action-restaurants .fmr-features-row {
    gap: 14px;
  }
  body.action-restaurants .fmr-feature-card {
    padding: 22px 18px;
  }
}

@media (max-width: 767px) {
  body.action-restaurants #vue-feed.container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
  body.action-restaurants .column-2 .row.no-gutters > .col-lg-3 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    padding: 6px !important;
  }
  body.action-restaurants .rounded-box .p-2 {
    padding: 12px 12px 14px !important;
  }
  body.action-restaurants .rounded-box h5 {
    font-size: 14px !important;
  }
  body.action-restaurants .rounded-box .font-weight-light {
    font-size: 12px !important;
    margin-bottom: 8px !important;
  }
  body.action-restaurants .rounded-box .d-flex.justify-content-between > div > .d-flex {
    padding: 3px 6px;
    font-size: 11px !important;
  }
  body.action-restaurants .swiperBanner .swiperSlide .el-image {
    height: 150px !important;
  }
  body.action-restaurants .fmr-delivery-section {
    margin: 32px 0;
  }
  body.action-restaurants .fmr-delivery-inner {
    padding: 36px 20px 32px;
    border-radius: 18px;
  }
  body.action-restaurants .fmr-delivery-address {
    font-size: 20px !important;
  }
  body.action-restaurants .fmr-features-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  body.action-restaurants .fmr-feature-card {
    padding: 20px;
    display: flex;
    align-items: center;
    text-align: left;
    gap: 16px;
  }
  body.action-restaurants .fmr-feature-icon {
    margin-bottom: 0 !important;
    flex-shrink: 0;
  }
  body.action-restaurants .fmr-feature-title {
    margin-bottom: 2px !important;
  }
  body.action-restaurants .fmr-deco-1 { width: 180px; height: 180px; }
  body.action-restaurants .fmr-deco-2 { width: 120px; height: 120px; }
  body.action-restaurants .fmr-deco-3 { display: none; }
}

@media (max-width: 480px) {
  body.action-restaurants .column-2 .row.no-gutters > .col-lg-3 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 4px 0 !important;
  }
  body.action-restaurants .rounded-box .position-relative {
    aspect-ratio: 16 / 9;
  }
  body.action-restaurants .btn-black {
    padding: 10px 24px !important;
    font-size: 13px !important;
    width: auto !important;
  }
  body.action-restaurants .fmr-delivery-inner {
    padding: 28px 16px 24px;
  }
  body.action-restaurants .fmr-delivery-address {
    font-size: 18px !important;
  }
  body.action-restaurants .fmr-delivery-title {
    font-size: 13px !important;
  }
}

