/* ==========================================================================
   MARUTI INTERNATIONAL - DARK LUXURY B2B EXPORT PORTAL
   "A Symbol of Trust" | Premier Indian Manufacturer & Global Exporter
   Design System: Midnight Obsidian, Deep Navy, Electric Cyan & Metallic Gold
   Directly matching brand concept mockup: homepage_ui_mockup_1788491864047.jpg
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800;900&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Inter:wght@300;400;500;600;700&display=swap');

:root {
  /* Midnight Obsidian & Deep Navy Theme */
  --bg-deep: #030813;
  --bg-dark: #050E1E;
  --bg-surface: #08162D;
  --bg-card: rgba(10, 24, 48, 0.72);
  --bg-card-hover: rgba(14, 32, 64, 0.85);
  
  /* Brand Accents */
  --accent-cyan: #00D4FF;
  --accent-cyan-glow: rgba(0, 212, 255, 0.35);
  --accent-blue: #1D63FF;
  --accent-blue-hover: #0F52E4;
  --accent-gold: #C5A059;
  --accent-gold-light: #F3E5AB;
  --accent-gold-glow: rgba(197, 160, 89, 0.35);
  --accent-emerald: #10B981;
  --whatsapp: #25D366;
  
  /* Typography & Text */
  --text-primary: #FFFFFF;
  --text-secondary: #CBD5E1;
  --text-muted: #8493A8;
  --text-cyan: #38BDF8;
  --text-gold: #E5B869;
  
  /* Borders & Glass */
  --border-glass: rgba(255, 255, 255, 0.1);
  --border-glass-bright: rgba(255, 255, 255, 0.2);
  --border-cyan: rgba(0, 212, 255, 0.35);
  --border-gold: rgba(197, 160, 89, 0.35);
  
  /* Fonts */
  --font-heading: 'Outfit', -apple-system, sans-serif;
  --font-subheading: 'Plus Jakarta Sans', sans-serif;
  --font-body: 'Inter', sans-serif;
  
  /* Elevation & Shadows */
  --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.3);
  --shadow-md: 0 10px 30px rgba(0, 0, 0, 0.45);
  --shadow-deep: 0 24px 60px rgba(0, 0, 0, 0.6);
  --shadow-cyan: 0 0 30px rgba(0, 212, 255, 0.25);
  --shadow-gold: 0 0 25px rgba(197, 160, 89, 0.25);
  
  /* Radii */
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 18px;
  --radius-xl: 26px;
  --radius-pill: 9999px;
  
  /* Layout */
  --max-width: 1320px;
}

/* ==========================================================================
   RESET & GLOBAL DARK STYLES
   ========================================================================== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  background-color: var(--bg-deep);
  color: var(--text-primary);
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: var(--font-body);
  background-color: var(--bg-deep);
  color: var(--text-secondary);
  line-height: 1.65;
  overflow-x: hidden;
  position: relative;
}

/* Subtle High-Tech Hex/Grid Background Overlay */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: 
    linear-gradient(rgba(0, 212, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 212, 255, 0.02) 1px, transparent 1px);
  background-size: 50px 50px;
  pointer-events: none;
  z-index: -1;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  border: none;
  outline: none;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  color: var(--text-primary);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

h1 { font-size: clamp(2.3rem, 4.2vw, 3.8rem); font-weight: 800; }
h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 800; }
h3 { font-size: clamp(1.3rem, 2vw, 1.75rem); }
h4 { font-size: 1.15rem; }

p {
  color: var(--text-secondary);
  font-size: 1rem;
}

/* Containers */
.container {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 1.5rem;
}

.container-narrow {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.section-padding {
  padding: 6rem 0;
  position: relative;
}

.section-padding-sm {
  padding: 4rem 0;
}

.bg-deep {
  background-color: var(--bg-deep);
}

.bg-dark-surface {
  background-color: var(--bg-dark);
}

/* Section Header */
.section-header {
  text-align: center;
  margin-bottom: 3.5rem;
  position: relative;
}

.section-header.text-left {
  text-align: left;
}

.badge-tag-glow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 1.1rem;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--accent-cyan);
  background: rgba(0, 212, 255, 0.08);
  border: 1px solid var(--border-cyan);
  border-radius: var(--radius-pill);
  margin-bottom: 1rem;
  backdrop-filter: blur(8px);
}

.section-subtitle {
  font-size: 1.12rem;
  color: var(--text-muted);
  max-width: 720px;
  margin: 0.85rem auto 0;
  line-height: 1.65;
}

.section-header.text-left .section-subtitle {
  margin: 0.85rem 0 0;
}

.gold-divider {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--accent-cyan), var(--accent-gold));
  margin: 1.25rem auto 0;
  border-radius: var(--radius-pill);
}

.section-header.text-left .gold-divider {
  margin: 1.25rem 0 0;
}

/* ==========================================================================
   BUTTONS & CTAs
   ========================================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  font-family: var(--font-subheading);
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.8rem 1.85rem;
  border-radius: var(--radius-pill);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.btn-blue-glow {
  background: linear-gradient(135deg, #1D63FF 0%, #0047DC 100%);
  color: #FFFFFF;
  font-weight: 700;
  box-shadow: 0 4px 20px rgba(29, 99, 255, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.btn-blue-glow:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(29, 99, 255, 0.65);
  background: linear-gradient(135deg, #3273FF 0%, #0F56E8 100%);
}

.btn-gold-glow {
  background: linear-gradient(135deg, #E5B869 0%, #C5A059 100%);
  color: #030813;
  font-weight: 700;
  box-shadow: 0 4px 20px rgba(197, 160, 89, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.btn-gold-glow:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(197, 160, 89, 0.6);
}

.btn-glass-pill {
  background: rgba(255, 255, 255, 0.06);
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}

.btn-glass-pill:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #FFFFFF;
  transform: translateY(-2px);
}

.btn-whatsapp-pill {
  background: var(--whatsapp);
  color: #FFFFFF;
  font-weight: 600;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.35);
}

.btn-whatsapp-pill:hover {
  background: #20BA5A;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(37, 211, 102, 0.5);
}

.btn-sm {
  padding: 0.5rem 1.15rem;
  font-size: 0.85rem;
}

.btn-lg {
  padding: 0.95rem 2.25rem;
  font-size: 1.05rem;
}

/* ==========================================================================
   FLOATING PILL NAVIGATION HEADER (MATCHING MOCKUP)
   ========================================================================== */
.top-notice-bar {
  background: rgba(3, 8, 19, 0.95);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 0.45rem 0;
  font-size: 0.82rem;
  color: var(--text-muted);
}

.top-notice-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-notice-left, .top-notice-right {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.top-notice-item {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.top-notice-item i {
  color: var(--accent-cyan);
}

.pulse-radar {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent-cyan);
  box-shadow: 0 0 0 0 rgba(0, 212, 255, 0.7);
  animation: pulse-ring 2s infinite;
  display: inline-block;
}

@keyframes pulse-ring {
  0% { box-shadow: 0 0 0 0 rgba(0, 212, 255, 0.7); }
  70% { box-shadow: 0 0 0 8px rgba(0, 212, 255, 0); }
  100% { box-shadow: 0 0 0 0 rgba(0, 212, 255, 0); }
}

/* Main Floating Header Capsule */
.header-capsule-wrapper {
  position: sticky;
  top: 12px;
  z-index: 1000;
  width: 100%;
  padding: 0 1rem;
}

.header-capsule {
  max-width: 1440px;
  margin: 0 auto;
  background: rgba(8, 20, 38, 0.82);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-pill);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5);
  padding: 0.55rem 1.35rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.15rem;
}

/* Brand Round Emblem */
.brand-capsule {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
  text-decoration: none;
}

.brand-emblem-round, img.brand-emblem-round {
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  max-width: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;
  flex-shrink: 0 !important;
  border-radius: 50% !important;
  background: #FFFFFF !important;
  padding: 2px !important;
  box-shadow: 0 0 18px rgba(0, 212, 255, 0.35) !important;
  object-fit: contain !important;
  display: block !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.brand-capsule:hover .brand-emblem-round {
  transform: scale(1.05);
  box-shadow: 0 0 25px rgba(0, 212, 255, 0.6) !important;
}

.brand-emblem-footer, img.brand-emblem-footer {
  width: 68px !important;
  height: 68px !important;
  min-width: 68px !important;
  max-width: 68px !important;
  min-height: 68px !important;
  max-height: 68px !important;
  box-shadow: 0 0 25px rgba(197, 160, 89, 0.45) !important;
}

.brand-capsule-title {
  display: flex;
  flex-direction: column;
}

.brand-capsule-name {
  font-family: var(--font-heading);
  font-size: 1.06rem !important;
  font-weight: 800;
  color: #FFFFFF;
  letter-spacing: -0.01em;
  line-height: 1.1;
  white-space: nowrap !important;
}

.brand-capsule-tag {
  font-size: 0.64rem !important;
  font-weight: 700;
  color: var(--accent-gold);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap !important;
}

/* Header Nav Container */
.header-capsule nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Center Pill Nav — Seamless, Uncongested & Roomy */
.capsule-nav-list {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  list-style: none;
  background: transparent;
  padding: 0;
  border: none;
  flex-shrink: 0 !important;
}

.capsule-nav-item {
  position: relative;
  flex-shrink: 0 !important;
}

.capsule-nav-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.35rem !important;
  padding: 0.48rem 0.82rem !important;
  font-family: var(--font-subheading);
  font-size: 0.85rem !important;
  font-weight: 600;
  color: #CBD5E1;
  border-radius: var(--radius-pill);
  transition: all 0.2s ease;
  white-space: nowrap !important;
  text-decoration: none;
  flex-shrink: 0 !important;
}

.capsule-nav-link:hover, .capsule-nav-item.active > .capsule-nav-link {
  color: #FFFFFF;
  background: rgba(29, 99, 255, 0.3);
  border: 1px solid rgba(0, 212, 255, 0.35);
  box-shadow: 0 0 14px rgba(0, 212, 255, 0.2);
}

.capsule-nav-link i {
  font-size: 0.68rem !important;
  margin-left: 0.15rem !important;
  transition: transform 0.2s ease;
  display: inline-block !important;
}

.capsule-nav-item:hover .capsule-nav-link i {
  transform: rotate(180deg);
}

/* Dropdown Menu in Capsule */
.capsule-dropdown {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  background: rgba(6, 17, 34, 0.95);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(0, 212, 255, 0.3);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-deep);
  min-width: 250px;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease;
  z-index: 100;
  padding: 0.5rem;
}

.capsule-dropdown-grid {
  min-width: 560px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.35rem;
  padding: 0.75rem;
}

.capsule-nav-item:hover .capsule-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.capsule-dropdown-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.6rem 0.9rem;
  font-size: 0.86rem;
  font-weight: 500;
  color: #CBD5E1;
  border-radius: var(--radius-sm);
  transition: all 0.2s ease;
}

.capsule-dropdown-link i {
  color: var(--accent-cyan);
  width: 18px;
}

.capsule-dropdown-link:hover {
  background: rgba(0, 212, 255, 0.12);
  color: #FFFFFF;
  padding-left: 1.15rem;
}

.mobile-toggle-btn {
  display: none;
  background: none;
  color: #FFFFFF;
  font-size: 1.4rem;
  cursor: pointer;
  padding: 0.4rem;
}


/* ==========================================================================
   CINEMATIC HERO SECTION (CLEAN, PROPORTIONAL & MOBILE-FRIENDLY)
   ========================================================================== */
.hero-mockup-section {
  position: relative;
  background: radial-gradient(circle at 75% 25%, rgba(0, 163, 255, 0.12) 0%, transparent 55%),
              radial-gradient(circle at 15% 85%, rgba(197, 160, 89, 0.08) 0%, transparent 50%),
              #030813;
  padding: 3rem 0 4rem;
  overflow: hidden;
}

.hero-top-row {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 2.5rem;
  align-items: center;
}

.hero-text-col {
  position: relative;
  z-index: 2;
}

.hero-badge-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(0, 212, 255, 0.08);
  border: 1px solid rgba(0, 212, 255, 0.3);
  color: var(--accent-cyan);
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.35rem 0.85rem;
  border-radius: var(--radius-pill);
  margin-bottom: 1rem;
}

.hero-mockup-title {
  color: #FFFFFF;
  font-family: var(--font-heading);
  font-size: 2.35rem;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.015em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.hero-mockup-title .text-cyan-accent {
  color: var(--accent-cyan);
}

.hero-mockup-lead {
  font-family: var(--font-body);
  font-size: 0.98rem;
  color: #94A3B8;
  line-height: 1.6;
  max-width: 520px;
  margin-bottom: 1.5rem;
}

.hero-cta-group {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

.hero-ports-trustline {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.8rem;
  color: #64748B;
  flex-wrap: wrap;
}

/* Right Side: Grand Commodity & Ocean Shipping Showcase Card */
.hero-visual-card {
  position: relative;
  background: rgba(8, 20, 42, 0.75);
  border: 1px solid rgba(0, 212, 255, 0.3);
  border-radius: var(--radius-lg);
  padding: 1.25rem;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6), 0 0 30px rgba(0, 212, 255, 0.12);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hero-visual-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.76rem;
  font-weight: 700;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-vessel-status {
  color: #34D399;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(16, 185, 129, 0.15);
  border: 1px solid rgba(16, 185, 129, 0.35);
  padding: 0.2rem 0.6rem;
  border-radius: var(--radius-pill);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.hero-visual-commodities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}

.hero-comm-item {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
  padding: 0.75rem 0.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
  text-decoration: none;
}

.hero-comm-item:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 212, 255, 0.4);
  background: rgba(0, 212, 255, 0.08);
}

.hero-comm-thumb {
  height: 90px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-comm-thumb img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.5));
}

.hero-comm-name {
  color: #FFFFFF;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.2;
}

.hero-comm-spec {
  color: var(--accent-gold);
  font-size: 0.7rem;
  font-weight: 600;
}

/* Live Container Transit Route strip inside the card */
.hero-transit-strip {
  background: rgba(0, 212, 255, 0.06);
  border: 1px solid rgba(0, 212, 255, 0.2);
  border-radius: var(--radius-sm);
  padding: 0.65rem 0.85rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.78rem;
  color: #CBD5E1;
}

.hero-transit-strip i {
  color: var(--accent-cyan);
}

/* 4 Trust Metric Cards below */
.trust-seals-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 2.5rem;
  width: 100%;
}

.trust-seal-card {
  background: rgba(10, 25, 48, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 1.15rem 1rem;
  position: relative;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.trust-seal-card:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 212, 255, 0.4);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.45);
}

.gold-medal-seal {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #FFEFA8 0%, #D4AF37 45%, #966F12 85%, #6A4B05 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(212, 175, 55, 0.4);
  border: 1px solid rgba(255, 240, 180, 0.6);
  font-size: 0.72rem;
  color: #3A2600;
}

