/* ΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉ
   ALOKIT THERMAL SERVICE PVT. LTD. (ATSPL)
   Inspired by alloythermalspray.com ΓÇö Premium Industrial Coating Website
   Design: Crimson Red + Dark Industrial + Glassmorphism spice
   ΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉ */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&family=Inter:wght@300;400;500;600;700&display=swap');

/* ΓöÇΓöÇ 1. CSS CUSTOM PROPERTIES ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇ */
:root {
  /* Brand Colors — ATSPL */
  --color-navy:      #213E60;
  --color-brass:     #E68C3A;
  --color-steel:     #94B6EF;
  --color-white:     #FFFFFF;

  --red-dark:        var(--color-navy);
  --red-primary:     var(--color-brass);
  --red-light:       var(--color-steel);
  --red-glow:        rgba(148, 182, 239, 0.35);
  --red-glow-sm:     rgba(148, 182, 239, 0.12);

  /* Background Palette */
  --bg-white:        #ffffff;
  --bg-light:        #F4F2EF;
  --bg-section:      #F4F2EF;
  --bg-dark:         var(--color-navy);
  --bg-darker:       #1e293b;
  --bg-card:         #ffffff;
  --bg-card-hover:   #F4F2EF;

  /* Text */
  --text-dark:       var(--color-navy);
  --text-body:       #334155;
  --text-muted:      #64748b;
  --text-light:      #94a3b8;
  --text-white:      #ffffff;

  /* Borders */
  --border-light:    rgba(33, 62, 96, 0.1);
  --border-dark:     rgba(33, 62, 96, 0.2);
  --border-red:      var(--color-brass);

  /* Shadows */
  --shadow-sm:       0 2px 12px rgba(33, 62, 96, 0.04);
  --shadow-md:       0 8px 32px rgba(33, 62, 96, 0.08);
  --shadow-lg:       0 20px 60px rgba(33, 62, 96, 0.12);
  --shadow-red:      0 8px 30px rgba(148, 182, 239, 0.2);

  /* Gradients */
  --grad-red:        linear-gradient(135deg, var(--color-steel), var(--color-navy));
  --grad-red-light:  linear-gradient(135deg, var(--color-steel), var(--color-steel));
  --grad-dark:       linear-gradient(135deg, #1e293b, #0f172a);
  --grad-hero:       linear-gradient(to bottom right, rgba(33, 62, 96, 0.95) 0%, rgba(33, 62, 96, 0.8) 100%);

  /* Radius */
  --radius-xs:  4px;
  --radius-sm:  8px;
  --radius-md:  14px;
  --radius-lg:  20px;
  --radius-xl:  32px;

  /* Fluid Typography */
  --font-heading: 'Montserrat', sans-serif;
  --font-body:    'Inter', sans-serif;
  --text-h1: clamp(2.5rem, 5vw, 4rem);
  --text-h2: clamp(2rem, 4vw, 3rem);
  --text-h3: clamp(1.5rem, 3vw, 2rem);
  --text-p: clamp(0.95rem, 1.2vw, 1.125rem);

  /* Fluid Spacing */
  --space-section: clamp(40px, 8vw, 100px);
  --space-card: clamp(20px, 4vw, 40px);

  /* Transitions */
  --ease:        cubic-bezier(0.4, 0, 0.2, 1);
  --ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
  --transition:  all 0.3s var(--ease);
}

/* ΓöÇΓöÇ 2. RESET & BASE ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  /* SCROLLBAR GAP FIX: The ~17px white strip on the right is the browser's
     scrollbar gutter area, which sits inside the html element but outside the
     body's paint region. '100vw' includes this gap while 'overflow-x: hidden'
     clips body at the scrollbar edge, leaving raw html-layer white showing.
     Setting html background-color to match the hero's navy covers it perfectly
     without touching any width/max-width values — GSAP ScrollTrigger is safe. */
  background-color: #213E60;
}

html, body { overflow-x: hidden !important; max-width: 100vw; } 
body { overflow-x: hidden; width: 100%; max-width: 100vw;
  font-family: var(--font-body);
  font-size: var(--text-p);
  background: var(--bg-white);
  color: var(--text-body);
  line-height: 1.6;
  overflow-x: hidden;
}

a {
  color: var(--red-primary);
  text-decoration: none;
  transition: var(--transition);
}
a:hover { color: var(--red-dark); }

h1 { font-size: var(--text-h1); }
h2 { font-size: var(--text-h2); }
h3 { font-size: var(--text-h3); }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  line-height: 1.2;
  color: var(--text-dark);
}

img { max-width: 100vw; height: auto; display: block; }
ul { list-style: none; }

/* ΓöÇΓöÇ 3. LAYOUT UTILITIES ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇ */
.container {
  width: min(1200px, 90%);
  margin-inline: auto;
}

.section-container { width: 100%; max-width: 1600px; margin-inline: auto; padding-inline: 24px; }

.padding-y { padding: var(--space-section) 0; }
.padding-y-sm { padding: clamp(30px, 5vw, 60px) 0; }
.mt-4 { margin-top: 1.5rem; }
.mb-4 { margin-bottom: 1.5rem; }
.text-center { text-align: center; }

.grid-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 400px), 1fr));
  gap: 60px;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  gap: 30px;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
  gap: 24px;
}

.align-center { align-items: center; }
.text-left { text-align: left !important; }

@media (max-width: 1024px) {
  .grid-3 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 350px), 1fr)); }
  .grid-4 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 350px), 1fr)); }
}
@media (max-width: 768px) {
  /* Hotfix: Header Overlap and Button Overflow */
  .logo-title {
    font-size: 0.65rem !important;
    white-space: nowrap !important;
  }
  .hero-container {
    padding-top: 160px !important;
  }
  .hero-actions {
    flex-direction: column !important;
    width: 100% !important;
    gap: 15px !important;
  }
  .hero-actions .btn {
    width: 100% !important;
  }

  .grid-2 { grid-template-columns: 1fr; gap: 40px; }
  .grid-3 { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 400px), 1fr)); }
}
@media (max-width: 480px) {
  .grid-4 { grid-template-columns: 1fr; }
}

/* ΓöÇΓöÇ 4. SECTION HEADERS ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇ */
.section-header {
  text-align: center;
  margin-bottom: 56px;
}

.section-badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--red-primary);
  background: var(--red-glow-sm);
  border: 1px solid var(--border-red);
  padding: 6px 20px;
  border-radius: 50px;
  margin-bottom: 16px;
}

/* Also keep old selector for backward-compat */
.section-subtitle { display: inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--red-primary); background: var(--red-glow-sm); border: 1px solid var(--border-red); padding: 6px 20px; border-radius: 50px; margin-bottom: 16px; }

.section-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 800;
  color: var(--text-dark);
  line-height: 1.15;
  margin-bottom: 16px;
}

.section-title span { color: var(--red-primary); }

.section-title.white { color: var(--text-white); }
.section-title.white span { color: #ffaaaa; }

.section-desc {
  font-size: 1.05rem;
  color: var(--text-muted);
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.75;
}

/* ΓöÇΓöÇ 5. PROGRESS BAR ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇ */
#scroll-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  background: var(--grad-red);
  z-index: 9999;
  width: 0%;
  transition: width 0.1s linear;
}

/* ΓöÇΓöÇ 6. TOP INFO BAR ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇ */
.top-info-bar {
  background: var(--color-navy);
  color: var(--text-white);
  padding: 8px 0;
  font-size: 0.82rem;
  font-weight: 500;
  position: relative;
  z-index: 1001;
}

.top-info-bar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.top-info-left, .top-info-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.top-info-item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(255,255,255,0.9);
}

.top-info-item i { font-size: 0.8rem; opacity: 0.85; }
.top-info-item a { color: rgba(255,255,255,0.9); }
.top-info-item a:hover { color: #fff; }

@media (max-width: 768px) {
  .top-info-bar { display: none; }
}

/* ΓöÇΓöÇ 7. MAIN HEADER / NAVIGATION ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇ */
.main-header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: transparent;
  box-shadow: none;
  border-bottom: none;
  transition: var(--transition);
  height: 80px;
  display: flex;
  align-items: center;
}

.main-header.scrolled {
  background: var(--color-navy);
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  border-bottom: none;
  height: 70px;
}
.main-header.scrolled .logo-title,
.main-header.scrolled .logo-subtitle,
.main-header.scrolled .nav-links a {
  color: var(--color-white) !important;
}
.main-header.scrolled .logo-title,
.main-header.scrolled .logo-subtitle,
.main-header.scrolled .nav-links a {
  color: var(--color-white) !important;
}

.header-container {
  max-width: none;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo-area {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  flex-shrink: 0;
}

.logo-symbol {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}

.logo-area:hover .logo-symbol {
  transform: scale(1.08) rotate(-5deg);
}

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

.logo-title {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 800;
  color: var(--text-dark);
  line-height: 1.1;
  letter-spacing: 0.02em;
}

.logo-subtitle {
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--red-primary);
  text-transform: uppercase;
  margin-top: 1px;
}

/* Navigation */
.nav-menu > ul {
  display: flex;
  align-items: center;
  gap: 2px;
  list-style: none;
}

.nav-link {
  font-family: var(--font-heading);
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-dark);
  padding: 8px 14px;
  border-radius: var(--radius-xs);
  transition: var(--transition);
  position: relative;
  white-space: nowrap;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 14px;
  right: 14px;
  height: 2px;
  background: var(--red-primary);
  transform: scaleX(0);
  transition: transform 0.3s var(--ease);
  border-radius: 2px;
}

.nav-link:hover {
  color: var(--red-primary);
  background: var(--red-glow-sm);
}

.nav-link:hover::after { transform: scaleX(1); }

.nav-link.active {
  color: var(--red-primary);
}
.nav-link.active::after { transform: scaleX(1); }

.nav-cta-btn {
  background: var(--red-primary) !important;
  color: #fff !important;
  padding: 10px 24px !important;
  border-radius: 50px !important;
  font-weight: 700 !important;
  box-shadow: var(--shadow-md);
  transition: var(--transition) !important;
}

.nav-cta-btn::after { display: none !important; }

.nav-cta-btn:hover {
  background: var(--color-navy) !important;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(33, 62, 96, 0.3) !important;
}

/* ΓöÇΓöÇ Dropdown Navigation ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇ */
.nav-dropdown-item {
  position: relative;
}

.nav-dropdown-item > .nav-link {
  display: flex;
  align-items: center;
  gap: 5px;
}

.nav-arrow {
  font-size: 0.65rem;
  transition: transform 0.3s var(--ease);
}

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

.nav-dropdown { display: flex; flex-direction: column; position: absolute; top: calc(100% + 8px); left: 0; min-width: 220px; background: var(--color-navy);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.14);
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.25s var(--ease), transform 0.25s var(--ease), visibility 0.25s;
  z-index: 999;
  list-style: none;
}

/* larger dropdown for products */
.nav-dropdown-item:nth-child(4) .nav-dropdown {
  min-width: 230px;
  max-height: 400px;
  overflow-y: auto;
}

@media (max-width: 1024px) {
  .mobile-toggle-btn { display: flex; position: relative; z-index: 2001; }
  
  .logo-title {
    font-size: 0.75rem !important;
    white-space: normal !important;
    max-width: 180px;
    line-height: 1.2;
  }
  
  .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: min(320px, 85vw);
    height: 100vh;
    background: #0f172a;
    padding: 100px 24px 40px;
    z-index: 2000;
    transition: right 0.4s var(--ease);
    overflow-y: auto;
    box-shadow: -10px 0 30px rgba(0,0,0,0.5);
  }
  
  .nav-menu.open {
    right: 0;
  }
  
  .nav-menu > ul { 
    flex-direction: column; 
    align-items: flex-start;
    gap: 8px; 
  }
  
  .nav-link { 
    display: block; 
    padding: 16px; 
    width: 100%;
    border-radius: 8px;
    font-size: 1.1rem;
  }
  
  .nav-link:hover, .nav-link.active {
    background: rgba(255,255,255,0.05);
  }

  /* Mobile Dropdown Reset */
  .nav-dropdown {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background: rgba(255,255,255,0.03);
    display: none;
    padding-left: 15px;
    margin-top: 5px;
    width: 100%;
  }

  .nav-dropdown-item.active .nav-dropdown {
    display: block;
  }
}

.nav-dropdown li a {
  display: block;
  padding: 9px 18px;
  font-family: var(--font-heading);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-body);
  transition: var(--transition);
  border-left: 3px solid transparent;
}

.nav-dropdown li a:hover {
  color: var(--red-primary);
  background: var(--red-glow-sm);
  border-left-color: var(--red-primary);
  padding-left: 22px;
}

.nav-dropdown-item:hover .nav-dropdown,
.nav-dropdown-item:focus-within .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Mobile Menu Toggle */
.mobile-toggle-btn {
  display: none;
  background: none;
  border: 1px solid var(--border-light);
  color: var(--text-dark);
  width: 42px;
  height: 42px;
  border-radius: var(--radius-sm);
  cursor: pointer;
  font-size: 1.1rem;
  transition: var(--transition);
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}

.mobile-toggle-btn:hover {
  background: var(--red-glow-sm);
  border-color: var(--red-primary);
  color: var(--red-primary);
}

/* ΓöÇΓöÇ 8. HERO SECTION ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇ */
.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Full-screen background image */
.hero-bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  transform: scale(1.05);
  animation: heroZoom 20s ease-in-out infinite alternate;
}

@keyframes heroZoom {
  0% { transform: scale(1.05); }
  100% { transform: scale(1.12); }
}

/* Dark overlay */
.hero-background-overlay {
  position: absolute;
  inset: 0;
  background: var(--grad-hero);
  z-index: 1;
}

/* Animated 3D Grid for Engaging Motion */
.hero-grid-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 1; /* Below content */
  background: radial-gradient(ellipse at center, rgba(192,24,42,0.15) 0%, transparent 70%);
  perspective: 1000px;
  pointer-events: none;
}
.hero-grid-plane {
  position: absolute;
  width: 200%;
  height: 200%;
  left: -50%;
  top: 0;
  background-image: 
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  transform: rotateX(75deg) translateY(0);
  animation: gridMove 10s linear infinite;
  mask-image: linear-gradient(to top, rgba(0,0,0,1) 10%, rgba(0,0,0,0) 70%);
  -webkit-mask-image: linear-gradient(to top, rgba(0,0,0,1) 10%, rgba(0,0,0,0) 70%);
}
@keyframes gridMove {
  0% { transform: rotateX(75deg) translateY(0); }
  100% { transform: rotateX(75deg) translateY(60px); }
}

