/* High Performance Font Fallbacks & Metric Overrides to eliminate Layout Shifts (CLS) */
@font-face {
  font-family: 'Inter Fallback';
  src: local('-apple-system'), local('BlinkMacSystemFont'), local('Segoe UI'), local('Roboto'), local('Helvetica Neue'), local('Arial');
  ascent-override: 90%;
  descent-override: 22.5%;
  line-gap-override: 0%;
  size-adjust: 107.5%;
}

:root {
  --brand-green: #03a87f;
  --brand-green-dark: #027a5c;
  --brand-coral: #e86d4b;
  --brand-coral-hover: #d45a3a;
  --brand-gray: #7d7d7d;
  --primary-cyan: #03a87f;
  --primary-cyan-hover: #028e6b;
  --secondary-pink: #e86d4b;
  --secondary-pink-hover: #d45a3a;
  --dark-heading: #0f172a;
  --dark-surface: #1e293b;
  --light-bg: #f8fafc;
  --border-color: #e2e8f0;
  --text-muted: #7d7d7d;
  --font-main: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "SF Pro", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-mono: ui-monospace, "SF Mono", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);
  --shadow-md: 0 4px 12px rgba(0,0,0,0.08);
  --shadow-lg: 0 10px 25px -5px rgba(0,0,0,0.1);
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: var(--font-main);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "cv02", "cv03", "cv04", "cv11", "tnum";
}

body {
  font-family: var(--font-main);
  background-color: var(--light-bg);
  color: var(--dark-heading);
  line-height: 1.5;
  letter-spacing: -0.012em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-main);
  letter-spacing: -0.028em;
  font-weight: 700;
}

h1 {
  letter-spacing: -0.038em;
  font-weight: 800;
}

h2 {
  letter-spacing: -0.032em;
  font-weight: 800;
}

.font-mono, code, pre, .mono-code, [class*="font-mono"] {
  font-family: var(--font-mono) !important;
  font-feature-settings: "tnum" 1;
  font-variant-numeric: tabular-nums;
}

a {
  color: inherit;
  text-decoration: none;
}

/* Smartworld Kenya Boxed Layout Container */
.site-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
}

/* Announcement Bar */
.announcement-bar {
  background: linear-gradient(90deg, #0f172a 0%, #1e293b 100%);
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 500;
  padding: 8px 0;
  text-align: center;
  border-bottom: 2px solid var(--primary-cyan);
}

.announcement-bar strong {
  color: var(--primary-cyan);
}

/* Boxed Floating White Sticky Navbar - Glassmorphism & Scroll Transition */
.navbar-sticky {
  position: sticky;
  top: 16px;
  z-index: 1000;
  background: transparent;
  padding: 0 16px;
  margin: 16px 0 24px 0;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.navbar-boxed-card {
  max-width: 1280px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border-radius: 24px;
  border: 1px solid rgba(226, 232, 240, 0.85);
  box-shadow: 0 16px 40px -12px rgba(15, 23, 42, 0.08);
  padding: 0 32px;
  position: relative;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.navbar-boxed-card.is-scrolled {
  background-color: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(20px) saturate(200%);
  -webkit-backdrop-filter: blur(20px) saturate(200%);
  box-shadow: 0 22px 50px -10px rgba(15, 23, 42, 0.16), 0 0 0 1px rgba(3, 168, 127, 0.2);
  border-color: rgba(3, 168, 127, 0.3);
  transform: translateY(-2px) scale(0.988);
}

.navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
  gap: 20px;
  flex-wrap: nowrap;
  white-space: nowrap;
  transition: height 0.35s ease;
}

.navbar-boxed-card.is-scrolled .navbar-inner {
  height: 60px;
}

.brand-logo-link {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

.brand-logo-link img { max-height: 24px; height: 22px; width: auto; object-fit: contain; }

.brand-logo-link:hover {
  transform: scale(1.02);
}

.brand-logo img { max-height: 24px; height: 22px; width: auto; object-fit: contain; }

/* Nav Menu Desktop - Single Row Enforced */
.nav-menu-desktop {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.nav-item {
  position: static;
  flex-shrink: 0;
  white-space: nowrap;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  font-size: 0.88rem;
  font-weight: 700;
  color: #1e293b;
  border-radius: 30px;
  letter-spacing: -0.2px;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  text-decoration: none;
  white-space: nowrap;
}

.nav-link:hover,
.nav-link.active {
  color: var(--primary-cyan);
  background: linear-gradient(135deg, rgba(3, 168, 127, 0.1) 0%, rgba(2, 132, 199, 0.04) 100%);
  transform: translateY(-1px);
}

.nav-badge-cyan {
  color: #028e6b;
  background: rgba(3, 168, 127, 0.1);
  border: 1px solid rgba(3, 168, 127, 0.25);
}

.nav-badge-cyan:hover {
  background: linear-gradient(135deg, #03a87f 0%, #028e6b 100%);
  color: #ffffff !important;
  box-shadow: 0 6px 16px -3px rgba(3, 168, 127, 0.4);
}

.nav-badge-pink {
  color: #e86d4b;
  background: rgba(255, 122, 89, 0.08);
  border: 1px solid rgba(255, 122, 89, 0.25);
}

.nav-badge-pink:hover {
  background: linear-gradient(135deg, #e86d4b 0%, #fa5252 100%);
  color: #ffffff !important;
  box-shadow: 0 6px 16px -3px rgba(255, 122, 89, 0.4);
}

/* Standard Nested Nav Dropdown Menu */
.nav-dropdown-trigger {
  position: relative;
}

.nav-dropdown-trigger:hover .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 250px;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid var(--border-color);
  box-shadow: 0 20px 45px -10px rgba(15, 23, 42, 0.15);
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.nav-dropdown-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  font-size: 0.84rem;
  font-weight: 700;
  color: #334155;
  border-radius: 14px;
  transition: all 0.2s ease;
  text-decoration: none;
}

.nav-dropdown-link:hover {
  background: #f8fafc;
  color: var(--primary-cyan);
  transform: translateX(3px);
}

/* Centered Mega Dropdown Menu Animation */
.mega-menu-trigger:hover .mega-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.mega-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(12px);
  width: calc(100% - 32px);
  max-width: 1220px;
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  box-shadow: 0 30px 60px -15px rgba(15, 23, 42, 0.18);
  padding: 32px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 1000;
  pointer-events: auto;
  white-space: normal;
}

.mega-dropdown-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr) 260px;
  gap: 32px;
  align-items: stretch;
  white-space: normal;
}

.mega-col-title {
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f1f5f9;
  white-space: normal;
}

.mega-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  white-space: normal;
}

.mega-links a {
  font-size: 0.86rem;
  font-weight: 600;
  color: #475569;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  white-space: normal;
}

.mega-links a:hover {
  color: var(--primary-cyan);
  transform: translateX(4px);
}

.mega-promo-card {
  background: radial-gradient(circle at top right, rgba(3, 168, 127, 0.22) 0%, rgba(255, 122, 89, 0.14) 50%, transparent 80%), #0f172a;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 12px 30px -8px rgba(15, 23, 42, 0.4);
  position: relative;
  overflow: hidden;
  white-space: normal;
}

.mega-promo-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  white-space: normal;
}

.mega-promo-badge {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(90deg, #e86d4b 0%, #fa5252 100%);
  color: #ffffff;
  font-size: 0.68rem;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 14px;
  box-shadow: 0 4px 10px rgba(255, 122, 89, 0.3);
  white-space: nowrap;
}

.mega-promo-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.3;
  margin-bottom: 8px;
  white-space: normal;
  word-wrap: break-word;
}

.mega-promo-subtext {
  font-size: 0.78rem;
  color: #cbd5e1;
  font-weight: 500;
  line-height: 1.55;
  margin-bottom: 18px;
  white-space: normal;
  word-wrap: break-word;
}

.mega-promo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: linear-gradient(135deg, #03a87f 0%, #028e6b 100%);
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 800;
  padding: 10px 16px;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 6px 16px -3px rgba(3, 168, 127, 0.4);
  transition: all 0.25s ease;
}

.mega-promo-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px -4px rgba(3, 168, 127, 0.5);
  color: #ffffff !important;
}

/* Icon Action Bar */
.header-icon-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.nav-icon-button {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  color: #0f172a;
  font-size: 1.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  text-decoration: none;
}

.nav-icon-button:hover,
.nav-icon-button.active {
  background: linear-gradient(135deg, #03a87f 0%, #028e6b 100%);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 10px 22px -4px rgba(3, 168, 127, 0.45);
  transform: translateY(-2.5px) scale(1.04);
}

.badge-count {
  position: absolute;
  top: -6px;
  right: -6px;
  background: linear-gradient(135deg, #e86d4b 0%, #fa5252 100%);
  color: #ffffff;
  font-size: 0.68rem;
  font-weight: 900;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(255, 122, 89, 0.4);
}

.user-dropdown-menu {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 8px;
  width: 200px;
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: 16px;
  box-shadow: 0 15px 35px -5px rgba(15, 23, 42, 0.12);
  padding: 8px;
  display: none;
  z-index: 120;
}

.user-menu-relative:hover .user-dropdown-menu {
  display: block;
}

.dropdown-item {
  display: flex;
  align-items: center;
  padding: 10px 12px;
  font-size: 0.82rem;
  color: #334155;
  border-radius: 10px;
  transition: background 0.2s ease;
  text-decoration: none;
}

.dropdown-item:hover {
  background-color: #f1f5f9;
}

/* Sleek Popup Search Modal Overlay */
.search-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.65);
  backdrop-filter: blur(10px);
  z-index: 9999;
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding-top: 80px;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.search-modal-overlay.active {
  display: flex;
  opacity: 1;
}

.search-modal-box {
  background: #ffffff;
  width: 100%;
  max-width: 680px;
  border-radius: 24px;
  box-shadow: 0 25px 60px -15px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transform: translateY(-20px);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.search-modal-overlay.active .search-modal-box {
  transform: translateY(0);
}

.search-modal-header {
  display: flex;
  align-items: center;
  padding: 20px 24px;
  border-bottom: 1px solid var(--border-color);
  background-color: #ffffff;
}

.search-modal-header input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--dark-heading);
  background: transparent;
}

.search-modal-close {
  background: #f1f5f9;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #64748b;
  transition: all 0.2s ease;
}

.search-modal-close:hover {
  background: #e2e8f0;
  color: #0f172a;
}

.search-modal-results {
  max-height: 480px;
  overflow-y: auto;
  padding: 12px;
}

.category-nav-item.highlight-nav a {
  color: var(--primary-cyan);
}

.category-nav-item.highlight-pink a {
  color: var(--secondary-pink);
}

/* Premium Balanced Hero Slider - Matched Boxed Width */
.hero-slider-section {
  max-width: 1280px;
  margin: 16px auto 36px auto;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid var(--border-color);
  box-shadow: 0 20px 40px -15px rgba(15, 23, 42, 0.08);
}

.hero-slide {
  display: none;
  width: 100%;
  --slide-accent: #03a87f;
  --slide-accent-dark: #028e6b;
  --slide-accent-soft: rgba(3, 168, 127, 0.14);
  --slide-on-accent: #ffffff;
}

.hero-slide.active {
  display: block;
  animation: fadeInSlide 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

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

.hero-slide-container {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 40px;
  padding: 48px 56px;
  min-height: 460px;
}

/* Left Column: Text Formatting */
.hero-text-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 580px;
}

.hero-badge-pill {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(90deg, #e86d4b 0%, #fa5252 100%);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 6px 14px;
  border-radius: 30px;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 4px 12px rgba(255, 122, 89, 0.25);
}

.hero-main-heading {
  font-size: clamp(1.75rem, 3.2vw, 2.5rem);
  font-weight: 900;
  line-height: 1.15;
  color: var(--dark-heading);
  letter-spacing: -0.8px;
  margin-bottom: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.hero-main-subtext {
  font-size: 1.02rem;
  color: #475569;
  font-weight: 500;
  line-height: 1.55;
  margin-bottom: 22px;
}

.hero-price-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--slide-accent-soft);
  border: 1px solid color-mix(in srgb, var(--slide-accent) 35%, transparent);
  padding: 8px 18px;
  border-radius: 14px;
  margin-bottom: 26px;
}

.hero-price-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #64748b;
  color: color-mix(in srgb, var(--slide-accent) 72%, #64748b);
  letter-spacing: 0.04em;
}

.hero-price-amount {
  font-size: 1.125rem;
  font-weight: 800;
  color: var(--slide-accent);
  letter-spacing: -0.02em;
}

/* Elegant & Beautiful Slider Buttons */
.hero-cta-group {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-cta-group .btn-primary {
  background: linear-gradient(135deg, var(--slide-accent) 0%, var(--slide-accent-dark) 100%);
  color: var(--slide-on-accent);
  border-radius: 50px;
  padding: 13.5px 32px;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.3px;
  box-shadow: 0 10px 25px -5px color-mix(in srgb, var(--slide-accent) 42%, transparent);
  border: 1px solid rgba(255, 255, 255, 0.25);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-cta-group .btn-primary:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 16px 32px -6px color-mix(in srgb, var(--slide-accent) 52%, transparent);
  filter: brightness(1.06);
}

.hero-cta-group .btn-outline {
  background: color-mix(in srgb, var(--slide-accent) 8%, transparent);
  color: var(--slide-accent);
  border: 1.5px solid color-mix(in srgb, var(--slide-accent) 45%, transparent);
  border-radius: 50px;
  padding: 13px 26px;
  font-size: 0.88rem;
  font-weight: 700;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-cta-group .btn-outline:hover {
  background: var(--slide-accent);
  color: var(--slide-on-accent);
  border-color: var(--slide-accent);
  transform: translateY(-2px);
  box-shadow: 0 10px 20px -5px color-mix(in srgb, var(--slide-accent) 35%, transparent);
}

/* Staggered Slide Entrance Animations */
.hero-slide.active .hero-badge-pill {
  animation: slideUpFade 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.1s both;
}

.hero-slide.active .hero-main-heading {
  animation: slideUpFade 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both;
}

.hero-slide.active .hero-main-subtext {
  animation: slideUpFade 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.3s both;
}

.hero-slide.active .hero-price-pill {
  animation: slideUpFade 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.4s both;
}

.hero-slide.active .hero-cta-group {
  animation: slideUpFade 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.5s both;
}

.hero-slide.active .hero-visual-col {
  animation: zoomFade 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both;
}

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

@keyframes zoomFade {
  from { opacity: 0; transform: scale(0.9); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes ambientGlowPulse {
  0%, 100% { transform: scale(1); opacity: 0.8; }
  50% { transform: scale(1.1); opacity: 1; }
}

/* Right Column: Square Visual Image Stage (1:1) */
.hero-visual-col {
  position: relative;
  width: 100%;
  max-width: 380px;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-glow-backdrop {
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, color-mix(in srgb, var(--slide-accent) 28%, transparent) 0%, color-mix(in srgb, var(--slide-accent) 8%, transparent) 50%, transparent 75%);
  border-radius: 50%;
  z-index: 1;
  animation: ambientGlowPulse 6s ease-in-out infinite;
}

.hero-image-box {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 24px;
  overflow: hidden;
  background: color-mix(in srgb, var(--slide-accent) 8%, #f8fafc);
  box-shadow: 0 18px 36px -12px rgba(15, 23, 42, 0.22);
}

.floating-hero-img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  border-radius: 24px;
  animation: floatHero 6s ease-in-out infinite;
}

@keyframes floatHero {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.03); }
}

.hero-feature-chip {
  position: absolute;
  z-index: 3;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  border: 1px solid var(--border-color);
  padding: 8px 14px;
  border-radius: 30px;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--dark-heading);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  gap: 8px;
}

.chip-left {
  top: 15%;
  left: -10px;
}

.chip-right {
  bottom: 15%;
  right: -10px;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 22px;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: var(--radius-md);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
}

.btn-primary {
  background-color: var(--primary-cyan);
  color: #ffffff;
}

.btn-primary:hover {
  background-color: var(--primary-cyan-hover);
  box-shadow: 0 4px 12px rgba(3, 168, 127, 0.35);
  transform: translateY(-1px);
}

.btn-secondary {
  background-color: var(--secondary-pink);
  color: #ffffff;
}

.btn-secondary:hover {
  background-color: var(--secondary-pink-hover);
  box-shadow: 0 4px 12px rgba(255, 122, 89, 0.35);
  transform: translateY(-1px);
}

.btn-dark {
  background-color: var(--dark-heading);
  color: #ffffff;
}

.btn-dark:hover {
  background-color: #1e293b;
}

.btn-outline {
  background: transparent;
  border: 1.5px solid var(--primary-cyan);
  color: var(--primary-cyan);
}

.btn-outline:hover {
  background-color: var(--primary-cyan);
  color: #ffffff;
}

.btn-whatsapp {
  background-color: #25d366;
  color: #ffffff;
  font-weight: 700;
}

.btn-whatsapp:hover {
  background-color: #1eb857;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.35);
}

/* Dots Nav Bar */
.slider-nav-container {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(6px);
  padding: 6px 14px;
  border-radius: 20px;
  border: 1px solid var(--border-color);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.slider-dot {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #cbd5e1;
  border: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  padding: 0;
}

.slider-dot::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  pointer-events: auto;
}

.slider-dot.active {
  background-color: var(--slide-accent, var(--primary-cyan));
  width: 26px;
  border-radius: 6px;
}

/* Elegant Circular Category Cards */
.quick-categories-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  margin: 32px 0;
}

@media (max-width: 1024px) {
  .quick-categories-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
}

@media (max-width: 640px) {
  .quick-categories-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
}

.quick-cat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.quick-cat-item:hover {
  transform: translateY(-6px);
}