.trust-seal-num {
  font-family: var(--font-heading);
  font-size: 1.65rem;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1.1;
  margin-bottom: 0.25rem;
  letter-spacing: -0.01em;
}

.trust-seal-label {
  font-size: 0.8rem;
  color: #94A3B8;
  font-weight: 500;
  line-height: 1.35;
}

/* Mobile Responsiveness for Hero */
@media (max-width: 960px) {
  .hero-top-row {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .hero-mockup-title {
    font-size: 1.95rem;
  }

  .trust-seals-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    margin-top: 2rem;
  }
}

@media (max-width: 540px) {
  .hero-mockup-section {
    padding: 2.25rem 0 3rem;
  }
  
  .hero-mockup-title {
    font-size: 1.65rem;
    line-height: 1.2;
    margin-bottom: 0.85rem;
  }

  .hero-mockup-lead {
    font-size: 0.88rem;
    line-height: 1.55;
    margin-bottom: 1.25rem;
  }

  .hero-cta-group .btn {
    width: 100%;
    justify-content: center;
  }

  .hero-visual-commodities-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-comm-item:last-child {
    grid-column: span 2;
  }

  .trust-seals-grid {
    grid-template-columns: 1fr 1fr;
  }

  .trust-seal-num {
    font-size: 1.35rem;
  }

  .trust-seal-label {
    font-size: 0.72rem;
  }
}


/* ==========================================================================
   DEFINITIVE HERO SECTION & 3D OCEAN CARGO SHOWCASE
   ========================================================================== */
.hero-mockup-section {
  position: relative;
  background: radial-gradient(circle at 75% 25%, rgba(0, 163, 255, 0.14) 0%, transparent 55%),
              radial-gradient(circle at 15% 85%, rgba(197, 160, 89, 0.09) 0%, transparent 50%),
              #030813;
  padding: 3.5rem 0 4.5rem;
  overflow: hidden;
}

.hero-top-row {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 3rem;
  align-items: center;
}

.hero-text-col {
  position: relative;
  z-index: 2;
}

.hero-badge-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(0, 212, 255, 0.08);
  border: 1px solid rgba(0, 212, 255, 0.35);
  color: var(--accent-cyan);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.35rem 0.95rem;
  border-radius: var(--radius-pill);
  margin-bottom: 1.15rem;
}

.hero-mockup-title {
  color: #FFFFFF;
  font-family: var(--font-heading);
  font-size: 2.45rem;
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: -0.015em;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}

.hero-mockup-title .text-cyan-accent {
  color: var(--accent-cyan);
  text-shadow: 0 0 25px rgba(0, 212, 255, 0.35);
}

.hero-mockup-lead {
  font-family: var(--font-body);
  font-size: 1.02rem;
  color: #94A3B8;
  line-height: 1.65;
  max-width: 530px;
  margin-bottom: 1.75rem;
}

.hero-cta-group {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-wrap: wrap;
  margin-bottom: 1.75rem;
}

.hero-ports-trustline {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.82rem;
  color: #64748B;
  flex-wrap: wrap;
}

.trust-bullet {
  color: var(--accent-gold);
}

/* ==========================================================================
   HERO GLOBAL WORLD MAP BACKDROP (INTERNATIONAL LOGISTICS & TRADE MAP)
   ========================================================================== */
.hero-world-map-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
  opacity: 0.18;
}

.hero-map-svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@keyframes shipFlow {
  from {
    stroke-dashoffset: 80;
  }
  to {
    stroke-dashoffset: 0;
  }
}

.route-anim-1 {
  animation: shipFlow 3s linear infinite;
}
.route-anim-2 {
  animation: shipFlow 2.5s linear infinite;
}
.route-anim-3 {
  animation: shipFlow 2s linear infinite;
}
.route-anim-4 {
  animation: shipFlow 3.5s linear infinite;
}
.route-anim-5 {
  animation: shipFlow 4s linear infinite;
}

@keyframes radarWavePulse {
  0% {
    r: 6;
    opacity: 0.95;
  }
  50% {
    r: 22;
    opacity: 0.35;
  }
  100% {
    r: 32;
    opacity: 0;
  }
}

.radar-wave {
  animation: radarWavePulse 2.8s ease-out infinite;
  transform-origin: center;
}

/* ==========================================================================
   GRAND 3D OCEAN CARGO SHOWCASE CARD (VISIBLE & PROMINENT ON ALL DEVICES)
   ========================================================================== */
.hero-visual-col {
  position: relative;
  z-index: 2;
}

/* ==========================================================================
   GLOBAL MARITIME TERMINAL CARD (CLEAN VISUAL WORLD MAP DISPLAY)
   ========================================================================== */
.hero-map-terminal-card {
  position: relative;
  background: linear-gradient(160deg, rgba(8, 22, 48, 0.9) 0%, rgba(4, 12, 26, 0.98) 100%);
  border: 1px solid rgba(0, 212, 255, 0.35);
  border-radius: var(--radius-xl);
  padding: 1.25rem;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.8), 0 0 35px rgba(0, 212, 255, 0.16);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}

.hero-map-terminal-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 212, 255, 0.55);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.85), 0 0 45px rgba(0, 212, 255, 0.25);
}

.terminal-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.terminal-status-badge {
  color: #34D399;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.76rem;
  font-weight: 700;
  background: rgba(16, 185, 129, 0.15);
  border: 1px solid rgba(16, 185, 129, 0.35);
  padding: 0.25rem 0.65rem;
  border-radius: var(--radius-pill);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.terminal-origin-badge {
  color: var(--accent-gold);
  font-size: 0.76rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.terminal-map-stage {
  position: relative;
  width: 100%;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: radial-gradient(circle at 50% 40%, #081938 0%, #030814 100%);
  border: 1px solid rgba(0, 212, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.6);
}

.hero-trade-map-svg {
  width: 100%;
  height: auto;
  max-height: 340px;
  display: block;
}

.terminal-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.65rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  flex-wrap: wrap;
}

.terminal-corridor-summary {
  font-size: 0.78rem;
  color: #94A3B8;
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.terminal-corridor-summary strong {
  color: #FFFFFF;
}

.hero-grand-showcase-card {
  position: relative;
  background: linear-gradient(160deg, rgba(8, 22, 48, 0.85) 0%, rgba(4, 12, 26, 0.95) 100%);
  border: 1px solid rgba(0, 212, 255, 0.28);
  border-radius: var(--radius-xl);
  padding: 1.35rem;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.75), 0 0 35px rgba(0, 212, 255, 0.12);
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
  transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}

.hero-grand-showcase-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 212, 255, 0.55);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.75), 0 0 45px rgba(0, 212, 255, 0.25);
}

.showcase-top-badges {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.showcase-status-badge {
  color: #34D399;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.76rem;
  font-weight: 700;
  background: rgba(16, 185, 129, 0.15);
  border: 1px solid rgba(16, 185, 129, 0.35);
  padding: 0.25rem 0.65rem;
  border-radius: var(--radius-pill);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.showcase-cert-badge {
  color: var(--accent-gold);
  font-size: 0.76rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: rgba(197, 160, 89, 0.12);
  border: 1px solid rgba(197, 160, 89, 0.35);
  padding: 0.25rem 0.65rem;
  border-radius: var(--radius-pill);
}

/* 3-Commodity Stage Grid */
.showcase-stage-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
  align-items: stretch;
}

.showcase-product-tile {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: var(--radius-md);
  padding: 0.85rem 0.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
  overflow: hidden;
  position: relative;
}

.showcase-product-tile:hover {
  transform: translateY(-4px);
  background: rgba(0, 212, 255, 0.08);
  border-color: rgba(0, 212, 255, 0.4);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.5);
}

.showcase-featured-tile {
  background: rgba(0, 212, 255, 0.06);
  border-color: rgba(0, 212, 255, 0.3);
}

.showcase-product-img-wrap {
  height: 110px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.65rem;
  overflow: hidden;
}

.showcase-product-img-wrap img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 10px 16px rgba(0, 0, 0, 0.65));
  transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.showcase-product-tile:hover .showcase-product-img-wrap img {
  transform: scale(1.15);
}

.showcase-product-name {
  color: #FFFFFF;
  font-family: var(--font-heading);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.2rem;
}

.showcase-product-detail {
  color: var(--accent-gold);
  font-size: 0.72rem;
  font-weight: 600;
}

/* Shipping Strip */
.showcase-shipping-strip {
  background: rgba(0, 212, 255, 0.06);
  border: 1px solid rgba(0, 212, 255, 0.22);
  border-radius: var(--radius-sm);
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.showcase-shipping-text {
  font-size: 0.8rem;
  color: #CBD5E1;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.showcase-quote-btn {
  color: var(--accent-cyan);
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  transition: transform 0.2s ease, color 0.2s ease;
}

.showcase-quote-btn:hover {
  color: #FFFFFF;
  transform: translateX(3px);
}

/* ==========================================================================
   PRODUCT IMAGE SIZING & PURE CSS SMOOTH HOVER ZOOM (NO POPUP MODAL)
   ========================================================================== */
.product-card-img-wrap {
  position: relative;
  height: 250px;
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.08) 0%, rgba(4, 11, 22, 0.88) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  overflow: hidden !important;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.product-card-img-wrap img {
  max-height: 86%;
  max-width: 86%;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 14px 22px rgba(0, 0, 0, 0.65));
  transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.35s ease;
  will-change: transform;
}

.product-card-dark:hover .product-card-img-wrap img {
  transform: scale(1.14);
  filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.88));
}

/* Dedicated Product Page Gallery Hover Zoom */
.gallery-main {
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.08) 0%, rgba(5, 14, 28, 0.92) 100%);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-lg);
  padding: 2rem;
  height: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden !important;
  position: relative;
  box-shadow: var(--shadow-md);
  cursor: crosshair;
}

.gallery-main img {
  max-height: 88%;
  max-width: 88%;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.7));
  transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform;
}

.gallery-main:hover img {
  transform: scale(1.18);
}

.gallery-zoom-hint {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: rgba(3, 8, 19, 0.75);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(0, 212, 255, 0.3);
  color: var(--accent-cyan);
  font-size: 0.74rem;
  padding: 0.25rem 0.65rem;
  border-radius: var(--radius-pill);
  pointer-events: none;
  opacity: 0.85;
  transition: opacity 0.2s ease;
}

.gallery-main:hover .gallery-zoom-hint {
  opacity: 1;
}

/* Header Action Group (Clean without WhatsApp Pill) */
.header-action-group {
  display: flex !important;
  align-items: center !important;
  gap: 0.65rem !important;
  flex-shrink: 0 !important;
}

.header-capsule .btn-blue-glow {
  white-space: nowrap !important;
  padding: 0.48rem 1.25rem !important;
  font-size: 0.84rem !important;
  font-weight: 700 !important;
  border-radius: var(--radius-pill) !important;
  flex-shrink: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  letter-spacing: 0.02em;
}

/* Block Button Utility */
.btn-block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-align: center;
}

/* ==========================================================================
   INFINITE MARQUEE TICKER
   ========================================================================== */
.trade-ticker-bar {
  background: #02060E;
  border-top: 1px solid rgba(0, 212, 255, 0.25);
  border-bottom: 1px solid rgba(0, 212, 255, 0.25);
  padding: 0.85rem 0;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}

.trade-ticker-bar::before, .trade-ticker-bar::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none;
}

.trade-ticker-bar::before {
  left: 0;
  background: linear-gradient(90deg, #02060E 0%, transparent 100%);
}

.trade-ticker-bar::after {
  right: 0;
  background: linear-gradient(270deg, #02060E 0%, transparent 100%);
}

.trade-ticker-track {
  display: inline-flex;
  align-items: center;
  animation: ticker-slide 40s linear infinite;
}

.trade-ticker-track:hover {
  animation-play-state: paused;
}

.ticker-node {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.84rem;
  font-weight: 600;
  color: #CBD5E1;
  letter-spacing: 0.05em;
  padding: 0 1.75rem;
  text-transform: uppercase;
}

.ticker-diamond {
  color: var(--accent-cyan);
  font-size: 0.65rem;
}

.ticker-pill {
  background: rgba(0, 212, 255, 0.15);
  border: 1px solid rgba(0, 212, 255, 0.4);
  color: var(--accent-cyan);
  padding: 0.15rem 0.55rem;
  border-radius: var(--radius-pill);
  font-size: 0.72rem;
  font-weight: 700;
}

@keyframes ticker-slide {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ==========================================================================
   EXPORT PRODUCT GRID (DARK GLASSMORPHISM MATCHING MOCKUP)
   ========================================================================== */
.product-grid-section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}

.product-matrix-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(295px, 1fr));
  gap: 2rem;
}

.product-card-dark {
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: var(--shadow-sm);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.product-card-dark:hover {
  transform: translateY(-8px);
  background: var(--bg-card-hover);
  border-color: rgba(0, 212, 255, 0.45);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.6), 0 0 25px rgba(0, 212, 255, 0.18);
}

.product-card-img-wrap {
  position: relative;
  height: 230px;
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.08) 0%, rgba(4, 11, 22, 0.85) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  overflow: hidden;
}

.product-card-img-wrap img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.6));
  transition: transform 0.4s ease;
}

.product-card-dark:hover .product-card-img-wrap img {
  transform: scale(1.08) translateY(-4px);
}

/* Status Pill Badge (Green/Gold Grade from Mockup) */
.grade-pill-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(16, 185, 129, 0.2);
  border: 1px solid rgba(16, 185, 129, 0.5);
  color: #34D399;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.25rem 0.65rem;
  border-radius: 6px;
  backdrop-filter: blur(8px);
  letter-spacing: 0.04em;
}

.catalog-pill-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(3, 8, 19, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #CBD5E1;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.25rem 0.65rem;
  border-radius: 6px;
  backdrop-filter: blur(8px);
}

.product-card-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.product-card-title {
  color: #FFFFFF;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.product-card-desc {
  font-size: 0.88rem;
  color: #94A3B8;
  line-height: 1.55;
  margin-bottom: 1.25rem;
  flex-grow: 1;
}

.product-spec-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1.4rem;
}

