/* ==========================================================================
   TACHMACK INVESTMENTS (PVT) LTD
   Main Stylesheet - Clean Corporate & Retail Design (Econet Style)
   ========================================================================== */

/* ─── RESET & BASE ─────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --primary:      #5D18E5;
  --primary-dark: #470ec4;
  --primary-bg:   #f5f3ff;
  --primary-light:#7c3aed;
  --econet-purple:#5D18E5;
  --navy:         #0f172a;
  --navy-dark:    #020617;
  --ink:          #0f172a;
  --body:         #334155;
  --muted:        #64748b;
  --border:       #e2e8f0;
  --border-light: #f1f5f9;
  --bg:           #f8fafc;
  --white:        #ffffff;
  --shadow-sm:    0 1px 3px rgba(15,23,42,.06), 0 1px 2px rgba(15,23,42,.04);
  --shadow-md:    0 4px 14px rgba(15,23,42,.07), 0 2px 6px rgba(15,23,42,.04);
  --shadow-lg:    0 14px 30px rgba(15,23,42,.08), 0 4px 12px rgba(15,23,42,.04);
  --shadow-xl:    0 20px 45px rgba(15,23,42,.11);
  --radius-sm:    6px;
  --radius:       10px;
  --radius-lg:    16px;
  --radius-xl:    24px;
  --trans:        all .25s cubic-bezier(0.16, 1, 0.3, 1);
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  color: var(--body);
  background: #fbfcfe;
  line-height: 1.6;
  font-size: 14.5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--primary); text-decoration: none; transition: var(--trans); }
a:hover { color: var(--primary-dark); }

/* ─── LAYOUT ────────────────────────────────────────────────────────────── */
.site-container { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
.section-pad { padding: 76px 0; }
.section-pad-sm { padding: 48px 0; }

/* ─── TYPOGRAPHY HIERARCHY (Designer Polish) ───────────────────────────── */
h1, h2, h3, h4, h5, h6 { 
  color: var(--ink); 
  font-weight: 800; 
  line-height: 1.25; 
  letter-spacing: -0.025em; 
}

.section-header { text-align: center; margin-bottom: 48px; }

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary);
  background: var(--primary-bg);
  padding: 5px 16px;
  border-radius: 50px;
  margin-bottom: 12px;
  border: 1px solid rgba(93, 24, 229, 0.12);
}

.section-title {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--ink);
  margin-bottom: 12px;
  line-height: 1.2;
}

.section-sub {
  font-size: 15px;
  color: var(--muted);
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.6;
}

/* ─── BUTTONS (Clean Graphic Design) ─────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 22px;
  border-radius: 9px;
  font-size: 13.5px;
  font-weight: 700;
  cursor: pointer;
  border: 1.5px solid transparent;
  transition: var(--trans);
  text-decoration: none;
  white-space: nowrap;
  line-height: 1;
  font-family: inherit;
}

.btn-primary {
  background: var(--primary);
  color: var(--white);
  border-color: var(--primary);
  box-shadow: 0 4px 14px rgba(93, 24, 229, 0.22);
}
.btn-primary:hover {
  background: var(--primary-dark);
  border-color: var(--primary-dark);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(93, 24, 229, 0.32);
}

.btn-outline {
  background: #ffffff;
  color: var(--ink);
  border-color: var(--border);
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}
.btn-outline:hover {
  background: #f8fafc;
  border-color: #cbd5e1;
  color: var(--primary);
  transform: translateY(-1px);
}

.btn-white {
  background: var(--white);
  color: var(--primary);
  border-color: var(--white);
}
.btn-white:hover {
  background: #f1f5f9;
  color: var(--primary-dark);
}

.btn-ghost-white {
  background: rgba(255,255,255,.12);
  color: var(--white);
  border-color: rgba(255,255,255,.35);
  backdrop-filter: blur(6px);
}
.btn-ghost-white:hover {
  background: rgba(255,255,255,.24);
  border-color: var(--white);
  color: var(--white);
}

.btn-whatsapp {
  background: #16a34a;
  color: var(--white);
  border-color: #16a34a;
}
.btn-whatsapp:hover {
  background: #15803d;
  border-color: #15803d;
  color: var(--white);
}

/* ─── TYPEWRITER EFFECT STYLING ─────────────────────────────────────────── */
.tachmack-typewriter {
  display: inline;
  position: relative;
  color: inherit;
  border-bottom: 2px solid rgba(168, 85, 247, 0.4);
  padding-bottom: 2px;
}

.typewriter-cursor {
  display: inline-block;
  font-weight: 300;
  color: #a855f7;
  animation: tachmackBlinkCursor 0.75s infinite cubic-bezier(0.4, 0, 0.6, 1);
  margin-left: 3px;
  vertical-align: baseline;
  user-select: none;
}

@keyframes tachmackBlinkCursor {
  0%, 100% { opacity: 1; transform: scaleY(1); }
  50% { opacity: 0; transform: scaleY(0.85); }
}

.btn-lg { padding: 14px 28px; font-size: 15px; border-radius: 50px; }
.btn-sm { padding: 8px 14px; font-size: 12.5px; border-radius: 6px; }
.btn-block { width: 100%; justify-content: center; }

/* ─── TOP BAR (Generous Spacing & Graphic Polish) ───────────────────────── */
.top-bar {
  background: #340c74;
  color: rgba(255,255,255,.9);
  font-size: 12.5px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.top-bar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-bar-left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.top-tagline {
  font-size: 12.5px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.015em;
  display: inline-flex;
  align-items: center;
}

.top-bar-right {
  display: flex;
  gap: 16px;
  align-items: center;
}

.top-link {
  color: rgba(255,255,255,.88);
  font-size: 12.5px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all .2s ease;
}
.top-link:hover { 
  color: #ffffff; 
  text-decoration: none;
  opacity: 1;
}
.top-sep { 
  color: rgba(255,255,255,.35); 
  font-size: 10px; 
  user-select: none;
}

/* ─── MAIN HEADER (Econet Clean Layout) ──────────────────────────────────── */
.main-header {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 900;
  transition: box-shadow .2s;
}

.main-header.scrolled {
  box-shadow: 0 4px 20px rgba(0,0,0,.08);
}

.header-inner {
  display: flex;
  align-items: center;
  height: 74px;
  justify-content: space-between;
  gap: 24px;
}

.site-branding { flex-shrink: 0; }

.brand-logo-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  transition: transform .2s ease;
}

.brand-logo-link:hover {
  transform: translateY(-1px);
}

.header-logo-img {
  height: 60px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  display: block;
}

.brand-text {
  display: flex;
  flex-direction: column;
}

.brand-company {
  font-size: 21px;
  font-weight: 900;
  color: #5D18E5;
  letter-spacing: -0.2px;
  line-height: 1.05;
}

.brand-tagline {
  font-size: 9.5px;
  font-weight: 800;
  color: #E53E3E;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin-top: 2px;
}

/* Main Nav */
.main-navigation { flex: 1; margin-left: 20px; }

.nav-menu {
  display: flex;
  list-style: none;
  gap: 6px;
  align-items: center;
}

.menu-item { position: relative; }

.nav-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
  border-radius: 6px;
  transition: var(--trans);
  white-space: nowrap;
}

.nav-icon { font-size: 13px; margin-right: 2px; }

.nav-link:hover, .menu-item:hover > .nav-link {
  color: var(--primary);
  background: var(--primary-bg);
}

.nav-arrow {
  font-size: 9px;
  opacity: .5;
  margin-left: 2px;
  transition: transform .2s;
}

.menu-item:hover > .nav-link .nav-arrow { transform: rotate(180deg); }

/* Dropdown Menu */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 260px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-xl);
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: all .2s ease;
  z-index: 200;
}

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

.dropdown-menu a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  font-size: 13.5px;
  font-weight: 500;
  color: var(--body);
  border-radius: 6px;
  transition: var(--trans);
}

.dropdown-menu a:hover {
  background: var(--primary-bg);
  color: var(--primary);
}

.dropdown-menu a i {
  color: var(--primary);
  width: 18px;
  font-size: 13px;
  flex-shrink: 0;
}

/* Header Actions (Econet Style SHOP NOW + Profile) */
.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.header-shop-btn {
  background: var(--econet-purple);
  color: var(--white);
  padding: 10px 22px;
  border-radius: 8px;
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.3px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: var(--trans);
  text-decoration: none;
}

.header-shop-btn:hover {
  background: #2b1150;
  color: var(--white);
  box-shadow: 0 4px 12px rgba(59,27,104,.35);
  transform: translateY(-1px);
}

.header-user-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1e293b;
  font-size: 16px;
  background: var(--white);
  cursor: pointer;
  transition: var(--trans);
  text-decoration: none;
}

.header-user-btn:hover {
  border-color: var(--primary);
  color: var(--primary);
  background: var(--primary-bg);
}

.header-user-btn.logged-in {
  width: auto;
  height: 40px;
  border-radius: 50px;
  padding: 0 16px 0 12px;
  background: #f5f3ff;
  border: 1.5px solid rgba(46, 16, 83, 0.25);
  color: #2e1053;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.header-user-btn.logged-in:hover {
  background: #2e1053;
  color: #ffffff;
  border-color: #2e1053;
  box-shadow: 0 4px 12px rgba(46, 16, 83, 0.25);
}

.header-user-btn.logged-in i {
  font-size: 16px;
}

/* Mobile Toggle */
.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}

.mobile-menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
}

/* ─── MOBILE DRAWER ──────────────────────────────────────────────────────── */
.mobile-drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 310px;
  height: 100vh;
  background: var(--white);
  z-index: 1100;
  box-shadow: var(--shadow-xl);
  transition: right .3s ease;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

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

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

.drawer-logo { height: 38px; width: auto; }
.drawer-close { background: none; border: none; font-size: 26px; cursor: pointer; color: var(--muted); }

.drawer-content { flex: 1; padding: 12px 0; }
.drawer-menu { list-style: none; }

.drawer-menu li a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  font-size: 14.5px;
  font-weight: 500;
  color: var(--ink);
  border-bottom: 1px solid #f1f5f9;
  transition: var(--trans);
}

.drawer-menu li a:hover {
  color: var(--primary);
  background: var(--primary-bg);
}

.drawer-menu li a i { width: 20px; color: var(--primary); }

.drawer-footer {
  padding: 18px 20px;
  border-top: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.drawer-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.45);
  z-index: 1050;
}
.drawer-backdrop.open { display: block; }

/* ─── HERO SLIDER (Econet-Style Cinematic Banner) ────────────────────────── */
.hero-section {
  position: relative;
  overflow: hidden;
  background: #090d16;
}

.hero-slider { position: relative; }

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .7s ease;
  pointer-events: none;
}

.hero-slide.active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}

.hero-bg {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(9, 13, 22, 0.88) 0%,
    rgba(9, 13, 22, 0.65) 50%,
    rgba(9, 13, 22, 0.15) 100%
  );
  display: flex;
  align-items: center;
}

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

.hero-eyebrow {
  display: inline-flex !important;
  align-items: center;
  gap: 7px;
  background: var(--primary);
  color: var(--white) !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 50px;
  margin-bottom: 18px;
  width: auto !important;
  max-width: fit-content !important;
  box-shadow: 0 2px 8px rgba(0,0,0,.25);
}

