/* ============================================================
   Hub99 Wholesale v5 Ã¢â‚¬â€ Bold Quick-Commerce
   Brand: Green #1B6422 + Orange #F47216 (logo-matched)
   Energetic, value-forward, modern marketplace
   ============================================================ */

:root {
  --green: #1b6422;
  --green-dark: #124518;
  --green-mid: #2c8a38;
  --green-light: #eaf3ea;
  --green-tint: #f2f8f2;
  --orange: #f47216;
  --orange-dark: #d4620e;
  --orange-light: #fff1e6;
  --ink: #15241a;
  --text: #2a3a2e;
  --muted: #6b7d6f;
  --line: #e6ede6;
  --bg: #ffffff;
  --cream: #fbf8f1;
  --star: #f5a623;
  --header-h: 150px;
  --radius: 16px;
  --shadow-sm: 0 2px 8px rgba(21, 36, 26, 0.06);
  --shadow-md: 0 6px 22px rgba(21, 36, 26, 0.1);
  --shadow-lg: 0 14px 40px rgba(21, 36, 26, 0.14);
  --maxw: 1320px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    sans-serif;
  font-size: 14px;
  color: var(--text);
  background: var(--bg);
  padding-top: var(--header-h);
  -webkit-font-smoothing: antialiased;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  display: block;
  max-width: 100%;
}
.wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 24px;
}
.section {
  padding: 44px 0;
}
.section--tint {
  background: var(--green-tint);
}
.section--cream {
  background: var(--cream);
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Section heads Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.shead {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 22px;
  gap: 16px;
}
.shead-l {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.shead-eyebrow {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--orange);
}
.shead h2 {
  font-size: 28px;
  font-weight: 800;
  color: var(--ink);
  line-height: 1.1;
  letter-spacing: -0.5px;
}
.shead-link {
  font-size: 14px;
  font-weight: 700;
  color: var(--green);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  transition: gap 0.2s;
}
.shead-link:hover {
  gap: 10px;
  color: var(--green-dark);
}

/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
   HEADER
   Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */
.topbar {
  background: var(--green-dark);
  color: rgba(255, 255, 255, 0.92);
  font-size: 12.5px;
  font-weight: 600;
}
.topbar-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 7px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.topbar b {
  color: #fff;
  font-weight: 800;
}
.topbar .dot {
  opacity: 0.4;
  padding: 0 6px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 2px 18px rgba(21, 36, 26, 0.08);
}
.header-main {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  gap: 22px;
}
.logo {
  height: 72px;
  width: auto;
  object-fit: contain;
  flex-shrink: 0;
}
.search {
  flex: 1;
  max-width: 680px;
  display: flex;
  align-items: center;
  background: var(--green-tint);
  border: 2px solid var(--green-light);
  border-radius: 12px;
  overflow: hidden;
  transition:
    border-color 0.2s,
    background 0.2s;
}
.search:focus-within {
  border-color: var(--green);
  background: #fff;
}
.search svg {
  width: 20px;
  height: 20px;
  color: var(--muted);
  margin-left: 16px;
  flex-shrink: 0;
}
.search input {
  flex: 1;
  border: none;
  background: transparent;
  outline: none;
  padding: 13px 14px;
  font-size: 14.5px;
  color: var(--text);
}
.search button {
  background: var(--orange);
  color: #fff;
  border: none;
  padding: 0 26px;
  align-self: stretch;
  font-weight: 800;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s;
}
.search button:hover {
  background: var(--orange-dark);
}
.header-actions {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
  margin-left: auto;
}
.haction {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 14px;
  border-radius: 12px;
  cursor: pointer;
  transition: background 0.2s;
}
.haction:hover {
  background: var(--green-tint);
}
.haction svg {
  width: 24px;
  height: 24px;
  color: var(--green);
}
.haction-txt {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}
.haction-txt small {
  font-size: 11px;
  color: var(--muted);
}
.haction-txt b {
  font-size: 13.5px;
  color: var(--ink);
  font-weight: 700;
}
.haction .badge {
  background: var(--orange);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  border-radius: 20px;
  padding: 1px 7px;
}

.nav {
  background: var(--green);
}
.nav-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 2px;
  overflow-x: auto;
  scrollbar-width: none;
}
.nav-inner::-webkit-scrollbar {
  display: none;
}
.nav-inner a {
  color: rgba(255, 255, 255, 0.86);
  font-size: 13.5px;
  font-weight: 600;
  padding: 11px 16px;
  white-space: nowrap;
  border-bottom: 3px solid transparent;
  transition: all 0.18s;
}
.nav-inner a:hover,
.nav-inner a.active {
  color: #fff;
  border-bottom-color: var(--orange);
  background: rgba(255, 255, 255, 0.08);
}
.nav-inner a.nav-deals {
  color: #ffd9bf;
  font-weight: 800;
}

