@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600;700;800&display=swap');

  /* --- FANCY PICTURE FRAMES --- */
  @keyframes frame-glow {
    0%, 100% { box-shadow: 0 0 20px rgba(0,61,122,0.35), 0 12px 40px rgba(221,18,24,0.2), inset 0 0 30px rgba(255,179,0,0.12); }
    50% { box-shadow: 0 0 35px rgba(255,179,0,0.3), 0 20px 50px rgba(0,61,122,0.25), inset 0 0 40px rgba(221,18,24,0.15); }
  }
  @keyframes shimmer {
    0% { background-position: -1000px 0; }
    100% { background-position: 1000px 0; }
  }
  /* Fancy Frame 1: Premium Glass & Glow */
  .fancy-frame-premium {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(0,61,122,0.12), rgba(255,179,0,0.08));
    padding: 3px;
    box-shadow: 0 0 28px rgba(0,61,122,0.3), 0 15px 50px rgba(221,18,24,0.15), inset 0 1px 0 rgba(255,255,255,0.3);
  }
  .fancy-frame-premium::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    background: linear-gradient(135deg, transparent, rgba(255,255,255,0.1), transparent);
    pointer-events: none;
    z-index: 1;
  }
  .fancy-frame-premium img {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    display: block;
  }
  /* Fancy Frame 2: Gradient Border Glow */
  .fancy-frame-gradient {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: #dd1218;
    background-size: 100% 100%;
    padding: 4px;
    animation: none;
  }
  .fancy-frame-gradient::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    background: linear-gradient(225deg, rgba(255,179,0,0.25), transparent, rgba(221,18,24,0.25));
    pointer-events: none;
    animation: frame-glow 4s ease-in-out infinite;
  }
  .fancy-frame-gradient img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    display: block;
  }
  /* Fancy Frame 3: Minimal Elegant */
  .fancy-frame-elegant {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 
      0 2px 8px rgba(0,0,0,0.1),
      0 8px 24px rgba(0,61,122,0.15),
      0 16px 48px rgba(221,18,24,0.12),
      inset 0 1px 0 rgba(255,255,255,0.5);
    border: 1px solid rgba(255,179,0,0.2);
    background: #f5f8fc;
  }
  .fancy-frame-elegant img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 17px;
    display: block;
  }
  /* Fancy Frame 4: Bold Modern with Corners */
  .fancy-frame-bold {
    position: relative;
    border-radius: 16px;
    overflow: visible;
    background: linear-gradient(135deg, #0052A3 0%, rgba(0,61,122,0.9) 100%);
    padding: 6px;
    box-shadow: 0 20px 60px rgba(0,61,122,0.3), 0 0 40px rgba(221,18,24,0.2);
  }
  .fancy-frame-bold::before {
    content: '';
    position: absolute;
    inset: 6px;
    border-radius: 13px;
    border: 2px solid #FF9800;
    opacity: 0.75;
    pointer-events: none;
  }
  .fancy-frame-bold img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
    display: block;
    position: relative;
    z-index: 1;
  }
  /* Fancy Frame 5: Floating Shadow */
  .fancy-frame-floating {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 
      0 4px 12px rgba(0,0,0,0.08),
      0 12px 32px rgba(0,61,122,0.18),
      0 24px 64px rgba(221,18,24,0.1);
    border: 1px solid rgba(255,179,0,0.15);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  .fancy-frame-floating:hover {
    transform: translateY(-8px);
    box-shadow: 
      0 8px 20px rgba(0,0,0,0.12),
      0 20px 48px rgba(221,18,24,0.22),
      0 40px 80px rgba(0,0,0,0.18);
  }
  .fancy-frame-floating img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 21px;
    display: block;
  }
  /* Universal Fancy frame for any image */
  img.fancy-image, .fancy-image-wrap {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 0 28px rgba(0,61,122,0.25), 0 12px 40px rgba(221,18,24,0.12);
    border: 1px solid rgba(255,179,0,0.18);
  }
  img.fancy-image {
    display: block;
  }
  /* Fancy frame for hero visual images */
  .parallax-img, .hero-visual img {
    border-radius: 20px !important;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(21,101,192,0.2), 0 2px 16px rgba(0,0,0,0.12) !important;
  }
  /* --- Modern Shapes for All About Widgets & Images --- */
  .mvv-card-modern, .pillars-grid .pillar-card, .split-image .about-img-modern-wrap, .parallax-banner .about-img-modern-wrap {
    position: relative;
    font-family: 'Open Sans', Arial, sans-serif;
  }
  .mvv-card-modern h3, .mvv-card-modern p, .mvv-card-modern ul, .pillars-grid .pillar-card h4, .pillars-grid .pillar-card p {
    font-family: 'Open Sans', Arial, sans-serif;
  }
  .about-img-modern-wrap {
    position: relative;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    border-radius: 24px;
    overflow: visible;
    background: linear-gradient(135deg, rgba(21,101,192,0.1), rgba(255,179,0,0.05));
    padding: 4px;
    box-shadow: 0 0 25px rgba(21,101,192,0.25), 0 15px 50px rgba(0,0,0,0.15), inset 0 1px 0 rgba(255,255,255,0.3);
  }
  .about-img-modern-wrap::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    background: linear-gradient(135deg, transparent, rgba(255,255,255,0.1), transparent);
    pointer-events: none;
    z-index: 1;
  }
  .about-img-modern {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 20px;
    display: block;
    position: relative;
    z-index: 0;
  }
  /* --- Modern Shapes for About Page --- */
  .about-hero-text-modern {
    position: relative;
    z-index: 1;
  }
  .about-hero-text-modern p {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    position: relative;
    z-index: 2;
  }
  .about-shape {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    opacity: 0.18;
  }
  .about-shape-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #1565C0;
    left: -40px;
    top: 10px;
  }
  .about-shape-blob {
    width: 110px;
    height: 60px;
    background: linear-gradient(135deg, #FF9800 60%, #1565C0 100%);
    border-radius: 60% 40% 60% 40% / 40% 60% 40% 60%;
    right: -60px;
    top: 80px;
  }
  .about-shape-line {
    width: 120px;
    height: 6px;
    background: #1565C0;
    border-radius: 3px;
    left: 30%;
    top: 120px;
  }
  .about-shape-dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #FF9800;
    left: 60%;
    top: 180px;
  }
  .about-shape-zigzag {
    width: 60px;
    height: 18px;
    left: 10%;
    top: 220px;
    background: repeating-linear-gradient(135deg, #1565C0, #1565C0 4px, transparent 4px, transparent 8px);
    border-radius: 6px;
  }
  /* --- About Hero Redesign --- */
  .about-hero-redesign {
    background: linear-gradient(135deg, rgba(68,192,241,0.08) 0%, rgba(255,23,68,0.04) 100%);
    padding: clamp(2.5rem, 5vw, 4rem) 0;
  }
  .about-hero-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3.5rem;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .about-hero-img-col {
    flex: 1 1 420px;
    min-width: 320px;
    display: flex;
    justify-content: flex-end;
  }
  .about-hero-img-wrap {
    position: relative;
    width: 420px;
    height: 520px;
    max-width: 100%;
    border-radius: 24px;
    overflow: visible;
    box-shadow: 0 8px 24px rgba(0,61,122,0.12);
    background: #FFFFFF;
    padding: 4px;
  }
  .about-hero-overlay-box {
    position: absolute;
    left: 24px;
    bottom: 24px;
    background: rgba(255,82,82,1);
    color: #FFFFFF;
    border-radius: 18px;
    padding: 2rem 2.2rem 1.5rem 2.2rem;
    font-size: 1.35rem;
    font-weight: 700;
    min-width: 320px;
    max-width: 370px;
    box-shadow: 0 8px 24px rgba(255,82,82,1);
    letter-spacing: 0.01em;
    z-index: 2;
    transform: translateX(60px);
    border: 1.5px solid #dd1218;
    backdrop-filter: blur(12px);
  }
  .about-hero-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #003D7A;
    margin-bottom: 1.1rem;
    font-family: 'Open Sans', Arial, sans-serif;
  }
  .about-hero-text {
    font-size: 1.13rem;
    color: #555555;
    margin-bottom: 2.2rem;
    line-height: 1.7;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
  }
  .about-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 22px;
    position: relative;
    z-index: 0;
  }
  .about-hero-divider {
    width: 60px;
    height: 5px;
    background: #dd1218;
    border-radius: 3px;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 8px rgba(0,61,122,0.2);
    transition: width var(--transition);
  }
  .about-hero-btn {
    display: inline-block;
    background: linear-gradient(135deg, #003D7A 0%, #002A56 100%);
    color: #fff;
    font-weight: 900;
    font-size: 1.1rem;
    border-radius: 2rem;
    padding: 0.8rem 2.2rem;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(0,61,122,0.15);
    transition: all var(--transition);
    position: relative;
    overflow: hidden;
    border: none;
  }
  .about-hero-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #dd1218;
    opacity: 0;
    z-index: -1;
    transition: opacity var(--transition);
  }
  .about-hero-btn:hover {
    box-shadow: none;
    transform: translateY(-2px);
  }
  .about-hero-btn:hover::before {
    opacity: 0.2;
  }
  @media (max-width: 900px) {
    .about-hero-container {
      flex-direction: column;
      gap: 2.2rem;
      align-items: stretch;
    }
    .about-hero-img-col, .about-hero-content-col {
      min-width: 0;
      width: 100%;
      padding-left: 0;
    }
    .about-hero-img-wrap {
      width: 100%;
      min-width: 0;
      max-width: 100%;
    }
  }
  position: relative;
  /* Ensures dropdown is positioned relative to More button */
}
/* --- More Dropdown --- */
/* Hero visual redesign (image reference) */
.hero-slides, .hero-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100%; height: 100%;
  z-index: 0;
}
.hero-overlay {
  background: rgba(255,255,255,0.2);
  pointer-events: none;
}
.hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  min-height: 480px;
}
.hero-visual-redesign {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 420px;
  padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(2.5rem, 5vw, 4rem) clamp(1rem, 3vw, 2rem);
  max-width: 700px;
}
.hero-visual-redesign, .hero-visual-redesign * {
  text-align: left !important;
}
.hero-subheading {
  font-family: 'Poppins', 'Segoe UI', Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 1;
  margin-bottom: 1.2rem;
}
.hero-main-heading {
  font-family: 'Poppins', 'Segoe UI', Arial, sans-serif;
  font-size: 2.3rem;
  font-weight: 600;
  color: #FDD835;
  line-height: 1.12;
  margin-bottom: 2.2rem;
  text-transform: none;
  letter-spacing: -0.01em;
  text-shadow: 0 2px 16px rgba(18,28,48,0.18);
  white-space: normal;
  word-break: keep-all;
  max-width: 100%;
  overflow-wrap: anywhere;
}
.hero-btn-row {
  display: flex;
  gap: 1.1rem;
}
.btn.btn-outline {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 0.6rem;
  font-weight: 700;
  font-size: 1.08rem;
  padding: 0.9rem 2.6rem 0.9rem 2rem;
  box-shadow: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: visible;
  border-left: 2px solid #ffffff;
}
.btn.btn-outline::after {
  content: '';
  position: absolute;
  left: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 60%;
  background: transparent;
  border-radius: 2px;
  transition: background 0.3s ease, height 0.3s ease;
  display: none;
}
.btn.btn-outline:hover, .btn.btn-outline:focus {
  background: rgba(253,216,53,0.15);
  color: #FDD835;
  border: 2px solid #ffffff;
  border-left: 2px solid #FF9800;
  font-weight: 900;
}
.btn.btn-outline:hover::after, .btn.btn-outline:focus::after {
  background: transparent;
  height: 60%;
  transform: translateY(-50%);
}
@media (max-width: 700px) {
  .hero-visual-redesign {
    padding: 2.2rem 0.5rem 2.2rem 0.5rem;
    min-height: 320px;
    max-width: 99vw;
  }
  .hero-subheading {
    font-size: 0.75rem;
  }
  .hero-main-heading {
    font-size: 2rem;
  }
  .hero-btn-row .btn {
    font-size: 0.98rem;
    padding: 0.6rem 1.2rem;
  }
}
/* Modal overlay for More dropdown (desktop) */
.nav-more-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(18,28,48,0.18);
  z-index: 1002;
  display: none;
  transition: opacity 0.22s;
}
.nav-more-modal-overlay.active {
  display: block;
  opacity: 1;
}
/* --- More Dropdown: Only show on hover/focus --- */
li.nav-more {
  position: relative;
}
li.nav-more > .nav-more-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 220px;
  background: #fff;
  border-radius: 1.1rem;
  box-shadow: 0 8px 32px rgba(21,101,192,0.13), 0 2px 12px rgba(0,0,0,0.07);
  z-index: 1003;
  padding: 1.1rem 0.7rem;
}
li.nav-more:hover > .nav-more-dropdown,
li.nav-more:focus-within > .nav-more-dropdown {
  display: block;
}
/* Restore and enhance navbar font and layout */
#navbar, .floating-navbar, .floating-nav-links, .floating-nav-cta, .floating-hamburger, .mobile-menu {
  font-family: 'Open Sans', Arial, sans-serif !important;
  font-size: 1.08rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #1a2a3a;
}
.floating-navbar {
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 4px 24px rgba(21,101,192,0.07), 0 1.5px 6px rgba(0,0,0,0.04);
  padding: 0.7rem 2.2rem;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
}
.floating-nav-links {
  display: flex;
  gap: 1.7rem;
  align-items: center;
}
.floating-nav-links a {
  color: #1a2a3a;
  font-weight: 600;
  padding: 0.2rem 0.7rem;
  border-radius: 0.5rem;
  transition: background 0.18s, color 0.18s;
}
.floating-nav-links a:hover, .floating-nav-links a:focus {
  background: #F5F7FA;
  color: #003D7A;
  font-weight: 700;
}
.floating-nav-cta .btn-orange {
  margin-left: 1.5rem;
}
.floating-hamburger {
  margin-left: 1.5rem;
}
.mobile-menu {
  font-size: 1.08rem;
  font-family: 'Open Sans', Arial, sans-serif !important;
}
.redesigned-hero-text-bg {
  background: rgba(255,255,255,0.13);
  border-radius: 2.5rem;
  box-shadow: 0 6px 32px 0 rgba(10,30,64,0.10);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  padding: clamp(1.5rem, 3vw, 2.8rem) clamp(1.5rem, 3vw, 2.5rem) clamp(1.2rem, 2.5vw, 2.2rem) clamp(1.5rem, 3vw, 2.5rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 520px;
  width: 100%;
  gap: 0;
  position: relative;
  overflow: hidden;
  border: 1.5px solid rgba(255,255,255,0.22);
}

.redesigned-hero-title {
  font-family: 'Montserrat', 'Open Sans', Arial, sans-serif;
  font-size: 2.7rem;
  font-weight: 900;
  letter-spacing: -0.01em;
  color: #fff;
  text-align: center;
  line-height: 1.13;
  text-shadow: 0 2px 16px rgba(18,28,48,0.18), 0 1px 0 #1a1a1a22;
  margin: 0;
}
.redesigned-hero-title span {
  display: block;
  font-size: 1.35em;
  font-weight: 700;
  color: #FFEB3B;
  letter-spacing: 0.01em;
  margin-top: 0.2em;
  text-shadow: 0 2px 12px rgba(255,214,0,0.18), 0 1px 0 #1a1a1a22;
}

/* Hero Typography Redesign (inspired by easpectre.com) */
.hero-typography-redesign {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin: 0 auto;
  max-width: 600px;
  padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(1.5rem, 3vw, 2.5rem) 0;
  background: none;
}
.hero-main-title {
  font-family: 'Poppins', 'Segoe UI', Arial, sans-serif;
  font-size: 3.2rem;
  font-weight: 800;
  color: #222;
  letter-spacing: -0.02em;
  line-height: 1.08;
  margin-bottom: 0.2em;
  text-shadow: 0 2px 12px rgba(255,255,255,0.08);
}
.hero-sub-title {
  font-family: 'Poppins', 'Segoe UI', Arial, sans-serif;
  font-size: 2.1rem;
  font-weight: 600;
  color: #1565C0;
  letter-spacing: 0.01em;
  line-height: 1.13;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 700px) {
  .hero-main-title {
    font-size: 2.1rem;
  }
  .hero-sub-title {
    font-size: 1.2rem;
  }
  .hero-typography-redesign {
    padding: clamp(1.5rem, 3vw, 2.2rem) 0 clamp(0.8rem, 2vw, 1.2rem) 0;
  }
}

.nav-more:focus-within > .nav-more-dropdown {
  display: block;
}
.nav-more-dropdown li {
  width: 100%;
}
.nav-more-dropdown a {
  display: block;
  padding: 0.6rem 1.2rem;
  color: #1a2a3a;
  font-size: 0.98rem;
  border-radius: 0.5rem;
  background: transparent;
  transition: background 0.2s, color 0.2s;
}
.nav-more-dropdown a:hover {
  background: #FDD835;
  color: #003D7A;
  font-weight: 700;
  border-left: 3px solid #dd1218;
  padding-left: calc(1.2rem - 3px);
}
/* Centered Navbar Fix */
.centered-navbar {
  margin: 0 auto !important;
  left: 0 !important;
  right: 0 !important;
  position: relative !important;
  transform: none !important;
  display: flex;
  justify-content: center;
}
/* Logo Quadrant Styles */
.logo-quadrant {
  position: fixed;
  top: 0;
  left: 0;
  width: 180px;
  height: 180px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 8px 32px rgba(21,101,192,0.10), 0 2px 12px rgba(0,0,0,0.07);
  z-index: 1200;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.2rem;
  animation: logo-in 1.1s cubic-bezier(0.77,0,0.175,1) 0.1s both;
}
.quadrant-logo-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  box-shadow: 0 6px 32px rgba(21,101,192,0.10);
  background: #fff;
  padding: 0.15rem;
  margin-bottom: 0.5rem;
  opacity: 0.98;
  transition: transform 0.5s cubic-bezier(0.77,0,0.175,1), box-shadow 0.3s;
}
.quadrant-logo-img:hover {
  transform: scale(1.07) rotate(-2deg);
  box-shadow: 0 12px 48px rgba(21,101,192,0.18);
}
.quadrant-tagline {
  font-size: 0.92rem;
  color: var(--steel-gray);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1.35;
  max-width: 200px;
  font-weight: 700;
  text-align: center;
}
@keyframes logo-in {
  0% {
    opacity: 0;
    transform: translateY(-40px) scale(0.7) rotate(-8deg);
  }
  80% {
    opacity: 1;
    transform: translateY(8px) scale(1.08) rotate(2deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1) rotate(0);
  }
}
.animate-logo-in {
  animation: logo-in 1.1s cubic-bezier(0.77,0,0.175,1) 0.1s both;
}
.quadrant-navbar {
  margin-left: 220px;
  width: calc(80vw - 120px);
  max-width: 900px;
  left: unset;
  transform: none;
}
@media (max-width: 900px) {
  .logo-quadrant {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    padding: 0.3rem;
  }
  .quadrant-logo-img {
    width: 36px;
    height: 36px;
    margin-bottom: 0.15rem;
  }
  .quadrant-tagline {
    font-size: 0.62rem;
    max-width: 90px;
  }
  .quadrant-navbar {
    margin-left: 70px;
    width: calc(98vw - 40px);
    max-width: 99vw;
  }
}
/* =============================================
   RELIANCE INTERNATIONER AFRICA OIL & GAS
   Global Stylesheet — v3 (Modern + Mobile-First)
   ============================================= */