.spec-chip {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #CBD5E1;
  font-size: 0.75rem;
  padding: 0.25rem 0.65rem;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.spec-chip i {
  color: var(--accent-cyan);
  font-size: 0.72rem;
}

.product-card-actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.product-card-actions .btn {
  flex: 1;
}

/* ==========================================================================
   DARK GLASS FEATURE BADGES & SECTIONS
   ========================================================================== */
.feature-badge-card {
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  backdrop-filter: blur(12px);
  transition: all 0.3s ease;
}

.feature-badge-card:hover {
  transform: translateY(-4px);
  border-color: var(--accent-cyan);
  box-shadow: var(--shadow-cyan);
}

.feature-badge-icon {
  width: 52px;
  height: 52px;
  background: rgba(0, 212, 255, 0.12);
  color: var(--accent-cyan);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 1.25rem;
  border: 1px solid rgba(0, 212, 255, 0.3);
}

.feature-badge-card h4 {
  color: #FFFFFF;
  margin-bottom: 0.5rem;
}

.feature-badge-card p {
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

/* Trust Pillar Cards */
.trust-pillar-card {
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-lg);
  padding: 2.25rem;
  backdrop-filter: blur(14px);
  transition: all 0.3s ease;
}

.trust-pillar-card:hover {
  transform: translateY(-6px);
  border-color: var(--accent-cyan);
  box-shadow: var(--shadow-cyan);
}

.trust-pillar-card.lead-card {
  border-color: rgba(0, 212, 255, 0.35);
  background: radial-gradient(circle at 10% 10%, rgba(0, 212, 255, 0.08) 0%, rgba(10, 24, 48, 0.8) 100%);
}

.pillar-icon {
  width: 56px;
  height: 56px;
  border-radius: var(--radius-md);
  background: rgba(0, 212, 255, 0.12);
  color: var(--accent-cyan);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
  border: 1px solid rgba(0, 212, 255, 0.3);
}

/* OEM Steps Row */
.oem-steps-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}

.oem-step-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-md);
  padding: 1.5rem;
  backdrop-filter: blur(8px);
}

.oem-step-num {
  font-size: 0.8rem;
  font-weight: 800;
  color: var(--accent-cyan);
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.oem-step-title {
  font-weight: 700;
  color: #FFFFFF;
  font-size: 1rem;
  margin-bottom: 0.35rem;
}

.oem-step-desc {
  font-size: 0.84rem;
  color: #94A3B8;
  line-height: 1.55;
}

/* MD Message Box */
.md-message-box {
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-left: 4px solid var(--accent-cyan);
  border-radius: var(--radius-lg);
  padding: 2.75rem;
  margin: 4.5rem 0 2rem;
  backdrop-filter: blur(14px);
}

.md-message-title {
  font-size: 1.35rem;
  color: #FFFFFF;
  margin-bottom: 0.25rem;
}

.md-message-designation {
  font-size: 0.84rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--accent-cyan);
  margin-bottom: 1.25rem;
}

.md-message-quote {
  font-size: 1.02rem;
  color: #CBD5E1;
  line-height: 1.8;
}

/* ==========================================================================
   EXECUTIVE TRADE DESK RFQ FORM (DARK GLASS)
   ========================================================================== */
.rfq-trade-desk {
  background: radial-gradient(circle at 80% 20%, rgba(0, 212, 255, 0.1) 0%, transparent 60%),
              linear-gradient(135deg, rgba(6, 17, 34, 0.95) 0%, rgba(10, 25, 50, 0.9) 100%);
  border: 1px solid rgba(0, 212, 255, 0.3);
  border-radius: var(--radius-xl);
  padding: 3.5rem;
  box-shadow: var(--shadow-deep), var(--shadow-cyan);
  position: relative;
  overflow: hidden;
}

.rfq-desk-header {
  margin-bottom: 2.5rem;
  text-align: left;
}

.rfq-desk-header h3 {
  color: #FFFFFF;
  font-size: 1.85rem;
  margin-bottom: 0.5rem;
}

.rfq-desk-header p {
  color: #94A3B8;
  font-size: 1rem;
}

.form-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.form-group {
  margin-bottom: 1.35rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.form-label {
  font-size: 0.88rem;
  font-weight: 600;
  color: #E2E8F0;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.form-label i {
  color: var(--accent-cyan);
}

.form-control {
  width: 100%;
  padding: 0.9rem 1.1rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-sm);
  color: #FFFFFF;
  font-size: 0.95rem;
  transition: all 0.2s ease;
}

.form-control::placeholder {
  color: #64748B;
}

.form-control:focus {
  background: rgba(255, 255, 255, 0.12);
  border-color: var(--accent-cyan);
  box-shadow: 0 0 0 3px rgba(0, 212, 255, 0.25);
  color: #FFFFFF;
}

select.form-control option {
  background: #061122;
  color: #FFFFFF;
}

.form-privacy-note {
  font-size: 0.8rem;
  color: #94A3B8;
  margin-top: 1rem;
}

/* ==========================================================================
   PRODUCT DETAIL PAGE COMPONENTS
   ========================================================================== */
.page-hero-dark {
  background: radial-gradient(circle at 80% 20%, rgba(0, 212, 255, 0.1) 0%, transparent 50%),
              linear-gradient(180deg, var(--bg-deep) 0%, var(--bg-dark) 100%);
  padding: 4.5rem 0 3.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 1rem;
}

.breadcrumbs a {
  color: #94A3B8;
}

.breadcrumbs a:hover {
  color: var(--accent-cyan);
}

.breadcrumbs span.current {
  color: var(--accent-cyan);
  font-weight: 600;
}

.product-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 3.5rem;
  margin-bottom: 4rem;
}

.gallery-main {
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.08) 0%, rgba(5, 14, 28, 0.9) 100%);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-lg);
  padding: 2rem;
  height: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 1rem;
  cursor: pointer;
  position: relative;
  box-shadow: var(--shadow-md);
}

.gallery-main img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.7));
  transition: transform 0.3s ease;
}

.gallery-main:hover img {
  transform: scale(1.04);
}

.gallery-zoom-hint {
  position: absolute;
  bottom: 14px;
  right: 14px;
  background: rgba(3, 8, 19, 0.85);
  color: #FFF;
  padding: 0.35rem 0.8rem;
  border-radius: var(--radius-pill);
  font-size: 0.75rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.85rem;
}

.gallery-thumb-item {
  height: 85px;
  border: 2px solid transparent;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.05);
  padding: 0.35rem;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.gallery-thumb-item.active, .gallery-thumb-item:hover {
  border-color: var(--accent-cyan);
  background: rgba(0, 212, 255, 0.1);
  transform: translateY(-2px);
}

.gallery-thumb-item img {
  max-height: 100%;
  object-fit: contain;
}

/* Specification Tables (Dark Glass) */
.spec-table-wrap {
  width: 100%;
  overflow-x: auto;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-glass);
  margin: 1.75rem 0;
  background: var(--bg-card);
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 0.92rem;
}

.spec-table th, .spec-table td {
  padding: 0.95rem 1.35rem;
  border-bottom: 1px solid var(--border-glass);
}

.spec-table th {
  background: rgba(0, 212, 255, 0.08);
  color: #FFFFFF;
  font-family: var(--font-heading);
  font-weight: 600;
  border-bottom: 2px solid var(--accent-cyan);
  width: 35%;
}

.spec-table td {
  color: #CBD5E1;
}

.spec-table tr:last-child td, .spec-table tr:last-child th {
  border-bottom: none;
}

/* ==========================================================================
   GRAND CORPORATE DARK FOOTER
   ========================================================================== */
.main-footer-dark {
  background: #02050B;
  color: #94A3B8;
  padding: 5rem 0 2rem;
  border-top: 1px solid rgba(0, 212, 255, 0.25);
  position: relative;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 3.5rem;
  margin-bottom: 4rem;
}

.footer-brand img {
  height: 52px;
  width: auto;
  margin-bottom: 1.25rem;
}

.footer-brand-desc {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #94A3B8;
  margin-bottom: 1.5rem;
}

.footer-col-title {
  color: #FFFFFF;
  font-size: 1.1rem;
  margin-bottom: 1.35rem;
  position: relative;
  padding-bottom: 0.6rem;
}

.footer-col-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 2px;
  background: var(--accent-cyan);
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-links a {
  color: #94A3B8;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.2s ease;
}

.footer-links a:hover {
  color: var(--accent-cyan);
  transform: translateX(4px);
}

.footer-links a i {
  font-size: 0.72rem;
  color: var(--accent-cyan);
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: #94A3B8;
}

.footer-contact-item i {
  color: var(--accent-cyan);
  margin-top: 0.25rem;
  font-size: 1rem;
}

.footer-contact-item a:hover {
  color: var(--accent-cyan);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.85rem;
  color: #64748B;
}

.footer-bottom-links {
  display: flex;
  gap: 1.5rem;
}

.footer-bottom-links a:hover {
  color: var(--accent-cyan);
}

/* Lightbox Modal */
.image-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(2, 5, 11, 0.94);
  backdrop-filter: blur(12px);
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  padding: 2rem;
}

.image-lightbox.active {
  opacity: 1;
  visibility: visible;
}

.lightbox-content {
  max-width: 90vw;
  max-height: 85vh;
  position: relative;
}

.lightbox-content img {
  max-height: 85vh;
  max-width: 90vw;
  border-radius: var(--radius-md);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8), 0 0 40px rgba(0, 212, 255, 0.3);
}

.lightbox-close {
  position: absolute;
  top: -45px;
  right: 0;
  background: none;
  color: #FFFFFF;
  font-size: 2rem;
  cursor: pointer;
}

/* ==========================================================================
   BISCUITS CATEGORY: FLAVOUR PACKETS & SUBCATEGORIES SHOWCASE
   ========================================================================== */
.biscuits-dual-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin: 3.5rem 0;
}

.biscuit-subcat-card {
  background: linear-gradient(135deg, rgba(8, 20, 42, 0.8) 0%, rgba(4, 11, 24, 0.95) 100%);
  border: 1px solid rgba(0, 212, 255, 0.25);
  border-radius: var(--radius-lg);
  padding: 2.25rem;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
  position: relative;
  overflow: hidden;
  transition: transform 0.35s ease, border-color 0.35s ease;
}

.biscuit-subcat-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 212, 255, 0.45);
}

.biscuit-subcat-cream {
  border-color: rgba(197, 160, 89, 0.35);
}

.biscuit-subcat-cream:hover {
  border-color: rgba(197, 160, 89, 0.55);
}

.biscuit-subcat-tag {
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.25rem 0.75rem;
  border-radius: var(--radius-pill);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 1rem;
}

.subcat-tag-glucose {
  background: rgba(0, 212, 255, 0.1);
  color: var(--accent-cyan);
  border: 1px solid rgba(0, 212, 255, 0.3);
}

.subcat-tag-cream {
  background: rgba(197, 160, 89, 0.12);
  color: var(--accent-gold);
  border: 1px solid rgba(197, 160, 89, 0.35);
}

/* Individual Flavour Packet Grid */
.flavour-packets-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin: 2.5rem 0;
}

.flavour-packet-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  transition: all 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.flavour-packet-card:hover {
  transform: translateY(-4px);
  background: rgba(0, 212, 255, 0.06);
  border-color: rgba(0, 212, 255, 0.35);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6);
}

.flavour-packet-img-wrap {
  height: 180px;
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.08) 0%, rgba(4, 11, 24, 0.9) 100%);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  margin-bottom: 1rem;
  overflow: hidden;
}