.hero-heading {
  font-size: 48px;
  font-weight: 900;
  color: var(--white);
  line-height: 1.12;
  letter-spacing: -1.2px;
  max-width: 620px;
  margin-bottom: 16px;
  text-shadow: 0 2px 10px rgba(0,0,0,.45);
}

.hero-heading span { color: #f87171; }

.hero-subtext {
  font-size: 16.5px;
  color: rgba(255,255,255,.9);
  max-width: 520px;
  margin-bottom: 28px;
  line-height: 1.6;
  text-shadow: 0 1px 6px rgba(0,0,0,.35);
}

.hero-cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-specs {
  display: flex;
  gap: 16px;
  margin-top: 32px;
  flex-wrap: wrap;
}

.spec-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  color: rgba(255,255,255,.9);
  font-size: 12.5px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 50px;
  backdrop-filter: blur(4px);
}

.spec-chip i { color: #4ade80; }

/* Slide Progress Bar */
.slider-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(255,255,255,.15);
  z-index: 20;
}

.slider-progress-fill {
  height: 100%;
  width: 0%;
  background: var(--primary);
  transition: width 0.1s linear;
}

.hero-nav-wrap {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 16px;
  z-index: 10;
  background: rgba(0,0,0,.45);
  backdrop-filter: blur(8px);
  padding: 6px 16px;
  border-radius: 50px;
  border: 1px solid rgba(255,255,255,.15);
}

.slide-counter {
  font-size: 11px;
  font-weight: 700;
  color: rgba(255,255,255,.8);
  letter-spacing: 1px;
}

.hero-nav {
  display: flex;
  gap: 6px;
}

.hero-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,.6);
  background: transparent;
  cursor: pointer;
  transition: all .3s;
}

.hero-dot.active {
  background: var(--white);
  border-color: var(--white);
  width: 22px;
  border-radius: 4px;
}

.hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.25);
  color: var(--white);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--trans);
  backdrop-filter: blur(4px);
}

.hero-arrow:hover {
  background: rgba(255,255,255,.35);
  border-color: var(--white);
  transform: translateY(-50%) scale(1.06);
}

.hero-arrow.prev { left: 24px; }
.hero-arrow.next { right: 24px; }

/* ─── MOVING BRAND MARQUEE ───────────────────────────────────────────────── */
.brand-marquee-section {
  background: var(--navy);
  color: rgba(255,255,255,.85);
  overflow: hidden;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
  white-space: nowrap;
}

.marquee-track {
  display: inline-flex;
  gap: 36px;
  animation: marqueeScroll 28s linear infinite;
}

.brand-marquee-section:hover .marquee-track {
  animation-play-state: paused;
}

.marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: rgba(255,255,255,.75);
}

.marquee-item i { color: var(--primary); font-size: 14px; }

@keyframes marqueeScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ─── SECTION HEADER WITH CONTROLS ───────────────────────────────────────── */
.section-header-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 32px;
  gap: 20px;
  flex-wrap: wrap;
}

.swiper-controls-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.swiper-nav-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: var(--white);
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--trans);
  font-size: 13px;
}

.swiper-nav-btn:hover {
  background: var(--primary);
  color: var(--white);
  border-color: var(--primary);
}

.productSwiper {
  padding: 8px 4px 36px;
  overflow: hidden;
}

.productSwiper .swiper-slide {
  height: auto;
  display: flex;
}

.productSwiper .swiper-slide .econet-prod-card {
  width: 100%;
}

.swiper-pagination-bullet-active {
  background: var(--primary) !important;
  width: 20px !important;
  border-radius: 4px !important;
}

/* ─── TRUST BAR ──────────────────────────────────────────────────────────── */
.trust-bar {
  background: var(--white);
  border-bottom: 1px solid var(--border);
}

.trust-bar-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 24px;
  border-right: 1px solid var(--border);
}

.trust-item:last-child { border-right: none; }

.trust-icon {
  width: 44px;
  height: 44px;
  background: var(--primary-bg);
  color: var(--primary);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.trust-text strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
}

.trust-text span {
  font-size: 12.5px;
  color: var(--muted);
}

/* ─── PRODUCT CATEGORY CARDS (Rotating Dynamic Swiper Carousel) ─────────── */
.categorySwiper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 8px 4px 44px 4px;
}

.categorySwiper .swiper-slide {
  height: auto;
  display: flex;
  box-sizing: border-box;
}

.cat-swiper-pagination {
  bottom: 8px !important;
}

.cat-swiper-pagination .swiper-pagination-bullet {
  background: #94a3b8;
  opacity: 0.5;
  width: 8px;
  height: 8px;
  transition: all .3s ease;
}

.cat-swiper-pagination .swiper-pagination-bullet-active {
  background: var(--primary);
  opacity: 1;
  width: 24px;
  border-radius: 4px;
}

.series-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.series-card {
  position: relative;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
  transition: transform .4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .4s cubic-bezier(0.16, 1, 0.3, 1), border-color .3s ease;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

/* Top Accent Glow Bar on Hover */
.series-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #5D18E5 0%, #a855f7 50%, #3b82f6 100%);
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .4s cubic-bezier(0.16, 1, 0.3, 1), opacity .3s ease;
  z-index: 5;
}

.series-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px -10px rgba(15, 23, 42, 0.12);
  border-color: #cbd5e1;
}

.series-card:hover::before {
  opacity: 1;
  transform: scaleX(1);
}

.series-img-wrap {
  position: relative;
  height: 190px;
  overflow: hidden;
  background: #0f172a;
}

.series-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: seriesImgBreathe 12s ease-in-out infinite alternate;
  transition: transform .6s cubic-bezier(0.16, 1, 0.3, 1), filter .4s ease;
}

@keyframes seriesImgBreathe {
  0%   { transform: scale(1.02) translate(0, 0); }
  50%  { transform: scale(1.05) translate(-2px, -1px); }
  100% { transform: scale(1.03) translate(2px, 1px); }
}

.series-card:hover .series-img { 
  transform: scale(1.1);
  filter: saturate(1.15) contrast(1.04);
}

/* Shimmer Glass Glare Beam on Hover */
.series-img-wrap::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -70%;
  width: 45%;
  height: 200%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%);
  transform: rotate(25deg);
  pointer-events: none;
  transition: left .75s cubic-bezier(0.16, 1, 0.3, 1), opacity .4s ease;
  opacity: 0;
  z-index: 3;
}

.series-card:hover .series-img-wrap::after {
  left: 140%;
  opacity: 1;
}

.series-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 11px;
  font-weight: 800;
  padding: 4px 11px;
  border-radius: 6px;
  color: #fff;
  z-index: 4;
  letter-spacing: 0.02em;
  box-shadow: 0 2px 8px rgba(0,0,0,0.25);
  transition: transform .3s ease;
}

.series-card:hover .series-badge {
  transform: scale(1.05);
}

.badge-gaming { background: rgba(220,38,38,0.92); }
.badge-business { background: rgba(15,23,42,0.92); }
.badge-student { background: rgba(22,163,74,0.92); }
.badge-accessories { background: rgba(217,119,6,0.92); }

/* 360° Rotate Trigger Badge & Full 360 Card Spin Animation */
.card-360-trigger {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(15, 23, 42, 0.75);
  backdrop-filter: blur(8px);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  z-index: 5;
  transition: all .3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.card-360-trigger:hover {
  background: var(--primary);
  border-color: #a855f7;
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(93, 24, 229, 0.35);
}

.card-360-trigger i {
  font-size: 11px;
  transition: transform .6s cubic-bezier(0.16, 1, 0.3, 1);
}

.series-card:hover .card-360-trigger i {
  transform: rotate(180deg);
}

.card-360-trigger:hover i {
  transform: rotate(360deg);
}

/* 360 Full Card Spin Class */
.series-card.is-spinning-360 {
  animation: fullCardSpin360 0.85s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes fullCardSpin360 {
  0%   { transform: perspective(1000px) rotateY(0deg) scale(1); }
  50%  { transform: perspective(1000px) rotateY(180deg) scale(0.92); }
  100% { transform: perspective(1000px) rotateY(360deg) scale(1); }
}

.series-body {
  padding: 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.series-body h3 {
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 8px;
  color: var(--ink);
  letter-spacing: -0.015em;
  transition: color .3s ease;
}

.series-card:hover .series-body h3 {
  color: var(--primary);
}

.series-body p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.55;
  margin-bottom: 14px;
}

.series-features {
  list-style: none;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  flex: 1;
}

.series-features li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  color: #334155;
  font-weight: 500;
}

.series-features li i { 
  color: var(--primary); 
  font-size: 12px;
  transition: transform .3s ease, color .3s ease;
}

.series-card:hover .series-features li:nth-child(1) i { animation: checkPop .35s .03s ease; }
.series-card:hover .series-features li:nth-child(2) i { animation: checkPop .35s .10s ease; }
.series-card:hover .series-features li:nth-child(3) i { animation: checkPop .35s .17s ease; }

.series-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--primary);
  margin-top: auto;
  transition: gap .3s ease, color .3s ease;
}

.series-link i {
  font-size: 11px;
  transition: transform .3s cubic-bezier(0.16, 1, 0.3, 1);
}

.series-card:hover .series-link {
  gap: 10px;
  color: var(--primary-dark);
}

.series-card:hover .series-link i {
  transform: translateX(4px);
}

/* ─── CATALOG MATRIX ─────────────────────────────────────────────────────── */
.catalog-wrap { background: var(--bg); }

.catalog-tabs-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.cat-tabs {
  display: flex;
  gap: 6px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 50px;
  padding: 4px;
}

.cat-tab {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
  background: transparent;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: var(--trans);
}

.cat-tab:hover { color: var(--primary); }
.cat-tab.active { background: var(--primary); color: var(--white); }

.currency-switcher {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 50px;
  padding: 4px 12px;
}

.curr-label { font-size: 12px; color: var(--muted); font-weight: 500; }

.curr-toggle {
  padding: 6px 12px;
  font-size: 12.5px;
  font-weight: 700;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  background: transparent;
  color: var(--muted);
  transition: var(--trans);
}

.curr-toggle.active {
  background: var(--navy);
  color: var(--white);
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(265px, 1fr));
  gap: 20px;
}

.product-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: all .25s ease;
  display: flex;
  flex-direction: column;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: #cbd5e1;
}

.prod-thumb-wrap {
  height: 170px;
  overflow: hidden;
  background: #0f172a;
  position: relative;
}

.prod-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}

.product-card:hover .prod-thumb-img { transform: scale(1.05); }

.prod-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 10.5px;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 6px;
  color: #fff;
  z-index: 2;
}

.prod-badge.gaming { background: rgba(200,29,37,.9); }
.prod-badge.business { background: rgba(15,23,42,.9); }
.prod-badge.student { background: rgba(22,163,74,.9); }
.prod-badge.accessories { background: rgba(217,119,6,.9); }
.prod-badge.networking { background: rgba(139,92,246,.9); }

.product-card h3 {
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 6px;
  padding: 16px 18px 0;
}

.specs {
  font-size: 12.5px;
  color: var(--muted);
  line-height: 1.5;
  margin-bottom: 12px;
  padding: 0 18px;
  flex: 1;
}

.price-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  padding: 0 18px;
  flex-wrap: wrap;
  gap: 6px;
}