/* Moving grid lines */
.hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 70px 70px;
  z-index: 2;
  animation: gridDrift 25s linear infinite;
}

@keyframes gridDrift {
  0% { background-position: 0 0; }
  100% { background-position: 70px 70px; }
}

/* Particle canvas */
#heroParticleCanvas {
  position: absolute;
  inset: 0;
  z-index: 3;
  opacity: 0.5;
  pointer-events: none;
}

.hero-container {
  position: relative;
  z-index: 10;
  max-width: 1600px;
  margin: 0 auto;
  padding: 140px 24px 100px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 60px;
}

.hero-carousel-pin-wrapper {
    position: relative;
    width: 100%;
    min-height: 100vh;
}
.hero-carousel-pin-wrapper > .premium-hero-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 20;
    pointer-events: none; /* Allow clicks to pass through to the carousel underneath */
}
.hero-carousel-pin-wrapper > .industries-section {
    position: relative;
    z-index: 10;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 70px;
    will-change: transform, opacity;
    transform: translateZ(0);
    backface-visibility: hidden;
}

.hero-carousel-pin-wrapper {
    position: relative;
    width: 100%;
    min-height: 100vh;
}
.hero-carousel-pin-wrapper > .premium-hero-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 20;
    pointer-events: none; /* Allow clicks to pass through to the carousel underneath */
}
.hero-carousel-pin-wrapper > .industries-section {
    position: relative;
    z-index: 10;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 70px;
    will-change: transform, opacity;
    transform: translateZ(0);
    backface-visibility: hidden;
}

.hero-content {
  flex: 1;
  max-width: 100vw;
}

.hero-tagline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--red-glow-sm);
  border: 1px solid var(--red-glow);
  backdrop-filter: blur(8px);
  padding: 8px 20px;
  border-radius: 50px;
  margin-bottom: 28px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--red-light);
  text-transform: uppercase;
}

.pulse-dot {
  width: 8px;
  height: 8px;
  background: var(--red-light);
  border-radius: 50%;
  animation: pulseDot 2s ease-in-out infinite;
  flex-shrink: 0;
}

@keyframes pulseDot {
  0%, 100% { transform: scale(1); opacity: 1; box-shadow: 0 0 0 0 var(--red-glow); }
  50% { transform: scale(1.3); opacity: 0.8; box-shadow: 0 0 0 8px rgba(192,24,42,0); }
}

.hero-title {
  font-size: clamp(2.6rem, 6vw, 5rem);
  font-weight: 900;
  line-height: 1.05;
  margin-bottom: 24px;
  color: #ffffff;
  text-shadow: 0 2px 30px rgba(0,0,0,0.5);
}

.hero-title span {
  color: #ff6b7a;
  display: block;
}

.hero-description {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.82);
  line-height: 1.8;
  margin-bottom: 44px;
  max-width: 580px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* Floating metrics cards */
.hero-metrics-floating {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-shrink: 0;
}

.metric-card {
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-md);
  padding: 24px 28px;
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 210px;
  transition: var(--transition);
  animation: floatCard 4s ease-in-out infinite;
}

.metric-card:nth-child(2) { animation-delay: 2s; }

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

.metric-card:hover {
  border-color: rgba(192, 24, 42, 0.5);
  background: rgba(192, 24, 42, 0.12);
}

.metric-icon {
  width: 52px;
  height: 52px;
  background: var(--grad-red);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.2rem;
  flex-shrink: 0;
  box-shadow: var(--shadow-red);
}

.metric-info { display: flex; flex-direction: column; }

.metric-num {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  font-weight: 900;
  color: #ff8899;
  line-height: 1;
}

.metric-label {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.65);
  margin-top: 4px;
  font-weight: 500;
}

/* Scroll indicator */
.scroll-down-indicator {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.scroll-down-indicator span {
  font-size: 0.65rem;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 600;
}

.mouse-icon {
  width: 26px;
  height: 42px;
  border: 2px solid rgba(255,255,255,0.35);
  border-radius: 13px;
  display: flex;
  justify-content: center;
  padding-top: 6px;
  animation: mouseBob 2s ease-in-out infinite;
}

@keyframes mouseBob {
  0%, 100% { transform: translateY(0); opacity: 1; }
  50% { transform: translateY(6px); opacity: 0.6; }
}

.wheel-scroll {
  width: 4px;
  height: 8px;
  background: var(--red-light);
  border-radius: 2px;
  animation: wheelRoll 2s ease-in-out infinite;
}

@keyframes wheelRoll {
  0% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(14px); opacity: 0; }
}

@media (max-width: 1024px) {
  .hero-container { flex-direction: column; padding-top: 120px; text-align: center; }
  .hero-metrics-floating { flex-direction: row; justify-content: center; }
  .metric-card { min-width: auto; flex: 1; }
  .hero-title { font-size: clamp(2.2rem, 8vw, 3.5rem); }
  .hero-actions { justify-content: center; }
  .hero-description { margin: 0 auto 40px; }
}

@media (max-width: 640px) {
  .hero-metrics-floating { flex-direction: column; }
  .metric-card { min-width: 100%; }
}

/* ΓöÇΓöÇ 9. BUTTONS ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 32px;
  border-radius: 50px;
  font-family: var(--font-heading);
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  border: none;
  text-decoration: none;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}

.btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.12);
  opacity: 0;
  transition: opacity 0.2s;
}
.btn:hover::before { opacity: 1; }

.btn-primary {
  background: var(--grad-red);
  color: #fff;
  box-shadow: var(--shadow-red);
}

.btn-primary:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 12px 40px var(--red-glow);
}

.btn-secondary {
  background: rgba(255,255,255,0.1);
  color: var(--text-white);
  border: 2px solid rgba(255,255,255,0.3);
}

.btn-secondary:hover {
  color: var(--text-white);
  border-color: var(--red-light);
  background: rgba(192, 24, 42, 0.2);
  transform: translateY(-2px);
}

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

.btn-outline:hover {
  background: var(--red-primary);
  color: #fff;
  transform: translateY(-2px);
}

.btn-white {
  background: #fff;
  color: var(--red-primary);
  box-shadow: var(--shadow-md);
}
.btn-white:hover { background: #f8f8f8; color: var(--red-dark); transform: translateY(-2px); }

.btn-glow { animation: btnGlow 3s ease-in-out infinite; }

@keyframes btnGlow {
  0%, 100% { box-shadow: var(--shadow-red); }
  50% { box-shadow: 0 8px 45px rgba(192, 24, 42, 0.6); }
}

.btn-full { width: 100%; }
.btn-lg { padding: 18px 42px; font-size: 1rem; }
.btn-sm { padding: 10px 22px; font-size: 0.82rem; }

/* ΓöÇΓöÇ 10. ABOUT / BRIEF OVERVIEW SECTION ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇ */
.about-section {
  background: var(--bg-white);
  border-top: 1px solid var(--border-light);
}

.image-box-wrapper { position: relative; }

.deco-box-back {
  position: absolute;
  inset: 20px -20px -20px 20px;
  background: var(--red-glow-sm);
  border: 1px solid var(--border-red);
  border-radius: var(--radius-lg);
}

.visual-img-container {
  position: relative;
  background: linear-gradient(135deg, #1a1d26, #0f1117);
  border: 1px solid var(--border-dark);
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.industrial-svg-graphic {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  font-size: 4rem;
  padding: var(--space-card);
  width: 100%;
  position: relative;
  min-height: 280px;
}

.spinning-gear-1 {
  color: var(--red-primary);
  animation: spinCW 8s linear infinite;
  font-size: 5rem;
}

.spinning-gear-2 {
  color: #555;
  animation: spinCCW 6s linear infinite;
  font-size: 3.5rem;
  position: absolute;
  top: 30%;
  right: 20%;
}

.shield-glow-badge {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  color: var(--red-light);
  font-size: 2.5rem;
  animation: shieldPulse 3s ease-in-out infinite;
  filter: drop-shadow(0 0 15px var(--red-glow));
}

@keyframes spinCW { to { transform: rotate(360deg); } }
@keyframes spinCCW { to { transform: rotate(-360deg); } }
@keyframes shieldPulse {
  0%, 100% { filter: drop-shadow(0 0 10px var(--red-glow)); transform: translateX(-50%) scale(1); }
  50% { filter: drop-shadow(0 0 25px var(--red-glow)); transform: translateX(-50%) scale(1.1); }
}

.visual-overlay-card {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(10,12,16,0.95), transparent);
  padding: 24px 20px 16px;
  text-align: center;
}

.overlay-title {
  display: block;
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--red-light);
}
.overlay-subtitle { font-size: 0.8rem; color: rgba(255,255,255,0.6); }

.about-content { display: flex; flex-direction: column; gap: 20px; }
.about-text { font-size: 0.95rem; color: var(--text-body); line-height: 1.8; }

.about-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 400px), 1fr));
  gap: 12px;
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--bg-section);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-sm);
  padding: 12px 16px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-body);
  transition: var(--transition);
}

.stat-item:hover { border-color: var(--border-red); color: var(--text-dark); background: var(--red-glow-sm); }
.stat-item .text-highlight, .stat-item i { color: var(--red-primary); flex-shrink: 0; }

/* ΓöÇΓöÇ 11. STATS COUNTER SECTION ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇ */
.stats-section {
  background: var(--grad-red);
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}

.stats-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 50px 50px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
  gap: 40px;
  position: relative;
  z-index: 1;
}

.stat-counter-item {
  text-align: center;
  color: #fff;
  padding: 20px;
  position: relative;
}

.stat-counter-item::after {
  content: '';
  position: absolute;
  right: 0;
  top: 20%;
  bottom: 20%;
  width: 1px;
  background: rgba(255,255,255,0.2);
}

.stat-counter-item:last-child::after { display: none; }

.stat-counter-num {
  font-family: var(--font-heading);
  font-size: 3.2rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  display: block;
}

.stat-counter-suffix {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  font-weight: 900;
  color: rgba(255,255,255,0.7);
}

.stat-counter-label {
  display: block;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.8);
  font-weight: 500;
  margin-top: 8px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.stat-counter-icon {
  font-size: 2rem;
  color: var(--red-primary);
  margin-bottom: 12px;
  display: block;
}

@media (max-width: 900px) {
  .stats-grid { grid-template-columns: repeat(auto-fit, minmax(min(100%, 350px), 1fr)); }
  .stat-counter-item::after { display: none; }
}
@media (max-width: 480px) {
  .stats-grid { grid-template-columns: repeat(auto-fit, minmax(min(100%, 400px), 1fr)); gap: 20px; }
}

/* ΓöÇΓöÇ 12. WHY SECTION ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇ */
.why-section {
  background: var(--bg-section);
  position: relative;
  overflow: hidden;
}

.why-feature-stack { display: flex; flex-direction: column; gap: 24px; }

.why-card {
  background: var(--bg-white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: 24px;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.why-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: var(--red-glow-sm);
  transition: width 0.4s var(--ease);
  z-index: 0;
}
.why-card > * { position: relative; z-index: 1; }

.why-card:hover {
  border-color: var(--border-red);
  transform: translateX(6px);
  box-shadow: var(--shadow-md);
}
.why-card:hover::before { width: 4px; background: var(--red-primary); }

.why-icon-right, .why-icon-left {
  width: 50px;
  height: 50px;
  background: var(--grad-red);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 16px;
  transition: var(--transition);
  box-shadow: var(--shadow-red);
}

.why-card:hover .why-icon-right,
.why-card:hover .why-icon-left {
  transform: scale(1.1) rotate(-5deg);
}

.why-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--text-dark);
}
.why-body { font-size: 0.875rem; color: var(--text-muted); line-height: 1.7; }

.why-center-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 30px 0;
}

.rotating-glow-ring {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: var(--red-primary);
  border-right-color: var(--red-light);
  animation: spinCW 4s linear infinite;
}

.badge-inner-core {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(192,24,42,0.2) 0%, rgba(255,255,255,0.9) 70%);
  border: 2px solid var(--border-red);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 0 40px var(--red-glow), inset 0 0 30px rgba(192,24,42,0.1);
  z-index: 1;
}

.core-text-large {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--red-primary);
  line-height: 1;
}
.core-text-small { font-size: 0.75rem; color: var(--text-muted); font-weight: 600; }

/* ΓöÇΓöÇ 13. SERVICES SECTION ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇ */
.services-section {
  background: var(--bg-white);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  gap: 28px;
}

.service-card {
  background: var(--bg-white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  cursor: pointer;
  box-shadow: var(--shadow-sm);
}

.service-card:hover {
  border-color: var(--border-red);
  transform: translateY(-10px);
  box-shadow: var(--shadow-lg), 0 0 40px var(--red-glow-sm);
}

.service-icon-wrapper {
  position: relative;
  height: 200px;
  overflow: hidden;
  background: var(--bg-section);
}

.service-icon {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cms-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease);
}

.service-card:hover .cms-card-image { transform: scale(1.1); }

.service-icon i { font-size: 3.5rem; color: var(--red-primary); }

.service-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(10,12,16,0.7) 100%);
  opacity: 0;
  transition: var(--transition);
}
.service-card:hover .service-overlay { opacity: 1; }

.service-card > .service-title,
.service-card > .service-body,
.service-card > .service-bullet-list,
.service-card > h3,
.service-card > p,
.service-card > ul { padding: 0 22px; }

.service-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text-dark);
  padding: 20px 22px 8px !important;
  line-height: 1.3;
}

.service-body {
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.7;
  padding-bottom: 16px !important;
  flex: 1;
}

.service-bullet-list {
  border-top: 1px solid var(--border-light);
  padding-top: 14px !important;
  padding-bottom: 20px !important;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.service-bullet-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.82rem;
  color: var(--text-body);
}

.service-bullet-list li::before {
  content: '\2714';
  color: var(--orange-primary);
  font-size: 0.6rem;
  flex-shrink: 0;
  margin-top: 3px;
}

@media (max-width: 960px) { .services-grid { grid-template-columns: repeat(auto-fit, minmax(min(100%, 350px), 1fr)); } }
@media (max-width: 600px) { .services-grid { grid-template-columns: 1fr; } }

/* ΓöÇΓöÇ 14. INDUSTRIES SECTION ΓÇö SWIPER CAROUSEL ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇ */
.industries-section {
  background: var(--bg-section);
}

/* Osmo Title Alignment */
.osmo-header-container {
  text-align: center;
  width: 100%;
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
}

