﻿:root {
  --bg: #fff7f0;
  --ink: #1f2937;
  --muted: #6b7280;
  --card: #ffffff;
  --accent: #ff7a00;
  --accent-2: #2563eb;
  --shadow: 0 18px 40px rgba(31, 20, 10, 0.12);
  --radius: 20px;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: "Gotham", "Gotham Book", "Gotham Medium", "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: transparent;
  min-height: 100vh;
  line-height: 1.68;
}

p,
li,
td,
th {
  line-height: 1.8;
}

.grain {
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='0.8' numOctaves='3' seed='2'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");
  pointer-events: none;
  mix-blend-mode: multiply;
  z-index: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 40px;
  backdrop-filter: blur(16px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(40, 30, 20, 0.1);
}

.brand {
  display: flex;
  gap: 14px;
  align-items: center;
}

.logo {
  width: auto;
  height: 40px;
  border-radius: 12px;
  background: transparent;
  display: grid;
  place-items: center;
}

.logo svg,
.logo img {
  height: 40px;
  width: auto;
  display: block;
}

.header-center {
  display: flex;
  gap: 16px;
  flex: 1;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.header-actions {
  display: flex;
  gap: 12px;
  align-items: center;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(31, 41, 55, 0.1);
  background: #ffffff;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.menu-toggle span {
  width: 20px;
  height: 2px;
  background: #1f2937;
  border-radius: 999px;
  display: block;
}

.mobile-menu {
  display: none;
  padding: 16px 24px;
  background: #ffffff;
  border-bottom: 1px solid rgba(31, 41, 55, 0.1);
}

.mobile-menu.open {
  display: block;
}

.mobile-section {
  display: grid;
  gap: 12px;
  margin-bottom: 16px;
}

.mobile-menu .mega-menu {
  position: static;
  opacity: 1;
  pointer-events: auto;
  transform: none;
  min-width: 0;
  grid-template-columns: 1fr;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.8);
}

.mobile-menu .nav-link {
  display: inline-block;
}
.category-button {
  border: none;
  background: #ffffff;
  color: #1f2937;
  border: none;
  padding: 0 14px;
  border-radius: 0;
  height: 40px;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  cursor: pointer;
}

.category-button:hover,
.category-button:focus-visible {
  background: #fff1e6;
  color: #b45309;
  border-color: #ffd9b3;
}

.brand-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand-row h3 {
  margin: 0;
}

.brand-logo {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-size: 0.8rem;
  font-weight: 700;
  color: #0f172a;
  background: #e2e8f0;
}

.brand-logo.fresh { background: #dbeafe; color: #1e3a8a; }
.brand-logo.voltix { background: #e0f2fe; color: #0369a1; }
.brand-logo.threadline { background: #e0f7ff; color: #0e7490; }
.brand-logo.skyhop { background: #e0e7ff; color: #3730a3; }
.brand-logo.glowlab { background: #ccfbf1; color: #0f766e; }
.brand-logo.homenest { background: #dbeafe; color: #1d4ed8; }
.brand-logo.quickbite { background: #cffafe; color: #0e7490; }
.brand-logo.pulsegym { background: #d1fae5; color: #065f46; }
.brand-logo.pawmart { background: #e0f2fe; color: #075985; }
.brand-logo.playtown { background: #e0f7ff; color: #0f766e; }

.brand-text .name {
  font-family: "Gotham", "Gotham Book", "Gotham Medium", "Segoe UI", Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 0;
  padding: 4px 8px;
  border-radius: 4px;
  background: #0f172a;
  letter-spacing: 0.4px;
  line-height: 1;
}

.wordmark .wm-shop {
  color: #ff7a00;
}

.wordmark .wm-wale {
  color: #2563eb;
}

.brand-text .wordmark {
  font-size: 1.1rem;
}

.footer-brand {
  margin: 0 0 10px;
}

.footer-logo {
  height: 34px;
  width: auto;
  display: inline-block;
}

.footer .wordmark {
  font-size: 1rem;
}

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

.nav {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.nav-item {
  position: relative;
  padding-bottom: 10px;
}

.nav-link {
  text-decoration: none;
  color: var(--ink);
  font-weight: 600;
  padding: 0 12px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  transition: all 0.2s ease;
}

.nav-link:hover,
.nav-link.active {
  background: #fff1e6;
  color: #b45309;
}

.mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 520px;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: var(--shadow);
  padding: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: all 0.2s ease;
}

.nav-item:hover .mega-menu,
.nav-item:focus-within .mega-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mega-col {
  display: grid;
  gap: 8px;
}

.mega-title {
  margin: 0 0 6px;
  font-size: 0.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700;
}

.mega-col a {
  text-decoration: none;
  color: var(--ink);
  font-weight: 600;
  padding: 6px 8px;
  border-radius: 10px;
}

.mega-col a:hover {
  background: #fff1e6;
  color: #b45309;
}

.search {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0;
}

.search-wide {
  flex: 1;
  max-width: 560px;
}

.search input {
  padding: 12px 16px 12px 42px;
  border-radius: 5px;
  border: 1px solid rgba(40, 30, 20, 0.2);
  background: #fff;
  min-width: 480px;
}

.search-icon {
  position: absolute;
  left: 14px;
  width: 18px;
  height: 18px;
  color: #9ca3af;
  display: grid;
  place-items: center;
  pointer-events: none;
}

.search-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}

.btn {
  border: none;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 700;
  cursor: pointer;
  background: var(--accent);
  color: white;
  box-shadow: 0 10px 20px rgba(255, 122, 0, 0.25);
  transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn.min-width {
  min-width: 160px;
  justify-content: center;
}

.btn.ghost {
  background: #e0f2ff;
  border: 1px solid #bfdbfe;
  color: #1d4ed8;
  box-shadow: none;
}

.btn.small { padding: 8px 12px; font-size: 0.85rem; }

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(255, 122, 0, 0.3);
}

.btn.ghost:hover {
  background: #dbeafe;
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(37, 99, 235, 0.2);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 18px 0 24px;
}

main {
  position: relative;
  z-index: 1;
  padding: 20px 40px 40px;
}

.page-narrow main {
  max-width: 1200px;
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  align-items: center;
  padding: 1px 0 50px;
}

.hero-left,
.hero-right {
  min-width: 0;
}

.stats {
  display: flex;
  flex-wrap: nowrap;
  gap: 14px;
  margin-top: 18px;
}

.stat {
  padding: 14px;
  background: var(--card);
  border-radius: 16px;
  box-shadow: var(--shadow);
  flex: 1;
  min-width: 0;
}

.stat-number {
  font-size: 1.4rem;
  font-weight: 700;
}

.stat-label {
  color: var(--muted);
  font-size: 0.9rem;
}

.slider {
  background: white;
  padding: 16px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  display: grid;
  gap: 12px;
  position: relative;
}

.slides {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  height: 320px;
}

.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateX(20px) scale(0.98);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.slide.active {
  opacity: 1;
  transform: translateX(0) scale(1);
  z-index: 1;
}

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

.slider-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pill {
  border: none;
  border-radius: 999px;
  padding: 8px 14px;
  background: #fff1e6;
  cursor: pointer;
  font-weight: 600;
}

.slider-controls.arrows-only {
  justify-content: space-between;
  gap: 10px;
  position: absolute;
  inset: 0;
  transform: none;
  align-items: center;
  padding: 0 10px;
  pointer-events: none;
  z-index: 2;
}

.pill.arrow {
  width: 40px;
  height: 40px;
  padding: 0;
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  pointer-events: auto;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(6px);
  box-shadow: 0 8px 16px rgba(15, 23, 42, 0.12);
}

.slider-controls.dots-only {
  justify-content: center;
  gap: 10px;
  padding: 10px 0 4px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 1px solid rgba(31, 41, 55, 0.35);
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.dot.active {
  transform: scale(1.2);
  background: #ff7a00;
  border-color: #ff7a00;
}

.slider-title {
  font-weight: 600;
}

.section { margin: 30px 0; }

.section.no-top-space {
  margin-top: 0;
}

.section-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 16px;
}

.section-header h2 {
  font-family: "Gotham", "Gotham Book", "Gotham Medium", "Segoe UI", Arial, sans-serif;
  margin: 0;
}

.section-header p { margin: 0; color: var(--muted); }

.breadcrumb {
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--muted);
  font-weight: 600;
  margin: 10px 0 12px;
}

.breadcrumb a {
  color: #b45309;
  text-decoration: none;
  font-weight: 700;
}

.tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.coupon-tabs {
  margin-bottom: 14px;
}

.tab {
  border: 1px solid #ffd9b3;
  background: #fff7ed;
  color: #b45309;
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 700;
  cursor: pointer;
}

.tab.active {
  background: #ff7a00;
  color: #ffffff;
  border-color: #ff7a00;
  box-shadow: 0 10px 20px rgba(255, 122, 0, 0.25);
}

.alphabet-tabs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 14px;
}

.alpha-link {
  text-decoration: none;
  color: #b45309;
  font-weight: 700;
  padding: 4px 6px;
  border-radius: 8px;
}

.alpha-link.active {
  background: #ff7a00;
  color: #ffffff;
}

.alpha-sep {
  color: #cbd5e1;
  font-weight: 700;
}

.stores-search-form {
  margin-top: 12px;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.stores-search-field {
  position: relative;
  flex: 1;
  min-width: 260px;
}

.stores-search-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: #94a3b8;
  pointer-events: none;
}

.stores-search-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}

.stores-search-field input {
  width: 100%;
  height: 44px;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  background: #ffffff;
  padding: 0 16px 0 42px;
  color: #0f172a;
  box-shadow: 0 8px 16px rgba(15, 23, 42, 0.06);
}

.stores-search-field input:focus {
  outline: none;
  border-color: #fdba74;
  box-shadow: 0 0 0 3px rgba(251, 146, 60, 0.2);
}

.stores-search-btn {
  height: 44px;
}

.stores-search-clear {
  height: 44px;
  min-width: 90px;
}

.seller-description {
  background: #ffffff;
  border-radius: 16px;
  padding: 18px;
  box-shadow: var(--shadow);
}

.seller-description h3 {
  margin: 0 0 8px;
}

.seller-description p {
  margin: 0 0 12px;
  color: var(--muted);
}

.seller-description p:last-child {
  margin-bottom: 0;
}

.seller-description .contact-subsection-title {
  margin-top: 18px;
}

.seller-description-body {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.seller-description-body table {
  width: 100%;
  min-width: 720px;
  margin: 14px 0;
  border-collapse: collapse;
  border: 1px solid rgba(148, 163, 184, 0.45);
  background: #ffffff;
}

.seller-description-body th,
.seller-description-body td {
  padding: 12px 16px;
  text-align: left;
  vertical-align: top;
  border: 1px solid rgba(148, 163, 184, 0.28);
}

.seller-description-body th {
  background: #f8fafc;
  color: #111827;
  font-weight: 700;
}

.products-grid .card {
  text-align: left;
}

.product-img {
  width: 100%;
  height: 160px;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
}

.coupon-view .coupon-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 20px;
  align-items: start;
}

.coupon-view {
  border: 1px solid rgba(31, 41, 55, 0.12);
  border-radius: var(--radius);
  padding: 16px;
  background: transparent;
}

.product-view {
  border: 1px solid rgba(31, 41, 55, 0.12);
  border-radius: var(--radius);
  padding: 16px;
  background: transparent;
}

.product-view .product-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
  align-items: start;
}

.coupon-view .product-layout.coupon-layout-single {
  grid-template-columns: minmax(0, 760px);
  justify-content: center;
}

.coupon-view .product-layout.coupon-layout-single .product-info {
  width: 100%;
}

.product-gallery {
  display: grid;
  gap: 12px;
}

.product-main {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(31, 41, 55, 0.08);
  box-shadow: var(--shadow);
}

.product-main img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}

.product-view:not(.coupon-view) .product-main img {
  height: 400px;
}

@media (min-width: 901px) {
  .product-view:not(.coupon-view) .product-layout {
    align-items: stretch;
    height: 400px;
    max-height: 400px;
  }

  .product-view:not(.coupon-view) .product-gallery,
  .product-view:not(.coupon-view) .product-info,
  .product-view:not(.coupon-view) .product-info > .product-panel,
  .product-view:not(.coupon-view) .product-main,
  .product-view:not(.coupon-view) .product-main img {
    height: 100%;
    max-height: 400px;
  }
}

.thumbs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.thumb {
  border: 1px solid rgba(31, 41, 55, 0.18);
  background: #ffffff;
  border-radius: 12px;
  width: 72px;
  height: 72px;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.thumb.active,
.thumb:hover {
  border-color: #ff7a00;
  transform: translateY(-1px);
}

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

.product-info {
  display: grid;
  gap: 16px;
}


.product-panel {
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 10px;
}

.coupon-view .product-panel h2 {
  margin: 2px 0 2px;
}

.coupon-view .product-panel .rating {
  margin-top: -4px;
}

.coupon-inline-details h3 {
  margin-bottom: 2px;
}

.coupon-inline-details p {
  margin-top: 0;
}

.product-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

.coupon-seller-logo {
  width: 86px;
  height: 56px;
  border-radius: 14px;
  object-fit: contain;
  background: #ffffff;
  border: 1px solid rgba(31, 41, 55, 0.12);
  padding: 6px 10px;
}

.coupon-seller-fallback {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  background: #f1f5f9;
  border: 1px solid rgba(31, 41, 55, 0.14);
  color: #475569;
  font-weight: 700;
}

.coupon-category-label {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #9ca3af;
}

.coupon-view .product-panel .coupon-category-label + h2 {
  margin-top: 0;
}

.rating {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-weight: 600;
}

.stars {
  color: #f59e0b;
  letter-spacing: 1px;
}

.price-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.muted {
  color: var(--muted);
}

.product-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.coupon-view .product-actions .grab-deal-btn {
  min-width: 176px;
}

.coupon-view .product-panel .product-actions {
  margin-top: 20px;
}

.qty {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

.qty select {
  border-radius: 10px;
  border: 1px solid rgba(31, 41, 55, 0.16);
  padding: 8px 10px;
}

.feature-list {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  display: grid;
  gap: 6px;
}

.product-details {
  background: #ffffff;
  border-radius: 16px;
  padding: 18px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 12px;
}

.deal-details-text {
  white-space: pre-line;
}

.deal-details-content {
  display: grid;
  gap: 10px;
}

.deal-details-content p {
  margin: 0;
}

.deal-details-content ul,
.deal-details-content ol {
  margin: 0;
  padding-left: 18px;
}

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

.spec-card {
  border: 1px solid rgba(31, 41, 55, 0.1);
  border-radius: 14px;
  padding: 12px;
  background: #fffaf6;
  display: grid;
  gap: 6px;
}

.spec-label {
  font-size: 0.85rem;
  color: var(--muted);
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

.review {
  background: #ffffff;
  border-radius: 16px;
  padding: 14px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 10px;
}

.review-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
}

.about-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  align-items: center;
}

.about-hero h2 {
  font-family: "Gotham", "Gotham Book", "Gotham Medium", "Segoe UI", Arial, sans-serif;
  margin: 0 0 8px;
}

.about-copy {
  display: grid;
  gap: 14px;
}

.about-image-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.about-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: var(--shadow);
  display: block;
}

.about-image.tall {
  grid-row: span 2;
  height: 100%;
  min-height: 460px;
}

.policy-meta {
  font-weight: 600;
  color: var(--muted);
  margin-bottom: 12px;
}

.policy-grid {
  display: grid;
  gap: 14px;
}

.policy-block {
  background: #ffffff;
  border-radius: 16px;
  padding: 18px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 10px;
}

.policy-block h3 {
  margin: 8px 0 0;
}

.terms-hero {
  min-height: 30vh;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.7), rgba(255, 122, 0, 0.45)),
              url("https://picsum.photos/seed/terms-hero/1400/900") center/cover no-repeat;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  border-radius: 0;
  padding: 32px 0;
  color: #ffffff;
  display: flex;
  align-items: flex-end;
}

.privacy-hero {
  background: linear-gradient(135deg, rgba(17, 24, 39, 0.7), rgba(37, 99, 235, 0.45)),
              url("https://picsum.photos/seed/privacy-hero/1400/900") center/cover no-repeat;
}

.terms-hero-content h2 {
  font-family: "Gotham", "Gotham Book", "Gotham Medium", "Segoe UI", Arial, sans-serif;
  margin: 0 0 6px;
}

.terms-hero-content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}

.terms-hero-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 600;
}

.policy-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 18px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 8px;
}