.price {
  font-size: 21px;
  font-weight: 800;
  color: var(--primary);
}

.warranty {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  color: #16a34a;
  font-weight: 600;
  background: #dcfce7;
  padding: 3px 8px;
  border-radius: 6px;
}

.card-actions {
  display: flex;
  gap: 8px;
  padding: 0 18px 18px;
}

.card-actions .btn { flex: 1; justify-content: center; }

.view-all-row {
  text-align: center;
  margin-top: 36px;
}

/* ─── SERVICES GRID ──────────────────────────────────────────────────────── */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.service-card {
  position: relative;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  overflow: hidden;
  transition: all .35s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: var(--shadow-sm);
  z-index: 1;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
  border-color: #cbd5e1;
}

.service-card:hover .srv-card-bg-img {
  opacity: 0.38;
  transform: scale(1.15) translate(-4px, -4px);
  filter: saturate(1.3);
}

.srv-icon-wrap {
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 16px;
}

.srv-red { background: #fee2e2; color: #dc2626; }
.srv-blue { background: #e0f2fe; color: #0284c7; }
.srv-green { background: #dcfce7; color: #16a34a; }
.srv-amber { background: #fef3c7; color: #d97706; }
.srv-purple { background: #f3e8ff; color: #9333ea; }
.srv-emerald { background: #ecfdf5; color: #059669; }

.service-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 8px;
}

.service-card p {
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 14px;
}

.srv-link {
  font-size: 13px;
  font-weight: 700;
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.srv-link:hover { gap: 8px; }

/* ─── WHO WE SERVE (Clean White Corporate Grid) ──────────────────────────── */
.sectors-grid-clean {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.sector-box-clean {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 30px 24px;
  text-align: center;
  box-shadow: var(--shadow-sm);
  transition: all .25s ease;
}

.sector-box-clean:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: #cbd5e1;
}

.sector-clean-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--primary-bg);
  color: var(--primary);
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.sector-box-clean h4 {
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 8px;
}

.sector-box-clean p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
}

/* ─── CORE VALUES ────────────────────────────────────────────────────────── */
.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.value-card {
  padding: 26px 22px;
  border-radius: var(--radius-lg);
  background: var(--white);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}

.val-num {
  font-size: 42px;
  font-weight: 900;
  color: #fca5a5;
  line-height: 1;
  margin-bottom: 12px;
}

.value-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 6px;
}

.value-card p {
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.6;
}

/* ─── LUXURY FLOATING CTA CARD ────────────────────────────────────────────── */
.cta-section {
  background: var(--bg);
  padding: 40px 0 60px;
}

.cta-luxury-card {
  position: relative;
  background: radial-gradient(circle at 85% 45%, rgba(200, 29, 37, 0.45) 0%, transparent 60%),
              radial-gradient(circle at 15% 30%, rgba(124, 58, 237, 0.4) 0%, transparent 55%),
              linear-gradient(135deg, #18072e 0%, #2b0d48 45%, #7a1224 100%);
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 56px 60px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(18, 6, 36, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.cta-bg-art {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
  mask-image: linear-gradient(to left, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.1) 65%, transparent 100%);
  -webkit-mask-image: linear-gradient(to left, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.1) 65%, transparent 100%);
}

.cta-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  animation: ctaPanMove 18s ease-in-out infinite alternate;
}

@keyframes ctaPanMove {
  0%   { transform: scale(1.02) translate(0px, 0px); }
  100% { transform: scale(1.1) translate(-14px, -10px); }
}

.cta-content-inner {
  position: relative;
  z-index: 2;
  max-width: 680px;
}

.cta-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 14px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #38bdf8;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.cta-title {
  font-size: 38px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: -0.6px;
  margin-bottom: 14px;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.cta-desc {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.65;
  margin-bottom: 22px;
}

.cta-trust-chips {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.cta-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 5px 12px;
  border-radius: 6px;
}

.cta-chip i { color: #4ade80; font-size: 11px; }

.cta-btns-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

/* ─── SITE FOOTER ────────────────────────────────────────────────────────── */
.site-footer {
  background: var(--navy);
  color: rgba(255,255,255,.7);
  padding: 60px 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 36px;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.footer-brand-title-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  text-decoration: none;
  transition: transform .2s ease;
}

.footer-brand-title-wrap:hover {
  transform: translateY(-1px);
}

.footer-symbol-img {
  height: 44px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.5));
}

.footer-brand-text {
  display: flex;
  flex-direction: column;
}

.footer-brand-name {
  font-size: 21px;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: -0.2px;
  line-height: 1.05;
}

.footer-brand-sub {
  font-size: 9px;
  font-weight: 800;
  color: #f87171;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-top: 2px;
}

.footer-brand .tagline {
  font-size: 13px;
  color: rgba(255,255,255,.7);
  line-height: 1.65;
  margin-bottom: 18px;
  max-width: 260px;
}

.social-links { display: flex; gap: 8px; }

.social-link {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.7);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: var(--trans);
}

.social-link:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}

.footer-col h5 {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--white);
  margin-bottom: 16px;
}

.footer-links { list-style: none; display: flex; flex-direction: column; gap: 8px; }

.footer-links a {
  font-size: 13px;
  color: rgba(255,255,255,.6);
  display: flex;
  align-items: center;
  gap: 8px;
  transition: var(--trans);
}

.footer-links a:hover { color: var(--white); }

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: rgba(255,255,255,.65);
  margin-bottom: 10px;
  line-height: 1.5;
}

.footer-contact-item i { color: var(--primary); font-size: 13px; margin-top: 3px; flex-shrink: 0; }
.footer-contact-item a { color: rgba(255,255,255,.65); }
.footer-contact-item a:hover { color: var(--white); }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  font-size: 12px;
  color: rgba(255,255,255,.45);
  flex-wrap: wrap;
  gap: 10px;
}

/* ─── FLOATING WHATSAPP ──────────────────────────────────────────────────── */
.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 800;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #16a34a;
  color: var(--white);
  padding: 11px 18px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 13.5px;
  box-shadow: 0 6px 20px rgba(22,163,74,.35);
  transition: all .25s ease;
  text-decoration: none;
}

.whatsapp-float:hover {
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(22,163,74,.45);
}

/* ─── MODALS ─────────────────────────────────────────────────────────────── */
.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.55);
  z-index: 2000;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(3px);
  padding: 20px;
}

.modal-overlay.open { display: flex; }

.modal-box {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 32px;
  max-width: 460px;
  width: 100%;
  box-shadow: var(--shadow-xl);
  position: relative;
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--bg);
  border: 1px solid var(--border);
  font-size: 18px;
  cursor: pointer;
  color: var(--muted);
  line-height: 1;
}

.modal-close:hover { background: #fee2e2; color: var(--primary); }

.modal-box h3 { font-size: 19px; font-weight: 800; margin-bottom: 4px; }
.modal-sub { font-size: 13.5px; color: var(--muted); margin-bottom: 20px; }

.form-group { margin-bottom: 12px; }
.form-group label { display: block; font-size: 12.5px; font-weight: 600; color: var(--ink); margin-bottom: 4px; }

.form-control {
  width: 100%;
  padding: 10px 12px;
  font-size: 13.5px;
  border: 1px solid var(--border);
  border-radius: 6px;
  color: var(--ink);
  background: var(--white);
  font-family: inherit;
}

.form-control:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(200,29,37,.08);
}

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }

/* ─── RESPONSIVE ─────────────────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .series-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .sectors-grid-clean { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .trust-bar-inner { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .main-navigation { display: none; }
  .mobile-menu-toggle { display: flex; }
  .header-shop-btn { padding: 8px 14px; font-size: 12px; }

  .hero-heading { font-size: 32px; }
  .hero-bg { height: 400px; }
  .hero-subtext { font-size: 14px; }

  .series-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .sectors-grid-clean { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .trust-bar-inner { grid-template-columns: 1fr; }

  .cta-inner { flex-direction: column; text-align: center; }
  .cta-btns { justify-content: center; }

  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .footer-bottom { flex-direction: column; text-align: center; }

  .section-title { font-size: 24px; }
  .section-pad { padding: 48px 0; }

  .cat-tabs { overflow-x: auto; }
  .catalog-tabs-bar { flex-direction: column; align-items: flex-start; }
  .form-row { grid-template-columns: 1fr; }
  .shop-layout { grid-template-columns: 1fr; }
  .shop-sidebar { display: none; }
  .impact-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .vision-mission-grid { grid-template-columns: 1fr; }
  .services-detail-grid { grid-template-columns: 1fr; }
}

/* ─── ECONET ONLINE SHOP STYLES (onlineshop.econet.co.zw) ─────────────────── */
.econet-shop-top-bar {
  background: var(--econet-purple);
  color: rgba(255,255,255,.85);
  font-size: 12px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.econet-shop-top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.shop-top-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.shop-top-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
}

.shop-top-sep { color: rgba(255,255,255,.3); font-size: 11px; }

.shop-top-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.curr-rate-label {
  font-size: 11.5px;
  color: #fbbf24;
  font-weight: 700;
  margin-right: 4px;
}

.shop-top-link {
  color: rgba(255,255,255,.85);
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.shop-top-link:hover { color: var(--white); text-decoration: underline; }

/* Shop Search Header */
.econet-shop-search-header {
  background: var(--white);
  padding: 18px 0;
  border-bottom: 1px solid var(--border);
}

.econet-shop-search-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.shop-header-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  flex-shrink: 0;
  transition: transform .2s ease;
}

.shop-header-logo:hover {
  transform: translateY(-1px);
}

.shop-logo-img {
  height: 54px;
  width: auto;
  max-width: 130px;
  object-fit: contain;
  display: block;
}

.shop-logo-text {
  display: flex;
  flex-direction: column;
}

.shop-logo-title {
  font-size: 20px;
  font-weight: 900;
  color: #5D18E5;
  line-height: 1.05;
  letter-spacing: -0.2px;
}

.shop-logo-sub {
  font-size: 9.5px;
  font-weight: 800;
  color: #E53E3E;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  margin-top: 2px;
}

.econet-search-bar {
  position: relative;
  flex: 1;
  max-width: 580px;
}

.econet-search-input {
  width: 100%;
  padding: 12px 48px 12px 20px;
  border-radius: 50px;
  border: 1.5px solid var(--border);
  font-size: 13.5px;
  background: #f8fafc;
  color: var(--ink);
  outline: none;
  transition: var(--trans);
}

.econet-search-input:focus {
  background: var(--white);
  border-color: var(--econet-purple);
  box-shadow: 0 0 0 3px rgba(59,27,104,.1);
}

.econet-search-btn {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--econet-purple);
  color: var(--white);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  transition: var(--trans);
}

.econet-search-btn:hover { background: #230c45; }

.econet-shop-user-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.shop-icon-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: var(--white);
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  transition: var(--trans);
}
.shop-icon-btn:hover { border-color: var(--primary); color: var(--primary); }

.shop-cart-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: var(--white);
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 16px;
  transition: var(--trans);
}
.shop-cart-btn:hover { border-color: var(--primary); color: var(--primary); }