.quick-cat-circle {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(226, 232, 240, 0.9);
  box-shadow: 0 10px 25px -5px rgba(15, 23, 42, 0.08);
  position: relative;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.quick-cat-item:hover .quick-cat-circle {
  box-shadow: 0 16px 35px -6px rgba(3, 168, 127, 0.35);
  border-color: transparent;
}

.quick-cat-icon {
  font-size: 2.2rem;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quick-cat-item:hover .quick-cat-icon {
  transform: scale(1.12);
}

.quick-cat-label {
  margin-top: 12px;
  font-size: 0.88rem;
  font-weight: 800;
  color: #0f172a;
  text-align: center;
  letter-spacing: -0.2px;
  transition: color 0.2s ease;
}

.quick-cat-item:hover .quick-cat-label {
  color: var(--primary-cyan);
}

.quick-cat-card h3 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--dark-heading);
}

/* Product Cards & Grid */
.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.section-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--dark-heading);
  position: relative;
}

.section-title::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background-color: var(--primary-cyan);
  margin-top: 4px;
  border-radius: 2px;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
  margin-bottom: 48px;
}

/* Smooth Product Cards Entrance Animation */
@keyframes cardReveal {
  from {
    opacity: 0;
    transform: translateY(22px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.product-card {
  background-color: #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 24px;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 0 10px 30px -10px rgba(15, 23, 42, 0.05);
  animation: cardReveal 0.65s cubic-bezier(0.16, 1, 0.3, 1) both;
}

/* Staggered Grid Delays for Smooth Loading */
.products-grid .product-card:nth-child(1) { animation-delay: 0.04s; }
.products-grid .product-card:nth-child(2) { animation-delay: 0.08s; }
.products-grid .product-card:nth-child(3) { animation-delay: 0.12s; }
.products-grid .product-card:nth-child(4) { animation-delay: 0.16s; }
.products-grid .product-card:nth-child(5) { animation-delay: 0.20s; }
.products-grid .product-card:nth-child(6) { animation-delay: 0.24s; }
.products-grid .product-card:nth-child(7) { animation-delay: 0.28s; }
.products-grid .product-card:nth-child(8) { animation-delay: 0.32s; }

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px -12px rgba(15, 23, 42, 0.14), 0 0 0 1px rgba(3, 168, 127, 0.3);
  border-color: rgba(3, 168, 127, 0.4);
}

.product-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 10;
  background: linear-gradient(135deg, #e86d4b 0%, #fa5252 100%);
  color: #ffffff;
  font-size: 0.68rem;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(255, 122, 89, 0.35);
}

.product-badge.brand-new {
  background: linear-gradient(135deg, #03a87f 0%, #028e6b 100%);
  box-shadow: 0 4px 12px rgba(3, 168, 127, 0.35);
}

/* Square 1:1 Product Image Stage with Rounded Corners */
.product-image-wrap {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at center, #ffffff 0%, #f8fafc 100%);
  padding: 24px;
  position: relative;
  border-radius: 24px 24px 0 0;
  border-bottom: 1px solid #f1f5f9;
}

.product-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 16px;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.5s ease-out;
  filter: drop-shadow(0 8px 16px rgba(15, 23, 42, 0.06));
  animation: imageFadeIn 0.6s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes imageFadeIn {
  from {
    opacity: 0;
    transform: scale(0.93);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.product-card:hover .product-image-wrap img {
  transform: scale(1.08);
}

.product-info {
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
}

.product-title {
  font-size: 0.96rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 8px;
  line-height: 1.35;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  max-width: 100%;
}

.product-title a {
  color: #0f172a;
  text-decoration: none;
  transition: color 0.2s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
}

.product-title a:hover {
  color: var(--primary-cyan);
}

.product-price-block {
  margin-top: auto;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  margin-bottom: 16px;
  text-align: center;
}

.current-price {
  font-size: 1.18rem;
  font-weight: 900;
  color: #0f172a;
}

.original-price {
  font-size: 0.85rem;
  color: #94a3b8;
  text-decoration: line-through;
  font-weight: 600;
}

.btn-sm-buy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  font-size: 0.84rem;
  font-weight: 800;
  border-radius: 30px;
  width: auto;
  min-width: 110px;
  background: linear-gradient(135deg, #03a87f 0%, #028e6b 100%);
  color: #ffffff;
  border: none;
  cursor: pointer;
  box-shadow: 0 6px 18px -3px rgba(3, 168, 127, 0.4);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  margin: 0 auto;
  text-decoration: none;
}

.btn-sm-buy:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 10px 22px -4px rgba(3, 168, 127, 0.55);
  color: #ffffff !important;
}

/* Unified Homepage Section Spacing Standard */
.home-section {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* Banner Block: Trade In & Lipa Polepole */
.banner-cta-block {
  background: radial-gradient(circle at top right, rgba(255, 122, 89, 0.22) 0%, rgba(3, 168, 127, 0.15) 50%, transparent 80%), #0f172a;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 44px 40px;
  color: #ffffff;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 45px -12px rgba(15, 23, 42, 0.14);
}

.banner-cta-block::after {
  content: '';
  position: absolute;
  right: -50px;
  bottom: -50px;
  width: 250px;
  height: 250px;
  background: rgba(3, 168, 127, 0.1);
  border-radius: 50%;
}

.banner-cta-content h2 {
  font-size: 1.85rem;
  font-weight: 900;
  margin-bottom: 8px;
  letter-spacing: -0.3px;
}

.banner-cta-content p {
  color: #cbd5e1;
  font-size: 0.96rem;
  max-width: 620px;
  line-height: 1.55;
}

/* Showcase Grid Section (3 Cards in a row, 6 total - 1st & 6th Black, 2nd-5th White) */
.showcase-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .showcase-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .showcase-cards-grid {
    grid-template-columns: 1fr;
  }
}

.showcase-card {
  position: relative;
  height: 440px;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease;
}

/* Theme 1: Solid Black Stage (1st & 6th Cards - No Gradient) */
.showcase-card.card-theme-dark {
  background-color: #000000;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 20px 45px -12px rgba(0, 0, 0, 0.5);
}

.showcase-card.card-theme-dark .showcase-card-stage {
  background: #000000;
}

.showcase-card.card-theme-dark .showcase-card-title {
  color: #ffffff;
}

.showcase-card.card-theme-dark .showcase-card-subtitle {
  color: #cbd5e1;
}

.showcase-card.card-theme-dark .showcase-card-badge {
  background: rgba(3, 168, 127, 0.18);
  color: #03a87f;
  border: 1px solid rgba(3, 168, 127, 0.35);
}

.showcase-card.card-theme-dark .showcase-card-btn {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

/* Theme 2: White Stage (2nd, 3rd, 4th, 5th Cards) */
.showcase-card.card-theme-white {
  background-color: #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.95);
  box-shadow: 0 16px 40px -12px rgba(15, 23, 42, 0.08);
}

.showcase-card.card-theme-white .showcase-card-stage {
  background: radial-gradient(circle at 50% 30%, #ffffff 0%, #f8fafc 100%);
}

.showcase-card.card-theme-white .showcase-card-title {
  color: #0f172a;
}

.showcase-card.card-theme-white .showcase-card-subtitle {
  color: #64748b;
}

.showcase-card.card-theme-white .showcase-card-badge {
  background: #f0f9ff;
  color: #028e6b;
  border: 1px solid rgba(2, 132, 199, 0.25);
}

.showcase-card.card-theme-white .showcase-card-btn {
  background: #0f172a;
  color: #ffffff;
  border: 1px solid #0f172a;
}

.showcase-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px -15px rgba(15, 23, 42, 0.2), 0 0 0 1px rgba(3, 168, 127, 0.4);
}

.showcase-card-stage {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.showcase-card-content {
  position: relative;
  z-index: 10;
  padding: 32px 28px 0 28px;
  max-width: 88%;
}

.showcase-card-badge {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 10px;
}

.showcase-card-title {
  font-size: 1.55rem;
  font-weight: 900;
  margin-bottom: 6px;
  line-height: 1.25;
  letter-spacing: -0.3px;
}

.showcase-card-subtitle {
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.45;
  margin-bottom: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.showcase-card-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 8px 18px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.showcase-card:hover .showcase-card-btn {
  background: linear-gradient(135deg, #03a87f 0%, #028e6b 100%);
  border-color: transparent;
  color: #ffffff;
  box-shadow: 0 6px 18px rgba(3, 168, 127, 0.4);
}

.showcase-card-visual {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 88%;
  height: 74%;
  z-index: 5;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  pointer-events: none;
}

.showcase-card-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom center;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  filter: drop-shadow(0 16px 24px rgba(15, 23, 42, 0.25));
}

.showcase-card:hover .showcase-card-visual img {
  transform: scale(1.06) translateY(-4px);
}

/* Trust Grid */
.trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 24px;
  padding: 28px 32px;
  box-shadow: 0 10px 30px -10px rgba(15, 23, 42, 0.05);
}

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

.trust-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #f0f9ff;
  color: var(--primary-cyan);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  flex-shrink: 0;
}

.trust-text h4 {
  font-size: 0.9rem;
  font-weight: 700;
}

.trust-text p {
  font-size: 0.78rem;
  color: var(--text-muted);
}

/* White Boxed Card Site Footer */
.site-footer {
  background: transparent;
  padding: 0 16px;
  margin-top: 56px;
  margin-bottom: 24px;
}

.footer-boxed-card {
  max-width: 1280px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 24px;
  border: 1px solid rgba(226, 232, 240, 0.9);
  box-shadow: 0 20px 50px -12px rgba(15, 23, 42, 0.1);
  padding: 48px 40px 24px 40px;
  position: relative;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 1fr);
  gap: 36px;
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}

@media (max-width: 640px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

.footer-desc {
  font-size: 0.88rem;
  color: #64748b;
  line-height: 1.6;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-icon-btn {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  color: #0f172a;
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.social-icon-btn:hover {
  background: linear-gradient(135deg, #03a87f 0%, #028a67 100%);
  color: #ffffff;
  border-color: transparent;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px -3px rgba(3, 168, 127, 0.4);
}

.social-icon-btn.whatsapp-btn:hover {
  background: linear-gradient(135deg, #25d366 0%, #16a34a 100%);
  box-shadow: 0 6px 16px -3px rgba(37, 211, 102, 0.4);
}

.footer-heading {
  color: #0f172a;
  font-size: 1.02rem;
  font-weight: 800;
  margin-bottom: 20px;
  letter-spacing: -0.2px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links li a {
  font-size: 0.88rem;
  font-weight: 600;
  color: #475569;
  text-decoration: none;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
}

.footer-links li a:hover {
  color: var(--primary-cyan);
  transform: translateX(3px);
}

.footer-contact-info {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.contact-item {
  font-size: 0.86rem;
  color: #475569;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.45;
}

.contact-item i {
  font-size: 1rem;
  margin-top: 2px;
  flex-shrink: 0;
}

.footer-bottom {
  border-top: 1px solid #f1f5f9;
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 0.85rem;
}

.footer-copy {
  color: #64748b;
}

.footer-copy strong {
  color: #0f172a;
}

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

.payment-label {
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #94a3b8;
}

.mpesa-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ecfdf5;
  color: #047857;
  border: 1px solid rgba(16, 185, 129, 0.3);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 800;
}

.pulse-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #10b981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.3);
  animation: mpesaPulse 2s infinite;
}

@keyframes mpesaPulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.3); opacity: 0.7; }
}

.payment-icons {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.5rem;
}

/* Slide-out Cart Drawer */
.cart-drawer-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(15, 23, 42, 0.6);
  z-index: 1000;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.cart-drawer-overlay.open {
  display: block;
  opacity: 1;
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: -420px;
  width: 100%;
  max-width: 420px;
  height: 100%;
  background-color: #ffffff;
  z-index: 1001;
  box-shadow: -5px 0 25px rgba(0,0,0,0.15);
  display: flex;
  flex-direction: column;
  transition: right 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.cart-drawer.open {
  right: 0;
}

.cart-drawer-header {
  padding: 20px;
  border-bottom: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-drawer-header h3 {
  font-size: 1.1rem;
  font-weight: 800;
}

.cart-drawer-close {
  background: none;
  border: none;
  font-size: 1.4rem;
  cursor: pointer;
  color: var(--text-muted);
}

.cart-drawer-body {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
}

.cart-item {
  display: flex;
  gap: 12px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.cart-item img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 8px;
  background: #f8fafc;
}

.cart-item-info {
  flex: 1;
}

.cart-item-title {
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.cart-item-meta {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-bottom: 6px;
}

.cart-item-price {
  font-weight: 800;
  color: var(--dark-heading);
  font-size: 0.95rem;
}

.cart-drawer-footer {
  padding: 20px;
  border-top: 1px solid var(--border-color);
  background-color: #f8fafc;
}

.cart-total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 16px;
}

/* Product Detail Page (PDP) Executive Styles & Motion Effects */
@keyframes pdpEntrance {
  0% {
    opacity: 0;
    transform: translateY(24px) scale(0.98);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes pdpImgSwap {
  0% {
    opacity: 0.3;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.pdp-main-card {
  animation: pdpEntrance 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.9);
  box-shadow: 0 25px 60px -15px rgba(15, 23, 42, 0.08);
}

.pdp-visual-stage {
  position: relative;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  overflow: hidden;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pdp-visual-stage img {
  max-width: 88%;
  max-height: 88%;
  object-fit: contain;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), filter 0.3s ease;
  will-change: transform;
}

.pdp-visual-stage:hover img {
  transform: scale(1.03);
}

.pdp-visual-stage img.swapping {
  animation: pdpImgSwap 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.pdp-thumb-item {
  border-radius: 16px;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
}

.pdp-thumb-item img {
  max-width: 85%;
  max-height: 85%;
  object-fit: contain;
  transition: transform 0.2s ease;
}

.pdp-thumb-item:hover {
  transform: translateY(-2px);
  border-color: #03a87f !important;
  box-shadow: 0 4px 14px rgba(3, 168, 127, 0.25);
}

.pdp-thumb-item:hover img {
  transform: scale(1.05);
}

.pdp-thumb-item.active-thumb {
  border-color: #03a87f !important;
  box-shadow: 0 0 0 2px #03a87f, 0 4px 14px rgba(3, 168, 127, 0.25);
}

.pdp-price-box {
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 20px;
  padding: 20px;
  transition: all 0.3s ease;
}

/* Elegant Apple Full Description Typography */
.pdp-description-content {
  font-size: 0.9375rem; /* 15px */
  line-height: 1.75;
  color: #334155;
  letter-spacing: -0.011em;
  font-weight: 450;
}

.pdp-description-content h2 {
  font-size: 1.35rem;
  font-weight: 800;
  color: #0f172a;
  margin-top: 1.75rem;
  margin-bottom: 0.75rem;
  letter-spacing: -0.03em;
  border-bottom: 1px solid #f1f5f9;
  padding-bottom: 0.5rem;
}

.pdp-description-content h3 {
  font-size: 1.15rem;
  font-weight: 750;
  color: #0f172a;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  letter-spacing: -0.022em;
}

.pdp-description-content h4 {
  font-size: 1.0rem;
  font-weight: 700;
  color: #1e293b;
  margin-top: 1.25rem;
  margin-bottom: 0.4rem;
  letter-spacing: -0.015em;
}

.pdp-description-content p {
  margin-bottom: 1.1rem;
  line-height: 1.75;
  color: #475569;
}

.pdp-description-content strong,
.pdp-description-content b {
  color: #0f172a;
  font-weight: 700;
}

.pdp-description-content ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 8px 16px;
}

.pdp-description-content ul li {
  position: relative;
  padding: 8px 12px 8px 28px;
  background: #f8fafc;
  border: 1px solid #f1f5f9;
  border-radius: 12px;
  font-size: 0.85rem;
  font-weight: 500;
  color: #334155;
  line-height: 1.5;
}

.pdp-description-content ul li::before {
  content: "✓";
  position: absolute;
  left: 10px;
  top: 8px;
  color: #03a87f;
  font-weight: 900;
  font-size: 0.8rem;
}

.pdp-description-content hr {
  border: none;
  border-top: 1px solid #e2e8f0;
  margin: 2rem 0;
}

.variant-option-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #f1f5f9;
}

.variant-option-label {
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #64748b;
  min-width: 100px;
  flex-shrink: 0;
}

.variant-selector-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 16px;
  border: 1.5px solid #e2e8f0;
  border-radius: 24px;
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
  background-color: #ffffff;
  color: #334155;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.variant-selector-btn:hover {
  border-color: #03a87f;
  color: #03a87f;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(3, 168, 127, 0.15);
}

.variant-selector-btn.active {
  border-color: #03a87f;
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  color: #028e6b;
  font-weight: 800;
  box-shadow: 0 0 0 1.5px #03a87f, 0 6px 16px rgba(3, 168, 127, 0.2);
  transform: scale(1.02);
}

/* Action CTA Buttons Glow & Animation */
.pdp-btn-buy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: linear-gradient(135deg, #03a87f 0%, #028e6b 100%);
  color: #ffffff;
  border: none;
  border-radius: 30px;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 10px 24px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 8px 20px rgba(3, 168, 127, 0.3);
  cursor: pointer;
}

.pdp-btn-buy:hover {
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 12px 28px rgba(3, 168, 127, 0.45);
  background: linear-gradient(135deg, #028e6b 0%, #028e6b 100%);
}

.pdp-btn-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: #0f172a;
  color: #ffffff;
  border: none;
  border-radius: 30px;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 10px 20px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.25);
  cursor: pointer;
}

.pdp-btn-cart:hover {
  transform: translateY(-2px) scale(1.04);
  background: #1e293b;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.35);
}

.pdp-btn-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: #25d366;
  color: #ffffff;
  border: none;
  border-radius: 30px;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 10px 20px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 6px 16px rgba(37, 211, 102, 0.3);
  cursor: pointer;
}

.pdp-btn-whatsapp:hover {
  transform: translateY(-2px) scale(1.04);
  background: #1da851;
  box-shadow: 0 10px 24px rgba(37, 211, 102, 0.45);
}

.pdp-btn-tradein {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: #ffffff;
  color: #e86d4b;
  border: 1.5px solid #e86d4b;
  border-radius: 30px;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 10px 20px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 12px rgba(255, 122, 89, 0.12);
  cursor: pointer;
}

.pdp-btn-tradein:hover {
  transform: translateY(-2px) scale(1.04);
  background: #e86d4b;
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(255, 122, 89, 0.35);
}

/* Responsive */
@media (max-width: 768px) {
  .header-wrapper {
    flex-wrap: wrap;
  }
  .search-box-wrapper {
    order: 3;
    max-width: 100%;
    width: 100%;
  }
  .hero-title {
    font-size: 1.8rem;
  }
  .products-grid {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  }
  .banner-cta-block {
    flex-direction: column;
    padding: 24px;
    text-align: center;
  }
}

/* Floating Customer Live Chat & WhatsApp Hybrid Widget */
.floating-chat-widget {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 45;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.floating-chat-btn {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px -3px rgba(16, 185, 129, 0.45), 0 4px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  border: 2px solid rgba(255, 255, 255, 0.9);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
}

.floating-chat-btn:hover {
  transform: scale(1.08) translateY(-2px);
  box-shadow: 0 14px 30px -3px rgba(16, 185, 129, 0.55);
}

.floating-chat-btn .pulse-badge {
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  height: 14px;
  background: #e86d4b;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.floating-chat-modal {
  position: absolute;
  bottom: 72px;
  right: 0;
  width: 330px;
  background: #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 24px;
  box-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.18);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px) scale(0.96);
  transform-origin: bottom right;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}

.floating-chat-modal.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.floating-chat-header {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  padding: 18px 20px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.floating-chat-body {
  padding: 16px;
}

/* =============================================================
   MOBILE & TABLET RESPONSIVE SYSTEM (Apple SF Pro Aesthetics)
   ============================================================= */

/* Mobile Hamburger Button */
.mobile-hamburger-btn {
  display: none !important;
}

@media (max-width: 1024px) {
  .nav-menu-desktop {
    display: none !important;
  }
  .mobile-hamburger-btn {
    display: inline-flex !important;
  }
  .navbar-boxed-card {
    padding: 0 16px;
    border-radius: 18px;
  }
  .navbar-inner {
    height: 64px;
    gap: 12px;
  }
  .header-icon-actions {
    gap: 6px;
  }
  .nav-icon-button {
    width: 36px;
    height: 36px;
    font-size: 0.95rem;
  }
}

/* Slide-Over Mobile Navigation Drawer */
.mobile-nav-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.65);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 1100;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.mobile-nav-drawer-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-drawer-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 88%;
  max-width: 380px;
  background: #ffffff;
  box-shadow: -15px 0 40px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.mobile-nav-drawer-overlay.active .mobile-nav-drawer-panel {
  transform: translateX(0);
}

.mobile-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid #f1f5f9;
}

.mobile-drawer-close {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  color: #64748b;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.mobile-drawer-close:hover {
  background: #fee2e2;
  color: #ef4444;
}

.mobile-drawer-content {
  flex: 1;
  overflow-y: auto;
  padding: 16px 20px;
  -webkit-overflow-scrolling: touch;
}

.mobile-nav-group {
  margin-bottom: 20px;
}

.mobile-group-title {
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #94a3b8;
  margin-bottom: 8px;
}

.mobile-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 0.88rem;
  font-weight: 700;
  color: #1e293b;
  text-decoration: none;
  transition: all 0.2s ease;
}

.mobile-nav-link:hover,
.mobile-nav-link.active {
  background: #f0f9ff;
  color: var(--primary-cyan);
}

.mobile-cat-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 12px;
  border-radius: 16px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  text-decoration: none;
  transition: all 0.2s ease;
}

.mobile-cat-card:hover {
  background: #f0f9ff;
  border-color: var(--primary-cyan);
  transform: translateY(-2px);
}

/* =============================================================
   FIXED MOBILE BOTTOM APP BAR (iOS / Modern Android App Style)
   ============================================================= */
.mobile-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-top: 1px solid rgba(226, 232, 240, 0.85);
  box-shadow: 0 -4px 20px rgba(15, 23, 42, 0.06);
  padding: 6px 12px calc(6px + env(safe-area-inset-bottom, 0px)) 12px;
}

.mobile-bottom-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
  max-width: 500px;
  margin: 0 auto;
}

.mobile-tab-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 6px 12px;
  border-radius: 12px;
  color: #475569;
  font-size: 0.68rem;
  font-weight: 700;
  text-decoration: none;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
  min-width: 48px;
  min-height: 48px;
}