.osmo-massive-title {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

/* Swiper carousel wrapper */
.swiper-industries {
  overflow: hidden;
  padding-top: 80px !important;
  padding-bottom: 120px !important;
  margin-top: 20px;
}

.swiper-industries .swiper-wrapper {
  transition-timing-function: linear !important;
}

.swiper-industries .swiper-slide {
  border-radius: var(--radius-lg);
  overflow: hidden;
}

/* Industry card inside swiper */
.industry-swiper-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 3/2;
  cursor: pointer;
  display: block;
  text-decoration: none;
  border: 1px solid var(--border-light);
  transition: var(--transition);
}

.industry-swiper-card:hover {
  border-color: var(--color-brass);
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.industry-swiper-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease);
}

.industry-swiper-card:hover img { transform: scale(1.1); }

.industry-swiper-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, var(--color-navy) 0%, rgba(33, 62, 96, 0.4) 60%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  transition: background 0.3s;
}

.industry-swiper-card:hover .industry-swiper-overlay {
  background: linear-gradient(0deg, var(--color-steel) 0%, rgba(148, 182, 239, 0.4) 60%, transparent 100%);
}

.industry-swiper-icon {
  width: 40px;
  height: 40px;
  background: var(--color-brass);
  border-radius: var(--radius-xs);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.9rem;
  margin-bottom: 10px;
  opacity: 0.8;
  transform: translateY(6px);
  transition: var(--transition);
  box-shadow: var(--shadow-md);
}
.industry-swiper-card:hover .industry-swiper-icon { opacity: 1; transform: translateY(0); }

.industry-swiper-name {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-white);
  margin-bottom: 5px;
}

.industry-swiper-desc {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Swiper navigation & pagination */
.swiper-pagination-bullet {
  background: var(--color-steel) !important;
  opacity: 0.4;
}
.swiper-pagination-bullet-active {
  opacity: 1 !important;
  width: 24px !important;
  border-radius: 3px !important;
}

.swiper-button-next,
.swiper-button-prev {
  color: var(--color-steel) !important;
  background: var(--bg-white);
  border-radius: 50%;
  width: 44px !important;
  height: 44px !important;
  box-shadow: var(--shadow-md);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 1rem !important;
  font-weight: 700;
}

/* Industries visual grid (for industries.html) */
.industries-visual-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  gap: 24px;
}

.industry-tile {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/3;
  cursor: pointer;
  display: block;
  text-decoration: none;
  border: 1px solid var(--border-light);
  transition: var(--transition);
}

.industry-tile:hover {
  border-color: var(--border-red);
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.industry-tile-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--ease);
}

.industry-tile:hover .industry-tile-img { transform: scale(1.08); }

.industry-tile-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(10,12,16,0.9) 0%, rgba(10,12,16,0.3) 60%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  transition: background 0.3s;
}

.industry-tile:hover .industry-tile-overlay {
  background: linear-gradient(0deg, rgba(10,12,16,0.96) 0%, rgba(192,24,42,0.18) 60%, rgba(10,12,16,0.3) 100%);
}

.industry-tile-icon {
  width: 44px;
  height: 44px;
  background: var(--grad-red);
  border-radius: var(--radius-xs);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
  margin-bottom: 12px;
  box-shadow: var(--shadow-red);
  transform: translateY(8px);
  opacity: 0.8;
  transition: var(--transition);
}

.industry-tile:hover .industry-tile-icon { transform: translateY(0); opacity: 1; }

.industry-tile-name {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text-white);
  margin-bottom: 6px;
}

.industry-tile-teaser {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.industry-tile-arrow {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.75rem;
  opacity: 0;
  transform: scale(0.8);
  transition: var(--transition);
}

.industry-tile:hover .industry-tile-arrow { opacity: 1; transform: scale(1); }

@media (max-width: 900px) { .industries-visual-grid { grid-template-columns: repeat(auto-fit, minmax(min(100%, 350px), 1fr)); } }
@media (max-width: 540px) { .industries-visual-grid { grid-template-columns: 1fr; } }

/* Industry filter buttons */
.industry-filters {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.filter-btn {
  padding: 10px 22px;
  border: 1px solid var(--border-light);
  border-radius: 50px;
  background: transparent;
  color: var(--text-muted);
  font-size: 0.85rem;
  font-weight: 600;
  font-family: var(--font-heading);
  cursor: pointer;
  transition: var(--transition);
}

.filter-btn:hover { border-color: var(--red-primary); color: var(--red-primary); background: var(--red-glow-sm); }
.filter-btn.active {
  background: var(--grad-red);
  border-color: transparent;
  color: #fff;
  box-shadow: var(--shadow-red);
}

/* ΓöÇΓöÇ 15. INDIVIDUAL INDUSTRY PAGE STYLES ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇ */
.inner-page-hero {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.inner-page-hero-bg {
  position: absolute;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.inner-page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10,12,16,0.92) 0%, rgba(10,12,16,0.7) 60%, rgba(192,24,42,0.18) 100%);
  z-index: 1;
}

.inner-page-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 50px 50px;
  z-index: 2;
  pointer-events: none;
}

.inner-page-hero-content {
  position: relative;
  z-index: 10;
  max-width: 1600px;
  margin: 0 auto;
  padding: 160px 24px 80px;
  width: 100%;
}

.industry-detail-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  margin-top: 60px;
}

.detail-content { color: var(--text-body); }

.breadcrumb-trail {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.6);
  margin-bottom: 20px;
}

.breadcrumb-trail a { color: rgba(255,255,255,0.6); }
.breadcrumb-trail a:hover { color: rgba(255,255,255,0.9); }
.breadcrumb-trail i { font-size: 0.65rem; color: var(--red-light); }

.page-hero-title {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 900;
  color: var(--text-white);
  line-height: 1.1;
  margin-bottom: 20px;
}

.page-hero-desc {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.75;
  max-width: 600px;
}

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

/* ΓöÇΓöÇ 16. CTA BANNER SECTION ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇ */
.cta-banner {
  position: relative;
  background: var(--bg-dark);
  padding: calc(var(--space-section) * 0.5) 0;
  overflow: hidden;
  text-align: center;
}

.cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(192,24,42,0.2) 0%, rgba(10,12,16,0.6) 50%, rgba(192,24,42,0.1) 100%);
  z-index: 0;
}

.cta-banner-bg {
  position: absolute;
  inset: 0;
  object-fit: cover;
  opacity: 0.15;
  z-index: 0;
}

.cta-banner .container { position: relative; z-index: 1; }

.cta-banner-title {
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 800;
  color: var(--text-white);
  margin-bottom: 16px;
  line-height: 1.2;
}

.cta-banner-desc {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.72);
  max-width: 560px;
  margin: 0 auto 36px;
  line-height: 1.7;
}

.cta-actions { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; }

/* ΓöÇΓöÇ 17. CLIENTS / PARTNERS SCROLLING TICKER ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇ */
.clients-section {
  background: var(--bg-white);
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
}

.clients-carousel-wrapper {
  overflow: hidden;
  position: relative;
  margin: 0 -24px;
}

.clients-carousel-wrapper::before,
.clients-carousel-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 1;
}

.clients-carousel-wrapper::before {
  left: 0;
  background: linear-gradient(to right, var(--bg-white), transparent);
}

.clients-carousel-wrapper::after {
  right: 0;
  background: linear-gradient(to left, var(--bg-white), transparent);
}

.clients-carousel {
  display: flex;
  gap: 48px;
  align-items: center;
  padding: 16px 0;
  animation: ticker 30s linear infinite;
  width: max-content;
}

.clients-carousel:hover { animation-play-state: paused; }

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

.client-logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  background: var(--bg-section);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text-muted);
  white-space: nowrap;
  transition: var(--transition);
  flex-shrink: 0;
}

.client-logo-card:hover {
  border-color: var(--border-red);
  color: var(--red-primary);
  background: var(--red-glow-sm);
}

.clients-section-header {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 36px;
}

/* ΓöÇΓöÇ 18. ROI CALCULATOR SECTION ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇ */
.calculator-section { background: var(--bg-section); }

.calculator-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 400px), 1fr));
  gap: 40px;
  align-items: start;
}

.calc-inputs-card,
.calc-results-card {
  background: var(--bg-white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 36px;
  box-shadow: var(--shadow-sm);
}

.calc-results-card { background: linear-gradient(135deg, #1a1d26, #111318); }

.input-group { margin-bottom: 28px; }

.input-group label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 10px;
}

.input-group label i { color: var(--red-primary); }

.calc-input {
  width: 100%;
  padding: 12px 16px;
  background: var(--bg-section);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-sm);
  font-size: 0.9rem;
  color: var(--text-dark);
  font-family: var(--font-body);
  transition: var(--transition);
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.calc-input:focus {
  outline: none;
  border-color: var(--red-primary);
  box-shadow: 0 0 0 3px var(--red-glow-sm);
}

.slider-label-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.slider-val {
  font-family: var(--font-heading);
  font-weight: 700;
  color: var(--red-primary);
  font-size: 0.9rem;
}

.calc-slider {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  height: 6px;
  border-radius: 3px;
  background: var(--bg-section);
  outline: none;
  cursor: pointer;
}

.calc-slider::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  background: var(--grad-red);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: var(--shadow-red);
  transition: var(--transition);
}

.calc-slider::-webkit-slider-thumb:hover { transform: scale(1.2); }

.slider-limits {
  display: flex;
  justify-content: space-between;
  font-size: 0.72rem;
  color: var(--text-muted);
  margin-top: 4px;
}

/* Results side */
.results-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
  gap: 10px;
}

.results-header h3 {
  color: var(--text-white);
  font-size: 1.1rem;
  font-weight: 700;
}

.calc-badge {
  background: rgba(192,24,42,0.2);
  border: 1px solid rgba(192,24,42,0.4);
  color: #ff8899;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 50px;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 400px), 1fr));
  gap: 20px;
  margin-bottom: 24px;
}

.metric-block { text-align: center; }
.metric-title { display: block; font-size: 0.75rem; color: rgba(255,255,255,0.55); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 8px; }
.metric-value {
  display: block;
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 900;
  color: var(--text-white);
  line-height: 1;
}
.metric-value.text-highlight { color: #ff6b7a; }
.metric-sub { display: block; font-size: 0.75rem; color: rgba(255,255,255,0.45); margin-top: 4px; }

.savings-summary-block {
  background: rgba(192,24,42,0.12);
  border: 1px solid rgba(192,24,42,0.3);
  border-radius: var(--radius-md);
  padding: 20px;
  margin-bottom: 24px;
  text-align: center;
}

.savings-label { font-size: 0.8rem; color: rgba(255,255,255,0.55); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 8px; }
.savings-amount {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  font-weight: 900;
  color: #ff6b7a;
  display: block;
  margin-bottom: 8px;
}
.savings-desc { font-size: 0.8rem; color: rgba(255,255,255,0.5); line-height: 1.6; }

.text-glow { text-shadow: 0 0 20px rgba(255,107,122,0.5); }
.text-highlight { color: #ff6b7a; }

.calc-actions { margin-top: 8px; }

@media (max-width: 768px) {
  .calculator-grid { grid-template-columns: 1fr; }
  .metric-row { grid-template-columns: repeat(auto-fit, minmax(min(100%, 400px), 1fr)); }
}

/* ΓöÇΓöÇ 19. TESTIMONIALS SECTION ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇ */
.testimonials-section {
  background: var(--bg-white);
}

.testimonial-card {
  background: var(--bg-white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 32px;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.testimonial-card::before {
  content: '"';
  position: absolute;
  top: -10px;
  left: 20px;
  font-size: 6rem;
  font-family: var(--font-heading);
  color: var(--red-glow-sm);
  line-height: 1;
  color: rgba(192,24,42,0.08);
  z-index: 0;
}

.testimonial-card:hover {
  border-color: var(--border-red);
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.testimonial-stars { color: #f59e0b; margin-bottom: 16px; font-size: 0.9rem; }
.testimonial-text { font-size: 0.9rem; color: var(--text-body); line-height: 1.75; margin-bottom: 20px; position: relative; z-index: 1; font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.testimonial-avatar { width: 46px; height: 46px; background: var(--grad-red); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-family: var(--font-heading); font-weight: 700; font-size: 1rem; flex-shrink: 0; }
.testimonial-name { font-family: var(--font-heading); font-size: 0.9rem; font-weight: 700; color: var(--text-dark); }
.testimonial-role { font-size: 0.75rem; color: var(--text-muted); }

/* ΓöÇΓöÇ 20. CONTACT SECTION ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇ */
.contact-section { background: var(--bg-section); }

.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 400px), 1fr));
  gap: 40px;
}

.contact-info-block { display: flex; flex-direction: column; gap: 28px; }

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.contact-info-icon {
  width: 52px;
  height: 52px;
  background: var(--grad-red);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.1rem;
  flex-shrink: 0;
  box-shadow: var(--shadow-red);
}

.contact-info-text h4 {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 4px;
}

.contact-info-text p, .contact-info-text a {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.6;
}

.contact-info-text a:hover { color: var(--red-primary); }

/* Contact Form */
.contact-form-wrapper {
  background: var(--bg-white);
  border-radius: var(--radius-lg);
  padding: var(--space-card);
  box-shadow: var(--shadow-md);
}

.form-group { margin-bottom: 20px; }
.form-group label {
  display: block;
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 8px;
}

.form-control {
  width: 100%;
  padding: 14px 18px;
  background: var(--bg-section);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-sm);
  font-size: 0.9rem;
  color: var(--text-dark);
  font-family: var(--font-body);
  transition: var(--transition);
  outline: none;
}

.form-control:focus {
  border-color: var(--red-primary);
  box-shadow: 0 0 0 3px var(--red-glow-sm);
  background: var(--bg-white);
}

textarea.form-control { resize: vertical; min-height: 120px; }

.form-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 400px), 1fr)); gap: 16px; }

.form-submit { width: 100%; padding: 16px; font-size: 1rem; font-family: var(--font-heading); font-weight: 700; border: none; cursor: pointer; }

.form-status { margin-top: 16px; padding: 12px 16px; border-radius: var(--radius-sm); font-size: 0.875rem; display: none; }
.form-status.success { background: rgba(16,185,129,0.1); border: 1px solid rgba(16,185,129,0.3); color: #065f46; display: block; }
.form-status.error { background: rgba(192,24,42,0.08); border: 1px solid var(--border-red); color: var(--red-primary); display: block; }

@media (max-width: 900px) {
  .contact-info-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
}

/* ΓöÇΓöÇ 21. FOOTER ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇ */
.main-footer {
  background: var(--color-navy);
  color: rgba(255,255,255,0.75);
  position: relative;
  overflow: hidden;
}

.main-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--color-brass);
}

.footer-top {
  padding: 70px 0 50px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 50px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  text-decoration: none;
}

.footer-logo .logo-icon {
  width: 44px;
  height: 44px;
  background: var(--color-brass);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #fff;
}

