/* GV Meraki — 2026 Theme (modern luxury e-commerce) */

:root {
  --t26-bg: #faf8f5;
  --t26-surface: #ffffff;
  --t26-green: #1a3d32;
  --t26-green-mid: #2d5a4a;
  --t26-gold: #c4a052;
  --t26-gold-light: #e8d5a8;
  --t26-rose: #e8b4b8;
  --t26-shadow: 0 16px 48px rgba(26, 61, 50, 0.1);
  --t26-radius: 1.25rem;
  --t26-radius-lg: 1.75rem;
}

body {
  background: var(--t26-bg);
  color: var(--t26-green);
}

.fashion-bg {
  background: linear-gradient(160deg, #fffcfa 0%, #f8f0eb 30%, #f0ebe3 55%, #eaf2ee 100%);
}

/* Header 2026 */
.site-header {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 252, 250, 0.88) 100%);
  backdrop-filter: blur(20px) saturate(1.4);
  -webkit-backdrop-filter: blur(20px) saturate(1.4);
  border-bottom: 1px solid rgba(26, 61, 50, 0.06);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset, 0 8px 28px rgba(26, 61, 50, 0.05);
}

.header-top {
  isolation: isolate;
}

.site-header .icon-btn {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(26, 61, 50, 0.07);
  box-shadow: 0 1px 4px rgba(26, 61, 50, 0.05);
  color: var(--t26-green, #1a3d32);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.site-header .header-actions .icon-btn {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow:
    0 1px 2px rgba(26, 61, 50, 0.04),
    0 4px 16px rgba(26, 61, 50, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.site-header .header-actions .icon-btn [class^="ri-"] {
  font-size: 1.42rem;
}

.site-header .header-actions .icon-btn:hover {
  transform: translateY(-2px);
}

/* Header action icons — tinted glass backgrounds */
.site-header .header-actions .icon-btn-search-mobile {
  color: #2d6a4f;
  background: linear-gradient(145deg, rgba(45, 106, 79, 0.16) 0%, rgba(255, 255, 255, 0.82) 100%);
  border-color: rgba(45, 106, 79, 0.14);
}

.site-header .header-actions .icon-btn-search-mobile:hover {
  color: #1b4332;
  background: linear-gradient(145deg, rgba(45, 106, 79, 0.24) 0%, rgba(255, 255, 255, 0.9) 100%);
  border-color: rgba(45, 106, 79, 0.22);
  box-shadow:
    0 2px 4px rgba(45, 106, 79, 0.08),
    0 8px 22px rgba(45, 106, 79, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.site-header .header-actions .icon-btn-instagram {
  background: linear-gradient(145deg, rgba(245, 133, 41, 0.14) 0%, rgba(221, 42, 123, 0.1) 45%, rgba(129, 52, 175, 0.08) 100%);
  border-color: rgba(221, 42, 123, 0.16);
}

.site-header .header-actions .icon-btn-instagram [class^="ri-"] {
  background: linear-gradient(45deg, #f58529 0%, #dd2a7b 50%, #8134af 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.site-header .header-actions .icon-btn-instagram:hover {
  background: linear-gradient(145deg, rgba(245, 133, 41, 0.2) 0%, rgba(221, 42, 123, 0.16) 45%, rgba(129, 52, 175, 0.12) 100%);
  border-color: rgba(221, 42, 123, 0.26);
  box-shadow:
    0 2px 4px rgba(221, 42, 123, 0.08),
    0 8px 22px rgba(221, 42, 123, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.site-header .header-actions .header-wishlist {
  color: #e11d48;
  background: linear-gradient(145deg, rgba(225, 29, 72, 0.15) 0%, rgba(255, 255, 255, 0.82) 100%);
  border-color: rgba(225, 29, 72, 0.14);
}

.site-header .header-actions .header-wishlist:hover {
  color: #be123c;
  background: linear-gradient(145deg, rgba(225, 29, 72, 0.24) 0%, rgba(255, 255, 255, 0.9) 100%);
  border-color: rgba(225, 29, 72, 0.24);
  box-shadow:
    0 2px 4px rgba(225, 29, 72, 0.08),
    0 8px 22px rgba(225, 29, 72, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.site-header .header-actions .icon-btn-bag {
  color: #c4a052;
  background: linear-gradient(145deg, rgba(196, 160, 82, 0.18) 0%, rgba(255, 255, 255, 0.82) 100%);
  border-color: rgba(196, 160, 82, 0.18);
}

.site-header .header-actions .icon-btn-bag:hover,
.site-header .header-actions .icon-btn-bag.has-cart-items {
  color: #a8843a;
  background: linear-gradient(145deg, rgba(196, 160, 82, 0.28) 0%, rgba(255, 255, 255, 0.9) 100%);
  border-color: rgba(196, 160, 82, 0.3);
  box-shadow:
    0 2px 4px rgba(196, 160, 82, 0.1),
    0 8px 22px rgba(196, 160, 82, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.site-header .menu-toggle {
  width: 38px;
  height: 38px;
  padding: 9px;
  border-radius: 11px;
  border: 1px solid rgba(26, 61, 50, 0.07);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 4px rgba(26, 61, 50, 0.05);
}

.site-header .header-search-wrap {
  flex: 0 1 440px;
  max-width: 440px;
  margin-left: auto;
  margin-right: 0;
}

.site-header .header-search {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.3rem 0.35rem 0.3rem 0.25rem;
  border-radius: 999px;
  background: linear-gradient(145deg, rgba(45, 106, 79, 0.09) 0%, rgba(255, 255, 255, 0.9) 100%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(45, 106, 79, 0.13);
  box-shadow:
    0 1px 2px rgba(26, 61, 50, 0.04),
    0 4px 18px rgba(26, 61, 50, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.site-header .header-search:focus-within {
  border-color: rgba(45, 106, 79, 0.24);
  box-shadow:
    0 2px 4px rgba(45, 106, 79, 0.07),
    0 8px 26px rgba(45, 106, 79, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.site-header .header-search input {
  flex: 1;
  min-width: 0;
  padding: 0.52rem 0.75rem 0.52rem 1rem;
  font-size: 0.875rem;
  background: transparent;
  border: 0;
  color: var(--t26-green, #1a3d32);
}

.site-header .header-search input:focus,
.site-header .header-search input:focus-visible {
  outline: none;
  border: 0;
  box-shadow: none;
}

.site-header .header-search input::placeholder {
  color: rgba(26, 61, 50, 0.42);
  letter-spacing: 0.01em;
}

.site-header .header-search button {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  min-width: 38px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, #d4b76a 0%, #c4a052 45%, #b8924a 100%);
  color: #fff;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(196, 160, 82, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.site-header .header-search button:hover {
  transform: scale(1.06);
  background: linear-gradient(135deg, #e0c47a 0%, #c9a962 45%, #a8843a 100%);
  box-shadow: 0 4px 16px rgba(196, 160, 82, 0.42);
}

.site-header .header-search [class^="ri-"] {
  font-size: 1.12rem;
  line-height: 1;
}

.site-header .search-suggest {
  top: calc(100% + 8px);
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(26, 61, 50, 0.08);
  border-radius: 16px;
  box-shadow: 0 14px 44px rgba(26, 61, 50, 0.13);
  overflow: hidden;
}

.site-header .search-suggest a {
  border-bottom-color: rgba(26, 61, 50, 0.06);
  transition: background 0.15s ease;
}

.site-header .search-suggest a:hover {
  background: rgba(45, 106, 79, 0.07);
}

.site-header .search-suggest img {
  border-radius: 10px;
}

.header-nav.main-nav {
  gap: 0.15rem 0.25rem;
  padding: 0.4rem 0 0.55rem;
}

.header-nav.main-nav a {
  padding: 0.38rem 0.8rem;
  border-radius: 999px;
  font-size: 1rem;
  letter-spacing: 0.02em;
  transition: background 0.2s ease, color 0.2s ease;
}

.header-nav.main-nav a:hover {
  background: rgba(196, 160, 82, 0.11);
  color: var(--t26-gold, #c4a052);
}

.header-nav.main-nav a:hover::after {
  display: none;
}

.main-nav a {
  font-weight: 500;
  font-size: 0.88rem;
  letter-spacing: 0.02em;
}
.main-nav a:hover { color: var(--t26-gold); }

.promo-strip {
  background: linear-gradient(90deg, var(--t26-green) 0%, var(--t26-green-mid) 50%, var(--t26-green) 100%);
  color: #fff;
  border: none;
  font-size: 0.8rem;
  letter-spacing: 1px;
}
.promo-strip span { color: rgba(255,255,255,0.95); }
.promo-strip svg,
.promo-strip [class^="ri-"] { color: var(--t26-gold-light); }
.promo-strip [class^="ri-"] { font-size: 1rem; line-height: 1; flex-shrink: 0; }

@keyframes heroKenBurns {
  from { transform: scale(1); }
  to { transform: scale(1.08); }
}

/* Hero 2026 — clean split layout */
.hero-2026-shell {
  width: auto;
  max-width: var(--container-max);
  margin: var(--hero-logo-clearance-top) var(--layout-pad-x) 0;
}

.hero-2026.hero-premium {
  width: 100%;
  max-width: none;
  margin: 0;
  height: min(72vh, 660px);
  min-height: 400px;
  border-radius: 22px;
  box-shadow:
    0 24px 60px rgba(26, 61, 50, 0.12),
    0 0 0 1px rgba(26, 61, 50, 0.04);
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(145deg, #faf6f1 0%, #f3ece4 55%, #eef3ef 100%);
}

.hero-2026 .hero-slide {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr);
  grid-template-rows: minmax(0, 1fr);
  align-items: stretch;
}

.hero-2026 .hero-slide::before {
  content: "";
  grid-column: 1;
  grid-row: 1;
  background: linear-gradient(180deg, #fffefb 0%, #faf4ec 100%);
  z-index: 0;
  min-height: 0;
}

.hero-2026 .hero-slide::after {
  display: none;
}

.hero-2026 .hero-content {
  grid-column: 1;
  grid-row: 1;
  position: relative !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  text-align: left;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: auto;
  z-index: 2;
  margin: 0;
  padding: clamp(1.25rem, 2.5vw, 2rem);
  overflow: visible;
  box-sizing: border-box;
}

.hero-2026 .hero-content.container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(1.25rem, 2.5vw, 2rem);
}

.hero-2026 .hero-media {
  grid-column: 2;
  grid-row: 1;
  position: relative !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  width: 100% !important;
  height: 100%;
  min-height: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(0.75rem, 1.5vw, 1.25rem);
  background: linear-gradient(145deg, #faf6f1 0%, #f3ece4 55%, #eef3ef 100%);
  border-left: 1px solid rgba(196, 160, 82, 0.14);
  overflow: hidden;
  box-sizing: border-box;
}

.hero-2026 .hero-shine {
  grid-column: 2;
  grid-row: 1;
  position: absolute;
  inset: 0;
  left: auto;
  right: 0;
  width: auto;
  margin: 0;
  z-index: 3;
  pointer-events: none;
}

.hero-2026 .hero-trending-tag {
  grid-column: 2;
  grid-row: 1;
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  left: auto;
  z-index: 5;
  align-self: start;
  justify-self: end;
}

.hero-2026 .hero-media img,
.hero-2026 .hero-media .img-fit-frame {
  position: relative !important;
  inset: auto !important;
  width: auto !important;
  height: auto !important;
  max-width: min(98%, 560px) !important;
  max-height: min(90%, 580px) !important;
  object-fit: contain !important;
  object-position: center center;
  padding: 0.25rem !important;
  transition: transform 8s ease;
  filter: drop-shadow(0 18px 36px rgba(26, 61, 50, 0.12));
}

.hero-2026 .hero-slide.active .hero-media img {
  animation: heroKenBurnsSoft 12s ease forwards;
}

@keyframes heroKenBurnsSoft {
  from { transform: scale(1); }
  to { transform: scale(1.04); }
}

@keyframes heroPulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(196, 160, 82, 0.18); }
  50% { box-shadow: 0 0 0 7px rgba(196, 160, 82, 0.08); }
}

.hero-2026 .hero-content > * {
  max-width: 100%;
}

.hero-2026 .hero-glass {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  padding: 0.25rem 0 0 1.25rem !important;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0 !important;
  max-width: 100% !important;
  width: 100%;
  position: relative;
  overflow: visible;
}

.hero-2026 .hero-glass::before {
  content: "";
  position: absolute;
  top: 0.15rem;
  left: 0;
  right: auto;
  width: 4px;
  height: calc(100% - 0.3rem);
  border-radius: 999px;
  background: linear-gradient(180deg, #c4a052 0%, #1a3d32 100%);
  opacity: 1;
}

.hero-2026 .hero-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.42rem 0.95rem 0.42rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(196, 160, 82, 0.22);
  color: var(--t26-gold, #b8924a);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  box-shadow: 0 4px 16px rgba(26, 61, 50, 0.06);
}

.hero-2026 .hero-label::before {
  content: "";
  flex-shrink: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c4a052;
  animation: heroPulse 2.4s ease-in-out infinite;
}

.hero-2026 .hero-content h1 {
  font-size: clamp(1.85rem, 3.8vw, 2.85rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
  color: var(--t26-green, #1a3d32);
  margin: 0.85rem 0 0.7rem;
  font-weight: 600;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.hero-2026 .hero-sub {
  color: rgba(26, 61, 50, 0.72);
  line-height: 1.6;
  font-size: clamp(0.9rem, 1.5vw, 1.05rem);
  max-width: 100%;
  margin: 0;
}

.hero-2026 .hero-cta-row {
  gap: 0.6rem;
  margin-top: 1.1rem;
  max-width: 100%;
}

.hero-2026 .hero-perks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.65rem;
  margin-top: 1rem;
  max-width: 100%;
}

/* No overlay gradients on hero-2026 slides */
.hero-2026.hero-premium .hero-slide::after {
  display: none !important;
  background: none !important;
}

.price-currency {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
}

.price-amount {
  font-weight: inherit;
}

.hero-2026 .hero-price {
  margin: 0.75rem 0 0;
  font-size: 1.2rem;
  font-family: var(--font-body, "Poppins", sans-serif);
  font-weight: 400;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.65rem;
}

.hero-2026 .hero-price strong {
  font-family: var(--font-body, "Poppins", sans-serif);
  font-weight: 700;
  font-size: clamp(1.45rem, 2.8vw, 1.85rem);
  color: var(--t26-green, #1a3d32);
  line-height: 1.15;
}

.hero-2026 .hero-price .price-mrp {
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  color: rgba(26, 61, 50, 0.45);
}

.hero-2026 .hero-price .badge,
.hero-2026 .hero-price .badge-sale {
  font-size: clamp(0.78rem, 1.2vw, 0.92rem);
  padding: 0.35rem 0.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.hero-2026 .hero-perks span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.38rem 0.75rem;
  font-size: 0.76rem;
  font-weight: 500;
  color: rgba(26, 61, 50, 0.78);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(26, 61, 50, 0.08);
  border-radius: 999px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.hero-2026 .hero-perks i {
  font-size: 0.95rem;
  color: var(--t26-gold, #c4a052);
}

.hero-2026 .hero-arrow {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.95);
  color: var(--t26-green, #1a3d32);
  font-size: 1.35rem;
  box-shadow: 0 10px 28px rgba(26, 61, 50, 0.14);
}

.hero-2026 .hero-arrow:hover {
  background: #fff;
  color: var(--t26-gold, #c4a052);
  transform: translateY(-50%) scale(1.05);
}

.hero-2026 .hero-dots {
  bottom: 1.35rem;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.85rem;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 24px rgba(26, 61, 50, 0.1);
}

/* Controls sit below banner — never overlap content or image */
.hero-2026-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  margin-top: 0.8rem;
  padding: 0 0.25rem;
}

.hero-2026-controls .hero-arrow {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  transform: none;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  font-size: 1.2rem;
  box-shadow: 0 4px 14px rgba(26, 61, 50, 0.1);
}

.hero-2026-controls .hero-arrow:hover {
  transform: scale(1.06);
}

.hero-2026-controls .hero-dots {
  position: relative;
  bottom: auto;
  left: auto;
  transform: none;
  z-index: 1;
  margin: 0;
}

.hero-2026 .hero-dots button {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  padding: 0;
  background: rgba(26, 61, 50, 0.22);
  cursor: pointer;
}

.hero-2026 .hero-dots button.active {
  width: 30px;
  background: linear-gradient(90deg, var(--t26-gold, #c4a052), #b8924a);
}

.hero-2026 .hero-trending-tag {
  top: 1.5rem;
  right: 1.5rem;
  z-index: 5;
  padding: 0.5rem 1rem;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  box-shadow: 0 8px 24px rgba(229, 57, 53, 0.35);
}

.hero-2026 .btn-hero {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.82rem 1.45rem !important;
  font-size: 0.88rem;
  font-weight: 600;
  border-radius: 999px;
  letter-spacing: 0.02em;
  box-shadow: 0 6px 20px rgba(26, 61, 50, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hero-2026 .btn-hero i {
  font-size: 1.05rem;
  line-height: 1;
}

.hero-2026 .btn-hero:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(26, 61, 50, 0.14);
}

@media (min-width: 992px) {
  .hero-2026 .hero-slide {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  }

  .hero-2026 .hero-media img,
  .hero-2026 .hero-media .img-fit-frame {
    max-width: min(96%, 540px) !important;
    max-height: min(92%, 560px) !important;
  }
}

@media (max-width: 767px) {
  .hero-2026-shell {
    margin-left: var(--layout-pad-x);
    margin-right: var(--layout-pad-x);
    max-width: none;
  }

  .hero-2026.hero-premium,
  .hero-2026.hero-slider {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
    border-radius: 18px;
    height: auto;
    min-height: 0;
    overflow: hidden;
  }

  .hero-2026-controls {
    margin-top: 0.65rem;
    gap: 0.65rem;
  }

  .hero-2026-controls .hero-arrow {
    width: 36px;
    height: 36px;
    font-size: 1.1rem;
  }

  .hero-2026 .hero-slide {
    position: absolute;
    inset: auto;
    top: 0;
    left: 0;
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: stretch;
    height: auto;
    min-height: 0;
  }

  .hero-2026 .hero-slide.active {
    position: relative;
    height: auto;
  }

  .hero-2026 .hero-slide:not(.active) {
    height: 0;
    overflow: hidden;
    pointer-events: none;
  }

  .hero-2026 .hero-slide::before {
    grid-column: 1;
    grid-row: 2;
  }

  .hero-2026 .hero-content {
    grid-column: 1;
    grid-row: 2;
    height: auto;
    min-height: auto;
    overflow: visible;
    padding: clamp(1.35rem, 4.5vw, 1.85rem) 1rem;
    justify-content: flex-start;
    align-items: flex-start;
    align-self: stretch;
    box-sizing: border-box;
  }

  .hero-2026 .hero-content.container {
    padding: clamp(1.35rem, 4.5vw, 1.85rem) 1rem;
  }

  .hero-2026 .hero-media {
    grid-column: 1;
    grid-row: 1;
    height: auto;
    min-height: min(42vh, 320px);
    border-left: none;
    border-bottom: 1px solid rgba(196, 160, 82, 0.12);
    padding: 0.5rem 0.75rem;
    opacity: 1 !important;
  }

  .hero-2026 .hero-shine {
    grid-column: 1;
    grid-row: 1;
    margin-left: 0;
    inset: 0;
    height: 50%;
    bottom: auto;
  }

  .hero-2026 .hero-trending-tag {
    grid-column: 1;
    grid-row: 1;
    top: 0.85rem;
    right: 0.85rem;
  }

  .hero-2026 .hero-media img,
  .hero-2026 .hero-media .img-fit-frame {
    max-width: min(88%, 340px) !important;
    max-height: 92% !important;
    object-position: center center;
  }

  .hero-2026 .hero-glass {
    margin: 0 !important;
    max-width: 100% !important;
    width: 100%;
    height: auto;
    min-height: auto;
    overflow: visible;
    padding: clamp(1.35rem, 4.5vw, 1.85rem) 1rem clamp(1.35rem, 4.5vw, 1.85rem) 1.15rem !important;
    text-align: left;
    align-items: flex-start;
    border-radius: 0;
    box-sizing: border-box;
  }

  .hero-2026 .hero-glass::before {
    display: block;
    top: 0.65rem;
    height: calc(100% - 1.3rem);
  }

  .hero-2026 .hero-content h1 {
    margin-top: 0.65rem;
  }

  .hero-2026 .hero-perks {
    justify-content: flex-start;
    margin-top: 0.85rem;
    margin-bottom: 0.15rem;
  }

  .hero-2026 .hero-sub {
    max-width: none;
  }
}

.hero-2026 .hero-slide-mysore .hero-media img,
.hero-slide-mysore .hero-media img {
  object-fit: contain !important;
  object-position: center center;
}

.hero-trending-tag {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 4;
  background: linear-gradient(135deg, #e53935, #ff6f00);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  animation: tagPulse 2s ease-in-out infinite;
}
@keyframes tagPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(229, 57, 53, 0.4); }
  50% { box-shadow: 0 0 0 8px rgba(229, 57, 53, 0); }
}
.hero-price {
  font-size: 1.2rem;
  font-family: var(--font-body, "Poppins", sans-serif);
  margin: 0.5rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.65rem;
}

.hero-price strong {
  font-family: var(--font-body, "Poppins", sans-serif);
  font-weight: 700;
  font-size: clamp(1.45rem, 2.8vw, 1.85rem);
  color: var(--t26-green, #1a3d32);
}

.hero-price .price-mrp {
  font-size: clamp(1rem, 1.8vw, 1.2rem);
}

.hero-price .badge,
.hero-price .badge-sale {
  font-size: clamp(0.78rem, 1.2vw, 0.92rem);
  padding: 0.35rem 0.7rem;
}

/* Product cards 2026 */
.product-card {
  background: var(--t26-surface);
  border-radius: var(--t26-radius);
  border: 1px solid rgba(26, 61, 50, 0.06);
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(26, 61, 50, 0.05);
}
.product-card:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: var(--t26-shadow);
  border-color: rgba(196, 160, 82, 0.35);
}
.product-card-image {
  aspect-ratio: 3/4;
  background: linear-gradient(180deg, #f8f4f0, #fff);
}
.product-card-body { padding: 1rem 1.1rem 1.15rem; }
.product-card-title-link { color: var(--t26-green); font-weight: 600; }

/* Buttons */
.btn-gold {
  background: linear-gradient(135deg, #d4b76a 0%, #c4a052 40%, #a8863a 100%);
  border: none;
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.82rem;
}
.btn-whatsapp {
  border-radius: 999px;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

/* Spotlight */
.spotlight-card {
  border-radius: var(--t26-radius-lg);
  overflow: hidden;
  box-shadow: var(--t26-shadow);
  border: 1px solid rgba(196, 160, 82, 0.2);
}

/* Sections */
.section-head h2, .page-header h1 {
  color: var(--t26-green);
  letter-spacing: 1px;
}
/* Social proof — individual trust cards */
.social-proof-bar {
  margin: 1.25rem 0 1.5rem;
  padding: 0.35rem 0;
}

.social-proof-bar .container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

.social-proof-bar .container::before {
  display: none;
}

.social-proof-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  width: 100%;
  min-height: 100%;
  padding: 1.35rem 1rem;
  background: linear-gradient(
    160deg,
    rgba(255, 255, 255, 0.96) 0%,
    rgba(255, 252, 248, 0.9) 100%
  );
  border: 1px solid rgba(26, 61, 50, 0.08);
  border-radius: 18px;
  box-shadow:
    0 10px 28px rgba(26, 61, 50, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  text-align: center;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.social-proof-item:hover {
  transform: translateY(-4px);
  border-color: rgba(196, 160, 82, 0.28);
  box-shadow:
    0 16px 40px rgba(26, 61, 50, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

.social-proof-icon {
  display: block;
  flex-shrink: 0;
  position: relative;
  width: 68px;
  height: 68px;
  margin: 0 auto;
  border-radius: 20px;
  box-shadow:
    0 14px 32px rgba(26, 61, 50, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.social-proof-icon::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  pointer-events: none;
}

.social-proof-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  display: block;
  width: 1.85rem;
  height: 1.85rem;
  font-size: 1.85rem;
  line-height: 1.85rem;
  margin: 0;
  text-align: center;
}

.social-proof-icon i::before {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1.85rem;
  text-align: center;
  vertical-align: middle;
}

.social-proof-item:hover .social-proof-icon {
  transform: scale(1.05);
  box-shadow:
    0 18px 40px rgba(26, 61, 50, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.social-proof-item:hover .social-proof-icon i {
  transform: translate(-50%, -50%);
}

.social-proof-item--customers .social-proof-icon,
.social-proof-icon--customers {
  background: linear-gradient(
    145deg,
    rgba(196, 160, 82, 0.28) 0%,
    rgba(255, 245, 235, 0.95) 48%,
    rgba(26, 61, 50, 0.1) 100%
  );
  color: #1a3d32;
  border-color: rgba(196, 160, 82, 0.35);
  box-shadow:
    0 14px 32px rgba(196, 160, 82, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.social-proof-icon--customers i {
  width: 2rem;
  height: 2rem;
  font-size: 2rem;
  line-height: 2rem;
}

.social-proof-icon--customers i::before {
  line-height: 2rem;
}

.social-proof-item--customers:hover .social-proof-icon {
  border-color: rgba(196, 160, 82, 0.45);
  box-shadow:
    0 18px 40px rgba(196, 160, 82, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

.social-proof-item:nth-child(2) .social-proof-icon {
  background: linear-gradient(145deg, rgba(196, 160, 82, 0.32) 0%, rgba(196, 160, 82, 0.12) 100%);
  color: #9a7328;
}

.social-proof-item:nth-child(3) .social-proof-icon {
  background: linear-gradient(145deg, rgba(45, 90, 74, 0.2) 0%, rgba(45, 90, 74, 0.08) 100%);
  color: #2d5a4a;
}

.social-proof-item:nth-child(4) .social-proof-icon {
  background: linear-gradient(145deg, rgba(37, 211, 102, 0.26) 0%, rgba(37, 211, 102, 0.1) 100%);
  color: #18a34e;
}

.social-proof-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  min-width: 0;
  text-align: center;
}

.social-proof-item strong {
  display: block;
  font-family: var(--font-body, "Poppins", sans-serif);
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--t26-green, #1a3d32);
  letter-spacing: -0.01em;
}

.social-proof-item span {
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(26, 61, 50, 0.58);
}

@media (max-width: 991px) {
  .social-proof-bar .container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }

  .social-proof-item {
    padding: 1.2rem 0.85rem;
    align-items: center;
  }
}

@media (max-width: 520px) {
  .social-proof-bar .container {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .social-proof-item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1rem;
  }

  .social-proof-text {
    align-items: center;
    text-align: center;
  }

  .social-proof-icon--customers i {
    width: 1.75rem;
    height: 1.75rem;
    font-size: 1.75rem;
    line-height: 1.75rem;
  }

  .social-proof-icon--customers i::before {
    line-height: 1.75rem;
  }

  .social-proof-icon {
    width: 58px;
    height: 58px;
    margin: 0 auto;
    border-radius: 18px;
  }

  .social-proof-icon i {
    width: 1.6rem;
    height: 1.6rem;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }

  .social-proof-icon i::before {
    line-height: 1.6rem;
  }

  .social-proof-icon::after {
    border-radius: 14px;
  }
}

/* Category cards */
.category-card {
  border-radius: var(--t26-radius);
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(26, 61, 50, 0.08);
  transition: transform 0.3s ease;
}
.category-card:hover { transform: scale(1.03); }

/* Product detail */
.product-detail {
  background: var(--t26-surface);
  border-radius: var(--t26-radius-lg);
  padding: 1.5rem;
  box-shadow: var(--t26-shadow);
  margin-top: 1rem;
}
.trust-strip .trust-item {
  border-radius: 12px;
  background: linear-gradient(135deg, #fff, #faf6f2);
}

/* Help chatbot */
.help-chat {
  position: fixed;
  bottom: 5.5rem;
  right: 1rem;
  z-index: 200;
}
@media (min-width: 901px) {
  .help-chat { bottom: 1.5rem; }
}
.help-chat-fab {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #fff;
  color: var(--t26-green, #1a3d32);
  border: 2px solid #25d366;
  border-radius: 999px;
  padding: 0.75rem 1.25rem;
  font-family: var(--font-body);
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 8px 28px rgba(37, 211, 102, 0.35);
  transition: transform 0.25s, box-shadow 0.25s;
  animation: fabBounce 3s ease-in-out infinite;
}
@keyframes fabBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}
.help-chat-fab:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 36px rgba(37, 211, 102, 0.45);
  animation: none;
}
.help-fab-icon {
  font-size: 1.55rem;
  line-height: 1;
  flex-shrink: 0;
  color: #25d366;
}
.help-chat-panel {
  position: absolute;
  bottom: calc(100% + 12px);
  right: 0;
  width: min(340px, calc(100vw - 2rem));
  background: #fff;
  border-radius: var(--t26-radius);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(26, 61, 50, 0.08);
  overflow: hidden;
  animation: panelSlide 0.3s ease;
}
@keyframes panelSlide {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}
.help-chat-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.1rem;
  background: linear-gradient(135deg, var(--t26-green), var(--t26-green-mid));
  color: #fff;
}
.help-chat-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
  display: grid;
  place-items: center;
  font-size: 1.25rem;
  flex-shrink: 0;
}
.help-chat-header strong { display: block; font-size: 0.95rem; }
.help-chat-header small { opacity: 0.8; font-size: 0.72rem; }
.help-chat-close {
  margin-left: auto;
  background: rgba(255,255,255,0.15);
  border: none;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 1.25rem;
  cursor: pointer;
  line-height: 1;
  display: grid;
  place-items: center;
  padding: 0;
}
.help-chat-close i {
  font-size: 1.15rem;
  line-height: 1;
}
.help-chat-body {
  padding: 1rem;
  max-height: 420px;
  overflow-y: auto;
}
.chat-bubble {
  background: #f5f2ee;
  border-radius: 1rem 1rem 1rem 0.25rem;
  padding: 0.85rem 1rem;
  margin-bottom: 0.85rem;
  font-size: 0.88rem;
  line-height: 1.5;
}
.chat-bubble-small { font-size: 0.8rem; color: #666; }
.chat-sub { margin-top: 0.35rem; font-size: 0.8rem; color: #666; }
.chat-options {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin-bottom: 0.75rem;
}
.chat-option {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  width: 100%;
  padding: 0.7rem 0.85rem;
  background: #fff;
  border: 1px solid rgba(26, 61, 50, 0.1);
  border-radius: 12px;
  text-decoration: none;
  color: var(--t26-green);
  font-size: 0.88rem;
  font-weight: 500;
  font-family: var(--font-body);
  text-align: left;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
  appearance: none;
  -webkit-appearance: none;
}
.chat-option-icon {
  flex-shrink: 0;
  width: 2.1rem;
  height: 2.1rem;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(26, 61, 50, 0.06);
  color: var(--t26-green, #1a3d32);
  font-size: 1.1rem;
  line-height: 1;
}
.chat-option[data-chat-action="wa"] .chat-option-icon {
  color: #25d366;
  background: rgba(37, 211, 102, 0.1);
}
.chat-option-featured .chat-option-icon {
  color: #e8a020;
  background: rgba(232, 184, 74, 0.15);
}
.chat-option-label {
  flex: 1;
  min-width: 0;
  line-height: 1.35;
}
.chat-option-label small { display: block; font-size: 0.72rem; color: #888; font-weight: 400; margin-top: 0.1rem; }
.chat-option:hover {
  background: #faf6f2;
  border-color: var(--t26-gold);
  transform: translateX(4px);
}
.chat-option-featured {
  background: linear-gradient(135deg, #fff9f0, #fff5f8);
  border-color: rgba(196, 160, 82, 0.4);
}
.chat-option-soft { background: #f8f6f3; font-size: 0.85rem; }

.badge-hot-offer { background: linear-gradient(135deg, #ff6f00, #e53935); color: #fff; }

.site-top {
  position: sticky;
  top: 0;
  z-index: 200;
}

.site-top .site-header {
  position: static;
  top: auto;
}

/* Logo — spans announcement + promo + header from top-left */
.logo-brand--header {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.site-top .logo-brand--header.logo-image-link {
  position: absolute;
  top: 5px;
  left: var(--layout-pad-x);
  z-index: 50;
  margin: 0;
  flex: none;
  max-width: min(380px, 42vw);
  pointer-events: auto;
}

.site-top .logo-brand--header.logo-image-link:hover {
  opacity: 1;
  transform: none;
}

.site-top .logo-brand--header .logo-image {
  display: block;
  max-height: clamp(150px, 20vh, 225px);
  width: auto;
  object-position: left top;
  filter: drop-shadow(0 3px 14px rgba(26, 61, 50, 0.14));
}

@media (min-width: 992px) {
  .site-top .logo-brand--header.logo-image-link {
    max-width: 360px;
  }

  .site-top .logo-brand--header .logo-image {
    max-height: 225px;
  }
}

@media (max-width: 991px) {
  .site-top .logo-brand--header.logo-image-link {
    left: var(--layout-pad-x);
    max-width: min(220px, 44vw);
  }

  .site-top .logo-brand--header .logo-image {
    max-height: 155px;
  }
}

@media (max-width: 380px) {
  .site-top .logo-brand--header.logo-image-link {
    max-width: min(185px, 42vw);
  }

  .site-top .logo-brand--header .logo-image {
    max-height: 135px;
  }
}
.logo-brand--footer {
  background: transparent;
  padding: 0;
  border: none;
}
.logo-brand--footer .logo-image {
  max-height: 80px;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.2));
}

/* Fashion + jewellery transparent background */
.fashion-bg {
  background: linear-gradient(165deg, #fffcfa 0%, #faf4ef 25%, #f5f0eb 50%, #f0f5f2 75%, #faf8f5 100%);
}
.fbg-pattern {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.045;
  background-repeat: repeat;
}
.fbg-saree {
  background-image: url("data:image/svg+xml,%3Csvg width='120' height='120' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 10 Q60 40 100 10 Q80 60 100 110 Q60 80 20 110 Q40 60 20 10' fill='none' stroke='%232d4a3e' stroke-width='1'/%3E%3C/svg%3E");
  background-size: 140px 140px;
}
.fbg-jewellery {
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='40,8 48,28 68,28 52,42 58,62 40,50 22,62 28,42 12,28 32,28' fill='none' stroke='%23c9a962' stroke-width='1'/%3E%3Ccircle cx='40' cy='40' r='3' fill='%23c9a962'/%3E%3C/svg%3E");
  background-size: 90px 90px;
  opacity: 0.035;
}
.fbg-float {
  position: absolute;
  font-size: clamp(2rem, 5vw, 3.5rem);
  opacity: 0.06;
  pointer-events: none;
  filter: blur(0.5px);
}
.fbg-float-saree { top: 12%; left: 4%; transform: rotate(-15deg); }
.fbg-float-jewel { top: 45%; right: 6%; transform: rotate(12deg); }
.fbg-float-bangle { bottom: 18%; left: 8%; transform: rotate(-8deg); }

/* Saree + Jewellery duo */
.duo-highlight { padding: var(--section-y, 2.5rem) 0; }
.duo-sub { max-width: 36ch; margin: 0.5rem auto 0; }
.duo-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: stretch;
  margin-top: 1.5rem;
}
@media (min-width: 900px) {
  .duo-grid {
    grid-template-columns: 1fr auto 1fr;
    gap: 1.25rem;
    align-items: center;
  }
}
.duo-card {
  background: rgba(255, 255, 255, 0.85);
  border-radius: var(--t26-radius, 1.25rem);
  border: 1px solid rgba(196, 160, 82, 0.25);
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(26, 61, 50, 0.08);
  display: flex;
  flex-direction: column;
}
.duo-saree { border-top: 3px solid var(--green, #2d4a3e); }
.duo-jewel { border-top: 3px solid var(--champagne, #c9a962); }
.duo-card-visual {
  position: relative;
  aspect-ratio: 4/3;
  background: linear-gradient(180deg, #faf6f2, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.duo-card-visual img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.duo-tag {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  font-size: 0.72rem;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.92);
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(26, 61, 50, 0.1);
}
.duo-card-body { padding: 1rem 1.15rem 1.25rem; }
.duo-card-body h3 { font-size: 1.1rem; line-height: 1.3; margin-bottom: 0.35rem; }
.duo-price { margin-bottom: 0.75rem; }
.duo-actions { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.duo-connector {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
@media (min-width: 900px) {
  .duo-connector { display: flex; }
}
.duo-plus {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--champagne), #a8863a);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  display: grid;
  place-items: center;
  box-shadow: 0 4px 16px rgba(201, 169, 98, 0.4);
}
.duo-line {
  width: 2px;
  height: 40px;
  background: linear-gradient(180deg, transparent, var(--champagne), transparent);
}

.wa-float { display: none !important; }

.stock-qty-line {
  font-weight: 600;
  color: var(--green-soft, #3d5c4e);
  font-size: 0.78rem;
}


/* Footer 2026 */
.site-footer {
  background: linear-gradient(180deg, var(--t26-green) 0%, #142820 100%);
  color: rgba(255,255,255,0.9);
}
.site-footer a { color: var(--t26-gold-light); }
.site-footer h4 { color: #fff; }
.footer-wa-btns {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.footer-wa-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 1rem;
  background: #25d366;
  color: #fff !important;
  border: none;
  border-radius: 999px;
  text-decoration: none;
  font-family: inherit;
  font-size: 0.85rem;
  font-weight: 600;
  width: fit-content;
  cursor: pointer;
}
.footer-wa-btn:hover { filter: brightness(1.08); }

/* Contact cards */
.contact-cards .box {
  border-radius: var(--t26-radius);
  box-shadow: var(--t26-shadow);
}

/* Mobile bottom nav */
.mobile-bottom-nav {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
}

@media (max-width: 767px) {
  .help-fab-text { display: none; }
  .help-chat-fab { padding: 0.85rem; border-radius: 50%; }
}