.flavour-packet-img-wrap img {
  max-height: 90%;
  max-width: 90%;
  object-fit: contain;
  filter: drop-shadow(0 10px 16px rgba(0, 0, 0, 0.65));
  transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.flavour-packet-card:hover .flavour-packet-img-wrap img {
  transform: scale(1.12);
}

.flavour-badge {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.2rem 0.6rem;
  border-radius: var(--radius-pill);
  display: inline-block;
  margin-bottom: 0.5rem;
  width: fit-content;
}

.flavour-badge-choco { background: rgba(139, 69, 19, 0.2); color: #D2B48C; border: 1px solid rgba(139, 69, 19, 0.4); }
.flavour-badge-vanilla { background: rgba(245, 222, 179, 0.15); color: #F5DEB3; border: 1px solid rgba(245, 222, 179, 0.35); }
.flavour-badge-mango { background: rgba(255, 165, 0, 0.15); color: #FFA500; border: 1px solid rgba(255, 165, 0, 0.35); }
.flavour-badge-malt { background: rgba(197, 160, 89, 0.15); color: var(--accent-gold); border: 1px solid rgba(197, 160, 89, 0.4); }
.flavour-badge-carton { background: rgba(0, 212, 255, 0.12); color: var(--accent-cyan); border: 1px solid rgba(0, 212, 255, 0.3); }

.flavour-packet-title {
  color: #FFFFFF;
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.flavour-packet-desc {
  font-size: 0.84rem;
  color: #94A3B8;
  line-height: 1.5;
  margin-bottom: 0.85rem;
  flex-grow: 1;
}

.flavour-packet-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.pack-size-chip {
  font-size: 0.72rem;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #CBD5E1;
  padding: 0.2rem 0.55rem;
  border-radius: var(--radius-sm);
}

.pack-size-chip.highlight {
  background: rgba(0, 212, 255, 0.12);
  border-color: rgba(0, 212, 255, 0.35);
  color: var(--accent-cyan);
}

/* African Market Packaging Strip */
.african-packaging-banner {
  background: linear-gradient(135deg, rgba(6, 18, 38, 0.9) 0%, rgba(3, 10, 22, 0.95) 100%);
  border: 1px solid rgba(197, 160, 89, 0.3);
  border-radius: var(--radius-lg);
  padding: 2rem 2.5rem;
  margin: 3.5rem 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: center;
}

@media (max-width: 992px) {
  .biscuits-dual-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .flavour-packets-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
  .african-packaging-banner {
    grid-template-columns: 1fr;
    gap: 1.75rem;
    padding: 1.75rem 1.25rem;
  }
}

@media (max-width: 640px) {
  .flavour-packets-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}


/* ==========================================================================
   RESPONSIVE BREAKPOINTS
   ========================================================================== */
@media (max-width: 1024px) {
  .hero-mockup-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  
  .world-map-wrapper {
    max-width: 700px;
    margin: 0 auto;
  }
  
  .trust-seals-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
  
  .product-detail-grid {
    grid-template-columns: 1fr;
  }
  
  .oem-steps-row {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 1180px) {
  .capsule-nav-list {
    display: none !important;
  }
  
  .mobile-toggle-btn {
    display: flex !important;
  }
}

@media (max-width: 860px) {
  .top-notice-right {
    display: none;
  }
  
  .form-grid-2 {
    grid-template-columns: 1fr;
  }
  
  .rfq-trade-desk {
    padding: 2.25rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .trust-seals-grid {
    grid-template-columns: 1fr;
  }
  
  .footer-grid {
    grid-template-columns: 1fr;
  }
  
  .oem-steps-row {
    grid-template-columns: 1fr;
  }
  
  .footer-bottom {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
}


/* ==========================================================================
   OFF-CANVAS MOBILE DRAWER (STRICTLY HIDDEN ON DESKTOP)
   ========================================================================== */
.mobile-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(8px);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mobile-drawer {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 320px;
  max-width: 85vw;
  background: #050E1E;
  border-right: 1px solid rgba(0, 212, 255, 0.25);
  box-shadow: 10px 0 40px rgba(0, 0, 0, 0.8);
  z-index: 9999;
  padding: 1.75rem 1.5rem;
  overflow-y: auto;
  transform: translateX(-100%);
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.35s ease;
  display: flex;
  flex-direction: column;
}

.mobile-drawer.active {
  transform: translateX(0);
  visibility: visible;
  pointer-events: auto;
}

.mobile-drawer-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mobile-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 1.5rem;
}

.mobile-close-btn {
  background: none;
  border: none;
  color: #FFFFFF;
  font-size: 1.4rem;
  cursor: pointer;
  padding: 0.25rem 0.5rem;
}

.mobile-nav-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex-grow: 1;
}

.mobile-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 0.5rem;
  color: #CBD5E1;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.mobile-nav-link:hover {
  color: var(--accent-cyan);
}

.mobile-submenu {
  list-style: none;
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin: 0.5rem 0;
}

.mobile-submenu-link {
  display: block;
  padding: 0.4rem 0.5rem;
  color: #94A3B8;
  font-size: 0.88rem;
}

.mobile-submenu-link:hover {
  color: #FFFFFF;
}

.mobile-drawer-footer {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

/* ==========================================================================
   Floating WhatsApp Button (Locked to Bottom-Right Across ALL Pages & Viewports)
   ========================================================================== */
.floating-whatsapp {
  position: fixed !important;
  bottom: 28px !important;
  right: 28px !important;
  left: auto !important;
  width: 60px !important;
  height: 60px !important;
  border-radius: 50% !important;
  background: linear-gradient(135deg, #25D366, #128C7E) !important;
  color: #FFFFFF !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1.85rem !important;
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.45), 0 4px 12px rgba(0, 0, 0, 0.5) !important;
  z-index: 9999 !important;
  cursor: pointer !important;
  text-decoration: none !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  animation: waPulseGlow 3s infinite !important;
}

.floating-whatsapp:hover {
  transform: scale(1.1) translateY(-3px) !important;
  box-shadow: 0 12px 32px rgba(37, 211, 102, 0.65), 0 6px 16px rgba(0, 0, 0, 0.6) !important;
  color: #FFFFFF !important;
}

.floating-whatsapp i {
  color: #FFFFFF !important;
  line-height: 1 !important;
}

@keyframes waPulseGlow {
  0%, 100% {
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.45), 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  50% {
    box-shadow: 0 8px 30px rgba(37, 211, 102, 0.6), 0 0 0 12px rgba(37, 211, 102, 0);
  }
}

/* ==========================================================================
   MASTER RESPONSIVE DESIGN SYSTEM (ALL DEVICES: 360px TO 4K)
   ========================================================================== */

/* Universal Mobile Fixes */
html, body {
  overflow-x: hidden !important;
  width: 100% !important;
  max-width: 100vw !important;
  position: relative;
}

/* 1. TABLETS & SMALL LAPTOPS (max-width: 1024px) */
@media (max-width: 1024px) {
  .hero-top-row {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .hero-visual-card {
    max-width: 650px;
    margin: 0 auto;
    width: 100%;
  }

  .trust-seals-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 2.5rem;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }

  .product-detail-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .oem-steps-row {
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
  }
}

/* 1.5 TABLETS & COMPACT VIEWPORTS (max-width: 1180px) */
@media (max-width: 1180px) {
  /* Hide Desktop Pill Menu & Show Mobile Toggle cleanly without squishing */
  .capsule-nav-list {
    display: none !important;
  }

  .mobile-toggle-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: var(--radius-pill);
    color: #FFFFFF;
    font-size: 1.05rem;
    cursor: pointer;
    transition: all 0.2s ease;
  }

  .mobile-toggle-btn:hover {
    background: rgba(0, 212, 255, 0.2);
    border-color: var(--accent-cyan);
    color: var(--accent-cyan);
  }
}

/* 2. MEDIUM TABLETS & LARGE PHONES (max-width: 860px) */
@media (max-width: 860px) {

  .top-notice-right {
    display: none !important;
  }

  .top-notice-left {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .form-grid-2 {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .rfq-trade-desk {
    padding: 2.5rem 1.75rem;
  }

  .product-matrix-grid {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1.5rem;
  }
}

/* 3. MOBILE PHONES (max-width: 640px) */
@media (max-width: 640px) {
  /* Notice Bar: Compact Single Line */
  .top-notice-bar {
    padding: 0.35rem 0;
    font-size: 0.74rem;
  }

  .top-notice-left .top-notice-item:nth-child(2) {
    display: none !important; /* Hide secondary star export text to prevent wrap */
  }

  /* Header Capsule: Ultra-Compact & Elegant */
  .header-capsule-wrapper {
    top: 6px;
    padding: 0 0.5rem;
  }

  .header-capsule {
    padding: 0.45rem 0.85rem;
  }

  .brand-emblem-round, img.brand-emblem-round {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
    padding: 2px !important;
  }

  .brand-capsule {
    gap: 0.5rem;
  }

  .brand-capsule-name {
    font-size: 1rem !important;
  }

  .brand-capsule-tag {
    font-size: 0.62rem !important;
    letter-spacing: 0.06em !important;
  }

  /* In header on mobile: hide the text button, keep WhatsApp + Hamburger */
  .header-capsule .btn-blue-glow {
    display: none !important;
  }

  .header-capsule .btn-whatsapp-pill {
    width: 38px;
    height: 38px;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
  }

  .mobile-toggle-btn {
    width: 38px;
    height: 38px;
    font-size: 1rem;
  }

  /* Hero Section: Perfectly Proportioned on Mobile & Tablet */
  .hero-mockup-section {
    padding: 2rem 0 2.75rem;
  }

  .hero-top-row {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .hero-badge-tag {
    font-size: 0.7rem;
    padding: 0.3rem 0.8rem;
    margin-bottom: 0.85rem;
  }

  .hero-mockup-title {
    font-size: clamp(1.68rem, 7vw, 2.15rem);
    line-height: 1.15;
    margin-bottom: 0.95rem;
    letter-spacing: -0.01em;
  }

  .hero-mockup-lead {
    font-size: 0.92rem;
    line-height: 1.58;
    margin-bottom: 1.35rem;
    max-width: 100%;
  }

  .hero-cta-group {
    flex-direction: column;
    width: 100%;
    gap: 0.65rem;
    margin-bottom: 1.35rem;
  }

  .hero-cta-group .btn {
    width: 100% !important;
    justify-content: center;
    padding: 0.85rem 1.25rem !important;
    font-size: 0.92rem !important;
  }

  .hero-ports-trustline {
    font-size: 0.74rem;
    line-height: 1.45;
    justify-content: flex-start;
    gap: 0.4rem;
  }

  /* Grand Showcase Card on Mobile: Stately, Prominent & High-Impact */
  .hero-grand-showcase-card {
    padding: 1.15rem 0.95rem;
    border-radius: 16px;
    gap: 0.95rem;
  }

  .showcase-top-badges {
    padding-bottom: 0.65rem;
  }

  .showcase-status-badge {
    font-size: 0.68rem;
    padding: 0.2rem 0.55rem;
  }

  .showcase-cert-badge {
    font-size: 0.68rem;
    padding: 0.2rem 0.55rem;
  }

  /* Prominent 3-Commodity Grid on Mobile (Real High-Res Photos) */
  .showcase-stage-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.45rem;
  }

  .showcase-product-tile {
    padding: 0.65rem 0.35rem;
    border-radius: 10px;
  }

  .showcase-product-img-wrap {
    height: 85px;
    margin-bottom: 0.35rem;
  }

  .showcase-product-img-wrap img {
    max-height: 100%;
    max-width: 100%;
  }

  .showcase-product-name {
    font-size: 0.74rem;
    line-height: 1.15;
    margin-bottom: 0.15rem;
  }

  .showcase-product-detail {
    font-size: 0.64rem;
    line-height: 1.2;
  }

  .showcase-shipping-strip {
    padding: 0.65rem 0.75rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }

  .showcase-shipping-text {
    font-size: 0.73rem;
    line-height: 1.35;
  }

  .showcase-quote-btn {
    font-size: 0.75rem;
    align-self: flex-end;
  }

  /* Product Matrix: 1 Column on Mobile */
  .product-matrix-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .product-card-img-wrap {
    height: 220px !important;
    padding: 1.25rem;
  }

  .product-card-body {
    padding: 1.25rem 1rem;
  }

  /* Dedicated Product Page Gallery on Mobile */
  .gallery-main {
    height: 320px !important;
    padding: 1.25rem;
  }

  .product-card-actions {
    flex-direction: row;
    gap: 0.5rem;
  }

  /* Sections Padding */
  .section-padding {
    padding: 3.5rem 0;
  }

  .section-header {
    margin-bottom: 2.25rem;
  }

  .section-header h2 {
    font-size: 1.75rem;
  }

  .section-subtitle {
    font-size: 0.92rem;
  }

  /* RFQ Form */
  .rfq-trade-desk {
    padding: 1.75rem 1.15rem;
    border-radius: 16px;
  }

  .rfq-desk-header h3 {
    font-size: 1.45rem;
  }

  .form-control {
    font-size: 16px !important; /* CRITICAL: Prevents iOS Safari Auto-Zoom */
    padding: 0.8rem 0.95rem;
  }

  /* OEM Steps */
  .oem-steps-row {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  /* Footer on Mobile */
  .main-footer-dark {
    padding: 3.5rem 0 1.5rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2.25rem;
  }

  .brand-emblem-footer, img.brand-emblem-footer {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    max-width: 52px !important;
    min-height: 52px !important;
    max-height: 52px !important;
  }

  .brand-capsule-footer .brand-capsule-name {
    font-size: 1.15rem !important;
  }

  .brand-capsule-footer .brand-capsule-tag {
    font-size: 0.7rem !important;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 0.85rem;
    text-align: center;
    padding-top: 1.5rem;
  }

  .footer-bottom-links {
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
  }

  /* Floating WhatsApp Button (Mobile) */
  .floating-whatsapp {
    bottom: 20px !important;
    right: 20px !important;
    left: auto !important;
    width: 52px !important;
    height: 52px !important;
    font-size: 1.6rem !important;
  }
}

/* 4. EXTRA SMALL PHONES (max-width: 380px) */
@media (max-width: 380px) {
  .brand-capsule-name {
    font-size: 0.92rem !important;
  }

  .brand-capsule-tag {
    display: none !important; /* Hide tiny subtitle on ultra-small 320px screens */
  }

  .hero-mockup-title {
    font-size: 1.52rem;
  }

  .trust-seal-num {
    font-size: 1.2rem;
  }
}

/* Off-Canvas Mobile Drawer Enhancements */
.mobile-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mobile-drawer {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 320px;
  max-width: 85vw;
  background: #050E1E;
  border-right: 1px solid rgba(0, 212, 255, 0.25);
  box-shadow: 10px 0 40px rgba(0, 0, 0, 0.8);
  z-index: 9999;
  padding: 1.5rem;
  overflow-y: auto;
  transform: translateX(-100%);
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.35s ease;
  display: flex;
  flex-direction: column;
}

.mobile-drawer.active {
  transform: translateX(0);
  visibility: visible;
  pointer-events: auto;
}

.mobile-drawer-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mobile-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 1.25rem;
}

.mobile-close-btn {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #FFFFFF;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  cursor: pointer;
}

.mobile-nav-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  flex-grow: 1;
}

.mobile-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 0.5rem;
  color: #CBD5E1;
  font-weight: 600;
  font-size: 0.95rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.mobile-nav-link:hover {
  color: var(--accent-cyan);
}

.mobile-submenu {
  list-style: none;
  padding-left: 0.75rem;
  display: none;
  flex-direction: column;
  gap: 0.25rem;
  margin: 0.4rem 0;
  border-left: 2px solid rgba(0, 212, 255, 0.3);
}

.mobile-submenu.open {
  display: flex;
}

.mobile-submenu-link {
  display: block;
  padding: 0.45rem 0.5rem;
  color: #94A3B8;
  font-size: 0.88rem;
}

.mobile-submenu-link:hover {
  color: var(--accent-cyan);
}

.mobile-drawer-footer {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}


/* ==========================================================================
   IMAGE PERFECTION SYSTEM: FULL-BLEED LUXURY CARDS, HERO STAGE & GALLERIES
   ========================================================================== */

/* 1. Homepage Product Matrix Cards - Edge-to-Edge Full-Bleed Imagery */
.product-card-dark {
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
  box-shadow: var(--shadow-sm);
  position: relative;
}

.product-card-dark:hover {
  transform: translateY(-7px);
  background: var(--bg-card-hover);
  border-color: rgba(0, 212, 255, 0.4);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.65), 0 0 30px rgba(0, 212, 255, 0.15);
}

.product-card-img-wrap {
  position: relative !important;
  height: 235px !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0 !important;
  background: #050D1A !important;
}

.product-card-img-wrap img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
  filter: saturate(1.08) contrast(1.04) !important;
  transition: transform 0.65s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.4s ease !important;
  will-change: transform;
}

.product-card-img-wrap::after {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(180deg, rgba(4, 11, 24, 0.05) 0%, rgba(4, 11, 24, 0.2) 50%, rgba(4, 11, 24, 0.95) 100%) !important;
  pointer-events: none !important;
}

.product-card-dark:hover .product-card-img-wrap img {
  transform: scale(1.08) !important;
  filter: saturate(1.15) contrast(1.08) !important;
}

/* Luxury Glass Badges on Images */
.catalog-pill-badge {
  position: absolute !important;
  top: 14px !important;
  left: 14px !important;
  z-index: 3 !important;
  background: rgba(3, 8, 19, 0.85) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  color: #E2E8F0 !important;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  padding: 0.25rem 0.65rem !important;
  border-radius: var(--radius-pill) !important;
  letter-spacing: 0.04em !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5) !important;
}

.grade-pill-badge {
  position: absolute !important;
  top: 14px !important;
  right: 14px !important;
  z-index: 3 !important;
  background: rgba(16, 185, 129, 0.22) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  border: 1px solid rgba(16, 185, 129, 0.55) !important;
  color: #34D399 !important;
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  padding: 0.25rem 0.65rem !important;
  border-radius: var(--radius-pill) !important;
  text-transform: uppercase !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5) !important;
}

/* 2. Hero Section Interactive Flagship Showcase */
.hero-grand-showcase-card {
  background: rgba(5, 14, 28, 0.88);
  border: 1px solid rgba(0, 212, 255, 0.25);
  border-radius: var(--radius-lg);
  padding: 1.25rem;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.75), 0 0 35px rgba(0, 212, 255, 0.12);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  overflow: hidden;
}

.hero-showcase-tabs {
  display: flex;
  gap: 0.4rem;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 0.2rem;
}

.hero-showcase-tabs::-webkit-scrollbar {
  display: none;
}

.hero-showcase-tab {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #94A3B8;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 0.4rem 0.85rem;
  border-radius: var(--radius-pill);
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.hero-showcase-tab:hover,
.hero-showcase-tab.active {
  background: rgba(0, 212, 255, 0.15);
  border-color: rgba(0, 212, 255, 0.5);
  color: #FFFFFF;
  box-shadow: 0 0 15px rgba(0, 212, 255, 0.25);
}

.hero-flagship-stage {
  position: relative;
  height: 295px;
  width: 100%;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: #040A14;
}

.hero-flagship-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.55s ease, visibility 0.55s ease;
}

.hero-flagship-slide.active {
  opacity: 1;
  visibility: visible;
}

.hero-flagship-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.hero-flagship-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 8, 19, 0.15) 0%, rgba(3, 8, 19, 0.4) 45%, rgba(3, 8, 19, 0.95) 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.15rem;
  pointer-events: none;
}