.cart-count-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  background: var(--primary);
  color: var(--white);
  font-size: 10px;
  font-weight: 800;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shop-login-btn {
  background: var(--econet-purple);
  color: var(--white);
  padding: 9px 18px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: var(--trans);
}
.shop-login-btn:hover { background: #230c45; color: var(--white); }

.shop-signup-btn {
  background: transparent;
  color: var(--ink);
  border: 1.5px solid var(--border);
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: var(--trans);
}
.shop-signup-btn:hover { background: #f1f5f9; border-color: #cbd5e1; color: var(--ink); }

/* Category Sub-Nav Bar (Purple Strip) */
.econet-shop-subnav {
  background: var(--econet-purple);
  padding: 4px 0;
}

.econet-subnav-inner {
  display: flex;
  align-items: center;
  gap: 20px;
  overflow-x: auto;
}

.subnav-dropdown-btn {
  background: var(--white);
  color: var(--ink);
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  white-space: nowrap;
}

.subnav-links {
  display: flex;
  align-items: center;
  gap: 4px;
}

.subnav-btn {
  background: transparent;
  color: rgba(255,255,255,.85);
  border: none;
  padding: 8px 14px;
  border-radius: 4px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.5px;
  cursor: pointer;
  white-space: nowrap;
  transition: var(--trans);
}
.subnav-btn:hover { color: var(--white); background: rgba(255,255,255,.1); }
.subnav-btn.active { color: var(--white); background: rgba(255,255,255,.18); }

/* Econet Shop Hero Slider (Seamless Purple Blend with Navbar) */
.econet-shop-hero-section {
  background: linear-gradient(180deg, var(--econet-purple) 0%, #200d3b 60%, #16082a 100%);
  padding: 24px 0 36px;
}

.econet-shop-hero-card {
  background: radial-gradient(circle at 75% 45%, rgba(168, 85, 247, 0.35) 0%, transparent 65%),
              radial-gradient(circle at 15% 25%, rgba(56, 189, 248, 0.2) 0%, transparent 50%),
              linear-gradient(135deg, #2a104c 0%, #1c0a35 60%, #140726 100%);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 48px 56px 42px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(18, 6, 36, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.shop-hero-slide {
  display: none;
  grid-template-columns: 1.15fr 1fr;
  align-items: center;
  gap: 48px;
  animation: fadeInSlide .45s cubic-bezier(0.16, 1, 0.3, 1);
}

.shop-hero-slide.active { display: grid; }

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

.shop-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 16px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 18px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.shop-hero-title {
  font-size: 44px;
  font-weight: 900;
  color: var(--white);
  line-height: 1.15;
  letter-spacing: -0.6px;
  margin-bottom: 16px;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.shop-hero-desc {
  font-size: 15.5px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.65;
  max-width: 480px;
  margin-bottom: 30px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.shop-hero-btn-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}

.shop-hero-btn-row .btn-white {
  background: #ffffff;
  color: #1a0b36;
  border-radius: 50px;
  padding: 13px 26px;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
  border: none;
  transition: all .25s ease;
}

.shop-hero-btn-row .btn-white:hover {
  background: #f1f5f9;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.45);
}

.shop-hero-btn-row .btn-ghost-white {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  border-radius: 50px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all .25s ease;
}

.shop-hero-btn-row .btn-ghost-white:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
}

.shop-hero-device-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.shop-hero-device-wrap::before {
  content: '';
  position: absolute;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(168, 85, 247, 0.35) 0%, rgba(56, 189, 248, 0.15) 50%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  filter: blur(20px);
}

.shop-hero-floating-img {
  max-height: 310px;
  width: auto;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.55), 0 0 30px rgba(168, 85, 247, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
  z-index: 1;
  animation: floatHeroDevice 4.5s ease-in-out infinite;
}

@keyframes floatHeroDevice {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50%      { transform: translateY(-10px) rotate(0.5deg); }
}

.shop-hero-slider-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.shop-hero-arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 13px;
  transition: all .25s ease;
}
.shop-hero-arrow:hover { background: rgba(255, 255, 255, 0.3); transform: scale(1.08); }

.shop-hero-dots { display: flex; gap: 8px; align-items: center; }

.shop-hero-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  border: none;
  cursor: pointer;
  transition: all .35s ease;
}
.shop-hero-dot.active { background: #38bdf8; width: 24px; border-radius: 50px; box-shadow: 0 0 10px rgba(56, 189, 248, 0.6); }

/* ─── ECONET SHOP LAYOUT & BEAUTIFUL SIDEBAR FILTERS ─────────────── */
.shop-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 32px;
  align-items: start;
}

.shop-sidebar {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 22px 20px;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.03);
  position: sticky;
  top: 90px;
}

.filter-group {
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid #f1f5f9;
}

.filter-group:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.filter-title {
  font-size: 13px;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.filter-checkbox-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  color: #475569;
  margin-bottom: 8px;
  cursor: pointer;
  padding: 6px 8px;
  border-radius: 6px;
  transition: all .2s ease;
}

.filter-checkbox-label:hover {
  background: #f8fafc;
  color: var(--econet-purple);
}

.filter-checkbox-label input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: var(--econet-purple);
  cursor: pointer;
}

.filter-badge-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  color: var(--ink);
  padding: 8px 12px;
  background: #f8fafc;
  border-radius: 6px;
  margin-bottom: 8px;
  border: 1px solid #f1f5f9;
}

/* ─── ECONET PRODUCT CARD STYLING ────────────────────────────────────────── */
.econet-shop-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
}

.econet-prod-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 20px 18px 18px;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 0 2px 10px rgba(0,0,0,.04);
  transition: all .3s cubic-bezier(0.16, 1, 0.3, 1);
  height: 100%;
  box-sizing: border-box;
}

.econet-prod-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08);
  border-color: #cbd5e1;
}

.card-status-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  font-size: 10px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 4px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  z-index: 2;
  box-shadow: 0 2px 6px rgba(0,0,0,.12);
}

.card-status-badge.in-stock { background: #0f766e; color: #fff; }
.card-status-badge.student-badge { background: #15803d; color: #fff; }

.card-img-holder {
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8fafc;
  border-radius: 10px;
  padding: 14px;
  margin-bottom: 16px;
  overflow: hidden;
}

.card-device-img {
  max-height: 160px;
  width: auto;
  object-fit: contain;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.econet-prod-card:hover .card-device-img {
  transform: scale(1.08) translateY(-4px);
}

.card-meta {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.card-category-tag {
  font-size: 10.5px;
  font-weight: 800;
  color: #64748b;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.card-brand-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.brand-pill {
  font-size: 10px;
  font-weight: 800;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  color: var(--ink);
  padding: 3px 8px;
  border-radius: 4px;
  letter-spacing: 0.5px;
}

.stock-pill {
  font-size: 11.5px;
  color: #16a34a;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.card-product-title {
  font-size: 16px;
  font-weight: 800;
  color: var(--ink);
  line-height: 1.35;
  margin-bottom: 8px;
}

.card-specs-text {
  font-size: 12.5px;
  color: var(--muted);
  line-height: 1.5;
  margin-bottom: 14px;
  flex: 1;
}

.card-price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  padding-top: 10px;
  border-top: 1px solid #f1f5f9;
}

.price-val {
  font-size: 21px;
  font-weight: 900;
  color: var(--econet-purple);
  line-height: 1;
}

.warranty-badge {
  font-size: 11px;
  font-weight: 700;
  color: #15803d;
  background: #dcfce7;
  padding: 3px 8px;
  border-radius: 4px;
}

.econet-cart-btn {
  width: 100%;
  background: var(--econet-purple);
  color: var(--white);
  padding: 11px 16px;
  border-radius: 8px;
  font-size: 13.5px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: all .25s ease;
  box-shadow: 0 4px 12px rgba(59,27,104,.2);
}

.econet-cart-btn:hover {
  background: #230c45;
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(59,27,104,.3);
}

/* Animated Product Image on Cards */
.animated-device-img {
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  animation: deviceBobbing 5s ease-in-out infinite;
}

@keyframes deviceBobbing {
  0%, 100% { transform: translateY(0px); }
  50%      { transform: translateY(-5px); }
}

.econet-prod-card:hover .animated-device-img {
  transform: translateY(-8px) scale(1.08);
}

/* Floating Support Pill */
.econet-support-pill {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 850;
  background: var(--econet-purple);
  color: var(--white);
  padding: 10px 18px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 13.5px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 8px 24px rgba(59,27,104,.45);
  text-decoration: none;
  transition: all .25s ease;
}

.econet-support-pill:hover {
  background: #230c45;
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(59,27,104,.55);
}

/* Responsive Shop Hero */
@media (max-width: 900px) {
  .shop-hero-slide { grid-template-columns: 1fr; text-align: center; gap: 24px; }
  .shop-hero-desc { margin: 0 auto 20px; }
  .shop-hero-btn-row { justify-content: center; }
  .econet-shop-search-inner { flex-direction: column; gap: 14px; }
  .econet-search-bar { max-width: 100%; }
}

/* ─── ECONET ABOUT US & SERVICES DYNAMIC MULTI-SLIDE HERO ─────────────────── */
.about-hero-slider-wrap,
.services-hero-slider-wrap {
  position: relative;
  background: var(--econet-purple);
  overflow: hidden;
  height: 420px;
}

.about-hero-slides,
.services-hero-slides {
  position: relative;
  width: 100%;
  height: 100%;
}

.about-hero-slide,
.services-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .8s cubic-bezier(0.16, 1, 0.3, 1), visibility .8s ease;
  z-index: 1;
}

.about-hero-slide.active,
.services-hero-slide.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.about-slide-bg,
.services-slide-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  display: block;
  transform: scale(1.03);
  transition: transform 7s ease;
}

.about-hero-slide.active .about-slide-bg,
.services-hero-slide.active .services-slide-bg {
  transform: scale(1.08);
}

.about-slide-overlay,
.services-slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(35, 12, 69, 0.96) 0%, rgba(35, 12, 69, 0.72) 48%, rgba(35, 12, 69, 0.15) 100%);
  display: flex;
  align-items: center;
}

.about-slide-content,
.services-slide-content {
  max-width: 640px;
  animation: slideContentFadeIn .6s cubic-bezier(0.16, 1, 0.3, 1);
}

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

.about-hero-title,
.services-hero-title {
  font-size: 44px;
  font-weight: 900;
  color: var(--white);
  letter-spacing: -0.8px;
  line-height: 1.15;
  margin-bottom: 12px;
  text-shadow: 0 4px 20px rgba(0,0,0,0.4);
}

.about-hero-sub,
.services-hero-sub {
  font-size: 16.5px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.6;
  margin-bottom: 24px;
}

.about-hero-btn-row,
.services-hero-btn-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.about-hero-arrow,
.services-hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  cursor: pointer;
  z-index: 10;
  transition: all .25s ease;
  backdrop-filter: blur(4px);
}

.about-hero-arrow:hover,
.services-hero-arrow:hover {
  background: rgba(255, 255, 255, 0.35);
  transform: translateY(-50%) scale(1.1);
}

.about-hero-arrow.prev,
.services-hero-arrow.prev { left: 24px; }
.about-hero-arrow.next,
.services-hero-arrow.next { right: 24px; }

.about-hero-dots-wrap,
.services-hero-dots-wrap {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  z-index: 10;
}

.about-hero-dots,
.services-hero-dots {
  display: flex;
  gap: 8px;
  align-items: center;
}