.policy-card h3 {
  margin: 0;
}

.policy-list {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  display: grid;
  gap: 6px;
}

.coupon-slider {
  background: #ffffff;
  padding: 12px 12px 6px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  position: relative;
}

.coupon-slider .slider-controls.dots-only {
  padding: 0;
  margin-top: 6px;
}

.coupon-info {
  display: grid;
  gap: 16px;
}

.coupon-box {
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 10px;
  align-items: center;
}

.coupon-box h3 {
  margin: 0;
}

.coupon-box p {
  margin: 0;
  color: var(--muted);
}

.coupon-details {
  background: #ffffff;
  border-radius: 16px;
  padding: 18px;
  box-shadow: var(--shadow);
}

.coupon-details h3 {
  margin: 0 0 8px;
}

.coupon-details p {
  margin: 0 0 12px;
  color: var(--muted);
}

.code-block {
  background: #0f172a;
  color: #ffffff;
  padding: 12px 14px;
  border-radius: 12px;
  font-weight: 700;
  letter-spacing: 1px;
}

.pagination {
  margin-top: 18px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

.pager-nav {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

.page-btn {
  border: 1px solid #ffd9b3;
  background: #fff7ed;
  color: #b45309;
  padding: 8px 12px;
  border-radius: 12px;
  font-weight: 700;
  cursor: pointer;
  min-width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.page-btn.active {
  background: #ff7a00;
  color: #ffffff;
  border-color: #ff7a00;
  box-shadow: 0 10px 20px rgba(255, 122, 0, 0.25);
}

.page-btn.disabled {
  opacity: 0.45;
  cursor: default;
  pointer-events: none;
}

.page-ellipsis {
  color: var(--muted);
  font-weight: 700;
}
.chips { display: flex; flex-wrap: wrap; gap: 10px; }

.chip {
  padding: 10px 16px;
  background: white;
  border-radius: 999px;
  box-shadow: var(--shadow);
  font-weight: 600;
}

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

.provider-label {
  font-weight: 600;
  color: var(--muted);
}

.provider-pill {
  padding: 8px 12px;
  background: #fff1e6;
  border-radius: 999px;
  font-weight: 600;
  color: #b45309;
  text-decoration: none;
}

.top-categories {
  margin-top: 20px;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 14px;
}

.category-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 13px;
  text-align: center;
  font-weight: 600;
  box-shadow: var(--shadow);
  min-width: 0;
  display: grid;
  gap: 10px;
  justify-items: center;
  text-decoration: none;
  color: inherit;
}

.category-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: #fff1e6;
}

.category-icon svg {
  width: 28px;
  height: 28px;
  display: block;
  margin: auto;
}

.category-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 12px;
}