/* --- CSS Variables --- EASIGAS-Inspired Color Scheme (Navy, Red, Yellow) */
:root {
  --navy-dark:   #003D7A;
  --navy-mid:    #0052A3;
  --navy-card:   #FFFFFF;
  --cyan:        #003D7A;
  --cyan-dark:   #002A56;
  --cyan-glow:   rgba(0,61,122,0.15);
  --orange:      #FF9800;
  --orange-glow: rgba(255,179,0,0.18);
  --yellow:      #FDD835;
  --yellow-glow: rgba(253,216,53,0.15);
  --red:         #dd1218;
  --red-glow:    rgba(221,18,24,0.18);
  --green:       #00C853;
  --green-glow:  rgba(0,200,83,0.12);
  --ice-white:   #555555;
  --steel-gray:  #555555;
  --white:       #FFFFFF;
  --border:      rgba(0,61,122, 0.18);
  --border-soft: rgba(0,61,122, 0.1);
  --font-heading: 'Montserrat', sans-serif;
  --font-body:    'Open Sans', sans-serif;
  --transition:   0.28s cubic-bezier(0.4,0,0.2,1);
  --radius:       16px;
  --radius-sm:    12px;
  --radius-xs:    8px;
  --shadow:       0 8px 32px rgba(0,0,0,0.15);
  --shadow-cyan:  0 8px 32px rgba(0, 61, 122, 0.22);
  --gradient-primary: linear-gradient(135deg, #003D7A 0%, #0052A3 100%);
  --gradient-accent: linear-gradient(135deg, #FF9800 0%, #FDD835 100%);
  --gradient-modern: linear-gradient(135deg, #003D7A 0%, #0052A3 35%, #dd1218 65%, #FDD835 100%);

  /* Touch-friendly minimum tap size */
  --tap-min: 44px;

  /* Safe area for iOS notch / bottom bar */
  --safe-top:    env(safe-area-inset-top, 0px);
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  --safe-left:   env(safe-area-inset-left, 0px);
  --safe-right:  env(safe-area-inset-right, 0px);
}

/* --- Reset & Base --- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}
html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  background: linear-gradient(135deg, #FFFFFF 0%, #F5F5F5 50%, #FFFFFF 100%);
  color: #003D7A;
  font-family: var(--font-body);
  line-height: 1.65;
  overflow-x: hidden;
  overscroll-behavior-y: none;
  background-attachment: fixed;
}
img { max-width: 100%; display: block; }
main { overflow-x: hidden; }
a  { text-decoration: none; color: inherit; }
ul { list-style: none; }
button {
  cursor: pointer;
  border: none;
  outline: none;
  font-family: var(--font-body);
  min-height: var(--tap-min);
}
input, textarea, select {
  font-size: 1rem; /* Prevents iOS zoom on focus */
}

/* --- Typography --- */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  color: #FFFFFF;
}
h1 { font-size: clamp(2.8rem, 8vw, 6.2rem); color: #FDD835; font-weight: 900; }
h2 { font-size: clamp(2.2rem, 5vw, 4rem); color: #FDD835; font-weight: 900; position: relative; padding-bottom: 12px; }
h2::after { content: ''; position: absolute; bottom: 0; left: 0; width: 60px; height: 4px; background: #FDD835; border-radius: 2px; box-shadow: 0 2px 8px rgba(253,216,53,0.35); }
h3 { font-size: clamp(1.5rem, 3vw, 2.3rem); color: #FDD835; font-weight: 900; }
h4 { font-size: clamp(1.2rem, 2.5vw, 1.4rem); color: #FDD835; font-weight: 900; }
p  { font-size: 1rem; color: #555555; }

/* --- Utility Classes --- */
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 clamp(0.75rem, 2vw, 1.5rem);
}
.section      { padding: clamp(2.5rem, 5vw, 5rem) 0; }
.section-mid  { background: #FFFFFF; }
.section-dark { background: #FFFFFF; }
.text-cyan    { color: var(--cyan); }
.text-orange  { color: var(--orange); font-weight: 700; }
.text-red     { color: var(--red); font-weight: 700; }
.text-yellow  { color: var(--orange); font-weight: 700; }
.text-green   { color: #003D7A; }
.text-gray    { color: var(--steel-gray); }
.text-center  { text-align: center; }

/* Strong accent text */
a { color: #003D7A; transition: color var(--transition); }
a:hover { color: #dd1218; font-weight: 700; }
.highlight-yellow { color: #FDD835 !important; font-weight: 900; text-shadow: 0 2px 8px rgba(253,216,53,0.3); }
.highlight-red { color: #dd1218 !important; font-weight: 700; text-shadow: none; }
.mt-1 { margin-top: 0.5rem; }
.mt-2 { margin-top: 1rem; }
.mt-3 { margin-top: 1.5rem; }
.mt-4 { margin-top: 2rem; }
.mb-4 { margin-bottom: 2rem; }

/* --- Ambient glow overlay --- */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: none;
  pointer-events: none;
  z-index: 0;
}
#navbar, main, footer { position: relative; z-index: 1; }

/* --- Scroll progress bar --- */
.scroll-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0%;
  background: #dd1218;
  z-index: 9999;
  transition: width 0.15s linear;
  pointer-events: none;
}

/* --- Buttons --- */
  width: 180px;
  height: 90px;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 2.2rem;
  min-height: var(--tap-min);
  border-radius: 50px;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: all var(--transition);
  white-space: nowrap;
    width: 70px;
    height: 35px;
    border-top-left-radius: 100% 100%;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
.btn-orange {
  background: #003D7A !important;
  color: #fff !important;
  border: 2px solid #003D7A !important;
  font-weight: 900;
  box-shadow: 0 4px 12px rgba(0,61,122,0.25);
  position: relative;
  overflow: visible;
  transition: all var(--transition);
  padding-left: 1.3rem !important;
}
.btn-orange::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #dd1218;
  opacity: 0;
  z-index: -1;
  transition: opacity var(--transition);
}
.btn-orange::after {
  content: '';
  position: absolute;
  left: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 60%;
  background: transparent;
  border-radius: 2px;
  transition: background 0.3s ease;
}
.btn-orange:hover,
.btn-orange:focus-visible {
  border: 2px solid transparent !important;
  color: #FFFFFF !important;
  transform: translateY(-2px);
  background: #dd1218 !important;
  box-shadow: 0 12px 32px rgba(221,18,24,0.35);
}
.btn-orange:hover::after {
  background: #dd1218;
  height: 100%;
}
.btn-orange:hover::before {
  opacity: 1;
  z-index: 0;
}
.btn-orange:active { 
  transform: translateY(0);
  box-shadow: none;
}

/* Submit button for contact form */
.btn-submit {
  background: #003D7A !important;
  color: #ffffff !important;
  border: 2px solid #003D7A !important;
  font-weight: 900;
  box-shadow: 0 4px 12px rgba(0,61,122,0.25);
  position: relative;
  overflow: visible;
  transition: all var(--transition);
}

.btn-submit:hover,
.btn-submit:focus-visible {
  background: #FDD835 !important;
  color: #003D7A !important;
  border: 2px solid #FDD835 !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(253,216,53,0.35);
}

.btn-submit:active {
  transform: translateY(0);
  box-shadow: none;
}

@media (max-width: 768px) {
  .contact-form {
    padding: 1.5rem;
  }
  .contact-form .btn-submit {
    padding: 1rem 1.5rem;
    font-size: 1rem;
  }
}

/* Touch ripple feedback */
@media (hover: none) {
  .btn:active { transform: scale(0.97); transition-duration: 0.1s; }
  .service-card:active,
  .product-card:active,
  .mvv-card:active { transform: scale(0.98); transition-duration: 0.1s; }
}

.btn-cyan-outline {
  background: #FDD835 !important;
  color: #003D7A !important;
  border: 2px solid #FDD835 !important;
  position: relative;
  overflow: visible;
  transition: all 0.3s ease;
  font-weight: 900;
  padding: 0.9rem 2.6rem 0.9rem 2rem !important;
  box-shadow: 0 4px 12px rgba(253,216,53,0.3);
  border-radius: 1.2rem;
  font-size: 1.08rem;
}
.btn-cyan-outline::before {
  content: '';
  position: absolute;
  left: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 60%;
  background: transparent;
  border-radius: 50%;
  transition: background 0.3s ease, height 0.3s ease;
}
.btn-cyan-outline::after {
  display: none;
}
.btn-cyan-outline:hover,
.btn-cyan-outline:focus-visible {
  color: #FFFFFF !important;
  border: 2px solid transparent !important;
  box-shadow: 0 8px 24px rgba(255,82,82,1);
  transform: translateY(-3px);
  background: #dd1218 !important;
}
.btn-cyan-outline:hover::before {
  background: transparent;
  height: 60%;
}

.btn-navy {
  background: #FDD835 !important;
  color: #003D7A !important;
  border: 2px solid #FDD835 !important;
  position: relative;
  overflow: visible;
  transition: all 0.3s ease;
  font-weight: 900;
  padding: 0.9rem 2.6rem 0.9rem 2rem !important;
  box-shadow: 0 4px 12px rgba(253,216,53,0.3);
  border-radius: 1.2rem;
  font-size: 1.08rem;
}
.btn-navy::before {
  content: '';
  position: absolute;
  left: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 60%;
  background: transparent;
  border-radius: 50%;
  transition: background 0.3s ease, height 0.3s ease;
}
.btn-navy::after {
  display: none;
}
.btn-navy:hover,
.btn-navy:focus-visible {
  color: #FFFFFF !important;
  border: 2px solid transparent !important;
  box-shadow: 0 8px 24px rgba(255,82,82,1);
  transform: translateY(-3px);
  background: #dd1218 !important;
}
.btn-navy:hover::before {
  background: transparent;
  height: 60%;
}

/* --- Section Divider --- */
.divider {
  width: 48px;
  height: 3px;
  background: #dd1218;
  margin: 0.75rem auto 1.75rem;
  border-radius: 3px;
  opacity: 1;
}
.divider-left { margin-left: 0; }

/* --- Section Heading Block --- */
.section-heading { margin-bottom: clamp(2rem, 5vw, 3.5rem); }
.section-heading h2 {
  color: #003D7A;
  position: relative;
  display: inline-block;
  font-weight: 900;
  padding-bottom: 12px;
}
.section-heading h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background: #FF9800;
  transition: width 0.6s cubic-bezier(0.22,1,0.36,1), background 0.4s ease;
}
.section-heading:hover h2::after,
.section-heading h2.visible::after { 
  width: 140px;
  background: #dd1218;
}
.section-heading.text-center h2::after {
  left: 50%;
  transform: translateX(-50%);
}
.section-heading p {
  margin-top: 1.1rem;
  max-width: 680px;
  color: #003D7A;
  font-size: clamp(0.95rem, 2vw, 1.05rem);
  line-height: 1.7;
  opacity: 0.9;
  font-weight: 700;
  font-family: var(--font-body);
}

/* --- Eyebrow label --- */
.eyebrow-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--cyan);
  background: var(--cyan-glow);
  border: 1px solid rgba(21,101,192,0.15);
  padding: 0.35rem 1.1rem;
  border-radius: 50px;
  margin-bottom: 1.25rem;
}
.eyebrow-label::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cyan);
  animation: pulse-dot 2s ease-in-out infinite;
}

/* =============================================
   NAVBAR
   ============================================= */
/* Floating Navbar Styles */
#navbar.floating-navbar {
  position: fixed;
  top: 2.2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  width: 80vw;
  max-width: 950px;
  background: rgba(255,255,255,0.98);
  box-shadow: 0 8px 32px rgba(21,101,192,0.10), 0 2px 12px rgba(0,0,0,0.07);
  border-radius: 2.5rem;
  padding: 0.5rem 2.5rem;
  border: 1.5px solid rgba(21,101,192,0.10);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.3s, background 0.3s;
}
.floating-nav-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}
.floating-logo {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.floating-logo-img {
  height: 90px;
  width: auto;
  border-radius: 1.2rem;
  box-shadow: 0 6px 32px rgba(0, 61, 122, 0.18), 0 0 0 8px var(--cyan, #003D7A);
  background: #fff;
  padding: 0.25rem;
  transition: box-shadow 0.3s, height 0.3s;
}
.floating-logo .logo-tagline {
  font-size: 0.82rem;
  color: var(--steel-gray);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1.35;
  max-width: 200px;
  font-weight: 700;
}
.floating-nav-links {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  max-width: 100vw;
}
.floating-nav-links a {
  font-size: 0.98rem;
  padding: 0.5rem 0.9rem;
  border-radius: 1.2rem;
  background: transparent;
  color: #1a2a3a;
  font-weight: 700;
  transition: background 0.2s, color 0.2s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 120px;
}
.floating-nav-links a:hover,
.floating-nav-links a.active {
  background: var(--cyan, #1565C0);
  color: #fff;
}
.floating-nav-cta {
  margin-left: 2rem;
}
.floating-nav-cta .btn-orange {
  padding: 0.7rem 2.1rem;
  font-size: 1.02rem;
  border-radius: 1.2rem;
}
@media (max-width: 900px) {
  #navbar.floating-navbar {
    width: 96vw;
    padding: 0.5rem 0.5rem;
    max-width: 99vw;
  }
  .floating-nav-inner {
    gap: 0.5rem;
  }
  .floating-logo-img {
    height: 48px;
    box-shadow: 0 4px 16px rgba(21,101,192,0.12), 0 0 0 4px var(--cyan, #1565C0);
  }
  .floating-nav-links a {
    font-size: 0.88rem;
    padding: 0.4rem 0.5rem;
    max-width: 80px;
  }
  .floating-nav-links {
    gap: 0.2rem;
  }
  .floating-nav-cta .btn-orange {
    font-size: 0.88rem;
    padding: 0.4rem 0.7rem;
  }
}
@media (max-width: 600px) {
  #navbar.floating-navbar {
    top: 0.7rem;
    border-radius: 1.2rem;
    padding: 0.2rem 0.2rem;
  }
  .floating-logo-img {
    height: 38px;
    border-radius: 0.5rem;
    box-shadow: 0 2px 8px rgba(21,101,192,0.10);
  }
  .floating-logo .logo-tagline {
    display: none;
  }
  .floating-nav-links {
    gap: 0.2rem;
  }
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
.nav-logo-advanced .logo-highlight {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #fff 60%, var(--cyan) 100%);
  border-radius: 50%;
  box-shadow: 0 4px 24px rgba(21,101,192,0.10), 0 0 0 4px rgba(21,101,192,0.08);
  padding: 0.5rem;
  margin-right: 0.5rem;
  transition: box-shadow 0.3s;
}
.nav-logo-advanced .logo-highlight:hover {
  box-shadow: 0 6px 32px rgba(21,101,192,0.18), 0 0 0 6px var(--cyan);
}
.nav-logo-img {
  height: 62px;
  width: auto;
  object-fit: contain;
  background: transparent;
  border-radius: 0.5rem;
  padding: 0;
  display: block;
  flex-shrink: 0;
  transition: height 0.3s, box-shadow 0.3s;
  filter: drop-shadow(0 2px 8px rgba(21,101,192,0.10));
}
.nav-logo .logo-tagline {
  font-size: 0.68rem;
  color: var(--steel-gray);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.35;
  max-width: 160px;
  font-weight: 700;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.nav-links a {
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(30,42,58,0.75);
  padding: 0.75rem 1.2rem;
  min-height: var(--tap-min);
  display: flex;
  align-items: center;
  border-radius: var(--radius-xs);
  transition: color var(--transition), background var(--transition), border-left 0.3s ease, padding-left 0.3s ease;
  position: relative;
  overflow: visible;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: 4px; left: 50%; right: 50%;
  height: 3px;
  background: #FDD835;
  border-radius: 2px;
  transition: left var(--transition), right var(--transition), background 0.4s ease;
  box-shadow: 0 2px 6px rgba(253,216,53,0.2);
}
.nav-links a:hover,
.nav-links a.active {
  color: #003D7A;
  background: rgba(253,216,53,0.08);
  font-weight: 700;
  border-left: 3px solid #dd1218;
  padding-left: calc(1.2rem - 3px);
}
.nav-links a:hover::after,
.nav-links a.active::after {
  background: #dd1218;
  box-shadow: 0 2px 6px rgba(255,82,82,1);
  left: 0.65rem;
  right: 0.65rem;
}
.nav-cta { flex-shrink: 0; }
.nav-cta .btn-orange {
  background: #FDD835 !important;
  color: #003D7A !important;
  border: 2px solid #FDD835 !important;
  padding: 0.75rem 1.8rem;
  font-size: 0.82rem;
  font-weight: 900;
  min-height: var(--tap-min);
  position: relative;
  overflow: visible;
  transition: all 0.3s ease;
}
.nav-cta .btn-orange::before {
  display: none;
}
.nav-cta .btn-orange:hover {
  background: #003D7A !important;
  color: #FFFFFF !important;
  border: 2px solid transparent !important;
  border-left: 3px solid #dd1218 !important;
  padding-left: calc(1.8rem - 3px) !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,61,122,0.3);
}

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: transparent;
  padding: 8px;
  min-width: var(--tap-min);
  min-height: var(--tap-min);
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  border-radius: var(--radius-xs);
}
.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #1E2A3A;
  transition: all var(--transition);
  border-radius: 2px;
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile Menu */
.mobile-menu {
  display: none;
  position: relative;
  background: rgba(255,255,255,0.98);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  padding: 0.5rem 1.25rem calc(1.5rem + var(--safe-bottom));
  border-top: 1px solid var(--border);
  max-height: calc(100vh - 68px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mobile-menu.open { display: block; }
.mobile-menu a {
  display: flex;
  align-items: center;
  font-family: var(--font-body);
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #1E2A3A;
  padding: 0.9rem 0.5rem;
  min-height: var(--tap-min);
  border-bottom: 1px solid var(--border-soft);
  transition: color var(--transition), padding-left var(--transition);
}
.mobile-menu a:last-of-type { border-bottom: none; }
.mobile-menu a:hover,
.mobile-menu a:active { color: var(--cyan); padding-left: 0.5rem; }
.mobile-menu .btn-orange {
  display: flex;
  justify-content: center;
  margin-top: 1.25rem;
  width: 100%;
}

/* =============================================
   FOOTER
   ============================================= */
footer {
  background: #F5F5F5;
  border-top: 1px solid rgba(0,61,122,0.15);
  padding: 4rem 0 calc(1.75rem + var(--safe-bottom));
  position: relative;
  color: #003D7A;
}
footer::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: #003D7A;
  opacity: 1;
}
footer h4, footer .footer-col h4 { color: #003D7A !important; font-weight: 900; font-family: var(--font-body); }
footer p, footer span, footer a { color: #003D7A; font-family: var(--font-body); font-weight: 700; }
footer a:hover { color: #dd1218; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1.4fr;
  gap: 3rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid var(--border-soft);
}
.footer-logo-img {
  height: 140px;
  width: auto;
  object-fit: contain;
  background: transparent;
  border-radius: 0;
  padding: 0;
  display: block;
  margin-bottom: 1rem;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.15));
}
.footer-tagline {
  font-size: 0.7rem;
  color: #003D7A;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: var(--font-body);
  font-weight: 700;
}
.footer-desc {
  font-size: 0.88rem;
  color: #003D7A;
  margin-top: 1rem;
  line-height: 1.75;
  font-family: var(--font-body);
  font-weight: 700;
}
.footer-social {
  display: flex;
  gap: 0.6rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}
.footer-social a {
  width: 40px; height: 40px;
  border-radius: 10px;
  border: 1px solid rgba(0,61,122,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #003D7A;
  transition: all var(--transition);
  min-width: 40px;
  flex-shrink: 0;
}
.footer-social a svg,
.footer-social a i {
  width: 16px !important;
  height: 16px !important;
  min-width: 16px;
  min-height: 16px;
  max-width: 16px;
  max-height: 16px;
  display: block;
  stroke: currentColor;
  fill: none;
  flex-shrink: 0;
}
.footer-social a:hover,
.footer-social a:focus-visible {
  border-color: #003D7A;
  color: #FFFFFF;
  background: #003D7A;
  transform: translateY(-2px);
}
.footer-col h4 {
  font-family: var(--font-body);
  font-size: 0.82rem;
  color: #003D7A;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid rgba(0,61,122,0.15);
  font-weight: 900;
}
.footer-links {
  columns: 2;
  column-gap: 1rem;
}
.footer-links li { margin-bottom: 0.35rem; }
.footer-links a {
  color: #003D7A;
  font-size: 0.85rem;
  min-height: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  transition: color var(--transition), padding-left var(--transition), background var(--transition), border-left 0.3s ease;
  padding: 0.15rem 0.35rem;
  font-family: var(--font-body);
  font-weight: 700;
  position: relative;
  padding-left: 0.35rem;
  border-left: 2px solid transparent;
  border-radius: var(--radius-xs);
  overflow: visible;
}
.footer-links a:hover { 
  color: #dd1218;
  font-weight: 900;
  border-left: 2px solid #dd1218;
  padding-left: calc(0.35rem - 2px);
  background: transparent;
}
.footer-contact-item {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
  align-items: flex-start;
}
.footer-contact-item .icon {
  color: #003D7A;
  background: rgba(0,61,122,0.1);
  padding: 6px;
  border-radius: 8px;
  width: 34px; height: 34px;
  min-width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.footer-contact-item .icon svg,
.footer-contact-item .icon i {
  width: 16px !important;
  height: 16px !important;
  min-width: 16px;
  min-height: 16px;
  max-width: 16px;
  max-height: 16px;
  display: block;
  stroke: currentColor;
  fill: none;
  flex-shrink: 0;
}
.footer-contact-item span { font-size: 0.86rem; color: #003D7A; line-height: 1.55; font-family: var(--font-body); font-weight: 700; }
.footer-contact-item a   { color: #003D7A; font-weight: 700; }
.footer-bottom {
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.footer-bottom p { font-size: 0.78rem; color: #003D7A; font-family: var(--font-body); font-weight: 700; }
.footer-bottom a { color: #003D7A; font-weight: 700; }

/* =============================================
   PAGE HERO BANNER
   ============================================= */
.page-hero {
  padding: clamp(3rem, 6vw, 4.5rem) 0 clamp(1.5rem, 3vw, 2.5rem);
  background: linear-gradient(135deg, #003D7A 0%, #1B5E9F 100%);
  position: relative;
  overflow: hidden;
  border-bottom: none;
  border-bottom-right-radius: clamp(1rem, 3vw, 2rem);
}
/* Real facility photo — subtle texture + Ken Burns zoom */
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,61,122,0.08), rgba(255,179,0,0.05));
  opacity: 0.15;
  filter: grayscale(20%);
  transform-origin: center center;
  transform: scale(1.08);
  will-change: transform;
  -webkit-animation: page-hero-zoom 8s ease-out forwards;
  animation: page-hero-zoom 8s ease-out forwards;
}
@keyframes page-hero-zoom {
  from { transform: scale(1.08); }
  to   { transform: scale(1); }
}
/* Blue → yellow brand stripe at top */
.page-hero::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--cyan) 0%, var(--orange) 50%, var(--red) 100%);
  z-index: 3;
}
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 {
  color: #FDD835;
  border-left: 4px solid #FDD835;
  padding-left: 1rem;
}
.page-hero .breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4rem;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.8);
  margin-bottom: 1.25rem;
  padding-left: 1.2rem;
}
.page-hero p { color: rgba(255,255,255,0.9); }
.page-hero .breadcrumb { color: rgba(255,255,255,0.8); }
.page-hero .breadcrumb a { color: #FF9800; }
.page-hero .breadcrumb a:hover { text-decoration: underline; }
.page-hero-glow { display: none; }

/* =============================================
   ANIMATIONS — Modern Scroll Effects
   ============================================= */
@keyframes pulse-dot {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.4); opacity: 0.6; }
}
@keyframes glow-pulse {
  0%, 100% { box-shadow: 0 0 20px rgba(68,192,241,0.15), 0 8px 32px rgba(68,192,241,0.08); }
  50% { box-shadow: 0 0 40px rgba(68,192,241,0.25), 0 8px 48px rgba(68,192,241,0.12); }
}
@keyframes float-in {
  0% { opacity: 0; transform: translateY(20px); }
  100% { opacity: 1; transform: translateY(0); }
}
@keyframes blur-in {
  0% { opacity: 0; filter: blur(10px); }
  100% { opacity: 1; filter: blur(0); }
}

.fade-in {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(0.22,1,0.36,1), transform 0.8s cubic-bezier(0.22,1,0.36,1);
}
.fade-in.visible { opacity: 1; transform: translateY(0); animation: float-in 0.6s ease-out; }
.fade-in-delay-1 { transition-delay: 0.15s; }
.fade-in-delay-2 { transition-delay: 0.3s; }
.fade-in-delay-3 { transition-delay: 0.45s; }

/* ── Directional scroll animations (Modern blur-in) ── */
.fade-left {
  opacity: 0;
  transform: translateX(-80px);
  filter: blur(8px);
  transition: opacity 0.8s cubic-bezier(0.22,1,0.36,1), transform 0.8s cubic-bezier(0.22,1,0.36,1), filter 0.8s ease;
}
.fade-left.visible { opacity: 1; transform: translateX(0); filter: blur(0); }

.fade-right {
  opacity: 0;
  transform: translateX(80px);
  filter: blur(8px);
  transition: opacity 0.8s cubic-bezier(0.22,1,0.36,1), transform 0.8s cubic-bezier(0.22,1,0.36,1), filter 0.8s ease;
}
.fade-right.visible { opacity: 1; transform: translateX(0); filter: blur(0); }

.zoom-in {
  opacity: 0;
  transform: scale(0.8);
  filter: blur(6px);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.22,1,0.36,1), filter 0.8s ease;
}
.zoom-in.visible { opacity: 1; transform: scale(1); filter: blur(0); }

.slide-up {
  opacity: 0;
  transform: translateY(60px);
  filter: blur(8px);
  transition: opacity 0.8s cubic-bezier(0.22,1,0.36,1), transform 0.8s cubic-bezier(0.22,1,0.36,1), filter 0.8s ease;
}
.slide-up.visible { opacity: 1; transform: translateY(0); filter: blur(0); }

/* ── Image reveal via clip-path (Modern) ── */
.reveal-left {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s cubic-bezier(0.77,0,0.175,1);
  min-height: 1px;
}
.reveal-left.visible { clip-path: inset(0 0 0 0); }

.reveal-right {
  clip-path: inset(0 0 0 100%);
  transition: clip-path 1s cubic-bezier(0.77,0,0.175,1);
  min-height: 1px;
}
.reveal-right.visible { clip-path: inset(0 0 0 0); }

.reveal-up {
  clip-path: inset(100% 0 0 0);
  transition: clip-path 1.2s cubic-bezier(0.77,0,0.175,1);
  min-height: 1px;
}
.reveal-up.visible { clip-path: inset(0 0 0 0); }

/* ── Text split-line animation ── */
.text-reveal {
  overflow: hidden;
  display: inline-block;
}
.text-reveal > span {
  display: inline-block;
  transform: translateY(110%);
  transition: transform 0.8s cubic-bezier(0.22,1,0.36,1);
}
.text-reveal.visible > span {
  transform: translateY(0);
}

/* ── Blur-in effect ── */
.blur-in {
  opacity: 0;
  filter: blur(12px);
  transform: translateY(20px);
  transition: opacity 0.8s ease, filter 0.8s ease, transform 0.8s ease;
}
.blur-in.visible {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

/* ── Scale-rotate entrance ── */
.pop-in {
  opacity: 0;
  transform: scale(0.6) rotate(-8deg);
  transition: opacity 0.6s ease, transform 0.7s cubic-bezier(0.34,1.56,0.64,1);
}
.pop-in.visible {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

/* ── Stagger children ── */
.stagger-children > * {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s cubic-bezier(0.22,1,0.36,1), transform 0.7s cubic-bezier(0.22,1,0.36,1);
}
.stagger-children.visible > *:nth-child(1) { transition-delay: 0s; }
.stagger-children.visible > *:nth-child(2) { transition-delay: 0.12s; }
.stagger-children.visible > *:nth-child(3) { transition-delay: 0.2s; }
.stagger-children.visible > *:nth-child(4) { transition-delay: 0.28s; }
.stagger-children.visible > *:nth-child(5) { transition-delay: 0.35s; }
.stagger-children.visible > *:nth-child(6) { transition-delay: 0.42s; }
.stagger-children.visible > *:nth-child(7) { transition-delay: 0.49s; }
.stagger-children.visible > *:nth-child(8) { transition-delay: 0.56s; }
.stagger-children.visible > * { opacity: 1; transform: translateY(0); }

/* ── Floating decorators ── */
@keyframes float-y {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}
@keyframes float-rotate {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-10px) rotate(6deg); }
}
.float-anim { animation: float-y 4s ease-in-out infinite; }
.float-rotate { animation: float-rotate 5s ease-in-out infinite; }

/* ── Section wave divider ── */
.section-divider {
  position: relative;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  margin: 0;
  padding: 0;
}
.section-divider svg {
  display: block;
  width: 100%;
  height: auto;
}
.section-divider.flip { transform: scaleY(-1); }
.section-divider.divider-white svg { fill: var(--white); }
.section-divider.divider-light svg { fill: var(--navy-dark); }
.section-divider.divider-mid svg { fill: var(--navy-mid); }
.section-divider.divider-blue svg { fill: var(--cyan); }

/* ── Hero Slideshow ── */
.hero-slides {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.12);
  transition: opacity 1.4s cubic-bezier(0.4,0,0.2,1), transform 8s cubic-bezier(0.22,1,0.36,1);
}
.hero-slide.active {
  opacity: 0.75;
  transform: scale(1);
}
.hero-dots {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: none;
  align-items: center;
  gap: 5px;
}
.hero-dot {
  width: 5px;
  height: 5px;
  min-height: 0;
  border-radius: 5px;
  border: none;
  background: rgba(255,255,255,0.35);
  cursor: pointer;
  transition: all 0.35s ease;
  padding: 0;
}
.hero-dot.active {
  width: 10px;
  background: var(--orange);
  box-shadow: 0 0 6px rgba(245,197,24,0.4);
}
/* Progress bar under dots */
.hero-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--orange), var(--red));
  z-index: 10;
  transition: width 0.3s linear;
  display: none;
}