.mobile-tab-btn i {
  font-size: 1.15rem;
  transition: transform 0.2s ease;
}

.mobile-tab-btn:hover,
.mobile-tab-btn.active {
  color: var(--primary-cyan);
}

.mobile-tab-btn.active i {
  transform: scale(1.1);
  color: var(--primary-cyan);
}

.mobile-tab-search-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #03a87f 0%, #028e6b 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  margin-top: -8px;
  box-shadow: 0 4px 12px rgba(3, 168, 127, 0.35);
  transition: transform 0.2s ease;
}

.mobile-tab-btn:hover .mobile-tab-search-icon {
  transform: scale(1.08);
}

.mobile-badge-count {
  position: absolute;
  top: 2px;
  right: 12px;
  background: #e86d4b;
  color: #ffffff;
  font-size: 0.6rem;
  font-weight: 900;
  min-width: 15px;
  height: 15px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3px;
  border: 1.5px solid #ffffff;
}

/* Ensure Page Headroom so Bottom Bar Never Overlaps Content */
@media (max-width: 768px) {
  body {
    padding-bottom: 76px;
  }
  .floating-chat-widget {
    bottom: 78px;
    right: 16px;
  }
  .floating-chat-modal {
    bottom: 68px;
    right: 0;
    width: 295px;
  }
  #floatingCompareBar {
    bottom: 74px !important;
  }
}

/* =============================================================
   HERO SLIDER RESPONSIVE FIXES (Mobile & Tablet Devices)
   ============================================================= */

@media (max-width: 1024px) {
  .hero-slider-section {
    margin: 12px auto 28px auto;
    border-radius: 20px;
  }
  .hero-slide-container {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 36px 32px;
    min-height: 400px;
  }
  .hero-main-heading {
    font-size: 1.85rem;
    white-space: normal;
  }
  .hero-visual-col {
    max-width: 320px;
  }
}

@media (max-width: 768px) {
  .hero-slider-section {
    margin: 8px auto 24px auto;
    border-radius: 20px;
  }
  .hero-slide-container {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 24px 20px 32px 20px;
    min-height: auto;
    text-align: center;
  }
  .hero-text-col {
    align-items: center;
    text-align: center;
    max-width: 100%;
  }
  .hero-badge-pill {
    margin-bottom: 12px;
  }
  .hero-main-heading {
    font-size: 1.55rem;
    line-height: 1.2;
    white-space: normal;
    text-align: center;
    margin-bottom: 10px;
  }
  .hero-main-subtext {
    font-size: 0.88rem;
    margin-bottom: 16px;
    text-align: center;
    line-height: 1.5;
  }
  .hero-price-pill {
    margin-bottom: 18px;
    padding: 6px 14px;
  }
  .hero-cta-group {
    justify-content: center;
    width: 100%;
    gap: 10px;
  }
  .hero-cta-group .btn-primary {
    padding: 11px 22px;
    font-size: 0.85rem;
    flex: 1;
    min-width: 140px;
  }
  .hero-cta-group .btn-outline {
    padding: 11px 18px;
    font-size: 0.82rem;
    flex: 1;
    min-width: 140px;
  }
  .hero-visual-col {
    max-width: 240px;
    height: 240px;
    margin: 0 auto;
    order: -1; /* Place device image directly on top for powerful visual hierarchy */
  }
  .hero-image-box,
  .floating-hero-img {
    border-radius: 24px;
  }
}

@media (max-width: 480px) {
  .hero-slide-container {
    padding: 20px 16px 28px 16px;
  }
  .hero-visual-col {
    max-width: 200px;
    height: 200px;
  }
  .hero-main-heading {
    font-size: 1.35rem;
  }
  .hero-cta-group {
    flex-direction: column;
    width: 100%;
  }
  .hero-cta-group .btn-primary,
  .hero-cta-group .btn-outline {
    width: 100%;
  }
}

/* Brand Palette & Icon Helper Utilities */
.text-brand-primary, .icon-brand-primary { color: #03a87f !important; }
.bg-brand-primary { background-color: #03a87f !important; }
.border-brand-primary { border-color: #03a87f !important; }
.text-brand-coral, .icon-brand-coral { color: #e86d4b !important; }
.bg-brand-coral { background-color: #e86d4b !important; }
.border-brand-coral { border-color: #e86d4b !important; }
.text-brand-gray, .icon-brand-gray { color: #7d7d7d !important; }
.bg-brand-gray { background-color: #7d7d7d !important; }
.border-brand-gray { border-color: #7d7d7d !important; }
.hover\:text-brand-primary:hover { color: #03a87f !important; }
.hover\:bg-brand-primary:hover { background-color: #03a87f !important; }
.hover\:text-brand-coral:hover { color: #e86d4b !important; }
.hover\:bg-brand-coral:hover { background-color: #e86d4b !important; }
.hover\:text-brand-gray:hover { color: #7d7d7d !important; }

.brand-desktop-logo { display: block !important; height: 26px !important; width: auto !important; max-height: 28px !important; object-fit: contain !important; }
.brand-mobile-logo { display: none !important; height: 32px !important; width: auto !important; max-height: 34px !important; object-fit: contain !important; }
@media (max-width: 768px) {
  .brand-desktop-logo { display: none !important; }
  .brand-mobile-logo { display: block !important; height: 32px !important; width: auto !important; max-height: 34px !important; object-fit: contain !important; }
}


/* ============================================================
   2-COLUMN HERO SECTION WITH 1:1 SLIDER & 2x3 CATEGORY GRID
   ============================================================ */
.hero-two-col-grid {
  margin-top: 16px;
  margin-bottom: 36px;
}
.hero-square-slider-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(135deg, #090e17 0%, #0d172a 50%, #041f17 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 45px -12px rgba(15, 23, 42, 0.25);
}
.hero-slide.hero-slide-square {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.hero-slide.hero-slide-square.active {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  animation: fadeInSlide 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.hero-square-glow {
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 65% 50%, rgba(3, 168, 127, 0.2) 0%, rgba(3, 168, 127, 0.05) 45%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}
.hero-square-content {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 24px 20px 24px;
}
.hero-square-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 90%;
}
.hero-square-heading {
  font-size: clamp(1.25rem, 2.2vw, 1.75rem);
  font-weight: 900;
  line-height: 1.2;
  color: #ffffff;
  letter-spacing: -0.02em;
  margin-top: 4px;
  margin-bottom: 4px;
}
.hero-square-subtext {
  font-size: clamp(0.72rem, 1.1vw, 0.84rem);
  color: #cbd5e1;
  font-weight: 500;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hero-square-visual {
  position: relative;
  flex: 1;
  width: 100%;
  max-height: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4px 0;
}
.hero-square-visual img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 14px 20px rgba(0, 0, 0, 0.45));
}
.hero-square-footer {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
}
.hero-square-slider-wrapper .slider-nav-container {
  bottom: 12px;
  padding: 4px 10px;
  background: rgba(15, 23, 42, 0.65);
  backdrop-filter: blur(8px);
  border-color: rgba(255, 255, 255, 0.15);
}
.hero-square-slider-wrapper .slider-dot {
  background-color: rgba(255, 255, 255, 0.35);
  width: 7px;
  height: 7px;
}
.hero-square-slider-wrapper .slider-dot.active {
  background-color: #03a87f;
  width: 20px;
}

/* Category Square Cards (2x3 Grid) */
.category-square-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 20px;
  padding: 12px 8px;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}
.category-square-card:hover {
  transform: translateY(-3px) scale(1.02);
  border-color: rgba(3, 168, 127, 0.5);
  box-shadow: 0 12px 24px -6px rgba(3, 168, 127, 0.2);
}
.category-square-icon-box {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  margin-bottom: 8px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.category-square-card:hover .category-square-icon-box {
  transform: scale(1.1);
}
.category-square-title {
  font-size: 0.85rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.2;
  transition: color 0.2s ease;
}
.category-square-card:hover .category-square-title {
  color: #03a87f;
}
.category-square-hint {
  font-size: 0.68rem;
  font-weight: 600;
  color: #64748b;
  margin-top: 2px;
}
@media (max-width: 640px) {
  .hero-square-content {
    padding: 18px 16px 16px 16px;
  }
  .category-square-icon-box {
    width: 38px;
    height: 38px;
    font-size: 1.15rem;
    margin-bottom: 6px;
  }
  .category-square-title {
    font-size: 0.78rem;
  }
  .category-square-hint {
    display: none;
  }
}


/* ============================================================
   REFINED 2-COLUMN HERO SECTION: 1:1 SLIDER & 2x3 CATEGORY GRID
   ============================================================ */
.hero-two-col-section {
  max-width: 1280px;
  margin: 16px auto 36px auto;
}
.hero-two-col-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}

/* 1. Left Column: 1:1 Aspect Ratio Slider Card */
.hero-slider-square-card {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 28px;
  overflow: hidden;
  background: radial-gradient(circle at 80% 20%, #0d2822 0%, #0a141d 45%, #05080c 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 20px 50px -12px rgba(15, 23, 42, 0.35);
}
.hero-slider-square-card .hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1), transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transform: scale(0.97);
  display: flex !important;
}
.hero-slider-square-card .hero-slide.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: scale(1);
  z-index: 2;
}
.hero-slide-square-inner {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 32px 28px 32px;
}
.hero-slide-ambient-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 50%, rgba(3, 168, 127, 0.22) 0%, rgba(3, 168, 127, 0.05) 50%, transparent 75%);
  pointer-events: none;
  z-index: 1;
}
.hero-slide-top-info {
  position: relative;
  z-index: 6;
  max-width: 85%;
}
.hero-slide-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: linear-gradient(90deg, #e86d4b 0%, #fa5252 100%);
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: 800;
  padding: 5px 12px;
  border-radius: 30px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 8px;
  box-shadow: 0 4px 12px rgba(255, 122, 89, 0.35);
}
.hero-slide-title {
  font-size: clamp(1.35rem, 2.3vw, 1.95rem);
  font-weight: 900;
  line-height: 1.18;
  color: #ffffff;
  letter-spacing: -0.03em;
  margin-bottom: 6px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.hero-slide-subtitle {
  font-size: clamp(0.75rem, 1.1vw, 0.88rem);
  color: #cbd5e1;
  font-weight: 500;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 90%;
}
.hero-slide-price-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(3, 168, 127, 0.15);
  border: 1px solid rgba(3, 168, 127, 0.35);
  padding: 5px 14px;
  border-radius: 12px;
  margin-top: 10px;
  backdrop-filter: blur(6px);
}
.hero-slide-price-label {
  font-size: 0.68rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #a7f3d0;
  letter-spacing: 0.05em;
}
.hero-slide-price-val {
  font-size: 1.05rem;
  font-weight: 900;
  color: #03a87f;
  letter-spacing: -0.02em;
}
.hero-slide-visual-stage {
  position: absolute;
  right: 16px;
  bottom: 65px;
  width: 58%;
  height: 58%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  z-index: 3;
  pointer-events: none;
}
.hero-slide-visual-stage img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 16px 25px rgba(0, 0, 0, 0.55));
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  animation: floatHeroSquare 6s ease-in-out infinite;
}
@keyframes floatHeroSquare {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-6px) scale(1.02); }
}
.hero-slide-bottom-actions {
  position: relative;
  z-index: 8;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding-bottom: 4px;
}
.hero-slide-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: linear-gradient(135deg, #03a87f 0%, #028e6b 100%);
  color: #ffffff !important;
  font-size: 0.82rem;
  font-weight: 800;
  padding: 10px 22px;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 8px 20px -4px rgba(3, 168, 127, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.25s ease;
}
.hero-slide-btn-primary:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 12px 24px -4px rgba(3, 168, 127, 0.6);
  color: #ffffff !important;
}
.hero-slide-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: rgba(15, 23, 42, 0.6);
  color: #e2e8f0 !important;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 9.5px 18px;
  border-radius: 30px;
  text-decoration: none;
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(6px);
  transition: all 0.25s ease;
}
.hero-slide-btn-outline:hover {
  background: #ffffff;
  color: #0f172a !important;
  border-color: #ffffff;
  transform: translateY(-2px);
}
.hero-slider-square-card .slider-nav-container {
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(15, 23, 42, 0.75);
  backdrop-filter: blur(8px);
  padding: 5px 12px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  z-index: 15;
}
.hero-slider-square-card .slider-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  border: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.hero-slider-square-card .slider-dot.active {
  width: 22px;
  border-radius: 6px;
  background: #03a87f;
}

/* 2. Right Column: Explore Categories Panel (2x3 Grid) */
.hero-categories-panel {
  background: #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 28px;
  padding: 24px;
  box-shadow: 0 16px 40px -12px rgba(15, 23, 42, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.hero-categories-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f1f5f9;
}
.hero-categories-title-group h2 {
  font-size: 1.15rem;
  font-weight: 900;
  color: #0f172a;
  display: flex;
  align-items: center;
  gap: 8px;
  letter-spacing: -0.02em;
}
.hero-categories-title-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #03a87f;
  box-shadow: 0 0 0 3px rgba(3, 168, 127, 0.2);
}
.hero-categories-title-group p {
  font-size: 0.72rem;
  color: #64748b;
  font-weight: 600;
  margin-top: 2px;
}
.hero-categories-view-all {
  font-size: 0.78rem;
  font-weight: 800;
  color: #03a87f;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: transform 0.2s ease;
}
.hero-categories-view-all:hover {
  text-decoration: underline;
  transform: translateX(2px);
}
.hero-categories-2x3-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 14px;
  flex: 1;
}
.hero-cat-square-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #f8fafc;
  border: 1.5px solid #e2e8f0;
  border-radius: 20px;
  padding: 16px 10px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}
.hero-cat-square-box:hover {
  background: #ffffff;
  transform: translateY(-4px);
  border-color: #03a87f;
  box-shadow: 0 14px 28px -6px rgba(3, 168, 127, 0.22);
}
.hero-cat-icon-wrap {
  width: 50px;
  height: 50px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
  color: #03a87f;
  margin-bottom: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.hero-cat-square-box:hover .hero-cat-icon-wrap {
  background: linear-gradient(135deg, #03a87f 0%, #028e6b 100%);
  color: #ffffff;
  border-color: transparent;
  transform: scale(1.1);
  box-shadow: 0 8px 18px rgba(3, 168, 127, 0.35);
}
.hero-cat-name {
  font-size: 0.88rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.2;
  transition: color 0.2s ease;
}
.hero-cat-square-box:hover .hero-cat-name {
  color: #03a87f;
}
.hero-cat-sub {
  font-size: 0.68rem;
  font-weight: 700;
  color: #64748b;
  margin-top: 3px;
}
.hero-cat-square-box.tradein-highlight {
  border-color: rgba(3, 168, 127, 0.4);
  background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%);
}
.hero-cat-square-box.tradein-highlight .hero-cat-icon-wrap {
  background: #03a87f;
  color: #ffffff;
  border-color: #03a87f;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .hero-two-col-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .hero-slider-square-card {
    aspect-ratio: 4 / 3;
  }
  .hero-categories-panel {
    min-height: auto;
  }
}
@media (max-width: 640px) {
  .hero-slider-square-card {
    aspect-ratio: 1 / 1;
    border-radius: 22px;
  }
  .hero-slide-square-inner {
    padding: 20px 18px 20px 18px;
  }
  .hero-slide-visual-stage {
    width: 50%;
    height: 50%;
    bottom: 58px;
    right: 10px;
  }
  .hero-slide-title {
    font-size: 1.3rem;
  }
  .hero-slide-bottom-actions {
    gap: 8px;
  }
  .hero-slide-btn-primary {
    padding: 8px 16px;
    font-size: 0.75rem;
  }
  .hero-slide-btn-outline {
    padding: 8px 14px;
    font-size: 0.75rem;
  }
  .hero-categories-panel {
    padding: 18px 14px;
    border-radius: 22px;
  }
  .hero-categories-2x3-grid {
    gap: 10px;
  }
  .hero-cat-square-box {
    padding: 12px 6px;
    border-radius: 16px;
  }
  .hero-cat-icon-wrap {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
    margin-bottom: 6px;
    border-radius: 12px;
  }
  .hero-cat-name {
    font-size: 0.78rem;
  }
  .hero-cat-sub {
    display: none;
  }
}


/* ============================================================
   COMPACT HEIGHT 2-COLUMN HERO SECTION
   ============================================================ */
.hero-two-col-section {
  max-width: 1280px;
  margin: 12px auto 28px auto;
}
.hero-two-col-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: stretch;
}

/* 1. Left Column: Compact Slider Card */
.hero-slider-square-card {
  position: relative;
  width: 100%;
  height: 380px;
  max-height: 390px;
  border-radius: 24px;
  overflow: hidden;
  background: radial-gradient(circle at 80% 20%, #0d2822 0%, #0a141d 45%, #05080c 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 16px 40px -12px rgba(15, 23, 42, 0.3);
}
.hero-slider-square-card .hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1), transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  transform: scale(0.98);
  display: flex !important;
}
.hero-slider-square-card .hero-slide.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: scale(1);
  z-index: 2;
}
.hero-slide-square-inner {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 24px 20px 24px;
}
.hero-slide-ambient-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 50%, rgba(3, 168, 127, 0.2) 0%, rgba(3, 168, 127, 0.04) 50%, transparent 75%);
  pointer-events: none;
  z-index: 1;
}
.hero-slide-top-info {
  position: relative;
  z-index: 6;
  max-width: 75%;
}
.hero-slide-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: linear-gradient(90deg, #e86d4b 0%, #fa5252 100%);
  color: #ffffff;
  font-size: 0.65rem;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 6px;
  box-shadow: 0 4px 10px rgba(255, 122, 89, 0.3);
}
.hero-slide-title {
  font-size: clamp(1.2rem, 1.8vw, 1.6rem);
  font-weight: 900;
  line-height: 1.18;
  color: #ffffff;
  letter-spacing: -0.025em;
  margin-bottom: 4px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}