.brands .brand-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
}

.brand-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
  display: grid;
  gap: 10px;
  justify-items: center;
  text-align: center;
  box-shadow: var(--shadow);
  border: 1px solid #e2e8f0;
  text-decoration: none;
  color: inherit;
}

.brand-logo-card {
  width: 100px;
  height: 32px;
  border-radius: 6px;
  display: grid;
  place-items: center;
  font-weight: 700;
  background: transparent;
  color: #b45309;
  border: none;
  padding: 0;
}

.brand-logo-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  border-radius: 8px;
}

.brand-name {
  margin: 0;
}

.brand-count {
  margin: 0;
  font-size: 0.9rem;
  color: var(--muted);
  opacity: 1;
  transform: translateY(0);
}

.brand-counts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.brand-count-link {
  text-decoration: none;
  color: var(--muted);
  font-weight: 600;
}

.brand-count-link + .brand-count-link {
  border-left: 1px solid #e2e8f0;
  padding-left: 10px;
}

.store-list-card .brand-logo-card {
  width: 120px;
  height: 40px;
}

.store-list-card .brand-name a {
  color: inherit;
  text-decoration: none;
}

.category-list-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.category-list-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
  display: grid;
  gap: 10px;
  text-align: center;
  box-shadow: var(--shadow);
  border: 1px solid #e2e8f0;
}