/* ── Enhanced card hover (easpectre-style tilt shadow) ── */
.tilt-card {
  transition: transform 0.4s cubic-bezier(0.22,1,0.36,1), box-shadow 0.4s ease;
  will-change: transform;
}
.tilt-card:hover {
  transform: translateY(-8px) rotateX(2deg) rotateY(-2deg);
  box-shadow: 0 20px 40px rgba(0,0,0,0.12), 0 0 0 1px var(--border);
}

/* ── Image hover tilt ── */
.img-tilt {
  overflow: hidden;
  border-radius: var(--radius);
}
.img-tilt img {
  transition: transform 0.6s cubic-bezier(0.22,1,0.36,1);
}
.img-tilt:hover img {
  transform: scale(1.06) rotate(1deg);
}

/* ── Text highlight sweep ── */
.text-sweep {
  background: linear-gradient(90deg, var(--orange) 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
  -webkit-background-clip: text;
  background-clip: text;
  transition: background-position 0.6s ease;
}
.text-sweep:hover {
  background-position: 0 0;
  -webkit-text-fill-color: transparent;
}

/* ── Parallax scroll speed (JS-driven) ── */
.parallax-scroll {
  will-change: transform;
}

/* ── Smooth section transitions ── */
.section {
  position: relative;
}

/* ── Gradient line accent ── */
.gradient-line {
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, var(--cyan), var(--orange));
  border-radius: 3px;
  margin-bottom: 1.25rem;
}
.gradient-line.center { margin-left: auto; margin-right: auto; }

/* ── Card glass effect ── */
.glass-card {
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.5);
  box-shadow: 0 4px 30px rgba(0,0,0,0.06);
}

/* ── Smooth link underline animation ── */
.animated-link {
  position: relative;
  display: inline-block;
}
.animated-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--cyan);
  transition: width 0.4s cubic-bezier(0.22,1,0.36,1);
}
.animated-link:hover::after { width: 100%; }

@media (prefers-reduced-motion: reduce) {
  .fade-in { opacity: 1; transform: none; transition: none; }
  .fade-left, .fade-right, .zoom-in, .slide-up, .blur-in, .pop-in { opacity: 1; transform: none; filter: none; transition: none; }
  .reveal-left, .reveal-right, .reveal-up { clip-path: none; transition: none; }
  .stagger-children > * { opacity: 1; transform: none; transition: none; }
  .text-reveal > span { transform: none; transition: none; }
  .float-anim, .float-rotate { animation: none; }
  .hero-slide { opacity: 0; transform: none; transition: none; }
  .hero-slide.active { opacity: 0.75; }
  .page-hero::before { animation: none; transform: none; }
  .parallax-banner .parallax-img { animation: none; transform: none; translate: none; }
  * { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

/* =============================================
   HOME — HERO  (redesign)
   ============================================= */
#hero {
  min-height: 100svh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: #0A1E40;
  padding-top: calc(68px + var(--safe-top));
}

/* Background photo */
.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.75;
  z-index: 0;
  transform: scale(1);
}

.hero-bg.active {
  opacity: 0.75;
  transform: scale(1);
}

/* Static image - no slideshow animations */
.hero-slideshow-0 {
  display: block;
}

.hero-slideshow-1,
.hero-slideshow-2,
.hero-slideshow-3 {
  display: none;
  animation: slide-fade 48s infinite;
  animation-delay: -36s;
}


/* Dark gradient overlay */
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(10,30,64,0.12) 40%, rgba(10,30,64,0.18) 100%),
    linear-gradient(to bottom, transparent 60%, rgba(10,30,64,0.22) 100%);
  z-index: 1;
}

.hero-content-centered {
  align-items: center;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 420px;
}

/* Decorative vertical grid lines */
.hero-grid-lines {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  padding: 0 6%;
}
.hero-grid-lines span {
  display: block;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, rgba(21,101,192,0.08) 40%, rgba(21,101,192,0.08) 60%, transparent 100%);
}

/* Inner two-column layout */
.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  padding: clamp(3rem, 6vw, 6rem) 0;
  min-height: calc(100svh - 68px);
}

/* ── LEFT: TEXT ── */
.hero-content {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* Company name badge */
.hero-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-family: var(--font-body);
  font-size: clamp(0.62rem, 1.2vw, 0.75rem);
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--orange);
  background: rgba(245,197,24,0.10);
  border: 1px solid rgba(245,197,24,0.25);
  border-radius: 4px;
  padding: 0.45rem 1rem;
  margin-bottom: 1.75rem;
  width: fit-content;
}
.hero-brand-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 8px var(--orange);
  flex-shrink: 0;
  animation: pulse-dot 2s ease-in-out infinite;
}
@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.7); }
}

/* Headline */
.hero-content h1 {
  color: #ffffff;
  margin-bottom: 1.5rem;
  line-height: 1.0;
}
.hero-h1-top {
  display: block;
  font-size: clamp(0.9rem, 1.8vw, 1.15rem);
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 0.5rem;
}
.hero-h1-main {
  display: block;
  font-size: clamp(3rem, 6.5vw, 5.8rem);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.02em;
  color: #003D7A;
}
.hero-h1-main em {
  font-style: normal;
  color: #FDD835;
  position: relative;
  display: inline-block;
}
/* Underline stroke on "Africa" */
.hero-h1-main em::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0; right: 0;
  height: 3px;
  background: #dd1218;
  border-radius: 2px;
  box-shadow: 0 2px 6px rgba(255,82,82,1);
}

.hero-sub {
  font-size: clamp(0.95rem, 1.6vw, 1.1rem);
  color: #555555;
  margin-bottom: 2.25rem;
  max-width: 520px;
  line-height: 1.8;
  opacity: 1;
}

/* Buttons */
.hero-btns {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 2.5rem;
}
.btn-ghost {
  background: transparent;
  color: #003D7A;
  border: 2px solid #003D7A;
  border-radius: 50px;
  font-family: var(--font-body);
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 1.6rem 0.85rem 1.95rem;
  min-height: var(--tap-min);
  transition: color var(--transition), border-color var(--transition), background var(--transition), gap var(--transition);
  position: relative;
  overflow: visible;
}
.btn-ghost::after {
  content: '';
  position: absolute;
  left: 0.35rem;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 60%;
  background: transparent;
  border-radius: 2px;
  transition: background 0.3s ease, height 0.3s ease;
}
.btn-ghost:hover {
  color: #FFFFFF;
  background: #dd1218;
  border: 2px solid #dd1218;
  gap: 0.85rem;
}
.btn-ghost:hover::after {
  background: #dd1218;
  height: 100%;
}
.btn-arrow { font-size: 1rem; transition: transform var(--transition); }
.btn-ghost:hover .btn-arrow { transform: translateX(4px); }

/* Trust strip */
.hero-trust {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.hero-trust-item {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.hero-trust-item strong {
  font-family: var(--font-body);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 900;
  color: var(--white);
  line-height: 1;
}
.hero-trust-item span {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
}
.hero-trust-sep {
  width: 1px;
  height: 32px;
  background: rgba(255,255,255,0.12);
  flex-shrink: 0;
}

/* ── RIGHT: VISUAL PANEL ── */
.hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Spinning ring decorator */
.hero-ring {
  position: absolute;
  width: 340px; height: 340px;
  border-radius: 50%;
  border: 1px dashed rgba(255,255,255,0.12);
  animation: spin-slow 28s linear infinite;
  pointer-events: none;
}
.hero-ring::before {
  content: '';
  position: absolute;
  inset: 24px;
  border-radius: 50%;
  border: 1px dashed rgba(245,197,24,0.15);
  animation: spin-slow 20s linear infinite reverse;
}
@keyframes spin-slow {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

/* Info card */
.hero-card {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 20px;
  padding: 2rem 1.75rem;
  width: min(300px, 90%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  position: relative;
  z-index: 2;
}
.hero-card-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--font-body);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--orange);
  background: rgba(245,197,24,0.12);
  border: 1px solid rgba(245,197,24,0.25);
  border-radius: 50px;
  padding: 0.3rem 0.85rem;
  margin-bottom: 1.5rem;
}
.hero-card-tag::before {
  content: '';
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 6px var(--orange);
}
.hero-card-icon {
  width: 56px; height: 56px;
  background: linear-gradient(135deg, var(--orange) 0%, #ff9800 100%);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  border-bottom: 2px solid rgba(0,0,0,0.15);
}
.hero-card-icon svg,
.hero-card-icon i {
  width: 26px !important;
  height: 26px !important;
  max-width: 26px;
  max-height: 26px;
  stroke: var(--white) !important;
  fill: none;
  display: block;
}
.hero-card-label {
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.hero-card-flags {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem 0.4rem;
  margin-bottom: 1.25rem;
}
.hero-flag-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.18rem;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  padding: 0.4rem 0.25rem;
}
.hero-flag-emoji {
  display: none;
}
.hero-flag-img {
  width: 36px;
  height: 24px;
  object-fit: cover;
  border-radius: 3px;
  display: block;
  border: 1px solid rgba(255,255,255,0.2);
}
.hero-flag-name {
  font-size: 0.58rem;
  font-family: var(--font-body);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.75);
  text-align: center;
}
.hero-card-bar {
  width: 100%;
  height: 5px;
  background: rgba(255,255,255,0.07);
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.hero-card-bar span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--cyan), var(--orange));
  border-radius: 5px;
}
.hero-card-stat {
  font-size: 0.76rem;
  color: var(--steel-gray);
  text-align: right;
}
.hero-card-stat strong { color: var(--white); }

/* =============================================
   HOME — WHY CHOOSE US STRIP
   ============================================= */
#why-us {
  background: #FFFFFF;
  position: relative;
  z-index: 2;
  margin-top: -1px;
  border-top: 1px solid rgba(0,61,122,0.1);
  border-bottom: 1px solid rgba(0,61,122,0.1);
}
.why-us-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 3rem);
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: stretch;
}
.why-us-divider {
  width: 1px;
  background: var(--border-soft);
  align-self: stretch;
  margin: 0;
}
.why-us-card {
  display: flex;
  align-items: flex-start;
  gap: 1.1rem;
  padding: clamp(1.75rem, 3vw, 2.5rem) 1.5rem;
  transition: background var(--transition);
  position: relative;
  border-radius: 12px;
}
.why-us-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: #dd1218;
  opacity: 0;
  transition: opacity var(--transition);
  border-radius: 0 0 12px 12px;
}
.why-us-card:hover { background: rgba(0,61,122,0.05); }
.why-us-card:hover::after { opacity: 1; }
.why-us-icon {
  width: 44px; height: 44px;
  min-width: 44px;
  background: rgba(0,61,122,0.08);
  border: 2px solid #003D7A;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #003D7A;
  flex-shrink: 0;
}
.why-us-icon svg,
.why-us-icon i {
  width: 20px !important;
  height: 20px !important;
  max-width: 20px;
  max-height: 20px;
  stroke: currentColor;
  fill: none;
  display: block;
}
.why-us-body h4 {
  font-family: var(--font-body);
  font-size: clamp(0.82rem, 1.3vw, 0.95rem);
  color: #003D7A;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 0.45rem;
  line-height: 1.3;
  font-weight: 900;
}
.why-us-body p {
  font-size: 0.82rem;
  color: #003D7A;
  line-height: 1.65;
  font-weight: 700;
}

/* =============================================
   HOME — SERVICES OVERVIEW
   ============================================= */
