/* BDStall — pages/home.css
   Home page sections (hero, deals, trending, stalls, blog, etc). */

  /* ── HERO ── */
  .hero {
    background:
      radial-gradient(ellipse 80% 60% at 50% 0%, rgba(245,131,32,0.10) 0%, transparent 55%),
      radial-gradient(ellipse 100% 80% at 80% 100%, rgba(20,154,73,0.08) 0%, transparent 50%),
      #ECECE6;
    position: relative; overflow: hidden;
  }
  .hero-decoration { display: none; }

  /* Scrolling announcement banner */
  .hero-banner {
    background: rgba(20,154,73,0.10);
    border-top: 2px solid rgba(20,154,73,0.30);
    border-bottom: 1px solid rgba(20,154,73,0.18);
    display: flex;
    align-items: stretch;
  }
  .hero-banner-label {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 10px 14px;
    font-size: 0.6875rem;
    font-weight: 800;
    color: var(--green-dark);
    white-space: nowrap;
    flex-shrink: 0;
    background: rgba(20,154,73,0.14);
    border-right: 2px solid rgba(20,154,73,0.28);
    text-transform: uppercase;
    letter-spacing: 0.06em;
  }
  .hero-banner-label-dot {
    width: 7px; height: 7px; border-radius: 50%;
    background: var(--green);
    flex-shrink: 0;
    animation: live-pulse 1.4s ease-in-out infinite;
  }
  @keyframes live-pulse {
    0%, 100% { opacity: 1; }
    50%       { opacity: 0.35; }
  }
  .hero-banner-scroll {
    overflow: hidden;
    white-space: nowrap;
    flex: 1;
    display: flex;
    align-items: center;
  }
  .hero-banner-track {
    display: inline-flex; gap: 0;
    animation: bannerScroll 90s linear infinite;
  }
  .hero-banner-track:hover { animation-play-state: paused; }
  @keyframes bannerScroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
  }
  .hero-banner-item {
    display: inline-flex; align-items: center; gap: 7px;
    padding: 10px 24px; font-size: 0.875rem; font-weight: 500;
    color: #4A4740;
    border-right: 1px solid rgba(0,0,0,0.08);
    cursor: pointer;
    transition: color 0.15s ease;
  }
  .hero-banner-item:hover {
    color: var(--green);
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .hero-banner-item:last-child { border-right: none; }
  .hero-banner-thumb {
    width: 24px; height: 24px; border-radius: 4px;
    object-fit: cover; flex-shrink: 0;
    background: rgba(20,154,73,0.10);
    display: flex; align-items: center; justify-content: center;
    font-size: 0.875rem;
  }
  .hero-banner-bullet {
    width: 6px; height: 6px; border-radius: 50%;
    background: var(--green); flex-shrink: 0;
  }

  /* Hero body */
  .hero-inner {
    max-width: 1200px; margin: 0 auto;
    padding: 6px 16px 0;
    position: relative; text-align: center;
  }
  .hero-top { text-align: center; padding: 8px 0 10px; position: relative; z-index: 2; }
  .hero-eyebrow {
    display: inline-flex; align-items: center; gap: 6px;
    background: rgba(245,131,32,0.12);
    border: 1px solid rgba(245,131,32,0.35);
    border-radius: 100px;
    padding: 4px 12px; font-size: 0.75rem; font-weight: 700;
    color: #C25800; margin-bottom: 8px; letter-spacing: 0.02em;
  }
  .hero-eyebrow::before {
    content: ''; width: 7px; height: 7px; border-radius: 50%;
    background: var(--orange);
    box-shadow: 0 0 10px rgba(245,131,32,0.6);
    flex-shrink: 0;
  }
  .hero-h1 {
    font-size: 1.5rem; font-weight: 900;
    margin: 0 0 6px; line-height: 1.15;
    letter-spacing: -0.02em; color: #1A1A1A;
  }
  .hero-h1 em {
    font-style: normal;
    background: linear-gradient(180deg, #F58320 0%, #D26200 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .hero-subtext { display: none; }
  .hero-stats {
    display: flex; gap: 0;
    background: rgba(0,0,0,0.15); border-radius: 8px;
    overflow: hidden;
  }
  .hero-stat {
    flex: 1; padding: 9px 6px; text-align: center;
    border-right: 1px solid rgba(255,255,255,0.1);
  }
  .hero-stat:last-child { border-right: none; }
  .hero-stat strong { display: block; font-size: 0.9375rem; font-weight: 700; line-height: 1.1; }
  .hero-stat span { font-size: 0.625rem; opacity: 0.8; }

  /* Recently listed strip */
  .hero-strip-wrap {
    position: relative; z-index: 1;
    margin: 6px -16px 0;
    padding: 10px 16px 14px;
    background: rgba(255,255,255,0.6);
    border-top: 1px solid #EEE9DC;
    overflow: hidden;
  }
  .hero-strip-wrap::after { display: none; }
  .hero-strip-label {
    font-size: 0.75rem; font-weight: 700; color: #6B6558;
    text-transform: uppercase; letter-spacing: 0.6px;
    margin-bottom: 6px; text-align: left;
    display: flex; align-items: center; gap: 7px;
  }
  .hero-strip-label::before {
    content: ''; width: 7px; height: 7px; border-radius: 50%;
    background: var(--green); box-shadow: 0 0 7px var(--green); flex-shrink: 0;
  }
  .hero-strip {
    display: flex; gap: 10px;
    overflow: hidden;
    scroll-behavior: smooth;
  }
  .hero-product-card {
    display: block;
    flex-shrink: 0;
    width: calc((100% - 20px) / 3); /* 3 cards · gap 10px · (3-1)*10=20 */
    min-width: 80px;
    background: white; border-radius: 10px; overflow: hidden; cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    border: 1px solid #EEE9DC;
  }
  .hero-product-card-image {
    width: 100%; aspect-ratio: 1;
    display: flex; align-items: center; justify-content: center; font-size: 2rem;
    padding: 8px; overflow: hidden;
  }
  .hero-product-card-body { padding: 7px 8px 9px; }
  .hero-product-card-name {
    font-size: 0.8125rem; font-weight: 600; color: #1C1C1A;
    margin: 0 0 3px; line-height: 1.3;
    display: -webkit-box; -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; overflow: hidden;
  }
  .hero-product-card-price { font-size: 0.875rem; font-weight: 800; color: var(--green-dark); margin: 0; }
  .hero-product-card-stall { font-size: 0.75rem; color: #6B6B6B; margin: 2px 0 0; }

  .hero-product-card-image img { width: 100%; height: 100%; object-fit: contain; display: block; transition: transform 0.35s ease; }
  .hero-product-card:hover .hero-product-card-image img { transform: scale(1.08); }

  @media (min-width: 768px) {
    .hero-banner-label { padding: 11px 20px; font-size: 0.75rem; }
    .hero-banner-item { font-size: 0.875rem; padding: 11px 32px; }
    .hero-banner-thumb { width: 26px; height: 26px; font-size: 0.9375rem; }
    .hero-inner { padding: 4px 24px 0; }
    .hero-eyebrow { font-size: 0.8125rem; margin-bottom: 10px; padding: 5px 14px; gap: 7px; }
    .hero-h1 { font-size: 3rem; margin-bottom: 12px; line-height: 1.05; }
    .hero-subtext { display: block; font-size: 1.0625rem; margin: 0 0 22px; line-height: 1.45; color: #525252; }
    .hero-stat { padding: 11px 16px; }
    .hero-stat strong { font-size: 1.25rem; }
    .hero-stat span { font-size: 0.75rem; }
    .hero-strip-wrap { margin: 12px 0 0; padding: 14px 24px 18px; }
    .hero-strip { gap: 14px; }
    .hero-product-card { width: calc((100% - 56px) / 5); border-radius: 12px; } /* 5 cards · (5-1)*14=56 */
    .hero-product-card-image { font-size: 2.5rem; }
    .hero-product-card-body { padding: 9px 10px 11px; }
    .hero-product-card-name { font-size: 0.75rem; }
    .hero-product-card-price { font-size: 0.9375rem; }
    .hero-product-card-stall { font-size: 0.6875rem; }
    .hero-strip-label { font-size: 0.8125rem; margin-bottom: 10px; }
  }
  @media (min-width: 1024px) {
    .hero-inner { padding: 4px 0 0; }
    .hero-h1 { font-size: 3.5rem; }
    .hero-product-card { width: calc((100% - 70px) / 6); } /* 6 cards · (6-1)*14=70 */
  }
  @media (min-width: 1280px) {
    .hero-product-card { width: calc((100% - 98px) / 8); } /* 8 cards · (8-1)*14=98 */
  }

  /* ── HERO PROMO BANNER (featured category) ── */
  .hero-promo-banner {
    display: block; margin: 10px 0 0;
    text-decoration: none; color: #1A2B3F;
    border-radius: 12px; overflow: hidden; position: relative;
    background: linear-gradient(135deg, #F0F7FF 0%, #E4EFFC 100%);
    border: 1px solid #D6E4F5;
    box-shadow: 0 2px 8px rgba(15,61,106,0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
  .hero-promo-banner:hover {
    box-shadow: 0 6px 18px rgba(15,61,106,0.12);
    transform: translateY(-1px);
  }
  .hero-promo-banner::before {
    content: ''; position: absolute; top: -40px; right: -40px;
    width: 180px; height: 180px;
    background: radial-gradient(circle, rgba(245,131,32,0.15) 0%, transparent 70%);
    pointer-events: none;
  }
  .hero-promo-banner-inner {
    display: flex; align-items: center; gap: 12px;
    padding: 12px 14px; position: relative; z-index: 1;
  }
  .hero-promo-banner-text { flex: 1; min-width: 0; }
  .hero-promo-banner-eyebrow {
    display: inline-flex; align-items: center;
    padding: 3px 10px;
    background: rgba(245,131,32,0.12); border: 1px solid rgba(245,131,32,0.3);
    border-radius: 100px; font-size: 0.6875rem; font-weight: 700;
    color: #C25800; letter-spacing: 0.04em; margin-bottom: 6px;
  }
  .hero-promo-banner-title {
    font-size: 1rem; font-weight: 800; margin: 0 0 3px;
    line-height: 1.15; letter-spacing: -0.015em; color: #1A2B3F;
  }
  .hero-promo-banner-title em { font-style: normal; color: #D26200; }
  .hero-promo-banner-description { font-size: 0.8125rem; color: #4A5A6E; margin: 0 0 8px; line-height: 1.4; }
  .hero-promo-banner-action {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 6px 12px; background: var(--orange); color: white;
    border-radius: 100px; font-size: 0.8125rem; font-weight: 700;
    box-shadow: 0 2px 8px rgba(245,131,32,0.25);
  }
  .hero-promo-banner-arrow { transition: transform 0.18s ease; font-weight: 800; }
  .hero-promo-banner:hover .hero-promo-banner-arrow { transform: translateX(3px); }
  .hero-promo-banner-visual { flex-shrink: 0; }
  .hero-promo-banner-image {
    position: relative; width: 76px; height: 76px;
    background: linear-gradient(135deg, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.3) 100%);
    border: 1px solid rgba(214,228,245,0.8); border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
  }
  .hero-promo-banner-emoji { font-size: 2.25rem; filter: drop-shadow(0 2px 6px rgba(0,0,0,0.18)); }
  .hero-promo-banner-tag {
    position: absolute; bottom: -6px; right: -6px;
    background: var(--orange); color: white;
    font-size: 0.625rem; font-weight: 800;
    padding: 3px 8px; border-radius: 100px;
    box-shadow: 0 2px 6px rgba(245,131,32,0.3); letter-spacing: 0.02em;
  }
  @media (min-width: 760px) {
    .hero-promo-banner { margin: 8px 0; border-radius: 14px; }
    .hero-promo-banner-inner { padding: 16px 22px; gap: 18px; }
    .hero-promo-banner-eyebrow { font-size: 0.75rem; }
    .hero-promo-banner-title { font-size: 1.375rem; margin-bottom: 5px; }
    .hero-promo-banner-description { font-size: 0.875rem; margin-bottom: 10px; }
    .hero-promo-banner-action { padding: 7px 16px; font-size: 0.875rem; }
    .hero-promo-banner-image { width: 90px; height: 90px; }
    .hero-promo-banner-emoji { font-size: 2.75rem; }
    .hero-promo-banner-tag { font-size: 0.75rem; padding: 4px 10px; bottom: -8px; right: -8px; }
  }

  /* ── INSTANT COMPARISONS (mobile base) ── */
  .comparisons-section { background: var(--orange-light); border-bottom: 1px solid #D3D1C7; }
  .comparisons-inner { max-width: 1200px; margin: 0 auto; padding: 16px; }
  .section-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; flex-wrap: wrap; gap: 8px; }
  .section-title { font-size: 1.0625rem; font-weight: 700; color: var(--orange-dark); margin: 0; }
  .section-sub { font-size: 0.8125rem; color: var(--orange-dark); margin: 3px 0 0; }
  .link-cta { background: none; border: none; color: var(--orange-dark); font-weight: 600; font-size: 0.8125rem; padding: 0; }

  .compare-table { background: white; border-radius: 8px; overflow: hidden; border: 1px solid var(--orange-dark); }
  /* Mobile: header hidden, 2-row stacked layout per item.
     Row 1: product info + action button
     Row 2: price block + stall count badge */
  .compare-header { display: none; }
  .compare-row {
    display: grid;
    grid-template-columns: 1fr auto auto;
    grid-template-areas:
      "product product action"
      "price   stalls  action";
    column-gap: 10px; row-gap: 8px;
    padding: 12px 14px; align-items: center;
    border-bottom: 1px solid #E8E8E4;
  }
  .compare-row:last-child { border-bottom: none; }
  .compare-product { grid-area: product; display: flex; align-items: center; gap: 10px; min-width: 0; }
  .compare-thumb { border-radius: 6px; flex-shrink: 0; padding: 4px; overflow: hidden; }
  .compare-thumb img { width: 44px; height: 44px; object-fit: contain; display: block; }
  .compare-product > div:not(.compare-thumb) { min-width: 0; flex: 1; }
  .compare-name {
    font-size: 0.8125rem; font-weight: 600; margin: 0;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  }
  .compare-badge { font-size: 0.6875rem; color: var(--green); margin: 2px 0 0; font-weight: 600; }
  .compare-row > div:nth-child(2) { grid-area: price; }
  .compare-price { font-size: 0.8125rem; font-weight: 700; margin: 0; white-space: nowrap; }
  .compare-save { font-size: 0.6875rem; color: var(--orange-dark); font-weight: 600; margin: 2px 0 0; white-space: nowrap; }
  .compare-row > div:nth-child(3) { grid-area: stalls; align-self: center; }
  .stall-count { font-size: 0.6875rem; background: #EAF3DE; color: var(--green-dark); padding: 3px 8px; border-radius: 4px; font-weight: 600; display: inline-block; }
  .compare-action { grid-area: action; grid-row: 1 / 3; display: flex; align-items: center; }
  .btn-compare { padding: 10px 14px; background: var(--orange-dark); color: white; border: none; border-radius: 6px; font-size: 0.75rem; font-weight: 600; white-space: nowrap; }

  @media (min-width: 768px) {
    .comparisons-inner { padding: 22px 0; }
    .section-title { font-size: 1.25rem; }
    .link-cta { font-size: 0.875rem; }
    /* Restore 4-column table on tablet+ */
    .compare-header {
      display: grid; grid-template-columns: 2.5fr 1.5fr 1fr 1.2fr;
      padding: 11px 20px; background: #FAFBFD; border-bottom: 1px solid #E8E8E4;
      font-size: 0.6875rem; font-weight: 600; color: #5F5E5A; text-transform: uppercase; letter-spacing: 0.5px;
    }
    .compare-header div:last-child { text-align: right; }
    .compare-row {
      display: grid !important;
      grid-template-columns: 2.5fr 1.5fr 1fr 1.2fr !important;
      grid-template-areas: none !important;
      gap: 10px; padding: 14px 20px; align-items: center;
    }
    .compare-product { grid-area: auto !important; align-items: center; gap: 12px; }
    .compare-thumb img { width: 48px; height: 48px; }
    .compare-name { font-size: 0.9375rem; }
    .compare-row > div:nth-child(2) { grid-area: auto !important; text-align: left; }
    .compare-price { font-size: 1rem; white-space: normal; }
    .compare-save { font-size: 0.75rem; white-space: normal; }
    .compare-row > div:nth-child(3) { grid-area: auto !important; text-align: left; align-self: auto; }
    .stall-count { font-size: 0.75rem; padding: 4px 10px; }
    .compare-action { grid-area: auto !important; grid-row: auto !important; display: block; text-align: right; }
    .btn-compare { padding: 9px 18px; font-size: 0.8125rem; }
  }

  /* ── BARGAIN ZONE (mobile base) ── */
  .bargain-section { background: linear-gradient(90deg, var(--orange-light), #FCE4CC); }
  .bargain-inner { max-width: 1200px; margin: 0 auto; padding: 16px; }
  .bargain-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 14px; }
  .card { background: white; border-radius: 8px; overflow: hidden; border: 1px solid #E8E8E4; }
  .card-img { position: relative; aspect-ratio: 1.5; padding: 8px; background: #F8F8F5; overflow: hidden; display: flex; align-items: center; justify-content: center; }
  .card-img img { width: 100%; height: 100%; object-fit: contain; display: block; transition: transform 0.35s ease; }
  .card:hover .card-img img { transform: scale(1.08); }
  .card-tag { position: absolute; top: 8px; left: 8px; color: white; font-size: 0.6875rem; font-weight: 600; padding: 3px 8px; border-radius: 4px; }
  .card-year { position: absolute; bottom: 8px; right: 8px; background: rgba(0,0,0,0.7); color: white; font-size: 0.6875rem; padding: 3px 6px; border-radius: 4px; }
  .card-body { padding: 12px 14px; }
  .card-title { font-size: 0.875rem; font-weight: 600; margin: 0; line-height: 1.3; }
  .card-price { font-size: 1rem; font-weight: 700; color: var(--green); margin: 4px 0 2px; }
  .card-location { font-size: 0.75rem; color: #6B6964; margin: 0; }

  @media (min-width: 768px) {
    .bargain-inner { padding: 18px 0; }
    .bargain-grid { grid-template-columns: repeat(4, 1fr); gap: 12px; }
    .card-price { font-size: 1.125rem; }
  }

  /* ── TRENDING + LIVE (mobile base) ── */
  .trending-section { max-width: 1200px; margin: 0 auto; padding: 16px; }
  .trending-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
  .product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .product-card { background: white; border: 1px solid #E8E8E4; border-radius: 8px; overflow: hidden; }
  .product-img { aspect-ratio: 1; position: relative; padding: 20px; background: #F8F8F5; overflow: hidden; display: flex; align-items: center; justify-content: center; }
  .product-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.35s ease; }
  .product-card:hover .product-img img { transform: scale(1.08); }
  .product-img-tag { position: absolute; top: 8px; left: 8px; background: var(--green-dark); color: white; font-size: 0.6875rem; font-weight: 600; padding: 3px 8px; border-radius: 4px; }
  .product-stall-badge { position: absolute; bottom: 8px; right: 8px; background: white; color: var(--green); font-size: 0.6875rem; font-weight: 700; padding: 3px 8px; border-radius: 4px; border: 1px solid var(--green); }
  .product-body { padding: 12px; }
  .product-name { font-size: 0.8125rem; font-weight: 600; color: #1C1C1A; margin: 0 0 6px; line-height: 1.4; min-height: 36px; }
  .product-price { font-size: 1.0625rem; font-weight: 700; color: var(--green); margin: 0 0 2px; }
  .product-save { font-size: 0.75rem; color: var(--orange-dark); font-weight: 600; margin: 0 0 4px; }
  .product-instant { font-size: 0.75rem; color: var(--orange-dark); font-weight: 600; margin: 0 0 10px; }
  .btn-compare-full {
    display: block; box-sizing: border-box; text-align: center;
    width: 100%; padding: 10px;
    background: var(--orange-dark); color: white;
    border: none; border-radius: 6px;
    font-size: 0.8125rem; font-weight: 600; min-height: 44px;
    line-height: 1.4; cursor: pointer;
  }

  @media (min-width: 1024px) {
    .trending-section { padding: 22px 0; }
    .trending-grid { display: block; }
    .product-grid { grid-template-columns: repeat(4, 1fr); gap: 16px; }
    .product-body { padding: 14px; }
    .product-name { font-size: 0.875rem; min-height: 40px; }
    .product-price { font-size: 1.25rem; }
  }

  /* ── TODAY'S DEALS (mobile base) ── */
  .deals-section { max-width: 1200px; margin: 0 auto; padding: 16px 0 16px; }
  .deals-card { background: white; border: 1px solid #E8E8E4; border-radius: 8px; overflow: hidden; }
  .deals-header { padding: 13px 16px; border-bottom: 1px solid #E8E8E4; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 6px; }
  .deals-title { font-size: 1.0625rem; font-weight: 700; margin: 0; }
  .deals-sub { font-size: 0.8125rem; color: #5F5E5A; margin: 3px 0 0; }
  .deals-grid { padding: 12px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .deal-card { display: block; border: 1px solid #E8E8E4; border-radius: 8px; overflow: hidden; }
  .deal-img { aspect-ratio: 1; position: relative; }
  .deal-pct { position: absolute; top: 8px; left: 8px; background: var(--orange); color: white; font-size: 0.6875rem; padding: 3px 8px; border-radius: 4px; font-weight: 600; }
  .deal-body { padding: 10px 12px; }
  .deal-name { font-size: 0.8125rem; font-weight: 600; margin: 0 0 4px; }
  .deal-price { font-size: 1rem; font-weight: 700; color: var(--green); margin: 0; }
  .deal-was { font-size: 0.75rem; color: #6B6964; text-decoration: line-through; margin: 0; }

  @media (min-width: 768px) {
    .deals-section { padding: 22px 0; }
    .deals-header { padding: 13px 18px; }
    .deals-title { font-size: 1.125rem; }
    .deals-grid { padding: 14px; grid-template-columns: repeat(4, 1fr); gap: 12px; }
    .deal-name { font-size: 0.875rem; }
    .deal-price { font-size: 1.125rem; }
    .deal-body { padding: 12px; }
  }

  /* ── FEATURED STALLS (mobile base) ── */
  .stalls-section { max-width: 1200px; margin: 0 auto; padding: 0 0 16px; }
  .stalls-grid { padding: 12px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .stall-card {
    border: 1px solid #E8E8E4; border-radius: 10px; padding: 12px;
    background: white; display: flex; flex-direction: column; gap: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
    transition: box-shadow 0.18s ease, border-color 0.18s ease;
  }
  .stall-card:hover { box-shadow: 0 4px 12px rgba(0,0,0,0.08); border-color: #D0CFC9; }
  .stall-card-header { display: flex; align-items: flex-start; gap: 10px; }
  .stall-logo {
    width: 48px; height: 48px; border-radius: 8px; flex-shrink: 0;
    overflow: hidden; border: 1px solid #EEECEA;
    background: #F5F4F0;
  }
  .stall-logo img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .stall-card-info { flex: 1; min-width: 0; }
  .stall-name {
    font-size: 0.8125rem; font-weight: 700; color: #1C1C1A;
    margin: 0 0 3px; line-height: 1.3;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  }
  .stall-loc {
    display: flex; align-items: center; gap: 3px;
    font-size: 0.75rem; color: #6B6964; margin: 0;
  }
  .stall-loc-icon { flex-shrink: 0; color: #9B9794; }
  .stall-card-badges { display: flex; flex-wrap: wrap; gap: 5px; }
  .stall-verify-badge {
    display: inline-flex; align-items: center; gap: 4px;
    font-size: 0.625rem; font-weight: 700;
    padding: 3px 7px; border-radius: 4px;
    text-transform: uppercase; letter-spacing: 0.04em;
  }
  .stall-verify-plus {
    background: rgba(20,154,73,0.12); color: var(--green-dark);
    border: 1px solid rgba(20,154,73,0.25);
  }
  .stall-verify-regular {
    background: rgba(245,131,32,0.10); color: #C25800;
    border: 1px solid rgba(245,131,32,0.28);
  }
  .stall-product-count {
    display: inline-flex; align-items: center; gap: 4px;
    font-size: 0.625rem; font-weight: 600; color: #6B6964;
    padding: 3px 7px; border-radius: 4px;
    background: #F5F4F0; border: 1px solid #E8E8E4;
  }
  .btn-visit {
    display: block; box-sizing: border-box; text-align: center;
    width: 100%; padding: 8px;
    background: var(--green); color: white;
    border: none; border-radius: 6px;
    font-size: 0.8125rem; font-weight: 600; min-height: 40px;
    line-height: 1.4; cursor: pointer; text-decoration: none;
    margin-top: auto; transition: background 0.15s ease;
  }
  .btn-visit:hover { background: var(--green-dark); color: white; }

  @media (min-width: 768px) {
    .stalls-section { padding: 0 0 22px; }
    .stalls-grid { padding: 14px; grid-template-columns: repeat(4, 1fr); gap: 12px; }
    .stall-card { padding: 14px; }
    .stall-name { font-size: 0.875rem; }
  }

  /* ── PAVILIONS (mobile base) ── */
  .pavilions-section { max-width: 1200px; margin: 0 auto; padding: 0 0 16px; }
  .pavilions-grid { padding: 12px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .pavilion { padding: 12px; border-radius: 6px; border-left: 3px solid; }
  .pavilion-name { font-size: 0.8125rem; font-weight: 700; margin: 0 0 3px; }
  .pavilion-count { font-size: 0.6875rem; margin: 0; }

  @media (min-width: 600px) {
    .pavilions-grid { grid-template-columns: repeat(3, 1fr); }
  }
  @media (min-width: 1024px) {
    .pavilions-section { padding: 0 0 22px; }
    .pavilions-grid { padding: 14px; grid-template-columns: repeat(6, 1fr); gap: 10px; }
    .pavilion { padding: 14px; }
    .pavilion-name { font-size: 0.875rem; }
  }

  /* ── WHY BDSTALL (mobile base) ── */
  .why-section { background: white; border-top: 1px solid #E8E8E4; padding: 18px 16px; }
  .why-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .why-item { display: flex; gap: 12px; align-items: center; }
  .why-icon { font-size: 1.25rem; color: var(--green); flex-shrink: 0; }
  .why-title { font-size: 0.8125rem; font-weight: 700; margin: 0; }
  .why-sub { font-size: 0.75rem; color: #5F5E5A; margin: 2px 0 0; }

  @media (min-width: 768px) {
    .why-section { padding: 22px 24px; }
    .why-inner { grid-template-columns: repeat(4, 1fr); gap: 24px; }
    .why-icon { font-size: 1.375rem; }
    .why-title { font-size: 0.875rem; }
  }

  /* ── OPEN A STALL (mobile base) ── */
  .seller-section { background: #EAF3DE; border-top: 1px solid var(--green-light); }
  .seller-inner { max-width: 1200px; margin: 0 auto; padding: 20px 16px; }
  .seller-top { margin-bottom: 16px; }
  .seller-title { font-size: 1.25rem; font-weight: 700; color: #1C1C1A; margin: 0 0 6px; }
  .seller-sub { font-size: 0.875rem; color: var(--green-dark); margin: 0; line-height: 1.5; }
  .seller-steps { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 16px; }
  .seller-step { background: white; border: 1px solid var(--green-light); border-radius: 8px; padding: 14px; }
  .seller-step-num { font-size: 0.6875rem; font-weight: 700; color: var(--green); text-transform: uppercase; letter-spacing: 0.5px; margin: 0 0 4px; }
  .seller-step-title { font-size: 0.875rem; font-weight: 600; color: #1C1C1A; margin: 0 0 4px; }
  .seller-step-desc { font-size: 0.75rem; color: #5F5E5A; margin: 0; line-height: 1.4; }
  .seller-cta-row { display: flex; gap: 10px; flex-wrap: wrap; }
  .btn-open-stall { padding: 13px 24px; background: var(--green); color: white; border: none; border-radius: 6px; font-size: 0.875rem; font-weight: 700; min-height: 44px; flex: 1; }
  .btn-seller-learn { padding: 13px 20px; background: white; color: var(--green); border: 1px solid var(--green); border-radius: 6px; font-size: 0.875rem; font-weight: 600; min-height: 44px; flex: 1; }
  .seller-stats { display: flex; gap: 20px; margin-top: 14px; flex-wrap: wrap; }
  .seller-stat { text-align: center; }
  .seller-stat-num { font-size: 1.25rem; font-weight: 700; color: var(--green); display: block; }
  .seller-stat-lbl { font-size: 0.75rem; color: #5F5E5A; }

  @media (min-width: 768px) {
    .seller-inner { padding: 28px 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: center; }
    .seller-top { margin-bottom: 0; }
    .seller-title { font-size: 1.5rem; }
    .seller-steps { grid-template-columns: repeat(2, 1fr); }
    .btn-open-stall, .btn-seller-learn { flex: none; }
    .seller-stats { gap: 28px; }
    .seller-stat-num { font-size: 1.5rem; }
  }

  /* ── BLOG (mobile base) ── */
  .blog-section { max-width: 1200px; margin: 0 auto; padding: 16px 0; }
  .blog-grid { display: grid; grid-template-columns: 1fr; gap: 12px; margin-top: 14px; }
  .blog-card { background: white; border: 1px solid #E8E8E4; border-radius: 8px; overflow: hidden; display: flex; flex-direction: column; }
  .blog-img { aspect-ratio: 2; position: relative; }
  .blog-cat { position: absolute; top: 10px; left: 10px; background: var(--green); color: white; font-size: 0.6875rem; font-weight: 600; padding: 3px 10px; border-radius: 4px; }
  .blog-body { padding: 14px; flex: 1; display: flex; flex-direction: column; }
  .blog-title { font-size: 0.9375rem; font-weight: 700; color: #1C1C1A; margin: 0 0 8px; line-height: 1.4; }
  .blog-excerpt { font-size: 0.8125rem; color: #5F5E5A; margin: 0 0 12px; line-height: 1.5; flex: 1; }
  .blog-meta { display: flex; align-items: center; justify-content: space-between; font-size: 0.75rem; color: #6B6964; }
  .blog-read { color: var(--orange-dark); font-weight: 600; font-size: 0.8125rem; }

  @media (min-width: 600px) {
    .blog-grid { grid-template-columns: repeat(2, 1fr); }
  }
  @media (min-width: 1024px) {
    .blog-section { padding: 22px 0; }
    .blog-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; }
    .blog-card { flex-direction: column; }
  }

  /* ── NEWSLETTER (mobile base) ── */
  .newsletter { background: linear-gradient(135deg, var(--orange), var(--orange-dark)); }
  .newsletter-inner {
    max-width: 1200px; margin: 0 auto; padding: 20px 16px;
    display: flex; flex-direction: column; gap: 16px;
  }
  .newsletter-copy { color: white; }
  .newsletter-copy h3 { font-size: 1.125rem; font-weight: 700; margin: 0 0 6px; }
  .newsletter-copy p { font-size: 0.875rem; margin: 0; opacity: 0.95; line-height: 1.5; }
  .newsletter-form { display: flex; flex-direction: column; gap: 8px; }
  .newsletter-form input { border: none; padding: 13px 16px; font-size: 0.875rem; outline: none; border-radius: 6px; font-family: inherit; }
  .newsletter-form button { padding: 13px 22px; background: #1C1C1A; color: white; border: none; border-radius: 6px; font-size: 0.875rem; font-weight: 600; min-height: 44px; }

  @media (min-width: 768px) {
    .newsletter-inner { flex-direction: row; align-items: center; justify-content: space-between; padding: 26px 24px; gap: 24px; }
    .newsletter-copy { max-width: 520px; }
    .newsletter-copy h3 { font-size: 1.375rem; }
    .newsletter-form { flex-direction: row; flex: 1; max-width: 460px; }
    .newsletter-form input { flex: 1; }
    .newsletter-form button { min-height: auto; white-space: nowrap; }
  }

  /* ── FOOTER (mobile base) ── */
  footer { background: #1C1C1A; color: white; }
  .footer-inner { max-width: 1200px; margin: 0 auto; padding: 28px 24px 16px; }
  .footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding-bottom: 24px; border-bottom: 1px solid #2E2E2A; }
  .footer-logo-row { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; }
  .footer-desc { font-size: 0.8125rem; color: #C7C5BD; line-height: 1.6; margin: 0 0 16px; }
  .footer-social { display: flex; gap: 8px; }
  .social-btn { width: 34px; height: 34px; background: #2E2E2A; border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 0.875rem; color: white; }
  .footer-col-title { font-size: 0.8125rem; font-weight: 700; color: white; margin: 0 0 14px; text-transform: uppercase; letter-spacing: 0.6px; }
  .app-btn { display: flex; align-items: center; gap: 10px; padding: 8px 12px; background: #2E2E2A; border-radius: 6px; margin-bottom: 8px; }
  .app-label-sm { font-size: 0.625rem; color: #C7C5BD; margin: 0; }
  .app-label-lg { font-size: 0.8125rem; font-weight: 600; color: white; margin: 0; }
  .footer-trust { display: flex; flex-direction: column; align-items: flex-start; padding: 16px 0; border-bottom: 1px solid #2E2E2A; gap: 12px; }
  .trust-items { display: flex; gap: 12px; font-size: 0.75rem; color: #C7C5BD; flex-wrap: wrap; }
  .trust-check { color: var(--green); }
  .payment-row { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
  .payment-label { font-size: 0.6875rem; color: #6B6964; margin-right: 4px; }
  .payment-chip { padding: 6px 10px; background: white; border-radius: 4px; font-size: 0.6875rem; font-weight: 700; color: #1C1C1A; }
  .footer-bottom { display: flex; flex-direction: column; gap: 8px; padding-top: 16px; }
  .footer-copy { font-size: 0.75rem; color: #6B6964; margin: 0; }
  .footer-links { display: flex; gap: 14px; flex-wrap: wrap; }
  .footer-links a { font-size: 0.75rem; color: #C7C5BD; }

  @media (min-width: 768px) {
    .footer-inner { padding: 36px 0 22px; }
    .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr 1.2fr; gap: 32px; padding-bottom: 28px; }
    .footer-trust { flex-direction: row; justify-content: space-between; align-items: center; padding: 18px 0; gap: 14px; }
    .trust-items { gap: 22px; }
    .footer-bottom { flex-direction: row; justify-content: space-between; align-items: center; padding-top: 18px; gap: 12px; }
    .footer-links { gap: 20px; flex-wrap: nowrap; }
    .footer-links { gap: 20px; flex-wrap: nowrap; }
  }