.about-hero-dot,
.services-hero-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  border: none;
  cursor: pointer;
  transition: all .35s ease;
}

.about-hero-dot.active,
.services-hero-dot.active {
  background: #38bdf8;
  width: 26px;
  border-radius: 50px;
  box-shadow: 0 0 10px rgba(56, 189, 248, 0.7);
}

/* Static fallback page hero */
.econet-page-hero {
  position: relative;
  background: var(--econet-purple);
  overflow: hidden;
  height: 380px;
}

.econet-page-hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  display: block;
}

.econet-page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(59, 27, 104, 0.95) 0%, rgba(59, 27, 104, 0.65) 45%, rgba(59, 27, 104, 0.1) 100%);
  display: flex;
  align-items: center;
}

.econet-page-hero-content {
  max-width: 600px;
}

.econet-hero-title {
  font-size: 48px;
  font-weight: 900;
  color: var(--white);
  letter-spacing: -1px;
  line-height: 1.1;
  margin-bottom: 10px;
}

.econet-hero-sub {
  font-size: 18px;
  color: rgba(255,255,255,.85);
}

.econet-story-heading {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: -0.8px;
  color: var(--ink);
  margin-bottom: 16px;
}

.impact-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.stat-box {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 20px;
  text-align: center;
  box-shadow: var(--shadow-sm);
}

.stat-num {
  font-size: 36px;
  font-weight: 900;
  color: var(--primary);
  line-height: 1;
  margin-bottom: 8px;
}

.stat-label {
  font-size: 13px;
  color: var(--muted);
  font-weight: 600;
}

.vision-mission-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.vm-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px 30px;
  box-shadow: var(--shadow-sm);
}

.vm-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: var(--primary-bg);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 18px;
}

.vm-card h3 { font-size: 20px; font-weight: 800; margin-bottom: 10px; }
.vm-card p { font-size: 14.5px; color: var(--body); line-height: 1.65; }

/* ─── SERVICES DETAIL GRID (Animated Bento Cards) ────────────────────────── */
.services-details-grid {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.srv-detail-card {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 22px;
  padding: 32px 34px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
  transition: transform .4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .4s cubic-bezier(0.16, 1, 0.3, 1), border-color .3s ease;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 34px;
}

/* Top Accent Glow Bar that reveals on hover */
.srv-detail-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #5D18E5 0%, #a855f7 50%, #3b82f6 100%);
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .4s cubic-bezier(0.16, 1, 0.3, 1), opacity .3s ease;
  z-index: 5;
}

.srv-detail-card:hover {
  transform: translateY(-6px);
  border-color: #cbd5e1;
  box-shadow: 0 20px 45px -10px rgba(15, 23, 42, 0.12);
}

.srv-detail-card:hover::before {
  opacity: 1;
  transform: scaleX(1);
}

.srv-card-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.srv-card-top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.srv-card-content {
  position: relative;
}

/* Framed Photo Showcase with Ken-Burns and Glass Light Beam */
.srv-card-media {
  position: relative;
  width: 100%;
  height: 260px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.08);
  border: 1px solid #f1f5f9;
  background: #0f172a;
}

.srv-media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  animation: srvPhotoBreathe 12s ease-in-out infinite alternate;
  transition: transform .6s cubic-bezier(0.16, 1, 0.3, 1), filter .5s ease;
}

@keyframes srvPhotoBreathe {
  0%   { transform: scale(1.02) translate(0, 0); }
  50%  { transform: scale(1.06) translate(-3px, -2px); }
  100% { transform: scale(1.03) translate(2px, 1px); }
}

.srv-detail-card:hover .srv-media-img {
  transform: scale(1.08);
  filter: saturate(1.12) contrast(1.04);
}

/* Glass Light Beam Gliding across Photo */
.srv-card-media::after {
  content: '';
  position: absolute;
  top: -60%;
  left: -80%;
  width: 50%;
  height: 220%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%);
  transform: rotate(28deg);
  pointer-events: none;
  transition: left .9s cubic-bezier(0.16, 1, 0.3, 1), opacity .5s ease;
  opacity: 0;
  z-index: 3;
}

.srv-detail-card:hover .srv-card-media::after {
  left: 150%;
  opacity: 1;
}

/* Floating Icon with Micro-Animation */
.srv-icon-large {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(0,0,0,0.06);
  animation: srvIconFloat 3.5s ease-in-out infinite alternate;
  transition: transform .4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .4s ease;
}

@keyframes srvIconFloat {
  0%   { transform: translateY(0px); }
  100% { transform: translateY(-3px); }
}

.srv-detail-card:hover .srv-icon-large {
  transform: scale(1.12) rotate(6deg) translateY(-2px);
  box-shadow: 0 8px 22px rgba(93, 24, 229, 0.22);
}

.srv-card-top h3 { 
  font-size: 19.5px; 
  font-weight: 800; 
  margin-bottom: 3px; 
  color: var(--ink); 
  letter-spacing: -0.02em;
  transition: color .3s ease;
}
.srv-detail-card:hover .srv-card-top h3 {
  color: var(--primary);
}

.srv-subtitle { font-size: 13px; color: var(--muted); font-weight: 600; }

/* Checklist with Staggered Checkmark Pop on Card Hover */
.srv-checklist {
  list-style: none;
  margin-bottom: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.srv-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13.5px;
  font-weight: 500;
  color: #1e293b;
  line-height: 1.5;
}

.srv-checklist li i { 
  color: #16a34a; 
  margin-top: 3px; 
  font-size: 12px; 
  transition: transform .3s ease, color .3s ease;
}

.srv-detail-card:hover .srv-checklist li:nth-child(1) i { animation: checkPop .4s .04s ease; }
.srv-detail-card:hover .srv-checklist li:nth-child(2) i { animation: checkPop .4s .12s ease; }
.srv-detail-card:hover .srv-checklist li:nth-child(3) i { animation: checkPop .4s .20s ease; }
.srv-detail-card:hover .srv-checklist li:nth-child(4) i { animation: checkPop .4s .28s ease; }

@keyframes checkPop {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.5) rotate(-10deg); color: #22c55e; }
  100% { transform: scale(1); }
}

.srv-actions-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.srv-actions-row .btn {
  transition: all .25s cubic-bezier(0.16, 1, 0.3, 1);
}
.srv-actions-row .btn:hover {
  transform: translateY(-2px) scale(1.02);
}

/* ─── LUXURY STORE LOCATOR & INTERACTIVE MAP ────────────────────────────── */
.locator-top-tabs {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.locator-tab-btn {
  background: var(--white);
  border: 1px solid rgba(226, 232, 240, 0.9);
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--ink);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.03);
  transition: all .25s ease;
}

.locator-tab-btn.active, .locator-tab-btn:hover {
  background: var(--econet-purple);
  color: var(--white);
  border-color: var(--econet-purple);
  box-shadow: 0 4px 14px rgba(59, 27, 104, 0.25);
}

.locator-wrapper {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 28px;
  align-items: start;
}

.locator-info-card {
  background: var(--white);
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 20px;
  padding: 34px 30px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.store-badge-live {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  font-weight: 800;
  color: #16a34a;
  background: #dcfce7;
  border: 1px solid #bbf7d0;
  padding: 5px 12px;
  border-radius: 50px;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}

.live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #16a34a;
  box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.3);
  animation: liveDotPulse 1.8s infinite;
}

@keyframes liveDotPulse {
  0% { box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.5); }
  70% { box-shadow: 0 0 0 6px rgba(22, 163, 74, 0); }
  100% { box-shadow: 0 0 0 0 rgba(22, 163, 74, 0); }
}

.store-title {
  font-size: 24px;
  font-weight: 900;
  color: var(--ink);
  line-height: 1.2;
  margin-bottom: 4px;
}

.store-tagline {
  font-size: 13px;
  color: var(--muted);
  font-weight: 500;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f1f5f9;
}

.store-detail-item {
  display: flex;
  gap: 14px;
  margin-bottom: 16px;
  align-items: flex-start;
}

.store-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex-shrink: 0;
}

.icon-red { background: #fee2e2; color: #dc2626; }
.icon-blue { background: #e0f2fe; color: #0284c7; }
.icon-green { background: #dcfce7; color: #16a34a; }
.icon-purple { background: #f3e8ff; color: #9333ea; }

.store-detail-item strong {
  display: block;
  font-size: 13.5px;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 3px;
}

.store-detail-item p {
  font-size: 13px;
  color: #475569;
  line-height: 1.55;
  margin: 0;
}

.store-contact-link {
  color: var(--primary);
  font-weight: 700;
  transition: color .2s;
}
.store-contact-link:hover { color: #991b1b; text-decoration: underline; }

.store-amenities-wrap {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 22px 0 20px;
  padding-top: 16px;
  border-top: 1px solid #f1f5f9;
}

.amenity-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11.5px;
  font-weight: 700;
  color: #1e293b;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 4px 10px;
  border-radius: 6px;
}

.amenity-chip i { color: #16a34a; font-size: 10px; }

.store-actions-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}

/* Map Container Box */
.locator-map-box {
  background: var(--white);
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
  position: relative;
}

.map-floating-header {
  padding: 14px 20px;
  background: #ffffff;
  border-bottom: 1px solid #f1f5f9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.map-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
}

.map-controls-quick {
  display: flex;
  gap: 8px;
}

.map-ctrl-btn {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  color: #334155;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all .2s;
}

.map-ctrl-btn:hover {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}

.tachmack-luxury-map {
  height: 520px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.map-footnote-bar {
  padding: 12px 20px;
  background: #f8fafc;
  border-top: 1px solid #f1f5f9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12.5px;
  color: var(--muted);
  flex-wrap: wrap;
  gap: 10px;
}

/* Custom Radar Pin Marker */
.tachmack-custom-pin-wrap {
  position: relative;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pin-radar-pulse {
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(200, 29, 37, 0.35);
  animation: radarWave 2s cubic-bezier(0.16, 1, 0.3, 1) infinite;
}

@keyframes radarWave {
  0% { transform: scale(0.6); opacity: 1; }
  100% { transform: scale(1.6); opacity: 0; }
}

.pin-radar-center {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #dc2626 0%, #991b1b 100%);
  border: 2.5px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(220, 38, 38, 0.5);
  position: relative;
  z-index: 2;
}

/* Custom Leaflet Map Popup */
.tachmack-leaflet-popup .leaflet-popup-content-wrapper {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.2);
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.9);
}

.tachmack-leaflet-popup .leaflet-popup-content {
  margin: 0;
  line-height: 1.4;
}

.map-popup-card {
  padding: 18px 20px;
  font-family: 'Inter', sans-serif;
}

.map-popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.map-popup-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  font-weight: 800;
  color: #16a34a;
  background: #dcfce7;
  padding: 3px 8px;
  border-radius: 50px;
}

.map-popup-sub {
  font-size: 11px;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.map-popup-title {
  font-size: 16px;
  font-weight: 900;
  color: #0f172a;
  margin-bottom: 6px;
}

.map-popup-addr {
  font-size: 12.5px;
  color: #475569;
  line-height: 1.45;
  margin-bottom: 10px;
}

.map-popup-hours {
  font-size: 11.5px;
  color: #64748b;
  background: #f8fafc;
  padding: 6px 10px;
  border-radius: 6px;
  margin-bottom: 14px;
}

.map-popup-btn-row {
  display: flex;
  gap: 8px;
}

.map-btn-dir {
  flex: 1;
  background: var(--primary);
  color: #ffffff !important;
  text-align: center;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  transition: background .2s;
}
.map-btn-dir:hover { background: #991b1b; }

.map-btn-wa {
  flex: 1;
  background: #25d366;
  color: #ffffff !important;
  text-align: center;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  transition: background .2s;
}
.map-btn-wa:hover { background: #16a34a; }

/* 3 Support Feature Cards Below Map */
.locator-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 36px;
}

.loc-feature-card {
  background: var(--white);
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 16px;
  padding: 24px 22px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.03);
  transition: transform .3s, box-shadow .3s;
}

.loc-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.loc-feat-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.loc-feat-body h4 {
  font-size: 16px;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 4px;
}

.loc-feat-body p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.5;
  margin: 0;
}

/* Contact Page Layout */
.contact-layout-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 36px;
  align-items: start;
}

.contact-info-panel h2 { font-size: 24px; font-weight: 800; margin-bottom: 8px; }

.info-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 18px 20px;
  margin-bottom: 14px;
  box-shadow: var(--shadow-sm);
}

.info-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.info-card h4 { font-size: 14px; font-weight: 700; color: var(--ink); margin-bottom: 3px; }
.info-card p { font-size: 13px; color: var(--muted); line-height: 1.45; }

.contact-form-panel .form-wrapper-box {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px 30px;
  box-shadow: var(--shadow-sm);
}

.form-wrapper-box h3 { font-size: 20px; font-weight: 800; margin-bottom: 4px; }
.form-field { flex: 1; margin-bottom: 12px; }
.form-field label { display: block; font-size: 12.5px; font-weight: 600; color: var(--ink); margin-bottom: 4px; }

/* Tariffs Table */
.tariffs-container {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px;
  box-shadow: var(--shadow-sm);
}

.table-responsive { overflow-x: auto; }

.tariff-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13.5px;
}