#services-overview .services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.service-card {
  background: #FFFFFF;
  border: 1.5px solid rgba(0,61,122,0.15);
  border-radius: var(--radius);
  padding: clamp(1.5rem, 3vw, 2.25rem);
  position: relative;
  overflow: hidden;
  transition: all var(--transition);
  box-shadow: 0 4px 12px rgba(0,61,122,0.08);
}
.service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: #dd1218;
  opacity: 0;
  transition: opacity var(--transition);
}
.service-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: transparent;
  pointer-events: none;
  border-radius: var(--radius);
}
.service-card:hover {
  background: #F9F9F9;
  border-color: rgba(0,61,122,0.35);
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0,61,122,0.15);
}
.service-card:hover::before { opacity: 1; }
.service-card:hover .service-icon {
  transform: scale(1.12) rotate(-8deg);
  box-shadow: 0 8px 24px rgba(0,61,122,0.2);
  background: rgba(0,61,122,0.1);
}
.service-icon {
  font-size: 2rem;
  color: #003D7A;
  margin-bottom: 1.1rem;
  background: rgba(0,61,122,0.08);
  width: 56px; height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--transition);
  border: 1.5px solid rgba(0,61,122,0.2);
}
.service-card h3 { font-size: clamp(1rem, 2vw, 1.2rem); color: #FDD835; margin-bottom: 0.6rem; font-weight: 800; }
.service-card p  { font-size: 0.88rem; color: #555555; line-height: 1.65; }
.service-card .learn-more {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 1.25rem;
  font-family: var(--font-body);
  font-size: 0.8rem;
  color: var(--cyan);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: all var(--transition);
  min-height: var(--tap-min);
  position: relative;
}
.service-card .learn-more::after { content: ' →'; }
.service-card .learn-more:hover { gap: 0.6rem; color: #dd1218; }

/* =============================================
   HOME — PRESENCE MAP
   ============================================= */
#presence-home { background: #FFFFFF; }
#map {
  height: clamp(300px, 55vw, 500px);
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,0.12);
  overflow: hidden;
}

/* =============================================
   HOME — SUSTAINABILITY TEASER
   ============================================= */
#sustainability-teaser {
  background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 50%, #e8f5e9 100%);
  border-top: 1px solid rgba(46,125,50,0.15);
  border-bottom: 1px solid rgba(46,125,50,0.15);
  position: relative;
  overflow: visible;
  z-index: 1;
}
#sustainability-teaser::before {
  content: '';
  position: absolute;
  right: -100px; top: -100px;
  width: 380px; height: 380px;
  background: radial-gradient(circle, rgba(46,125,50,0.07), transparent 70%);
  pointer-events: none;
}
.sustain-inner {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}
.sustain-left .sustain-icon {
  font-size: 2.8rem;
  color: var(--green);
  margin-bottom: 1.25rem;
  background: var(--green-glow);
  width: 68px; height: 68px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(39,174,96,0.2);
}
.sustain-left h2 { color: #0f1e30; }
.sustain-right li {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  margin-bottom: 0.9rem;
  font-size: 0.94rem;
  color: var(--ice-white);
  line-height: 1.65;
  padding: 0.75rem 1rem;
  border-radius: var(--radius-sm);
  background: rgba(39,174,96,0.05);
  border: 1px solid rgba(39,174,96,0.08);
}
.sustain-right li .check { color: var(--green); flex-shrink: 0; margin-top: 2px; }
.sustain-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1.5rem;
  color: var(--green);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: gap var(--transition);
  min-height: var(--tap-min);
}
.sustain-link:hover { gap: 0.65rem; }

/* =============================================
   HOME — PARTNER LOGOS
   ============================================= */
#partners-home { background: #FFFFFF; padding: clamp(3rem, 6vw, 5rem) 0; }
.partner-ticker {
  overflow: hidden;
  width: 100%;
  margin-top: 2.5rem;
  mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
}
.ticker-track {
  display: flex;
  gap: 1rem;
  width: max-content;
  animation: ticker-scroll 22s linear infinite;
}
.ticker-track:hover { animation-play-state: paused; }
@keyframes ticker-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.partner-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-top: 2.5rem;
}
.partner-logo-item {
  background: #FFFFFF;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  padding: 1rem 1.5rem;
  min-width: 120px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  transition: all var(--transition);
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.partner-logo-item:hover,
.partner-logo-item:focus-within {
  border-color: rgba(21,101,192,0.35);
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(21,101,192,0.08);
}
.p-logo-img {
  width: 72px;
  height: 44px;
  object-fit: contain;
  display: block;
  border-radius: 6px;
}
.partner-logo-item span {
  font-family: var(--font-body);
  font-size: 0.65rem;
  font-weight: 600;
  color: var(--white);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
  display: none;
}
.partner-logo-item .p-logo-img[data-failed] + span,
.partner-logo-item:not(:has(.p-logo-img)) span { display: block; }
.partner-logo-item span {
  font-family: var(--font-body);
  font-size: 0.65rem;
  font-weight: 600;
  color: var(--white);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

/* =============================================
   HOME — CTA BANNER
   ============================================= */
#cta-banner {
  background: #dd1218;
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
#cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
#cta-banner .container { position: relative; }
#cta-banner h2 {
  color: #FFFFFF;
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  text-shadow: 0 2px 10px rgba(0,0,0,0.1);
  font-family: var(--font-body);
  font-weight: 900;
  margin-bottom: 0.75rem;
}
#cta-banner p { 
  color: rgba(255,255,255,0.95); 
  margin-top: 0.75rem; 
  margin-bottom: 2rem;
  font-size: clamp(0.95rem, 2vw, 1.1rem); 
  font-family: var(--font-body); 
  font-weight: 700; 
}
#cta-banner .btn-navy {
  margin-top: 2rem;
  background: var(--orange);
  color: #003D7A;
  border-color: var(--orange);
  font-weight: 800;
}
#cta-banner .btn-navy:hover {
  background: #FDD835;
  border-color: #FDD835;
}