.hero-flagship-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.hero-flagship-badge {
  background: rgba(16, 185, 129, 0.85);
  color: #FFFFFF;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0.25rem 0.65rem;
  border-radius: var(--radius-pill);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

.hero-flagship-port {
  background: rgba(3, 8, 19, 0.85);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(0, 212, 255, 0.3);
  color: var(--accent-cyan);
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.25rem 0.65rem;
  border-radius: var(--radius-pill);
}

.hero-flagship-bottom {
  pointer-events: auto;
}

.hero-flagship-corridor {
  color: var(--accent-cyan);
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.3rem;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
}

.hero-flagship-title {
  color: #FFFFFF;
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 0.3rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

.hero-flagship-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.78rem;
  color: #CBD5E1;
}

.hero-flagship-spec {
  color: var(--accent-gold);
  font-weight: 700;
}

/* 3. Product Detail Page Gallery Stage (Luxury Studio Pedestal) */
.gallery-main {
  background: transparent !important;
  border: 1px solid rgba(197, 160, 89, 0.45) !important;
  border-radius: var(--radius-lg) !important;
  padding: 0 !important;
  height: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  position: relative !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6) !important;
}

.gallery-main img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
  filter: none !important;
  transition: transform 0.55s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
  will-change: transform;
}

.gallery-main:hover img {
  transform: scale(1.05) !important;
}

.gallery-thumbs {
  display: flex !important;
  gap: 0.75rem !important;
  margin-top: 1rem !important;
  flex-wrap: wrap !important;
}

.gallery-thumb-item {
  width: 96px !important;
  height: 76px !important;
  border-radius: var(--radius-sm) !important;
  overflow: hidden !important;
  border: 2px solid rgba(255, 255, 255, 0.2) !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  background: #FFFFFF !important;
  padding: 4px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.gallery-thumb-item img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  display: block !important;
  transition: transform 0.3s ease !important;
}

.gallery-thumb-item:hover,
.gallery-thumb-item.active {
  border-color: var(--accent-gold) !important;
  box-shadow: 0 0 16px rgba(197, 160, 89, 0.6) !important;
  transform: translateY(-2px) !important;
}


/* ===================================================================
   HOMEPAGE FEATURED PRODUCT ROWS (LEFT PIC / RIGHT CONTENT)
   =================================================================== */
.featured-product-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: center;
  padding: 3.5rem 3.5rem;
  background: rgba(6, 17, 34, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 24px;
  margin-bottom: 2.5rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}
.featured-product-row:last-child {
  margin-bottom: 0;
}
.featured-product-row.reverse {
  direction: rtl;
}
.featured-product-row.reverse > * {
  direction: ltr;
}
.featured-product-img-wrap {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.featured-product-img-wrap img {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  display: block;
  border-radius: var(--radius-lg);
  transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.featured-product-img-wrap:hover img {
  transform: scale(1.03);
}
.featured-product-content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.featured-product-num {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--accent-cyan);
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.featured-product-title {
  font-family: var(--font-heading);
  font-size: 2.1rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.featured-product-desc {
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.7;
}

/* Dedicated Product Showcase Stage (for Flagship Brand Showcases) */
.product-showcase-stage {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: radial-gradient(circle at center, #FFFFFF 25%, #F4F6F9 100%);
  border: 1px solid var(--border-gold);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.55);
  min-height: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.75rem;
}
.product-showcase-stage img {
  max-width: 95%;
  max-height: 420px;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 16px 32px rgba(0, 0, 0, 0.22));
  transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.product-showcase-stage:hover img {
  transform: scale(1.04);
}

@media (max-width: 768px) {
  .featured-product-row {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 2.5rem 0;
  }
  .featured-product-row.reverse {
    direction: ltr;
  }
  .featured-product-title {
    font-size: 1.5rem;
  }
  .gallery-main {
    height: 340px !important;
    padding: 1rem !important;
  }
  .product-showcase-stage {
    min-height: 320px;
    padding: 1rem;
  }
  .product-showcase-stage img {
    max-height: 300px;
  }
}


/* Confectionery Lollipop Sections — Mobile Responsive Override */
/* These sections use inline style="display:grid; grid-template-columns:1fr 1fr" */
@media (max-width: 768px) {
  .confectionery-lollipop-grid {
    grid-template-columns: 1fr !important;
  }
  /* Override inline grid for lollipop sections */
  #lollipop-sections-wrapper > div[style*="grid-template-columns: 1fr 1fr"],
  section [style*="grid-template-columns: 1fr 1fr"] {
    grid-template-columns: 1fr !important;
    direction: ltr !important;
  }
  /* Fix direction:rtl reversal on mobile */
  section [style*="direction: rtl"] {
    direction: ltr !important;
  }
  section [style*="direction: rtl"] > * {
    direction: ltr !important;
  }
}

/* ===================================================================
   DIRECTOR EXECUTIVE SECTION — PREMIUM FOUNDER PROFILE
   "A Symbol of Trust" | Ravi Sharma | Maruti International
   =================================================================== */

.director-executive-section {
  background: linear-gradient(135deg, #030813 0%, #050E1E 40%, #08162D 100%);
  position: relative;
  overflow: hidden;
}
.director-executive-section::before {
  content: '';
  position: absolute;
  top: -100px; right: -100px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(197,160,89,0.07) 0%, transparent 70%);
  pointer-events: none;
}
.director-card-container {
  background: rgba(10, 24, 48, 0.65);
  border: 1px solid rgba(197, 160, 89, 0.22);
  border-radius: 24px;
  padding: 3.5rem;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 0 0 1px rgba(197,160,89,0.06), 0 40px 80px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.04);
  position: relative;
}
.director-card-container::before {
  content: '';
  position: absolute;
  top: 0; left: 3.5rem; right: 3.5rem;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--accent-gold), rgba(197,160,89,0.3), transparent);
}
.director-grid {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 4rem;
  align-items: start;
}

/* --- Portrait Column --- */
.director-portrait-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.director-portrait-wrap {
  width: 100%;
  position: relative;
}
.director-portrait-wrap::before {
  content: '';
  position: absolute;
  top: -8px; left: -8px;
  width: 28px; height: 28px;
  border-top: 2px solid var(--accent-gold);
  border-left: 2px solid var(--accent-gold);
  z-index: 2;
}
.director-portrait-wrap::after {
  content: '';
  position: absolute;
  bottom: -8px; right: -8px;
  width: 28px; height: 28px;
  border-bottom: 2px solid var(--accent-gold);
  border-right: 2px solid var(--accent-gold);
  z-index: 2;
}
.director-portrait-inner {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(197,160,89,0.35);
  box-shadow: 0 0 40px rgba(197,160,89,0.12), 0 20px 60px rgba(0,0,0,0.6);
  aspect-ratio: 3 / 4;
}
.director-portrait-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  filter: contrast(1.05);
  transition: transform 0.5s ease;
}
.director-portrait-inner:hover .director-portrait-img {
  transform: scale(1.03);
}
.director-portrait-inner::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 45%;
  background: linear-gradient(to top, rgba(3,8,19,0.8) 0%, transparent 100%);
  pointer-events: none;
}
.director-seal-badge {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, rgba(197,160,89,0.92), rgba(229,184,105,0.85));
  color: #000;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  padding: 0.35rem 1.1rem;
  border-radius: 999px;
  white-space: nowrap;
  z-index: 3;
  box-shadow: 0 4px 12px rgba(0,0,0,0.4);
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.director-portrait-meta {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.director-meta-pill {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 10px;
  padding: 0.6rem 0.9rem;
  font-size: 0.81rem;
  color: #94A3B8;
  transition: border-color 0.3s, background 0.3s;
}
.director-meta-pill i {
  color: var(--accent-gold);
  font-size: 0.82rem;
  flex-shrink: 0;
}
.director-meta-pill:hover {
  background: rgba(197,160,89,0.05);
  border-color: rgba(197,160,89,0.22);
  color: #CBD5E1;
}

/* --- Dossier Column --- */
.director-dossier {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  padding-top: 0.25rem;
}
.director-tagline {
  font-size: 0.73rem;
  font-weight: 700;
  color: var(--accent-gold);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.director-tagline::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(197,160,89,0.4), transparent);
}
.director-name {
  font-family: var(--font-heading);
  font-size: 2.8rem;
  font-weight: 900;
  color: #FFFFFF;
  letter-spacing: -0.02em;
  line-height: 1;
  margin: 0;
}
.director-designation {
  font-size: 1rem;
  font-weight: 600;
  color: var(--accent-cyan);
  letter-spacing: 0.04em;
}
.director-company-sub {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  font-size: 0.87rem;
  color: #94A3B8;
}
.director-company-sub span {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.director-company-sub i {
  color: var(--accent-gold);
}
.director-quote-box {
  background: rgba(197,160,89,0.04);
  border: 1px solid rgba(197,160,89,0.16);
  border-left: 3px solid var(--accent-gold);
  border-radius: 12px;
  padding: 1.4rem 1.6rem;
}
.quote-icon {
  color: var(--accent-gold);
  font-size: 1.4rem;
  opacity: 0.5;
  margin-bottom: 0.65rem;
  line-height: 1;
}
.director-quote-text {
  font-size: 0.93rem;
  color: #CBD5E1;
  line-height: 1.78;
  font-style: italic;
  margin: 0;
}
.director-contact-matrix {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}
.director-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 12px;
  padding: 0.85rem 0.95rem;
  transition: border-color 0.3s, background 0.3s, transform 0.3s;
}
.director-contact-item:hover {
  background: rgba(0,212,255,0.04);
  border-color: rgba(0,212,255,0.2);
  transform: translateY(-2px);
}
.director-contact-icon {
  width: 34px; height: 34px;
  border-radius: 9px;
  background: linear-gradient(135deg, rgba(0,212,255,0.12), rgba(0,212,255,0.04));
  border: 1px solid rgba(0,212,255,0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--accent-cyan);
  font-size: 0.88rem;
}
.director-contact-info {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  min-width: 0;
}
.director-contact-info label {
  font-size: 0.67rem;
  font-weight: 700;
  color: var(--accent-gold);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: default;
}
.director-contact-info a,
.director-contact-info span {
  font-size: 0.83rem;
  color: #CBD5E1;
  text-decoration: none;
  word-break: break-all;
  transition: color 0.2s;
}
.director-contact-info a:hover {
  color: var(--accent-cyan);
}
.director-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  padding-top: 0.25rem;
}

/* Responsive */
@media (max-width: 900px) {
  .director-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .director-portrait-col {
    max-width: 300px;
    margin: 0 auto;
  }
  .director-name {
    font-size: 2.2rem;
  }
}
@media (max-width: 600px) {
  .director-card-container {
    padding: 2rem 1.25rem;
  }
  .director-contact-matrix {
    grid-template-columns: 1fr;
  }
  .director-name {
    font-size: 1.85rem;
  }
}

/* ==========================================================================
   GLOBAL MOBILE RESPONSIVE OVERHAUL — ALL PAGES
   Fixes inline grids on Contact, About, Product pages for all screen sizes
   ========================================================================== */

/* ---- TABLET (max 900px) ---- */
@media (max-width: 900px) {
  /* Contact page two-column grid */
  div[style*="grid-template-columns: 1fr 1.35fr"],
  div[style*="grid-template-columns: 1.1fr 0.9fr"],
  div[style*="grid-template-columns: 1.2fr 0.8fr"],
  div[style*="grid-template-columns: 0.9fr 1.1fr"] {
    grid-template-columns: 1fr !important;
  }
  /* Hero section columns */
  .hero-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .hero-top-row {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
  }
  .hero-text-col {
    text-align: center;
  }
  .hero-ports-trustline {
    justify-content: center;
    flex-wrap: wrap;
  }
  .hero-cta-group {
    justify-content: center;
  }
  /* Hero badge tag */
  .hero-badge-tag {
    justify-content: center;
  }
  /* Hero title */
  .hero-mockup-title {
    font-size: clamp(1.6rem, 5vw, 2.8rem) !important;
    text-align: center;
  }
  .hero-mockup-lead {
    text-align: center;
    font-size: 0.95rem;
  }
}