.footer-logo .logo-text { display: flex; flex-direction: column; }
.footer-logo .logo-title { font-family: var(--font-heading); font-size: 1rem; font-weight: 800; color: #fff; line-height: 1.1; }
.footer-logo .logo-subtitle { font-size: 0.6rem; font-weight: 600; letter-spacing: 0.15em; color: rgba(255,255,255,0.4); text-transform: uppercase; }

.footer-about-text {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.8;
  margin-bottom: 24px;
}

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

.social-links a {
  width: 38px;
  height: 38px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-xs);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.6);
  font-size: 0.85rem;
  transition: var(--transition);
}

.social-links a:hover {
  background: var(--color-brass);
  border-color: var(--color-brass);
  color: #fff;
  transform: translateY(-3px);
}

.footer-heading {
  font-family: var(--font-heading);
  font-size: 0.9rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.footer-heading svg {
  display: none !important;
}

.footer-nav-col ul li {
  margin-bottom: 10px;
}

.footer-nav-col ul li a {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.55);
  transition: var(--transition);
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-nav-col ul li a::before {
    content: '\203A';
    color: var(--color-brass);
    font-size: 1.1rem;
}

.footer-nav-col ul li a:hover { color: #fff; padding-left: 4px; }

.footer-loc-col { }

.footer-map-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--color-brass);
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 0.82rem;
  font-weight: 600;
  margin-top: 16px;
  transition: var(--transition);
  box-shadow: var(--shadow-red);
}

.footer-map-link:hover { color: #fff; transform: translateY(-2px); box-shadow: var(--shadow-md); }

.footer-contact-list { display: flex; flex-direction: column; gap: 12px; margin-top: 16px; }
.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.55);
}
.footer-contact-item i { color: var(--color-brass); margin-top: 2px; flex-shrink: 0; }
.footer-contact-item a { color: rgba(255,255,255,0.55); }
.footer-contact-item a:hover { color: #fff; }

.footer-bottom {
  padding: 22px 0;
  background: rgba(0,0,0,0.2);
}

.footer-bottom-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-bottom p {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.4);
}

.footer-legal-links {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-legal-links a {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.4);
  transition: var(--transition);
}
.footer-legal-links a:hover { color: rgba(255,255,255,0.8); }
.footer-legal-links span { color: rgba(255,255,255,0.2); }

@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: repeat(auto-fit, minmax(min(100%, 400px), 1fr)); gap: 40px; }
}
@media (max-width: 600px) {
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom-flex { flex-direction: column; text-align: center; }
}

/* ΓöÇΓöÇ 22. FLOATING WHATSAPP BUTTON ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇ */
.whatsapp-float-btn {
  position: fixed;
  bottom: 32px;
  right: 28px;
  width: 58px;
  height: 58px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.5rem;
  z-index: 5000;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  text-decoration: none;
  transition: var(--transition);
  animation: waPulse 2.5s ease-in-out infinite;
}

.whatsapp-float-btn:hover {
  color: #fff;
  transform: scale(1.12) translateY(-3px);
  box-shadow: 0 8px 30px rgba(37,211,102,0.55);
  animation-play-state: paused;
}

@keyframes waPulse {
  0%, 100% { box-shadow: 0 4px 20px rgba(37,211,102,0.4), 0 0 0 0 rgba(37,211,102,0.35); }
  50% { box-shadow: 0 4px 20px rgba(37,211,102,0.4), 0 0 0 12px rgba(37,211,102,0); }
}

/* ΓöÇΓöÇ 23. THEME CUSTOMIZER ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇ */
.theme-customizer-widget {
  position: fixed;
  left: 20px;
  bottom: 32px;
  z-index: 4999;
}

.customizer-toggle-btn {
  width: 50px;
  height: 50px;
  background: var(--grad-red);
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 1.1rem;
  cursor: pointer;
  box-shadow: var(--shadow-red);
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: rotatePalette 6s ease-in-out infinite;
}

@keyframes rotatePalette {
  0%, 100% { transform: rotate(0deg); }
  25% { transform: rotate(15deg); }
  75% { transform: rotate(-10deg); }
}

.customizer-toggle-btn:hover { transform: rotate(30deg) scale(1.1); }

.customizer-panel {
  position: absolute;
  bottom: 60px;
  left: 0;
  background: var(--bg-white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: 16px;
  width: 200px;
  box-shadow: var(--shadow-lg);
  display: none;
}

.customizer-panel.open { display: block; animation: slideUpPanel 0.3s var(--ease); }

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

.customizer-panel h4 {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--text-muted);
  margin-bottom: 12px;
}

.theme-options-grid {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.theme-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  background: var(--bg-section);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-sm);
  font-size: 0.82rem;
  font-weight: 600;
  font-family: var(--font-body);
  cursor: pointer;
  transition: var(--transition);
  color: var(--text-dark);
}

.theme-btn:hover, .theme-btn.active { border-color: var(--red-primary); background: var(--red-glow-sm); color: var(--red-primary); }

.color-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  flex-shrink: 0;
}

.color-dot.crimson { background: #c0182a; }
.color-dot.teal { background: #0d9488; }
.color-dot.orange { background: #e85d04; }
.color-dot.emerald { background: #2563eb; }
.color-dot.navy { background: #1e40af; }

/* ΓöÇΓöÇ 24. AMBIENT BACKGROUND BLOBS ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇ */
.ambient-blob {
  position: fixed;
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
  filter: blur(80px);
  opacity: 0.08;
}

.ambient-blob-1 {
  width: 500px;
  height: 500px;
  background: var(--red-primary);
  top: -200px;
  right: -200px;
  animation: blobMove1 20s ease-in-out infinite alternate;
}

.ambient-blob-2 {
  width: 400px;
  height: 400px;
  background: var(--red-dark);
  bottom: -100px;
  left: -100px;
  animation: blobMove2 25s ease-in-out infinite alternate;
}

@keyframes blobMove1 {
  0% { transform: translate(0,0) scale(1); }
  100% { transform: translate(-60px, 60px) scale(1.2); }
}

@keyframes blobMove2 {
  0% { transform: translate(0,0) scale(1); }
  100% { transform: translate(60px, -60px) scale(1.3); }
}

/* ΓöÇΓöÇ 25. SCROLL ANIMATIONS ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇ */
.fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}

.fade-in-up.visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-left {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}

.fade-in-left.visible {
  opacity: 1;
  transform: translateX(0);
}

.fade-in-right {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}

.fade-in-right.visible {
  opacity: 1;
  transform: translateX(0);
}

.slide-in-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
.slide-in-left.visible { opacity: 1; transform: translateX(0); }

/* Stagger children */
.stagger-children > *:nth-child(1) { transition-delay: 0.05s; }
.stagger-children > *:nth-child(2) { transition-delay: 0.15s; }
.stagger-children > *:nth-child(3) { transition-delay: 0.25s; }
.stagger-children > *:nth-child(4) { transition-delay: 0.35s; }
.stagger-children > *:nth-child(5) { transition-delay: 0.45s; }
.stagger-children > *:nth-child(6) { transition-delay: 0.55s; }

/* ΓöÇΓöÇ 26. LIGHT / DARK SECTION BACKGROUNDS ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇ */
.bg-white { background: var(--bg-white) !important; }
.bg-light { background: var(--bg-section) !important; }
.bg-dark { background: var(--bg-dark) !important; }
.bg-red { background: var(--red-primary) !important; }
.bg-slate { background: var(--bg-section) !important; }

/* ΓöÇΓöÇ 27. SERVICES PAGE PROCESS SECTION ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇ */
.process-section { background: var(--bg-section); }

.process-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}

.process-steps::before {
  content: '';
  position: absolute;
  left: 32px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--red-primary), transparent);
}

.process-step {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  padding: 28px 0;
  border-bottom: 1px solid var(--border-light);
  position: relative;
}

.process-step:last-child { border-bottom: none; }

.step-num {
  width: 64px;
  height: 64px;
  background: var(--grad-red);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-size: 1.3rem;
  font-weight: 900;
  color: #fff;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  box-shadow: var(--shadow-red);
}

.step-content { flex: 1; padding-top: 12px; }
.step-title { font-size: 1.05rem; font-weight: 700; color: var(--text-dark); margin-bottom: 8px; }
.step-desc { font-size: 0.875rem; color: var(--text-muted); line-height: 1.7; }

/* ΓöÇΓöÇ 28. INNER PAGE HEADER AREA ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇ */
.page-inner-hero {
  background: var(--grad-red);
  padding: 100px 0 60px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.page-inner-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 40px 40px;
}

.page-inner-hero .container { position: relative; z-index: 1; }

.page-inner-title {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 900;
  color: #fff;
  margin-bottom: 16px;
}

.page-inner-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.65);
}
.page-inner-breadcrumb a { color: rgba(255,255,255,0.65); }
.page-inner-breadcrumb a:hover { color: #fff; }
.page-inner-breadcrumb i { font-size: 0.6rem; color: rgba(255,255,255,0.4); }

/* ΓöÇΓöÇ 29. CMS TOOLBAR OVERRIDES ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇ */
.cms-toolbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 48px;
  background: #1a1d26;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  z-index: 10000;
  border-bottom: 2px solid var(--red-primary);
  font-size: 0.82rem;
  gap: 16px;
}

.cms-toolbar + * { margin-top: 48px; }

.cms-toolbar-left, .cms-toolbar-right { display: flex; align-items: center; gap: 12px; }

.cms-label {
  font-family: var(--font-heading);
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--text-light);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cms-btn {
  padding: 6px 16px;
  border-radius: var(--radius-xs);
  font-size: 0.78rem;
  font-weight: 600;
  cursor: pointer;
  border: none;
  font-family: var(--font-body);
  transition: var(--transition);
  display: flex;
  align-items: center;
  gap: 6px;
}

.cms-btn-primary { background: var(--red-primary); color: #fff; }
.cms-btn-primary:hover { background: var(--red-dark); }
.cms-btn-secondary { background: rgba(255,255,255,0.08); color: var(--text-light); border: 1px solid rgba(255,255,255,0.12); }
.cms-btn-secondary:hover { background: rgba(255,255,255,0.14); }
.cms-btn-danger { background: rgba(239,68,68,0.1); color: #f87171; border: 1px solid rgba(239,68,68,0.2); }
.cms-btn-danger:hover { background: rgba(239,68,68,0.2); }

/* Editable elements */
.editable {
  cursor: pointer;
  border-radius: 2px;
  transition: outline 0.15s;
  outline: 2px solid transparent;
}

body.is-admin .editable:hover {
  outline: 2px solid rgba(192,24,42,0.5);
  outline-offset: 2px;
}

.editable[contenteditable="true"] {
  outline: 2px solid var(--red-primary) !important;
  background: rgba(192,24,42,0.04);
  outline-offset: 2px;
  cursor: text;
}

/* CMS Modals */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.75);
  z-index: 11000;
  display: none;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(6px);
  padding: 24px;
}

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

.modal-box {
  background: var(--bg-white);
  border-radius: var(--radius-lg);
  max-width: 100vw;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: var(--shadow-lg);
  animation: modalFadeIn 0.3s var(--ease);
}

@keyframes modalFadeIn {
  from { opacity: 0; transform: scale(0.95) translateY(20px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}

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

.modal-header h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-dark);
}

.modal-close-btn {
  background: none;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
  color: var(--text-muted);
  padding: 4px;
  border-radius: var(--radius-xs);
  transition: var(--transition);
  display: flex;
  align-items: center;
}
.modal-close-btn:hover { color: var(--red-primary); background: var(--red-glow-sm); }

.modal-body { padding: 24px 28px; }
.modal-footer { padding: 16px 28px; border-top: 1px solid var(--border-light); display: flex; justify-content: flex-end; gap: 10px; }

/* Inbox table */
.inbox-table { width: 100%; border-collapse: collapse; }
.inbox-table th { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-muted); padding: 10px 14px; text-align: left; border-bottom: 1px solid var(--border-light); }
.inbox-table td { padding: 12px 14px; font-size: 0.82rem; color: var(--text-body); border-bottom: 1px solid var(--border-light); }
.inbox-table tr:hover td { background: var(--bg-section); }

/* Media grid */
.media-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 12px; }
.media-item { aspect-ratio: 4/3; border-radius: var(--radius-sm); overflow: hidden; border: 1px solid var(--border-light); cursor: pointer; transition: var(--transition); position: relative; }
.media-item:hover { border-color: var(--border-red); }
.media-item img { width: 100%; height: 100%; object-fit: cover; }
.media-upload-zone { border: 2px dashed var(--border-light); border-radius: var(--radius-sm); padding: 32px; text-align: center; cursor: pointer; transition: var(--transition); }
.media-upload-zone:hover { border-color: var(--red-primary); background: var(--red-glow-sm); }
.media-upload-zone i { font-size: 2rem; color: var(--text-muted); margin-bottom: 10px; display: block; }
.media-upload-zone p { font-size: 0.85rem; color: var(--text-muted); }

/* ΓöÇΓöÇ 30. LOGIN PAGE ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇ */
.login-page {
  min-height: 100vh;
  background: var(--bg-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.login-page::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 60% at 30% 30%, rgba(192,24,42,0.12) 0%, transparent 70%),
    radial-gradient(ellipse 50% 50% at 80% 80%, rgba(192,24,42,0.06) 0%, transparent 70%);
}

.login-card {
  background: var(--bg-white);
  border-radius: var(--radius-xl);
  padding: 48px;
  width: 100%;
  max-width: 440px;
  box-shadow: var(--shadow-lg);
  position: relative;
  z-index: 1;
  text-align: center;
}

.login-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
}

.login-logo-icon {
  width: 64px;
  height: 64px;
  background: var(--grad-red);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #fff;
  box-shadow: var(--shadow-red);
}

.login-logo h2 { font-size: 1.3rem; font-weight: 800; color: var(--text-dark); }
.login-logo p { font-size: 0.8rem; color: var(--text-muted); }

.login-title { font-size: 1.1rem; font-weight: 700; color: var(--text-dark); margin-bottom: 28px; }

/* ΓöÇΓöÇ 31. ABOUT PAGE TIMELINE ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇ */
.timeline { position: relative; padding-left: 40px; }
.timeline::before { content: ''; position: absolute; left: 12px; top: 0; bottom: 0; width: 2px; background: linear-gradient(to bottom, var(--red-primary), transparent); }

.timeline-item {
  position: relative;
  padding: 0 0 36px 28px;
}

.timeline-item::before {
  content: '';
  position: absolute;
  left: -8px;
  top: 6px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--red-primary);
  box-shadow: 0 0 0 4px rgba(192,24,42,0.15);
  z-index: 1;
}