/* =============================================
   ABOUT PAGE
   ============================================= */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.two-col img {
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,0.12);
  width: 100%;
  height: clamp(240px, 40vw, 420px);
  object-fit: cover;
}
.mvv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.mvv-card {
  background: #FFFFFF;
  border: 1.5px solid rgba(0, 61, 122, 0.12);
  border-radius: var(--radius);
  padding: clamp(1.5rem, 3vw, 2.25rem);
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 61, 122, 0.1);
  min-height: 300px;
  display: flex;
  flex-direction: column;
}
.mvv-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 100%; height: 3px;
  background: #dd1218;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--transition);
}
.mvv-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: transparent;
  pointer-events: none;
  border-radius: var(--radius);
}
.mvv-card:hover { 
  background: #F9F9F9;
  border-color: rgba(0, 61, 122, 0.3);
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0, 61, 122, 0.15);
}
.mvv-card:hover::after { transform: scaleX(1); }
.mvv-card .mvv-icon {
  font-size: 2rem;
  color: #003D7A;
  margin-bottom: 1rem;
  background: rgba(0, 61, 122, 0.1);
  width: 56px; height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--transition);
  border: 1.5px solid rgba(0, 61, 122, 0.2);
}
.mvv-card:hover .mvv-icon {
  transform: scale(1.15) rotate(-6deg);
  box-shadow: 0 8px 20px rgba(0, 61, 122, 0.15);
}
.mvv-card.blue-card {
  background: #F5F5F5;
  border-color: rgba(0, 61, 122, 0.15);
}
.mvv-card.blue-card .mvv-icon {
  color: #003D7A;
  background: rgba(0, 61, 122, 0.1);
  border: 1.5px solid rgba(0, 61, 122, 0.2);
}
.mvv-card.blue-card h3 { color: #FDD835 !important; font-weight: 900; }
.mvv-card.blue-card p  { color: #555555; }
.mvv-card.blue-card li { color: #555555; border-bottom-color: rgba(0, 61, 122, 0.1); }
.mvv-card.blue-card::after { background: #dd1218; }

/* Alternating MVV card colors: blue odd, red even */
.mvv-grid .mvv-card:nth-child(odd) {
  background: #F5F5F5;
  border-color: rgba(0, 61, 122, 0.15);
}
.mvv-grid .mvv-card:nth-child(odd) .mvv-icon {
  color: #003D7A;
  background: rgba(0, 61, 122, 0.1);
  border: 1.5px solid rgba(0, 61, 122, 0.2);
}
.mvv-grid .mvv-card:nth-child(odd) h3 { color: #FDD835 !important; font-weight: 900; font-family: var(--font-body); }
.mvv-grid .mvv-card:nth-child(odd) p { color: #003D7A; font-weight: 700; font-family: var(--font-body); }
.mvv-grid .mvv-card:nth-child(odd) li { color: #003D7A; border-bottom-color: rgba(0, 61, 122, 0.1); font-family: var(--font-body); }

.mvv-grid .mvv-card:nth-child(even) {
  background: #dd1218;
  border-color: rgba(255, 82, 82, 0.3);
}
.mvv-grid .mvv-card:nth-child(even) .mvv-icon {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.2);
  border: 1.5px solid rgba(255, 255, 255, 0.3);
}
.mvv-grid .mvv-card:nth-child(even) h3 { color: #FFFFFF !important; font-weight: 900; font-family: var(--font-body); }
.mvv-grid .mvv-card:nth-child(even) p { color: #FFFFFF; font-weight: 700; font-family: var(--font-body); }
.mvv-grid .mvv-card:nth-child(even) li { color: #FFFFFF; border-bottom-color: rgba(255, 255, 255, 0.2); font-family: var(--font-body); }

.mvv-card h3 { color: #FDD835; font-size: clamp(1.1rem, 2vw, 1.3rem); margin-bottom: 0.85rem; font-weight: 900; position: relative; z-index: 1; font-family: var(--font-body); }
.mvv-card p  { font-size: 0.9rem; color: #555555; line-height: 1.7; position: relative; z-index: 1; font-family: var(--font-body); }
.mvv-card ul { position: relative; z-index: 1; font-family: var(--font-body); }
.mvv-card ul { margin-top: 0.75rem; }
.mvv-card li {
  font-size: 0.9rem;
  color: #555555;
  padding: 0.4rem 0;
  border-bottom: 1px solid rgba(0, 61, 122, 0.1);
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.mvv-card li:last-child { border-bottom: none; }

.pillars-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.pillar-card {
  background: rgba(0, 61, 122, 0.05);
  border: 1px solid rgba(0, 61, 122, 0.12);
  border-radius: var(--radius);
  padding: clamp(1.5rem, 2.5vw, 2rem) 1.5rem;
  text-align: center;
  transition: all var(--transition);
}
.pillar-card:hover {
  background: rgba(0, 61, 122, 0.1);
  border-color: rgba(0, 61, 122, 0.28);
  transform: translateY(-4px);
}
.pillar-card .pillar-icon {
  font-size: 1.9rem;
  color: #003D7A;
  margin: 0 auto 1rem;
  background: rgba(0, 61, 122, 0.1);
  width: 52px; height: 52px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pillar-card h4 { color: #003D7A; margin-bottom: 0.5rem; font-size: 0.95rem; letter-spacing: 0.04em; font-weight: 900; font-family: var(--font-body); }
.pillar-card p  { font-size: 0.82rem; color: #003D7A; line-height: 1.65; font-weight: 700; font-family: var(--font-body); }

/* Alternating pillar card colors: blue odd, red even */
.pillars-grid .pillar-card:nth-child(odd) {
  background: rgba(0, 61, 122, 0.05);
  border-color: rgba(0, 61, 122, 0.12);
}
.pillars-grid .pillar-card:nth-child(odd):hover {
  background: rgba(0, 61, 122, 0.1);
  border-color: rgba(0, 61, 122, 0.28);
}
.pillars-grid .pillar-card:nth-child(odd) .pillar-icon {
  color: #003D7A;
  background: rgba(0, 61, 122, 0.1);
}
.pillars-grid .pillar-card:nth-child(odd) h4 { color: #003D7A; }
.pillars-grid .pillar-card:nth-child(odd) p { color: #003D7A; font-weight: 700; }

.pillars-grid .pillar-card:nth-child(even) {
  background: rgba(0, 61, 122, 0.05);
  border-color: rgba(0, 61, 122, 0.12);
}
.pillars-grid .pillar-card:nth-child(even):hover {
  background: rgba(0, 61, 122, 0.1);
  border-color: rgba(0, 61, 122, 0.28);
}
.pillars-grid .pillar-card:nth-child(even) .pillar-icon {
  color: #003D7A;
  background: rgba(0, 61, 122, 0.1);
}
.pillars-grid .pillar-card:nth-child(even) h4 { color: #003D7A; }
.pillars-grid .pillar-card:nth-child(even) p { color: #003D7A; font-weight: 700; }

.qhse-list li {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  padding: 0.65rem 0.85rem;
  font-size: 0.93rem;
  color: #555555;
  margin-bottom: 0.5rem;
  border-radius: var(--radius-sm);
  background: rgba(0, 61, 122, 0.04);
  border: 1px solid var(--border);
  transition: border-color var(--transition);
}
.qhse-list li:hover { border-color: rgba(21,101,192,0.25); }
.qhse-list .ck { color: var(--cyan); flex-shrink: 0; }

/* Org Chart */
.org-chart { text-align: center; padding: clamp(1rem, 2vw, 1.5rem) 0; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.org-node {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--navy-card);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-sm);
  padding: 0.65rem 1.35rem;
  min-height: var(--tap-min);
  font-family: var(--font-body);
  font-size: 0.88rem;
  color: var(--cyan);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: box-shadow var(--transition);
}
.org-node:hover { box-shadow: 0 0 16px var(--cyan-glow); }
.org-row { display: flex; justify-content: center; gap: 0.75rem; flex-wrap: wrap; margin: 0.85rem 0; }
.org-connector {
  width: 2px; height: 28px;
  background: linear-gradient(to bottom, var(--cyan), rgba(21,101,192,0.1));
  margin: 0 auto;
}
.org-node.dept {
  border-color: var(--border);
  color: var(--ice-white);
  font-size: 0.76rem;
  padding: 0.45rem 0.95rem;
}

/* =============================================
   SERVICES PAGE
   ============================================= */
.service-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3.5rem, 7vw, 5.5rem);
  align-items: flex-start;
  margin-bottom: clamp(6rem, 10vw, 9rem);
  overflow: visible;
}
.service-detail:last-child { margin-bottom: 0; }
.service-detail.reverse { direction: rtl; }
.service-detail.reverse > * { direction: ltr; }
.service-detail .zoom-in {
  position: relative;
  overflow: visible;
  display: flex;
  align-items: stretch;
  min-width: 1px;
  min-height: 1px;
}
.service-detail .zoom-in::after {
  content: '';
  position: absolute;
  width: 50px; height: 50px;
  bottom: -12px; right: -12px;
  border-bottom: 3px solid var(--orange);
  border-right: 3px solid var(--orange);
  border-radius: 0 0 6px 0;
  opacity: 0.4;
  pointer-events: none;
  transition: opacity var(--transition), width var(--transition), height var(--transition);
  z-index: 10;
  display: block;
}
.service-detail .zoom-in:hover::after {
  opacity: 0.8;
  width: 70px; height: 70px;
}
.service-detail .zoom-in .img-accent {
  display: none;
}
.service-detail img {
  border-radius: var(--radius);
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,0.12);
  display: block;
}
.service-detail-content {
  padding: 1rem clamp(1.5rem, 3vw, 3rem);
}
.service-detail-content h2 {
  color: #003D7A;
  margin-bottom: 1.25rem;
  font-size: clamp(1.8rem, 4vw, 2.2rem);
  line-height: 1.3;
  font-family: var(--font-body);
  font-weight: 900;
}
.service-detail-content .divider { margin-bottom: 1.5rem; }
.service-detail-content p {
  color: #003D7A;
  margin-bottom: 1.5rem;
  line-height: 1.8;
  font-size: 0.95rem;
  font-weight: 700;
  font-family: var(--font-body);
}
.service-detail-content p:first-of-type {
  font-weight: 900;
  font-size: 1rem;
}
.service-detail-content ul { margin-top: 1.5rem; }
.service-detail-content li {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  padding: 0.75rem 0;
  font-size: 0.95rem;
  color: #003D7A;
  border-bottom: 1px solid rgba(0,61,122,0.15);
}
.service-detail-content li:last-child { border-bottom: none; }
.service-detail-content li .bullet { color: #003D7A; flex-shrink: 0; margin-top: 2px; }
.service-detail-content li .hi-icon { color: #003D7A; flex-shrink: 0; margin-top: 2px; }

.service-badge {
  position: absolute;
  bottom: -1.5rem;
  left: 1.5rem;
  background: #003D7A;
  color: #FFFFFF;
  padding: 1.5rem 2rem;
  border-radius: 0.75rem;
  font-weight: 900;
  font-size: clamp(0.9rem, 2vw, 1.05rem);
  line-height: 1.5;
  max-width: 320px;
  box-shadow: 0 12px 32px rgba(0,61,122,0.3);
  z-index: 10;
}

/* Alternate badge colors: red for 2nd and 4th services */
.service-detail:nth-child(3) .service-badge,
.service-detail:nth-child(7) .service-badge {
  background: #dd1218;
  box-shadow: 0 12px 32px rgba(255,82,82,1);
}

/* =============================================
   WORK ENVIRONMENT SHOWCASE
   ============================================= */
#work-environment {
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.work-env-carousel-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3.5rem, 7vw, 5.5rem);
  align-items: center;
  margin-bottom: clamp(5rem, 8vw, 7rem);
  overflow: visible;
}

.work-env-carousel-section:last-child { margin-bottom: 0; }

/* Carousel Container */
.work-env-carousel {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.carousel-container {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: clamp(12px, 2vw, 20px);
  box-shadow: 0 20px 60px rgba(0, 61, 122, 0.2),
              0 0 40px rgba(255, 179, 0, 0.12),
              inset 0 1px 0 rgba(255,255,255,0.2);
  border: 2px solid rgba(255, 179, 0, 0.1);
  background: #f0f4f8;
}

.carousel-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
  width: 100%;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
}

.carousel-slide {
  flex: 0 0 100%;
  flex-shrink: 0;
  min-width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
}

.carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.carousel-container:hover .carousel-slide img {
  transform: scale(1.05);
}

/* Navigation Buttons */
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(21, 101, 192, 0.9);
  border: 2px solid rgba(255, 179, 0, 0.3);
  color: #FF9800;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 8px 24px rgba(21, 101, 192, 0.3);
  font-size: 1.2rem;
}

.carousel-btn:hover {
  background: rgba(21, 101, 192, 1);
  border-color: rgba(255, 179, 0, 0.6);
  transform: translateY(-50%) scale(1.15);
  box-shadow: 0 12px 36px rgba(21, 101, 192, 0.5), 0 0 20px rgba(255, 179, 0, 0.3);
}

.carousel-btn:active {
  transform: translateY(-50%) scale(0.95);
}

.carousel-prev {
  left: 1rem;
}

.carousel-next {
  right: 1rem;
}

/* Carousel Dots */
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(0, 61, 122, 0.3);
  border: 2px solid rgba(0, 61, 122, 0.15);
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot:hover {
  background: rgba(0, 61, 122, 0.6);
  transform: scale(1.2);
}

.dot.active {
  background: #FF9800;
  border-color: #FF9800;
  box-shadow: 0 0 12px rgba(255, 152, 0, 0.5);
}

/* Content Area */
.work-env-carousel-content {
  padding: clamp(1rem, 2vw, 2rem) clamp(1.5rem, 3vw, 3rem);
  position: relative;
}

.section-number {
  display: inline-block;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 900;
  color: rgba(255, 179, 0, 0.25);
  font-family: var(--font-body);
  margin-bottom: 0.5rem;
}

.work-env-carousel-content h3 {
  color: #003D7A;
  margin-bottom: 1.5rem;
  font-size: clamp(1.6rem, 4vw, 2rem);
  line-height: 1.35;
  font-family: var(--font-body);
  font-weight: 900;
  letter-spacing: -0.5px;
}

.work-env-carousel-content .highlight-text {
  color: #003D7A;
  margin-bottom: 1.8rem;
  line-height: 1.85;
  font-size: clamp(0.95rem, 1.5vw, 1.05rem);
  font-weight: 600;
  font-family: var(--font-body);
  border-left: 4px solid #FF9800;
  padding-left: 1.25rem;
  background: rgba(255, 152, 0, 0.05);
  padding: 1rem 1.25rem;
  border-radius: 8px;
}

.work-env-carousel-content .highlight-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.work-env-carousel-content .highlight-list li {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1rem 0;
  font-size: clamp(0.92rem, 1.2vw, 1rem);
  color: #1F1F1F;
  border-bottom: 1px solid rgba(0, 61, 122, 0.1);
  transition: all 0.3s ease;
}

.work-env-carousel-content .highlight-list li:hover {
  padding-left: 0.5rem;
  border-bottom-color: rgba(0, 61, 122, 0.25);
  background: rgba(21, 101, 192, 0.03);
}

.work-env-carousel-content .highlight-list li:last-child {
  border-bottom: none;
}

.work-env-carousel-content .hi-icon {
  color: #FF9800;
  flex-shrink: 0;
  margin-top: 2px;
  font-size: 1.3rem;
  transition: transform 0.3s ease;
}

.work-env-carousel-content .highlight-list li:hover .hi-icon {
  transform: scale(1.2) rotate(10deg);
}

/* Responsive: Stack on smaller screens */
@media (max-width: 768px) {
  .work-env-carousel-section {
    grid-template-columns: 1fr;
    gap: 2rem;
    direction: ltr;
  }
  
  .work-env-carousel-section > * {
    direction: ltr;
  }
  
  .carousel-container {
    aspect-ratio: 4/3;
  }
  
  .carousel-btn {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
  
  .carousel-prev {
    left: 0.75rem;
  }
  
  .carousel-next {
    right: 0.75rem;
  }
}

/* =============================================
   PRODUCTS PAGE
   ============================================= */
.products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.product-card {
  background: #FFFFFF;
  border: 1.5px solid rgba(0,61,122,0.12);
  border-radius: var(--radius);
  position: relative;
  overflow: hidden;
  transition: all var(--transition);
  box-shadow: 0 4px 12px rgba(0,61,122,0.1);
  min-height: 320px;
  display: flex;
  flex-direction: column;
}
.product-card .card-image {
  width: 100%;
  height: 180px;
  overflow: hidden;
  flex-shrink: 0;
}
.product-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-card .card-body {
  padding: clamp(1.5rem, 3vw, 2.25rem);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.product-card::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: #dd1218;
  opacity: 0;
  transition: opacity var(--transition);
}
.product-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: transparent;
  pointer-events: none;
  border-radius: var(--radius);
}
.product-card:hover {
  background: #F9F9F9;
  border-color: rgba(0,61,122,0.35);
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0,61,122,0.15);
}
.product-card:hover::before { opacity: 1; }

/* Alternating product card colors: blue odd, red even */
.products-grid .product-card:nth-child(odd) {
  background: #FFFFFF;
  border-color: rgba(0, 61, 122, 0.12);
}
.products-grid .product-card:nth-child(odd) .product-icon {
  color: #003D7A;
  background: rgba(0, 61, 122, 0.12);
}
.products-grid .product-card:nth-child(odd) h3 { color: #FDD835; }
.products-grid .product-card:nth-child(odd) p { color: #003D7A; font-weight: 700; }
.products-grid .product-card:nth-child(odd) .product-number { color: rgba(0, 61, 122, 0.08); }

.products-grid .product-card:nth-child(even) {
  background: #dd1218;
  border-color: rgba(255, 82, 82, 0.3);
}
.products-grid .product-card:nth-child(even):hover {
  background: #dd1218;
  border-color: rgba(227, 30, 36, 0.5);
  box-shadow: 0 12px 32px rgba(227, 30, 36, 0.15);
}
.products-grid .product-card:nth-child(even) .product-icon {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.2);
}
.products-grid .product-card:nth-child(even) .product-number { color: rgba(255, 255, 255, 0.08); }
.products-grid .product-card:nth-child(even) h3 { color: #FFFFFF; }
.products-grid .product-card:nth-child(even) p { color: #FFFFFF; }
.product-number {
  position: absolute;
  top: 1rem; right: 1rem;
  font-family: var(--font-body);
  font-size: 3.5rem;
  font-weight: 900;
  color: rgba(0, 61, 122, 0.08);
  line-height: 1;
  pointer-events: none;
  z-index: 5;
}
.product-icon {
  font-size: 2.2rem;
  color: #003D7A;
  margin-bottom: 1.1rem;
  background: rgba(0, 61, 122, 0.12);
  width: 52px; height: 52px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid rgba(0, 61, 122, 0.2);
  transition: all var(--transition);
}
.product-card:hover .product-icon {
  transform: scale(1.2) rotate(-8deg);
  box-shadow: 0 10px 24px rgba(0, 61, 122, 0.2);
  background: rgba(0, 61, 122, 0.15);
}
.product-card h3 { font-size: clamp(1rem, 2vw, 1.2rem); color: #FDD835; margin-bottom: 0.6rem; font-weight: 800; }
.product-card p  { font-size: 0.88rem; color: #555555; line-height: 1.65; }

/* =============================================
   PRESENCE PAGE
   ============================================= */
#map-full {
  height: clamp(280px, 50vw, 540px);
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,0.12);
  overflow: hidden;
  margin-bottom: 3rem;
}
.country-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(170px, 100%), 1fr)); gap: 0.75rem; }
.country-card {
  background: var(--navy-card);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  padding: 0.9rem 0.85rem;
  text-align: left;
  transition: all var(--transition);
}
.country-card:hover {
  border-color: rgba(21,101,192,0.35);
  transform: translateY(-4px);
  box-shadow: 0 4px 16px rgba(21,101,192,0.08);
}
.country-flag {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
}
.country-card-header {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.65rem;
  min-width: 0;
}
.country-flag-img {
  width: 38px;
  height: 25px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid rgba(255,255,255,0.2);
  display: block;
  flex-shrink: 0;
}
.country-flag-text {
  width: 38px;
  height: 25px;
  border-radius: 4px;
  border: 1px solid rgba(211,47,47,0.3);
  background: rgba(245,197,24,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-body);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--orange);
  flex-shrink: 0;
}
.country-desc {
  font-size: 0.72rem;
  color: var(--steel-gray);
  line-height: 1.5;
  margin: 0;
}
.country-card h4 { font-size: 0.95rem; color: #0f1e30; margin-bottom: 0.3rem; }
.country-card .role {
  font-size: 0.58rem;
  color: var(--cyan);
  font-family: var(--font-body);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: var(--cyan-glow);
  padding: 0.18rem 0.45rem;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  white-space: normal;
  word-break: break-word;
  line-height: 1.3;
  min-width: 0;
}

/* Alternating country card colors: blue odd, red even */
.country-cards .country-card:nth-child(odd) {
  background: #FFFFFF;
  border-color: rgba(0, 61, 122, 0.2);
}
.country-cards .country-card:nth-child(odd) h4 { color: #003D7A; }
.country-cards .country-card:nth-child(odd) .country-desc { color: #003D7A; font-weight: 700; }
.country-cards .country-card:nth-child(odd) .role {
  color: #003D7A;
  background: rgba(0, 61, 122, 0.1);
}

.country-cards .country-card:nth-child(even) {
  background: #FFFFFF;
  border-color: rgba(0, 61, 122, 0.2);
}
.country-cards .country-card:nth-child(even):hover {
  background: #FFFFFF;
  border-color: rgba(0, 61, 122, 0.3);
  box-shadow: 0 4px 16px rgba(0, 61, 122, 0.1);
}
.country-cards .country-card:nth-child(even) h4 { color: #003D7A; }
.country-cards .country-card:nth-child(even) .country-desc { color: #003D7A; }
.country-cards .country-card:nth-child(even) .role {
  color: #003D7A;
  background: rgba(0, 61, 122, 0.1);
}

/* Location Items - Malawi Selling Points */
.location-item {
  background: #FFFFFF;
  border: 2px solid rgba(0, 61, 122, 0.1);
  border-radius: 12px;
  padding: 1.5rem;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 61, 122, 0.08);
  cursor: pointer;
}

.location-item:hover {
  border-color: rgba(255, 179, 0, 0.3);
  box-shadow: 0 8px 24px rgba(0, 61, 122, 0.12);
  transform: translateY(-4px);
  background: linear-gradient(135deg, #FFFFFF 0%, rgba(0, 61, 122, 0.03) 100%);
}

.location-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #003D7A 0%, #1565C0 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FDD835;
  font-size: 1.8rem;
  margin: 0 auto 1rem;
}

.location-item h4 {
  color: #003D7A;
  margin: 0.5rem 0 0.25rem;
  font-size: 1.1rem;
  font-weight: 700;
}

.location-item p {
  color: #666;
  margin: 0;
  font-size: 0.9rem;
  font-weight: 600;
}

.value-chain {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 2.5rem;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border-soft);
}
.chain-stage {
  text-align: center;
  padding: clamp(1.5rem, 3vw, 2.5rem) 1.25rem;
  background: var(--navy-card);
  border-right: 1px solid var(--border-soft);
  position: relative;
  transition: background var(--transition);
}
.chain-stage:last-child { border-right: none; }
.chain-stage:hover { background: rgba(21,101,192,0.04); }
.chain-stage:not(:last-child)::after {
  content: '->';
  position: absolute;
  right: -12px; top: 50%;
  transform: translateY(-50%);
  color: var(--cyan);
  font-size: 1.3rem;
  z-index: 1;
}
.chain-pct {
  font-family: var(--font-body);
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--orange);
  font-weight: 900;
  line-height: 1;
}
.chain-stage h4 { font-size: 0.85rem; color: #0f1e30; margin-top: 0.5rem; }
.chain-stage p  { font-size: 0.75rem; color: var(--steel-gray); margin-top: 0.4rem; line-height: 1.5; }

/* =============================================
   SUSTAINABILITY PAGE
   ============================================= */
.sustain-section {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 1.75rem;
  align-items: flex-start;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  background: rgba(39,174,96,0.04);
  border: 1px solid rgba(39,174,96,0.1);
  border-radius: var(--radius);
  margin-bottom: 1.25rem;
  transition: all var(--transition);
}
.sustain-section:hover {
  border-color: rgba(39,174,96,0.25);
  background: rgba(39,174,96,0.07);
  transform: translateX(4px);
}
.sustain-section .s-icon {
  font-size: 2rem;
  color: var(--green);
  background: var(--green-glow);
  border: 1px solid rgba(39,174,96,0.2);
  width: 64px; height: 64px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.sustain-section h3 { color: #2E7D32; margin-bottom: 0.6rem; font-size: clamp(1.1rem, 2vw, 1.4rem); }
.sustain-section p  { color: var(--ice-white); font-size: 0.93rem; line-height: 1.75; }

/* =============================================
   PARTNERS PAGE
   ============================================= */
.partners-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.partner-card {
  background: var(--navy-card);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  padding: clamp(1.5rem, 3vw, 2.5rem) 2rem;
  text-align: center;
  transition: all var(--transition);
}
.partner-card:hover,
.partner-card:focus-within {
  border-color: rgba(21,101,192,0.3);
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(21,101,192,0.08);
}
.p-card-logo {
  width: 140px;
  height: 80px;
  object-fit: contain;
  margin: 0 auto 1.25rem;
  display: block;
  border-radius: 8px;
}
.partner-card .p-name {
  font-family: var(--font-body);
  font-size: clamp(1.3rem, 2.5vw, 1.7rem);
  font-weight: 700;
  color: #003D7A;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.partner-card .p-desc { font-size: 0.83rem; color: #003D7A; margin-top: 0.5rem; font-family: var(--font-body); font-weight: 700; }
.partner-card .p-icon {
  font-size: 2rem;
  color: var(--cyan);
  margin: 0 auto 1.25rem;
  background: var(--cyan-glow);
  width: 60px; height: 60px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Alternating partner card colors: blue odd, red even */
.partners-grid .partner-card:nth-child(odd) {
  background: #FFFFFF;
  border-color: rgba(0, 61, 122, 0.2);
}
.partners-grid .partner-card:nth-child(odd) .p-name { color: #003D7A; }
.partners-grid .partner-card:nth-child(odd) .p-desc { color: #003D7A; font-weight: 700; }
.partners-grid .partner-card:nth-child(odd) .p-icon {
  color: #003D7A;
  background: rgba(0, 61, 122, 0.1);
}

.partners-grid .partner-card:nth-child(even) {
  background: #FFFFFF;
  border-color: rgba(0, 61, 122, 0.2);
}
.partners-grid .partner-card:nth-child(even):hover,
.partners-grid .partner-card:nth-child(even):focus-within {
  background: #FFFFFF;
  border-color: rgba(0, 61, 122, 0.3);
  box-shadow: 0 8px 24px rgba(0, 61, 122, 0.1);
}
.partners-grid .partner-card:nth-child(even) .p-name { color: #003D7A; }
.partners-grid .partner-card:nth-child(even) .p-desc { color: #003D7A; }
.partners-grid .partner-card:nth-child(even) .p-icon {
  color: #003D7A;
  background: rgba(0, 61, 122, 0.1);
}

/* =============================================
   CONTACT PAGE
   ============================================= */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); }
.contact-form .form-group { margin-bottom: 1.25rem; }
.contact-form label {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #003D7A;
  margin-bottom: 0.4rem;
  display: block;
  transition: color 0.3s ease;
}
.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid rgba(0,61,122,0.15);
  border-radius: var(--radius-sm);
  padding: 0.95rem 1.2rem;
  color: #1E2A3A;
  font-family: var(--font-body);
  font-size: 1rem;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: rgba(85,96,112,0.4); }
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  border-color: #003D7A;
  box-shadow: 0 0 0 4px rgba(0,61,122,0.08);
  background: #FFFFFF;
  transform: translateY(-1px);
}
.contact-form input:focus + label,
.contact-form textarea:focus + label { color: var(--cyan); }
.contact-form textarea { min-height: 140px; resize: vertical; }
.contact-form {
  background: rgba(0, 61, 122, 0.04);
  padding: 2rem;
  border-radius: 16px;
  border: 1px solid rgba(0, 61, 122, 0.1);
}
.contact-form .btn-submit {
  width: 100%;
  margin-top: 1.5rem;
  padding: 1.2rem 2rem;
  font-size: 1.1rem;
  border-radius: 12px;
  justify-content: center;
}
.form-feedback {
  text-align: center; padding: 0.85rem; border-radius: var(--radius-sm);
  margin-top: 1rem; display: none; font-weight: 500; font-size: 0.9rem;
}
.form-feedback.success { background: rgba(39,174,96,0.12); color: var(--green); border: 1px solid rgba(39,174,96,0.3); display: block; }
.form-feedback.error   { background: rgba(211,47,47,0.12); color: var(--orange); border: 1px solid rgba(211,47,47,0.3); display: block; }
.contact-info-block {
  display: flex; gap: 1rem; margin-bottom: 1.25rem; align-items: flex-start;
}
.contact-info-block .ci-icon {
  color: #003D7A; flex-shrink: 0; background: rgba(0,61,122,0.1);
  border: 1px solid rgba(0,61,122,0.2); padding: 8px; border-radius: 10px;
  width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;
}
.contact-info-block .ci-text h5 {
  font-size: 0.7rem; color: #003D7A; text-transform: uppercase;
  letter-spacing: 0.1em; margin-bottom: 0.2rem; font-weight: 700; font-family: var(--font-body);
}
.contact-info-block .ci-text p  { font-size: 0.9rem; color: #003D7A; line-height: 1.6; font-weight: 700; font-family: var(--font-body); }
.contact-info-block .ci-text a  { color: #003D7A; font-weight: 700; }
.contact-info-block .ci-text a:hover { text-decoration: underline; }
.contact-divider { height: 1px; background: var(--border-soft); margin: 1.5rem 0; }
#map-contact {
  height: clamp(220px, 40vw, 320px);
  border-radius: var(--radius); overflow: hidden; margin-top: 2rem;
  border: 1px solid rgba(255,255,255,0.12);
}

/* Mobile-friendly contact page layout */
@media (max-width: 768px) {
  /* Stack contact form and details vertically */
  .section.section-light > .container > div[style*="grid-template-columns"] {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: clamp(1.5rem, 3vw, 2rem) !important;
  }
  
  /* Improve form spacing on mobile */
  .contact-form .form-group {
    margin-bottom: 1rem;
  }
  
  .contact-form label {
    font-size: 0.65rem;
    margin-bottom: 0.3rem;
  }
  
  .contact-form input,
  .contact-form textarea,
  .contact-form select {
    padding: 0.8rem 1rem;
    font-size: 1rem; /* Prevents iOS zoom */
  }
  
  .contact-form textarea {
    min-height: 120px;
  }
  
  .contact-form .btn-orange {
    padding: 0.9rem;
    font-size: 0.95rem;
  }
  
  /* Adjust contact info blocks for better mobile display */
  .contact-info-block {
    margin-bottom: 1rem;
  }
  
  .contact-info-block .ci-icon {
    width: 36px;
    height: 36px;
    padding: 6px;
  }
  
  .contact-info-block .ci-text h5 {
    font-size: 0.65rem;
  }
  
  .contact-info-block .ci-text p {
    font-size: 0.85rem;
  }
  
  /* Make map responsive */
  #map-contact {
    height: clamp(200px, 50vw, 280px);
    margin-top: 1.5rem;
  }
}

@media (max-width: 480px) {
  /* Extra small devices */
  .contact-form input,
  .contact-form textarea,
  .contact-form select {
    padding: 0.75rem 0.9rem;
    font-size: 16px; /* Prevents iOS zoom */
  }
  
  .contact-info-block {
    gap: 0.75rem;
    margin-bottom: 0.85rem;
  }
  
  .contact-info-block .ci-icon {
    width: 32px;
    height: 32px;
    padding: 5px;
  }
  
  .contact-form .form-group {
    margin-bottom: 0.85rem;
  }
  
  #map-contact {
    height: 200px;
  }
}

/* =============================================
   404 PAGE
   ============================================= */
.not-found {
  min-height: 100svh;
  display: flex; align-items: center; justify-content: center; text-align: center; padding: 2rem;
}
.not-found .nf-number {
  font-family: var(--font-body);
  font-size: clamp(7rem, 18vw, 14rem);
  color: var(--cyan); opacity: 0.08; line-height: 1; font-weight: 900; user-select: none;
}
.not-found h2 { color: var(--white); margin-top: -2rem; font-size: clamp(1.6rem, 3vw, 2.5rem); }
.not-found p  { color: var(--steel-gray); margin-top: 1rem; max-width: 400px; margin-left: auto; margin-right: auto; }
.not-found .btn-orange { margin-top: 2.25rem; }

/* =============================================
   LEAFLET MAP THEME
   ============================================= */
.leaflet-popup-content-wrapper {
  background: var(--navy-mid) !important; border: 1px solid var(--border) !important;
  border-radius: var(--radius-sm) !important;
  color: var(--ice-white) !important;
}
.leaflet-popup-tip { background: var(--navy-mid) !important; }
.leaflet-popup-close-button { color: var(--steel-gray) !important; }



/* =============================================
   WAVE / CURVED SECTION DIVIDERS (PDF-inspired)
   ============================================= */
.wave-divider {
  position: relative;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.wave-divider svg {
  display: block;
  width: 100%;
  height: 60px;
}
.wave-divider.flip { transform: scaleY(-1); }

/* Diagonal accent band — like PDF page 4 */
.diagonal-accent {
  position: relative;
  overflow: hidden;
}
.diagonal-accent::before {
  content: '';
  position: absolute;
  top: -40%; left: -10%;
  width: 55%;
  height: 180%;
  background: linear-gradient(135deg, var(--cyan) 0%, #0D47A1 100%);
  transform: rotate(-12deg);
  z-index: 0;
  opacity: 0.06;
  border-radius: 40px;
}

/* =============================================
   INFOGRAPHIC STATS STRIP (PDF-inspired)
   ============================================= */
.stats-strip {
  background: linear-gradient(135deg, #1565C0 0%, #0D47A1 100%);
  padding: clamp(2.5rem, 5vw, 4rem) 0;
  position: relative;
  overflow: hidden;
}
.stats-strip::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.stats-strip .container { position: relative; z-index: 1; }
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  text-align: center;
}
.stat-item {
  position: relative;
}
.stat-number {
  font-family: var(--font-body);
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 900;
  color: #003D7A;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.stat-number span {
  color: var(--orange);
}
.stat-label {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #003D7A;
}
.stat-divider {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 50px;
  background: rgba(0,61,122,0.2);
}
.stat-item:last-child .stat-divider { display: none; }

/* =============================================
   PROCESS FLOW (PDF-inspired infographic)
   ============================================= */
.process-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
  overflow: visible;
}
.process-step {
  text-align: center;
  position: relative;
  padding: 1.5rem 1rem;
  opacity: 1;
  animation: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.process-step:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(0,61,122,0.2);
}
.process-step:nth-child(1) { animation-delay: 0s; }
.process-step:nth-child(2) { animation-delay: 0s; }
.process-step:nth-child(3) { animation-delay: 0s; }
.process-step:nth-child(4) { animation-delay: 0s; }
.process-step-number {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cyan), #0D47A1);
  color: #FFFFFF;
  font-family: var(--font-body);
  font-size: 1.3rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  box-shadow: 0 4px 12px rgba(21,101,192,0.2);
}
.process-step h4 {
  font-size: 1.1rem;
  color: #003D7A;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 900;
  font-family: var(--font-body);
  line-height: 1.4;
}
.process-step p {
  font-size: 0.9rem;
  color: #003D7A;
  line-height: 1.7;
  font-weight: 700;
  font-family: var(--font-body);
}
.process-step:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 26px;
  right: -0.75rem;
  width: 1.5rem;
  height: 2px;
  background: linear-gradient(90deg, var(--cyan), var(--orange));
}

/* =============================================
   BLUE ACCENT CARDS (PDF Mission/Vision style)
   ============================================= */
.blue-card {
  background: linear-gradient(135deg, #1565C0 0%, #0D47A1 100%);
  border-radius: var(--radius);
  padding: clamp(1.5rem, 3vw, 2.25rem);
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}
.blue-card::before {
  content: '';
  position: absolute;
  top: -20px; right: -20px;
  width: 80px; height: 80px;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
}
.blue-card h3 {
  color: #FFFFFF;
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  margin-bottom: 0.85rem;
}
.blue-card p {
  color: rgba(255,255,255,0.85);
  font-size: 0.9rem;
  line-height: 1.7;
}

/* =============================================
   IMAGE FEATURE SECTION (Curved clip like PDF)
   ============================================= */
.feature-img-curved {
  border-radius: 20px 80px 20px 80px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0,0,0,0.12);
}
.feature-img-curved img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* =============================================
   IMAGE GALLERY GRID — Masonry-style showcase
   ============================================= */
.img-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 2rem 0;
}
.img-gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(21,101,192,0.12), rgba(255,179,0,0.06));
  padding: 3px;
  box-shadow: 0 8px 32px rgba(21,101,192,0.15), 0 2px 16px rgba(0,0,0,0.12);
  aspect-ratio: 4/3;
}
.img-gallery-item::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, transparent, rgba(255,255,255,0.08), transparent);
  pointer-events: none;
  z-index: 1;
}
.img-gallery-item.tall { grid-row: span 2; aspect-ratio: auto; }
.img-gallery-item.wide { grid-column: span 2; }
.img-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.4s ease;
  border-radius: 15px;
  display: block;
  position: relative;
  z-index: 0;
}
.img-gallery-item:hover img {
  transform: scale(1.06);
}
.img-gallery-item .img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(10,30,64,0.72) 0%, transparent 60%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem;
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 2;
}
.img-gallery-item:hover .img-overlay { opacity: 1; }
.img-overlay h4 { color: #fff; font-size: 1.1rem; margin: 0 0 0.25rem; }
.img-overlay p  { color: rgba(255,255,255,0.8); font-size: 0.85rem; margin: 0; }

/* =============================================
   PARALLAX IMAGE BANNER — Full-width immersive
   ============================================= */
.parallax-banner {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0;
}
.parallax-banner .parallax-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 120%;
  object-fit: cover;
  object-position: center center;
  transform-origin: center center;
  transform: translate(-50%, -50%) scale(1.08);
  will-change: transform, translate;
  -webkit-animation: parallax-zoom 8s ease-out forwards;
  animation: parallax-zoom 8s ease-out forwards;
  animation-play-state: paused;
}
@keyframes parallax-zoom {
  from { transform: translate(-50%, -50%) scale(1.08); }
  to   { transform: translate(-50%, -50%) scale(1); }
}
.parallax-banner.visible .parallax-img {
  animation-play-state: running;
}
.parallax-banner .parallax-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10,30,64,0.82) 0%, rgba(21,101,192,0.68) 100%);
  z-index: 1;
}
.parallax-banner .parallax-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 3rem 2rem;
  max-width: 800px;
}
.parallax-banner .parallax-content h2 {
  color: #fff;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  margin-bottom: 1rem;
  font-family: var(--font-body);
  font-weight: 900;
}
.parallax-banner .parallax-content p {
  color: rgba(255,255,255,0.9);
  font-size: 1.1rem;
  line-height: 1.6;
  font-family: var(--font-body);
  font-weight: 700;
}

/* =============================================
   SPLIT IMAGE+TEXT — Two-column showcase
   ============================================= */
.split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  padding: clamp(2rem,5vw,4rem) 0;
}
.split-section.reverse { direction: rtl; }
.split-section.reverse > * { direction: ltr; }
.split-image {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(21,101,192,0.1), rgba(255,179,0,0.05));
  padding: 4px;
  box-shadow: 0 8px 32px rgba(21,101,192,0.18), 0 2px 20px rgba(0,0,0,0.14);
}
.split-image::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: linear-gradient(135deg, transparent, rgba(255,255,255,0.1), transparent);
  pointer-events: none;
  z-index: 1;
}
.split-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 320px;
  border-radius: 18px;
  position: relative;
  z-index: 0;
}
.split-image .img-accent {
  position: absolute;
  bottom: -12px;
  right: -12px;
  width: 120px;
  height: 120px;
  background: var(--cyan);
  border-radius: 16px;
  z-index: -1;
}
.split-text h2 {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  color: #003D7A;
  margin-bottom: 1rem;
  font-family: var(--font-body);
  font-weight: 900;
}
.split-text p {
  color: #003D7A;
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 1rem;
  font-weight: 700;
  font-family: var(--font-body);
}
.split-text .highlight-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}
.split-text .highlight-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.5rem 0;
  font-size: 0.95rem;
  color: #003D7A;
  font-weight: 700;
  font-family: var(--font-body);
}
.split-text .highlight-list li .hi-icon {
  color: #003D7A;
  flex-shrink: 0;
  margin-top: 2px;
}