.tariff-table th {
  background: var(--bg);
  padding: 12px 16px;
  text-align: left;
  font-weight: 700;
  color: var(--ink);
  border-bottom: 2px solid var(--border);
}

.tariff-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--border);
  color: var(--body);
}

.tariff-table tr:hover td { background: var(--primary-bg); }

.price-pill.free {
  background: #dcfce7;
  color: #16a34a;
  padding: 3px 8px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 11px;
}

@media (max-width: 768px) {
  .locator-wrapper { grid-template-columns: 1fr; }
  .contact-layout-grid { grid-template-columns: 1fr; }
}

/* ─── ECONET SHOPPING CART PAGE (onlineshop.econet.co.zw/cart) ───────────── */
.cart-layout-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 32px;
  align-items: start;
}

.cart-items-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cart-item-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 20px 24px;
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 20px;
  align-items: center;
  box-shadow: var(--shadow-sm);
}

.cart-item-thumb-box {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8fafc;
  border-radius: 8px;
  padding: 6px;
}

.cart-item-img {
  max-height: 75px;
  width: auto;
  object-fit: contain;
}

.cart-item-details { display: flex; flex-direction: column; gap: 6px; }

.cart-item-title-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}

.cart-item-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.3;
}

.cart-remove-btn {
  background: transparent;
  border: none;
  color: #94a3b8;
  font-size: 16px;
  cursor: pointer;
  padding: 4px;
  transition: var(--trans);
}
.cart-remove-btn:hover { color: #ef4444; }

.cart-item-unit-price {
  font-size: 15px;
  font-weight: 800;
  color: var(--econet-purple);
}

.cart-item-bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4px;
}

.cart-qty-stepper {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--border);
  border-radius: 6px;
  overflow: hidden;
  background: var(--white);
}

.qty-btn {
  background: #f8fafc;
  border: none;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  color: var(--ink);
  transition: var(--trans);
}
.qty-btn:hover { background: #e2e8f0; }

.qty-value {
  padding: 4px 14px;
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
}

.cart-item-subtotal {
  font-size: 17px;
  font-weight: 800;
  color: var(--ink);
}

/* Order Summary Box */
.order-summary-box {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  box-shadow: var(--shadow-sm);
}

.summary-header-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 20px;
}

.summary-title { font-size: 22px; font-weight: 800; color: var(--ink); }

.clear-cart-link {
  background: none;
  border: none;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--econet-purple);
  cursor: pointer;
}
.clear-cart-link:hover { text-decoration: underline; }

.promo-code-wrap {
  display: flex;
  border: 1.5px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 24px;
  background: var(--white);
}

.promo-input {
  flex: 1;
  border: none;
  padding: 11px 14px;
  font-size: 12.5px;
  outline: none;
  text-transform: uppercase;
  color: var(--ink);
}

.promo-apply-btn {
  background: #6366f1;
  color: var(--white);
  border: none;
  padding: 0 18px;
  font-size: 12.5px;
  font-weight: 700;
  cursor: pointer;
  transition: var(--trans);
}
.promo-apply-btn:hover { background: #4f46e5; }

.summary-breakdown {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 20px;
}

.summary-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: var(--body);
}

.discount-val { color: #16a34a; }

.summary-line.total-line {
  font-size: 18px;
  font-weight: 800;
  color: var(--ink);
  padding-top: 6px;
}

.total-val { font-size: 22px; font-weight: 900; color: var(--econet-purple); }

.btn-proceed-checkout {
  width: 100%;
  background: var(--econet-purple);
  color: var(--white);
  border: none;
  padding: 14px 20px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  transition: var(--trans);
  box-shadow: 0 4px 12px rgba(59,27,104,.25);
}
.btn-proceed-checkout:hover { background: #230c45; }

.continue-shopping-link {
  display: block;
  text-align: center;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--econet-purple);
  margin-top: 14px;
  text-decoration: none;
}
.continue-shopping-link:hover { text-decoration: underline; }

/* Trust Badges Under Summary */
.cart-trust-panel {
  margin-top: 16px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cart-trust-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.cart-trust-icon {
  font-size: 18px;
  color: var(--econet-purple);
  margin-top: 2px;
}

.cart-trust-item strong { display: block; font-size: 13px; color: var(--ink); margin-bottom: 2px; }
.cart-trust-item p { font-size: 12px; color: var(--muted); line-height: 1.4; margin: 0; }

/* ─── AUTH MODAL (LOGIN & CREATE ACCOUNT) ─────────────────────────────────── */
.auth-tabs-row {
  display: flex;
  border-bottom: 2px solid var(--border);
  margin-bottom: 22px;
}

.auth-tab-btn {
  flex: 1;
  background: transparent;
  border: none;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 700;
  color: var(--muted);
  cursor: pointer;
  position: relative;
  transition: var(--trans);
}

.auth-tab-btn.active {
  color: var(--econet-purple);
}

.auth-tab-btn.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--econet-purple);
}

.auth-panel { display: none; }
.auth-panel.active { display: block; }

@media (max-width: 900px) {
  .cart-layout-grid { grid-template-columns: 1fr; }
}

/* ─── ECONET DEDICATED REGISTER & LOGIN PAGES (onlineshop.econet.co.zw) ──── */
.econet-auth-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 40px 48px;
  max-width: 580px;
  width: 100%;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  margin: 30px auto;
}

.reg-step-indicator {
  font-size: 11px;
  font-weight: 800;
  color: var(--econet-purple);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.reg-step-panel { display: none; }
.reg-step-panel.active { display: block; animation: fadeInSlide .35s ease; }

.auth-input-group {
  margin-bottom: 18px;
  flex: 1;
}

.auth-input-group label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 6px;
}

.input-with-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.auth-field-icon {
  position: absolute;
  left: 14px;
  color: #94a3b8;
  font-size: 15px;
  pointer-events: none;
}

.auth-field {
  width: 100%;
  padding: 12px 14px 12px 42px;
  border-radius: 8px;
  border: 1.5px solid var(--border);
  background: #f8fafc;
  font-size: 13.5px;
  color: var(--ink);
  outline: none;
  transition: var(--trans);
  font-family: inherit;
}

.auth-field:focus {
  background: var(--white);
  border-color: var(--econet-purple);
  box-shadow: 0 0 0 3px rgba(59,27,104,.1);
}

.pwd-toggle-btn {
  position: absolute;
  right: 12px;
  background: none;
  border: none;
  color: #94a3b8;
  cursor: pointer;
  font-size: 14px;
}
.pwd-toggle-btn:hover { color: var(--ink); }

.pwd-strength-row {
  margin-bottom: 22px;
}

.pwd-strength-bar {
  height: 4px;
  background: #e2e8f0;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 6px;
}

.pwd-strength-fill {
  height: 100%;
  width: 83%;
  background: #16a34a;
  border-radius: 4px;
}

.pwd-strength-text {
  font-size: 12px;
  color: #16a34a;
  font-weight: 600;
}

.btn-auth-primary {
  width: 100%;
  background: var(--econet-purple);
  color: var(--white);
  padding: 13px 20px;
  border-radius: 8px;
  font-size: 14.5px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: var(--trans);
  box-shadow: 0 4px 14px rgba(59,27,104,.25);
}
.btn-auth-primary:hover { background: #230c45; }

.btn-auth-back {
  background: #f1f5f9;
  color: var(--ink);
  border: 1.5px solid var(--border);
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: var(--trans);
}
.btn-auth-back:hover { background: #e2e8f0; }

.auth-btn-row {
  display: flex;
  gap: 12px;
  align-items: center;
}

.auth-card-footer {
  text-align: center;
  font-size: 13px;
  color: var(--muted);
  margin-top: 20px;
}

.auth-card-footer a {
  color: var(--econet-purple);
  font-weight: 700;
  text-decoration: none;
}
.auth-card-footer a:hover { text-decoration: underline; }

/* Email Verification Box (Econet Style) */
.email-verify-box {
  background: #fef2f2;
  border: 1px solid #fee2e2;
  color: #b91c1c;
  padding: 14px 18px;
  border-radius: 8px;
  font-size: 13.5px;
  line-height: 1.5;
  margin-bottom: 16px;
}

.btn-resend-verify {
  width: 100%;
  background: var(--white);
  color: var(--econet-purple);
  border: 1.5px solid var(--econet-purple);
  padding: 11px 18px;
  border-radius: 8px;
  font-size: 13.5px;
  font-weight: 700;
  cursor: pointer;
  transition: var(--trans);
}
.btn-resend-verify:hover { background: #f5f3ff; }

/* ─── AUTH ALERTS (ECONET RED ERROR & GREEN SUCCESS) ─────────────── */
.auth-error-alert {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #b91c1c;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 13.5px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  line-height: 1.4;
  animation: fadeInSlide .25s ease;
}

.auth-success-alert {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  color: #15803d;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 13.5px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  line-height: 1.4;
  animation: fadeInSlide .25s ease;
}

@media (max-width: 600px) {
  .econet-auth-card { padding: 24px 20px; }
  .form-row { grid-template-columns: 1fr; }
}

/* ─── REAL STORE & LAB PHOTO GALLERY ─────────────────────────────────────── */
.store-real-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px;
}

.store-photo-card {
  background: var(--white);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
  transition: all .35s cubic-bezier(0.16, 1, 0.3, 1);
}

.store-photo-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12);
  border-color: #cbd5e1;
}