/* ---- MOBILE (max 768px) ---- */
@media (max-width: 768px) {

  /* === GLOBAL LAYOUT === */
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-padding {
    padding: 3rem 0;
  }

  h1 { font-size: clamp(1.6rem, 6vw, 2.5rem) !important; }
  h2 { font-size: clamp(1.35rem, 5vw, 2rem) !important; }
  h3 { font-size: clamp(1.1rem, 4.5vw, 1.6rem) !important; }
  .section-subtitle { font-size: 0.95rem !important; }

  /* === CONTACT PAGE GRID === */
  div[style*="grid-template-columns: 1fr 1.35fr"] {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
  }

  /* === ABOUT PAGE GRID === */
  div[style*="grid-template-columns: 1.1fr 0.9fr"] {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
  }

  /* === PRODUCT DETAIL GRID (Left pic / Right specs) === */
  .product-detail-grid {
    grid-template-columns: 1fr !important;
  }

  /* === SPEC TABLE === */
  .spec-table th,
  .spec-table td {
    padding: 0.6rem 0.75rem;
    font-size: 0.83rem;
  }
  .spec-table tr {
    display: block;
    margin-bottom: 0;
  }
  .spec-table th {
    width: 100%;
    display: block;
    border-bottom: none;
    padding-bottom: 0.2rem;
    background: rgba(0,212,255,0.06);
  }
  .spec-table td {
    display: block;
    width: 100%;
  }

  /* === FORM GRIDS === */
  .form-grid-2 {
    grid-template-columns: 1fr !important;
  }

  /* === HERO SECTION === */
  .hero-mockup-section {
    padding: 2rem 0 2.5rem !important;
  }
  .hero-top-row {
    flex-direction: column !important;
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
  }
  .hero-mockup-title {
    font-size: 1.7rem !important;
    text-align: center;
  }
  .hero-mockup-lead {
    font-size: 0.9rem !important;
    text-align: center;
  }
  .hero-badge-tag {
    display: flex;
    justify-content: center;
    font-size: 0.75rem;
  }
  .hero-cta-group {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0.75rem !important;
  }
  .hero-cta-group .btn {
    width: 100%;
    justify-content: center;
  }
  .hero-ports-trustline {
    flex-wrap: wrap;
    font-size: 0.78rem;
    gap: 0.4rem !important;
    justify-content: center;
    text-align: center;
  }
  .trust-seals-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 0.75rem !important;
  }
  .hero-grand-showcase-card {
    border-radius: 12px !important;
  }
  .hero-showcase-tabs {
    flex-wrap: wrap;
    gap: 0.4rem !important;
  }
  .hero-showcase-tab {
    font-size: 0.78rem !important;
    padding: 0.45rem 0.75rem !important;
  }
  .hero-flagship-stage {
    height: 240px !important;
  }

  /* === PRODUCT MATRIX GRID === */
  .product-matrix-grid {
    grid-template-columns: 1fr !important;
  }

  /* === PRODUCT CARD === */
  .product-card-dark {
    max-width: 100% !important;
  }
  .product-card-img-wrap {
    height: 220px !important;
  }

  /* === GALLERY === */
  .gallery-main {
    height: 240px !important;
  }
  .gallery-thumbs {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 0.5rem !important;
  }

  /* === BISCUIT DUAL GRID === */
  .biscuits-dual-grid {
    grid-template-columns: 1fr !important;
  }

  /* === FLAVOUR PACKETS GRID === */
  .flavour-packets-grid {
    grid-template-columns: 1fr 1fr !important;
  }

  /* === OEM STEPS === */
  .oem-steps-row {
    grid-template-columns: 1fr 1fr !important;
    gap: 1rem !important;
  }

  /* === TRUST METRICS === */
  .trust-metrics-grid {
    grid-template-columns: 1fr 1fr !important;
  }

  /* === FOOTER === */
  .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
  }
  .footer-brand {
    max-width: 100% !important;
  }

  /* === TOP NOTICE BAR === */
  .top-notice-right {
    display: none !important;
  }
  .top-notice-bar {
    font-size: 0.72rem;
  }

  /* === RFQ TRADE DESK === */
  .rfq-trade-desk {
    padding: 1.5rem !important;
  }

  /* === FEATURED PRODUCT ROWS === */
  .featured-product-row {
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
    padding: 2rem 0 !important;
  }
  .featured-product-row.reverse {
    direction: ltr !important;
  }
  .featured-product-title {
    font-size: 1.5rem !important;
  }

  /* === PAGE HERO DARK === */
  .page-hero-dark {
    padding: 2rem 0 !important;
  }
  .page-hero-dark h1 {
    font-size: 1.6rem !important;
  }

  /* === TRUST SEAL CARDS === */
  .trust-seal-num {
    font-size: 1.4rem !important;
  }
}

/* ---- SMALL PHONE (max 480px) ---- */
@media (max-width: 480px) {
  html { font-size: 15px; }

  .hero-flagship-stage {
    height: 200px !important;
  }
  .trust-seals-grid {
    grid-template-columns: 1fr 1fr !important;
  }
  .oem-steps-row {
    grid-template-columns: 1fr !important;
  }
  .flavour-packets-grid {
    grid-template-columns: 1fr !important;
  }
  .product-spec-chips {
    flex-wrap: wrap;
    gap: 0.35rem;
  }
  .spec-chip {
    font-size: 0.72rem !important;
    padding: 0.3rem 0.65rem !important;
  }
  .director-actions {
    flex-direction: column;
  }
  .director-actions .btn {
    width: 100%;
    justify-content: center;
  }
  .hero-showcase-tab {
    font-size: 0.72rem !important;
    padding: 0.35rem 0.6rem !important;
  }
  .btn-lg {
    font-size: 0.88rem !important;
    padding: 0.75rem 1.25rem !important;
  }

  /* Contact page inline grids */
  div[style*="grid-template-columns: 1fr 1.35fr"],
  div[style*="grid-template-columns: 1.1fr 0.9fr"] {
    grid-template-columns: 1fr !important;
  }
}

/* ---- ENSURE IMAGES NEVER OVERFLOW ---- */
img {
  max-width: 100%;
  height: auto;
}

/* ---- PREVENT HORIZONTAL SCROLL EVERYWHERE ---- */
body, html {
  overflow-x: hidden !important;
}
* {
  min-width: 0;
}

/* ===================================================================
   CONFECTIONERY SUBCATEGORIES, QUALITY PILLARS & REGULATORY ARCHITECTURE
   =================================================================== */
.conf-subcat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin: 2.5rem 0 3.5rem;
}

.conf-subcat-card {
  background: linear-gradient(135deg, rgba(8, 20, 42, 0.85) 0%, rgba(4, 11, 24, 0.98) 100%);
  border: 1px solid rgba(0, 212, 255, 0.2);
  border-radius: var(--radius-lg);
  padding: 1.85rem;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
  display: flex;
  flex-direction: column;
}

.conf-subcat-card:hover {
  transform: translateY(-5px);
  border-color: var(--accent-cyan);
  box-shadow: 0 20px 45px rgba(0, 212, 255, 0.2);
}

.conf-subcat-card.gold-border {
  border-color: rgba(197, 160, 89, 0.3);
}

.conf-subcat-card.gold-border:hover {
  border-color: var(--accent-gold);
  box-shadow: 0 20px 45px rgba(197, 160, 89, 0.25);
}

.conf-subcat-header {
  margin-bottom: 1.25rem;
}

.conf-subcat-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(0, 212, 255, 0.1);
  border: 1px solid rgba(0, 212, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-cyan);
  font-size: 1.35rem;
  margin-bottom: 1rem;
}

.conf-subcat-card.gold-border .conf-subcat-icon {
  background: rgba(197, 160, 89, 0.12);
  border-color: rgba(197, 160, 89, 0.35);
  color: var(--accent-gold);
}

.conf-quality-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin: 2.5rem 0;
}

.conf-quality-card {
  background: rgba(6, 15, 30, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
  padding: 1.4rem;
  transition: all 0.3s ease;
}

.conf-quality-card:hover {
  border-color: rgba(197, 160, 89, 0.4);
  background: rgba(8, 20, 42, 0.85);
  transform: translateY(-3px);
}

.conf-quality-icon {
  font-size: 1.5rem;
  color: var(--accent-gold);
  margin-bottom: 0.75rem;
}

.africa-trade-box {
  background: linear-gradient(135deg, rgba(8, 22, 45, 0.95) 0%, rgba(4, 12, 26, 0.98) 100%);
  border: 1px solid rgba(197, 160, 89, 0.35);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
  margin: 3.5rem 0;
}

@media (max-width: 1024px) {
  .conf-subcat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .conf-quality-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .conf-subcat-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .conf-quality-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .africa-trade-box {
    padding: 1.5rem;
  }
}

/* ==========================================================================
   WHO WE ARE (BUILT ON EXPERIENCE. GROWING GLOBALLY)
   ========================================================================== */
.who-we-are-section {
  position: relative;
  background: linear-gradient(180deg, #030813 0%, #061122 50%, #030813 100%);
  padding: 6rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.who-we-are-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 3.5rem;
  align-items: center;
}

.section-title-grand {
  color: #FFFFFF;
  font-family: var(--font-heading);
  font-size: clamp(2rem, 3.2vw, 2.75rem);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.015em;
  margin-top: 0.75rem;
}

.who-lead-p {
  color: #E2E8F0;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.65;
  margin-bottom: 1.25rem;
}

.who-body-p {
  color: #94A3B8;
  font-size: 0.98rem;
  line-height: 1.7;
  margin-bottom: 1.15rem;
}

.who-milestones-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.milestone-card {
  background: rgba(8, 20, 42, 0.75);
  border: 1px solid rgba(0, 212, 255, 0.2);
  border-radius: var(--radius-lg);
  padding: 1.5rem 1.25rem;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

.milestone-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--accent-cyan), transparent);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.milestone-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 212, 255, 0.45);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.6), 0 0 20px rgba(0, 212, 255, 0.12);
}

.milestone-card:hover::before {
  opacity: 1;
}

.milestone-icon-wrap {
  font-size: 1.5rem;
  margin-bottom: 0.85rem;
  display: inline-block;
}

.milestone-year {
  font-family: var(--font-heading);
  font-size: 1.65rem;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1.1;
  margin-bottom: 0.35rem;
  letter-spacing: -0.02em;
}

.milestone-title {
  color: var(--accent-gold);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.6rem;
}

.milestone-desc {
  color: #94A3B8;
  font-size: 0.88rem;
  line-height: 1.55;
  margin: 0;
}

@media (max-width: 960px) {
  .who-we-are-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

@media (max-width: 580px) {
  .who-milestones-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

/* ==========================================================================
   ENTERPRISE UNIFIED OVERVIEW & CAPABILITIES SECTION
   ========================================================================== */
.enterprise-unified-section {
  position: relative;
  background: radial-gradient(circle at 10% 20%, rgba(0, 212, 255, 0.05) 0%, transparent 40%),
              radial-gradient(circle at 90% 80%, rgba(212, 175, 55, 0.05) 0%, transparent 40%),
              #050E1E;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.enterprise-unified-title {
  font-family: var(--font-heading);
  font-size: 2.25rem;
  font-weight: 800;
  color: #FFFFFF;
  letter-spacing: -0.02em;
  margin-top: 0.5rem;
  line-height: 1.2;
}

/* Dual Executive Grid */
.enterprise-dual-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 3rem;
  margin-bottom: 3.5rem;
}

.enterprise-showcase-card {
  position: relative;
  background: linear-gradient(145deg, rgba(13, 27, 49, 0.7) 0%, rgba(8, 17, 33, 0.85) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 2.25rem 2rem;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.4);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.enterprise-showcase-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  opacity: 0.8;
  transition: height 0.3s ease, opacity 0.3s ease;
}

.card-heritage-glow::before {
  background: linear-gradient(90deg, #F59E0B, #FBBF24, transparent);
}

.card-oem-glow::before {
  background: linear-gradient(90deg, #00D4FF, #0099FF, transparent);
}

.enterprise-showcase-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.55);
}

.enterprise-showcase-card:hover::before {
  height: 3px;
  opacity: 1;
}

/* Card Header */
.showcase-card-header {
  display: flex;
  align-items: center;
  gap: 1.15rem;
  margin-bottom: 1.35rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.showcase-icon-box {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  flex-shrink: 0;
}

.showcase-icon-box.icon-amber {
  background: rgba(245, 158, 11, 0.12);
  color: #FBBF24;
  border: 1px solid rgba(245, 158, 11, 0.28);
  box-shadow: 0 0 16px rgba(245, 158, 11, 0.2);
}

.showcase-icon-box.icon-cyan {
  background: rgba(0, 212, 255, 0.12);
  color: #00E5FF;
  border: 1px solid rgba(0, 212, 255, 0.28);
  box-shadow: 0 0 16px rgba(0, 212, 255, 0.2);
}

.showcase-pretitle {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent-cyan);
  display: block;
  margin-bottom: 0.25rem;
}

.card-heritage-glow .showcase-pretitle {
  color: #FBBF24;
}

.showcase-title {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
  line-height: 1.25;
}

/* Card Body */
.showcase-card-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.showcase-lead {
  font-size: 0.95rem;
  color: #E2E8F0;
  line-height: 1.6;
  margin-bottom: 0.85rem;
}

.showcase-subtext {
  font-size: 0.88rem;
  color: #94A3B8;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.showcase-subtext strong {
  color: #F1F5F9;
}

.showcase-feature-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.75rem;
}

.showcase-pill {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.35rem 0.75rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #CBD5E1;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  transition: all 0.2s ease;
}

.enterprise-showcase-card:hover .showcase-pill {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
}

.showcase-action {
  margin-top: auto;
}

.btn-outline-gold {
  background: rgba(212, 175, 55, 0.08);
  color: #FBBF24;
  border: 1px solid rgba(212, 175, 55, 0.35);
  padding: 0.75rem 1.35rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.88rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-outline-gold:hover {
  background: rgba(212, 175, 55, 0.2);
  border-color: #FBBF24;
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(212, 175, 55, 0.25);
}

/* 4-Step Pipeline */
.enterprise-pipeline-wrap {
  background: rgba(8, 17, 33, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 16px;
  padding: 2rem 2rem 2.25rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}

.pipeline-heading-bar {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #94A3B8;
  margin-bottom: 1.75rem;
}

.pipeline-accent-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent-cyan);
  box-shadow: 0 0 8px var(--accent-cyan);
}

.enterprise-pipeline-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  position: relative;
}

.pipeline-step-card {
  position: relative;
  background: rgba(13, 27, 49, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 1.4rem 1.25rem;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.pipeline-step-card:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 212, 255, 0.3);
  background: rgba(13, 27, 49, 0.85);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

.pipeline-step-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.85rem;
}

.step-counter {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--accent-cyan);
  opacity: 0.85;
}

.step-icon-mini {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(0, 212, 255, 0.08);
  border: 1px solid rgba(0, 212, 255, 0.2);
  color: var(--accent-cyan);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.82rem;
}

.step-card-title {
  font-family: var(--font-heading);
  font-size: 0.98rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.step-card-desc {
  font-size: 0.8rem;
  color: #94A3B8;
  line-height: 1.5;
  margin: 0;
}

/* Responsive */
@media (max-width: 960px) {
  .enterprise-dual-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 2rem;
  }
  .enterprise-pipeline-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .enterprise-unified-title {
    font-size: 1.85rem;
  }
}

@media (max-width: 560px) {
  .enterprise-pipeline-grid {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }
  .enterprise-showcase-card {
    padding: 1.5rem 1.25rem;
  }
  .enterprise-pipeline-wrap {
    padding: 1.25rem;
  }
  .enterprise-unified-title {
    font-size: 1.6rem;
  }
}

/* ==========================================================================
   Global B2B Language Switcher & IP Auto-Translate Styling
   ========================================================================== */

/* 1. Reset / Suppress Google Translate Default Top Bars & Layout Distortion */
.goog-te-banner-frame.skiptranslate,
.goog-te-banner-frame,
iframe.goog-te-banner-frame {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  width: 0 !important;
}

body {
  top: 0px !important;
  position: static !important;
}

#goog-gt-tt, .goog-te-balloon-frame {
  display: none !important;
}

.goog-text-highlight {
  background: none !important;
  box-shadow: none !important;
}

#google_translate_element {
  display: none !important;
}

/* 2. Header Language Switcher */
.maruti-lang-switcher {
  position: relative;
  display: inline-flex !important;
  align-items: center !important;
  z-index: 1010;
  flex-shrink: 0 !important;
}

.lang-toggle-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.35rem !important;
  background: rgba(13, 27, 49, 0.7);
  border: 1px solid rgba(0, 212, 255, 0.25);
  border-radius: 9999px;
  padding: 0.35rem 0.68rem !important;
  color: #FFFFFF;
  font-family: var(--font-heading);
  font-size: 0.78rem !important;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.25s ease;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  white-space: nowrap !important;
  flex-shrink: 0 !important;
}

.lang-toggle-btn:hover {
  background: rgba(13, 27, 49, 0.95);
  border-color: var(--accent-cyan);
  box-shadow: 0 0 14px rgba(0, 212, 255, 0.3);
  transform: translateY(-1px);
}