.hero-slide-subtitle {
  font-size: 0.78rem;
  color: #cbd5e1;
  font-weight: 500;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 90%;
}
.hero-slide-price-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(3, 168, 127, 0.15);
  border: 1px solid rgba(3, 168, 127, 0.35);
  padding: 4px 10px;
  border-radius: 10px;
  margin-top: 6px;
  backdrop-filter: blur(6px);
}
.hero-slide-price-label {
  font-size: 0.62rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #a7f3d0;
  letter-spacing: 0.05em;
}
.hero-slide-price-val {
  font-size: 0.95rem;
  font-weight: 900;
  color: #03a87f;
  letter-spacing: -0.02em;
}
.hero-slide-visual-stage {
  position: absolute;
  right: 14px;
  bottom: 48px;
  width: 52%;
  height: 62%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  z-index: 3;
  pointer-events: none;
}
.hero-slide-visual-stage img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 14px 20px rgba(0, 0, 0, 0.5));
  animation: floatHeroSquare 6s ease-in-out infinite;
}
.hero-slide-bottom-actions {
  position: relative;
  z-index: 8;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-bottom: 2px;
}
.hero-slide-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: linear-gradient(135deg, #03a87f 0%, #028e6b 100%);
  color: #ffffff !important;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 8.5px 18px;
  border-radius: 25px;
  text-decoration: none;
  box-shadow: 0 6px 16px -3px rgba(3, 168, 127, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.25s ease;
}
.hero-slide-btn-primary:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 10px 20px -3px rgba(3, 168, 127, 0.55);
  color: #ffffff !important;
}
.hero-slide-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: rgba(15, 23, 42, 0.6);
  color: #e2e8f0 !important;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 8px 15px;
  border-radius: 25px;
  text-decoration: none;
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(6px);
  transition: all 0.25s ease;
}
.hero-slide-btn-outline:hover {
  background: #ffffff;
  color: #0f172a !important;
  border-color: #ffffff;
  transform: translateY(-2px);
}
.hero-slider-square-card .slider-nav-container {
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(15, 23, 42, 0.75);
  backdrop-filter: blur(8px);
  padding: 4px 10px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  z-index: 15;
}
.hero-slider-square-card .slider-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  border: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.hero-slider-square-card .slider-dot.active {
  width: 18px;
  border-radius: 5px;
  background: #03a87f;
}

/* 2. Right Column: Compact Explore Categories Panel */
.hero-categories-panel {
  background: #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 24px;
  padding: 18px 20px;
  box-shadow: 0 16px 40px -12px rgba(15, 23, 42, 0.06);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 380px;
  max-height: 390px;
}
.hero-categories-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f1f5f9;
}
.hero-categories-title-group h2 {
  font-size: 1.02rem;
  font-weight: 900;
  color: #0f172a;
  display: flex;
  align-items: center;
  gap: 7px;
  letter-spacing: -0.02em;
}
.hero-categories-title-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #03a87f;
  box-shadow: 0 0 0 3px rgba(3, 168, 127, 0.2);
}
.hero-categories-title-group p {
  font-size: 0.68rem;
  color: #64748b;
  font-weight: 600;
  margin-top: 1px;
}
.hero-categories-view-all {
  font-size: 0.74rem;
  font-weight: 800;
  color: #03a87f;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  transition: transform 0.2s ease;
}
.hero-categories-view-all:hover {
  text-decoration: underline;
  transform: translateX(2px);
}
.hero-categories-2x3-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 10px;
  flex: 1;
}
.hero-cat-square-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #f8fafc;
  border: 1.5px solid #e2e8f0;
  border-radius: 16px;
  padding: 10px 6px;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}
.hero-cat-square-box:hover {
  background: #ffffff;
  transform: translateY(-3px);
  border-color: #03a87f;
  box-shadow: 0 10px 22px -5px rgba(3, 168, 127, 0.2);
}
.hero-cat-icon-wrap {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: #03a87f;
  margin-bottom: 6px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.04);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.hero-cat-square-box:hover .hero-cat-icon-wrap {
  background: linear-gradient(135deg, #03a87f 0%, #028e6b 100%);
  color: #ffffff;
  border-color: transparent;
  transform: scale(1.08);
  box-shadow: 0 6px 14px rgba(3, 168, 127, 0.3);
}
.hero-cat-name {
  font-size: 0.82rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.2;
  transition: color 0.2s ease;
}
.hero-cat-square-box:hover .hero-cat-name {
  color: #03a87f;
}
.hero-cat-sub {
  font-size: 0.64rem;
  font-weight: 600;
  color: #64748b;
  margin-top: 1px;
}
.hero-cat-square-box.tradein-highlight {
  border-color: rgba(3, 168, 127, 0.35);
  background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%);
}
.hero-cat-square-box.tradein-highlight .hero-cat-icon-wrap {
  background: #03a87f;
  color: #ffffff;
  border-color: #03a87f;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .hero-two-col-layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .hero-slider-square-card {
    height: 340px;
    max-height: 350px;
  }
  .hero-categories-panel {
    height: auto;
    max-height: none;
    min-height: 280px;
  }
}
@media (max-width: 640px) {
  .hero-slider-square-card {
    height: 290px;
    max-height: 300px;
    border-radius: 20px;
  }
  .hero-slide-square-inner {
    padding: 16px 16px 16px 16px;
  }
  .hero-slide-visual-stage {
    width: 48%;
    height: 52%;
    bottom: 44px;
    right: 8px;
  }
  .hero-slide-title {
    font-size: 1.15rem;
  }
  .hero-slide-top-info {
    max-width: 70%;
  }
  .hero-slide-bottom-actions {
    gap: 6px;
  }
  .hero-slide-btn-primary {
    padding: 7px 14px;
    font-size: 0.72rem;
  }
  .hero-slide-btn-outline {
    padding: 6.5px 12px;
    font-size: 0.7rem;
  }
  .hero-categories-panel {
    padding: 16px 12px;
    border-radius: 20px;
  }
  .hero-categories-2x3-grid {
    gap: 8px;
  }
  .hero-cat-square-box {
    padding: 10px 4px;
    border-radius: 14px;
  }
  .hero-cat-icon-wrap {
    width: 36px;
    height: 36px;
    font-size: 1.15rem;
    margin-bottom: 4px;
    border-radius: 10px;
  }
  .hero-cat-name {
    font-size: 0.75rem;
  }
  .hero-cat-sub {
    display: none;
  }
}


/* ============================================================
   ULTRA-SLEEK COMPACT HEIGHT 2-COLUMN HERO (320px)
   ============================================================ */
.hero-two-col-section {
  max-width: 1280px;
  margin: 10px auto 24px auto;
}
.hero-two-col-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 16px;
  align-items: stretch;
}

/* 1. Left Column: Compact Slider with Dynamic Background */
.hero-slider-square-card {
  position: relative;
  width: 100%;
  height: 320px;
  max-height: 330px;
  border-radius: 22px;
  overflow: hidden;
  background: radial-gradient(circle at 80% 20%, #0d2822 0%, #0a141d 45%, #05080c 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 14px 35px -10px rgba(15, 23, 42, 0.3);
  transition: background 0.6s ease;
}
.hero-slider-square-card .hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.45s cubic-bezier(0.16, 1, 0.3, 1), transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  transform: scale(0.98);
  display: flex !important;
  border-radius: 22px;
}
.hero-slider-square-card .hero-slide.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: scale(1);
  z-index: 2;
}
.hero-slide-square-inner {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 22px 18px 22px;
}
.hero-slide-ambient-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  transition: background 0.6s ease;
}
.hero-slide-top-info {
  position: relative;
  z-index: 6;
  max-width: 72%;
}
.hero-slide-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: linear-gradient(90deg, #e86d4b 0%, #fa5252 100%);
  color: #ffffff;
  font-size: 0.62rem;
  font-weight: 800;
  padding: 3px 9px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 5px;
  box-shadow: 0 3px 8px rgba(255, 122, 89, 0.3);
}
.hero-slide-title {
  font-size: clamp(1.1rem, 1.6vw, 1.45rem);
  font-weight: 900;
  line-height: 1.16;
  color: #ffffff;
  letter-spacing: -0.025em;
  margin-bottom: 3px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}
.hero-slide-subtitle {
  font-size: 0.75rem;
  color: #cbd5e1;
  font-weight: 500;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 90%;
}
.hero-slide-price-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(3, 168, 127, 0.18);
  border: 1px solid rgba(3, 168, 127, 0.4);
  padding: 3.5px 9px;
  border-radius: 9px;
  margin-top: 5px;
  backdrop-filter: blur(6px);
}
.hero-slide-price-label {
  font-size: 0.6rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #a7f3d0;
  letter-spacing: 0.05em;
}
.hero-slide-price-val {
  font-size: 0.88rem;
  font-weight: 900;
  color: var(--slide-accent, #03a87f);
  letter-spacing: -0.02em;
}
.hero-slide-visual-stage {
  position: absolute;
  right: 10px;
  bottom: 38px;
  width: 52%;
  height: 65%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  z-index: 3;
  pointer-events: none;
}
.hero-slide-visual-stage img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.55));
  animation: floatHeroSquare 6s ease-in-out infinite;
}
.hero-slide-bottom-actions {
  position: relative;
  z-index: 8;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-bottom: 2px;
}
.hero-slide-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: linear-gradient(135deg, var(--slide-accent, #03a87f) 0%, var(--slide-accent-dark, #028e6b) 100%);
  color: #ffffff !important;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 7px 16px;
  border-radius: 22px;
  text-decoration: none;
  box-shadow: 0 5px 14px -2px rgba(3, 168, 127, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.25s ease;
}
.hero-slide-btn-primary:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 8px 18px -2px rgba(3, 168, 127, 0.55);
}
.hero-slide-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: rgba(15, 23, 42, 0.65);
  color: #e2e8f0 !important;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 6.5px 13px;
  border-radius: 22px;
  text-decoration: none;
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(6px);
  transition: all 0.25s ease;
}
.hero-slide-btn-outline:hover {
  background: #ffffff;
  color: #0f172a !important;
  border-color: #ffffff;
  transform: translateY(-2px);
}
.hero-slider-square-card .slider-nav-container {
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(15, 23, 42, 0.75);
  backdrop-filter: blur(8px);
  padding: 3.5px 9px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  z-index: 15;
}
.hero-slider-square-card .slider-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  border: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.hero-slider-square-card .slider-dot.active {
  width: 16px;
  border-radius: 4px;
  background: var(--slide-accent, #03a87f);
}

/* 2. Right Column: Compact Explore Categories Panel */
.hero-categories-panel {
  background: #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 22px;
  padding: 14px 16px;
  box-shadow: 0 14px 35px -10px rgba(15, 23, 42, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 320px;
  max-height: 330px;
}
.hero-categories-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  padding-bottom: 6px;
  border-bottom: 1px solid #f1f5f9;
}
.hero-categories-title-group h2 {
  font-size: 0.96rem;
  font-weight: 900;
  color: #0f172a;
  display: flex;
  align-items: center;
  gap: 6px;
  letter-spacing: -0.02em;
}
.hero-categories-title-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #03a87f;
  box-shadow: 0 0 0 2.5px rgba(3, 168, 127, 0.2);
}
.hero-categories-title-group p {
  font-size: 0.65rem;
  color: #64748b;
  font-weight: 600;
}
.hero-categories-view-all {
  font-size: 0.72rem;
  font-weight: 800;
  color: #03a87f;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  transition: transform 0.2s ease;
}
.hero-categories-view-all:hover {
  text-decoration: underline;
  transform: translateX(2px);
}
.hero-categories-2x3-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 8px;
  flex: 1;
}
.hero-cat-square-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #f8fafc;
  border: 1.5px solid #e2e8f0;
  border-radius: 14px;
  padding: 8px 4px;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}