.timeline-year { font-size: 0.75rem; font-weight: 700; color: var(--red-primary); text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 6px; }
.timeline-title { font-size: 1rem; font-weight: 700; color: var(--text-dark); margin-bottom: 8px; }
.timeline-desc { font-size: 0.875rem; color: var(--text-muted); line-height: 1.7; }

/* ΓöÇΓöÇ 32. RESPONSIVE CLEANUP ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇ */
@media (max-width: 480px) {
  .padding-y { padding: 56px 0; }
  .section-container, .container { padding: 0 16px; }
  .btn { padding: 12px 24px; }
  .hero-title { font-size: 2.2rem; }
  .hero-container { padding-top: 100px; padding-bottom: 70px; }
  .btn-lg { padding: 14px 28px; font-size: 0.9rem; }
}

/* ΓöÇΓöÇ 33. THEME VARIATIONS ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇ */
/* These override --red-* vars for alternate color themes */

body.theme-teal {
  --red-primary:   #0d9488;
  --red-dark:      #0a7a70;
  --red-light:     #14b8a6;
  --red-glow:      rgba(13,148,136,0.3);
  --red-glow-sm:   rgba(13,148,136,0.1);
  --grad-red:      linear-gradient(135deg, #0d9488, #0a7a70);
  --grad-red-light: linear-gradient(135deg, #14b8a6, #0d9488);
  --shadow-red:    0 8px 30px rgba(13,148,136,0.3);
  --border-red:    rgba(13,148,136,0.35);
}

body.theme-orange {
  --red-primary:   #e85d04;
  --red-dark:      #c24b03;
  --red-light:     #f48c06;
  --red-glow:      rgba(232,93,4,0.3);
  --red-glow-sm:   rgba(232,93,4,0.1);
  --grad-red:      linear-gradient(135deg, #e85d04, #c24b03);
  --grad-red-light: linear-gradient(135deg, #f48c06, #e85d04);
  --shadow-red:    0 8px 30px rgba(232,93,4,0.3);
  --border-red:    rgba(232,93,4,0.35);
}

body.theme-emerald {
  --red-primary:     #dc2626; /* Plasma Red */
  --red-dark:        #1e3a8a;
  --red-light:       #3b82f6;
  --red-glow:      rgba(5,150,105,0.3);
  --red-glow-sm:   rgba(5,150,105,0.1);
  --grad-red:        linear-gradient(135deg, #2563eb, #1e3a8a);
  --grad-red-light:  linear-gradient(135deg, #3b82f6, #2563eb);
  --shadow-red:    0 8px 30px rgba(5,150,105,0.3);
  --border-red:    rgba(5,150,105,0.35);
}


body.theme-crimson {
  /* Default ΓÇö no overrides needed */
}

/* Prevent scrollbar from jumping and color it natively */
html { 
  overflow-y: scroll; 
  scrollbar-color: rgba(148, 182, 239, 0.45) #213E60;
  color-scheme: dark;
}

/* Fix the white space forever by coloring the scrollbar track directly */
::-webkit-scrollbar {
  width: 14px;
}
::-webkit-scrollbar-track {
  background: #213E60;
}
::-webkit-scrollbar-thumb {
  background: rgba(148, 182, 239, 0.45);
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(148, 182, 239, 0.75);
}


/* Selection color */
::selection { background: var(--red-glow); color: var(--red-dark); }

/* ΓöÇΓöÇ TECH PARTICLE CANVAS ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇ */
.tech-particle-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  opacity: 0.4;
}

/* WhatsApp label */
.whatsapp-float-label {
  display: none;
  font-size: 0.78rem;
  font-weight: 600;
  white-space: nowrap;
}

/* ΓöÇΓöÇ CMS ADMIN TOOLBAR (legacy class) ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇ */
.cms-admin-toolbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 48px;
  background: #1a1d26;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  z-index: 10000;
  border-bottom: 2px solid var(--red-primary);
  font-size: 0.82rem;
  gap: 16px;
}

.toolbar-status { display: flex; align-items: center; gap: 10px; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.status-dot.green { background: #22c55e; animation: pulseDot 2s infinite; }
.status-text { font-size: 0.78rem; color: rgba(255,255,255,0.7); }
.toolbar-instructions { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,0.5); font-size: 0.75rem; }
.toolbar-actions { display: flex; align-items: center; gap: 8px; }

.tb-btn {
  padding: 6px 14px;
  border-radius: var(--radius-xs);
  font-size: 0.78rem;
  font-weight: 600;
  cursor: pointer;
  border: none;
  font-family: var(--font-body);
  transition: var(--transition);
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fff;
}

.tb-btn-save { background: var(--red-primary); }
.tb-btn-save:hover { background: var(--red-dark); }
.tb-btn-reset { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.1); }
.tb-btn-reset:hover { background: rgba(255,255,255,0.15); }
.tb-btn-logout { background: rgba(239,68,68,0.1); color: #f87171; border: 1px solid rgba(239,68,68,0.2); }
.tb-btn-logout:hover { background: rgba(239,68,68,0.2); }

/* ΓöÇΓöÇ CMS MEDIA MODAL ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇ */
.cms-media-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.8);
  z-index: 12000;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(8px);
  padding: 24px;
}
.cms-media-modal.open { display: flex; }

.media-modal-card {
  background: var(--bg-white);
  border-radius: var(--radius-lg);
  max-width: 600px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: var(--shadow-lg);
  animation: modalFadeIn 0.3s var(--ease);
}

.modal-tab-container { display: flex; gap: 8px; margin-bottom: 20px; border-bottom: 1px solid var(--border-light); padding-bottom: 12px; }
.modal-tab { padding: 8px 16px; border-radius: 50px; background: none; border: 1px solid var(--border-light); font-size: 0.82rem; font-weight: 600; cursor: pointer; transition: var(--transition); color: var(--text-muted); }
.modal-tab.active { background: var(--grad-red); border-color: transparent; color: #fff; }

.modal-tab-content { display: none; }
.modal-tab-content.active { display: block; }

.drag-drop-area { border: 2px dashed var(--border-light); border-radius: var(--radius-sm); padding: 32px; text-align: center; cursor: pointer; transition: var(--transition); }
.drag-drop-area:hover { border-color: var(--red-primary); background: var(--red-glow-sm); }
.drag-icon { font-size: 2rem; color: var(--text-muted); margin-bottom: 12px; display: block; }
.drag-drop-area p { font-size: 0.85rem; color: var(--text-muted); margin-bottom: 6px; }
.drag-drop-area span { color: var(--red-primary); font-weight: 600; }
.file-limits { font-size: 0.72rem; color: var(--text-muted); }

.file-preview-area { display: flex; align-items: center; gap: 16px; padding: 16px; background: var(--bg-section); border-radius: var(--radius-sm); }
.file-preview-area img { width: 80px; height: 60px; object-fit: cover; border-radius: var(--radius-xs); }
.preview-info { flex: 1; }
.preview-info span { font-size: 0.82rem; color: var(--text-body); display: block; margin-bottom: 8px; }
.btn-remove-preview { background: rgba(239,68,68,0.1); border: none; color: #ef4444; padding: 6px 12px; border-radius: var(--radius-xs); font-size: 0.78rem; cursor: pointer; display: flex; align-items: center; gap: 6px; }

.icon-instruction { font-size: 0.82rem; color: var(--text-muted); margin-bottom: 16px; }
.icon-picker-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(60px, 1fr)); gap: 10px; }
.icon-option { display: flex; flex-direction: column; align-items: center; gap: 4px; padding: 10px 8px; border: 1px solid var(--border-light); border-radius: var(--radius-sm); cursor: pointer; transition: var(--transition); }
.icon-option:hover { border-color: var(--border-red); background: var(--red-glow-sm); color: var(--red-primary); }
.icon-option.active { border-color: var(--red-primary); background: var(--red-glow-sm); color: var(--red-primary); }
.icon-option i { font-size: 1.3rem; }
.icon-option span { font-size: 0.62rem; color: var(--text-muted); }

.modal-close {
  background: none;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
  color: var(--text-muted);
  padding: 4px;
  border-radius: var(--radius-xs);
  transition: var(--transition);
}
.modal-close:hover { color: var(--red-primary); background: var(--red-glow-sm); }

/* Inbox table */
.inbox-table { width: 100%; border-collapse: collapse; }
.inbox-table th { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-muted); padding: 10px 14px; text-align: left; border-bottom: 1px solid var(--border-light); }
.inbox-table td { padding: 12px 14px; font-size: 0.82rem; color: var(--text-body); border-bottom: 1px solid var(--border-light); }
.inbox-table tr:hover td { background: var(--bg-section); }

/* ΓöÇΓöÇ ENGAGING MOTION & 3D EFFECTS ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇ */
/* Smooth cubic bezier for premium feel */
:root {
  --ease-spring: cubic-bezier(0.175, 0.885, 0.32, 1.15); /* Slight bounce */
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
}

/* Staggered Reveal Animation */
.reveal-up {
  opacity: 0;
  transform: translateY(40px) scale(0.98);
  transition: opacity 1.2s var(--ease-out-expo), transform 1.2s var(--ease-out-expo);
  will-change: opacity, transform;
}
.reveal-up.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }
.reveal-delay-5 { transition-delay: 0.5s; }

/* 3D Tilt Card */
.tilt-card {
  transform-style: preserve-3d;
  transform: perspective(1000px);
  will-change: transform;
}
.tilt-card-inner {
  transform: translateZ(850px); /* Lifts content off the card for parallax depth */
}

/* Infinite Marquee Ticker */
.marquee-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 1.5rem 0;
  background: var(--color-navy);
  border-top: none;
  border-bottom: none;
  display: flex;
  white-space: nowrap;
}
.marquee-content {
  display: flex;
  animation: scrollMarquee 25s linear infinite;
  align-items: center;
  gap: 3rem;
  padding-right: 3rem;
}
.marquee-item {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--color-navy);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: var(--transition);
}
.marquee-item i {
  color: var(--color-navy);
  font-size: 1rem;
  -webkit-text-stroke: 0;
}
.marquee-item:hover {
  -webkit-text-stroke: 1px var(--color-brass);
  color: var(--color-brass);
  text-shadow: 0 0 15px rgba(194, 165, 109, 0.4);
}

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

/* ΓöÇΓöÇ PREMIUM GLASSMORPHIC FORM (Contact Page) ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇ */
.glass-form-card {
  background: rgba(26, 29, 38, 0.6);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: var(--radius-lg);
  padding: var(--space-card);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255,255,255,0.1);
  position: relative;
  overflow: hidden;
}

/* Animated Glow behind form */
.glass-form-card::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(192, 24, 42, 0.08) 0%, transparent 50%);
  z-index: 0;
  pointer-events: none;
  animation: slowSpin 15s linear infinite;
}

.glass-form-card > * {
  position: relative;
  z-index: 1;
}

.glass-form-header {
  margin-bottom: 30px;
  text-align: left;
}

/* Floating Labels */
.floating-group {
  position: relative;
  margin-bottom: 24px;
}
.floating-input, .floating-select, .floating-textarea {
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-sm);
  padding: 16px 20px;
  font-size: 1rem;
  color: #fff;
  font-family: var(--font-body);
  transition: all 0.3s ease;
  outline: none;
}
.floating-textarea {
  min-height: 120px;
  resize: vertical;
}
.floating-label {
  position: absolute;
  left: 20px;
  top: 16px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 1rem;
  pointer-events: none;
  transition: 0.3s var(--ease-spring);
  background: transparent;
  padding: 0 4px;
}

/* Focus and Valid States */
.floating-input:focus, 
.floating-textarea:focus, 
.floating-select:focus {
  border-color: var(--red-primary);
  box-shadow: 0 0 0 4px rgba(192, 24, 42, 0.15);
  background: rgba(0, 0, 0, 0.5);
}

.floating-input:focus ~ .floating-label,
.floating-input:not(:placeholder-shown) ~ .floating-label,
.floating-textarea:focus ~ .floating-label,
.floating-textarea:not(:placeholder-shown) ~ .floating-label,
.floating-select:focus ~ .floating-label,
.floating-select:valid ~ .floating-label {
  top: -10px;
  left: 16px;
  font-size: 0.8rem;
  color: var(--red-primary);
  background: #15181f; /* Matches dark card bg to overlap border smoothly */
  border-radius: 4px;
  font-weight: 600;
}

.floating-select {
  appearance: none;
  cursor: pointer;
}

/* Glowing Submit Button */
.btn-magnetic {
  position: relative;
  overflow: hidden;
  transition: transform 0.2s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.btn-magnetic::after {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 50%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  transform: skewX(-20deg);
  transition: 0s;
}
.btn-magnetic:hover::after {
  animation: swipeShine 1s ease-out;
}
@keyframes swipeShine {
  100% { left: 200%; }
}

/* Premium Stat Cards (Contact Page) */
.premium-stat-card {
  background: linear-gradient(145deg, rgba(26,29,38,0.8), rgba(17,19,24,0.9));
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: var(--radius-lg);
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: transform 0.4s var(--ease-spring), box-shadow 0.4s ease;
  position: relative;
  overflow: hidden;
}
.premium-stat-card:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 15px 30px rgba(0,0,0,0.4), 0 0 20px rgba(192,24,42,0.15);
  border-color: rgba(192,24,42,0.4);
}
.premium-stat-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(192,24,42,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--red-primary);
  flex-shrink: 0;
}
.premium-stat-info h4 {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 4px;
  color: #fff;
}
.premium-stat-info p {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.6);
  margin: 0;
}

/* ΓöÇΓöÇ PRELOADER & HEAVY MOTION ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇ */
/* ΓöÇΓöÇ NETFLIX EXACT SPLIT CINEMATIC PRELOADER ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇ */
.heavy-preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s ease-in-out, visibility 0.4s;
}
.heavy-preloader.fade-out {
  opacity: 0;
  visibility: hidden;
}

.entire-logo {
  display: flex;
  align-items: center;
  font-family: var(--font-heading);
  font-size: clamp(5rem, 12vw, 9rem);
  font-weight: 900;
  animation: netflixRush 0.5s cubic-bezier(0.5, 0, 0.2, 1) 0.4s forwards;
}