.category-list-name {
  margin: 0;
}

.category-list-name a {
  color: inherit;
  text-decoration: none;
}

.card-block .section-header {
  margin-bottom: 18px;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}


.promo-card {
  border-radius: 18px;
  box-shadow: var(--shadow);
  overflow: hidden;
  display: grid;
  border: 1px solid rgba(37, 99, 235, 0.08);
}

.promo-card-link {
  color: inherit;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.promo-card-link:hover {
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(15, 23, 42, 0.16);
}

.promo-card-link:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.45);
  outline-offset: 2px;
}

.promo-card.cool-a { background: linear-gradient(135deg, #e0f2fe, #dbeafe); }
.promo-card.cool-b { background: linear-gradient(135deg, #cffafe, #e0f7ff); }
.promo-card.cool-c { background: linear-gradient(135deg, #dcfce7, #ccfbf1); }
.promo-card.cool-d { background: linear-gradient(135deg, #e0e7ff, #dbeafe); }
.promo-card.cool-e { background: linear-gradient(135deg, #e0f2fe, #e0e7ff); }
.promo-card.cool-f { background: linear-gradient(135deg, #dbeafe, #e0f2fe); }
.promo-card.cool-g { background: linear-gradient(135deg, #e0f2fe, #d1fae5); }
.promo-card.cool-h { background: linear-gradient(135deg, #e0e7ff, #ede9fe); }
.promo-card.cool-i { background: linear-gradient(135deg, #ccfbf1, #e0f2fe); }
.promo-card.cool-j { background: linear-gradient(135deg, #e0e7ff, #dbeafe); }
.promo-card.cool-k { background: linear-gradient(135deg, #dcfce7, #e0f2fe); }
.promo-card.cool-l { background: linear-gradient(135deg, #dbeafe, #cffafe); }

.promo-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  gap: 12px;
}

.promo-logo {
  width: 86px;
  height: 56px;
  object-fit: contain;
  background: #ffffff;
  border-radius: 12px;
  padding: 6px 10px;
  box-shadow: 0 10px 18px rgba(15, 23, 42, 0.12);
}

.promo-mini {
  width: 104px;
  height: 78px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 10px 18px rgba(15, 23, 42, 0.12);
}

.travel-cashback .promo-mini {
  width: auto;
  height: auto;
  max-width: 160px;
  max-height: 120px;
  object-fit: contain;
}

.promo-body {
  padding: 0 16px 16px;
  display: grid;
  gap: 8px;
}

.promo-body h3 {
  margin: 0;
}

.promo-body p {
  margin: 0;
  color: var(--muted);
}

.promo-body .seller {
  font-size: 0.85rem;
  color: #1e3a8a;
  font-weight: 700;
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  margin-bottom: 6px;
}

.promo-card .btn {
  justify-self: start;
}

.popular-stores {
  margin-top: 40px;
}

.store-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.store-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
  display: grid;
  gap: 10px;
  align-items: center;
  justify-items: center;
  text-align: center;
  box-shadow: var(--shadow);
}

.store-logo {
  width: 86px;
  height: 56px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: #ffffff;
  box-shadow: 0 10px 18px rgba(15, 23, 42, 0.12);
  padding: 6px 10px;
}

.store-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.store-info h3 {
  margin: 0 0 4px;
}

.store-info p {
  margin: 0;
  color: #b45309;
  font-weight: 700;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.store-card:hover .store-info p,
.store-card:focus-within .store-info p {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 768px) {
  .store-info p {
    opacity: 1;
    transform: translateY(0);
  }

  .stores-search-form {
    align-items: stretch;
  }

  .stores-search-field {
    min-width: 100%;
  }

  .stores-search-btn,
  .stores-search-clear {
    width: 100%;
  }
}

.store-card.amazon {
  background: linear-gradient(135deg, #fff4e6, #ffe5cc);
}

.store-card.flipkart {
  background: linear-gradient(135deg, #e7f0ff, #dbeafe);
}

.store-card.ajio {
  background: linear-gradient(135deg, #f1f5f9, #e2e8f0);
}

.store-card.myntra {
  background: linear-gradient(135deg, #fff1f2, #ffe4e6);
}

.grid { display: grid; gap: 18px; }

.coupons { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }

.coupons.five-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.card {
  background: white;
  padding: 18px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  display: grid;
  gap: 10px;
  text-align: center;
}

.card-top { display: flex; gap: 8px; justify-content: space-between; }

.badge {
  background: #fff1e6;
  color: #b45309;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
}

.tag {
  background: #dbeafe;
  color: #1e3a8a;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
}

.code {
  background: #0f172a;
  color: #fff;
  padding: 10px 12px;
  border-radius: 10px;
  letter-spacing: 2px;
  text-align: center;
  font-weight: 600;
}

.card-actions {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.deals {
  grid-template-columns: repeat(auto-fit, minmax(260px, 320px));
  justify-content: center;
}

.deal {
  background: white;
  padding: 18px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  display: grid;
  gap: 12px;
}

.card.deal {
  text-align: left;
}

.deal-img {
  width: 100%;
  height: 160px;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
}

.deal-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.deal-cat {
  padding: 8px 12px;
  background: #dbeafe;
  color: #1e3a8a;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
}

.store-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.deal-info h3 { margin: 0 0 6px; }

.deal-info p { margin: 6px 0; color: var(--muted); }

.deal-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.deal-discount {
  padding: 4px 8px;
  font-size: 0.75rem;
  white-space: nowrap;
}

.deal-info .seller {
  margin-top: 6px;
  font-size: 0.85rem;
  color: #1e3a8a;
  font-weight: 600;
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
}

.deal-meta {
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
  align-items: center;
  white-space: nowrap;
}

.label {
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.85rem;
  background: #fff1e6;
  color: #b45309;
}

.label.old-price {
  background: #e5e7eb;
  color: #6b7280;
  text-decoration: line-through;
}

.label.new-price {
  background: #fff1e6;
  color: #b45309;
}

.label.discount {
  background: #dbeafe;
  color: #1e3a8a;
}

.deal-btn {
  justify-self: stretch;
  width: 100%;
  text-align: center;
}

.price {
  font-size: 1.4rem;
  font-weight: 700;
}

.strike { text-decoration: line-through; color: var(--muted); }

.footer {
  padding: 36px 40px 50px;
  color: var(--muted);
  background: #fff1e6;
  border-top: 1px solid rgba(31, 41, 55, 0.08);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, minmax(140px, 1fr));
  gap: 24px;
  margin-bottom: 20px;
}

.footer-col h4 {
  margin: 0 0 10px;
  color: var(--ink);
}

.footer-col p {
  margin: 0;
  max-width: 260px;
}

.footer-col a {
  color: var(--muted);
  text-decoration: none;
  display: block;
  margin: 6px 0;
  font-weight: 600;
}

.footer-col a:hover {
  color: #b45309;
}

.socials {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.social {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #fff1e6, #ffe7d1);
  color: #b45309;
  box-shadow: 0 10px 20px rgba(255, 122, 0, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.social svg {
  width: 20px;
  height: 20px;
  display: block;
  margin: auto;
}

.social:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 16px 26px rgba(255, 122, 0, 0.28);
  background: linear-gradient(135deg, #ffd9b3, #fff1e6);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  color: #6b7280;
}

.footer-hashtag {
  text-align: center;
  padding: 26px 20px 32px;
  background: #fff1e6;
  border-top: 1px solid rgba(31, 41, 55, 0.08);
}

.footer-hashtag .hashtag-text {
  font-size: 30px;
  font-weight: 700;
  color: #0f172a;
}

.footer-hashtag .hashtag-tagline {
  margin-top: 8px;
  font-size: 1rem;
  color: var(--muted);
}

@keyframes rise {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.hero-left, .slider, .section { animation: rise 0.7s ease both; }

@media (max-width: 980px) {
  .site-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .header-center { width: 100%; justify-content: flex-start; flex-wrap: wrap; }
  .header-actions { width: 100%; justify-content: flex-start; flex-wrap: wrap; }
  .nav { flex-wrap: wrap; justify-content: flex-start; }
  .search-wide { max-width: 100%; }
  .hero { grid-template-columns: 1fr; }
  .slider { width: 100%; }
  .store-grid { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
  .coupons.five-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .coupon-view .coupon-layout { grid-template-columns: 1fr; }
  .product-view .product-layout { grid-template-columns: 1fr; }
  .about-hero-grid { grid-template-columns: 1fr; }
  .mega-menu {
    position: static;
    min-width: 0;
    grid-template-columns: 1fr;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    padding: 12px;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.7);
  }
  .search { width: 100%; }
  .search input { flex: 1; min-width: 0; width: 100%; }
}

@media (max-width: 640px) {
  main { padding: 24px; }
  .stats { flex-wrap: wrap; }
  .slider-controls { flex-direction: column; gap: 10px; }
  .section-header { flex-direction: column; align-items: flex-start; gap: 6px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .deal { align-items: stretch; }
  .deal-img { width: 100%; height: 160px; }
  .card-grid { grid-template-columns: 1fr; }
  .store-grid { grid-template-columns: 1fr; }
  .coupons.five-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .promo-head { flex-direction: column; align-items: flex-start; }
  .promo-mini { width: 100%; height: 120px; }
  .promo-logo { width: 120px; height: 70px; }
  .hero-left, .hero-right { width: 100%; }
  .site-header { flex-direction: row; justify-content: space-between; }
  .header-center { display: none; }
  .header-actions { display: none; }
  .brand { margin-right: auto; }
  .menu-toggle { display: flex; margin-left: 12px; }
  .mobile-menu { display: none; }
  .coupon-slider .slides { height: 240px; }
  .product-main img { height: 300px; }
  .product-view:not(.coupon-view) .product-main img { height: 250px; }
  .about-image { height: 180px; }
  .about-image.tall { min-height: 320px; }
  .terms-hero { min-height: 220px; }
}

@media (max-width: 480px) {
  .site-header { padding: 16px; }
  .search input { min-width: 0; width: 100%; }
  .category-grid { grid-template-columns: 1fr; }
  .slider-controls.arrows-only { padding: 0 6px; }
  .pill.arrow { width: 34px; height: 34px; font-size: 1rem; }
  .coupons.five-grid { grid-template-columns: 1fr; }
}