/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
   HERO
   Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */
.hero {
  background: linear-gradient(
    120deg,
    var(--green-dark) 0%,
    var(--green) 55%,
    var(--green-mid) 100%
  );
  position: relative;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 520px;
  height: 520px;
  background: radial-gradient(
    circle,
    rgba(244, 114, 22, 0.22) 0%,
    transparent 70%
  );
}
.hero-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 56px 24px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(244, 114, 22, 0.18);
  border: 1px solid rgba(244, 114, 22, 0.5);
  color: #ffd9bf;
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 7px 16px;
  border-radius: 30px;
  margin-bottom: 20px;
}
.hero h1 {
  font-size: 56px;
  line-height: 1.04;
  font-weight: 800;
  color: #fff;
  letter-spacing: -1.5px;
  margin-bottom: 18px;
}
.hero h1 .hl {
  color: #ffb347;
}
.hero p {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  max-width: 460px;
  margin-bottom: 26px;
}
.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 800;
  font-size: 15px;
  padding: 15px 30px;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s;
  border: none;
}
.btn svg {
  width: 18px;
  height: 18px;
}
.btn-primary {
  background: var(--orange);
  color: #fff;
  box-shadow: 0 8px 24px rgba(244, 114, 22, 0.45);
}
.btn-primary:hover {
  background: var(--orange-dark);
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(244, 114, 22, 0.55);
}
.btn-ghost {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(4px);
}
.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: #fff;
}
.hero-stats {
  display: flex;
  gap: 28px;
}
.hero-stat strong {
  display: block;
  font-size: 26px;
  font-weight: 800;
  color: #fff;
}
.hero-stat span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}

/* Hero right Ã¢â‚¬â€ floating product collage */
.hero-collage {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.hcard {
  background: #fff;
  border-radius: 18px;
  padding: 14px;
  box-shadow: var(--shadow-lg);
}
.hcard img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 12px;
  background: var(--green-tint);
}
.hcard-tag {
  display: inline-block;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 800;
  color: var(--green);
}
.hcard-price {
  font-size: 16px;
  font-weight: 800;
  color: var(--ink);
}
.hcard-price s {
  font-size: 12px;
  color: var(--muted);
  font-weight: 500;
  margin-left: 5px;
}
.hcard:nth-child(1) {
  transform: translateY(-14px);
}
.hcard:nth-child(4) {
  transform: translateY(14px);
}
.hcard-float {
  position: absolute;
  left: -28px;
  top: 44%;
  background: #fff;
  border-radius: 14px;
  padding: 12px 16px;
  box-shadow: var(--shadow-lg);
  display: flex;
  align-items: center;
  gap: 10px;
}
.hcard-float .pct {
  background: var(--orange);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hcard-float small {
  display: block;
  font-size: 11px;
  color: var(--muted);
}
.hcard-float b {
  font-size: 14px;
  color: var(--ink);
}

/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
   CATEGORY CIRCLES
   Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */
.catcircles {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 14px;
}
.catc {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  cursor: pointer;
}
.catc-img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--green-tint);
  border: 2px solid var(--green-light);
  overflow: hidden;
  transition: all 0.22s;
  position: relative;
}
.catc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.catc:hover .catc-img {
  border-color: var(--orange);
  box-shadow: 0 8px 22px rgba(244, 114, 22, 0.22);
  transform: translateY(-4px);
}
.catc:hover .catc-img img {
  transform: scale(1.08);
}
.catc-name {
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
  text-align: center;
  line-height: 1.25;
}

