.home-page {
  background: #f5f7fa;
}

html[data-theme="dark"] .home-page,
.home-page.home-theme-dark {
  background: #08111f;
  color: #e8f0ff;
  color-scheme: dark;
}

.home-page .page-shell {
  padding-top: 14px;
}

.home-campaign-banner {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  margin: 12px 0 18px;
  padding: 18px 22px;
  border-radius: 24px;
  background: linear-gradient(135deg, #8f1230, #ef3f61);
  color: #ffffff;
  box-shadow: 0 18px 42px rgba(143, 18, 48, 0.22);
}

.home-campaign-banner::before,
.home-campaign-banner::after {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: 0.36;
}

.home-campaign-banner::before {
  inset: -18px auto auto -18px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.6), transparent 62%);
}

.home-campaign-banner::after {
  right: 18px;
  bottom: -18px;
  width: 180px;
  height: 120px;
  background:
    radial-gradient(circle at 18px 24px, #ffcad3 0 14px, transparent 15px),
    radial-gradient(circle at 48px 44px, #ff8da2 0 18px, transparent 19px),
    radial-gradient(circle at 82px 25px, #ffffff 0 11px, transparent 12px),
    radial-gradient(circle at 122px 54px, #ffcad3 0 15px, transparent 16px);
}

.home-campaign-copy,
.home-campaign-action {
  position: relative;
  z-index: 1;
}

.home-campaign-kicker {
  display: inline-flex;
  margin-bottom: 7px;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.82;
}

.home-campaign-banner strong {
  display: block;
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.05;
  font-weight: 900;
}

.home-campaign-banner p {
  max-width: 64ch;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.5;
}

.home-campaign-action {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  background: #ffffff;
  color: #9f1239;
  font-weight: 900;
}

.home-campaign-theme--blackfriday .home-campaign-banner {
  background: linear-gradient(135deg, #050816, #1f2937);
}

.home-campaign-theme--mothers .home-campaign-banner {
  background: linear-gradient(135deg, #be185d, #f59eaf);
}

.home-campaign-theme--christmas .home-campaign-banner {
  background: linear-gradient(135deg, #065f46, #dc2626);
}

.home-campaign-theme--generic .home-campaign-banner {
  background: linear-gradient(135deg, #0f4fb7, #38bdf8);
}

.home-page .section {
  margin-top: 24px;
}

.home-page .section-premium-offers {
  margin-top: 14px;
}

.seller-header-cta {
  --cta-shadow: 0 16px 34px rgba(17, 78, 216, 0.28);
  --cta-shadow-hover: 0 24px 44px rgba(17, 78, 216, 0.36);
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 6px 14px 6px 8px;
  border-radius: 999px;
  color: #ffffff;
  text-decoration: none;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.26), transparent 34%),
    linear-gradient(135deg, #2563eb 0%, #1d4ed8 60%, #3b82f6 100%);
  box-shadow: var(--cta-shadow);
  isolation: isolate;
  overflow: hidden;
  transform: translateY(0) scale(1);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    filter 0.3s ease;
  animation: seller-cta-glow 4.8s ease-in-out infinite;
}

.seller-header-cta::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.03));
  opacity: 0.84;
  z-index: -1;
}

.seller-header-cta::after {
  content: "";
  position: absolute;
  top: -20%;
  left: -32%;
  width: 34%;
  height: 140%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
  transform: rotate(18deg);
  animation: seller-cta-shine 5.8s ease-in-out infinite;
  pointer-events: none;
}

.seller-header-cta:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: var(--cta-shadow-hover);
  filter: saturate(1.08);
}

.seller-header-cta:active {
  transform: scale(0.98);
}

.seller-header-cta:focus-visible {
  outline: 0;
  box-shadow:
    0 0 0 4px rgba(255, 255, 255, 0.9),
    0 0 0 8px rgba(37, 99, 235, 0.24),
    var(--cta-shadow-hover);
}

.seller-header-cta,
.seller-header-cta * {
  cursor: pointer;
}

.seller-header-cta-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #ffffff;
  font-size: 0.82rem;
  flex: 0 0 auto;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.seller-header-cta-copy {
  display: grid;
  min-width: 0;
  line-height: 1;
}

.seller-header-cta-kicker {
  margin-bottom: 4px;
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

.seller-header-cta-copy strong {
  display: block;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.seller-header-cta-meta {
  margin-top: 4px;
  font-size: 0.66rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.84);
  white-space: nowrap;
}

.seller-header-cta-badge {
  position: absolute;
  top: -7px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 17px;
  padding: 0 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #1847aa;
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  box-shadow: 0 10px 20px rgba(11, 35, 89, 0.14);
}

@keyframes seller-cta-shine {
  0%,
  74%,
  100% {
    left: -38%;
    opacity: 0;
  }

  10% {
    opacity: 0.12;
  }

  26% {
    left: 118%;
    opacity: 0.38;
  }

  34% {
    opacity: 0;
  }
}

@keyframes seller-cta-glow {
  0%,
  100% {
    box-shadow: var(--cta-shadow);
  }

  50% {
    box-shadow:
      0 20px 38px rgba(17, 78, 216, 0.34),
      0 0 0 1px rgba(255, 255, 255, 0.08);
  }
}

.weekly-offers-shell {
  padding: 14px;
  border-radius: 22px;
  background: linear-gradient(180deg, #f7fbff 0%, #edf5ff 100%);
  border: 1px solid #d6e6ff;
  box-shadow: 0 14px 30px rgba(18, 59, 132, 0.08);
}

.home-theme-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  padding: 8px 10px;
  border: 1px solid rgba(191, 209, 229, 0.82);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
}

.home-theme-label {
  color: var(--text-soft);
  font-size: 0.82rem;
  font-weight: 800;
}

.home-theme-options {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.home-theme-option {
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: #f2f6fc;
  color: #617896;
  font-size: 0.82rem;
  font-weight: 800;
}

.home-theme-option.is-active {
  background: linear-gradient(135deg, rgba(18, 98, 219, 0.14), rgba(31, 120, 255, 0.22));
  color: #0f4fb7;
  box-shadow: 0 12px 24px rgba(15, 79, 183, 0.16);
}

html[data-theme="dark"] .home-page .site-footer,
.home-page.home-theme-dark .site-footer {
  border-color: rgba(70, 94, 132, 0.66);
  background: rgba(10, 18, 32, 0.84);
}

html[data-theme="dark"] .home-page .footer-contact-card,
html[data-theme="dark"] .home-page .footer-contact-links,
.home-page.home-theme-dark .footer-contact-card,
.home-page.home-theme-dark .footer-contact-links {
  border-color: rgba(75, 100, 140, 0.72);
  background: rgba(14, 25, 42, 0.9);
}

html[data-theme="dark"] .home-page .footer-col a,
html[data-theme="dark"] .home-page .footer-col span,
html[data-theme="dark"] .home-page .footer-brand p,
html[data-theme="dark"] .home-page .footer-bottom,
html[data-theme="dark"] .home-page .footer-verse,
.home-page.home-theme-dark .footer-col a,
.home-page.home-theme-dark .footer-col span,
.home-page.home-theme-dark .footer-brand p,
.home-page.home-theme-dark .footer-bottom,
.home-page.home-theme-dark .footer-verse {
  color: #b8c7dd;
}

html[data-theme="dark"] .home-page .footer-col strong,
html[data-theme="dark"] .home-page .footer-contact-card strong,
.home-page.home-theme-dark .footer-col strong,
.home-page.home-theme-dark .footer-contact-card strong {
  color: #edf4ff;
}

html[data-theme="dark"] .home-page .footer-contact-link,
html[data-theme="dark"] .home-page .footer-contact-meta,
.home-page.home-theme-dark .footer-contact-link,
.home-page.home-theme-dark .footer-contact-meta {
  border-color: rgba(77, 102, 143, 0.78);
  background: #13233c;
  color: #c7d6ec;
}

html[data-theme="dark"] .home-theme-toggle,
.home-page.home-theme-dark .home-theme-toggle {
  border-color: rgba(75, 100, 140, 0.72);
  background: rgba(14, 25, 42, 0.92);
}

html[data-theme="dark"] .home-theme-option,
.home-page.home-theme-dark .home-theme-option {
  background: #13233c;
  color: #c2d1e7;
}

html[data-theme="dark"] .home-theme-option.is-active,
.home-page.home-theme-dark .home-theme-option.is-active {
  background: linear-gradient(135deg, rgba(66, 122, 255, 0.28), rgba(19, 84, 226, 0.38));
  color: #ffffff;
}

html[data-theme="dark"] .home-theme-label,
.home-page.home-theme-dark .home-theme-label {
  color: #b8c7dd;
}

html[data-theme="dark"] .home-page .section-title,
html[data-theme="dark"] .home-page .section-title-row h2,
.home-page.home-theme-dark .section-title,
.home-page.home-theme-dark .section-title-row h2 {
  color: #edf4ff;
}

html[data-theme="dark"] .home-page .section-subtitle,
html[data-theme="dark"] .home-page .meta-text,
.home-page.home-theme-dark .section-subtitle,
.home-page.home-theme-dark .meta-text {
  color: #a9bad2;
}

html[data-theme="dark"] .weekly-offers-shell,
.home-page.home-theme-dark .weekly-offers-shell {
  border-color: rgba(73, 100, 140, 0.72);
  background: linear-gradient(180deg, #101c30 0%, #0c1728 100%);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}

.weekly-offers-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.weekly-offer-card {
  display: grid;
  grid-template-rows: 190px 1fr auto;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid #cfe0ff;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(12, 35, 73, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  min-height: 390px;
}

.weekly-offer-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(12, 35, 73, 0.12);
}

.weekly-offer-thumb {
  position: relative;
  height: 190px;
  padding: 16px;
  background: linear-gradient(180deg, #f9fbff 0%, #eef4ff 100%);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.weekly-offer-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.weekly-offer-badge {
  position: absolute;
  top: 7px;
  left: 7px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 3px 7px;
  border: 1px solid transparent;
}

.weekly-offer-badge.is-sponsored {
  color: #0b3c91;
  background: #e4efff;
  border-color: #c6dcff;
}

.weekly-offer-badge.is-featured {
  color: #14653c;
  background: #e6f9ef;
  border-color: #c2ebd4;
}

.product-photo-dots {
  position: absolute;
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(19, 58, 124, 0.08);
  box-shadow: 0 8px 18px rgba(12, 35, 73, 0.08);
}

.product-photo-dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #b7c8e6;
}

.product-photo-dot.is-active {
  width: 14px;
  background: #1f5fe4;
}

.weekly-offer-body {
  padding: 14px 14px 10px;
  display: grid;
  gap: 8px;
  align-content: start;
}

.weekly-offer-title {
  margin: 0;
  color: #173861;
  font-size: 1rem;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.weekly-offer-prices {
  display: grid;
  gap: 2px;
}

.weekly-offer-old-price {
  font-size: 0.75rem;
  color: #8699b3;
  text-decoration: line-through;
}

.weekly-offer-price {
  color: #134ca9;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1;
}

.weekly-offer-store {
  font-size: 0.8rem;
  color: #6f84a4;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.weekly-offer-proof,
.daily-product-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #67809f;
  font-size: 0.74rem;
  font-weight: 700;
}

.weekly-offer-action,
.daily-product-action,
.catalog-product-action {
  margin: 0 14px 14px;
}

.weekly-offer-action .primary-button,
.daily-product-action .primary-button,
.catalog-product-action .primary-button {
  width: 100%;
  min-height: 42px;
}

html[data-theme="dark"] .weekly-offer-card,
html[data-theme="dark"] .daily-product-card,
html[data-theme="dark"] .catalog-product-card,
html[data-theme="dark"] .category-card,
.home-page.home-theme-dark .weekly-offer-card,
.home-page.home-theme-dark .daily-product-card,
.home-page.home-theme-dark .catalog-product-card,
.home-page.home-theme-dark .category-card {
  border-color: rgba(73, 100, 140, 0.72);
  background: #101c30;
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.22);
}

html[data-theme="dark"] .weekly-offer-thumb,
html[data-theme="dark"] .daily-product-thumb,
html[data-theme="dark"] .catalog-product-thumb,
html[data-theme="dark"] .category-media,
.home-page.home-theme-dark .weekly-offer-thumb,
.home-page.home-theme-dark .daily-product-thumb,
.home-page.home-theme-dark .catalog-product-thumb,
.home-page.home-theme-dark .category-media {
  border-color: rgba(77, 102, 143, 0.78);
  background: linear-gradient(180deg, #17243a 0%, #101b2e 100%);
}

html[data-theme="dark"] .weekly-offer-title,
html[data-theme="dark"] .daily-product-title,
html[data-theme="dark"] .catalog-product-title,
html[data-theme="dark"] .category-card strong,
.home-page.home-theme-dark .weekly-offer-title,
.home-page.home-theme-dark .daily-product-title,
.home-page.home-theme-dark .catalog-product-title,
.home-page.home-theme-dark .category-card strong {
  color: #edf4ff;
}

html[data-theme="dark"] .weekly-offer-store,
html[data-theme="dark"] .daily-product-store,
html[data-theme="dark"] .catalog-product-store,
html[data-theme="dark"] .weekly-offer-proof,
html[data-theme="dark"] .daily-product-proof,
.home-page.home-theme-dark .weekly-offer-store,
.home-page.home-theme-dark .daily-product-store,
.home-page.home-theme-dark .catalog-product-store,
.home-page.home-theme-dark .weekly-offer-proof,
.home-page.home-theme-dark .daily-product-proof {
  color: #a9bad2;
}

html[data-theme="dark"] .weekly-offer-price,
html[data-theme="dark"] .daily-product-price,
html[data-theme="dark"] .catalog-product-price,
.home-page.home-theme-dark .weekly-offer-price,
.home-page.home-theme-dark .daily-product-price,
.home-page.home-theme-dark .catalog-product-price {
  color: #74a7ff;
}

html[data-theme="dark"] .product-chip.is-sponsored,
.home-page.home-theme-dark .product-chip.is-sponsored {
  color: #c9dcff;
  background: rgba(58, 111, 224, 0.28);
}

html[data-theme="dark"] .product-chip.is-new,
.home-page.home-theme-dark .product-chip.is-new {
  color: #a8f5c8;
  background: rgba(21, 128, 61, 0.24);
}

html[data-theme="dark"] .product-chip.is-best-seller,
html[data-theme="dark"] .product-chip.is-discount,
.home-page.home-theme-dark .product-chip.is-best-seller,
.home-page.home-theme-dark .product-chip.is-discount {
  color: #ffd89b;
  background: rgba(194, 119, 26, 0.24);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.service-area-banner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) auto;
  gap: 18px;
  align-items: center;
  padding: 22px 24px;
  border-radius: 28px;
  border: 1px solid #d6e5ff;
  background:
    radial-gradient(circle at top right, rgba(47, 117, 255, 0.16), transparent 28%),
    linear-gradient(135deg, #f7fbff 0%, #eef5ff 55%, #f9fcff 100%);
  box-shadow: 0 16px 34px rgba(18, 59, 132, 0.08);
}

.service-area-banner-copy {
  display: grid;
  gap: 8px;
}

.service-area-banner-kicker {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(18, 98, 219, 0.08);
  color: #1e58b6;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-area-banner-copy strong {
  color: #12305b;
  font-size: clamp(1.12rem, 2vw, 1.42rem);
  line-height: 1.15;
}

.service-area-banner-copy p {
  margin: 0;
  max-width: 62ch;
  color: #5f779d;
  line-height: 1.6;
}

.service-area-banner-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.service-area-banner-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid #d3e2fb;
  background: rgba(255, 255, 255, 0.84);
  color: #214579;
  font-size: 0.82rem;
  font-weight: 700;
}

html[data-theme="dark"] .service-area-banner,
.home-page.home-theme-dark .service-area-banner {
  border-color: rgba(73, 100, 140, 0.72);
  background:
    radial-gradient(circle at top right, rgba(47, 117, 255, 0.2), transparent 28%),
    linear-gradient(135deg, #101c30 0%, #0c1728 100%);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}

html[data-theme="dark"] .service-area-banner-kicker,
.home-page.home-theme-dark .service-area-banner-kicker {
  background: rgba(66, 122, 255, 0.18);
  color: #9fc0ff;
}

html[data-theme="dark"] .service-area-banner-copy strong,
.home-page.home-theme-dark .service-area-banner-copy strong {
  color: #edf4ff;
}

html[data-theme="dark"] .service-area-banner-copy p,
.home-page.home-theme-dark .service-area-banner-copy p {
  color: #a9bad2;
}

html[data-theme="dark"] .service-area-banner-tags span,
.home-page.home-theme-dark .service-area-banner-tags span {
  border-color: rgba(77, 102, 143, 0.78);
  background: rgba(19, 35, 60, 0.82);
  color: #c7d6ec;
}

.daily-products-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.best-price-products-grid .is-best-price {
  border-color: #ffd8a8;
  box-shadow: 0 12px 28px rgba(188, 103, 0, 0.12);
}

.catalog-products-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.daily-product-card,
.catalog-product-card {
  display: grid;
  grid-template-rows: 176px 1fr auto;
  border-radius: 18px;
  border: 1px solid #e4ebf5;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(12, 35, 73, 0.08);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  min-height: 360px;
}

.daily-product-card:hover,
.catalog-product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(12, 35, 73, 0.1);
}

.daily-product-thumb,
.catalog-product-thumb {
  position: relative;
  height: 176px;
  padding: 14px;
  background: linear-gradient(180deg, #fbfcfe 0%, #f1f5fb 100%);
}

.daily-product-thumb img,
.catalog-product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.daily-product-body,
.catalog-product-body {
  display: grid;
  gap: 8px;
  padding: 14px 14px 10px;
}

.daily-product-title,
.catalog-product-title {
  font-size: 1rem;
  line-height: 1.3;
  color: #1d2f49;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.daily-product-store,
.catalog-product-store {
  font-size: 0.82rem;
  color: #7286a3;
}

.daily-product-prices,
.catalog-product-prices {
  display: grid;
  gap: 2px;
}

.daily-product-old-price,
.catalog-product-old-price {
  font-size: 0.72rem;
  color: #8b9aaf;
  text-decoration: line-through;
}

.daily-product-price,
.catalog-product-price {
  font-size: 1.52rem;
  font-weight: 800;
  color: #144caa;
  line-height: 1;
}

.daily-product-badges,
.catalog-product-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.product-chip {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.product-chip.is-sponsored {
  color: #0b3c91;
  background: #e4efff;
}

.product-chip.is-new {
  color: #14653c;
  background: #e6f9ef;
}

.product-chip.is-best-seller {
  color: #8f4c00;
  background: #fff0cc;
}

.product-chip.is-discount {
  color: #9a4a00;
  background: #ffe4bf;
}

.product-old-price {
  font-size: 0.82rem;
  color: #7d8da8;
  text-decoration: line-through;
  margin-top: 2px;
}

.offer-placeholders {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.offer-placeholder {
  aspect-ratio: 1 / 1;
  display: grid;
  grid-template-rows: 1fr auto auto;
  gap: 10px;
  padding: 12px;
  border-radius: 16px;
  border: 1px dashed #c6d8f8;
  background: linear-gradient(180deg, #f9fcff 0%, #f1f7ff 100%);
}

.offer-thumb {
  border-radius: 12px;
  border: 1px dashed #c6d8f8;
  background: linear-gradient(180deg, #f6faff 0%, #eef5ff 100%);
  overflow: hidden;
}

.offer-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.offer-placeholder strong {
  font-size: 0.92rem;
  color: #1e3f70;
  line-height: 1.25;
}

.offer-price-empty {
  display: inline-flex;
  width: max-content;
  padding: 3px 9px;
  border-radius: 999px;
  background: #eaf2ff;
  color: #5777a6;
  font-size: 0.78rem;
  font-weight: 700;
}

.hero-banner {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  padding: 34px;
  border-radius: var(--radius-lg);
  color: #ffffff;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.24), transparent 34%),
    radial-gradient(circle at bottom left, rgba(125, 211, 252, 0.2), transparent 30%),
    linear-gradient(135deg, #0b42a0 0%, #1760da 58%, #3d9cff 100%);
  box-shadow:
    0 24px 52px rgba(17, 72, 161, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.08),
    0 0 38px rgba(67, 156, 255, 0.18);
  animation: hero-fade-up 0.6s ease both;
}

.hero-banner > * {
  position: relative;
  z-index: 1;
}

.hero-banner::after {
  content: "";
  position: absolute;
  right: -56px;
  bottom: -68px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  filter: blur(2px);
}

.hero-banner::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 0 28px rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

.hero-banner h1 {
  max-width: 10ch;
  margin: 14px 0 10px;
  font-size: clamp(2.35rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.hero-pretitle {
  margin-top: 14px;
  font-size: 0.9rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
}

.hero-banner p {
  max-width: 50ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.5;
}

.hero-subtitle {
  margin-top: 2px;
  font-size: 1rem;
  font-weight: 600;
  color: rgba(228, 240, 255, 0.84);
}

.hero-support {
  margin-top: 10px !important;
  font-size: 1.02rem;
  color: rgba(255, 255, 255, 0.94);
}

.hero-actions,
.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-actions {
  margin-top: 18px;
}

.hero-actions .primary-button,
.hero-actions .ghost-button {
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    filter 0.24s ease,
    background-color 0.24s ease,
    border-color 0.24s ease;
}

.hero-actions .primary-button {
  box-shadow: 0 18px 34px rgba(13, 49, 122, 0.26);
}

.hero-actions .ghost-button {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.hero-actions .primary-button:hover,
.hero-actions .ghost-button:hover {
  transform: scale(1.03) translateY(-1px);
  box-shadow: 0 18px 32px rgba(10, 36, 92, 0.26);
}

.hero-tags-spaced {
  margin-top: 18px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.hero-stat-card {
  display: grid;
  align-content: start;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  opacity: 0;
  transform: translateY(16px);
  animation: hero-card-fade 0.6s ease forwards;
}

.hero-stat-card:nth-child(1) {
  animation-delay: 0.1s;
}

.hero-stat-card:nth-child(2) {
  animation-delay: 0.2s;
}

.hero-stat-card:nth-child(3) {
  animation-delay: 0.3s;
}

.hero-stat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 11px;
  margin-bottom: 12px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #f8fbff;
  font-size: 0.9rem;
}

.hero-stat-card strong {
  display: block;
  font-size: 1.08rem;
  line-height: 1.1;
}

.hero-stat-card span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.8rem;
}

.hero-side {
  display: none;
}

.hero-mobile-line {
  display: none;
}

.home-mobile-carousel {
  display: none;
}

.home-mobile-carousel-viewport {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #dfe8f6;
  box-shadow: 0 14px 30px rgba(17, 39, 79, 0.1);
}

.home-mobile-carousel-track {
  display: flex;
  transition: transform 0.35s ease;
  will-change: transform;
}

.home-mobile-carousel-slide {
  display: block;
  min-width: 100%;
}

.home-mobile-carousel-slide img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 1;
  object-fit: cover;
  object-position: center;
  background: #eef3ff;
}

.home-mobile-carousel-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.home-mobile-carousel-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(24, 65, 143, 0.22);
  transition: width 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
  opacity: 0.9;
}

.home-mobile-carousel-dot.is-active {
  width: 22px;
  background: #1841c3;
}

@keyframes hero-fade-up {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hero-card-fade {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-side .panel {
  min-height: 180px;
  border: 1px solid #e5edf6;
  background: #ffffff;
}

.mini-list {
  display: grid;
  gap: 14px;
}

.mini-list-spaced,
.stack-spaced {
  margin-top: 16px;
}

.mini-row {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 14px;
  align-items: center;
}

.mini-thumb {
  aspect-ratio: 1 / 1;
  border-radius: 18px;
  overflow: hidden;
  background: #edf4ff;
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.category-card {
  display: grid;
  gap: 9px;
  padding: 16px;
  border-radius: 18px;
  border: 0;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(17, 39, 79, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  min-height: 132px;
}

.category-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(17, 39, 79, 0.1);
}

.category-card.has-media {
  padding: 10px;
  gap: 8px;
}

.category-media {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #deebff;
  background: #eef4ff;
}

.category-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.category-badge {
  position: absolute;
  left: 6px;
  top: 6px;
  min-width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(16, 44, 85, 0.1);
  font-size: 0.82rem;
}

.category-card strong {
  font-size: 0.98rem;
}

.category-card .meta-text {
  font-size: 0.78rem;
}

.category-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #edf4ff;
  color: var(--brand-800);
  font-weight: 700;
  font-size: 1.3rem;
}

.home-page .product-grid {
  gap: 14px;
}

.home-page .product-card {
  border-radius: 12px;
  border: 0;
  background: #ffffff;
  box-shadow: 0 6px 14px rgba(12, 35, 73, 0.06);
}

.home-page .product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 22px rgba(12, 35, 73, 0.12);
}

.home-page .product-thumb {
  background: #f3f6fb;
}

.home-page .product-body {
  gap: 8px;
  padding: 14px;
}

.home-page .product-title {
  font-size: 0.94rem;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #1d2f49;
}

.home-page .product-old-price {
  margin-top: 0;
  font-size: 0.76rem;
  color: #8b9aaf;
}

.home-page .product-body .price {
  font-size: 1.22rem;
  font-weight: 700;
  color: #174ca9;
}

.home-page .product-body .installments,
.home-page .product-body .meta-text {
  font-size: 0.78rem;
  color: #7286a3;
}

.promo-carousel {
  display: grid;
  gap: 16px;
}

.promo-viewport {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #dbe8fa;
}

.promo-track {
  display: flex;
  transition: transform 0.35s ease;
}

.promo-track img {
  width: 100%;
  min-width: 100%;
  aspect-ratio: 16 / 5;
  object-fit: cover;
}

.promo-logo-watermark {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: clamp(90px, 18vw, 180px);
  opacity: 0.92;
  background: rgba(21, 46, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 12px;
  padding: 6px 8px;
  backdrop-filter: blur(4px);
}

.promo-controls {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.showcase-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.deal-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: start;
}

.deal-media {
  padding: 12px;
  border-radius: 24px;
  background: linear-gradient(180deg, #f5f9ff 0%, #eaf1fb 100%);
}

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

.benefits-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  border: 0;
  background: transparent;
}

@media (max-width: 1100px) {
  .seller-header-cta {
    gap: 10px;
    min-height: 50px;
    padding: 7px 16px 7px 9px;
  }

  .seller-header-cta-copy strong {
    font-size: 0.88rem;
  }

  .seller-header-cta-meta {
    font-size: 0.68rem;
  }

  .weekly-offers-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .daily-products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .catalog-products-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .daily-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catalog-products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .categories-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .home-page .site-header {
    position: static;
  }

  body.home-page.has-fixed-header .page-shell {
    padding-top: 8px;
  }

  .home-page .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .home-page .page-shell {
    padding-top: 8px;
  }

  .home-page .header-main {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 8px;
    padding: 2px 0;
  }

  .home-page .brand-logo {
    width: 46px;
    border-radius: 8px;
  }

  .home-page .header-search {
    min-width: 0;
  }

  .home-page .search-bar {
    box-shadow: 0 6px 16px rgba(9, 33, 125, 0.12);
  }

  .home-page .search-bar input {
    height: 34px;
    padding-left: 36px;
    font-size: 0.86rem;
  }

  .home-page .header-actions {
    overflow: visible;
    gap: 0;
  }

  .seller-header-cta {
    display: none;
  }

  .home-page .mobile-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    min-width: 38px;
    height: 38px;
    border-radius: 12px;
    border: 1px solid rgba(47, 117, 255, 0.18);
    background: #ffffff;
    color: #1f5fe4;
    font-size: 1.05rem;
    box-shadow: 0 10px 24px rgba(31, 95, 228, 0.12);
  }

  .home-page .header-menu {
    display: none;
  }

  .home-page .cart-link {
    min-width: 36px;
    min-height: 34px;
    padding: 0 10px;
    font-size: 0;
    border-radius: 999px;
  }

  .home-page .cart-link .cart-count {
    font-size: 0.75rem;
  }

  .hero-mobile-line {
    display: block;
    color: #12386a;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.15;
  }

  .hero-grid.section {
    margin-top: 8px;
  }

  .home-mobile-carousel {
    display: grid;
    gap: 10px;
  }

  .hero-banner {
    display: none;
  }

  .hero-banner::before,
  .hero-banner::after,
  .hero-actions .ghost-button {
    display: none;
  }

  .hero-banner .eyebrow,
  .hero-pretitle,
  .hero-banner h1,
  .hero-subtitle,
  .hero-support,
  .hero-actions,
  .hero-stats {
    display: none;
  }

  .section-heading {
    margin-bottom: 10px;
  }

  .section-heading .secondary-button {
    display: none;
  }

  .section-heading .section-subtitle {
    font-size: 0.78rem;
  }

  .home-page .section {
    margin-top: 16px;
  }

  .section-premium-offers {
    display: none;
  }

  .weekly-offers-shell,
  .daily-products-grid,
  .categories-grid {
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .weekly-offers-shell {
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
  }

  .weekly-offers-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .weekly-offer-card {
    grid-template-columns: 1fr;
    grid-template-rows: 146px auto;
    min-height: 0;
    border-radius: 14px;
  }

  .weekly-offer-thumb {
    height: 146px;
    padding: 8px;
    margin: 0;
    border-radius: 12px;
  }

  .weekly-offer-body {
    gap: 6px;
    padding: 9px 10px 10px;
  }

  .weekly-offer-title {
    font-size: 0.8rem;
    line-height: 1.2;
    order: 1;
  }

  .weekly-offer-prices {
    display: flex;
    align-items: baseline;
    gap: 6px;
    flex-wrap: wrap;
    order: 2;
  }

  .weekly-offer-price {
    font-size: 1rem;
  }

  .weekly-offer-store {
    order: 3;
    font-size: 0.62rem;
    color: #7386a3;
  }

  .weekly-offer-old-price,
  .weekly-offer-proof,
  .weekly-offer-action {
    display: none;
  }

  .weekly-offer-badge {
    top: 6px;
    left: 6px;
    font-size: 0.62rem;
    padding: 2px 6px;
  }

  .product-photo-dots {
    bottom: 6px;
    gap: 4px;
    padding: 3px 7px;
  }

  .product-photo-dot {
    width: 5px;
    height: 5px;
  }

  .product-photo-dot.is-active {
    width: 12px;
  }

  .daily-products-grid,
  .catalog-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .daily-product-card,
  .catalog-product-card {
    grid-template-columns: 1fr;
    grid-template-rows: 146px auto;
    min-height: 0;
    border-radius: 14px;
  }

  .daily-product-thumb,
  .catalog-product-thumb {
    height: 146px;
    padding: 8px;
    margin: 0;
    border-radius: 12px;
  }

  .daily-product-body,
  .catalog-product-body {
    gap: 6px;
    padding: 9px 10px 10px;
  }

  .daily-product-title,
  .catalog-product-title {
    font-size: 0.8rem;
    line-height: 1.2;
  }

  .daily-product-store,
  .catalog-product-store {
    font-size: 0.67rem;
    color: #7386a3;
  }

  .daily-product-prices,
  .catalog-product-prices {
    display: flex;
    align-items: baseline;
    gap: 6px;
    flex-wrap: wrap;
  }

  .daily-product-price,
  .catalog-product-price {
    font-size: 1rem;
  }

  .daily-product-badges,
  .catalog-product-badges {
    display: none;
  }

  .daily-product-old-price,
  .catalog-product-old-price,
  .daily-product-proof,
  .daily-product-action,
  .catalog-product-action {
    display: none;
  }

  .best-price-products-grid .daily-product-badges {
    display: flex;
  }

  .best-price-products-grid .daily-product-old-price {
    display: block;
  }

  #categorias-home .section-subtitle,
  .catalog-products-grid,
  .benefits-strip,
  .seller-invite-banner {
    display: none;
  }

  .section-mobile-hide {
    display: none;
  }

  .categories-grid {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    grid-template-columns: none;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .categories-grid::-webkit-scrollbar {
    display: none;
  }

  .category-card {
    flex: 0 0 88px;
    min-height: 0;
    gap: 6px;
    padding: 12px 10px;
    border-radius: 14px;
    justify-items: center;
    text-align: center;
    box-shadow: 0 8px 18px rgba(17, 39, 79, 0.08);
  }

  .category-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    font-size: 1.05rem;
  }

  .category-card strong {
    font-size: 0.72rem;
    line-height: 1.1;
  }

  .category-card .meta-text {
    display: none;
  }
}

@media (max-width: 520px) {
  .hero-banner {
    padding: 12px 14px;
  }
}

.benefit-item {
  display: grid;
  justify-items: start;
  text-align: left;
  gap: 8px;
  padding: 16px;
  border: 0;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 6px 14px rgba(12, 35, 73, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.benefit-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(12, 35, 73, 0.1);
}

.benefit-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: #edf4ff;
  border: 1px solid #dbe7f8;
  font-size: 1.12rem;
}

.benefit-item h3 {
  margin: 0;
  font-size: 1.02rem;
  font-weight: 600;
  color: #16345f;
}

.benefit-item p {
  margin: 0;
  color: #6c819f;
  line-height: 1.42;
  font-size: 0.88rem;
}

@media (max-width: 980px) {
  .offer-placeholders {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .categories-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .benefits-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .home-campaign-banner {
    grid-template-columns: 1fr;
    padding: 16px;
    border-radius: 20px;
  }

  .home-campaign-action {
    width: fit-content;
  }

  .offer-placeholders {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .categories-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .benefits-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .benefit-item {
    gap: 5px;
    padding: 8px 7px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(12, 35, 73, 0.07);
  }

  .benefit-icon {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    font-size: 0.84rem;
  }

  .benefit-item h3 {
    font-size: 0.68rem;
    line-height: 1.2;
  }

  .benefit-item p {
    display: none;
  }
}

.trust-card {
  display: grid;
  gap: 10px;
  border: 1px solid #deebff;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

@media (max-width: 1120px) {
  .hero-grid,
  .showcase-grid,
  .deal-card {
    grid-template-columns: 1fr;
  }

  .categories-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .hero-banner {
    min-height: 0;
    padding: 18px;
  }

  .categories-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 6px;
  }

  .category-card {
    padding: 7px 6px;
    gap: 4px;
    border-radius: 10px;
  }

  .category-icon {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    font-size: 0.84rem;
  }

  .category-card strong {
    font-size: 0.58rem;
    line-height: 1.15;
    text-align: center;
  }

  .category-card .meta-text {
    display: none;
  }

  .trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mini-row {
    grid-template-columns: 72px 1fr;
  }
}

@media (max-width: 820px) {
  .home-page .header-actions {
    overflow: visible;
  }

  .seller-header-cta {
    min-width: 0;
    max-width: min(100%, 248px);
    padding-right: 14px;
  }

  .seller-header-cta-icon {
    width: 34px;
    height: 34px;
  }

  .seller-header-cta-copy strong {
    font-size: 0.82rem;
  }

  .seller-header-cta-meta {
    font-size: 0.64rem;
  }

  .section {
    margin-top: 22px;
  }

  .section-heading {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
  }

  .hero-grid {
    gap: 14px;
  }

  .service-area-banner {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .service-area-banner-tags {
    justify-content: flex-start;
  }

  .hero-banner {
    min-height: auto;
    padding: 20px;
  }

  .hero-banner h1 {
    margin: 12px 0 10px;
    font-size: clamp(1.95rem, 8.5vw, 2.8rem);
    max-width: 100%;
    line-height: 1;
  }

  .hero-banner p {
    max-width: 100%;
    font-size: 0.95rem;
    line-height: 1.45;
  }

  .hero-actions .primary-button,
  .hero-actions .ghost-button {
    width: 100%;
  }

  .section-heading .secondary-button {
    width: auto;
    min-height: 36px;
    padding: 0 14px;
    white-space: nowrap;
  }

  .daily-products-grid,
  .catalog-products-grid,
  .offer-placeholders {
    gap: 10px;
  }

  .daily-product-card,
  .catalog-product-card {
    border-radius: 14px;
  }

  .daily-product-thumb,
  .catalog-product-thumb {
    aspect-ratio: 1 / 1;
  }
}

@media (max-width: 480px) {
  .section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .section-heading .secondary-button {
    width: 100%;
  }

  .categories-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 5px;
  }

  .category-card {
    padding: 6px 5px;
    border-radius: 9px;
  }

  .category-icon {
    width: 28px;
    height: 28px;
    font-size: 0.78rem;
  }

  .category-card strong {
    font-size: 0.54rem;
  }

  .trust-strip {
    grid-template-columns: 1fr;
  }

  .service-area-banner-tags {
    display: grid;
    grid-template-columns: 1fr;
  }

  .home-theme-toggle {
    width: 100%;
    justify-content: space-between;
    margin-left: 0;
  }

  .home-theme-options {
    flex: 1;
    justify-content: flex-end;
  }
}

@media (prefers-reduced-motion: reduce) {
  .seller-header-cta,
  .seller-header-cta::after {
    animation: none;
  }

  .seller-header-cta {
    transition: none;
  }
}