.letter-a {
  color: var(--red-primary);
  text-shadow: 0 0 40px var(--red-glow), 0 0 80px var(--red-primary);
  opacity: 0;
  transform: scale(3);
  animation: dropIn 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.split-letters {
  display: flex;
  overflow: hidden;
  max-width: 0;
  opacity: 0;
  color: #fff;
  padding-left: 5px;
  animation: splitOpen 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.4s forwards;
}

.split-letters span {
  text-shadow: 0 0 20px rgba(255,255,255,0.5);
}

@keyframes dropIn {
  0% { transform: scale(3); opacity: 0; filter: blur(20px); }
  100% { transform: scale(1); opacity: 1; filter: blur(0); }
}

@keyframes splitOpen {
  0% { max-width: 0; opacity: 0; transform: translateX(-50px); filter: blur(10px); }
  20% { opacity: 1; filter: blur(0); }
  100% { max-width: 800px; opacity: 1; transform: translateX(0); }
}

@keyframes netflixRush {
  0% { transform: scale(1); opacity: 1; filter: blur(0); }
  100% { transform: scale(6) translateZ(850px); opacity: 0; filter: blur(25px); letter-spacing: 30px; }
}

/* ΓöÇΓöÇ CLIENT LOGO GRID ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇ */
.client-logo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
  padding: var(--space-card) 0;
}
.client-brand-card {
  background: var(--bg-card);
  border: 1px solid var(--border-dark);
  border-radius: var(--radius-sm);
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: var(--transition);
  filter: grayscale(100%) opacity(0.6);
  cursor: default;
}
.client-brand-card:hover {
  filter: grayscale(0%) opacity(1);
  transform: translateY(-5px);
  border-color: var(--border-red);
  box-shadow: 0 10px 20px rgba(0,0,0,0.3), inset 0 0 15px var(--red-glow-sm);
}
.client-brand-icon {
  font-size: 2rem;
  color: var(--red-primary);
}
.client-brand-text {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  color: #fff;
}

/* ΓöÇΓöÇ PARALLAX ABOUT IMAGE ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇ */
.about-premium-graphic {
  position: relative;
  width: 100%;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border-dark);
}
.about-premium-graphic::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10,12,16,0.9) 0%, transparent 60%);
  z-index: 1;
}
.about-premium-graphic img {
  width: 100%;
  height: auto;
  transform: scale(1.05);
  transition: transform 6s ease-out;
}
.about-premium-graphic:hover img {
  transform: scale(1);
}
.about-floating-badge {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: var(--bg-card);
  border: 1px solid var(--border-red);
  padding: 20px;
  border-radius: var(--radius-sm);
  z-index: 2;
  box-shadow: var(--shadow-md);
  animation: float 4s ease-in-out infinite;
}
@keyframes float {
  0% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
  100% { transform: translateY(0); }
}

/* ΓöÇΓöÇ PREMIUM PRODUCTS REDESIGN ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇ */
.premium-products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 32px;
  margin-top: 40px;
}
.premium-product-card {
  position: relative;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.premium-product-card:hover {
  transform: translateY(-8px);
  border-color: rgba(192, 24, 42, 0.4);
  box-shadow: 0 20px 40px rgba(0,0,0,0.4), 0 0 20px rgba(192, 24, 42, 0.1);
}
.premium-photo-area {
  height: 240px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.animated-gradient-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(125deg, #11131a, #1a1520, #221217);
  background-size: 200% 200%;
  animation: gradientFlow 8s ease infinite;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}
.premium-product-card:hover .animated-gradient-bg {
  transform: scale(1.08);
}
.placeholder-content {
  position: relative;
  z-index: 2;
  color: rgba(255, 255, 255, 0.2);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  transition: color 0.4s;
}
.premium-product-card:hover .placeholder-content {
  color: rgba(255, 255, 255, 0.5);
}
.placeholder-content i {
  font-size: 2.8rem;
}
.placeholder-content span {
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
}
.premium-product-number {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 3;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(8px);
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--red-primary);
  border: 1px solid rgba(192, 24, 42, 0.3);
}
.premium-card-body {
  padding: 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.premium-product-title {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 12px;
}
.premium-product-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: var(--grad-red);
  border-radius: 2px;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.premium-product-card:hover .premium-product-title::after {
  width: 100%;
}
.premium-sub-items {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}
.premium-sub-item-details {
  background: rgba(255,255,255,0.02);
  border-radius: 8px;
  border-left: 3px solid transparent;
  transition: background 0.3s, border-color 0.3s;
  overflow: hidden;
}
.premium-product-card:hover .premium-sub-item-details {
  border-left-color: rgba(192, 24, 42, 0.4);
  background: rgba(255,255,255,0.04);
}
.premium-sub-item-details summary {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  list-style: none;
  user-select: none;
}
.premium-sub-item-details summary::-webkit-details-marker {
  display: none;
}
.premium-sub-item-details summary > span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.accent-icon {
  font-size: 0.85rem;
  color: var(--red-primary);
}
.premium-sub-item-details summary strong {
  color: #d1d5db;
  font-size: 0.9rem;
}
.dropdown-icon {
  color: #8a93a8;
  font-size: 0.8rem;
  transition: transform 0.3s ease;
}
.premium-sub-item-details[open] .dropdown-icon {
  transform: rotate(180deg);
}
.sub-item-content {
  padding: 0 16px 16px 16px;
}
.sub-item-content p {
  color: #8a93a8;
  font-size: 0.82rem;
  line-height: 1.6;
  margin: 0;
  padding-left: 22px;
}
.premium-card-footer {
  margin-top: auto;
}
.small-btn {
  padding: 10px 16px;
  font-size: 0.85rem;
  width: 100%;
  text-align: center;
  display: block;
}
@keyframes gradientFlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
@media (max-width: 768px) {
  .premium-products-grid {
    grid-template-columns: 1fr;
  }
}

/* --- INDUSTRY PAGE REDESIGN --- */
.industry-detail-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    position: relative;
    z-index: 10;
}

.detail-main {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.detail-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    padding: var(--space-card);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.detail-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}

.detail-card-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--text-dark, #1a1a2e);
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid rgba(5, 150, 105, 0.2);
    display: flex;
    align-items: center;
    gap: 12px;
}

.detail-card-title i {
    color: var(--red-primary, #2563eb);
    font-size: 1.6rem;
}

.components-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 16px;
}

.component-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: rgba(255, 255, 255, 1);
    padding: 16px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    font-weight: 500;
    color: #333;
    transition: all 0.2s ease;
}

.component-item:hover {
    background: var(--red-glow-sm, rgba(5, 150, 105, 0.1));
    border-color: var(--red-primary, #2563eb);
    transform: translateX(4px);
}

.component-item i {
    color: var(--red-primary, #2563eb);
    margin-top: 4px;
}

.process-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.process-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--bg-card, #1a1d26);
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.process-badge:hover {
    background: var(--red-primary, #2563eb);
    transform: translateY(-3px);
}

.detail-sidebar {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.sidebar-cta-card {
    background: linear-gradient(135deg, var(--red-primary, #2563eb), var(--red-dark, #1e3a8a));
    border-radius: 16px;
    padding: var(--space-card) 30px;
    color: #fff;
    text-align: center;
    box-shadow: 0 15px 40px rgba(5, 150, 105, 0.3);
}

.sidebar-cta-icon i {
    font-size: 3rem;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.9);
}

.sidebar-cta-title {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 16px;
}

.sidebar-cta-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 24px;
}

.sidebar-cta-card .btn-primary {
    background: #fff;
    color: var(--red-dark, #1e3a8a);
    font-weight: 700;
}

.sidebar-cta-card .btn-primary:hover {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.related-industries-card {
    background: rgba(255, 255, 255, 0.90);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
}

.related-industries-card h4 {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--text-dark, #1a1a2e);
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}

.related-industry-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    color: #444;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.2s ease;
    border: 1px solid transparent;
}

.related-industry-link:hover {
    background: rgba(5, 150, 105, 0.05);
    color: var(--red-primary, #2563eb);
  display: block;
}
@keyframes gradientFlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
@media (max-width: 768px) {
  .premium-products-grid {
    grid-template-columns: 1fr;
  }
}

/* --- INDUSTRY PAGE REDESIGN --- */
.industry-detail-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    position: relative;
    z-index: 10;
}

.detail-main {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.detail-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    padding: var(--space-card);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.detail-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}

.detail-card-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--text-dark, #1a1a2e);
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid rgba(5, 150, 105, 0.2);
    display: flex;
    align-items: center;
    gap: 12px;
}

.detail-card-title i {
    color: var(--red-primary, #2563eb);
    font-size: 1.6rem;
}

.components-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 16px;
}

.component-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: rgba(255, 255, 255, 1);
    padding: 16px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    font-weight: 500;
    color: #333;
    transition: all 0.2s ease;
}

.component-item:hover {
    background: var(--red-glow-sm, rgba(5, 150, 105, 0.1));
    border-color: var(--red-primary, #2563eb);
    transform: translateX(4px);
}

.component-item i {
    color: var(--red-primary, #2563eb);
    margin-top: 4px;
}

.process-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.process-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--bg-card, #1a1d26);
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.process-badge:hover {
    background: var(--red-primary, #2563eb);
    transform: translateY(-3px);
}

.detail-sidebar {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.sidebar-cta-card {
    background: linear-gradient(135deg, var(--red-primary, #2563eb), var(--red-dark, #1e3a8a));
    border-radius: 16px;
    padding: var(--space-card) 30px;
    color: #fff;
    text-align: center;
    box-shadow: 0 15px 40px rgba(5, 150, 105, 0.3);
}

.sidebar-cta-icon i {
    font-size: 3rem;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.9);
}

.sidebar-cta-title {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 16px;
}

.sidebar-cta-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 24px;
}

.sidebar-cta-card .btn-primary {
    background: #fff;
    color: var(--red-dark, #1e3a8a);
    font-weight: 700;
}

.sidebar-cta-card .btn-primary:hover {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.related-industries-card {
    background: rgba(255, 255, 255, 0.90);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
}

.related-industries-card h4 {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--text-dark, #1a1a2e);
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}

.related-industry-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    color: #444;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.2s ease;
    border: 1px solid transparent;
}

.related-industry-link:hover {
    background: rgba(5, 150, 105, 0.05);
    color: var(--red-primary, #2563eb);
    border-color: rgba(5, 150, 105, 0.1);
    transform: translateX(5px);
}

@media (max-width: 992px) {
    .industry-detail-grid {
        grid-template-columns: 1fr;
    }
}

/* --- COMPREHENSIVE RESPONSIVE OPTIMIZATION --- */
@media (max-width: 992px) {
    .padding-y { padding: clamp(40px, 6vw, 80px) 0; }
    .padding-y-sm { padding: var(--space-card) 0; }
    .section-title { font-size: clamp(1.6rem, 3.5vw, 2.2rem); }
    .hero-title, .inner-page-hero-title { font-size: clamp(2rem, 4vw, 3rem) !important; }
    .grid-2, .grid-3, .grid-4 { gap: 24px; }
    
    .detail-card { padding: 30px; }
    .sidebar-cta-card { padding: 30px 20px; }
}

@media (max-width: 768px) {
    .padding-y { padding: clamp(30px, 5vw, 60px) 0; }
    .section-title { font-size: 1.8rem; margin-bottom: 12px; }
    .hero-title { font-size: 2.2rem !important; }
    
    .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr !important; gap: 20px; }
    
    .detail-card { padding: 20px; border-radius: 12px; }
    .detail-card-title { font-size: 1.3rem; margin-bottom: 16px; padding-bottom: 12px; }
    
    .premium-modal-content { 
        width: 95%; 
        padding: 24px; 
        margin: 15% auto;
    }
    
    .footer-grid { grid-template-columns: 1fr; text-align: center; gap: 30px; }
    .footer-brand-col { align-items: center; }
    .footer-loc-col .footer-contact-item { justify-content: center; text-align: center; }
    
    .top-info-bar { display: none; }
    
    .process-badge { font-size: 0.8rem; padding: 8px 16px; }
}

@media (max-width: 480px) {
    .padding-y { padding: var(--space-card) 0; }
    .hero-title { font-size: 1.8rem !important; }
    .hero-description { font-size: 0.95rem; }
    
    .premium-modal-content { padding: 20px 16px; }
    .detail-card { padding: 16px; }
    .component-item { padding: 12px; font-size: 0.9rem; }
}

/* =========================================================================
   LIGHT THEME & MOBILE RESPONSIVE OVERRIDES
   ========================================================================= */

/* 1. Global Light Theme Backgrounds */
body, .main-footer, .hero-section {
    background-color: var(--bg-white);
}
.inner-page-hero, .section-dark, .features-grid, .about-section {
    background-color: var(--bg-section);
}

/* 2. Hero Typography Scaling & Background */
.hero-bg-image {
    display: none !important;
}
.hero-section {
    background: var(--grad-hero);
}
.hero-content h1:not(.hero-massive-headline), .hero-title {
    color: var(--text-dark);
}
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem !important;
        line-height: 1.1 !important;
    }
    .inner-page-hero h1 {
        font-size: 2.2rem !important;
    }
    .hero-tagline {
        font-size: 1.1rem !important;
    }
}

/* 3. Floating WhatsApp Button Safe Zone */
.whatsapp-float-btn {
    z-index: 9999;
}
@media (max-width: 768px) {
    .whatsapp-float-btn {
        bottom: 20px !important;
        right: 20px !important;
        width: 48px !important;
        height: 48px !important;
    }
    /* Add padding to footer to prevent overlap */
    .main-footer {
        padding-bottom: 70px;
    }
}

/* 4. Client Logo Grid (Marquee) Stacking Fix */
@media (max-width: 600px) {
    .client-logo-grid {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        padding-bottom: 20px !important;
        gap: 16px !important;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
    }
    .client-logo-item, .client-brand-card {
        flex: 0 0 auto;
        scroll-snap-align: center;
        width: 180px;
    }
    .client-logo-grid::-webkit-scrollbar {
        height: 6px;
    }
    .client-logo-grid::-webkit-scrollbar-thumb {
        background: var(--red-light);
        border-radius: 4px;
    }
}

/* 5. Swiper Arrows Overlapping Fix */
@media (max-width: 768px) {
    .swiper-button-next, .swiper-button-prev {
        display: none !important;
    }
}

/* 6. Products Header Dark Background */
.products-header-section {
    background: var(--grad-red) !important;
}
.products-header-section h1, .products-header-section p {
    color: #ffffff !important;
}


/* 7. Inner Pages Headers (Services, About, Industries, Products) */
@media (max-width: 1024px) {
    .inner-page-hero {
        background: var(--grad-red) !important;
        min-height: auto;
        padding: 120px 0 60px 0;
    }
    .inner-page-hero-bg, .inner-page-hero-overlay {
        display: none !important;
    }
    .inner-page-hero .hero-title, .inner-page-hero .hero-description {
        color: #ffffff !important;
    }
}

/* 8. Make sure body covers the canvas correctly */
body {
    background-color: transparent !important;
}
.hero-section {
    background: transparent !important;
}
/* Ensure the light gradient is on the body so the transparent canvas shows on top of it */
body::before {
    content: '';
    position: fixed;
    inset: 0;
    background: linear-gradient(to bottom right, #e6fcf0 0%, #ffffff 60%, #f0fdf4 100%);
    z-index: -2;
}

/* 9. Light Glassmorphic Floating Cards */
.floating-metrics-card {
    background: rgba(255, 255, 255, 0.8) !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05) !important;
}
.floating-metrics-card .metric-val {
    color: var(--text-dark) !important;
}
.floating-metrics-card .metric-label {
    color: var(--text-muted) !important;
}
.glass-form-card {
    background: rgba(255, 255, 255, 0.9) !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05) !important;
}
.glass-form-card h2, .glass-form-card p {
    color: var(--text-dark) !important;
}
.form-input {
    background: var(--bg-white) !important;
    color: var(--text-dark) !important;
    border: 1px solid var(--border-dark) !important;
}
.form-input::placeholder {
    color: var(--text-light) !important;
}

/* 10. Hero Light Theme Contrast Fixes */
.hero-description {
    color: var(--text-body) !important;
}
.btn-secondary {
    background: transparent !important;
    color: var(--text-dark) !important;
    border-color: rgba(0,0,0,0.2) !important;
}
.btn-secondary:hover {
    background: rgba(0,0,0,0.05) !important;
    color: var(--text-dark) !important;
}
.metric-num {
    color: var(--red-primary) !important;
}
.hero-title {
    text-shadow: none !important;
    -webkit-text-stroke: 0 !important;
}

/* 12. Scroll Down Indicator Contrast Fix */
.scroll-down-indicator span {
    color: var(--text-dark) !important;
}
.mouse-icon {
    border-color: rgba(0,0,0,0.5) !important;
}
.mouse-icon .wheel-scroll {
    background: var(--red-primary) !important;
}

/* 13. Footer Contrast Fix (Light Theme) */
.main-footer {
    color: var(--text-body) !important;
}
.footer-about-text, .footer-bottom p {
    color: var(--text-muted) !important;
}
.footer-heading {
    color: var(--text-dark) !important;
}
.footer-nav-col a, .footer-legal-links a {
    color: var(--text-body) !important;
}
.footer-nav-col a:hover, .footer-legal-links a:hover {
    color: var(--red-primary) !important;
}
.footer-contact-item i {
    color: var(--red-primary) !important;
}
.footer-contact-item span, .footer-contact-item a {
    color: var(--text-body) !important;
}
.footer-legal-links span {
    color: var(--text-muted) !important;
}

/* 14. Product Modal Restored CSS */
.product-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s var(--ease);
}
.product-modal-overlay.show { display: flex !important; opacity: 1 !important; pointer-events: all !important; }
.product-modal-box {
    background: var(--bg-white);
    border-radius: var(--radius-lg);
    width: 90%;
    max-width: 100vw;
    padding: 30px;
    position: relative;
    box-shadow: var(--shadow-lg);
    transform: translateY(20px);
    transition: transform 0.3s var(--ease);
    border: 1px solid var(--border-light);
    max-height: 90vh;
    overflow-y: auto;
}
.product-modal-overlay.show .product-modal-box {
    transform: translateY(0);
}
.modal-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: var(--text-muted);
    cursor: pointer;
    transition: var(--transition);
}
.modal-close-btn:hover {
    color: var(--red-primary);
}
.modal-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 20px;
    padding-right: 30px;
}
.modal-content {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-body);
}
.modal-content ul {
    list-style: none;
    margin-top: 15px;
}
.modal-content li {
    margin-bottom: 8px;
    padding-left: 24px;
    position: relative;
}
.modal-content li::before {
    content: '\f058';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: var(--red-primary);
    position: absolute;
    left: 0;
    top: 2px;
}





/* 15. Hero Canvas (Constellation) */


/* =========================================================================
   16. ULTRA-PREMIUM HERO SECTION (DARK INDUSTRIAL)
========================================================================= */
.premium-hero-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    box-sizing: border-box;
    /* Removed background and z-index so it doesn't block the Carousel */
}