/* =============================================
   CARD WITH IMAGE — Service/Product card variant
   ============================================= */
.card-img-top {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card-img-top:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(21,101,192,0.12);
}
.card-img-top .card-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.card-img-top .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.card-img-top:hover .card-image img { transform: scale(1.08); }
.card-img-top .card-body {
  padding: 1.5rem;
}
.card-img-top .card-body h3 {
  font-size: 1.15rem;
  color: #0f1e30;
  margin-bottom: 0.5rem;
}
.card-img-top .card-body p {
  color: var(--steel-gray);
  font-size: 0.92rem;
  line-height: 1.6;
}

/* Product Card Text Styling */
.product-card .card-body h3 {
  color: #003D7A;
  font-weight: 900;
  font-size: 1.1rem;
  font-family: var(--font-body);
}
.product-card .card-body p {
  color: #003D7A;
  font-weight: 700;
  font-size: 0.9rem;
  font-family: var(--font-body);
}
.products-grid .product-card:nth-child(even) .card-body h3 { color: #FFFFFF; }
.products-grid .product-card:nth-child(even) .card-body p { color: #FFFFFF; }

/* =============================================
   FULL-WIDTH IMAGE STRIP — Edge-to-edge showcase
   ============================================= */
.fullwidth-image-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  margin: 0;
  overflow: hidden;
}
.fullwidth-image-strip .strip-item {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(21,101,192,0.1), rgba(255,179,0,0.05));
  padding: 3px;
  box-shadow: 0 0 25px rgba(21,101,192,0.2), 0 10px 40px rgba(0,0,0,0.12), inset 0 1px 0 rgba(255,255,255,0.2);
}
.fullwidth-image-strip .strip-item::before {
  content: '';
  position: absolute;
  inset: 3px;
  border-radius: 14px;
  background: linear-gradient(135deg, transparent, rgba(255,255,255,0.08), transparent);
  pointer-events: none;
  z-index: 1;
}
.fullwidth-image-strip .strip-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  border-radius: 13px;
  display: block;
  position: relative;
  z-index: 0;
}
.fullwidth-image-strip .strip-item:hover img {
  transform: scale(1.08);
}
.fullwidth-image-strip .strip-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  background: linear-gradient(0deg, rgba(10,30,64,0.8) 0%, transparent 100%);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 600;
  transform: translateY(100%);
  transition: transform 0.35s ease;
}
.fullwidth-image-strip .strip-item:hover .strip-caption {
  transform: translateY(0);
}

/* =============================================
   INFOGRAPHIC ROW — Icon + number + text
   ============================================= */
.infographic-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
  padding: clamp(1.5rem, 3vw, 2rem) 0;
}
.infographic-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.5rem;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.05);
  border-left: 4px solid var(--cyan);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.infographic-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(21,101,192,0.10);
}
.infographic-item .info-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--cyan), #0D47A1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
}
.infographic-item .info-text h4 {
  font-size: 1.6rem;
  color: #0f1e30;
  margin: 0;
  font-weight: 800;
}
.infographic-item .info-text p {
  color: var(--steel-gray);
  font-size: 0.88rem;
  margin: 0.25rem 0 0;
}

/* =============================================
   IMAGE RESPONSIVE OVERRIDES
   ============================================= */
@media (max-width: 900px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
  .stat-divider { display: none; }
  .process-flow { grid-template-columns: repeat(2, 1fr); animation: none; }
  .process-step:not(:last-child)::after { display: none; }
  .img-gallery { grid-template-columns: repeat(2, 1fr); }
  .img-gallery-item.tall { grid-row: span 1; aspect-ratio: 4/3; }
  .split-section { grid-template-columns: 1fr; gap: 2rem; }
  .split-section.reverse { direction: ltr; }
  .fullwidth-image-strip {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
    overflow: hidden;
  }
  .fullwidth-image-strip .strip-item {
    aspect-ratio: 16/10;
  }
  .parallax-banner { min-height: 320px; }
}
@media (max-width: 768px) {
  .products-grid, [style*="grid-template-columns:repeat(3"] { grid-template-columns: repeat(2, 1fr) !important; }
  .fullwidth-image-strip .strip-item { aspect-ratio: 16/10; }
}
@media (max-width: 600px) {
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .process-flow { grid-template-columns: 1fr; animation: none; }
  .img-gallery { grid-template-columns: 1fr; }
  .img-gallery-item.wide { grid-column: span 1; }
  .fullwidth-image-strip .strip-item { aspect-ratio: 4/3; }
  .parallax-banner { min-height: 260px; }
  .parallax-banner .parallax-content h2 { font-size: 1.5rem; }
  .products-grid, [style*="grid-template-columns:repeat(3"] { grid-template-columns: 1fr !important; }
}

/* =============================================
   RESPONSIVE — TABLET (<=1024px)
   ============================================= */
@media (max-width: 1024px) {
  .why-us-inner  { grid-template-columns: 1fr; }
  .why-us-divider { width: 100%; height: 1px; margin: 0; }
  .pillars-grid  { grid-template-columns: repeat(2, 1fr); }
  .value-chain   { grid-template-columns: repeat(2, 1fr); }
  .chain-stage:nth-child(2)::after,
  .chain-stage:nth-child(4)::after { display: none; }
  .country-cards { grid-template-columns: repeat(auto-fill, minmax(min(150px, 100%), 1fr)); gap: 0.65rem; }
  .footer-grid   { grid-template-columns: 1.4fr 1fr; gap: 2.5rem; }
  .footer-grid > *:last-child { grid-column: 1 / -1; }
}

/* =============================================
   RESPONSIVE — LARGE MOBILE (<=900px)
   ============================================= */
@media (max-width: 900px) {
  #navbar { padding: 0 1.25rem; }
  .nav-links, .nav-cta { display: none; }
  .hamburger { display: flex; }

  .services-grid  { grid-template-columns: repeat(2, 1fr) !important; }
  .two-col {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .two-col img {
    width: 100%;
    height: 280px;
    border-radius: 12px;
  }
  .service-detail {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    padding: 1.25rem;
  }
  .service-detail.reverse { direction: ltr; }
  .service-detail img {
    width: 100%;
    height: 260px;
    border-radius: 12px;
  }
  .split-section {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    align-items: start;
  }
  .split-section.reverse { direction: ltr; }
  .split-image img { min-height: 240px; border-radius: 12px; }

  .sustain-inner  { grid-template-columns: 1fr; gap: 2rem; }
  .mvv-grid       { grid-template-columns: repeat(2, 1fr); }
  .country-cards  { grid-template-columns: repeat(2, 1fr); }
  .contact-grid   { grid-template-columns: 1fr; gap: 2.5rem; }
  .partners-grid  { grid-template-columns: repeat(2, 1fr); }
  .products-grid  { grid-template-columns: repeat(2, 1fr); }
}

/* =============================================
   MOBILE APP EXPERIENCE (≤768px)
   App bar · side drawer · bottom tab bar ·
   glass-card widgets · swipe carousels
   ============================================= */

/* Hide mobile-only elements on desktop by default */
.drawer-overlay { display: none; }
.swipe-hint     { display: none; }

@media (max-width: 768px) {

  /* ── Body base ── */
  main   { padding-bottom: 1rem; }
  footer { padding-bottom: calc(var(--safe-bottom) + 1rem); }

  /* Prevent scroll-behind when drawer is open */
  body.no-scroll { overflow: hidden; touch-action: none; }

  /* ══ TOP APP BAR ══════════════════════════════ */
  #navbar { padding: 0; padding-top: var(--safe-top); }
  .nav-inner {
    height: 56px;
    padding: 0 0.75rem;
    position: relative;
  }
  /* Logo centred */
  .nav-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none; /* clicks fall through to links underneath */
  }
  .nav-logo > * { pointer-events: all; }
  .nav-logo .logo-tagline { display: none; }
  .nav-logo-img { height: 40px; padding: 0; }
  /* Hide desktop-only items */
  .nav-cta { display: none; }
  /* ══ SIDE DRAWER ══════════════════════════════ */
  .mobile-menu {
    display: block !important;
    position: fixed;
    top: 56px; left: 0;
    width: min(290px, 84vw);
    height: fit-content;
    max-height: calc(100svh - 56px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: rgba(255,255,255,0.98);
    backdrop-filter: blur(28px);
    -webkit-backdrop-filter: blur(28px);
    border-top: none;
    border-right: 1px solid var(--border);
    border-radius: 0 20px 20px 0;
    padding: 0 0 1.25rem;
    z-index: 2000;
    transform: translateX(-100%);
    transition: transform 0.38s cubic-bezier(0.22,1,0.36,1);
    box-shadow: 8px 0 30px rgba(0,0,0,0.08);
    visibility: hidden;
  }
  .mobile-menu.open { 
    transform: translateX(0);
    visibility: visible;
  }

  .drawer-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    z-index: 999;
    opacity: 0;
    transition: opacity 0.38s ease;
  }
  .drawer-overlay.visible { display: block; }
  .drawer-overlay.active { opacity: 1; }

  /* Drawer heading strip */
  .mobile-menu::before {
    content: '';
    display: flex;
    align-items: center;
    font-family: var(--font-body);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--steel-gray);
    padding: 0.9rem 1.25rem 0.9rem;
    border-bottom: 1px solid var(--border-soft);
    margin-bottom: 0.25rem;
  }

  /* Drawer links */
  .mobile-menu a {
    font-size: 0.88rem;
    padding: 0.85rem 1.25rem;
    border-bottom: 1px solid rgba(0,0,0,0.04);
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-height: 52px;
    transition: all 0.3s cubic-bezier(0.22,1,0.36,1);
    position: relative;
  }
  .mobile-menu a::before {
    content: '';
    width: 3px;
    height: 0;
    background: var(--cyan);
    border-radius: 3px;
    position: absolute;
    left: 0;
    transition: height 0.3s ease;
  }
  .mobile-menu a.active {
    color: var(--cyan);
    background: rgba(21,101,192,0.04);
    font-weight: 600;
  }
  .mobile-menu a.active::before { height: 60%; }
  .mobile-menu a:hover  { padding-left: 1.65rem; background: rgba(21,101,192,0.03); }
  .mobile-menu a:last-of-type { border-bottom: none; }
  .mobile-menu .btn-orange {
    margin: 1.5rem 1.25rem 0;
    width: calc(100% - 2.5rem);
    border-radius: var(--radius-sm);
    display: flex;
    justify-content: center;
  }

  /* Semi-transparent overlay behind drawer */
  .drawer-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    z-index: 999;
    opacity: 0;
    transition: opacity 0.38s ease;
  }
  .drawer-overlay.visible { display: block; }
  .drawer-overlay.active  { opacity: 1; }

  /* ══ HERO — APP WELCOME PANEL ═════════════════ */
  #hero {
    min-height: calc(100svh - 56px);
    padding-top: calc(56px + var(--safe-top));
  }
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 1.75rem 0 2rem;
    min-height: auto;
  }
  .hero-h1-main { font-size: clamp(2.6rem, 11vw, 3.5rem); }
  .hero-h1-top  { font-size: 0.65rem; }
  .hero-content .hero-sub { font-size: 0.9rem; margin-bottom: 1.5rem; }
  .hero-btns { flex-direction: row; flex-wrap: nowrap; gap: 0.5rem; margin-bottom: 1.75rem; }
  .hero-btns .btn {
    font-size: 0.72rem;
    padding: 0.6rem 1rem 0.6rem 1.3rem;
    min-height: 36px;
  }
  .hero-btns .btn-orange {
    background: #FDD835 !important;
    color: #003D7A !important;
    border: 2px solid #FDD835 !important;
    font-weight: 900;
    box-shadow: 0 4px 12px rgba(253,216,53,0.25);
    position: relative;
    overflow: visible;
    transition: all var(--transition);
  }
  .hero-btns .btn-orange::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #dd1218;
    opacity: 0;
    z-index: -1;
    transition: opacity var(--transition);
  }
  .hero-btns .btn-orange::after {
    content: '';
    position: absolute;
    left: 0.25rem;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 60%;
    background: transparent;
    border-radius: 2px;
    transition: background 0.3s ease, height 0.3s ease;
  }
  .hero-btns .btn-orange:hover {
    border: 2px solid transparent !important;
    color: #FFFFFF !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(255,82,82,1);
  }
  .hero-btns .btn-orange:hover::before {
    opacity: 1;
    z-index: 0;
  }
  .hero-btns .btn-orange:hover::after {
    background: #dd1218;
    height: 100%;
    transform: translateY(-50%);
  }
  .hero-btns .btn-ghost {
    background: transparent;
    color: #fff;
    border: 2px solid #003D7A;
    box-shadow: 0 4px 12px rgba(0,61,122,0.15);
    position: relative;
    overflow: visible;
    transition: all var(--transition);
  }
  .hero-btns .btn-ghost::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #dd1218;
    opacity: 0;
    z-index: -1;
    transition: opacity var(--transition);
  }
  .hero-btns .btn-ghost::after {
    content: '';
    position: absolute;
    left: 0.25rem;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 60%;
    background: transparent;
    border-radius: 2px;
    transition: background 0.3s ease, height 0.3s ease;
  }
  .hero-btns .btn-ghost:hover {
    color: #003D7A !important;
    border: 2px solid #dd1218 !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(253,216,53,0.35);
  }
  .hero-btns .btn-ghost:hover::before {
    opacity: 1;
    z-index: 0;
  }
  .hero-btns .btn-ghost:hover::after {
    background: #dd1218;
    height: 100%;
    transform: translateY(-50%);
  }
  .hero-btns .btn-ghost .btn-arrow { display: none; }
  .hero-brand { font-size: 0.58rem; padding: 0.4rem 0.8rem; margin-bottom: 1.25rem; }
  .hero-trust  { gap: 1rem; }
  .hero-trust-item strong { font-size: 1.1rem; }
  .hero-visual { display: flex; justify-content: center; margin-top: 1.25rem; }
  .hero-dots { bottom: 0.6rem; gap: 4px; }
  .hero-dot { width: 4px; height: 4px; }
  .hero-dot.active { width: 8px; }
  .hero-ring   { display: none; }
  .hero-grid-lines { display: none; }
  .hero-card   { width: 100%; max-width: 260px; padding: 0.85rem 0.9rem; }
  .hero-card-tag  { font-size: 0.6rem; padding: 0.25rem 0.6rem; margin-bottom: 0.75rem; }
  .hero-card-icon { width: 38px; height: 38px; border-radius: 10px; margin-bottom: 0.75rem; }
  .hero-card-icon svg, .hero-card-icon i { width: 18px !important; height: 18px !important; max-width: 18px; max-height: 18px; }
  .hero-card-label { font-size: 0.7rem; margin-bottom: 0.5rem; }
  .hero-card-flags { gap: 0.25rem; }
  .hero-flag-item  { padding: 0.3rem 0.2rem; border-radius: 6px; }
  .hero-flag-img   { width: 24px; height: 16px; }
  .hero-flag-name  { font-size: 0.5rem; }
  .hero-card-stat  { font-size: 0.72rem; }

  /* ══ STATS — GLASS WIDGET GRID ════════════════ */
  #why-us .why-us-inner { padding: 0 1rem; }
  .why-us-card { padding: 1.25rem 1rem; gap: 0.9rem; }
  .why-us-divider { width: 100%; height: 1px; margin: 0; }

  /* ══ SERVICES — HORIZONTAL SWIPE CAROUSEL ═════ */
  #services-overview { padding: clamp(1.5rem, 3vw, 2rem) 0; overflow: hidden; }
  #services-overview .section-heading { padding: 0 1.1rem; margin-bottom: 1.1rem; text-align: left; }
  .services-grid {
    display: flex !important;
    grid-template-columns: none !important;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 0.85rem;
    padding: 0.25rem 1.1rem 1.25rem;
    padding-right: 3rem; /* Peek at next card */
  }
  .services-grid::-webkit-scrollbar { display: none; }
  .service-card {
    flex: 0 0 78vw;
    max-width: 310px;
    min-width: 230px;
    scroll-snap-align: start;
    padding: 1.25rem;
    border-radius: 16px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.06);
  }
  /* Swipe hint caption */
  .swipe-hint {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-family: var(--font-body);
    font-size: 0.6rem;
    font-weight: 700;
    color: var(--steel-gray);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.1rem 1.1rem 0;
    opacity: 0.7;
  }
  .swipe-hint::before {
    content: '';
    display: inline-block;
    width: 18px; height: 1px;
    background: var(--steel-gray);
  }

  /* ══ MAP — COMPACT PANEL ══════════════════════ */
  #presence-home { padding: clamp(1.3rem, 2.5vw, 1.75rem) 0; }
  #map { height: 240px; border-radius: var(--radius); }

  /* ══ IMAGE STRIP — ALWAYS SHOW CAPTIONS ═══════ */
  .fullwidth-image-strip .strip-caption {
    transform: translateY(0);
    font-size: 0.72rem;
    padding: 0.5rem 0.75rem;
  }

  /* ══ SERVICE DETAIL — STACKED LIKE PRODUCT CARDS ════ */
  .service-detail {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1rem;
    margin-bottom: 1.5rem;
  }
  .service-detail.reverse { direction: ltr; }
  .service-detail img {
    width: 100%;
    height: 240px;
    border-radius: 12px;
  }

  /* ══ TWO-COL / SPLIT — SIDE-BY-SIDE ═══════════ */
  .two-col {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .two-col img {
    width: 100%;
    height: 200px;
    border-radius: 10px;
  }
  .two-col p {
    font-size: 0.92rem;
    line-height: 1.7;
  }
  .two-col h2 {
    font-size: 1.35rem;
  }
  .split-section {
    grid-template-columns: 1fr;
    gap: 1rem;
    align-items: start;
  }
  .split-section.reverse { direction: ltr; }
  .split-image img { min-height: 160px; border-radius: 10px; }
  .split-text h2 { font-size: 1.1rem; }
  .split-text p { font-size: 0.88rem; }

  /* ══ SUSTAINABILITY — STACKED WIDGET ══════════ */
  #sustainability-teaser { padding: clamp(1.5rem, 3vw, 2rem) 0; }
  .sustain-inner { grid-template-columns: 1fr; gap: 1.25rem; }
  .sustain-right li { font-size: 0.88rem; padding: 0.65rem 0.9rem; }

  /* ══ PARTNERS — HORIZONTAL SCROLL STRIP ═══════ */
  #partners-home { padding: clamp(1.3rem, 2.5vw, 1.75rem) 0; }
  .partner-logos {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 0.5rem 1.1rem 0.75rem;
    margin-top: 1.5rem;
    justify-content: flex-start;
    gap: 0.75rem;
  }
  .partner-logos::-webkit-scrollbar { display: none; }
  .partner-logo-item { flex: 0 0 auto; min-width: 115px; scroll-snap-align: start; }

  /* ══ CTA BANNER — ROUNDED CARD ════════════════ */
  #cta-banner {
    margin: 0 0.85rem;
    border-radius: var(--radius);
    padding: 2.25rem 1.5rem;
    overflow: hidden;
  }
  #cta-banner h2 { font-size: clamp(1.4rem, 6vw, 1.9rem); }
  #cta-banner .btn-navy { margin-top: 1.5rem; width: 100%; justify-content: center; font-size: 0.9rem; }

  /* ══ FOOTER — STREAMLINED ═════════════════════ */
  footer { padding-top: 2rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; text-align: left; }
  .footer-grid > *:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; text-align: center; gap: 0.5rem; }
  .footer-social { justify-content: flex-start; }
  .footer-links { text-align: left; columns: 2; column-gap: 1rem; }
  .footer-contact-item { justify-content: flex-start; text-align: left; }
}