.store-photo-holder {
  position: relative;
  height: 220px;
  overflow: hidden;
  background: #0f172a;
}

.store-photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s cubic-bezier(0.16, 1, 0.3, 1);
}

.store-photo-card:hover .store-photo-img {
  transform: scale(1.06);
}

.store-photo-tag {
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgba(15, 23, 42, 0.85);
  color: var(--white);
  padding: 4px 10px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.5px;
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.store-photo-caption {
  padding: 16px 20px;
}

.store-photo-caption h4 {
  font-size: 15px;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 4px;
}

.store-photo-caption span {
  font-size: 12px;
  color: var(--muted);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
}

/* ─── CUSTOMER DASHBOARD (WHITE-LABEL SELF-SERVICE) ──────────────────────── */
.acct-header-card {
  background: var(--white);
  border-radius: 16px;
  padding: 28px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
  margin-bottom: 30px;
}

.acct-user-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.acct-avatar-pill {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--econet-purple) 0%, #1c0933 100%);
  color: var(--white);
  font-size: 22px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(59, 27, 104, 0.25);
  flex-shrink: 0;
}

.acct-badge-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.acct-verified-pill {
  background: #dcfce7;
  color: #16a34a;
  font-size: 11.5px;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.acct-type-pill {
  background: #f1f5f9;
  color: #475569;
  font-size: 11.5px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 50px;
}

.acct-user-name {
  font-size: 24px;
  font-weight: 900;
  color: var(--ink);
  margin: 0 0 6px;
  letter-spacing: -0.3px;
}

.acct-contact-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 13px;
  color: var(--muted);
  font-weight: 600;
}

.btn-acct-logout {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fef2f2;
  color: #dc2626;
  border: 1px solid #fecaca;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 13.5px;
  font-weight: 800;
  text-decoration: none;
  transition: var(--trans);
}

.btn-acct-logout:hover {
  background: #dc2626;
  color: var(--white);
}

.acct-dashboard-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 30px;
  align-items: start;
}

@media (max-width: 900px) {
  .acct-dashboard-layout { grid-template-columns: 1fr; }
}

.acct-nav-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.acct-nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  background: var(--white);
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.03);
}

.acct-nav-menu li {
  border-bottom: 1px solid #f1f5f9;
}

.acct-nav-menu li:last-child {
  border-bottom: none;
}

.acct-tab-btn {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 16px 20px;
  font-size: 14px;
  font-weight: 700;
  color: #334155;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: var(--trans);
  font-family: inherit;
}

.acct-tab-btn i {
  color: #94a3b8;
  font-size: 15px;
  width: 20px;
  text-align: center;
}

.acct-tab-btn:hover {
  background: #f8fafc;
  color: var(--econet-purple);
}

.acct-tab-btn.active {
  background: #f5f3ff;
  color: var(--econet-purple);
  border-left: 4px solid var(--econet-purple);
  font-weight: 800;
}

.acct-tab-btn.active i {
  color: var(--econet-purple);
}