.hero-split-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hero-panel-top,
.hero-panel-bottom {
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    background: var(--color-navy); /* Precise color grading from site theme */
    z-index: 10;
}

.hero-panel-top {
    top: 0;
}

.hero-panel-bottom {
    bottom: 0;
}

.hero-carousel-pin-wrapper {
    position: relative;
    width: 100%;
    min-height: 100vh;
}
.hero-carousel-pin-wrapper > .premium-hero-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 20;
    pointer-events: none; /* Allow clicks to pass through to the carousel underneath */
}
.hero-carousel-pin-wrapper > .industries-section {
    position: relative;
    z-index: 10;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 70px;
    will-change: transform, opacity;
    transform: translateZ(0);
    backface-visibility: hidden;
}

.hero-content {
    position: relative;
    z-index: 11;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 48px;
    pointer-events: none; /* Let clicks pass through to carousel */
}

/* Dynamic Render Layers for Scroll Animation */
.hero-clone-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-navy);
    z-index: 12; /* Sit directly above the original invisible hero */
    pointer-events: auto; /* Allow interactions on clones */
    will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
}

.hero-clone-top {
    clip-path: inset(0 0 50% 0);
}

.hero-clone-bottom {
    clip-path: inset(50% 0 0 0);
}

/* Restore the logo text next to logos on desktop */
.main-header .logo-text, 
.main-footer .logo-text {
    display: flex !important;
}

.main-header .logo-title,
.main-header .logo-subtitle,
.main-header .nav-menu a,
.main-header .contact-btn {
    color: var(--color-white) !important;
}

.main-header .logo-title,
.main-header .logo-subtitle,
.main-header .nav-menu a,
.main-header .contact-btn {
    color: var(--color-white) !important;
}

.premium-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.6;
}
.premium-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.4) 100%);
}

.premium-hero-content {
    position: relative;
    z-index: 10;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
    width: 100%;
    margin-top: -50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
@media (max-width: 991px) {
    .premium-hero-content {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.hero-content-left { max-width: 700px; }
.premium-tagline {
    display: inline-block;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 24px;
    padding: 8px 16px;
    background: rgba(220, 38, 38, 0.2);
    border-left: 3px solid #dc2626;
}
.premium-title {
    font-size: 5rem;
    font-weight: 900;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 24px;
    max-width: 800px;
    text-transform: uppercase;
}
.premium-desc {
    font-size: 1.25rem;
    color: #cbd5e1;
    line-height: 1.6;
    max-width: 600px;
    margin-bottom: 40px;
}
.premium-actions {
    display: flex;
    gap: 20px;
}
.btn-plasma {
    background: #dc2626;
    color: #fff;
    padding: 16px 32px;
    font-weight: 700;
    font-size: 1.1rem;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s;
    text-transform: uppercase;
}
.btn-plasma:hover {
    background: #b91c1c;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(220, 38, 38, 0.3);
}
.btn-outline-white {
    border: 2px solid rgba(255,255,255,0.3);
    color: #fff;
    padding: 16px 32px;
    font-weight: 700;
    font-size: 1.1rem;
    border-radius: 4px;
    transition: all 0.3s;
    text-transform: uppercase;
}
.btn-outline-white:hover {
    border-color: #fff;
    background: rgba(255,255,255,0.1);
}

/* SLEEK TRUST BAR */
.premium-trust-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255,255,255,0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 0;
    z-index: 10;
}
.trust-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0 40px;
}
.trust-icon {
    font-size: 2.5rem;
    color: #dc2626;
}
.trust-text {
    display: flex;
    flex-direction: column;
}
.trust-val {
    font-size: 1.5rem;
    font-weight: 800;
    color: #fff;
}
.trust-lbl {
    font-size: 0.85rem;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.trust-divider {
    width: 1px;
    height: 40px;
    background: rgba(255,255,255,0.1);
}

@media (max-width: 768px) {
    .premium-title { font-size: 3rem; }
    .premium-trust-bar {
        flex-direction: column;
        padding: 20px;
        gap: 20px;
    }
    .trust-divider { display: none; }
}


.logo-symbol img {
    border-radius: 4px;
    mix-blend-mode: normal;
}






/* 15. Modal Content Formatting */
.modal-item {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--border-light);
}
.modal-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.modal-item-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
    font-size: 1.1rem;
    color: var(--text-dark);
}
.modal-item-header i {
    color: var(--red-primary);
    font-size: 1.2rem;
}
.modal-item p {
    color: var(--text-light);
    font-size: 0.95rem;
    line-height: 1.6;
    padding-left: 30px;
    margin: 0;
}

/* Fallback for cached HTML using .active class */
.product-modal-overlay.active {
    display: flex !important;
    opacity: 1 !important;
    pointer-events: all !important;
}
.product-modal-overlay.active .product-modal-box {
    transform: translateY(0) !important;
}



/* Fix for mobile 'Request Desktop Site' overlay */
@media (max-width: 1600px) and (min-width: 901px) {
  .logo-title { font-size: 0.8rem !important; }
  .logo-subtitle { font-size: 0.55rem !important; }
  .nav-menu > ul { gap: 0 !important; flex-wrap: wrap !important; justify-content: flex-end; }
  .nav-link { font-size: 0.8rem !important; padding: 6px 8px !important; }
  .header-container { gap: 10px !important; }
  .nav-cta-btn { font-size: 0.8rem !important; padding: 8px 16px !important; }
}











.premium-product-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-bottom: 2px solid var(--red-primary);
    display: block;
}


/* =========================================
   ATSPL Desktop-Only Layout Fixes (v55)
   Applied ONLY to Desktop / Windows 
   ========================================= */
@media screen and (min-width: 1025px) {
  /* Slightly shrink overall desktop scaling */
  html { font-size: 14px; }

  /* Shrink hero content and trust cards for desktop */
  .premium-title { font-size: 3.5rem !important; margin-bottom: 16px !important; }
  .premium-desc { font-size: 1.05rem !important; margin-bottom: 24px !important; }
  .trust-val { font-size: 1.25rem !important; }
  .trust-lbl { font-size: 0.75rem !important; }
  .trust-icon { font-size: 2rem !important; }
  .trust-item { padding: 0 24px !important; }

  /* Restore company name */
  .main-header .logo-text, 
  .main-footer .logo-text {
    display: flex !important;
  }
  
  /* Increase logo size on desktop since the text is embedded in the image */
  .main-header .logo-symbol img {
    height: 46px !important;
    width: auto !important;
  }
  .main-footer .footer-logo img {
    height: 65px !important;
    width: auto !important;
  }
}


/* Laptop Intermediate Scaling (1024px to 1366px) */
@media screen and (min-width: 1025px) and (max-width: 1366px) {
  html { font-size: 14px; }
  .header-container { padding: 0 16px; }
  .nav-menu > ul { gap: 20px; }
  .premium-title { font-size: 3.5rem; }
  .hero-container { padding-top: 110px; padding-bottom: 80px; gap: 30px; }
}

/* =========================================
   ATSPL Mobile Layout Fixes (v66)
   Applied ONLY to Mobile (<= 768px)
   ========================================= */
@media screen and (max-width: 768px) {
  .main-header .logo-text,
  .main-footer .logo-text {
    display: flex !important;
  }
  .main-header .logo-symbol img {
    height: 35px !important;
  }
  .logo-text h1 {
    font-size: 0.85rem !important;
  }
  .logo-text p {
    font-size: 0.5rem !important;
    white-space: normal !important;
  }
  .premium-title {
    font-size: 2.0rem !important;
    margin-bottom: 12px !important;
  }
  .premium-desc {
    font-size: 0.8rem !important;
    margin-bottom: 20px !important;
  }
  .primary-btn, .outline-btn {
    padding: 10px 16px !important;
    font-size: 0.8rem !important;
  }
}


/* =========================================
   ATSPL Mobile Layout Fixes (v67)
   Applied ONLY to Mobile (<= 768px)
   ========================================= */
@media screen and (max-width: 768px) {
  /* Fix header logo text */
  .main-header .logo-text,
  .main-footer .logo-text {
    display: flex !important;
  }
  .main-header .logo-symbol img {
    height: 32px !important;
  }
  .logo-title {
    font-size: 0.70rem !important;
    line-height: 1.1 !important;
    white-space: normal !important;
  }
  .logo-subtitle {
    font-size: 0.5rem !important;
  }
  
  /* Fix hero section */
  .premium-title {
    font-size: 2.1rem !important;
    margin-bottom: 12px !important;
    line-height: 1.1 !important;
  }
  .premium-desc {
    font-size: 0.85rem !important;
    margin-bottom: 20px !important;
  }
  .hero-buttons {
    flex-direction: column !important;
    gap: 10px !important;
  }
  .primary-btn, .outline-btn {
    padding: 10px 16px !important;
    font-size: 0.8rem !important;
    width: 100% !important;
    justify-content: center !important;
  }
}



/* =========================================
   ATSPL Mobile Layout Fixes (v68)
   Applied ONLY to Mobile (<= 768px)
   ========================================= */
@media screen and (max-width: 768px) {
  /* Fix header logo text color and size */
  .main-header .logo-text,
  .main-footer .logo-text {
    display: flex !important;
  }
  .main-header .logo-symbol img {
    height: 32px !important;
  }
  .logo-title {
    font-size: 0.65rem !important;
    line-height: 1.1 !important;
    white-space: normal !important;
    color: #ffffff !important; /* MAKE VISIBLE AGAINST DARK BACKGROUND */
  }
  .logo-subtitle {
    font-size: 0.5rem !important;
    color: #cbd5e1 !important;
  }
  
  /* Fix hero section - make significantly smaller */
  .premium-tagline {
    font-size: 0.7rem !important;
    letter-spacing: 0.1em !important;
  }
  .premium-title {
    font-size: 1.6rem !important;
    margin-bottom: 12px !important;
    line-height: 1.15 !important;
  }
  .premium-desc {
    font-size: 0.8rem !important;
    margin-bottom: 20px !important;
    line-height: 1.4 !important;
  }
  .hero-buttons {
    flex-direction: column !important;
    gap: 10px !important;
  }
  .primary-btn, .outline-btn, .btn-plasma, .btn-outline-white {
    padding: 10px 16px !important;
    font-size: 0.8rem !important;
    width: 100% !important;
    justify-content: center !important;
    text-align: center !important;
  }
}