/* =============================================
   RESPONSIVE — MOBILE (<=600px)
   ============================================= */
@media (max-width: 600px) {
  h2 { font-size: clamp(1.5rem, 6.5vw, 2rem); }
  h3 { font-size: clamp(1rem, 4.5vw, 1.3rem); }

  /* Prevent text overflow */
  body { overflow-wrap: break-word; word-break: break-word; }
  .btn { max-width: 100%; white-space: normal; text-align: center; }
  .highlight-list li { font-size: 0.88rem; }

  /* All card grids: single column on phones */
  .services-grid   { grid-template-columns: 1fr !important; }
  .products-grid   { grid-template-columns: 1fr !important; }
  .partners-grid   { grid-template-columns: 1fr !important; }
  .pillars-grid    { grid-template-columns: 1fr 1fr; }
  .country-cards   { grid-template-columns: 1fr 1fr; }
  .value-chain     { grid-template-columns: 1fr 1fr; }
  .footer-grid     { grid-template-columns: 1fr; gap: 2rem; }

  /* Tighter card padding on mobile */
  .service-card,
  .product-card,
  .partner-card,
  .mvv-card,
  .pillar-card    { padding: 1.1rem; border-radius: 14px; }

  /* Smaller icons inside cards */
  .service-icon,
  .product-icon,
  .pillar-card .pillar-icon,
  .partner-card .p-icon { width: 42px; height: 42px; font-size: 1.4rem; border-radius: 10px; }

  /* Smaller card text */
  .service-card h3,
  .product-card h3  { font-size: 1rem; }
  .service-card p,
  .product-card p,
  .partner-card .p-desc { font-size: 0.82rem; }
  .product-number   { font-size: 2rem; }

  .hero-btns   { flex-direction: row; align-items: center; }
  .hero-btns .btn { text-align: center; justify-content: center; flex: 1; }
  .hero-accent { display: none; }

  .partner-logos     { gap: 0.75rem; }
  .partner-logo-item { min-width: 110px; padding: 1rem 1.25rem; }
  .chain-stage::after { display: none; }
  .org-row           { flex-direction: column; align-items: center; }
  .sustain-section   { grid-template-columns: 50px 1fr; gap: 0.75rem; }
  .sustain-section .s-icon { width: 50px; height: 50px; font-size: 1.5rem; margin: 0; }

  #cta-banner    { padding: clamp(2.5rem, 6vw, 3.5rem) 0; }
  .service-detail {
    grid-template-columns: 1fr;
    padding: 1rem;
  }
  .service-detail img {
    height: 160px;
  }
  .two-col {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .two-col img { height: 240px; }
  .two-col p { font-size: 0.88rem; line-height: 1.65; }
  .two-col h2 { font-size: 1.25rem; }
  .mvv-grid { grid-template-columns: 1fr; }
  .mvv-card h3 { font-size: 1.05rem; }
  .mvv-card p, .mvv-card li { font-size: 0.85rem; }
  .split-section {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .split-image img { min-height: 140px; border-radius: 10px; }
  .split-text h2 { font-size: 1.1rem; }
  .split-text p { font-size: 0.88rem; }
  .contact-grid { grid-template-columns: 1fr; gap: 2rem; }
}

/* =============================================
   RESPONSIVE — SMALL MOBILE (<=400px)
   ============================================= */
@media (max-width: 400px) {
  .pillars-grid  { grid-template-columns: 1fr; }
  .country-cards { grid-template-columns: repeat(auto-fill, minmax(min(140px, 100%), 1fr)); gap: 0.55rem; }
  .value-chain   { grid-template-columns: 1fr; }
  .chain-stage::after { display: none; }
  .btn { width: 100%; justify-content: center; }
  .service-detail { grid-template-columns: 1fr; padding: 0.85rem; }
  .service-detail img { height: 140px; }
  .two-col { grid-template-columns: 1fr; gap: 0.75rem; }
  .two-col img { height: 160px; }
  .two-col p { font-size: 0.84rem; }
  .two-col h2 { font-size: 1.15rem; }
  .split-section { grid-template-columns: 1fr; gap: 0.75rem; }
  .nav-cta .btn-orange { width: auto; }

  /* Even tighter on very small phones */
  .service-card,
  .product-card,
  .partner-card { padding: 0.9rem; }
  .section-heading { margin-bottom: 1.5rem; }
}





/* =============================================
   ★ ENHANCED ANIMATIONS & DECORATIVE SHAPES ★
   Inspired by easpectre.com & easigas.com
   ============================================= */

/* ── Extra keyframes ── */
@keyframes shimmer-slide {
  0%   { transform: translateX(-100%) skewX(-12deg); }
  100% { transform: translateX(220%) skewX(-12deg); }
}
@keyframes orbit {
  from { transform: rotate(0deg) translateX(22px) rotate(0deg); }
  to   { transform: rotate(360deg) translateX(22px) rotate(-360deg); }
}
@keyframes morph-blob {
  0%,100% { border-radius: 60% 40% 55% 45% / 50% 60% 40% 50%; }
  25%      { border-radius: 45% 55% 40% 60% / 60% 45% 55% 40%; }
  50%      { border-radius: 55% 45% 65% 35% / 40% 55% 45% 60%; }
  75%      { border-radius: 40% 60% 50% 50% / 55% 40% 60% 45%; }
}
@keyframes pulse-ring {
  0%   { transform: scale(1);   opacity: 0.6; }
  100% { transform: scale(2.2); opacity: 0; }
}
@keyframes draw-line {
  from { stroke-dashoffset: 300; }
  to   { stroke-dashoffset: 0; }
}
@keyframes wave-x {
  0%,100% { transform: translateX(0); }
  50%     { transform: translateX(10px); }
}
@keyframes sparkle {
  0%,100% { opacity: 0; transform: scale(0) rotate(0deg); }
  50%     { opacity: 1; transform: scale(1) rotate(180deg); }
}
@keyframes counter-bounce {
  0%   { transform: translateY(0); }
  40%  { transform: translateY(-6px); }
  60%  { transform: translateY(-3px); }
  100% { transform: translateY(0); }
}
@keyframes gradient-shift {
  0%,100% { background-position: 0% 50%; }
  50%      { background-position: 100% 50%; }
}
@keyframes float-3d {
  0%,100% { transform: perspective(600px) rotateX(0deg) rotateY(0deg) translateY(0); }
  33%      { transform: perspective(600px) rotateX(3deg) rotateY(-3deg) translateY(-8px); }
  66%      { transform: perspective(600px) rotateX(-2deg) rotateY(3deg) translateY(-4px); }
}
@keyframes scan-line {
  0%   { top: -4px; }
  100% { top: 100%; }
}
@keyframes glow-pulse {
  0%,100% { box-shadow: 0 0 0 0 rgba(21,101,192,0); }
  50%      { box-shadow: 0 0 0 12px rgba(21,101,192,0.10); }
}
@keyframes dash-march {
  to { stroke-dashoffset: -20; }
}
@keyframes badge-pop {
  0%   { transform: scale(0.6) rotate(-12deg); opacity: 0; }
  70%  { transform: scale(1.1) rotate(3deg); }
  100% { transform: scale(1) rotate(0deg); opacity: 1; }
}
@keyframes typewriter-cursor {
  0%,100% { opacity: 1; }
  50%      { opacity: 0; }
}

/* ══════════════════════════════════════════════
   SECTION BACKGROUND TEXTURES & MESH GRADIENTS
   ══════════════════════════════════════════════ */

/* Hero: add animated diagonal light rays */
#hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(21,101,192,0.18) 0%, transparent 45%),
    linear-gradient(255deg, rgba(245,197,24,0.10) 0%, transparent 45%);
  pointer-events: none;
  z-index: 1;
}

/* Hero: animated mesh gradient overlay */
.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 60% at 20% 80%, rgba(21,101,192,0.22) 0%, transparent 60%),
              radial-gradient(ellipse 50% 40% at 80% 20%, rgba(245,197,24,0.14) 0%, transparent 55%);
  z-index: 1;
  animation: gradient-shift 9s ease-in-out infinite;
  background-size: 200% 200%;
}

/* Why-Us strip: noise texture overlay */
#why-us::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 0;
}

/* CTA banner: animated gradient background */
#cta-banner {
  background-size: 200% 200%;
  animation: gradient-shift 7s ease-in-out infinite;
  background-image: linear-gradient(135deg, #1565C0 0%, #0D47A1 40%, #1976D2 70%, #0D47A1 100%);
}

/* CTA banner: decorative corner circles */
#cta-banner::after {
  content: '';
  position: absolute;
  width: 320px; height: 320px;
  border-radius: 50%;
  background: rgba(255,255,255,0.04);
  left: -120px; bottom: -120px;
  pointer-events: none;
}
#cta-banner .container::before {
  content: '';
  position: absolute;
  width: 200px; height: 200px;
  border-radius: 50%;
  background: rgba(245,197,24,0.08);
  right: -60px; top: -80px;
  pointer-events: none;
}

/* Sustainability: morphing blob background */
#sustainability-teaser::after {
  content: '';
  position: absolute;
  left: -80px; bottom: -60px;
  width: 280px; height: 200px;
  background: rgba(46,125,50,0.06);
  border-radius: 60% 40% 55% 45% / 50% 60% 40% 50%;
  animation: morph-blob 10s ease-in-out infinite;
  pointer-events: none;
}

/* ══════════════════════════════════════════════
   NAVBAR — SHIMMER + GLASS DEPTH
   ══════════════════════════════════════════════ */

#navbar.floating-navbar {
  background: rgba(255,255,255,0.92);
  border: 1.5px solid rgba(21,101,192,0.12);
  transition: box-shadow 0.35s, background 0.35s, top 0.35s;
}
#navbar.floating-navbar.scrolled {
  top: 0.8rem;
  box-shadow: 0 12px 48px rgba(21,101,192,0.13), 0 2px 12px rgba(0,0,0,0.06);
}

/* Active link indicator pill */
.floating-nav-links a.active {
  background: var(--cyan);
  color: #fff;
  box-shadow: 0 4px 14px rgba(21,101,192,0.25);
}

/* Logo orbit dot decoration */
.floating-logo-img {
  position: relative;
}
.floating-logo-img::after {
  content: '';
  position: absolute;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--orange);
  top: 4px; right: 4px;
  animation: orbit 3s linear infinite;
  box-shadow: 0 0 6px var(--orange);
}

/* ══════════════════════════════════════════════
   SCROLL PROGRESS BAR ENHANCEMENTS
   ══════════════════════════════════════════════ */

.scroll-progress-bar {
  height: 3px;
  background: linear-gradient(90deg, var(--cyan), var(--orange), var(--red), var(--cyan));
  background-size: 200% 100%;
  animation: gradient-shift 2s linear infinite;
  border-radius: 0 2px 2px 0;
}

/* ══════════════════════════════════════════════
   HERO — CONTENT DECORATORS
   ══════════════════════════════════════════════ */

/* Animated bracket around hero content */
.hero-content::before {
  content: '';
  position: absolute;
  left: -20px; top: 10%;
  width: 4px; height: 80%;
  background: linear-gradient(to bottom, var(--orange), transparent 80%);
  border-radius: 2px;
  opacity: 0.6;
}

/* Decorative corner cross shape in hero visual area */
.hero-visual::before {
  content: '';
  position: absolute;
  width: 60px; height: 60px;
  top: -20px; right: -10px;
  background:
    linear-gradient(var(--orange), var(--orange)) center/4px 100%,
    linear-gradient(var(--orange), var(--orange)) center/100% 4px;
  background-repeat: no-repeat;
  opacity: 0.35;
  border-radius: 2px;
  pointer-events: none;
  animation: float-y 5s ease-in-out infinite;
}

/* Dot grid texture behind hero card */
.hero-visual::after {
  content: '';
  position: absolute;
  width: 180px; height: 180px;
  bottom: -30px; left: -30px;
  background-image: radial-gradient(circle, rgba(21,101,192,0.25) 1.5px, transparent 1.5px);
  background-size: 16px 16px;
  pointer-events: none;
  border-radius: 8px;
  opacity: 0.6;
}

/* Enhanced hero card: shimmer sweep on hover */
.hero-card {
  overflow: hidden;
  animation: float-3d 7s ease-in-out infinite;
}
.hero-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 30%,
    rgba(255,255,255,0.10) 50%,
    transparent 70%
  );
  width: 50%;
  height: 100%;
  transform: translateX(-100%) skewX(-12deg);
  animation: shimmer-slide 4s ease-in-out infinite;
  pointer-events: none;
}

/* Hero brand badge: animated glow ring */
.hero-brand {
  position: relative;
}
.hero-brand::before {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 6px;
  background: transparent;
  border: 1px solid rgba(245,197,24,0.4);
  animation: pulse-ring 2.5s ease-out infinite;
}

/* Spinning ring extra dot */
.hero-ring::after {
  content: '';
  position: absolute;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--orange);
  top: -5px; left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 10px var(--orange);
}

/* Trust strip: pulsing glow on numbers */
.hero-trust-item strong {
  position: relative;
  display: inline-block;
  animation: counter-bounce 4s ease-in-out infinite;
}

/* ══════════════════════════════════════════════
   WHY US CARDS — ENHANCED DECORATORS
   ══════════════════════════════════════════════ */

.why-us-card {
  overflow: hidden;
}

/* Bottom-left accent triangle */
.why-us-card::before {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 0; height: 0;
  border-style: solid;
  border-width: 0 0 28px 28px;
  border-color: transparent transparent rgba(21,101,192,0.06) transparent;
  transition: border-width var(--transition);
}
.why-us-card:hover::before {
  border-width: 0 0 40px 40px;
}

/* Icon glow pulse on hover */
.why-us-card:hover .why-us-icon {
  animation: glow-pulse 1.5s ease-in-out infinite;
  background: rgba(21,101,192,0.15);
  transform: rotate(-5deg) scale(1.08);
  transition: transform 0.4s cubic-bezier(0.34,1.56,0.64,1), background 0.3s;
}

/* ══════════════════════════════════════════════
   SERVICE CARDS — RICH DECORATORS
   ══════════════════════════════════════════════ */

.service-card {
  overflow: hidden;
}

/* Diagonal gradient corner overlay */
.service-card::after {
  content: '';
  position: absolute;
  bottom: -40px; right: -40px;
  width: 100px; height: 100px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(21,101,192,0.07) 0%, transparent 70%);
  transition: transform var(--transition), opacity var(--transition);
  pointer-events: none;
}
.service-card:hover::after {
  transform: scale(2);
  opacity: 1;
}

/* Number watermark decoration */
.service-card .service-card-num {
  position: absolute;
  top: 1rem; right: 1.2rem;
  font-family: var(--font-body);
  font-size: 4rem;
  font-weight: 900;
  color: rgba(21,101,192,0.05);
  line-height: 1;
  pointer-events: none;
  transition: color var(--transition);
}
.service-card:hover .service-card-num {
  color: rgba(21,101,192,0.09);
}

/* Icon shimmer on hover */
.service-card:hover .service-icon {
  background: linear-gradient(135deg, rgba(21,101,192,0.18), rgba(21,101,192,0.08));
  animation: float-y 2s ease-in-out infinite;
}

/* Bottom tag accent */
.service-card .learn-more::before {
  content: '';
  display: inline-block;
  width: 18px; height: 2px;
  background: currentColor;
  border-radius: 1px;
  vertical-align: middle;
  margin-right: 6px;
  transition: width var(--transition);
}
.service-card .learn-more:hover::before {
  width: 28px;
}

/* ══════════════════════════════════════════════
   MVV CARDS — DECORATED PILLARS
   ══════════════════════════════════════════════ */

.mvv-card {
  overflow: hidden;
}

/* Diagonal corner triangle - top right */
.mvv-card::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 0; height: 0;
  border-style: solid;
  border-width: 0 44px 44px 0;
  border-color: transparent rgba(21,101,192,0.06) transparent transparent;
  transition: border-width var(--transition);
}
.mvv-card:hover::before {
  border-width: 0 64px 64px 0;
  border-color: transparent rgba(21,101,192,0.10) transparent transparent;
}

/* Icon floating animation on hover */
.mvv-card:hover .mvv-icon {
  animation: float-y 2s ease-in-out infinite;
  background: linear-gradient(135deg, rgba(21,101,192,0.18), rgba(21,101,192,0.08));
}