.acct-support-box {
  background: linear-gradient(135deg, #1c0933 0%, #2e1053 100%);
  color: var(--white);
  border-radius: 14px;
  padding: 22px;
  box-shadow: 0 8px 24px rgba(46, 16, 83, 0.2);
}

.acct-support-box h5 {
  font-size: 15px;
  font-weight: 800;
  margin: 0 0 6px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.acct-support-box p {
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
  margin: 0 0 14px;
}

.acct-content-area {
  background: var(--white);
  border-radius: 16px;
  padding: 32px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
}

.acct-panel {
  display: none;
  animation: fadeInSlide .3s ease;
}

.acct-panel.active {
  display: block;
}

.acct-panel-header {
  border-bottom: 1px solid #f1f5f9;
  padding-bottom: 18px;
  margin-bottom: 24px;
}

.acct-panel-header h3 {
  font-size: 20px;
  font-weight: 900;
  color: var(--ink);
  margin: 0 0 6px;
}

.acct-panel-header p {
  font-size: 13.5px;
  color: var(--muted);
  margin: 0;
}

.acct-orders-empty {
  text-align: center;
  padding: 40px 20px;
}

.empty-icon-wrap {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #f1f5f9;
  color: #94a3b8;
  font-size: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.acct-orders-empty h4 {
  font-size: 18px;
  font-weight: 800;
  color: var(--ink);
  margin: 0 0 8px;
}

.acct-orders-empty p {
  font-size: 14px;
  color: var(--muted);
  max-width: 420px;
  margin: 0 auto;
  line-height: 1.5;
}

.warranty-status-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 24px;
}

.warr-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

.warr-badge {
  background: #dcfce7;
  color: #16a34a;
  padding: 4px 12px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.warr-loc {
  font-size: 12px;
  color: var(--muted);
  font-weight: 700;
}

.warranty-status-card h4 {
  font-size: 16px;
  font-weight: 800;
  color: var(--ink);
  margin: 0 0 8px;
}

.warranty-status-card p {
  font-size: 13.5px;
  color: #475569;
  line-height: 1.6;
  margin: 0 0 18px;
}

.warr-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.header-user-btn.logged-in {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f5f3ff;
  color: var(--econet-purple);
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  border: 1.5px solid rgba(59, 27, 104, 0.2);
  transition: var(--trans);
}

.header-user-btn.logged-in:hover {
  background: var(--econet-purple);
  color: var(--white);
}

.header-user-fname {
  font-size: 12.5px;
  font-weight: 800;
}

/* ═══════════════════════════════════════════════════════════════════════════
   UNIVERSAL MULTI-DEVICE RESPONSIVE SUITE
   Supports: Mobile (320px-480px), Phablets (481px-767px), Tablets (768px-1024px),
   Laptops (1025px-1366px), and Ultrawide Desktops (1440px+)
═══════════════════════════════════════════════════════════════════════════ */

/* Global Anti-Overflow & Box Sizing */
html, body {
  overflow-x: hidden;
  max-width: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: border-box;
}

img, video, iframe {
  max-width: 100%;
  height: auto;
}

/* ─── 1. LARGE DESKTOPS & ULTRAWIDE (1440px+) ────────────────────────────── */
@media (min-width: 1440px) {
  .site-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
  }
}

/* ─── 2. LAPTOPS & NOTEBOOKS (1025px - 1366px) ───────────────────────────── */
@media (max-width: 1366px) {
  .nav-menu {
    gap: 16px;
  }
  .nav-link {
    font-size: 13.5px;
  }
  .header-shop-btn {
    padding: 9px 18px;
    font-size: 13px;
  }
}

/* ─── 3. TABLETS & IPADS (769px - 1024px) ─────────────────────────────────── */
@media (max-width: 1024px) {
  .top-bar {
    display: block;
    font-size: 12px;
    padding: 8px 0;
  }
  .top-bar-inner {
    padding: 0 20px;
  }
  .top-tagline {
    display: none;
  }

  /* Header adjustments */
  .main-navigation {
    display: none; /* Handled via Mobile Drawer */
  }
  .mobile-menu-toggle {
    display: flex;
  }
  .header-inner {
    padding: 12px 20px;
    height: 68px;
  }
  .header-logo-img {
    height: 44px;
  }

  /* Grid Layouts */
  .sectors-grid-clean,
  .values-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .series-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .services-details-grid {
    gap: 24px;
  }

  .srv-detail-card {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    padding: 26px;
  }

  .econet-shop-layout {
    grid-template-columns: 1fr;
  }

  .acct-grid-wrap {
    grid-template-columns: 1fr;
  }

  .cta-luxury-card {
    padding: 44px 36px;
  }
  .cta-title {
    font-size: 28px;
  }
}

/* ─── 4. MOBILE PHONES & ANDROID / IOS DEVICES (320px - 768px) ───────────── */
@media (max-width: 768px) {
  /* Compact Touch-Friendly Top Bar */
  .top-bar {
    display: block;
    padding: 6px 0;
    font-size: 11.5px;
    background: #340c74;
  }

  .top-bar-inner {
    padding: 0 14px;
    justify-content: space-between;
  }

  .top-tagline {
    display: none;
  }

  .top-bar-left,
  .top-bar-right {
    gap: 10px;
  }

  .top-link {
    font-size: 11.5px;
    gap: 4px;
  }

  .main-header {
    position: sticky;
    top: 0;
    z-index: 1000;
  }

  .header-inner {
    padding: 10px 16px;
    height: 62px;
    gap: 12px;
  }

  .header-logo-img {
    height: 38px;
    max-width: 140px;
  }

  .header-actions {
    gap: 10px;
  }

  .header-shop-btn {
    padding: 8px 14px;
    font-size: 12px;
    gap: 6px;
  }

  .header-admin-btn {
    padding: 6px 12px;
    font-size: 11.5px;
  }

  .mobile-menu-toggle {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
  }

  /* Responsive Hero Sliders */
  .hero-section,
  .about-hero-slider-wrap,
  .services-hero-slider-wrap,
  .econet-shop-hero-section {
    min-height: auto;
    height: auto;
  }

  .hero-bg,
  .about-slide-bg,
  .services-slide-bg {
    height: 480px;
    object-position: center center;
  }

  .hero-content-wrap,
  .about-slide-content,
  .services-slide-content {
    padding: 24px 16px;
  }

  .hero-eyebrow {
    font-size: 10.5px;
    padding: 4px 10px;
    margin-bottom: 12px;
  }

  .hero-heading,
  .about-hero-title,
  .services-hero-title {
    font-size: clamp(24px, 6.5vw, 32px);
    line-height: 1.22;
    margin-bottom: 12px;
  }

  .hero-subtext,
  .about-hero-sub,
  .services-hero-sub {
    font-size: 13.5px;
    line-height: 1.55;
    margin-bottom: 22px;
  }

  .hero-cta-row,
  .about-hero-btn-row,
  .services-hero-btn-row {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }

  .hero-cta-row .btn,
  .about-hero-btn-row .btn,
  .services-hero-btn-row .btn {
    width: 100%;
    min-height: 46px;
    text-align: center;
    justify-content: center;
    font-size: 14px;
  }

  .hero-specs {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    margin-top: 20px;
  }

  .spec-chip {
    font-size: 11.5px;
    padding: 5px 12px;
  }

  /* Trust Bar */
  .trust-bar-inner {
    flex-direction: column;
    align-items: stretch;
  }

  .trust-item {
    border-right: none;
    border-bottom: 1px solid var(--border);
    padding: 14px 18px;
  }
  .trust-item:last-child {
    border-bottom: none;
  }

  /* Section Spacing & Headers */
  .section-pad {
    padding: 44px 0;
  }
  .section-pad-sm {
    padding: 32px 0;
  }

  .section-title {
    font-size: 24px;
    letter-spacing: -0.02em;
  }

  .section-sub {
    font-size: 13.5px;
    line-height: 1.55;
  }

  /* Product Categories Grid (Android & iPhone) */
  .series-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .series-card {
    border-radius: 16px;
  }

  .series-img-wrap {
    height: 180px;
  }

  .series-body {
    padding: 18px 16px;
  }

  .sectors-grid-clean,
  .values-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  /* Services Detail Bento Cards */
  .srv-detail-card {
    grid-template-columns: 1fr;
    padding: 22px 18px;
    gap: 18px;
    border-radius: 18px;
  }

  .srv-card-media {
    height: 200px;
    order: -1;
    border-radius: 14px;
  }

  .srv-card-top {
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
  }

  .srv-card-top h3 {
    font-size: 17px;
  }

  .srv-checklist li {
    font-size: 13px;
  }

  .srv-actions-row {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }

  .srv-actions-row .btn {
    width: 100%;
    min-height: 44px;
    justify-content: center;
  }

  /* Product Showcase Grid */
  .econet-shop-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .econet-prod-card {
    border-radius: 16px;
  }

  /* Profile & Account Dashboards */
  .acct-profile-hero {
    padding: 22px 16px;
    border-radius: 16px;
  }

  .acct-hero-left {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .acct-avatar-circle {
    width: 52px;
    height: 52px;
    font-size: 19px;
  }

  .acct-display-title {
    font-size: 19px;
  }

  .acct-hero-right {
    width: 100%;
    flex-direction: column;
    gap: 8px;
  }

  .acct-hero-right .btn-admin-add,
  .acct-hero-right .btn-acct-signout {
    width: 100%;
    text-align: center;
    justify-content: center;
    min-height: 42px;
  }

  .acct-main-card {
    padding: 20px 16px;
    border-radius: 14px;
  }

  .acct-form-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  /* Touch-Responsive Inquiries Table */
  .admin-table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 12px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
  }

  .admin-table th,
  .admin-table td {
    padding: 10px 12px;
    font-size: 12px;
    white-space: nowrap;
  }

  /* Floating WhatsApp Button (Safe Margin above Android navigation) */
  .floating-wa-btn {
    bottom: 20px;
    right: 16px;
    padding: 11px 18px;
    font-size: 13px;
    border-radius: 50px;
    box-shadow: 0 6px 20px rgba(22, 163, 74, 0.4);
    z-index: 999;
  }

  /* Modals & Dialogs on Mobile */
  .admin-modal-box,
  .modal-dialog {
    padding: 24px 18px;
    max-width: 95vw;
    width: 95vw;
    border-radius: 16px;
    margin: 12px auto;
  }

  /* Luxury CTA Banner */
  .cta-luxury-card {
    padding: 34px 20px;
    border-radius: 18px;
  }

  .cta-title {
    font-size: 22px;
  }

  .cta-desc {
    font-size: 13.5px;
  }

  .cta-btns-row {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }

  .cta-btns-row .btn {
    width: 100%;
    min-height: 46px;
    justify-content: center;
  }
}

/* ─── 5. SMALL PHONES (<= 480px) ─────────────────────────────────────────── */
@media (max-width: 480px) {
  .top-bar-right .top-link:first-child,
  .top-bar-right .top-sep:first-of-type {
    display: none !important;
  }
  .top-bar-right {
    justify-content: center !important;
    gap: 10px !important;
  }
  .header-logo-img {
    height: 32px !important;
    max-width: 115px !important;
  }
  .header-shop-btn {
    padding: 6px 10px !important;
    font-size: 11px !important;
  }
  .hero-heading,
  .about-hero-title,
  .services-hero-title {
    font-size: 23px !important;
  }
  .card-product-title {
    font-size: 15px !important;
  }
}

/* ─── 6. UNIVERSAL MOBILE OVERHAUL & PIXEL-PERFECT LAYOUT ────────────────── */
@media (max-width: 768px) {
  /* Topbar Clean Mobile View */
  .top-bar {
    padding: 6px 0 !important;
    font-size: 11.5px !important;
    line-height: 1.2 !important;
    background: #3b1b68 !important;
  }
  .top-bar-inner {
    justify-content: center !important;
  }
  .top-bar-left {
    display: none !important;
  }
  .top-bar-right {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    text-align: center !important;
  }
  .top-bar-right .top-link {
    font-size: 11.5px !important;
    white-space: nowrap !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    padding: 2px 4px !important;
    color: #ffffff !important;
  }
  .top-bar-right .top-sep {
    color: rgba(255,255,255,0.4) !important;
  }

  /* Econet Shop Bar Responsive */
  .econet-shop-top-bar {
    padding: 8px 12px !important;
    background: #4c1d95 !important;
  }
  .shop-top-left, 
  .shop-top-sep {
    display: none !important;
  }
  .econet-shop-top-inner {
    justify-content: center !important;
    flex-direction: column !important;
    gap: 6px !important;
  }
  .shop-top-right {
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    width: 100% !important;
  }
  .shop-top-right .shop-top-link {
    display: none !important;
  }
  .currency-switcher {
    margin: 0 auto !important;
    display: inline-flex !important;
    align-items: center !important;
    background: rgba(255,255,255,0.12) !important;
    border: 1px solid rgba(255,255,255,0.2) !important;
    border-radius: 50px !important;
    padding: 3px 8px !important;
    gap: 6px !important;
  }
  .curr-rate-label {
    font-size: 10.5px !important;
    color: #fde047 !important;
    font-weight: 700 !important;
  }
  .curr-toggle {
    padding: 3px 9px !important;
    font-size: 11px !important;
    border-radius: 50px !important;
  }
  .econet-shop-search-header {
    padding: 10px 0 !important;
  }
  .econet-shop-search-inner {
    flex-direction: column !important;
    gap: 10px !important;
  }
  .shop-header-logo {
    display: none !important;
  }
  .econet-search-bar {
    width: 100% !important;
    max-width: 100% !important;
  }
  .econet-search-input {
    font-size: 13px !important;
    padding: 10px 42px 10px 16px !important;
  }
  .econet-shop-user-actions {
    width: 100% !important;
    justify-content: space-between !important;
    gap: 6px !important;
  }
  .shop-login-btn, 
  .shop-signup-btn {
    flex: 1 !important;
    text-align: center !important;
    padding: 8px 10px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
  }
  .econet-shop-subnav {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    white-space: nowrap !important;
    padding: 6px 0 !important;
  }
  .econet-subnav-inner {
    display: flex !important;
    gap: 8px !important;
  }
  .subnav-dropdown-btn {
    display: none !important;
  }
  .subnav-links {
    display: flex !important;
    gap: 6px !important;
    overflow-x: auto !important;
  }
  .subnav-btn {
    padding: 6px 14px !important;
    font-size: 11.5px !important;
    border-radius: 50px !important;
    flex-shrink: 0 !important;
  }

  /* ─── Hero Sliders on Mobile (Crystal Clear Visibility) ─── */
  .hero-section {
    position: relative !important;
    min-height: 480px !important;
    background: #090d16 !important;
  }
  .hero-slider {
    position: relative !important;
    min-height: 480px !important;
  }
  .hero-slide {
    position: absolute !important;
    inset: 0 !important;
    opacity: 0 !important;
    transition: opacity .5s ease !important;
    padding: 0 !important;
  }
  .hero-slide.active {
    position: relative !important;
    opacity: 1 !important;
    display: block !important;
    min-height: 480px !important;
  }
  .hero-bg {
    width: 100% !important;
    height: 500px !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
  }
  .hero-overlay {
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(
      180deg,
      rgba(9, 13, 22, 0.82) 0%,
      rgba(9, 13, 22, 0.72) 45%,
      rgba(9, 13, 22, 0.94) 100%
    ) !important;
    display: flex !important;
    align-items: center !important;
    z-index: 5 !important;
    padding: 24px 0 !important;
  }
  .hero-content-wrap {
    padding: 0 18px !important;
    width: 100% !important;
    position: relative !important;
    z-index: 10 !important;
    display: block !important;
  }
  .hero-eyebrow {
    display: inline-flex !important;
    margin-bottom: 12px !important;
    font-size: 11px !important;
    padding: 4px 12px !important;
  }
  .hero-heading {
    font-size: 26px !important;
    line-height: 1.24 !important;
    color: #ffffff !important;
    margin-bottom: 12px !important;
    font-weight: 900 !important;
    display: block !important;
  }
  .hero-heading .tachmack-typewriter {
    color: #f87171 !important;
  }
  .hero-subtext {
    font-size: 14px !important;
    color: rgba(255, 255, 255, 0.88) !important;
    line-height: 1.5 !important;
    margin-bottom: 20px !important;
    display: block !important;
  }
  .hero-cta-row {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    gap: 10px !important;
  }
  .hero-cta-row .btn {
    width: 100% !important;
    min-height: 46px !important;
    justify-content: center !important;
    font-size: 14px !important;
  }
  .hero-specs {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 6px !important;
    margin-top: 14px !important;
  }

  /* Econet Shop Hero Slider */
  .econet-shop-hero-card {
    padding: 24px 16px !important;
    border-radius: 16px !important;
  }
  .shop-hero-slide {
    flex-direction: column !important;
    text-align: center !important;
  }
  .shop-hero-title {
    font-size: 22px !important;
    line-height: 1.25 !important;
  }
  .shop-hero-desc {
    font-size: 13px !important;
    line-height: 1.5 !important;
  }
  .shop-hero-btn-row {
    flex-direction: column !important;
    gap: 8px !important;
    width: 100% !important;
  }
  .shop-hero-btn-row .btn {
    width: 100% !important;
    justify-content: center !important;
  }
  .shop-hero-device-wrap {
    margin-top: 18px !important;
    max-height: 180px !important;
  }
  .shop-hero-floating-img {
    max-height: 180px !important;
    width: auto !important;
  }

  /* Store Locator & Gallery 1-Column Stacking */
  .locator-features-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }
  .store-real-gallery-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  .store-photo-card {
    width: 100% !important;
  }
  .store-photo-holder {
    height: 220px !important;
    position: relative !important;
    background: #0f172a !important;
    border-radius: 12px 12px 0 0 !important;
    overflow: hidden !important;
  }
  .store-photo-holder img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
  }
  .locator-map-box {
    margin-bottom: 24px !important;
  }
  .tachmack-luxury-map {
    height: 280px !important;
  }

  /* Site Footer Clean Mobile Layout */
  .site-footer {
    padding: 44px 0 0 !important;
  }
  .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    padding-bottom: 32px !important;
  }
  .footer-brand {
    text-align: left !important;
  }
  .footer-brand-title-wrap {
    margin-bottom: 12px !important;
  }
  .footer-brand .tagline {
    font-size: 13px !important;
    line-height: 1.55 !important;
    margin-bottom: 16px !important;
  }
  .social-links {
    justify-content: flex-start !important;
    gap: 10px !important;
  }
  .footer-col h5 {
    margin-bottom: 12px !important;
    font-size: 13px !important;
  }
  .footer-links {
    gap: 10px !important;
  }
  .footer-links a {
    font-size: 13.5px !important;
  }
  .footer-bottom {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 10px !important;
    padding: 18px 0 85px !important; /* Extra bottom padding so floating WhatsApp never covers footer */
    font-size: 12px !important;
  }
  .footer-bottom span {
    line-height: 1.5 !important;
  }

  /* Floating WhatsApp Pinned Safely */
  .whatsapp-float,
  .floating-wa-btn {
    bottom: 20px !important;
    right: 16px !important;
    padding: 10px 16px !important;
    font-size: 13px !important;
    z-index: 99999 !important;
    border-radius: 50px !important;
    box-shadow: 0 4px 18px rgba(22, 163, 74, 0.45) !important;
  }
}