.hero-cat-square-box:hover {
  background: #ffffff;
  transform: translateY(-2.5px);
  border-color: #03a87f;
  box-shadow: 0 8px 18px -4px rgba(3, 168, 127, 0.2);
}
.hero-cat-icon-wrap {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  color: #03a87f;
  margin-bottom: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.hero-cat-square-box:hover .hero-cat-icon-wrap {
  background: linear-gradient(135deg, #03a87f 0%, #028e6b 100%);
  color: #ffffff;
  border-color: transparent;
  transform: scale(1.06);
  box-shadow: 0 5px 12px rgba(3, 168, 127, 0.3);
}
.hero-cat-name {
  font-size: 0.78rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.2;
  transition: color 0.2s ease;
}
.hero-cat-square-box:hover .hero-cat-name {
  color: #03a87f;
}
.hero-cat-sub {
  font-size: 0.62rem;
  font-weight: 600;
  color: #64748b;
  margin-top: 1px;
}
.hero-cat-square-box.tradein-highlight {
  border-color: rgba(3, 168, 127, 0.35);
  background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%);
}
.hero-cat-square-box.tradein-highlight .hero-cat-icon-wrap {
  background: #03a87f;
  color: #ffffff;
  border-color: #03a87f;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .hero-two-col-layout {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .hero-slider-square-card {
    height: 300px;
    max-height: 310px;
  }
  .hero-categories-panel {
    height: auto;
    max-height: none;
    min-height: 250px;
  }
}
@media (max-width: 640px) {
  .hero-slider-square-card {
    height: 260px;
    max-height: 270px;
    border-radius: 18px;
  }
  .hero-slide-square-inner {
    padding: 14px 14px 14px 14px;
  }
  .hero-slide-visual-stage {
    width: 48%;
    height: 52%;
    bottom: 34px;
    right: 6px;
  }
  .hero-slide-title {
    font-size: 1.05rem;
  }
  .hero-slide-top-info {
    max-width: 68%;
  }
  .hero-slide-bottom-actions {
    gap: 6px;
  }
  .hero-slide-btn-primary {
    padding: 6px 12px;
    font-size: 0.7rem;
  }
  .hero-slide-btn-outline {
    padding: 5.5px 10px;
    font-size: 0.68rem;
  }
  .hero-categories-panel {
    padding: 14px 10px;
    border-radius: 18px;
  }
  .hero-categories-2x3-grid {
    gap: 6px;
  }
  .hero-cat-square-box {
    padding: 8px 3px;
    border-radius: 12px;
  }
  .hero-cat-icon-wrap {
    width: 32px;
    height: 32px;
    font-size: 1.05rem;
    margin-bottom: 3px;
    border-radius: 9px;
  }
  .hero-cat-name {
    font-size: 0.72rem;
  }
  .hero-cat-sub {
    display: none;
  }
}


/* ============================================================
   40% SLIDER / 60% EXPLORE CATEGORIES 2-COLUMN HERO LAYOUT
   ============================================================ */
.hero-two-col-section {
  max-width: 1280px;
  margin: 10px auto 24px auto;
}
.hero-two-col-layout {
  display: grid;
  grid-template-columns: 40% calc(60% - 18px);
  gap: 18px;
  align-items: stretch;
}

/* 1. Left Column (40%): Slider Card with Dynamic Background */
.hero-slider-square-card {
  position: relative;
  width: 100%;
  height: 320px;
  max-height: 330px;
  border-radius: 22px;
  overflow: hidden;
  background: radial-gradient(circle at 80% 20%, #0d2822 0%, #0a141d 45%, #05080c 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 14px 35px -10px rgba(15, 23, 42, 0.3);
  transition: background 0.6s ease;
}
.hero-slider-square-card .hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.45s cubic-bezier(0.16, 1, 0.3, 1), transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  transform: scale(0.98);
  display: flex !important;
  border-radius: 22px;
}
.hero-slider-square-card .hero-slide.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: scale(1);
  z-index: 2;
}
.hero-slide-square-inner {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px 20px 16px 20px;
}
.hero-slide-ambient-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  transition: background 0.6s ease;
}
.hero-slide-top-info {
  position: relative;
  z-index: 6;
  max-width: 68%;
}
.hero-slide-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: linear-gradient(90deg, #e86d4b 0%, #fa5252 100%);
  color: #ffffff;
  font-size: 0.6rem;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  margin-bottom: 4px;
  box-shadow: 0 3px 8px rgba(255, 122, 89, 0.3);
}
.hero-slide-title {
  font-size: clamp(1.05rem, 1.45vw, 1.35rem);
  font-weight: 900;
  line-height: 1.15;
  color: #ffffff;
  letter-spacing: -0.025em;
  margin-bottom: 2px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}
.hero-slide-subtitle {
  font-size: 0.72rem;
  color: #cbd5e1;
  font-weight: 500;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 88%;
}
.hero-slide-price-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(3, 168, 127, 0.18);
  border: 1px solid rgba(3, 168, 127, 0.4);
  padding: 3px 8px;
  border-radius: 8px;
  margin-top: 4px;
  backdrop-filter: blur(6px);
}
.hero-slide-price-label {
  font-size: 0.58rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #a7f3d0;
  letter-spacing: 0.05em;
}
.hero-slide-price-val {
  font-size: 0.85rem;
  font-weight: 900;
  color: var(--slide-accent, #03a87f);
  letter-spacing: -0.02em;
}
.hero-slide-visual-stage {
  position: absolute;
  right: 6px;
  bottom: 34px;
  width: 50%;
  height: 64%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  z-index: 3;
  pointer-events: none;
}
.hero-slide-visual-stage img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 12px 16px rgba(0, 0, 0, 0.55));
  animation: floatHeroSquare 6s ease-in-out infinite;
}
.hero-slide-bottom-actions {
  position: relative;
  z-index: 8;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  padding-bottom: 2px;
}
.hero-slide-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: linear-gradient(135deg, var(--slide-accent, #03a87f) 0%, var(--slide-accent-dark, #028e6b) 100%);
  color: #ffffff !important;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 6.5px 14px;
  border-radius: 20px;
  text-decoration: none;
  box-shadow: 0 4px 12px -2px rgba(3, 168, 127, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.25s ease;
}
.hero-slide-btn-primary:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 8px 16px -2px rgba(3, 168, 127, 0.55);
}
.hero-slide-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: rgba(15, 23, 42, 0.65);
  color: #e2e8f0 !important;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 6px 11px;
  border-radius: 20px;
  text-decoration: none;
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(6px);
  transition: all 0.25s ease;
}
.hero-slide-btn-outline:hover {
  background: #ffffff;
  color: #0f172a !important;
  border-color: #ffffff;
  transform: translateY(-2px);
}
.hero-slider-square-card .slider-nav-container {
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(15, 23, 42, 0.75);
  backdrop-filter: blur(8px);
  padding: 3px 8px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  z-index: 15;
}
.hero-slider-square-card .slider-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  border: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.hero-slider-square-card .slider-dot.active {
  width: 14px;
  border-radius: 4px;
  background: var(--slide-accent, #03a87f);
}

/* 2. Right Column (60%): Explore Categories Panel (2x3 Grid) */
.hero-categories-panel {
  background: #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 22px;
  padding: 14px 18px;
  box-shadow: 0 14px 35px -10px rgba(15, 23, 42, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 320px;
  max-height: 330px;
}
.hero-categories-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  padding-bottom: 6px;
  border-bottom: 1px solid #f1f5f9;
}
.hero-categories-title-group h2 {
  font-size: 1.0rem;
  font-weight: 900;
  color: #0f172a;
  display: flex;
  align-items: center;
  gap: 6px;
  letter-spacing: -0.02em;
}
.hero-categories-title-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #03a87f;
  box-shadow: 0 0 0 2.5px rgba(3, 168, 127, 0.2);
}
.hero-categories-title-group p {
  font-size: 0.65rem;
  color: #64748b;
  font-weight: 600;
}
.hero-categories-view-all {
  font-size: 0.74rem;
  font-weight: 800;
  color: #03a87f;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  transition: transform 0.2s ease;
}
.hero-categories-view-all:hover {
  text-decoration: underline;
  transform: translateX(2px);
}
.hero-categories-2x3-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 10px;
  flex: 1;
}
.hero-cat-square-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #f8fafc;
  border: 1.5px solid #e2e8f0;
  border-radius: 16px;
  padding: 10px 6px;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}
.hero-cat-square-box:hover {
  background: #ffffff;
  transform: translateY(-2.5px);
  border-color: #03a87f;
  box-shadow: 0 10px 20px -4px rgba(3, 168, 127, 0.22);
}
.hero-cat-icon-wrap {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: #03a87f;
  margin-bottom: 5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.hero-cat-square-box:hover .hero-cat-icon-wrap {
  background: linear-gradient(135deg, #03a87f 0%, #028e6b 100%);
  color: #ffffff;
  border-color: transparent;
  transform: scale(1.08);
  box-shadow: 0 6px 14px rgba(3, 168, 127, 0.35);
}
.hero-cat-name {
  font-size: 0.82rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.2;
  transition: color 0.2s ease;
}
.hero-cat-square-box:hover .hero-cat-name {
  color: #03a87f;
}
.hero-cat-sub {
  font-size: 0.64rem;
  font-weight: 600;
  color: #64748b;
  margin-top: 1px;
}
.hero-cat-square-box.tradein-highlight {
  border-color: rgba(3, 168, 127, 0.35);
  background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%);
}
.hero-cat-square-box.tradein-highlight .hero-cat-icon-wrap {
  background: #03a87f;
  color: #ffffff;
  border-color: #03a87f;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .hero-two-col-layout {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .hero-slider-square-card {
    height: 300px;
    max-height: 310px;
  }
  .hero-slide-top-info {
    max-width: 75%;
  }
  .hero-categories-panel {
    height: auto;
    max-height: none;
    min-height: 250px;
  }
}
@media (max-width: 640px) {
  .hero-slider-square-card {
    height: 260px;
    max-height: 270px;
    border-radius: 18px;
  }
  .hero-slide-square-inner {
    padding: 14px 14px 14px 14px;
  }
  .hero-slide-visual-stage {
    width: 48%;
    height: 52%;
    bottom: 30px;
    right: 6px;
  }
  .hero-slide-title {
    font-size: 1.05rem;
  }
  .hero-slide-top-info {
    max-width: 68%;
  }
  .hero-slide-bottom-actions {
    gap: 6px;
  }
  .hero-slide-btn-primary {
    padding: 6px 12px;
    font-size: 0.7rem;
  }
  .hero-slide-btn-outline {
    padding: 5.5px 10px;
    font-size: 0.68rem;
  }
  .hero-categories-panel {
    padding: 14px 10px;
    border-radius: 18px;
  }
  .hero-categories-2x3-grid {
    gap: 6px;
  }
  .hero-cat-square-box {
    padding: 8px 3px;
    border-radius: 12px;
  }
  .hero-cat-icon-wrap {
    width: 32px;
    height: 32px;
    font-size: 1.05rem;
    margin-bottom: 3px;
    border-radius: 9px;
  }
  .hero-cat-name {
    font-size: 0.72rem;
  }
  .hero-cat-sub {
    display: none;
  }
}


/* ============================================================
   EXACT 400px by 400px HERO SLIDER & MATCHING CATEGORIES GRID
   ============================================================ */
.hero-two-col-section {
  max-width: 1280px;
  margin: 12px auto 30px auto;
}
.hero-two-col-layout {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 20px;
  align-items: stretch;
}

/* 1. Left Column: EXACT 400px by 400px Slider Card */
.hero-slider-square-card {
  position: relative;
  width: 400px;
  height: 400px;
  min-width: 400px;
  min-height: 400px;
  max-width: 400px;
  max-height: 400px;
  border-radius: 24px;
  overflow: hidden;
  background: radial-gradient(circle at 80% 20%, #0d2822 0%, #0a141d 45%, #05080c 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 16px 45px -10px rgba(15, 23, 42, 0.35);
  transition: background 0.6s ease;
  flex-shrink: 0;
}
.hero-slider-square-card .hero-slide {
  position: absolute;
  inset: 0;
  width: 400px;
  height: 400px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.45s cubic-bezier(0.16, 1, 0.3, 1), transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  transform: scale(0.98);
  display: flex !important;
  border-radius: 24px;
}
.hero-slider-square-card .hero-slide.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: scale(1);
  z-index: 2;
}
.hero-slide-square-inner {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 24px 20px 24px;
}
.hero-slide-ambient-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  transition: background 0.6s ease;
}
.hero-slide-top-info {
  position: relative;
  z-index: 6;
  max-width: 78%;
}
.hero-slide-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: linear-gradient(90deg, #e86d4b 0%, #fa5252 100%);
  color: #ffffff;
  font-size: 0.65rem;
  font-weight: 800;
  padding: 3.5px 10px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 6px;
  box-shadow: 0 3px 8px rgba(255, 122, 89, 0.3);
}
.hero-slide-title {
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1.18;
  color: #ffffff;
  letter-spacing: -0.025em;
  margin-bottom: 4px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}
.hero-slide-subtitle {
  font-size: 0.78rem;
  color: #cbd5e1;
  font-weight: 500;
  line-height: 1.38;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 90%;
}
.hero-slide-price-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(3, 168, 127, 0.18);
  border: 1px solid rgba(3, 168, 127, 0.4);
  padding: 4px 10px;
  border-radius: 10px;
  margin-top: 6px;
  backdrop-filter: blur(6px);
}
.hero-slide-price-label {
  font-size: 0.62rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #a7f3d0;
  letter-spacing: 0.05em;
}
.hero-slide-price-val {
  font-size: 0.95rem;
  font-weight: 900;
  color: var(--slide-accent, #03a87f);
  letter-spacing: -0.02em;
}
.hero-slide-visual-stage {
  position: absolute;
  right: 12px;
  bottom: 44px;
  width: 52%;
  height: 60%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  z-index: 3;
  pointer-events: none;
}
.hero-slide-visual-stage img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 14px 22px rgba(0, 0, 0, 0.55));
  animation: floatHeroSquare 6s ease-in-out infinite;
}
.hero-slide-bottom-actions {
  position: relative;
  z-index: 8;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-bottom: 2px;
}
.hero-slide-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: linear-gradient(135deg, var(--slide-accent, #03a87f) 0%, var(--slide-accent-dark, #028e6b) 100%);
  color: #ffffff !important;
  font-size: 0.76rem;
  font-weight: 800;
  padding: 8px 18px;
  border-radius: 22px;
  text-decoration: none;
  box-shadow: 0 4px 12px -2px rgba(3, 168, 127, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.25s ease;
}
.hero-slide-btn-primary:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 8px 18px -2px rgba(3, 168, 127, 0.55);
}
.hero-slide-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: rgba(15, 23, 42, 0.65);
  color: #e2e8f0 !important;
  font-size: 0.74rem;
  font-weight: 700;
  padding: 7.5px 14px;
  border-radius: 22px;
  text-decoration: none;
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(6px);
  transition: all 0.25s ease;
}
.hero-slide-btn-outline:hover {
  background: #ffffff;
  color: #0f172a !important;
  border-color: #ffffff;
  transform: translateY(-2px);
}
.hero-slider-square-card .slider-nav-container {
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(15, 23, 42, 0.75);
  backdrop-filter: blur(8px);
  padding: 4px 10px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  z-index: 15;
}
.hero-slider-square-card .slider-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  border: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.hero-slider-square-card .slider-dot.active {
  width: 18px;
  border-radius: 4px;
  background: var(--slide-accent, #03a87f);
}

/* 2. Right Column: Matching 400px Height Explore Categories Panel */
.hero-categories-panel {
  background: #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 24px;
  padding: 18px 22px;
  box-shadow: 0 16px 40px -10px rgba(15, 23, 42, 0.06);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 400px;
  min-height: 400px;
  max-height: 400px;
}
.hero-categories-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f1f5f9;
}
.hero-categories-title-group h2 {
  font-size: 1.05rem;
  font-weight: 900;
  color: #0f172a;
  display: flex;
  align-items: center;
  gap: 7px;
  letter-spacing: -0.02em;
}
.hero-categories-title-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #03a87f;
  box-shadow: 0 0 0 2.5px rgba(3, 168, 127, 0.2);
}
.hero-categories-title-group p {
  font-size: 0.68rem;
  color: #64748b;
  font-weight: 600;
}
.hero-categories-view-all {
  font-size: 0.76rem;
  font-weight: 800;
  color: #03a87f;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  transition: transform 0.2s ease;
}
.hero-categories-view-all:hover {
  text-decoration: underline;
  transform: translateX(2px);
}
.hero-categories-2x3-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 12px;
  flex: 1;
}
.hero-cat-square-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #f8fafc;
  border: 1.5px solid #e2e8f0;
  border-radius: 18px;
  padding: 12px 8px;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}
.hero-cat-square-box:hover {
  background: #ffffff;
  transform: translateY(-3px);
  border-color: #03a87f;
  box-shadow: 0 10px 22px -4px rgba(3, 168, 127, 0.22);
}
.hero-cat-icon-wrap {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  color: #03a87f;
  margin-bottom: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.hero-cat-square-box:hover .hero-cat-icon-wrap {
  background: linear-gradient(135deg, #03a87f 0%, #028e6b 100%);
  color: #ffffff;
  border-color: transparent;
  transform: scale(1.08);
  box-shadow: 0 6px 14px rgba(3, 168, 127, 0.35);
}
.hero-cat-name {
  font-size: 0.85rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.2;
  transition: color 0.2s ease;
}
.hero-cat-square-box:hover .hero-cat-name {
  color: #03a87f;
}
.hero-cat-sub {
  font-size: 0.66rem;
  font-weight: 600;
  color: #64748b;
  margin-top: 1px;
}
.hero-cat-square-box.tradein-highlight {
  border-color: rgba(3, 168, 127, 0.35);
  background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%);
}
.hero-cat-square-box.tradein-highlight .hero-cat-icon-wrap {
  background: #03a87f;
  color: #ffffff;
  border-color: #03a87f;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .hero-two-col-layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .hero-slider-square-card {
    width: 100%;
    max-width: 400px;
    height: 380px;
    min-width: 0;
    min-height: 0;
    max-height: 400px;
    margin: 0 auto;
  }
  .hero-slider-square-card .hero-slide {
    width: 100%;
    height: 100%;
  }
  .hero-categories-panel {
    height: auto;
    max-height: none;
    min-height: 280px;
  }
}
@media (max-width: 640px) {
  .hero-slider-square-card {
    width: 100%;
    max-width: 100%;
    height: 320px;
    min-width: 0;
    min-height: 0;
    max-height: 340px;
    border-radius: 20px;
  }
  .hero-slide-square-inner {
    padding: 16px 16px 14px 16px;
  }
  .hero-slide-visual-stage {
    width: 48%;
    height: 54%;
    bottom: 34px;
    right: 8px;
  }
  .hero-slide-title {
    font-size: 1.15rem;
  }
  .hero-slide-top-info {
    max-width: 68%;
  }
  .hero-slide-bottom-actions {
    gap: 6px;
  }
  .hero-slide-btn-primary {
    padding: 6.5px 13px;
    font-size: 0.72rem;
  }
  .hero-slide-btn-outline {
    padding: 6px 11px;
    font-size: 0.7rem;
  }
  .hero-categories-panel {
    padding: 14px 10px;
    border-radius: 20px;
  }
  .hero-categories-2x3-grid {
    gap: 8px;
  }
  .hero-cat-square-box {
    padding: 10px 4px;
    border-radius: 14px;
  }
  .hero-cat-icon-wrap {
    width: 36px;
    height: 36px;
    font-size: 1.15rem;
    margin-bottom: 4px;
    border-radius: 10px;
  }
  .hero-cat-name {
    font-size: 0.75rem;
  }
  .hero-cat-sub {
    display: none;
  }
}