.lang-active-label {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.lang-code-text {
  letter-spacing: 0.05em;
  color: #E2E8F0;
}

.lang-chevron {
  font-size: 0.65rem;
  color: var(--accent-cyan);
  transition: transform 0.2s ease;
}

.maruti-lang-switcher .lang-dropdown-menu.open + .lang-toggle-btn .lang-chevron,
.lang-toggle-btn[aria-expanded="true"] .lang-chevron {
  transform: rotate(180deg);
}

/* Dropdown Menu */
.lang-dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: 280px;
  background: rgba(10, 20, 38, 0.96);
  border: 1px solid rgba(0, 212, 255, 0.25);
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6), 0 0 20px rgba(0, 212, 255, 0.15);
  padding: 0.75rem;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  display: none;
  z-index: 1020;
  animation: langDropdownFade 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.lang-dropdown-menu.open {
  display: block;
}

@keyframes langDropdownFade {
  from {
    opacity: 0;
    transform: translateY(-8px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.lang-dropdown-header {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--accent-cyan);
  padding: 0.35rem 0.5rem 0.65rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.lang-options-grid {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  max-height: 320px;
  overflow-y: auto;
}

.lang-dropdown-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  padding: 0.5rem 0.65rem;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #E2E8F0;
  font-family: inherit;
  font-size: 0.85rem;
  cursor: pointer;
  text-align: left;
  transition: all 0.2s ease;
}

.lang-dropdown-item:hover {
  background: rgba(0, 212, 255, 0.08);
  border-color: rgba(0, 212, 255, 0.2);
  color: #FFFFFF;
  transform: translateX(2px);
}

.lang-dropdown-item.active {
  background: rgba(0, 212, 255, 0.15);
  border-color: var(--accent-cyan);
  color: #FFFFFF;
}

.lang-flag {
  font-size: 1.5rem;
  line-height: 1;
  min-width: 1.6rem;
  text-align: center;
  font-family: 'Segoe UI Emoji', 'Apple Color Emoji', 'Noto Color Emoji', sans-serif;
}

.lang-flag-btn {
  font-size: 1.2rem;
  line-height: 1;
  font-family: 'Segoe UI Emoji', 'Apple Color Emoji', 'Noto Color Emoji', sans-serif;
}

.lang-names {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.lang-native {
  font-weight: 700;
  color: #FFFFFF;
  font-size: 0.85rem;
}

.lang-english {
  font-size: 0.7rem;
  color: #94A3B8;
}

.lang-check {
  color: var(--accent-cyan);
  font-size: 0.8rem;
}

/* 3. Floating Language Switcher (Bottom-Left) */
.floating-lang-wrap {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 998;
}

.floating-lang-btn {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(10, 20, 38, 0.9);
  border: 1.5px solid rgba(0, 212, 255, 0.4);
  border-radius: 9999px;
  padding: 0.6rem 0.9rem;
  color: #00E5FF;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5), 0 0 16px rgba(0, 212, 255, 0.2);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: all 0.3s ease;
}

.floating-lang-btn:hover {
  background: rgba(10, 20, 38, 1);
  border-color: #00E5FF;
  transform: scale(1.06) translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6), 0 0 24px rgba(0, 212, 255, 0.35);
}

.lang-flag-current {
  font-size: 1.1rem;
}

/* 4. Mobile Drawer Language Section */
.mobile-drawer-lang-section {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(13, 27, 49, 0.4);
}

.mobile-drawer-lang-title {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--accent-cyan);
  margin-bottom: 0.65rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.mobile-drawer-lang-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem;
}

.mobile-lang-chip {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.5rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  color: #E2E8F0;
  font-size: 0.78rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

.mobile-lang-chip:hover,
.mobile-lang-chip.active {
  background: rgba(0, 212, 255, 0.15);
  border-color: var(--accent-cyan);
  color: #FFFFFF;
}

/* 5. Floating Auto-Translate Prompt (Polite B2B Banner) */
.maruti-lang-prompt {
  position: fixed;
  bottom: 24px;
  right: 88px; /* Positioned gracefully beside WhatsApp */
  max-width: 420px;
  width: calc(100vw - 32px);
  background: rgba(10, 20, 38, 0.97);
  border: 1.5px solid rgba(0, 212, 255, 0.35);
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.75), 0 0 25px rgba(0, 212, 255, 0.2);
  padding: 1.25rem;
  z-index: 1050;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  opacity: 0;
  transform: translateY(20px) scale(0.95);
  pointer-events: none;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.maruti-lang-prompt.show {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.lang-prompt-inner {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.lang-prompt-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.prompt-flag {
  font-size: 1.3rem;
  line-height: 1;
}

.prompt-title {
  font-family: var(--font-heading);
  font-size: 0.92rem;
  font-weight: 700;
  color: #FFFFFF;
}

.lang-prompt-text {
  font-size: 0.84rem;
  color: #CBD5E1;
  line-height: 1.5;
  margin: 0;
}

.lang-prompt-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.35rem;
  flex-wrap: wrap;
}

.btn-prompt-accept {
  background: linear-gradient(135deg, #00E5FF, #00A3FF);
  color: #031024;
  font-family: var(--font-heading);
  font-size: 0.8rem;
  font-weight: 800;
  border: none;
  border-radius: 9999px;
  padding: 0.45rem 1rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  transition: all 0.25s ease;
  box-shadow: 0 4px 14px rgba(0, 229, 255, 0.3);
}

.btn-prompt-accept:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0, 229, 255, 0.45);
}

.btn-prompt-decline {
  background: transparent;
  color: #94A3B8;
  font-size: 0.8rem;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 9999px;
  padding: 0.45rem 0.85rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-prompt-decline:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #FFFFFF;
}

.btn-prompt-close {
  background: transparent;
  border: none;
  color: #64748B;
  font-size: 0.95rem;
  cursor: pointer;
  margin-left: auto;
  padding: 0.35rem;
  transition: color 0.2s ease;
}

.btn-prompt-close:hover {
  color: #FFFFFF;
}

/* 6. RTL Support for Arabic */
html[dir="rtl"] {
  text-align: right;
}

html[dir="rtl"] body {
  direction: rtl;
}

html[dir="rtl"] .maruti-lang-switcher .lang-dropdown-menu {
  right: auto;
  left: 0;
}

html[dir="rtl"] .lang-dropdown-item {
  text-align: right;
}

html[dir="rtl"] .lang-dropdown-header {
  flex-direction: row-reverse;
}

html[dir="rtl"] .section-header.text-left {
  text-align: right;
}

html[dir="rtl"] .gold-divider {
  margin-right: 0;
  margin-left: auto;
}

html[dir="rtl"] .hero-title-main,
html[dir="rtl"] .hero-desc,
html[dir="rtl"] .section-subtitle {
  text-align: right;
}

html[dir="rtl"] .hero-cta-row {
  justify-content: flex-start;
}

html[dir="rtl"] .spec-table th,
html[dir="rtl"] .spec-table td {
  text-align: right;
}

html[dir="rtl"] .prompt-rtl .lang-prompt-inner {
  direction: rtl;
  text-align: right;
}

html[dir="rtl"] .prompt-rtl .btn-prompt-close {
  margin-left: 0;
  margin-right: auto;
}

/* Always keep Floating WhatsApp firmly on the RIGHT side, even in RTL mode */
html[dir="rtl"] .floating-whatsapp,
body.lang-rtl .floating-whatsapp {
  right: 28px !important;
  left: auto !important;
}

/* Always keep Floating Language Switcher on the LEFT side, even in RTL mode */
html[dir="rtl"] .floating-lang-wrap,
body.lang-rtl .floating-lang-wrap {
  left: 24px !important;
  right: auto !important;
}

/* Responsive */
@media (max-width: 640px) {
  .maruti-lang-prompt {
    right: 16px;
    left: 16px;
    bottom: 84px;
    width: auto;
  }
  .floating-lang-wrap {
    bottom: 16px;
    left: 16px;
  }
  html[dir="rtl"] .floating-whatsapp,
  body.lang-rtl .floating-whatsapp {
    right: 20px !important;
    left: auto !important;
  }
  html[dir="rtl"] .floating-lang-wrap,
  body.lang-rtl .floating-lang-wrap {
    left: 16px !important;
    right: auto !important;
  }
}

/* ==========================================================================
   GLOBAL PROFESSIONAL LIGHT MODE SYSTEM
   "A Symbol of Trust" | Seamless Theme Switcher & Contrast System
   ========================================================================== */

/* 1. Light Mode CSS Variables */
html[data-theme="light"] {
  /* Clean Executive White & Light Slate Palette */
  --bg-deep: #F8FAFC;
  --bg-dark: #FFFFFF;
  --bg-surface: #F1F5F9;
  --bg-card: rgba(255, 255, 255, 0.96);
  --bg-card-hover: #FFFFFF;

  /* Brand Accents - Exact Same Identity with High-Contrast Text Legibility */
  --accent-cyan: #0284C7;
  --accent-cyan-glow: rgba(2, 132, 199, 0.2);
  --accent-blue: #1D63FF;
  --accent-blue-hover: #0F52E4;
  --accent-gold: #B4842E;
  --accent-gold-light: #FBF6E9;
  --accent-gold-glow: rgba(180, 132, 46, 0.2);
  --accent-emerald: #059669;
  --whatsapp: #25D366;

  /* High-Contrast Crystal-Clear Typography */
  --text-primary: #0F172A; /* Deep obsidian navy */
  --text-secondary: #334155; /* Slate reading text */
  --text-muted: #64748B; /* Secondary labels */
  --text-cyan: #0284C7;
  --text-gold: #B4842E;

  /* Borders & Dividers */
  --border-glass: rgba(15, 23, 42, 0.08);
  --border-glass-bright: rgba(15, 23, 42, 0.14);
  --border-cyan: rgba(2, 132, 199, 0.3);
  --border-gold: rgba(180, 132, 46, 0.35);

  /* Elevation Shadows */
  --shadow-sm: 0 2px 8px rgba(15, 23, 42, 0.05);
  --shadow-md: 0 10px 25px rgba(15, 23, 42, 0.07);
  --shadow-deep: 0 20px 45px rgba(15, 23, 42, 0.1);
  --shadow-cyan: 0 0 20px rgba(2, 132, 199, 0.15);
  --shadow-gold: 0 0 20px rgba(180, 132, 46, 0.15);
}

/* 2. Base Light Mode Overrides */
html[data-theme="light"] body {
  background-color: var(--bg-deep) !important;
  color: var(--text-secondary) !important;
}

/* Headings & Texts */
html[data-theme="light"] h1,
html[data-theme="light"] h2,
html[data-theme="light"] h3,
html[data-theme="light"] h4,
html[data-theme="light"] h5,
html[data-theme="light"] h6,
html[data-theme="light"] [style*="color: #FFFFFF"],
html[data-theme="light"] [style*="color:#FFFFFF"],
html[data-theme="light"] [style*="color: rgb(255, 255, 255)"] {
  color: #0F172A !important;
}

html[data-theme="light"] p,
html[data-theme="light"] li,
html[data-theme="light"] span,
html[data-theme="light"] [style*="color: #CBD5E1"],
html[data-theme="light"] [style*="color:#CBD5E1"],
html[data-theme="light"] [style*="color: #94A3B8"],
html[data-theme="light"] [style*="color:#94A3B8"] {
  color: var(--text-secondary);
}

html[data-theme="light"] .section-subtitle {
  color: var(--text-muted) !important;
}

/* Background Sections */
html[data-theme="light"] .bg-deep,
html[data-theme="light"] .bg-dark {
  background-color: var(--bg-deep) !important;
}

html[data-theme="light"] .bg-surface {
  background-color: #FFFFFF !important;
}

/* 3. Header Capsule (Ultra-Clean Frosted White) */
html[data-theme="light"] .site-header {
  background: transparent;
}

html[data-theme="light"] .top-notice-bar {
  background: #F1F5F9 !important;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
  color: #475569 !important;
}

html[data-theme="light"] .top-notice-bar a {
  color: #0284C7 !important;
}

html[data-theme="light"] .header-capsule {
  background: rgba(255, 255, 255, 0.94) !important;
  border: 1px solid rgba(15, 23, 42, 0.12) !important;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08) !important;
}

html[data-theme="light"] .brand-capsule-name {
  color: #0F172A !important;
}

html[data-theme="light"] .brand-capsule-tag {
  color: #64748B !important;
}

html[data-theme="light"] .capsule-nav-list {
  background: transparent !important;
  border: none !important;
}

html[data-theme="light"] .capsule-nav-link {
  color: #334155 !important;
}

html[data-theme="light"] .capsule-nav-link:hover,
html[data-theme="light"] .capsule-nav-item.active .capsule-nav-link {
  color: #0284C7 !important;
  background: rgba(2, 132, 199, 0.08) !important;
  border: 1px solid rgba(2, 132, 199, 0.22) !important;
}

/* Dropdown Menu in Light Mode */
html[data-theme="light"] .capsule-dropdown,
html[data-theme="light"] .capsule-dropdown-menu {
  background: rgba(255, 255, 255, 0.98) !important;
  border: 1px solid rgba(15, 23, 42, 0.12) !important;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12) !important;
}

html[data-theme="light"] .capsule-dropdown-link {
  color: #334155 !important;
}

html[data-theme="light"] .capsule-dropdown-link:hover {
  background: #F1F5F9 !important;
  color: #0284C7 !important;
}

html[data-theme="light"] .mobile-toggle-btn {
  background: #F1F5F9 !important;
  border: 1px solid #CBD5E1 !important;
  color: #0F172A !important;
}

html[data-theme="light"] .mobile-toggle-btn:hover {
  background: #E2E8F0 !important;
  border-color: #0284C7 !important;
  color: #0284C7 !important;
}

html[data-theme="light"] .dropdown-link {
  color: #334155 !important;
}

html[data-theme="light"] .dropdown-link:hover {
  background: #F1F5F9 !important;
  color: #0284C7 !important;
}

html[data-theme="light"] .dropdown-header {
  color: #0284C7 !important;
  border-bottom-color: rgba(15, 23, 42, 0.08) !important;
}

/* 4. Hero Section */
html[data-theme="light"] .hero-mockup-section {
  background: radial-gradient(circle at 50% 0%, #FFFFFF 0%, #F8FAFC 70%, #F1F5F9 100%) !important;
}

html[data-theme="light"] .hero-title-main {
  color: #0F172A !important;
}

html[data-theme="light"] .hero-desc {
  color: #334155 !important;
}

html[data-theme="light"] .hero-map-terminal-card,
html[data-theme="light"] .hero-visual-card {
  background: #FFFFFF !important;
  border: 1px solid rgba(15, 23, 42, 0.1) !important;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08) !important;
}

html[data-theme="light"] .hero-map-terminal-header {
  background: #F8FAFC !important;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
}

html[data-theme="light"] .hero-map-terminal-title {
  color: #0F172A !important;
}