/* ---------- FIX: Mobile Section Header Alignment ---------- */
@media screen and (max-width: 1024px) {
  .section-header.text-left,
  .about-content .section-header {
    text-align: left !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .section-header.text-left .section-badge,
  .about-content .section-header .section-badge {
    margin-left: 0 !important;
    margin-right: auto !important;
    text-align: left !important;
  }
  .section-header.text-left .section-title,
  .about-content .section-header .section-title {
    text-align: left !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
}


/* ---------- FIX 3: About Overlay and Footer Fixes ---------- */
@media screen and (max-width: 1024px) {
  /* Prevent about visual container from stretching and causing overlap */
  .visual-img-container {
    aspect-ratio: auto !important;
    height: auto !important;
    padding-top: 40px !important;
    padding-bottom: 120px !important; /* Space for the overlay card */
    min-height: 250px !important;
  }
  .about-content {
    margin-top: 30px !important;
  }
  
  /* Fix Footer Contact Info Alignment */
  .footer-loc-col .footer-contact-item {
    justify-content: flex-start !important;
    text-align: left !important;
  }
  .footer-grid {
    text-align: left !important;
  }
  
  /* Ensure footer heading aligns left */
  .footer-heading {
    text-align: left !important;
  }
  .footer-nav-col ul li {
    text-align: left !important;
  }
  .footer-loc-col .footer-contact-item span, 
  .footer-loc-col .footer-contact-item a {
    text-align: left !important;
  }
  
  /* Make sure the logo is centered beautifully in footer */
  .main-footer .footer-logo {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
  .main-footer .footer-logo img {
    height: 90px !important;
  }
  
  /* Ensure contact item icon is aligned with text */
  .footer-contact-item i {
    margin-top: 5px !important;
  }
}




/* =============================================
   PURE CSS 3D RING CAROUSEL (DESKTOP)
============================================= */
@media screen and (min-width: 1025px) {
  .carousel-3d-container {
    width: 100%;
    height: 650px;
    padding-bottom: 40px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    perspective: 3000px;
    /* Increase perspective for depth */
    
  }

  .carousel-3d-slider {
    margin-top: -60px;
    width: 260px;
    height: 380px;
    position: absolute;
    transform-style: preserve-3d;
    
    z-index: 2;
    /* Tilt slightly so the whole circle is visible */
    /* Rotate around X to look down on it, rotate Z slightly if desired */
  }

  /* Pause the entire 3D carousel on hover so users can click 'View Details' */
  

  @keyframes autoRunRing {
    from {
      transform: perspective(3000px) rotateX(-8deg) rotateY(0deg);
    }
    to {
      transform: perspective(3000px) rotateX(-8deg) rotateY(-360deg);
    }
  }

  .carousel-3d-slider .item-3d {
    position: absolute;
    inset: 0 0 0 0;
    /* Spread the 15 items in a circle. 
       Radius = (width/2) / tan(PI/15) = 130 / 0.212 = 613px. Let's use 700px for spacing */
    transform: 
      rotateY(calc((var(--position) - 1) * (360 / var(--quantity)) * 1deg)) 
      translateZ(700px);
      
    /* Liquid glass overrides */
    
    /* iOS Liquid Glass Effect */
    background: linear-gradient(145deg, #1c2230, #0b0d14) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;

    /* backdrop-filter removed to fix 3D Z-sorting bug */
    
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3) !important;
    transition: border-color 0.4s ease, box-shadow 0.4s ease;
    border-radius: 12px;
  }

  /* Hover glow effect for individual cards */
  .carousel-3d-slider .item-3d:hover {
    z-index: 10 !important;
    border-color: rgba(230, 48, 34, 0.8) !important;
    box-shadow: 
      inset 0 0 30px rgba(230,48,34,0.2),
      0 40px 80px rgba(0,0,0,0.8) !important;
}

  /* Ensure card image has nice radius and fits */
  .carousel-3d-slider .premium-photo-area {
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
}

/* =============================================
   FALLBACK FOR MOBILE (GRID)
============================================= */
@media screen and (max-width: 1024px) {
  .carousel-3d-container {
    width: 100%;
  }
  .carousel-3d-slider {
    margin-top: -60px;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 30px !important;
    transform: none !important;
    animation: none !important;
    width: 100% !important;
    position: relative !important;
    height: auto !important;
  }
  .carousel-3d-slider .item-3d {
    position: relative !important;
    transform: none !important;
    inset: auto !important;
    width: 100% !important;
  }
}


/* Spline Viewer Mobile Safeguards */
@media (max-width: 768px) {
    .hero-3d-viewport-container {
        height: 350px !important; /* Consolidate height bounds on mobile screens */
    }
    /* Disable pointer events on the 3D frame overlay during scrolling phases if needed */
    spline-viewer {
        pointer-events: auto; 
    }
}


/* =========================================================================
   INDUSTRY SWIPER CARDS (Photo Background Style)
   ========================================================================= */
.industry-card {
  position: relative;
  height: 360px;
  border-radius: 12px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-color: #1e293b;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.industry-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}
.industry-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.85) 40%, rgba(0,0,0,0.2) 100%);
  z-index: 1;
}
.industry-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px 20px;
  z-index: 2;
}
.industry-icon-badge {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #1e3a8a, #2563eb);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
  margin-bottom: 12px;
  box-shadow: 0 4px 12px rgba(37,99,235,0.4);
}
.industry-card-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 8px 0;
  line-height: 1.3;
}
.industry-card-body {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* =========================================================================
   PREMIUM TYPOGRAPHY HERO REDESIGN (GSAP ScrollTrigger)
========================================================================= */

.hero-typography-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 0 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10;
    position: relative;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    padding: 0;
    font-size: 0.95rem;
    font-weight: 700;
    color: #000000;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.hero-massive-headline {
    font-size: clamp(2rem, 4.5vw, 4.5rem);
    font-weight: 900;
    line-height: 1.1;
    color: #FFFFFF;
    margin: 0 0 60px 0;
    letter-spacing: -0.5px;
    max-width: 1100px;
    text-transform: uppercase;
}

.hero-support-text {
    font-size: clamp(1rem, 1.2vw, 1.15rem);
    color: #FFFFFF;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 0 24px 0;
    font-weight: 500;
    text-transform: uppercase;
}

.hero-cta-wrapper {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
}

.hero-cta-primary {
    background: var(--red-primary) !important;
    color: #FFFFFF !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 36px;
    border-radius: 2px;
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
    transition: transform 0.3s ease, background 0.3s ease;
}

.hero-cta-primary i {
    margin-left: 12px;
}

.hero-cta-primary:hover {
    background: var(--red-light) !important;
    transform: translateY(-2px);
}

.hero-cta-secondary {
    background: transparent !important;
    color: #FFFFFF !important;
    border: 2px solid #FFFFFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 36px;
    border-radius: 2px;
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
    transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.hero-cta-secondary:hover {
    background: #FFFFFF !important;
    color: var(--color-navy) !important;
    border-color: var(--red-primary) !important;
    transform: translateY(-2px);
}


/* =========================================================================
   PREMIUM TYPOGRAPHY HERO REDESIGN (GSAP ScrollTrigger)
========================================================================= */

.hero-typography-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 0 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10;
    position: relative;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    padding: 0;
    font-size: 0.95rem;
    font-weight: 700;
    color: #000000;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.hero-massive-headline {
    font-size: clamp(2rem, 4.5vw, 4.5rem);
    font-weight: 900;
    line-height: 1.1;
    color: #FFFFFF;
    margin: 0 0 60px 0;
    letter-spacing: -0.5px;
    max-width: 1100px;
    text-transform: uppercase;
}

.hero-support-text {
    font-size: clamp(1rem, 1.2vw, 1.15rem);
    color: #FFFFFF;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 0 24px 0;
    font-weight: 500;
    text-transform: uppercase;
}

.hero-cta-wrapper {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
}

.hero-cta-primary {
    background: var(--red-primary) !important;
    color: #FFFFFF !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 36px;
    border-radius: 2px;
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
    transition: transform 0.3s ease, background 0.3s ease;
}

.hero-cta-primary i {
    margin-left: 12px;
}

.hero-cta-primary:hover {
    background: var(--red-light) !important;
    transform: translateY(-2px);
}

.hero-cta-secondary {
    background: transparent !important;
    color: #FFFFFF !important;
    border: 2px solid #FFFFFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 36px;
    border-radius: 2px;
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
    transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.hero-cta-secondary:hover {
    background: #FFFFFF !important;
    color: var(--color-navy) !important;
    border-color: var(--red-primary) !important;
    transform: translateY(-2px);
}



/* Dynamic Render Layers for Scroll Animation */
.hero-clone-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-navy);
    z-index: 12; /* Sit directly above the original invisible hero */
    pointer-events: auto; /* Allow interactions on clones */
    will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
}

.hero-clone-layer::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image: 
        url('/uploads/engineering-atmosphere.svg'),
        radial-gradient(circle at 10% 20%, rgba(148, 182, 239, 0.14) 0%, transparent 55%),
        radial-gradient(circle at 90% 80%, rgba(230, 140, 58, 0.12) 0%, transparent 55%),
        linear-gradient(rgba(255, 255, 255, 0.012) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.012) 1px, transparent 1px);
    background-size: 
        cover,
        100% 100%, 
        100% 100%, 
        80px 80px, 
        80px 80px;
    background-position: 
        center,
        center, 
        center, 
        center, 
        center;
    background-repeat: 
        no-repeat,
        no-repeat,
        no-repeat,
        repeat,
        repeat;
}

.hero-clone-top {
    clip-path: inset(0 0 50% 0);
}

.hero-clone-bottom {
    clip-path: inset(50% 0 0 0);
}


.hero-carousel-pin-wrapper { background: var(--color-navy) !important; }


/* Trust Bar Styles added by AI Audit */
.static-trust-bar {
    background: var(--bg-light);
    border-top: 1px solid var(--border-light);
    border-bottom: 1px solid var(--border-light);
    padding: 24px 0;
    width: 100%;
}
.static-trust-bar .trust-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    padding: 0 20px;
}
.static-trust-bar .trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #0F172A;
}
.static-trust-bar .trust-item i {
    color: var(--red-primary);
}
@media (max-width: 768px) {
    .static-trust-bar .trust-container {
        justify-content: center;
        text-align: center;
    }
}

/* Hero Inline Trust Strip - Normal Flow */
.hero-inline-trust {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 24px;
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    flex-wrap: wrap;
    width: 100%;
}
.hero-inline-trust .trust-pill {
    display: flex;
    align-items: center;
    gap: 8px;
}
.hero-inline-trust i {
    color: var(--red-primary); /* Premium orange to match CTA */
}
.hero-inline-trust .trust-divider {
    color: var(--red-primary);
}
/* =========================================
   REAL WORK GALLERY SECTION
   ========================================= */
.gallery-section {
    background-color: var(--navy-primary);
    position: relative;
    z-index: 10;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 40px;
}

.gallery-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    background-color: var(--navy-darker);
    aspect-ratio: 4 / 3;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    display: block;
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(10, 25, 47, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-overlay i {
    color: var(--white);
    font-size: 2rem;
    transform: scale(0.8);
    transition: transform 0.3s ease;
}

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

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-item:hover .gallery-overlay i {
    transform: scale(1);
}

/* Lightbox Modal */
.lightbox-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    inset: 0;
    background-color: rgba(10, 25, 47, 0.95);
    justify-content: center;
    align-items: center;
    padding: 20px;
    backdrop-filter: blur(5px);
}

.lightbox-content {
    max-width: 90%;
    max-height: 90vh;
    border-radius: 4px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    object-fit: contain;
}

.lightbox-close {
    position: absolute;
    top: 30px;
    right: 40px;
    color: var(--white);
    font-size: 40px;
    font-weight: 300;
    cursor: pointer;
    transition: color 0.3s ease;
}

.lightbox-close:hover {
    color: var(--orange-primary);
}

/* Gallery Responsiveness */
@media (max-width: 991px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }
    .lightbox-close {
        top: 15px;
        right: 20px;
    }
}

/* ==========================================================================
   HVOF / Premium Service Hero Enhancements (Applied globally to all services)
   ========================================================================== */
.inner-page-hero-overlay {
    background: linear-gradient(135deg, rgba(10,12,16,0.95) 0%, rgba(10,12,16,0.85) 50%, rgba(10,12,16,0.40) 100%) !important;
}
.inner-page-hero::after {
    opacity: 0.4;
}

.premium-badge-hvof {
    display: inline-flex;
    align-items: center;
    background: rgba(10, 25, 47, 0.75);
    border: 1px solid rgba(240, 146, 57, 0.45);
    color: #FFFFFF;
    padding: 8px 16px;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 2px;
    border-radius: 4px;
    margin-bottom: 20px;
    backdrop-filter: blur(4px);
}

.trust-tag {
    background: rgba(10, 25, 47, 0.60);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #FFFFFF;
    padding: 6px 12px;
    font-size: 0.85rem;
    border-radius: 4px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}
.trust-tag:hover {
    background: rgba(10, 25, 47, 0.85);
}

.hvof-btn-secondary {
    color: #FFFFFF !important;
    border: 1px solid rgba(255, 255, 255, 0.40) !important;
    background: transparent !important;
    transition: all 0.3s ease;
}
.hvof-btn-secondary:hover {
    border-color: var(--orange-primary) !important;
    box-shadow: 0 0 15px rgba(240, 146, 57, 0.2) !important;
    color: #FFFFFF !important;
    background: rgba(240, 146, 57, 0.05) !important;
}

.hvof-visual-anchor {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    z-index: 3;
    pointer-events: none;
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
}

.hvof-visual-anchor img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
    mix-blend-mode: luminosity;
    mask-image: linear-gradient(to right, transparent 0%, black 40%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 40%);
}

.hvof-depth-layer {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 75% 50%, rgba(255, 107, 0, 0.05) 0%, transparent 50%);
    z-index: 4;
    pointer-events: none;
}

@media (max-width: 991px) {
    .hvof-visual-anchor { 
        width: 100%; 
        opacity: 0.15; 
        mask-image: linear-gradient(to top, transparent 0%, black 100%); 
        -webkit-mask-image: linear-gradient(to top, transparent 0%, black 100%); 
    }
}

/* Mobile-only elements hidden by default on desktop viewports */
.mobile-trust-badge,
.mobile-hero-visual-container {
    display: none !important;
}

/* =========================================================================
   FOUC PREVENTION — Pre-initialize hero carousel sections
   The industries-section starts pushed down (matching GSAP fromTo start
   state) so the browser never renders it in the wrong position before
   JavaScript executes.
========================================================================= */
@media (min-width: 1024px) {
    .hero-carousel-pin-wrapper > .industries-section {
        transform: translateY(25vh) translateZ(0);
    }
    /* Once GSAP initializes, it will override this with its own transforms.
       This only matters for the <200ms window before app.js runs. */
}