/* ============================================================
   BRAND-COLORED EXPLORE CATEGORIES CARDS (#03a87f)
   ============================================================ */
.hero-categories-panel {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbf9 100%);
  border: 1.5px solid rgba(3, 168, 127, 0.18);
  border-radius: 24px;
  padding: 18px 22px;
  box-shadow: 0 16px 40px -10px rgba(3, 168, 127, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 400px;
  min-height: 400px;
  max-height: 400px;
}
.hero-categories-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(3, 168, 127, 0.12);
}
.hero-categories-title-group h2 {
  font-size: 1.05rem;
  font-weight: 900;
  color: #0f172a;
  display: flex;
  align-items: center;
  gap: 7px;
  letter-spacing: -0.02em;
}
.hero-categories-title-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #03a87f;
  box-shadow: 0 0 0 3px rgba(3, 168, 127, 0.25);
}
.hero-categories-title-group p {
  font-size: 0.68rem;
  color: #03a87f;
  font-weight: 700;
}
.hero-categories-view-all {
  font-size: 0.76rem;
  font-weight: 800;
  color: #03a87f;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  border-radius: 20px;
  background: rgba(3, 168, 127, 0.08);
  border: 1px solid rgba(3, 168, 127, 0.2);
  transition: all 0.25s ease;
}
.hero-categories-view-all:hover {
  background: #03a87f;
  color: #ffffff !important;
  border-color: #03a87f;
  transform: translateX(2px);
  text-decoration: none;
}
.hero-categories-2x3-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 12px;
  flex: 1;
}
.hero-cat-square-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #ffffff;
  border: 1.5px solid rgba(3, 168, 127, 0.16);
  border-radius: 18px;
  padding: 12px 8px;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(3, 168, 127, 0.04);
  transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}
.hero-cat-square-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #03a87f, #03a87f);
  opacity: 0;
  transition: opacity 0.25s ease;
}
.hero-cat-square-box:hover {
  background: linear-gradient(180deg, #ffffff 0%, #f0fdf9 100%);
  transform: translateY(-4px);
  border-color: #03a87f;
  box-shadow: 0 14px 28px -6px rgba(3, 168, 127, 0.25);
}
.hero-cat-square-box:hover::before {
  opacity: 1;
}
.hero-cat-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(3, 168, 127, 0.12) 0%, rgba(3, 168, 127, 0.04) 100%);
  border: 1.5px solid rgba(3, 168, 127, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  color: #03a87f;
  margin-bottom: 6px;
  box-shadow: 0 3px 8px rgba(3, 168, 127, 0.08);
  transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}
.hero-cat-square-box:hover .hero-cat-icon-wrap {
  background: linear-gradient(135deg, #03a87f 0%, #028e6b 100%);
  color: #ffffff;
  border-color: transparent;
  transform: scale(1.1);
  box-shadow: 0 8px 18px rgba(3, 168, 127, 0.38);
}
.hero-cat-name {
  font-size: 0.86rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.2;
  transition: color 0.2s ease;
}
.hero-cat-square-box:hover .hero-cat-name {
  color: #03a87f;
}
.hero-cat-sub {
  font-size: 0.64rem;
  font-weight: 700;
  color: #03a87f;
  background: rgba(3, 168, 127, 0.08);
  border: 1px solid rgba(3, 168, 127, 0.22);
  padding: 2px 8px;
  border-radius: 12px;
  margin-top: 4px;
  display: inline-block;
  transition: all 0.2s ease;
}
.hero-cat-square-box:hover .hero-cat-sub {
  background: #03a87f;
  color: #ffffff;
  border-color: #03a87f;
}
.hero-cat-square-box.tradein-highlight {
  border-color: rgba(3, 168, 127, 0.4);
  background: linear-gradient(135deg, #f0fdf9 0%, #e6fcf4 100%);
}
.hero-cat-square-box.tradein-highlight .hero-cat-icon-wrap {
  background: linear-gradient(135deg, #03a87f 0%, #028e6b 100%);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(3, 168, 127, 0.3);
}
  box-shadow: 0 4px 12px rgba(3, 168, 127, 0.3);
}
.hero-cat-square-box.tradein-highlight .hero-cat-sub {
  background: #03a87f;
  color: #ffffff;
  border-color: #03a87f;
}

/* =================================================================
   ✨ REDESIGNED HERO: CINEMATIC SLIDER + 8-CATEGORY CARDS GRID
   ================================================================= */

/* ── Layout ── */
.hero-two-col-section {
  max-width: 1280px;
  margin: 14px auto 32px auto;
}
.hero-two-col-layout {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 20px;
  align-items: stretch;
}

/* ── Left Column: Cinematic Slider ── */
.hero-slider-square-card {
  position: relative;
  width: 420px;
  height: 420px;
  min-width: 420px;
  min-height: 420px;
  max-width: 420px;
  max-height: 420px;
  border-radius: 28px;
  overflow: hidden;
  background: radial-gradient(circle at 78% 18%, #102c26 0%, #091520 50%, #040810 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 60px -12px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(3, 168, 127, 0.15);
  flex-shrink: 0;
}

/* Slides */
.hero-slider-square-card .hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1), transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transform: scale(0.97) translateX(12px);
  display: flex !important;
}
.hero-slider-square-card .hero-slide.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: scale(1) translateX(0);
  z-index: 2;
}

/* Inner layout */
.hero-slide-square-inner {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px 26px 20px 26px;
}

/* Ambient glow */
.hero-slide-ambient-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: radial-gradient(ellipse at 72% 48%, rgba(3, 168, 127, 0.25) 0%, rgba(2, 100, 80, 0.08) 50%, transparent 72%);
}

/* Top info */
.hero-slide-top-info {
  position: relative;
  z-index: 6;
  max-width: 80%;
}
.hero-slide-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: linear-gradient(90deg, #e86d4b, #fa3c3c);
  color: #fff;
  font-size: 0.62rem;
  font-weight: 900;
  padding: 4px 11px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
  box-shadow: 0 4px 12px rgba(250, 60, 60, 0.35);
}
.hero-slide-title {
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.16;
  color: #ffffff;
  letter-spacing: -0.03em;
  margin-bottom: 5px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
}
.hero-slide-subtitle {
  font-size: 0.78rem;
  color: #94a3b8;
  font-weight: 500;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 92%;
}
.hero-slide-price-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(3, 168, 127, 0.16);
  border: 1px solid rgba(3, 168, 127, 0.38);
  padding: 5px 12px;
  border-radius: 10px;
  margin-top: 10px;
  backdrop-filter: blur(8px);
}
.hero-slide-price-label {
  font-size: 0.62rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #a7f3d0;
  letter-spacing: 0.05em;
}
.hero-slide-price-val {
  font-size: 1rem;
  font-weight: 900;
  color: #03a87f;
  letter-spacing: -0.02em;
}

/* Device visual */
.hero-slide-visual-stage {
  position: absolute;
  right: 14px;
  bottom: 52px;
  width: 54%;
  height: 62%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  z-index: 3;
  pointer-events: none;
}
.hero-slide-visual-stage img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.6));
  animation: floatHeroSquare 7s ease-in-out infinite;
}
@keyframes floatHeroSquare {
  0%, 100% { transform: translateY(0) scale(1); }
  50%       { transform: translateY(-8px) scale(1.02); }
}

/* Bottom actions */
.hero-slide-bottom-actions {
  position: relative;
  z-index: 8;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
}
.hero-slide-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: linear-gradient(135deg, #03a87f, #028e6b);
  color: #fff !important;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 9px 20px;
  border-radius: 24px;
  text-decoration: none;
  box-shadow: 0 6px 18px -3px rgba(3, 168, 127, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: all 0.25s ease;
}
.hero-slide-btn-primary:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 10px 24px -3px rgba(3, 168, 127, 0.6);
  color: #fff !important;
}
.hero-slide-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: rgba(15, 23, 42, 0.65);
  color: #e2e8f0 !important;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 8.5px 16px;
  border-radius: 24px;
  text-decoration: none;
  border: 1.5px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(8px);
  transition: all 0.25s ease;
}
.hero-slide-btn-outline:hover {
  background: #fff;
  color: #0f172a !important;
  border-color: #fff;
  transform: translateY(-2px);
}

/* Arrow buttons */
.hero-slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.7);
  border: 1.5px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(8px);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0;
}
.hero-slider-square-card:hover .hero-slider-arrow {
  opacity: 1;
}
.hero-slider-arrow:hover {
  background: #03a87f;
  border-color: #03a87f;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 6px 18px rgba(3, 168, 127, 0.45);
}
.hero-slider-arrow-prev { left: 10px; }
.hero-slider-arrow-next { right: 10px; }

/* Bottom bar (dots + counter) */
.hero-slider-bottom-bar {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 15;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(15, 23, 42, 0.7);
  backdrop-filter: blur(8px);
  padding: 5px 12px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  white-space: nowrap;
}
.slider-dots-row {
  display: flex;
  align-items: center;
  gap: 5px;
}
.hero-slider-bottom-bar .slider-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.hero-slider-bottom-bar .slider-dot.active {
  width: 20px;
  border-radius: 4px;
  background: #03a87f;
}
.hero-slide-counter {
  font-size: 0.65rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.5px;
}

/* Autoplay progress bar */
.hero-progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: rgba(255, 255, 255, 0.1);
  z-index: 20;
  overflow: hidden;
}
.hero-progress-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #03a87f, #04d8a0);
  border-radius: 0 2px 2px 0;
}

/* ── Right Column: Categories Panel ── */
.hero-categories-panel {
  background: #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 28px;
  padding: 20px 22px;
  box-shadow: 0 16px 40px -10px rgba(15, 23, 42, 0.06);
  display: flex;
  flex-direction: column;
  height: 420px;
  min-height: 420px;
  max-height: 420px;
  gap: 14px;
}
.hero-categories-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #f1f5f9;
  flex-shrink: 0;
}
.hero-categories-title-group h2 {
  font-size: 1.02rem;
  font-weight: 900;
  color: #0f172a;
  display: flex;
  align-items: center;
  gap: 7px;
  letter-spacing: -0.02em;
}
.hero-categories-title-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #03a87f;
  box-shadow: 0 0 0 3px rgba(3, 168, 127, 0.22);
  flex-shrink: 0;
}
.hero-categories-title-group p {
  font-size: 0.68rem;
  color: #64748b;
  font-weight: 600;
  margin-top: 2px;
}
.hero-categories-view-all {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.72rem;
  font-weight: 800;
  color: #03a87f;
  text-decoration: none;
  background: rgba(3, 168, 127, 0.08);
  border: 1px solid rgba(3, 168, 127, 0.2);
  padding: 4px 10px;
  border-radius: 20px;
  transition: all 0.2s ease;
  white-space: nowrap;
  flex-shrink: 0;
}
.hero-categories-view-all:hover {
  background: #03a87f;
  color: #ffffff !important;
  border-color: #03a87f;
  text-decoration: none;
}

/* ── 4×2 Categories Grid ── */
.hero-categories-4x2-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 10px;
  flex: 1;
  min-height: 0;
}

/* Category card base — geometric square */
.hero-cat-card {
  aspect-ratio: 1 / 1;
  width: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 18px;
  padding: 8px 6px;
  text-decoration: none;
  border: 1.5px solid transparent;
  transition:
    background-color 0.28s cubic-bezier(0.16, 1, 0.3, 1),
    border-color     0.28s ease,
    transform        0.28s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow       0.28s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
  background: #f8fafc;
}
.hero-cat-card:hover {
  transform: translateY(-4px) scale(1.02);
}
.hero-cat-icon-wrap {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-bottom: 5px;
  flex-shrink: 0;
  transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}
.hero-cat-icon-wrap i {
  transition: color 0.25s ease;
}
.hero-cat-name {
  font-size: 0.78rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.15;
  transition: color 0.25s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 92%;
}
.hero-cat-sub {
  font-size: 0.58rem;
  font-weight: 600;
  margin-top: 2px;
  line-height: 1.1;
  transition: color 0.25s ease, opacity 0.25s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 92%;
}

/* ── Per-category color accents & full-card hover immersion ── */