/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
   SHOP BY BUDGET Ã¢â‚¬â€ arches
   Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */
.budget-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
.budget-card {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: transform 0.22s;
}
.budget-card:hover {
  transform: translateY(-6px);
}
.budget-img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.22s;
}
.budget-card:hover .budget-img {
  box-shadow: var(--shadow-md);
}
.budget-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 12px;
}
.budget-label .cap {
  font-size: 11px;
  font-weight: 700;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.budget-label .amt {
  font-size: 19px;
  font-weight: 800;
  color: var(--green);
}

/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
   ORANGE DEAL BAND
   Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */
.dealband {
  background: linear-gradient(
    120deg,
    var(--orange-dark) 0%,
    var(--orange) 60%,
    #ff9a4d 100%
  );
  position: relative;
  overflow: hidden;
}
.dealband::before {
  content: "";
  position: absolute;
  left: -80px;
  bottom: -120px;
  width: 380px;
  height: 380px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.16) 0%,
    transparent 70%
  );
}
.dealband-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 30px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
}
.dealband-l {
  display: flex;
  align-items: center;
  gap: 22px;
}
.dealband-big {
  font-size: 52px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  letter-spacing: -1px;
}
.dealband-big small {
  display: block;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.dealband-txt h3 {
  font-size: 26px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.5px;
}
.dealband-txt p {
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 4px;
}
.dealband .btn-white {
  background: #fff;
  color: var(--orange-dark);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}
.dealband .btn-white:hover {
  transform: translateY(-2px);
}
.dealband-divider {
  width: 2px;
  height: 56px;
  background: rgba(255, 255, 255, 0.3);
}

/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
   PRODUCT CARDS + scroller
   Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */
.pgrid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
.pcard {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition:
    box-shadow 0.2s,
    transform 0.2s,
    border-color 0.2s;
  position: relative;
}
.pcard:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
  border-color: transparent;
}
.pcard-imgwrap {
  position: relative;
  aspect-ratio: 1;
  background: var(--green-tint);
  overflow: hidden;
}
.pcard-imgwrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s;
}
.pcard:hover .pcard-imgwrap img {
  transform: scale(1.06);
}
.pcard-disc {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--orange);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  padding: 4px 9px;
  border-radius: 8px;
}
.pcard-wish {
  position: absolute;
  top: 9px;
  right: 9px;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
.pcard-wish svg {
  width: 17px;
  height: 17px;
  color: var(--muted);
}
.pcard-wish:hover {
  background: #fff;
}
.pcard-wish:hover svg {
  color: var(--orange);
}
.pcard-tag {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(27, 100, 34, 0.92);
  color: #fff;
  font-size: 10.5px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.pcard-body {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  flex: 1;
}
.pcard-name {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--text);
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 36px;
}
.pcard-rating {
  display: flex;
  align-items: center;
  gap: 5px;
}
.pcard-stars {
  display: inline-flex;
  gap: 1px;
}
.pcard-stars svg {
  width: 13px;
  height: 13px;
  color: var(--star);
}
.pcard-rcount {
  font-size: 11.5px;
  color: var(--muted);
}
.pcard-price {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin-top: auto;
}
.pcard-price .now {
  font-size: 17px;
  font-weight: 800;
  color: var(--ink);
}
.pcard-price .was {
  font-size: 12.5px;
  color: var(--muted);
  text-decoration: line-through;
}
.pcard-add {
  margin-top: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background: var(--orange-light);
  color: var(--orange-dark);
  border: 1.5px solid rgba(244, 114, 22, 0.35);
  border-radius: 10px;
  padding: 9px;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.18s;
}
.pcard-add svg {
  width: 15px;
  height: 15px;
}
.pcard-add:hover {
  background: var(--orange);
  color: #fff;
  border-color: var(--orange);
}

/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
   BENTO featured grid
   Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */
.bento {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
  gap: 18px;
}
.bento-tile {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: flex-end;
}
.bento-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.bento-tile:hover img {
  transform: scale(1.05);
}
.bento-tile .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(18, 69, 24, 0.92) 0%,
    rgba(18, 69, 24, 0.35) 50%,
    transparent 100%
  );
}
.bento-tile .content {
  position: relative;
  z-index: 1;
  padding: 20px;
  color: #fff;
}
.bento-tile .content .eyebrow {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffd9bf;
  margin-bottom: 5px;
}
.bento-tile .content h3 {
  font-size: 19px;
  font-weight: 800;
  line-height: 1.15;
}
.bento-tile .content .go {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  margin-top: 8px;
}
.bento-feature {
  grid-column: span 2;
  grid-row: span 2;
}
.bento-feature .content h3 {
  font-size: 30px;
}
.bento-feature .content p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 6px;
  max-width: 320px;
}
.bento-tall {
  grid-row: span 2;
}