/* Dot grid background texture */
.mvv-card .mvv-icon {
  position: relative;
}
.mvv-card .mvv-icon::after {
  content: '';
  position: absolute;
  width: 60px; height: 60px;
  top: -8px; left: -8px;
  background-image: radial-gradient(circle, rgba(21,101,192,0.20) 1px, transparent 1px);
  background-size: 8px 8px;
  border-radius: 8px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.mvv-card:hover .mvv-icon::after {
  opacity: 1;
}

/* Blue card variant: neon glow */
.mvv-card.blue-card {
  box-shadow: inset 0 0 60px rgba(21,101,192,0.10);
}
.mvv-card.blue-card:hover {
  box-shadow: 0 20px 48px rgba(21,101,192,0.22), inset 0 0 60px rgba(21,101,192,0.12);
}

/* ══════════════════════════════════════════════
   PILLAR CARDS — FOUR CORNER DOTS
   ══════════════════════════════════════════════ */

.pillar-card {
  overflow: hidden;
  position: relative;
}

/* Four corner circle accents */
.pillar-card::before {
  content: '';
  position: absolute;
  top: 10px; right: 10px;
  width: 14px; height: 14px;
  border-radius: 50%;
  border: 2px solid rgba(21,101,192,0.15);
  transition: border-color var(--transition), transform var(--transition);
}
.pillar-card:hover::before {
  border-color: rgba(21,101,192,0.40);
  transform: scale(1.5);
}
.pillar-card::after {
  content: '';
  position: absolute;
  bottom: 10px; left: 10px;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(245,197,24,0.20);
  transition: background var(--transition), transform var(--transition);
}
.pillar-card:hover::after {
  background: rgba(245,197,24,0.50);
  transform: scale(1.8);
}

/* Icon: float + rotate on hover */
.pillar-card:hover .pillar-icon {
  animation: float-rotate 2s ease-in-out infinite;
}

/* ══════════════════════════════════════════════
   PRODUCT CARDS — SCAN LINE EFFECT
   ══════════════════════════════════════════════ */

.product-card {
  overflow: hidden;
}
.product-card::after {
  content: '';
  position: absolute;
  left: 0; right: 0; top: -4px;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(21,101,192,0.4), transparent);
  animation: scan-line 4s linear infinite;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.product-card:hover::after {
  opacity: 1;
}

/* Product number: big stylized watermark */
.product-number {
  font-size: 5rem;
  color: rgba(21,101,192,0.05);
  letter-spacing: -0.04em;
  transition: color var(--transition), transform var(--transition);
}
.product-card:hover .product-number {
  color: rgba(21,101,192,0.09);
  transform: scale(1.05) rotate(-3deg);
}

/* Icon: glow on hover */
.product-card:hover .product-icon {
  animation: glow-pulse 1.5s ease-in-out infinite;
  background: linear-gradient(135deg, rgba(21,101,192,0.18), rgba(21,101,192,0.08));
}

/* ══════════════════════════════════════════════
   PARTNER CARDS — BADGE SHINE
   ══════════════════════════════════════════════ */

.partner-logo-item {
  overflow: hidden;
  position: relative;
}
.partner-logo-item::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 30%,
    rgba(255,255,255,0.45) 50%,
    transparent 70%
  );
  width: 50%;
  transform: translateX(-120%) skewX(-12deg);
  transition: transform 0.6s ease;
  pointer-events: none;
}
.partner-logo-item:hover::before {
  transform: translateX(250%) skewX(-12deg);
}

/* ══════════════════════════════════════════════
   COUNTRY CARDS — RIPPLE EFFECT
   ══════════════════════════════════════════════ */

.country-card {
  overflow: hidden;
  position: relative;
}
.country-card::after {
  content: '';
  position: absolute;
  bottom: 0; right: 0;
  width: 0; height: 0;
  border-style: solid;
  border-width: 0 0 32px 32px;
  border-color: transparent transparent rgba(21,101,192,0.07) transparent;
  transition: border-width var(--transition);
  pointer-events: none;
}
.country-card:hover::after {
  border-width: 0 0 48px 48px;
  border-color: transparent transparent rgba(21,101,192,0.13) transparent;
}

/* ══════════════════════════════════════════════
   VALUE CHAIN — ANIMATED CONNECTOR
   ══════════════════════════════════════════════ */

.chain-stage:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -14px; top: 50%;
  transform: translateY(-50%);
  width: 28px; height: 28px;
  background: var(--cyan);
  clip-path: polygon(0 40%, 65% 40%, 65% 20%, 100% 50%, 65% 80%, 65% 60%, 0 60%);
  z-index: 2;
  animation: wave-x 2s ease-in-out infinite;
}

.chain-pct {
  position: relative;
  display: inline-block;
}
.chain-pct::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--orange), transparent);
  border-radius: 2px;
}

/* ══════════════════════════════════════════════
   SUSTAINABILITY SECTIONS — LEFT GLOW BAR
   ══════════════════════════════════════════════ */

.sustain-section {
  position: relative;
}
.sustain-section::before {
  content: '';
  position: absolute;
  left: 0; top: 20%; bottom: 20%;
  width: 3px;
  background: linear-gradient(to bottom, transparent, var(--green), transparent);
  border-radius: 2px;
  opacity: 0;
  transition: opacity var(--transition);
}
.sustain-section:hover::before {
  opacity: 1;
}
.sustain-section:hover .s-icon {
  animation: float-rotate 2.5s ease-in-out infinite;
}

/* ══════════════════════════════════════════════
   FOOTER — ACCENT SHAPES
   ══════════════════════════════════════════════ */

footer {
  overflow: hidden;
}

/* Floating circles in footer background */
footer::after {
  content: '';
  position: absolute;
  width: 400px; height: 400px;
  border-radius: 50%;
  border: 1px dashed rgba(21,101,192,0.08);
  bottom: -200px; right: -100px;
  pointer-events: none;
  animation: spin-slow 40s linear infinite;
}

/* Social icons: hover pop */
.footer-social a {
  transition: transform 0.3s cubic-bezier(0.34,1.56,0.64,1), background 0.3s, color 0.3s;
}
.footer-social a:hover {
  transform: translateY(-4px) scale(1.15);
}

/* ══════════════════════════════════════════════
   PAGE HERO — PARALLAX STRIPE + SPARKLE DOTS
   ══════════════════════════════════════════════ */

.page-hero {
  overflow: hidden;
}

/* Sparkle dot cluster - top right */
.page-hero .container::after {
  content: '✦';
  position: absolute;
  right: 2rem; top: 1rem;
  font-size: 1.5rem;
  color: var(--orange);
  opacity: 0.5;
  animation: sparkle 3s ease-in-out infinite;
  pointer-events: none;
}

/* Diagonal slash shape in page-hero */
.page-hero::before {
  opacity: 0.15;
}

/* ══════════════════════════════════════════════
   ABOUT HERO — ENHANCED SHAPES
   ══════════════════════════════════════════════ */

.about-hero-img-wrap {
  position: relative;
}

/* Large morphing blob behind the image */
.about-hero-img-wrap::before {
  content: '';
  position: absolute;
  width: 110%; height: 110%;
  top: -5%; left: -5%;
  background: linear-gradient(135deg, rgba(21,101,192,0.10), rgba(245,197,24,0.06));
  border-radius: 60% 40% 55% 45% / 50% 60% 40% 50%;
  animation: morph-blob 10s ease-in-out infinite;
  z-index: -1;
  pointer-events: none;
}

/* Dot grid overlay - bottom left corner of image */
.about-hero-img-wrap::after {
  content: '';
  position: absolute;
  width: 80px; height: 80px;
  bottom: -20px; left: -20px;
  background-image: radial-gradient(circle, rgba(21,101,192,0.35) 1.5px, transparent 1.5px);
  background-size: 12px 12px;
  z-index: 3;
  pointer-events: none;
}

/* Overlay box: badge pop animation */
.about-hero-overlay-box {
  animation: badge-pop 0.8s cubic-bezier(0.34,1.56,0.64,1) 0.3s both;
  position: relative;
  overflow: hidden;
}
.about-hero-overlay-box::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 0; height: 0;
  border-style: solid;
  border-width: 0 32px 32px 0;
  border-color: transparent rgba(255,255,255,0.12) transparent transparent;
}

/* Divider: animated width grow */
.about-hero-divider {
  position: relative;
  overflow: visible;
  transition: width 0.6s cubic-bezier(0.22,1,0.36,1);
}
.about-hero-divider::after {
  content: '';
  position: absolute;
  top: 50%; right: -10px;
  transform: translateY(-50%);
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--orange);
  animation: pulse-ring 2s ease-out infinite;
}

/* ══════════════════════════════════════════════
   ABOUT IMAGE SHAPES — ENHANCED VERSIONS
   ══════════════════════════════════════════════ */

.about-img-modern-wrap {
  overflow: visible;
}

/* Morphing blob behind about images */
.about-img-modern-wrap::before {
  content: '';
  position: absolute;
  width: 120%; height: 120%;
  top: -10%; left: -10%;
  background: linear-gradient(135deg, rgba(21,101,192,0.08) 0%, rgba(245,197,24,0.05) 100%);
  border-radius: 60% 40% 55% 45% / 50% 60% 40% 50%;
  animation: morph-blob 12s ease-in-out infinite;
  z-index: -1;
  pointer-events: none;
}

/* Floating badge corner shape */
.about-img-modern-wrap::after {
  content: '';
  position: absolute;
  width: 56px; height: 56px;
  top: -16px; right: -16px;
  background: var(--orange);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  opacity: 0.18;
  animation: float-rotate 6s ease-in-out infinite;
  z-index: 2;
  pointer-events: none;
}

/* About shape: enhanced animations */
.about-shape-circle {
  animation: float-y 4s ease-in-out infinite;
}
.about-shape-blob {
  animation: morph-blob 8s ease-in-out infinite, float-y 6s ease-in-out infinite;
}
.about-shape-dot {
  animation: pulse-ring 3s ease-out infinite;
}

/* ══════════════════════════════════════════════
   EYEBROW LABEL — ANIMATED PING DOT
   ══════════════════════════════════════════════ */

.eyebrow-label {
  position: relative;
  overflow: visible;
}
.eyebrow-label::after {
  content: '';
  position: absolute;
  left: 14px; top: 50%;
  transform: translateY(-50%);
  width: 6px; height: 6px;
  border-radius: 50%;
  border: 2px solid var(--cyan);
  animation: pulse-ring 2s ease-out infinite;
}

/* ══════════════════════════════════════════════
   SECTION HEADING — UNDERLINE GRADIENT ANIMATE
   ══════════════════════════════════════════════ */

.section-heading h2::after {
  background: linear-gradient(90deg, var(--cyan), var(--orange));
  background-size: 200% 100%;
  animation: gradient-shift 3s ease-in-out infinite;
  transition: width 0.7s cubic-bezier(0.22,1,0.36,1);
}
.section-heading h2:hover::after,
.section-heading.visible h2::after {
  width: 100px;
}

/* ══════════════════════════════════════════════
   BUTTONS — SHIMMER + MICRO-INTERACTIONS
   ══════════════════════════════════════════════ */

/* All primary buttons: shimmer sweep */
.btn-orange,
.btn-navy,
.about-hero-btn {
  position: relative;
  overflow: hidden;
}
.btn-orange::after,
.btn-navy::after,
.about-hero-btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 30%,
    rgba(255,255,255,0.20) 50%,
    transparent 70%
  );
  width: 50%;
  transform: translateX(-120%) skewX(-12deg);
  pointer-events: none;
  transition: transform 0s;
}
.btn-orange:hover::after,
.btn-navy:hover::after,
.about-hero-btn:hover::after {
  transform: translateX(250%) skewX(-12deg);
  transition: transform 0.5s ease;
}

/* Ghost button: border glow */
.btn-ghost {
  box-shadow: 0 0 0 0 rgba(255,255,255,0);
  transition: color var(--transition), border-color var(--transition),
              background var(--transition), box-shadow var(--transition), gap var(--transition);
}
.btn-ghost:hover {
  box-shadow: 0 4px 20px rgba(255,255,255,0.12);
}

/* ══════════════════════════════════════════════
   CTA BANNER — FLOATING SHAPE GRID
   ══════════════════════════════════════════════ */

/* Animated dashed top border */
#cta-banner .container {
  position: relative;
}

/* Diagonal sparkle badges */
#cta-banner h2 {
  position: relative;
}
#cta-banner h2::before {
  content: '★';
  position: absolute;
  left: -2rem; top: 50%;
  transform: translateY(-50%);
  font-size: 1.1rem;
  color: var(--orange);
  opacity: 0.5;
  animation: sparkle 2s ease-in-out infinite;
  animation-delay: 0.5s;
}
#cta-banner h2::after {
  content: '★';
  position: absolute;
  right: -2rem; top: 50%;
  transform: translateY(-50%);
  font-size: 1.1rem;
  color: var(--orange);
  opacity: 0.5;
  animation: sparkle 2s ease-in-out infinite;
  animation-delay: 1s;
}

/* ══════════════════════════════════════════════
   HERO SLIDES — ENHANCED TRANSITIONS
   ══════════════════════════════════════════════ */

.hero-slide {
  background-attachment: fixed; /* Parallax effect on slides */
}
.hero-slide.active {
  animation: page-hero-zoom 9s ease-out forwards;
}

/* Slide progress dots: morphing shape */
.hero-dot.active {
  border-radius: 5px;
  box-shadow: 0 0 12px rgba(245,197,24,0.6), 0 0 0 4px rgba(245,197,24,0.15);
}

/* ══════════════════════════════════════════════
   PARTNER TICKER — ENHANCED
   ══════════════════════════════════════════════ */

.ticker-track {
  animation: ticker-scroll 28s linear infinite;
}
.ticker-track:hover {
  animation-play-state: paused;
}

/* Individual item hover lift */
.partner-logo-item {
  transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1),
              box-shadow 0.35s ease,
              border-color 0.35s ease;
}
.partner-logo-item:hover {
  transform: translateY(-6px) scale(1.04);
  box-shadow: 0 12px 32px rgba(21,101,192,0.12);
}

/* ══════════════════════════════════════════════
   MAP SECTION — PULSE RING ON PIN
   ══════════════════════════════════════════════ */

#map, #map-full {
  position: relative;
}
#map::after, #map-full::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--radius);
  border: 2px solid rgba(21,101,192,0.12);
  pointer-events: none;
  transition: border-color var(--transition);
}
#map:hover::after, #map-full:hover::after {
  border-color: rgba(21,101,192,0.30);
}

/* ══════════════════════════════════════════════
   GLASS CARD — ENHANCED
   ══════════════════════════════════════════════ */

.glass-card {
  position: relative;
  overflow: hidden;
}
.glass-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.7), transparent);
}

/* ══════════════════════════════════════════════
   IMAGE SECTION DECORATORS (two-col, split)
   ══════════════════════════════════════════════ */

/* Add a decorative offset frame around images */
.two-col img,
.split-image img,
.service-detail img {
  position: relative;
  transition: transform 0.6s cubic-bezier(0.22,1,0.36,1), box-shadow 0.6s ease;
}
.two-col:hover img,
.split-image:hover img,
.service-detail:hover img {
  transform: scale(1.02);
  box-shadow: 0 24px 64px rgba(21,101,192,0.15);
}

/* Decorative frame: pseudo on wrapper */
.split-image {
  position: relative;
}
.split-image::before {
  content: '';
  position: absolute;
  width: 80px; height: 80px;
  top: -12px; left: -12px;
  border-top: 3px solid var(--cyan);
  border-left: 3px solid var(--cyan);
  border-radius: 6px 0 0 0;
  opacity: 0.4;
  pointer-events: none;
  transition: opacity var(--transition), width var(--transition), height var(--transition);
}
.split-image:hover::before {
  opacity: 0.8;
  width: 100px; height: 100px;
}
.split-image::after {
  content: '';
  position: absolute;
  width: 50px; height: 50px;
  bottom: -12px; right: -12px;
  border-bottom: 3px solid var(--orange);
  border-right: 3px solid var(--orange);
  border-radius: 0 0 6px 0;
  opacity: 0.4;
  pointer-events: none;
  transition: opacity var(--transition), width var(--transition), height var(--transition);
}
.split-image:hover::after {
  opacity: 0.8;
  width: 70px; height: 70px;
}

/* ══════════════════════════════════════════════
   SCROLL ANIMATIONS — ENHANCED DEFAULTS
   ══════════════════════════════════════════════ */

/* Smooth elastic reveal */
.fade-in {
  transition: opacity 0.9s cubic-bezier(0.22,1,0.36,1),
              transform 0.9s cubic-bezier(0.22,1,0.36,1);
}

/* Cards in a grid: stagger more naturally */
.services-grid .service-card:nth-child(1) { transition-delay: 0.05s; }
.services-grid .service-card:nth-child(2) { transition-delay: 0.14s; }
.services-grid .service-card:nth-child(3) { transition-delay: 0.23s; }
.mvv-grid .mvv-card:nth-child(1) { transition-delay: 0.05s; }
.mvv-grid .mvv-card:nth-child(2) { transition-delay: 0.14s; }
.mvv-grid .mvv-card:nth-child(3) { transition-delay: 0.23s; }
.pillars-grid .pillar-card:nth-child(1) { transition-delay: 0.04s; }
.pillars-grid .pillar-card:nth-child(2) { transition-delay: 0.11s; }
.pillars-grid .pillar-card:nth-child(3) { transition-delay: 0.18s; }
.pillars-grid .pillar-card:nth-child(4) { transition-delay: 0.25s; }
.products-grid .product-card:nth-child(1) { transition-delay: 0.05s; }
.products-grid .product-card:nth-child(2) { transition-delay: 0.14s; }
.products-grid .product-card:nth-child(3) { transition-delay: 0.23s; }

/* ══════════════════════════════════════════════
   TILT CARD — MORE DRAMATIC ON DESKTOP
   ══════════════════════════════════════════════ */

.tilt-card:hover {
  transform: translateY(-10px) rotateX(3deg) rotateY(-3deg) scale(1.01);
  box-shadow:
    0 24px 48px rgba(0,0,0,0.13),
    0 0 0 1px var(--border),
    0 0 40px rgba(21,101,192,0.08);
}

/* ══════════════════════════════════════════════
   CONTACT FORM — FIELD GLOW
   ══════════════════════════════════════════════ */

input:focus, textarea:focus, select:focus {
  outline: none;
  border-color: var(--cyan) !important;
  box-shadow: 0 0 0 3px rgba(21,101,192,0.12) !important;
  transition: border-color 0.25s, box-shadow 0.25s;
}

/* ══════════════════════════════════════════════
   MOBILE RESPONSIVE — preserve all enhancements
   ══════════════════════════════════════════════ */

@media (max-width: 900px) {
  /* Disable heavy 3D transforms on touch devices */
  .hero-card { animation: float-y 5s ease-in-out infinite; }
  .tilt-card:hover { transform: translateY(-5px); }
  .split-image::before, .split-image::after { display: none; }
  #cta-banner h2::before, #cta-banner h2::after { display: none; }
}

@media (max-width: 600px) {
  .hero-content::before { display: none; }
  .hero-visual::before, .hero-visual::after { display: none; }
  .about-img-modern-wrap::after { width: 36px; height: 36px; top: -10px; right: -10px; }
}

/* ══════════════════════════════════════════════
   REDUCED MOTION — RESPECT PREFERENCE
   ══════════════════════════════════════════════ */

@media (prefers-reduced-motion: reduce) {
  .hero-card,
  .about-img-modern-wrap::before,
  .about-shape-blob,
  .about-shape-circle,
  .about-shape-dot,
  #sustainability-teaser::after,
  footer::after,
  .chain-stage:not(:last-child)::after,
  .about-hero-img-wrap::before,
  .about-hero-img-wrap::after,
  #cta-banner,
  .scroll-progress-bar,
  .service-card::after,
  .ticker-track {
    animation: none !important;
  }
  .hero-brand::before,
  .eyebrow-label::after { animation: none; }
  .pillar-card:hover .pillar-icon,
  .mvv-card:hover .mvv-icon,
  .why-us-card:hover .why-us-icon,
  .sustain-section:hover .s-icon { animation: none; }
}

/* =============================================
   SAFETY PAGE STYLES
   ============================================= */

/* Safety Cards */
.safety-card {
  background: #ffffff;
  border: 1px solid rgba(0, 61, 122, 0.12);
  border-radius: var(--radius);
  padding: 2rem;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(0, 61, 122, 0.08);
}

.safety-card:hover {
  border-color: rgba(221, 18, 24, 0.3);
  box-shadow: 0 8px 32px rgba(221, 18, 24, 0.15);
  transform: translateY(-4px);
}

.safety-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #FDD835 0%, #FF9800 100%);
  border-radius: 12px;
  color: #003D7A;
  font-size: 1.8rem;
}

.safety-card h3 {
  color: #003D7A;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: 700;
}

.safety-card p {
  color: #555;
  line-height: 1.6;
  font-size: 0.95rem;
}

/* Emergency Cards */
.emergency-card {
  background: #ffffff;
  border: 2px solid rgba(221, 18, 24, 0.2);
  border-radius: var(--radius);
  padding: 2rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(221, 18, 24, 0.08);
}

.emergency-card:hover {
  border-color: #dd1218;
  box-shadow: 0 12px 32px rgba(221, 18, 24, 0.2);
  transform: translateY(-4px);
}

.emergency-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(221, 18, 24, 0.12);
  border-radius: 50%;
  color: #dd1218;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.emergency-card h3 {
  color: #003D7A;
  margin-bottom: 1rem;
  font-size: 1.05rem;
  font-weight: 700;
}

.emergency-card ul li {
  color: #555;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}

@media (max-width: 640px) {
  .safety-card,
  .emergency-card {
    padding: 1.5rem;
  }

  .safety-icon {
    width: 48px;
    height: 48px;
    font-size: 1.4rem;
  }

  .safety-card h3,
  .emergency-card h3 {
    font-size: 1rem;
  }
}