/* 1. Apple / iPhone — black/slate */
.cat-apple { background: #f8fafc; border-color: rgba(15,23,42,0.1); }
.cat-apple .hero-cat-icon-wrap { background: #0f172a; color: #ffffff; }
.cat-apple .hero-cat-sub { color: #64748b; }
.cat-apple:hover {
  background: #0f172a !important;
  border-color: #0f172a !important;
  box-shadow: 0 14px 28px -4px rgba(15,23,42,0.45) !important;
}
.cat-apple:hover .hero-cat-icon-wrap {
  background: #ffffff !important;
  transform: scale(1.08);
  box-shadow: 0 6px 16px rgba(0,0,0,0.25);
}
.cat-apple:hover .hero-cat-icon-wrap i { color: #0f172a !important; }
.cat-apple:hover .hero-cat-name { color: #ffffff !important; }
.cat-apple:hover .hero-cat-sub { color: rgba(255, 255, 255, 0.8) !important; }

/* 2. Samsung — royal blue */
.cat-samsung { background: #eff6ff; border-color: rgba(37,99,235,0.15); }
.cat-samsung .hero-cat-icon-wrap { background: #1d4ed8; color: #ffffff; }
.cat-samsung .hero-cat-sub { color: #3b82f6; }
.cat-samsung:hover {
  background: #1d4ed8 !important;
  border-color: #1d4ed8 !important;
  box-shadow: 0 14px 28px -4px rgba(29,78,216,0.45) !important;
}
.cat-samsung:hover .hero-cat-icon-wrap {
  background: #ffffff !important;
  transform: scale(1.08);
  box-shadow: 0 6px 16px rgba(0,0,0,0.25);
}
.cat-samsung:hover .hero-cat-icon-wrap i { color: #1d4ed8 !important; }
.cat-samsung:hover .hero-cat-name { color: #ffffff !important; }
.cat-samsung:hover .hero-cat-sub { color: rgba(255, 255, 255, 0.85) !important; }

/* 3. MacBooks — indigo */
.cat-mac { background: #eef2ff; border-color: rgba(99,102,241,0.15); }
.cat-mac .hero-cat-icon-wrap { background: #4f46e5; color: #ffffff; }
.cat-mac .hero-cat-sub { color: #6366f1; }
.cat-mac:hover {
  background: #4f46e5 !important;
  border-color: #4f46e5 !important;
  box-shadow: 0 14px 28px -4px rgba(79,70,229,0.45) !important;
}
.cat-mac:hover .hero-cat-icon-wrap {
  background: #ffffff !important;
  transform: scale(1.08);
  box-shadow: 0 6px 16px rgba(0,0,0,0.25);
}
.cat-mac:hover .hero-cat-icon-wrap i { color: #4f46e5 !important; }
.cat-mac:hover .hero-cat-name { color: #ffffff !important; }
.cat-mac:hover .hero-cat-sub { color: rgba(255, 255, 255, 0.85) !important; }

/* 4. iPads — sky blue */
.cat-ipad { background: #f0f9ff; border-color: rgba(14,165,233,0.15); }
.cat-ipad .hero-cat-icon-wrap { background: #0284c7; color: #ffffff; }
.cat-ipad .hero-cat-sub { color: #0ea5e9; }
.cat-ipad:hover {
  background: #0284c7 !important;
  border-color: #0284c7 !important;
  box-shadow: 0 14px 28px -4px rgba(2,132,199,0.45) !important;
}
.cat-ipad:hover .hero-cat-icon-wrap {
  background: #ffffff !important;
  transform: scale(1.08);
  box-shadow: 0 6px 16px rgba(0,0,0,0.25);
}
.cat-ipad:hover .hero-cat-icon-wrap i { color: #0284c7 !important; }
.cat-ipad:hover .hero-cat-name { color: #ffffff !important; }
.cat-ipad:hover .hero-cat-sub { color: rgba(255, 255, 255, 0.85) !important; }

/* 5. Google Pixel — amber */
.cat-google { background: #fffbeb; border-color: rgba(245,158,11,0.15); }
.cat-google .hero-cat-icon-wrap { background: #d97706; color: #ffffff; }
.cat-google .hero-cat-sub { color: #f59e0b; }
.cat-google:hover {
  background: #d97706 !important;
  border-color: #d97706 !important;
  box-shadow: 0 14px 28px -4px rgba(217,119,6,0.45) !important;
}
.cat-google:hover .hero-cat-icon-wrap {
  background: #ffffff !important;
  transform: scale(1.08);
  box-shadow: 0 6px 16px rgba(0,0,0,0.25);
}
.cat-google:hover .hero-cat-icon-wrap i { color: #d97706 !important; }
.cat-google:hover .hero-cat-name { color: #ffffff !important; }
.cat-google:hover .hero-cat-sub { color: rgba(255, 255, 255, 0.85) !important; }

/* 6. AirPods & Audio — purple / violet */
.cat-audio { background: #f5f3ff; border-color: rgba(139,92,246,0.15); }
.cat-audio .hero-cat-icon-wrap { background: #7c3aed; color: #ffffff; }
.cat-audio .hero-cat-sub { color: #8b5cf6; }
.cat-audio:hover {
  background: #7c3aed !important;
  border-color: #7c3aed !important;
  box-shadow: 0 14px 28px -4px rgba(124,58,237,0.45) !important;
}
.cat-audio:hover .hero-cat-icon-wrap {
  background: #ffffff !important;
  transform: scale(1.08);
  box-shadow: 0 6px 16px rgba(0,0,0,0.25);
}
.cat-audio:hover .hero-cat-icon-wrap i { color: #7c3aed !important; }
.cat-audio:hover .hero-cat-name { color: #ffffff !important; }
.cat-audio:hover .hero-cat-sub { color: rgba(255, 255, 255, 0.85) !important; }

/* 7. Accessories — orange */
.cat-accessories { background: #fff7ed; border-color: rgba(249,115,22,0.15); }
.cat-accessories .hero-cat-icon-wrap { background: #ea580c; color: #ffffff; }
.cat-accessories .hero-cat-sub { color: #f97316; }
.cat-accessories:hover {
  background: #ea580c !important;
  border-color: #ea580c !important;
  box-shadow: 0 14px 28px -4px rgba(234,88,12,0.45) !important;
}
.cat-accessories:hover .hero-cat-icon-wrap {
  background: #ffffff !important;
  transform: scale(1.08);
  box-shadow: 0 6px 16px rgba(0,0,0,0.25);
}
.cat-accessories:hover .hero-cat-icon-wrap i { color: #ea580c !important; }
.cat-accessories:hover .hero-cat-name { color: #ffffff !important; }
.cat-accessories:hover .hero-cat-sub { color: rgba(255, 255, 255, 0.85) !important; }

/* 8. Trade-In — emerald (brand) */
.cat-tradein { background: #f0fdf9; border-color: rgba(3,168,127,0.25); }
.cat-tradein .hero-cat-icon-wrap { background: #03a87f; color: #ffffff; }
.cat-tradein .hero-cat-sub { color: #03a87f; font-weight: 700; }
.cat-tradein:hover {
  background: #03a87f !important;
  border-color: #03a87f !important;
  box-shadow: 0 14px 28px -4px rgba(3,168,127,0.45) !important;
}
.cat-tradein:hover .hero-cat-icon-wrap {
  background: #ffffff !important;
  transform: scale(1.08);
  box-shadow: 0 6px 16px rgba(0,0,0,0.25);
}
.cat-tradein:hover .hero-cat-icon-wrap i { color: #03a87f !important; }
.cat-tradein:hover .hero-cat-name { color: #ffffff !important; }
.cat-tradein:hover .hero-cat-sub { color: rgba(255, 255, 255, 0.9) !important; }

/* 9. Lipa Polepole — brand teal */
.cat-lipa { background: #e6f7f2; border-color: rgba(3,168,127,0.28); }
.cat-lipa .hero-cat-icon-wrap { background: #027a5c; color: #ffffff; }
.cat-lipa .hero-cat-sub { color: #027a5c; font-weight: 700; }
.cat-lipa:hover {
  background: #027a5c !important;
  border-color: #027a5c !important;
  box-shadow: 0 14px 28px -4px rgba(2,122,92,0.45) !important;
}
.cat-lipa:hover .hero-cat-icon-wrap {
  background: #ffffff !important;
  transform: scale(1.08);
  box-shadow: 0 6px 16px rgba(0,0,0,0.25);
}
.cat-lipa:hover .hero-cat-icon-wrap i { color: #027a5c !important; }
.cat-lipa:hover .hero-cat-name { color: #ffffff !important; }
.cat-lipa:hover .hero-cat-sub { color: rgba(255, 255, 255, 0.9) !important; }

.hero-cat-count {
  position: absolute;
  top: 6px;
  right: 6px;
  min-width: 18px;
  padding: 2px 6px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.07);
  color: #475569;
  font-size: 0.58rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.01em;
}
.hero-cat-card:hover .hero-cat-count {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.hero-cat-card:focus-visible {
  outline: 2px solid #03a87f;
  outline-offset: 2px;
}


/* ── Responsive ── */
@media (max-width: 1100px) {
  .hero-two-col-layout { grid-template-columns: 380px 1fr; }
  .hero-slider-square-card { width: 380px; height: 380px; min-width: 380px; min-height: 380px; max-width: 380px; max-height: 380px; }
  .hero-categories-panel { height: 380px; min-height: 380px; max-height: 380px; }
}
@media (max-width: 991px) {
  .hero-two-col-layout { grid-template-columns: 1fr; gap: 16px; }
  .hero-slider-square-card { width: 100%; height: 340px; min-width: 0; min-height: 0; max-width: 100%; max-height: 360px; }
  .hero-categories-panel { height: auto; min-height: 0; max-height: none; }
  .hero-categories-4x2-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 12px !important; }
}
@media (max-width: 640px) {
  .hero-slider-square-card { height: 320px; max-height: 340px; border-radius: 22px; }
  .hero-categories-panel { padding: 16px 14px; border-radius: 22px; }
  .hero-categories-4x2-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 12px !important; }
  .hero-cat-card { aspect-ratio: 1 / 1 !important; padding: 12px 8px !important; border-radius: 18px !important; }
  .hero-cat-icon-wrap { width: 44px !important; height: 44px !important; font-size: 1.25rem !important; margin-bottom: 6px !important; border-radius: 12px !important; }
  .hero-cat-name { font-size: 0.84rem !important; font-weight: 800 !important; }
  .hero-cat-sub { display: block !important; font-size: 0.64rem !important; font-weight: 600 !important; margin-top: 2px !important; opacity: 0.85 !important; }
}

/* =================================================================
   🎨 CLEAN WHITE SLIDER — Image-tinted BG, centered product, minimal strip
   ================================================================= */

/* Card shell — white with soft border */
.hero-slider-square-card {
  position: relative;
  width: 420px;
  height: 420px;
  min-width: 420px;
  min-height: 420px;
  max-width: 420px;
  max-height: 420px;
  border-radius: 28px;
  overflow: hidden;
  background: #ffffff;
  border: 1.5px solid rgba(226, 232, 240, 0.9);
  box-shadow: 0 16px 48px -12px rgba(15, 23, 42, 0.1), 0 0 0 0.5px rgba(226,232,240,0.6);
  flex-shrink: 0;
}

/* Slide — stack absolutely, full size */
.hero-slider-square-card .hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: scale(0.98);
  transition: opacity 0.45s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex !important;
  flex-direction: column;
}
.hero-slider-square-card .hero-slide.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: scale(1);
  z-index: 2;
}

/* Tint layer — JS injects radial gradient here */
.hero-slide-bg-tint {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  transition: background 0.6s ease;
}

/* Inner flex column */
.hero-slide-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* ── Top bar: badge ── */
.hero-slide-topbar {
  display: flex;
  align-items: center;
  padding: 14px 16px 0 16px;
  flex-shrink: 0;
  min-height: 36px;
}
.hero-slide-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: linear-gradient(90deg, #e86d4b, #fa3c3c);
  color: #fff;
  font-size: 0.6rem;
  font-weight: 900;
  padding: 4px 11px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  box-shadow: 0 3px 10px rgba(250,60,60,0.28);
}

/* ── Central image stage — dominant zone ── */
.hero-slide-image-stage {
  flex: 1;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px 4px 24px;
  position: relative;
}
.hero-slide-product-img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 20px;
  filter: drop-shadow(0 12px 28px rgba(0,0,0,0.13));
  animation: heroImgFloat 7s ease-in-out infinite;
  transition: transform 0.4s ease;
}

.hero-slider-bottom-bar,
.hero-progress-bar { display: none !important; }
.hero-slide-badge.is-upcoming {
  background: linear-gradient(90deg, #03a87f, #028e6b);
  box-shadow: 0 3px 10px rgba(3,168,127,0.28);
}
@keyframes heroImgFloat {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-7px); }
}

/* ── Bottom info strip ── */
.hero-slide-info-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 16px 14px 16px;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(8px);
  border-top: 1px solid rgba(226,232,240,0.7);
  flex-shrink: 0;
}
.hero-slide-info-left {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  flex: 1;
}
.hero-slide-title {
  font-size: 0.95rem;
  font-weight: 900;
  color: #0f172a;
  line-height: 1.2;
  letter-spacing: -0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hero-slide-price {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
}
.hero-slide-price-from {
  font-size: 0.62rem;
  font-weight: 700;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.hero-slide-price-amount {
  font-size: 0.95rem;
  font-weight: 900;
  color: #03a87f;
  letter-spacing: -0.02em;
}
.hero-slide-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: linear-gradient(135deg, #03a87f, #028e6b);
  color: #fff !important;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 8.5px 18px;
  border-radius: 22px;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  box-shadow: 0 4px 14px -3px rgba(3,168,127,0.4);
  border: 1px solid rgba(255,255,255,0.15);
  transition: all 0.22s ease;
}
.hero-slide-cta-btn:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 8px 20px -3px rgba(3,168,127,0.55);
  color: #fff !important;
}

/* ── Arrows — appear on hover ── */
.hero-slider-arrow {
  position: absolute;
  top: 40%; /* keep above the info strip */
  transform: translateY(-50%);
  z-index: 20;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(15,23,42,0.06);
  border: 1px solid rgba(15,23,42,0.1);
  color: #334155;
  font-size: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(4px);
  transition: all 0.22s ease;
  opacity: 0;
}
.hero-slider-square-card:hover .hero-slider-arrow,
.hero-slider-square-card:focus-within .hero-slider-arrow { opacity: 1; }
@media (max-width: 991px) {
  .hero-slider-arrow { opacity: 1; }
}
.hero-slider-arrow:hover {
  background: #03a87f;
  border-color: #03a87f;
  color: #fff;
  box-shadow: 0 4px 14px rgba(3,168,127,0.4);
  transform: translateY(-50%) scale(1.1);
}
.hero-slider-arrow-prev { left: 10px; }
.hero-slider-arrow-next { right: 10px; }

/* ── Bottom bar: dots + counter ── */
.hero-slider-bottom-bar {
  position: absolute;
  bottom: 56px; /* sit just above info strip */
  left: 50%;
  transform: translateX(-50%);
  z-index: 15;
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.82);
  backdrop-filter: blur(8px);
  padding: 4px 10px;
  border-radius: 18px;
  border: 1px solid rgba(226,232,240,0.9);
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  white-space: nowrap;
}
.slider-dots-row {
  display: flex;
  align-items: center;
  gap: 5px;
}
.hero-slider-bottom-bar .slider-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #cbd5e1;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.hero-slider-bottom-bar .slider-dot.active {
  width: 18px;
  border-radius: 4px;
  background: #03a87f;
}
.hero-slide-counter {
  font-size: 0.62rem;
  font-weight: 700;
  color: #94a3b8;
  letter-spacing: 0.4px;
}

/* ── Progress bar ── */
.hero-progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2.5px;
  background: rgba(3,168,127,0.1);
  z-index: 20;
  overflow: hidden;
}
.hero-progress-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #03a87f, #04d8a0);
  transform-origin: left center;
}
@keyframes heroProgress {
  from { width: 0%; }
  to { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-slide-product-img { animation: none !important; }
  .hero-progress-fill { animation: none !important; }
}

/* ── Responsive ── */
@media (max-width: 1100px) {
  .hero-slider-square-card { width: 380px; height: 380px; min-width: 380px; min-height: 380px; max-width: 380px; max-height: 380px; }
  .hero-categories-panel   { height: 380px; min-height: 380px; max-height: 380px; }
  .hero-two-col-layout { grid-template-columns: 380px 1fr; }
}
@media (max-width: 991px) {
  .hero-two-col-layout { grid-template-columns: 1fr; gap: 16px; }
  .hero-slider-square-card { width: 100%; height: 360px; min-width: 0; min-height: 0; max-width: 100%; max-height: 380px; border-radius: 22px; }
  .hero-categories-panel { height: auto; min-height: 0; max-height: none; }
  .hero-categories-4x2-grid { min-height: 240px; }
}
@media (max-width: 640px) {
  .hero-slider-square-card { height: 310px; max-height: 330px; border-radius: 18px; }
  .hero-slide-topbar { padding: 10px 12px 0; min-height: 28px; }
  .hero-slide-image-stage { padding: 6px 16px 2px; }
  .hero-slide-info-strip { padding: 8px 12px 10px; gap: 8px; }
  .hero-slide-title { font-size: 0.85rem; }
  .hero-slide-price-amount { font-size: 0.85rem; }
  .hero-slide-cta-btn { padding: 7px 14px; font-size: 0.7rem; }
  .hero-slider-bottom-bar { bottom: 48px; }
  .hero-categories-panel { padding: 16px 14px; border-radius: 22px; }
  .hero-categories-4x2-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 12px !important; }
  .hero-cat-card { aspect-ratio: 1 / 1 !important; padding: 12px 8px !important; border-radius: 18px !important; }
  .hero-cat-icon-wrap { width: 44px !important; height: 44px !important; font-size: 1.25rem !important; margin-bottom: 6px !important; border-radius: 12px !important; }
  .hero-cat-name { font-size: 0.84rem !important; font-weight: 800 !important; }
  .hero-cat-sub { display: block !important; font-size: 0.64rem !important; font-weight: 600 !important; margin-top: 2px !important; opacity: 0.85 !important; }
}

/* ================================================================
   ✨ SLIDER SMOOTH TRANSITIONS & STAGGERED ENTRANCE EFFECTS
   ================================================================ */

/* ── Base slide: translate slightly right, invisible ── */
.hero-slider-square-card .hero-slide {
  transform: translateX(28px) scale(0.97);
  transition:
    opacity   0.48s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.48s cubic-bezier(0.22, 1, 0.36, 1);
}

/* ── Active slide: fully visible, centered ── */
.hero-slider-square-card .hero-slide.active {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateX(0) scale(1) !important;
  z-index: 2 !important;
  transition:
    opacity   0.48s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.48s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

/* ── Entering from right (next direction) ── */
.hero-slider-square-card .hero-slide.slide-enter-right {
  opacity: 0 !important;
  visibility: visible !important;
  transform: translateX(28px) scale(0.97) !important;
  transition: none !important;
}

/* ── Entering from left (prev direction) ── */
.hero-slider-square-card .hero-slide.slide-enter-left {
  opacity: 0 !important;
  visibility: visible !important;
  transform: translateX(-28px) scale(0.97) !important;
  transition: none !important;
}

/* ── Exit to left (going forward/next) ── */
.hero-slider-square-card .hero-slide.slide-exit-left {
  opacity: 0 !important;
  visibility: visible !important;
  pointer-events: none !important;
  transform: translateX(-28px) scale(0.97) !important;
  transition:
    opacity   0.44s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.44s cubic-bezier(0.22, 1, 0.36, 1) !important;
  z-index: 1 !important;
}

/* ── Exit to right (going backward/prev) ── */
.hero-slider-square-card .hero-slide.slide-exit-right {
  opacity: 0 !important;
  visibility: visible !important;
  pointer-events: none !important;
  transform: translateX(28px) scale(0.97) !important;
  transition:
    opacity   0.44s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.44s cubic-bezier(0.22, 1, 0.36, 1) !important;
  z-index: 1 !important;
}

/* ──────────────────────────────────────────────────────────────
   Per-element staggered entrance animations when slide is active
   ────────────────────────────────────────────────────────────── */

/* Badge drops in from above */
.hero-slider-square-card .hero-slide.active .hero-slide-badge {
  animation: sliderBadgeIn 0.5s 0.06s cubic-bezier(0.22, 1, 0.36, 1) both;
}

/* Product image scales up + floats continuously after entrance */
.hero-slider-square-card .hero-slide.active .hero-slide-product-img {
  animation:
    sliderImgIn   0.65s 0s    cubic-bezier(0.22, 1, 0.36, 1) both,
    heroImgFloat  7s    0.65s ease-in-out infinite;
}

/* Info strip rises from below */
.hero-slider-square-card .hero-slide.active .hero-slide-info-strip {
  animation: sliderStripUp 0.5s 0.08s cubic-bezier(0.22, 1, 0.36, 1) both;
}

/* Title */
.hero-slider-square-card .hero-slide.active .hero-slide-title {
  animation: sliderTitleIn 0.5s 0.2s cubic-bezier(0.22, 1, 0.36, 1) both;
}

/* Price */
.hero-slider-square-card .hero-slide.active .hero-slide-price {
  animation: sliderFadeUp 0.44s 0.26s cubic-bezier(0.22, 1, 0.36, 1) both;
}

/* CTA button */
.hero-slider-square-card .hero-slide.active .hero-slide-cta-btn {
  animation: sliderBtnIn  0.44s 0.3s  cubic-bezier(0.22, 1, 0.36, 1) both;
}

/* ── Keyframes ── */

@keyframes sliderBadgeIn {
  from { opacity: 0; transform: translateY(-10px) scale(0.9); }
  to   { opacity: 1; transform: translateY(0)     scale(1);   }
}

@keyframes sliderImgIn {
  from { opacity: 0; transform: scale(0.82) translateY(16px); filter: blur(4px) drop-shadow(0 12px 28px rgba(0,0,0,0.13)); }
  to   { opacity: 1; transform: scale(1)    translateY(0);    filter: blur(0)   drop-shadow(0 12px 28px rgba(0,0,0,0.13)); }
}

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

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

@keyframes sliderBtnIn {
  from { opacity: 0; transform: translateY(8px) scale(0.94); }
  to   { opacity: 1; transform: translateY(0)   scale(1);    }
}

/* ── Arrow button polish: subtle scale pulse on click ── */
.hero-slider-arrow:active {
  transform: translateY(-50%) scale(0.9) !important;
  transition: transform 0.1s ease !important;
}

/* ── Image stage: soft shimmer overlay during transition ── */
.hero-slide-image-stage::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(255,255,255,0.18) 0%, transparent 65%);
  border-radius: 20px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.hero-slider-square-card .hero-slide.slide-exit-left  .hero-slide-image-stage::after,
.hero-slider-square-card .hero-slide.slide-exit-right .hero-slide-image-stage::after {
  opacity: 1;
}

/* ================================================================
   💎 ELEGANT TITLE & PRICE — Dynamic Image-Matched Color Palette
   ================================================================ */

/* ── Strip container ── */
.hero-slide-info-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 18px 16px 18px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid rgba(226, 232, 240, 0.8);
  flex-shrink: 0;
  position: relative;
}

/* Top accent border — solid subtle border, no gradient */
.hero-slide-info-strip::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(226, 232, 240, 0.7);
}

/* ── Left info group ── */
.hero-slide-info-left {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
  flex: 1;
}

/* ── Tagline (subtitle) — dynamic image-matched color ── */
.hero-slide-tagline {
  font-size: 0.6rem;
  font-weight: 800;
  color: var(--slide-accent-dark, var(--slide-accent, #028e6b)) !important;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  line-height: 1;
  margin: 0 0 4px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0.95;
  transition: color 0.4s ease;
}

/* ── Main title — solid clean color, zero gradient ── */
.hero-slide-title {
  font-size: 1.15rem;
  font-weight: 950;
  line-height: 1.2;
  letter-spacing: -0.035em;
  margin: 0 0 5px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 10px;
  border-left: 3.5px solid var(--slide-accent, #03a87f) !important;
  position: relative;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  -webkit-text-fill-color: var(--slide-accent, #03a87f) !important;
  color: var(--slide-accent, #03a87f) !important;
  text-shadow: none !important;
  filter: none !important;
  transition: color 0.4s ease, border-left-color 0.4s ease;
}

/* ── Price section — stacked layout ── */
.hero-slide-price {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.hero-slide-price-from {
  font-size: 0.56rem;
  font-weight: 700;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1;
}

.hero-slide-price-row {
  display: flex;
  align-items: baseline;
  gap: 4px;
  line-height: 1;
}

/* "Ksh" — small, muted currency prefix */
.hero-slide-price-currency {
  font-size: 0.68rem;
  font-weight: 800;
  color: #64748b;
  letter-spacing: 0.02em;
  align-self: center;
  margin-top: 1px;
}

/* Main price number — dynamic image-matched pop color */
.hero-slide-price-number {
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
  background: none !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
  -webkit-text-fill-color: var(--slide-accent, #03a87f) !important;
  color: var(--slide-accent, #03a87f) !important;
  transition: color 0.4s ease;
}

/* ── CTA Button — dynamic image-matched gradient & glow ── */
.hero-slide-cta-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: linear-gradient(145deg, var(--slide-accent, #03a87f) 0%, var(--slide-accent-dark, #028e6b) 100%) !important;
  color: #fff !important;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  border-radius: 18px;
  padding: 10px 18px 8px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow:
    0 4px 16px -4px var(--slide-accent-glow, rgba(3, 168, 127, 0.5)),
    inset 0 1px 0 rgba(255, 255, 255, 0.25) !important;
  transition: all 0.24s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
  overflow: hidden;
}

/* Shimmer sweep on hover */
.hero-slide-cta-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.22), transparent);
  transform: skewX(-20deg);
  transition: left 0.5s ease;
}
.hero-slide-cta-btn:hover::before { left: 160%; }

/* Button text */
.hero-slide-cta-btn span {
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
}

/* Arrow icon */
.hero-slide-cta-btn i {
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.85);
  transition: transform 0.22s ease;
}

.hero-slide-cta-btn:hover {
  transform: translateY(-2px) scale(1.04);
  box-shadow:
    0 8px 24px -4px var(--slide-accent-glow, rgba(3, 168, 127, 0.6)),
    inset 0 1px 0 rgba(255, 255, 255, 0.3) !important;
  color: #fff !important;
}
.hero-slide-cta-btn:hover i { transform: translateX(3px); }

/* ── Stagger entrance animations ── */
.hero-slider-square-card .hero-slide.active .hero-slide-tagline {
  animation: sliderFadeUp 0.4s 0.13s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.hero-slider-square-card .hero-slide.active .hero-slide-title {
  animation: sliderTitleIn 0.5s 0.2s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.hero-slider-square-card .hero-slide.active .hero-slide-price-from {
  animation: sliderFadeUp 0.4s 0.28s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.hero-slider-square-card .hero-slide.active .hero-slide-price-row {
  animation: sliderPriceIn 0.55s 0.32s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.hero-slider-square-card .hero-slide.active .hero-slide-cta-btn {
  animation: sliderBtnIn 0.48s 0.38s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes sliderTitleIn {
  from {
    opacity: 0;
    transform: translateX(-10px);
    border-left-color: transparent;
  }
  to {
    opacity: 1;
    transform: translateX(0);
    border-left-color: var(--slide-accent, #03a87f);
  }
}

@keyframes sliderPriceIn {
  from { opacity: 0; transform: translateY(6px) scale(0.9); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

/* Responsive: keep strip readable on small screens */
@media (max-width: 640px) {
  .hero-slide-info-strip { padding: 10px 14px 12px; gap: 10px; }
  .hero-slide-title { font-size: 0.95rem; padding-left: 8px; border-left-width: 2.5px; }
  .hero-slide-price-number { font-size: 1.15rem; }
  .hero-slide-cta-btn { padding: 9px 14px 7px; border-radius: 14px; }
  .hero-slide-cta-btn span { font-size: 0.62rem; }
  .hero-slide-tagline { font-size: 0.54rem; }
}

/* ================================================================
   📦 FEATURED PRODUCTS: LOAD MORE BUTTON
   ================================================================ */
#loadMoreFeaturedBtn {
  background-color: #03a87f !important;
  background: #03a87f !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow: 0 6px 18px -2px rgba(3, 168, 127, 0.38) !important;
  transition: all 0.25s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

#loadMoreFeaturedBtn:hover:not(:disabled) {
  background-color: #028e6b !important;
  background: #028e6b !important;
  box-shadow: 0 10px 24px -2px rgba(3, 168, 127, 0.52) !important;
  transform: translateY(-2px) scale(1.02) !important;
}

#loadMoreFeaturedBtn:disabled {
  background-color: #f1f5f9 !important;
  background: #f1f5f9 !important;
  color: #64748b !important;
  border: 1px solid #e2e8f0 !important;
  box-shadow: none !important;
  transform: none !important;
  cursor: default !important;
}

/* ================================================================
   🌿 BRAND COLOR UTILITIES & CONTACT ICONS (#03a87f)
   ================================================================ */
.text-cyanBrand,
.text-brand,
.text-emeraldBrand {
  color: #03a87f !important;
}
.bg-cyanBrand,
.bg-brand,
.bg-emeraldBrand {
  background-color: #03a87f !important;
}
.border-cyanBrand,
.border-brand {
  border-color: #03a87f !important;
}
.hover\:text-cyanBrand:hover,
.hover\:text-brand:hover {
  color: #028e6b !important;
}
.hover\:bg-cyanBrand:hover,
.hover\:bg-brand:hover {
  background-color: #028e6b !important;
}

/* Contact item icons */
.contact-item i,
.footer-contact-info i,
.footer-contact-info .fa-location-dot,
.footer-contact-info .fa-phone,
.footer-contact-info .fa-headset,
.footer-contact-info .fa-envelope {
  color: #03a87f !important;
}

/* ================================================================
   📂 EXPANDABLE CATEGORY ACCORDION SIDEBAR
   ================================================================ */
.category-accordion-group {
  border-radius: 14px;
  transition: all 0.2s ease;
}

.category-accordion-toggle {
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.category-accordion-toggle:hover {
  background: rgba(15, 23, 42, 0.06);
}

.category-accordion-toggle i {
  transition: transform 0.24s cubic-bezier(0.16, 1, 0.3, 1), color 0.2s ease;
}

.category-sub-panel {
  transition: all 0.25s ease;
}

.category-sub-panel a {
  position: relative;
  transition: all 0.18s ease;
}

.category-sub-panel a:hover {
  padding-left: 12px;
}

/* PDP Technical Specifications Read More Container */
.specs-table-wrapper {
  overflow: hidden;
  position: relative;
  transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.specs-table-collapsed {
  max-height: 320px !important;
}

.specs-table-expanded {
  max-height: 5000px !important;
}

.specs-fade-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 90px;
  background: linear-gradient(to top, #ffffff 10%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  transition: opacity 0.3s ease;
}

/* ==========================================================================
   Official Price List Page Custom Styling
   ========================================================================== */
.price-hero-card {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  color: #ffffff;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
}

.price-hero-card::before {
  content: '';
  position: absolute;
  top: -120px;
  right: -80px;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(3, 168, 127, 0.22) 0%, rgba(3, 168, 127, 0) 70%);
  pointer-events: none;
}

.price-hero-card::after {
  content: '';
  position: absolute;
  bottom: -100px;
  left: -80px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(255, 122, 89, 0.15) 0%, rgba(255, 122, 89, 0) 70%);
  pointer-events: none;
}

.price-table-desktop {
  display: block;
  width: 100%;
  overflow-x: auto;
}

.price-cards-mobile {
  display: none;
}

@media (max-width: 768px) {
  .price-table-desktop {
    display: none !important;
  }
  .price-cards-mobile {
    display: block !important;
  }
}

/* Modern Price List Table Enhancements */
.price-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.price-table th {
  background-color: #f8fafc;
  color: #475569;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  padding: 12px 16px;
  border-bottom: 1px solid #e2e8f0;
}

.price-table td {
  padding: 12px 16px;
  vertical-align: middle;
  border-bottom: 1px solid #f1f5f9;
}

.price-table tr:hover td {
  background-color: #f8fafc;
}

.price-variant-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 8px;
  border-radius: 8px;
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  font-size: 0.7rem;
  font-weight: 700;
  font-family: var(--font-mono);
  color: #334155;
}

.price-variant-pill .pill-price {
  color: var(--primary-cyan);
  font-weight: 800;
}

.price-tag-starting {
  font-family: var(--font-mono);
  font-weight: 900;
  font-size: 0.95rem;
  color: #0f172a;
  letter-spacing: -0.02em;
}

.price-tag-compare {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: #94a3b8;
  text-decoration: line-through;
}

/* ==========================================================================
   Lipa Polepole / BNPL Modern Field Types, Buttons & Animation Utilities
   ========================================================================== */

/* Clean Contiguous Input Group (Prevents Currency Overlap) */
.input-addon-group {
  display: flex;
  align-items: stretch;
  background-color: #ffffff;
  border: 2px solid #cbd5e1;
  border-radius: 1rem;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.input-addon-group:hover {
  border-color: #94a3b8;
}

.input-addon-group:focus-within {
  border-color: #03a87f;
  box-shadow: 0 0 0 4px rgba(3, 168, 127, 0.12), 0 2px 4px rgba(0, 0, 0, 0.05);
}

.input-addon-group.is-invalid {
  border-color: #f43f5e;
  box-shadow: 0 0 0 4px rgba(244, 63, 94, 0.12);
}

.input-addon-prefix {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1rem;
  background-color: #f1f5f9;
  border-right: 1.5px solid #e2e8f0;
  color: #334155;
  font-size: 0.8125rem;
  font-weight: 800;
  font-family: var(--font-mono);
  letter-spacing: 0.025em;
  user-select: none;
  flex-shrink: 0;
}

.input-addon-field {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  background: transparent;
  border: none;
  outline: none;
  padding: 0.65rem 1rem;
  font-size: 0.9375rem;
  font-weight: 800;
  font-family: var(--font-mono);
  color: #0f172a;
}

.input-addon-field::placeholder {
  color: #94a3b8;
  font-weight: 600;
}

/* Modern Segmented Frequency Switcher */
.segmented-freq-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: #f1f5f9;
  padding: 4px;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  gap: 4px;
}

.segmented-freq-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 11px;
  font-size: 0.75rem;
  font-weight: 800;
  color: #475569;
  background: transparent;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  user-select: none;
}

.segmented-freq-btn:hover:not(.active) {
  color: #0f172a;
  background-color: rgba(255, 255, 255, 0.6);
}

.segmented-freq-btn.active {
  background-color: #ffffff;
  color: #03a87f;
  border-color: rgba(3, 168, 127, 0.25);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04);
}

/* Interactive Tenure Card Buttons */
.tenure-card-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 6px;
  border-radius: 14px;
  background-color: #ffffff;
  border: 2px solid #e2e8f0;
  color: #334155;
  font-weight: 800;
  font-size: 0.75rem;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: center;
  position: relative;
  user-select: none;
}

.tenure-card-btn:hover {
  border-color: #03a87f;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(3, 168, 127, 0.08);
}

.tenure-card-btn:active {
  transform: scale(0.97);
}

.tenure-card-btn.active {
  background-color: #f0fdf4;
  border-color: #03a87f;
  color: #03a87f;
  box-shadow: 0 0 0 3px rgba(3, 168, 127, 0.15), 0 4px 12px rgba(3, 168, 127, 0.1);
}

/* Modern Range Slider Styling */
.bnpl-range-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 7px;
  border-radius: 9999px;
  background: #e2e8f0;
  outline: none;
  transition: background 0.2s;
  cursor: pointer;
}

.bnpl-range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #03a87f;
  border: 3px solid #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.15s;
}

.bnpl-range-slider::-webkit-slider-thumb:hover {
  transform: scale(1.15);
  box-shadow: 0 0 0 6px rgba(3, 168, 127, 0.18), 0 2px 8px rgba(0, 0, 0, 0.2);
}

.bnpl-range-slider::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #03a87f;
  border: 3px solid #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* Pulse / Odometer Highlight Animation */
@keyframes valuePulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.03);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.value-pulse-anim {
  animation: valuePulse 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Modern Gradient CTA Buttons */
.btn-bnpl-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 13px 20px;
  border-radius: 14px;
  background: linear-gradient(135deg, #03a87f 0%, #028e6b 100%);
  color: #ffffff;
  font-size: 0.8125rem;
  font-weight: 900;
  letter-spacing: 0.025em;
  border: none;
  box-shadow: 0 4px 14px rgba(3, 168, 127, 0.35);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-bnpl-submit:hover:not(:disabled) {
  background: linear-gradient(135deg, #029a74 0%, #017a5b 100%);
  transform: translateY(-1.5px);
  box-shadow: 0 6px 20px rgba(3, 168, 127, 0.45);
}

.btn-bnpl-submit:active:not(:disabled) {
  transform: scale(0.98);
}

.btn-bnpl-submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.btn-whatsapp-direct {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 13px 20px;
  border-radius: 14px;
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  color: #ffffff;
  font-size: 0.8125rem;
  font-weight: 900;
  letter-spacing: 0.025em;
  border: none;
  box-shadow: 0 4px 14px rgba(34, 197, 94, 0.3);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-whatsapp-direct:hover {
  background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
  transform: translateY(-1.5px);
  box-shadow: 0 6px 20px rgba(34, 197, 94, 0.4);
}

.btn-whatsapp-direct:active {
  transform: scale(0.98);
}

/* Quick Amount Pill */
.quick-chip-btn {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 10px;
  background-color: #f1f5f9;
  border: 1px solid #e2e8f0;
  color: #334155;
  font-size: 0.6875rem;
  font-weight: 800;
  font-family: var(--font-mono);
  cursor: pointer;
  transition: all 0.15s ease;
  user-select: none;
}

.quick-chip-btn:hover {
  background-color: #e2e8f0;
  border-color: #cbd5e1;
  color: #0f172a;
}

.quick-chip-btn.active {
  background-color: #f0fdf4;
  border-color: #03a87f;
  color: #03a87f;
  font-weight: 900;
}

/* ── Refined Lipa Polepole BNPL System ── */
.deposit-plan-card {
  display: flex;
  flex-direction: column;
  padding: 16px;
  border-radius: 18px;
  background-color: #ffffff;
  border: 2px solid #e2e8f0;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  text-align: left;
  user-select: none;
}

.deposit-plan-card:hover {
  border-color: #03a87f;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(3, 168, 127, 0.08);
}

.deposit-plan-card:active {
  transform: scale(0.98);
}

.deposit-plan-card.active {
  background-color: #f0fdf4;
  border-color: #03a87f;
  box-shadow: 0 0 0 3px rgba(3, 168, 127, 0.15), 0 8px 20px rgba(3, 168, 127, 0.1);
}

.deposit-plan-card .card-radio-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #cbd5e1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: transparent;
  transition: all 0.2s ease;
}

.deposit-plan-card.active .card-radio-icon {
  border-color: #03a87f;
  background-color: #03a87f;
  color: #ffffff;
}

.tenure-tile-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 14px 8px;
  border-radius: 16px;
  background-color: #ffffff;
  border: 2px solid #e2e8f0;
  color: #1e293b;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: center;
  position: relative;
  user-select: none;
}

.tenure-tile-btn:hover {
  border-color: #03a87f;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(3, 168, 127, 0.08);
}

.tenure-tile-btn:active {
  transform: scale(0.97);
}

.tenure-tile-btn.active {
  background-color: #f0fdf4;
  border-color: #03a87f;
  color: #03a87f;
  box-shadow: 0 0 0 3px rgba(3, 168, 127, 0.15), 0 6px 16px rgba(3, 168, 127, 0.1);
}

.card-step-badge {
  width: 26px;
  height: 26px;
  border-radius: 9999px;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  color: #ffffff;
  font-size: 0.6875rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}