/* Trust Metric Cards */
html[data-theme="light"] .trust-seal-item {
  background: #FFFFFF !important;
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04) !important;
}

html[data-theme="light"] .trust-seal-item:hover {
  border-color: #0284C7 !important;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08) !important;
}

/* Trust Seal Cards — Light Mode */
html[data-theme="light"] .trust-seal-card {
  background: #FFFFFF !important;
  border: 1px solid rgba(15, 23, 42, 0.1) !important;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

html[data-theme="light"] .trust-seal-card:hover {
  border-color: #0284C7 !important;
  box-shadow: 0 14px 32px rgba(2, 132, 199, 0.15) !important;
}

html[data-theme="light"] .trust-seal-num {
  color: #0F172A !important;
}

html[data-theme="light"] .trust-seal-label {
  color: #64748B !important;
}

/* Trade Ticker Bar — Light Mode (correct class: .trade-ticker-bar) */
html[data-theme="light"] .trade-ticker-bar {
  background: #F1F5F9 !important;
  border-top: 1px solid rgba(15, 23, 42, 0.1) !important;
  border-bottom: 1px solid rgba(15, 23, 42, 0.1) !important;
}

html[data-theme="light"] .trade-ticker-bar::before {
  background: linear-gradient(90deg, #F1F5F9 0%, transparent 100%) !important;
}

html[data-theme="light"] .trade-ticker-bar::after {
  background: linear-gradient(270deg, #F1F5F9 0%, transparent 100%) !important;
}

html[data-theme="light"] .ticker-node {
  color: #334155 !important;
}

html[data-theme="light"] .ticker-diamond {
  color: #0284C7 !important;
}

html[data-theme="light"] .ticker-pill {
  background: rgba(2, 132, 199, 0.12) !important;
  color: #0284C7 !important;
  border: 1px solid rgba(2, 132, 199, 0.25) !important;
}

/* 5. Product Matrix Cards */
html[data-theme="light"] .product-card-dark {
  background: #FFFFFF !important;
  border: 1px solid rgba(15, 23, 42, 0.09) !important;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05) !important;
}

html[data-theme="light"] .product-card-dark:hover {
  background: #FFFFFF !important;
  border-color: #0284C7 !important;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.1) !important;
  transform: translateY(-5px);
}

html[data-theme="light"] .product-card-img-wrap {
  background: #F8FAFC !important;
}

html[data-theme="light"] .product-card-title {
  color: #0F172A !important;
}

html[data-theme="light"] .product-card-desc {
  color: #475569 !important;
}

html[data-theme="light"] .spec-chip {
  background: #F1F5F9 !important;
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  color: #334155 !important;
}

html[data-theme="light"] .catalog-pill-badge {
  background: rgba(15, 23, 42, 0.8) !important;
  color: #FFFFFF !important;
}

html[data-theme="light"] .btn-glass-pill {
  background: #F1F5F9 !important;
  border-color: rgba(15, 23, 42, 0.12) !important;
  color: #1E293B !important;
}

/* 6. Star Export Categories (Featured Rows) in Light Mode */
html[data-theme="light"] .featured-product-row {
  background: #FFFFFF !important;
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  border-radius: 24px !important;
  padding: 3rem 3.5rem !important;
  margin-bottom: 2.5rem !important;
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.05) !important;
  overflow: hidden;
}

html[data-theme="light"] .featured-product-img-wrap {
  background: #F8FAFC !important;
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04) !important;
  border-radius: 18px !important;
}

html[data-theme="light"] .featured-product-img-wrap img {
  border-radius: 18px !important;
}

html[data-theme="light"] .featured-product-title {
  color: #0F172A !important;
}

html[data-theme="light"] .featured-product-desc {
  color: #334155 !important;
}

html[data-theme="light"] .featured-product-num {
  color: #0284C7 !important;
}

/* 7. Enterprise Overview Section */
html[data-theme="light"] .enterprise-unified-section {
  background: #F8FAFC !important;
}

html[data-theme="light"] .enterprise-unified-title {
  color: #0F172A !important;
}

html[data-theme="light"] .enterprise-showcase-card {
  background: #FFFFFF !important;
  border: 1px solid rgba(15, 23, 42, 0.09) !important;
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.05) !important;
}

html[data-theme="light"] .showcase-pretitle {
  color: #0284C7 !important;
}

html[data-theme="light"] .showcase-title {
  color: #0F172A !important;
}

html[data-theme="light"] .showcase-lead {
  color: #334155 !important;
}

html[data-theme="light"] .showcase-pill {
  background: #F1F5F9 !important;
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  color: #1E293B !important;
}

html[data-theme="light"] .enterprise-pipeline-wrap {
  background: #FFFFFF !important;
  border: 1px solid rgba(15, 23, 42, 0.09) !important;
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.05) !important;
}

html[data-theme="light"] .pipeline-header-title {
  color: #0F172A !important;
}

html[data-theme="light"] .pipeline-step-card {
  background: #F8FAFC !important;
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
}

html[data-theme="light"] .pipeline-step-card:hover {
  background: #FFFFFF !important;
  border-color: #0284C7 !important;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08) !important;
}

html[data-theme="light"] .step-card-title {
  color: #0F172A !important;
}

html[data-theme="light"] .step-card-desc {
  color: #475569 !important;
}

/* 8. Spec Tables */
html[data-theme="light"] .spec-table-wrap {
  background: #FFFFFF !important;
  border: 1px solid #E2E8F0 !important;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04) !important;
}

html[data-theme="light"] .spec-table th {
  background: #F8FAFC !important;
  color: #0F172A !important;
  border-bottom: 1px solid #E2E8F0 !important;
}

html[data-theme="light"] .spec-table td {
  color: #334155 !important;
  border-bottom: 1px solid #E2E8F0 !important;
}

html[data-theme="light"] .spec-table tr:nth-child(even) td {
  background: #FAFAFA !important;
}

/* 9. Forms & Inputs */
html[data-theme="light"] input,
html[data-theme="light"] select,
html[data-theme="light"] textarea {
  background: #FFFFFF !important;
  border: 1px solid #CBD5E1 !important;
  color: #0F172A !important;
}

html[data-theme="light"] input:focus,
html[data-theme="light"] select:focus,
html[data-theme="light"] textarea:focus {
  border-color: #0284C7 !important;
  box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.15) !important;
}

/* 9.1 RFQ / Enquiry Trade Desk in Light Mode */
html[data-theme="light"] #rfq-section.bg-dark-surface,
html[data-theme="light"] .bg-dark-surface {
  background: #F1F5F9 !important;
}

html[data-theme="light"] .rfq-trade-desk {
  background: #FFFFFF !important;
  border: 1px solid rgba(15, 23, 42, 0.1) !important;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08) !important;
}

html[data-theme="light"] .rfq-desk-header h3 {
  color: #0F172A !important;
}

html[data-theme="light"] .rfq-desk-header p {
  color: #475569 !important;
}

html[data-theme="light"] .form-label {
  color: #1E293B !important;
}

html[data-theme="light"] .form-control {
  background: #F8FAFC !important;
  border: 1px solid #CBD5E1 !important;
  color: #0F172A !important;
}

html[data-theme="light"] .form-control::placeholder {
  color: #94A3B8 !important;
}

html[data-theme="light"] .form-control:focus {
  background: #FFFFFF !important;
  border-color: #0284C7 !important;
  box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.18) !important;
}

html[data-theme="light"] .form-privacy-note {
  color: #64748B !important;
}

/* 9.2 Director / Founder Executive Section in Light Mode */
html[data-theme="light"] .director-executive-section {
  background: linear-gradient(135deg, #FFFFFF 0%, #F8FAFC 50%, #F1F5F9 100%) !important;
  border-top: 1px solid rgba(15, 23, 42, 0.08) !important;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
}

html[data-theme="light"] .director-executive-section::before {
  background: radial-gradient(circle, rgba(180, 132, 46, 0.08) 0%, transparent 70%) !important;
}

html[data-theme="light"] .director-card-container {
  background: #FFFFFF !important;
  border: 1px solid rgba(180, 132, 46, 0.28) !important;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08), 0 0 0 1px rgba(180, 132, 46, 0.1) !important;
}

html[data-theme="light"] .director-card-container::before {
  background: linear-gradient(90deg, transparent, #B4842E, rgba(180, 132, 46, 0.3), transparent) !important;
}

html[data-theme="light"] .director-name {
  color: #0F172A !important;
}

html[data-theme="light"] .director-designation {
  color: #0284C7 !important;
}

html[data-theme="light"] .director-company-sub {
  color: #475569 !important;
}

html[data-theme="light"] .director-meta-pill {
  background: #F8FAFC !important;
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  color: #334155 !important;
}

html[data-theme="light"] .director-meta-pill:hover {
  background: #F1F5F9 !important;
  border-color: rgba(180, 132, 46, 0.35) !important;
  color: #0F172A !important;
}

html[data-theme="light"] .director-quote-box {
  background: rgba(180, 132, 46, 0.05) !important;
  border: 1px solid rgba(180, 132, 46, 0.22) !important;
  border-left: 4px solid #B4842E !important;
}

html[data-theme="light"] .director-quote-text {
  color: #1E293B !important;
}

html[data-theme="light"] .director-contact-item {
  background: #F8FAFC !important;
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
}

html[data-theme="light"] .director-contact-item:hover {
  background: #FFFFFF !important;
  border-color: #0284C7 !important;
  box-shadow: 0 6px 20px rgba(2, 132, 199, 0.1) !important;
}

html[data-theme="light"] .director-contact-icon {
  background: rgba(2, 132, 199, 0.08) !important;
  border-color: rgba(2, 132, 199, 0.2) !important;
  color: #0284C7 !important;
}

html[data-theme="light"] .director-contact-info a,
html[data-theme="light"] .director-contact-info span {
  color: #1E293B !important;
}

html[data-theme="light"] .director-contact-info a:hover {
  color: #0284C7 !important;
}

html[data-theme="light"] .director-portrait-inner {
  border-color: rgba(180, 132, 46, 0.35) !important;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.12), 0 0 30px rgba(180, 132, 46, 0.15) !important;
}

/* 9.3 Corporate Footer in Light Mode */
html[data-theme="light"] .main-footer-dark {
  background: #F8FAFC !important;
  color: #475569 !important;
  border-top: 1px solid rgba(15, 23, 42, 0.1) !important;
}

html[data-theme="light"] .footer-brand-desc {
  color: #475569 !important;
}

html[data-theme="light"] .footer-col-title {
  color: #0F172A !important;
}

html[data-theme="light"] .footer-col-title::after {
  background: #0284C7 !important;
}

html[data-theme="light"] .footer-links a {
  color: #475569 !important;
}

html[data-theme="light"] .footer-links a:hover {
  color: #0284C7 !important;
}

html[data-theme="light"] .footer-links a i {
  color: #0284C7 !important;
}

html[data-theme="light"] .footer-contact-item {
  color: #475569 !important;
}

html[data-theme="light"] .footer-contact-item a {
  color: #0284C7 !important;
}

html[data-theme="light"] .brand-capsule-footer .brand-capsule-name {
  color: #0F172A !important;
}

html[data-theme="light"] .brand-capsule-footer .brand-capsule-tag {
  color: #B4842E !important;
}

html[data-theme="light"] .footer-bottom {
  border-top: 1px solid rgba(15, 23, 42, 0.08) !important;
  color: #64748B !important;
}

html[data-theme="light"] .footer-bottom-links a {
  color: #64748B !important;
}

html[data-theme="light"] .footer-bottom-links a:hover {
  color: #0284C7 !important;
}

/* 10. Language Switcher & Prompt in Light Mode */
html[data-theme="light"] .lang-toggle-btn {
  background: #F1F5F9 !important;
  border-color: #CBD5E1 !important;
  color: #0F172A !important;
}

html[data-theme="light"] .lang-code-text {
  color: #0F172A !important;
}

html[data-theme="light"] .lang-dropdown-menu {
  background: #FFFFFF !important;
  border-color: #CBD5E1 !important;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.15) !important;
}

html[data-theme="light"] .lang-dropdown-item {
  color: #1E293B !important;
}

html[data-theme="light"] .lang-dropdown-item:hover {
  background: #F1F5F9 !important;
  color: #0284C7 !important;
}

html[data-theme="light"] .lang-native {
  color: #0F172A !important;
}

html[data-theme="light"] .floating-lang-btn {
  background: #FFFFFF !important;
  border-color: #0284C7 !important;
  color: #0284C7 !important;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.15) !important;
}

html[data-theme="light"] .maruti-lang-prompt {
  background: #FFFFFF !important;
  border-color: #CBD5E1 !important;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.2) !important;
}

html[data-theme="light"] .prompt-title {
  color: #0F172A !important;
}

html[data-theme="light"] .lang-prompt-text {
  color: #334155 !important;
}

html[data-theme="light"] .btn-prompt-decline {
  color: #475569 !important;
  border-color: #CBD5E1 !important;
}

/* 11. Mobile Drawer */
html[data-theme="light"] .mobile-drawer {
  background: #FFFFFF !important;
  border-right: 1px solid #E2E8F0 !important;
}

html[data-theme="light"] .mobile-nav-link {
  color: #1E293B !important;
  border-bottom-color: rgba(15, 23, 42, 0.06) !important;
}

html[data-theme="light"] .mobile-drawer-lang-section {
  background: #F8FAFC !important;
  border-bottom-color: #E2E8F0 !important;
}

html[data-theme="light"] .mobile-lang-chip {
  background: #FFFFFF !important;
  border-color: #CBD5E1 !important;
  color: #1E293B !important;
}

/* 12. Theme Switcher Button Styling (Desktop & Mobile) */
.maruti-theme-toggle-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  max-width: 34px !important;
  border-radius: 50% !important;
  background: rgba(13, 27, 49, 0.7);
  border: 1px solid rgba(0, 212, 255, 0.25);
  color: #FBBF24;
  font-size: 0.9rem !important;
  cursor: pointer;
  transition: all 0.25s ease;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  flex-shrink: 0 !important;
}

.maruti-theme-toggle-btn:hover {
  background: rgba(13, 27, 49, 0.95);
  border-color: var(--accent-cyan);
  box-shadow: 0 0 14px rgba(0, 212, 255, 0.35);
  transform: scale(1.08);
}

html[data-theme="light"] .maruti-theme-toggle-btn {
  background: #F1F5F9 !important;
  border: 1px solid #CBD5E1 !important;
  color: #0F172A !important;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08) !important;
}

html[data-theme="light"] .maruti-theme-toggle-btn:hover {
  border-color: #0284C7 !important;
  color: #0284C7 !important;
  box-shadow: 0 4px 14px rgba(2, 132, 199, 0.25) !important;
}

/* Smooth Transition across Theme Toggling */
body, .header-capsule, .product-card-dark, .enterprise-showcase-card, .trust-seal-item {
  transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
}