/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
   TRUST STRIP
   Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */
.trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
}
.trust-ic {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: var(--green-light);
  color: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.trust-ic svg {
  width: 26px;
  height: 26px;
}
.trust-item b {
  display: block;
  font-size: 14.5px;
  color: var(--ink);
  font-weight: 800;
}
.trust-item span {
  font-size: 12.5px;
  color: var(--muted);
}

/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
   REVIEWS
   Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */
.reviews {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.review {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  transition:
    box-shadow 0.2s,
    transform 0.2s;
}
.review:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}
.review-stars {
  display: inline-flex;
  gap: 2px;
  margin-bottom: 12px;
}
.review-stars svg {
  width: 16px;
  height: 16px;
  color: var(--star);
}
.review-text {
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--text);
  margin-bottom: 16px;
}
.review-who {
  display: flex;
  align-items: center;
  gap: 11px;
}
.review-av {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--green-light);
  color: var(--green);
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}
.review-who b {
  display: block;
  font-size: 13.5px;
  color: var(--ink);
}
.review-who span {
  font-size: 11.5px;
  color: var(--muted);
}

/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
   FOOTER
   Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */
.footer {
  background: var(--green-dark);
  color: rgba(255, 255, 255, 0.72);
  margin-top: 8px;
}
.footer-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 52px 24px 28px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
}
.footer-logo {
  height: 52px;
  background: #fff;
  padding: 8px 12px;
  border-radius: 10px;
  margin-bottom: 16px;
}
.footer-brand p {
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 16px;
}
.footer-min {
  display: inline-block;
  background: rgba(244, 114, 22, 0.2);
  border: 1px solid rgba(244, 114, 22, 0.5);
  color: #ffd9bf;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 13px;
  border-radius: 20px;
}
.footer-col h4 {
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 16px;
}
.footer-col a {
  display: block;
  font-size: 13px;
  padding: 5px 0;
  transition: color 0.18s;
}
.footer-col a:hover {
  color: var(--orange);
}
.footer-news p {
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 14px;
}
.footer-news .nl {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}
.footer-news input {
  flex: 1;
  border: none;
  padding: 11px 14px;
  font-size: 13px;
  outline: none;
}
.footer-news button {
  background: var(--orange);
  color: #fff;
  border: none;
  padding: 0 20px;
  font-weight: 800;
  cursor: pointer;
}
.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}
.footer-social a {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.footer-social a:hover {
  background: var(--orange);
}
.footer-social svg {
  width: 18px;
  height: 18px;
  color: #fff;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.footer-bottom-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 18px 24px;
  display: flex;
  justify-content: space-between;
  font-size: 12.5px;
  flex-wrap: wrap;
  gap: 10px;
}

/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
   MOBILE BOTTOM NAV
   Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */
.botnav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 -3px 18px rgba(21, 36, 26, 0.1);
  padding: 7px 0;
  grid-template-columns: repeat(4, 1fr);
}
.botnav a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  font-size: 11px;
  font-weight: 600;
  color: var(--muted);
}
.botnav a.active {
  color: var(--green);
}
.botnav svg {
  width: 22px;
  height: 22px;
}

/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
   RESPONSIVE
   Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */
@media (max-width: 1100px) {
  .hero h1 {
    font-size: 44px;
  }
  .catcircles {
    grid-template-columns: repeat(4, 1fr);
  }
  .pgrid {
    grid-template-columns: repeat(3, 1fr);
  }
  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 860px) {
  :root {
    --header-h: 162px;
  }
  body {
    padding-bottom: 64px;
  }
  .logo {
    height: 58px;
  }
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .hero-collage {
    max-width: 420px;
  }
  .hero h1 {
    font-size: 40px;
  }
  .budget-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .bento {
    grid-template-columns: repeat(2, 1fr);
  }
  .bento-feature {
    grid-column: span 2;
  }
  .trust {
    grid-template-columns: 1fr 1fr;
  }
  .reviews {
    grid-template-columns: 1fr 1fr;
  }
  .haction-txt {
    display: none;
  }
  .botnav {
    display: grid;
  }
  .dealband-l {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .dealband-divider {
    display: none;
  }
}
@media (max-width: 560px) {
  :root {
    --header-h: 200px;
  }
  .header-main {
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px 16px;
  }
  .logo {
    height: 48px;
  }
  .search {
    order: 3;
    max-width: none;
    flex-basis: 100%;
  }
  .search input {
    padding: 11px 12px;
  }
  .catcircles {
    grid-template-columns: repeat(3, 1fr);
  }
  .budget-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .pgrid {
    grid-template-columns: repeat(2, 1fr);
  }
  .catcircles {
    gap: 10px;
  }
  .hero h1 {
    font-size: 32px;
  }
  .dealband-big {
    font-size: 40px;
  }
}

/* ============================================================
   FINAL OVERRIDES Ã¢â‚¬â€ compact header, no top space, unified headings
   Added for: .category-header, .section-heading, .collection-header
   ============================================================ */

/* Remove unwanted top blank space created by reserved fixed-header height */
:root {
  --header-h: 0px !important;
}

html,
body {
  margin-top: 0 !important;
  padding-top: 0 !important;
  overflow-x: hidden !important;
}

body {
  padding-top: 0 !important;
}

/* Keep header in normal document flow so it does not create empty space above */
.header {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  z-index: 1000 !important;
}

/* Compact header spacing */
.topbar-inner {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.header-main {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  gap: 18px !important;
}

.logo {
  height: 56px !important;
}

.search input {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}

.nav-inner a {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}

/* Remove extra section padding */
.section {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.section:first-child,
.section:first-of-type,
.hero:first-child,
.hero:first-of-type,
.category-section:first-child,
.collection-section:first-child {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.hero-inner {
  padding-top: 36px !important;
  padding-bottom: 42px !important;
}

/* Shared heading style Ã¢â‚¬â€ same visual language as .shead h2 */
.category-header,
.section-heading,
.collection-header,
.category-header h1,
.category-header h2,
.category-header h3,
.section-heading h1,
.section-heading h2,
.section-heading h3,
.collection-header h1,
.collection-header h2,
.collection-header h3,
.collection-header .heading-title,
.collection-header .section-heading,
.category-header .heading-title,
.category-header .section-heading {
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    sans-serif !important;
  font-size: 28px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.5px !important;
  color: var(--ink) !important;
  text-align: left !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Header wrappers */
.category-header,
.collection-header {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 16px !important;
  width: 100% !important;
  margin: 0 0 22px !important;
  padding: 0 !important;
}

.section-heading {
  display: block !important;
  margin: 0 0 22px !important;
  padding: 0 !important;
}

/* Eyebrow text inside custom heading wrappers */
.category-header .shead-eyebrow,
.collection-header .shead-eyebrow,
.category-header .eyebrow,
.collection-header .eyebrow,
.category-header small,
.collection-header small {
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  color: var(--orange) !important;
  line-height: 1.2 !important;
}

/* Collection/header links match existing section links */
.collection-header a,
.category-header a {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: var(--green) !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  white-space: nowrap !important;
  text-decoration: none !important;
}

.collection-header a:hover,
.category-header a:hover {
  color: var(--green-dark) !important;
}

/* Mobile compact header + headings */
@media (max-width: 860px) {
  :root {
    --header-h: 0px !important;
  }

  body {
    padding-top: 0 !important;
    padding-bottom: 64px !important;
  }

  .header-main {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    gap: 12px !important;
  }

  .logo {
    height: 48px !important;
  }

  .section {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .hero-inner {
    padding-top: 28px !important;
    padding-bottom: 34px !important;
  }

  .category-header,
  .section-heading,
  .collection-header,
  .category-header h1,
  .category-header h2,
  .category-header h3,
  .section-heading h1,
  .section-heading h2,
  .section-heading h3,
  .collection-header h1,
  .collection-header h2,
  .collection-header h3,
  .collection-header .heading-title,
  .collection-header .section-heading,
  .category-header .heading-title,
  .category-header .section-heading {
    font-size: 24px !important;
    line-height: 1.14 !important;
    letter-spacing: -0.35px !important;
  }
}

@media (max-width: 560px) {
  :root {
    --header-h: 0px !important;
  }

  body {
    padding-top: 0 !important;
  }

  .header-main {
    gap: 9px !important;
    padding: 7px 16px !important;
  }

  .logo {
    height: 42px !important;
  }

  .search input {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
  }

  .nav-inner a {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .section {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }

  .hero-inner {
    padding-top: 22px !important;
    padding-bottom: 28px !important;
  }

  .category-header,
  .collection-header {
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 8px !important;
    margin-bottom: 16px !important;
  }

  .category-header,
  .section-heading,
  .collection-header,
  .category-header h1,
  .category-header h2,
  .category-header h3,
  .section-heading h1,
  .section-heading h2,
  .section-heading h3,
  .collection-header h1,
  .collection-header h2,
  .collection-header h3,
  .collection-header .heading-title,
  .collection-header .section-heading,
  .category-header .heading-title,
  .category-header .section-heading {
    font-size: 22px !important;
    line-height: 1.16 !important;
    letter-spacing: -0.25px !important;
  }
}
.section .section-7 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media (max-width: 1023px) {
  .mobile-header-icons {
    margin-left: auto;
  }
}
.heading-title {
  font-size: clamp(1.6rem, 2.5vw, 2rem) !important;
  font-weight: 700 !important;
  color: var(--text) !important;
  line-height: 1.15 !important;
  margin: 0 !important;
}

.heading-title::after {
  content: "" !important;
  display: block !important;
  width: 32px !important;
  height: 3px !important;
  background: #b09878 !important;
  margin-top: 0.5rem !important;
  border-radius: 2px !important;
}

/* Mobile same as .section-title */
@media (max-width: 768px) {
  .heading-title {
    font-size: 1.3rem !important;
  }
}

/* ============================================================
   MOBILE HERO / BANNER HEIGHT FIX
   Keeps desktop unchanged, makes mobile banner compact & elegant
   ============================================================ */

@media (max-width: 768px) {
  .hero {
    min-height: auto !important;
  }

  .hero::after {
    width: 260px !important;
    height: 260px !important;
    right: -90px !important;
    top: -80px !important;
    opacity: 0.65 !important;
  }

  .hero-inner {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    padding: 22px 16px 24px !important;
    text-align: center !important;
  }

  .hero-badge {
    font-size: 10.5px !important;
    padding: 5px 12px !important;
    margin-bottom: 10px !important;
  }

  .hero h1 {
    font-size: 28px !important;
    line-height: 1.08 !important;
    letter-spacing: -0.7px !important;
    margin-bottom: 10px !important;
  }

  .hero p {
    font-size: 14px !important;
    line-height: 1.45 !important;
    max-width: 340px !important;
    margin: 0 auto 14px !important;
  }

  .hero-actions {
    justify-content: center !important;
    gap: 8px !important;
    margin-bottom: 12px !important;
  }

  .hero-actions .btn,
  .hero .btn {
    padding: 10px 18px !important;
    font-size: 13px !important;
    border-radius: 10px !important;
  }

  .hero-stats {
    justify-content: center !important;
    gap: 16px !important;
    margin-top: 4px !important;
  }

  .hero-stat strong {
    font-size: 18px !important;
  }

  .hero-stat span {
    font-size: 11px !important;
  }

  .hero-collage {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    max-width: 300px !important;
    margin: 0 auto !important;
  }

  .hero-collage .hcard:nth-child(n + 3),
  .hcard-float {
    display: none !important;
  }

  .hcard {
    padding: 8px !important;
    border-radius: 14px !important;
    box-shadow: 0 8px 24px rgba(21, 36, 26, 0.14) !important;
    transform: none !important;
  }

  .hcard img {
    border-radius: 10px !important;
  }

  .hcard-tag {
    margin-top: 6px !important;
    font-size: 10.5px !important;
  }

  .hcard-price {
    font-size: 13px !important;
  }
}

@media (max-width: 560px) {
  .hero-inner {
    padding-top: 16px !important;
    padding-bottom: 18px !important;
    gap: 12px !important;
  }

  .hero h1 {
    font-size: 25px !important;
  }

  .hero p {
    font-size: 13.5px !important;
    line-height: 1.4 !important;
    max-width: 310px !important;
  }

  .hero-stats {
    display: none !important;
  }

  .hero-collage {
    max-width: 260px !important;
  }
}

@media (max-width: 380px) {
  .hero-inner {
    padding-top: 14px !important;
    padding-bottom: 16px !important;
  }

  .hero h1 {
    font-size: 23px !important;
  }

  .hero-collage {
    max-width: 230px !important;
  }
}
form .MuiGrid-container .MuiGrid-item {
  padding-top: 24px !important;
  padding-left: 24px !important;
}
@media (max-width: 768px) {
  form .MuiGrid-container .MuiGrid-item {
    padding-left: 0px !important;
    padding-right: 24px !important;
  }
}
.app-bar-main {
  width: 100%;
  background-color: white;
}
.text-\[var\(--header-accent\)\] {
  color: #000;
}
.badge {
  background-color: black;
  color: white;
}
.mui-vubbuv {
  fill: #000;
}
@media (max-width: 768px) {
  @media (max-width: 768px) {
    #contact-us-heading,
    #contact-us-legal,
    #contact-us-getintouch,
    #contact-us-address,
    #contact-us-email,
    #contact-us-phone,
    #contact-us-whatsapp,
    .contact-form-card {
      width: 100%;
      box-sizing: border-box;
    }

    .MuiGrid-container {
      margin: 0 !important;
      width: 100% !important;
    }

    .page-container .MuiGrid-container .MuiGrid-grid {
      padding-right: 0 !important;
    }

    .contact-us-input-field,
    .MuiTextField-root {
      width: 100% !important;
      box-sizing: border-box;
      margin-bottom: 8px !important;
    }
    .MuiFormControl-fullWidth:has(#message-label) {
      margin-top: 0px !important;
    }
  }
}
