/* body{
    background:red !important;
} */
:root {
         --bg: #020308;
         --bg-card: rgba(15, 20, 30, 0.6);
         --bg-card-hover: rgba(25, 35, 55, 0.85);
         --text: #FFFFFF;
         --muted: #8A94A6;
         --cyan: #38bdf8;
         --cyan-glow: rgba(56, 189, 248, 0.25);
         --blue: #2563eb;
         --border: rgba(255, 255, 255, 0.08);
         --border-cyan: rgba(56, 189, 248, 0.25);
      }

      /* ── LIGHT MODE ── */
      [data-theme="light"] {
         --bg: #f0f6ff;
         --bg-card: rgba(255, 255, 255, 0.75);
         --bg-card-hover: rgba(255, 255, 255, 0.95);
         --text: #0a1628;
         --muted: #4a5a7a;
         --cyan: #2563eb;
         --cyan-glow: rgba(37, 99, 235, 0.2);
         --blue: #2563eb;
         --border: rgba(37, 99, 235, 0.12);
         --border-cyan: rgba(37, 99, 235, 0.3);
      }

      [data-theme="light"] body {
         background: #f0f6ff;
         color: #0a1628;
      }

      [data-theme="light"] nav {
         background: rgba(240, 246, 255, 0.88) !important;
         border-bottom: 1px solid rgba(37, 99, 235, 0.12);
      }

      [data-theme="light"] .nav-logo-fallback { color: #0a1628; }
      [data-theme="light"] .nav-links a { color: #4a5a7a; }
      [data-theme="light"] .nav-links a:hover,
      [data-theme="light"] .nav-links a.active { color: #0a1628; }
      [data-theme="light"] .hamburger span { background: #0a1628; }
      [data-theme="light"] .mobile-drawer { background: rgba(240,246,255,0.98); }
      [data-theme="light"] .mobile-drawer a { color: #0a1628; }

      [data-theme="light"] .ticker-wrap { background: rgba(37,99,235,0.04); border-color: rgba(37,99,235,0.12); }
      [data-theme="light"] .ticker-item { color: #4a5a7a; }

      [data-theme="light"] .glass { background: rgba(255,255,255,0.75); border-color: rgba(37,99,235,0.12); box-shadow: 0 4px 20px rgba(37,99,235,0.06); }
      [data-theme="light"] .glass:hover { background: rgba(255,255,255,0.95); border-color: rgba(37,99,235,0.3); box-shadow: 0 8px 32px rgba(37,99,235,0.1); }

      [data-theme="light"] .fact-box { background: rgba(37,99,235,0.04); border-color: rgba(37,99,235,0.12); }
      [data-theme="light"] .fact-box strong { color: #2563eb; text-shadow: none; }

      [data-theme="light"] .step-num { background: #f0f6ff; color: #2563eb; border-color: #2563eb; box-shadow: 0 0 20px rgba(37,99,235,0.15); }
      [data-theme="light"] .step-num::before { border-color: rgba(37,99,235,0.2); }
      [data-theme="light"] .process-steps::before { background: linear-gradient(90deg,transparent,rgba(37,99,235,0.3),transparent); }

      [data-theme="light"] .hero-visual { background: linear-gradient(135deg,rgba(37,99,235,0.05),rgba(56,189,248,0.03)); border-color: rgba(37,99,235,0.2); box-shadow: inset 0 0 60px rgba(37,99,235,0.04),0 0 40px rgba(37,99,235,0.08); }
      [data-theme="light"] .hero-visual::before { background-image: radial-gradient(rgba(37,99,235,0.06) 1px,transparent 1px); }
      [data-theme="light"] .hero-pill { background: rgba(37,99,235,0.07); border-color: rgba(37,99,235,0.25); color: #2563eb; }
      [data-theme="light"] .hero-pill::before { background: #2563eb; }
      [data-theme="light"] .hero-text h1 em { color: #2563eb; text-shadow: 0 0 30px rgba(37,99,235,0.15); }

      [data-theme="light"] .btn-ghost { color: #0a1628; border-color: rgba(37,99,235,0.25); }
      [data-theme="light"] .btn-ghost:hover { border-color: #2563eb; color: #2563eb; }

      [data-theme="light"] .about-visual { background: linear-gradient(135deg,#dceeff,#f0f6ff); border-color: rgba(37,99,235,0.2); box-shadow: 0 0 50px rgba(37,99,235,0.08); }
      [data-theme="light"] .about-visual::after { background: linear-gradient(to top,rgba(240,246,255,0.5),transparent); }

      [data-theme="light"] .filter-btn { background: rgba(37,99,235,0.05); border-color: rgba(37,99,235,0.15); color: #4a5a7a; }
      [data-theme="light"] .filter-btn:hover, [data-theme="light"] .filter-btn.active { background: #2563eb; color: #fff; border-color: #2563eb; }

      [data-theme="light"] .cert-badge { border-color: #2563eb; box-shadow: 0 0 20px rgba(37,99,235,0.15); }
      [data-theme="light"] .exc-card h3 { color: #2563eb; }

      [data-theme="light"] .v-card { background: rgba(255,255,255,0.75); border-color: rgba(37,99,235,0.12); }
      [data-theme="light"] .v-card.lit { background: #2563eb; color: #fff; border-color: #2563eb; box-shadow: 0 0 40px rgba(37,99,235,0.3); }
      [data-theme="light"] .v-card.lit p, [data-theme="light"] .v-card.lit h3 { color: #fff; }
      [data-theme="light"] .v-card.lit .v-num { color: rgba(255,255,255,0.2); }

      [data-theme="light"] .contact-icon { background: rgba(37,99,235,0.07); }
      [data-theme="light"] .form-group input,
      [data-theme="light"] .form-group textarea,
      [data-theme="light"] .form-group select { background: rgba(37,99,235,0.04); border-color: rgba(37,99,235,0.15); color: #0a1628; }
      [data-theme="light"] .form-group select option { background: #f0f6ff; color: #0a1628; }
      [data-theme="light"] .form-group input::placeholder,
      [data-theme="light"] .form-group textarea::placeholder { color: #8a9ab8; }

      [data-theme="light"] #cta-banner { background: #0a1628; }
      [data-theme="light"] #cta-banner::before { background: radial-gradient(circle,rgba(37,99,235,0.4) 0%,transparent 65%); }
      [data-theme="light"] .cta-text h2 { color: #fff; }
      [data-theme="light"] .cta-text p { color: rgba(255,255,255,0.6); }

      [data-theme="light"] footer { background: #e4eefa; border-top: 1px solid rgba(37,99,235,0.1); }
      [data-theme="light"] .footer-brand .logo-text { color: #0a1628; }
      [data-theme="light"] .footer-col h4 { color: #4a5a7a; }
      [data-theme="light"] .footer-col ul li a { color: #4a5a7a; }
      [data-theme="light"] .footer-col ul li a:hover { color: #2563eb; }
      [data-theme="light"] .footer-bottom { border-top-color: rgba(37,99,235,0.1); }
      [data-theme="light"] .social-btn { border-color: rgba(37,99,235,0.15); color: #4a5a7a; }
      [data-theme="light"] .social-btn:hover { border-color: #2563eb; color: #2563eb; }

      [data-theme="light"] .section-label { color: #2563eb; }
      [data-theme="light"] .section-label::before { background: #2563eb; }
      [data-theme="light"] .testimonial .stars { color: #2563eb; }
      [data-theme="light"] .stat-card .num { color: #2563eb; text-shadow: none; }

      [data-theme="light"] #preloader { background: #f0f6ff; }
      [data-theme="light"] .pre-title { color: #0a1628; text-shadow: none; }
      [data-theme="light"] .pre-sub { color: #4a5a7a; }
      [data-theme="light"] .pre-orb { background: linear-gradient(135deg,rgba(37,99,235,0.7),rgba(56,189,248,0.35)); }

      /* ── THEME TOGGLE BUTTON ── */
      .theme-toggle {
         width: 44px;
         height: 24px;
         border-radius: 12px;
         border: none;
         cursor: pointer;
         position: relative;
         background: rgba(255,255,255,0.12);
         border: 1px solid rgba(255,255,255,0.15);
         transition: all 0.3s ease;
         flex-shrink: 0;
         margin-right: 0.5rem;
      }

      [data-theme="light"] .theme-toggle {
         background: rgba(37,99,235,0.1);
         border-color: rgba(37,99,235,0.2);
      }

      .theme-toggle-knob {
         position: absolute;
         top: 3px;
         left: 3px;
         width: 16px;
         height: 16px;
         border-radius: 50%;
         background: #fff;
         transition: all 0.35s cubic-bezier(.34,1.56,.64,1);
         display: flex;
         align-items: center;
         justify-content: center;
         font-size: 9px;
         line-height: 1;
         box-shadow: 0 1px 4px rgba(0,0,0,0.3);
      }

      [data-theme="light"] .theme-toggle-knob {
         transform: translateX(20px);
         background: #2563eb;
         box-shadow: 0 1px 4px rgba(37,99,235,0.4);
      }

      .theme-toggle-icon {
         font-size: 10px;
         position: absolute;
         top: 50%;
         transform: translateY(-50%);
         transition: opacity 0.3s;
         pointer-events: none;
         user-select: none;
      }
      .icon-moon { right: 6px; opacity: 1; }
      .icon-sun  { left: 6px; opacity: 0; }
      [data-theme="light"] .icon-moon { opacity: 0; }
      [data-theme="light"] .icon-sun  { opacity: 1; }

      *,
      *::before,
      *::after {
         margin: 0;
         padding: 0;
         box-sizing: border-box;
      }

      html {
         scroll-behavior: smooth;
      }

      body {
         background: var(--bg);
         color: var(--text);
         font-family: 'Outfit', sans-serif;
         overflow-x: hidden;
         -webkit-font-smoothing: antialiased;
      }

      h1,
      h2,
      h3,
      h4,
      h5 {
         font-family: 'Familjen Grotesk', sans-serif;
         letter-spacing: -0.02em;
         line-height: 1.15;
      }
      [data-theme="light"] .nav-logo img{
    filter: brightness(0);
}

      /* ── NUMBER FONT — Bebas Neue for all stat/counter numerals ── */
      .num, .counter, .fact-box strong, .v-num, .step-num {
         font-family: 'Bebas Neue', sans-serif !important;
         letter-spacing: 0.05em !important;
         font-weight: 400 !important;
      }

      /* ── UTILS ── */
      .reveal {
         opacity: 0;
         transform: translateY(35px);
         transition: opacity 0.8s cubic-bezier(.16, 1, .3, 1), transform 0.8s cubic-bezier(.16, 1, .3, 1);
      }

      .reveal.active {
         opacity: 1;
         transform: translateY(0);
      }

      .reveal-left {
         opacity: 0;
         transform: translateX(-40px);
         transition: opacity 0.8s cubic-bezier(.16, 1, .3, 1), transform 0.8s cubic-bezier(.16, 1, .3, 1);
      }

      .reveal-left.active {
         opacity: 1;
         transform: translateX(0);
      }

      .reveal-right {
         opacity: 0;
         transform: translateX(40px);
         transition: opacity 0.8s cubic-bezier(.16, 1, .3, 1), transform 0.8s cubic-bezier(.16, 1, .3, 1);
      }

      .reveal-right.active {
         opacity: 1;
         transform: translateX(0);
      }

      .section-label {
         font-family: 'Outfit', sans-serif;
         font-size: 0.68rem;
         font-weight: 600;
         letter-spacing: 3.5px;
         text-transform: uppercase;
         color: var(--cyan);
         margin-bottom: 1.2rem;
         display: flex;
         align-items: center;
         gap: 12px;
      }

      .section-label::before {
         content: '';
         width: 30px;
         height: 1px;
         background: var(--cyan);
      }

      .glass {
         background: var(--bg-card);
         border: 1px solid var(--border);
         border-radius: 16px;
         backdrop-filter: blur(14px);
         transition: all 0.4s ease;
      }

      .glass:hover {
         border-color: var(--border-cyan);
         box-shadow: 0 8px 32px rgba(56, 189, 248, 0.08);
         background: var(--bg-card-hover);
      }

      .orb {
         position: absolute;
         border-radius: 50%;
         filter: blur(80px);
         opacity: 0.35;
         pointer-events: none;
         z-index: 0;
      }

      .btn-primary {
         background: var(--blue);
         color: #fff;
         border: 1px solid var(--cyan);
         padding: 0.85rem 2rem;
         font-family: 'Outfit', sans-serif;
         font-weight: 600;
         font-size: 0.95rem;
         cursor: pointer;
         border-radius: 30px;
         box-shadow: 0 0 20px rgba(37, 99, 235, 0.4);
         transition: all 0.3s;
         text-decoration: none;
         display: inline-block;
      }

      .btn-primary:hover {
         background: var(--cyan);
         color: #000;
         box-shadow: 0 0 30px var(--cyan);
      }

      .btn-ghost {
         background: transparent;
         color: #fff;
         border: 1px solid var(--border);
         padding: 0.85rem 2rem;
         font-family: 'Outfit', sans-serif;
         font-weight: 600;
         font-size: 0.95rem;
         cursor: pointer;
         border-radius: 30px;
         transition: all 0.3s;
      }

      .btn-ghost:hover {
         border-color: var(--cyan);
         color: var(--cyan);
      }

      /* ── PRELOADER ── */
      #preloader {
         position: fixed;
         inset: 0;
         background: var(--bg);
         z-index: 9999;
         display: flex;
         flex-direction: column;
         align-items: center;
         justify-content: center;
         transition: opacity 0.3s ease, visibility 0.3s ease;
      }

      #preloader.gone {
         opacity: 0;
         visibility: hidden;
         pointer-events: none;
      }

      .pre-orb {
         position: absolute;
         width: clamp(280px, 40vw, 480px);
         height: clamp(280px, 40vw, 480px);
         background: linear-gradient(135deg, rgba(37, 99, 235, 0.9), rgba(56, 189, 248, 0.45));
         border-radius: 40% 60% 70% 30%/40% 50% 60% 50%;
         filter: blur(70px);
         animation: morphOrb 5s ease-in-out infinite alternate;
      }

      @keyframes morphOrb {
         0% {
            border-radius: 40% 60% 70% 30%/40% 50% 60% 50%;
            transform: scale(1) rotate(0deg);
         }

         100% {
            border-radius: 60% 40% 30% 70%/60% 50% 40% 50%;
            transform: scale(1.2) rotate(40deg);
         }
      }

      .pre-title {
         position: relative;
         z-index: 2;
         font-family: 'Familjen Grotesk', sans-serif;
         font-size: clamp(2rem, 6vw, 4.5rem);
         font-weight: 700;
         text-align: center;
         line-height: 1.1;
         letter-spacing: -0.03em;
         opacity: 0;
         animation: fadeUp 0.9s forwards 0.5s;
         text-shadow: 0 0 30px rgba(56, 189, 248, 0.2);
      }

      .pre-sub {
         position: relative;
         z-index: 2;
         margin-top: 1.25rem;
         font-family: 'Outfit', sans-serif;
         font-size: clamp(0.72rem, 2vw, 0.88rem);
         font-weight: 500;
         letter-spacing: 3.5px;
         text-transform: uppercase;
         color: var(--muted);
         opacity: 0;
         animation: fadeUp 0.9s forwards 1.1s;
      }

      @keyframes fadeUp {
         from {
            opacity: 0;
            transform: translateY(18px)
         }

         to {
            opacity: 1;
            transform: translateY(0)
         }
      }

      /* ── NAV ── */
      nav {
         position: fixed;
         top: 0;
         width: 100%;
         padding: 0 5%;
         height: 72px;
         display: flex;
         align-items: center;
         justify-content: space-between;
         background: rgba(2, 3, 8, 0.75);
         backdrop-filter: blur(20px);
         border-bottom: 1px solid var(--border);
         z-index: 900;
         transition: background 0.3s;
      }

      .nav-logo {
         text-decoration: none;
         display: flex;
         align-items: center;
      }

      .nav-logo img {
         height: 42px;
         width: auto;
         display: block;
         object-fit: contain;
      }

      .nav-logo-fallback {
         font-family: 'Familjen Grotesk', sans-serif;
         font-weight: 800;
         font-size: 1.05rem;
         color: #fff;
         line-height: 1.3;
      }

      .nav-logo-fallback span {
         font-size: 0.5rem;
         font-weight: 400;
         color: var(--muted);
         letter-spacing: 2px;
         display: block;
      }

      .nav-links {
         display: flex;
         gap: 2.5rem;
         list-style: none;
      }

      .nav-links a {
         color: var(--muted);
         text-decoration: none;
         font-size: 0.88rem;
         font-weight: 500;
         transition: color 0.3s;
         position: relative;
      }

      .nav-links a::after {
         content: '';
         position: absolute;
         bottom: -4px;
         left: 0;
         width: 0;
         height: 1px;
         background: var(--cyan);
         transition: width 0.3s;
      }

      .nav-links a:hover,
      .nav-links a.active {
         color: #fff;
      }

      .nav-links a:hover::after,
      .nav-links a.active::after {
         width: 100%;
      }

      .nav-cta {
         display: flex;
         align-items: center;
         gap: 1rem;
      }

      .hamburger {
         display: none;
         flex-direction: column;
         gap: 5px;
         cursor: pointer;
         background: none;
         border: none;
         padding: 4px;
      }

      .hamburger span {
         display: block;
         width: 22px;
         height: 2px;
         background: #fff;
         border-radius: 2px;
         transition: all 0.3s;
      }

      .hamburger.open span:nth-child(1) {
         transform: translateY(7px) rotate(45deg);
      }

      .hamburger.open span:nth-child(2) {
         opacity: 0;
      }

      .hamburger.open span:nth-child(3) {
         transform: translateY(-7px) rotate(-45deg);
      }

      /* Mobile Drawer */
      .mobile-drawer {
         position: fixed;
         inset: 0;
         background: rgba(2, 3, 8, 0.97);
         backdrop-filter: blur(20px);
         z-index: 800;
         display: flex;
         flex-direction: column;
         align-items: center;
         justify-content: center;
         gap: 2.5rem;
         opacity: 0;
         visibility: hidden;
         transition: all 0.4s ease;
      }

      .mobile-drawer.open {
         opacity: 1;
         visibility: visible;
      }

      .mobile-drawer a {
         font-family: 'Familjen Grotesk', sans-serif;
         font-size: 2.2rem;
         font-weight: 700;
         color: #fff;
         text-decoration: none;
         transition: color 0.3s;
      }

      .mobile-drawer a:hover {
         color: var(--cyan);
      }

      /* ── HERO ── */
      #hero {
         min-height: 100vh;
         display: flex;
         align-items: center;
         padding: 100px 5% 5rem;
         position: relative;
         overflow: hidden;
      }

      .hero-inner {
         display: flex;
         align-items: center;
         justify-content: space-between;
         gap: 3rem;
         width: 100%;
         z-index: 2;
      }

      .hero-text {
         max-width: 580px;
      }

      .hero-text h1 {
         font-size: clamp(3.2rem, 7vw, 6rem);
         line-height: 1.05;
         margin-bottom: 1.5rem;
      }

      .hero-text h1 em {
         font-style: normal;
         color: var(--cyan);
         text-shadow: 0 0 30px var(--cyan-glow);
      }

      .hero-text p {
         color: var(--muted);
         font-size: 1.05rem;
         line-height: 1.7;
         margin-bottom: 2.5rem;
         max-width: 480px;
      }

      .hero-btns {
         display: flex;
         gap: 1rem;
         flex-wrap: wrap;
      }

      .hero-can-img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
}

      .hero-visual {
         flex: 1;
         /* max-width: 460px; */
         min-height: 600px;
         border-radius: 24px;
         background: linear-gradient(135deg, rgba(56, 189, 248, 0.06), rgba(37, 99, 235, 0.04));
         border: 1px solid var(--border-cyan);
         display: flex;
         flex-direction: column;
         align-items: center;
         justify-content: center;
         gap: 1rem;
         color: var(--muted);
         font-size: 0.82rem;
         letter-spacing: 1px;
         box-shadow: inset 0 0 60px rgba(56, 189, 248, 0.05), 0 0 40px rgba(37, 99, 235, 0.1);
         position: relative;
         overflow: hidden;
      }

      .hero-visual::before {
         content: '';
         position: absolute;
         inset: 0;
         background-image: radial-gradient(rgba(56, 189, 248, 0.06) 1px, transparent 1px);
         background-size: 28px 28px;
      }

      .hero-pill {
         display: inline-flex;
         align-items: center;
         gap: 8px;
         background: rgba(56, 189, 248, 0.08);
         border: 1px solid var(--border-cyan);
         border-radius: 30px;
         padding: 0.4rem 1rem;
         font-size: 0.78rem;
         color: var(--cyan);
         margin-bottom: 1rem;
         letter-spacing: 1px;
      }

      .hero-pill::before {
         content: '';
         width: 6px;
         height: 6px;
         background: var(--cyan);
         border-radius: 50%;
         animation: pulse 2s infinite;
      }

      @keyframes pulse {

         0%,
         100% {
            box-shadow: 0 0 0 0 var(--cyan-glow)
         }

         50% {
            box-shadow: 0 0 0 6px transparent
         }
      }

      /* ── TICKER ── */
      .ticker-wrap {
         overflow: hidden;
         border-top: 1px solid var(--border);
         border-bottom: 1px solid var(--border);
         padding: 1.2rem 0;
         background: rgba(0, 0, 0, 0.3);
      }

      .ticker-track {
         display: flex;
         gap: 4rem;
         width: max-content;
         animation: ticker 30s linear infinite;
      }

      .ticker-track:hover {
         animation-play-state: paused;
      }

      @keyframes ticker {
         from {
            transform: translateX(0)
         }

         to {
            transform: translateX(-50%)
         }
      }

      .ticker-item {
         font-family: 'Familjen Grotesk', sans-serif;
         font-size: 0.85rem;
         letter-spacing: 2px;
         text-transform: uppercase;
         color: var(--muted);
         display: flex;
         align-items: center;
         gap: 1.5rem;
         white-space: nowrap;
      }

      .ticker-dot {
         width: 4px;
         height: 4px;
         background: var(--cyan);
         border-radius: 50%;
         flex-shrink: 0;
      }

      /* ── ABOUT ── */
      #about {
         padding: 8rem 5%;
         position: relative;
         overflow: hidden;
      }

      .about-inner {
         display: grid;
         grid-template-columns: 1fr 1fr;
         gap: 5rem;
         align-items: center;
         position: relative;
         z-index: 2;
      }

      .about-visual {
         height: 500px;
         border-radius: 24px;
         background: linear-gradient(135deg, #0a0e17, #020308);
         border: 1px solid var(--border-cyan);
         display: flex;
         flex-direction: column;
         align-items: center;
         justify-content: center;
         gap: 1rem;
         color: var(--muted);
         font-size: 0.82rem;
         position: relative;
         overflow: hidden;
         box-shadow: 0 0 50px rgba(37, 99, 235, 0.12);
      }

      .about-visual::after {
         content: '';
         position: absolute;
         inset: 0;
         background: linear-gradient(to top, rgba(2, 3, 8, 0.5), transparent);
      }

      .about-text h2 {
         font-size: clamp(2rem, 4vw, 3rem);
         line-height: 1.2;
         margin-bottom: 1.5rem;
      }

      .about-text p {
         color: var(--muted);
         line-height: 1.8;
         margin-bottom: 1.2rem;
         font-size: 0.97rem;
      }

      .about-facts {
         display: grid;
         grid-template-columns: 1fr 1fr;
         gap: 1.5rem;
         margin-top: 2.5rem;
      }

      .fact-box {
         padding: 1.5rem;
         border-radius: 14px;
         background: rgba(255, 255, 255, 0.02);
         border: 1px solid var(--border);
      }

      .fact-box strong {
         font-family: 'Bebas Neue', sans-serif;
         font-size: 2.6rem;
         font-weight: 400;
         letter-spacing: 0.05em;
         color: var(--cyan);
         text-shadow: 0 0 15px var(--cyan-glow);
         display: block;
         margin-bottom: 0.4rem;
         line-height: 1;
      }

      .fact-box span {
         font-size: 0.78rem;
         color: var(--muted);
         text-transform: uppercase;
         letter-spacing: 1px;
      }

      /* ── BRAND GRID (WHY US) ── */
      #why {
         padding: 5rem 5%;
         position: relative;
         z-index: 2;
      }

      .why-grid {
         display: grid;
         grid-template-columns: repeat(3, 1fr);
         gap: 1.5rem;
         margin-top: 3rem;
      }

      @media (max-width: 900px) {
         .why-grid { grid-template-columns: repeat(2, 1fr); }
      }

      @media (max-width: 580px) {
         .why-grid { grid-template-columns: 1fr; }
      }

      .why-card {
         padding: 2rem;
         border-radius: 16px;
      }

      .why-icon {
         font-size: 2rem;
         margin-bottom: 1.2rem;
      }

      .why-card h3 {
         font-size: 1.25rem;
         margin-bottom: 0.75rem;
      }

      .why-card p {
         color: var(--muted);
         font-size: 0.9rem;
         line-height: 1.65;
      }

      /* ── STATS SECTION FIX ── */
      #stats {
         padding: 8rem 5%;
         position: relative;
         overflow: hidden;
      }

      .stats-inner {
         position: relative;
         z-index: 2;
         max-width: 1200px;
         margin: 0 auto;
      }

      .stats-grid {
         display: grid;
         /* Changed minmax to 220px to prevent squeezing, 1fr for expansion */
         grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
         gap: 2rem;
         margin-top: 4rem;
      }

      .stat-card {
         padding: 3rem 2rem;
         /* Increased padding for better internal spacing */
         border-radius: 20px;
         text-align: center;
         display: flex;
         flex-direction: column;
         justify-content: center;
         align-items: center;
         min-height: 200px;
         /* Ensures all boxes have uniform height */
      }

      .stat-card .num {
         font-family: 'Bebas Neue', sans-serif;
         font-size: clamp(3rem, 5.5vw, 4.5rem);
         font-weight: 400;
         letter-spacing: 0.05em;
         color: var(--cyan);
         text-shadow: 0 0 20px var(--cyan-glow);
         display: block;
         line-height: 1;
      }

      .stat-card .num-unit {
         font-family: 'Bebas Neue', sans-serif;
         font-size: 1.8rem;
         font-weight: 400;
         color: var(--muted);
         margin-left: 2px;
         letter-spacing: 0.05em;
      }

      .stat-card .lbl {
         font-family: 'Outfit', sans-serif;
         font-size: 0.75rem;
         color: var(--muted);
         text-transform: uppercase;
         letter-spacing: 2.5px;
         margin-top: 0.85rem;
         display: block;
         line-height: 1.5;
         font-weight: 500;
      }

      /* Mobile Specific Adjustment for Stats */
      @media (max-width: 480px) {
         .stats-grid {
            grid-template-columns: 1fr;
            /* Stack them vertically on very small phones */
            gap: 1.5rem;
         }
      }

      /* ── FLAVOURS ── */
      #flavours {
         padding: 8rem 5%;
         position: relative;
      }

      .flavour-filters {
         display: flex;
         gap: 0.75rem;
         flex-wrap: wrap;
         margin: 2rem 0 3rem;
      }

      .filter-btn {
         background: rgba(255, 255, 255, 0.04);
         border: 1px solid var(--border);
         color: var(--muted);
         padding: 0.5rem 1.2rem;
         border-radius: 20px;
         font-family: 'Outfit', sans-serif;
         font-size: 0.85rem;
         cursor: pointer;
         transition: all 0.3s;
      }

      .filter-btn:hover,
      .filter-btn.active {
         background: var(--cyan);
         color: #000;
         border-color: var(--cyan);
         font-weight: 600;
      }

      .flavour-grid {
         display: grid;
         grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
         gap: 1rem;
      }

      .flavour-card {
         padding: 1.5rem 1.2rem;
         border-radius: 14px;
         text-align: center;
         cursor: pointer;
         transition: all 0.35s ease;
         position: relative;
         overflow: hidden;
      }

      .flavour-card::before {
         content: '';
         position: absolute;
         inset: 0;
         opacity: 0;
         transition: opacity 0.35s;
         border-radius: 14px;
      }

      .flavour-card:hover::before {
         opacity: 1;
      }

      .flavour-card:hover {
         transform: translateY(-4px);
         border-color: var(--border-cyan);
      }

      .flavour-img {
         width: 110px;
         height: 140px;
         object-fit: contain;
         margin-bottom: 0.75rem;
         transition: transform 0.4s ease;
         filter: drop-shadow(0 8px 24px rgba(56,189,248,0.18));
      }

      .flavour-card:hover .flavour-img {
         transform: translateY(-6px) scale(1.05);
      }

      .flavour-emoji {
         font-size: 2.2rem;
         display: block;
         margin-bottom: 0.75rem;
      }

      .flavour-name {
         font-size: 0.88rem;
         font-weight: 500;
         color: var(--text);
      }

      .flavour-cat {
         font-size: 0.72rem;
         color: var(--muted);
         margin-top: 0.3rem;
         letter-spacing: 1px;
         text-transform: uppercase;
      }

      .flavour-card.hidden {
         display: none;
      }

      /* ── PROCESS ── */
      #process {
         padding: 8rem 5%;
         background: radial-gradient(circle at 50% 0%, rgba(37, 99, 235, 0.08), transparent 60%);
         position: relative;
      }

      .process-steps {
         display: grid;
         grid-template-columns: repeat(3, 1fr);
         gap: 0;
         margin-top: 4rem;
         position: relative;
      }

      @media (max-width: 900px) {
         .process-steps { grid-template-columns: repeat(2, 1fr); }
      }

      @media (max-width: 580px) {
         .process-steps { grid-template-columns: 1fr; }
      }

      .process-steps::before {
         content: '';
         position: absolute;
         top: 60px;
         left: 0;
         width: 100%;
         height: 1px;
         background: linear-gradient(90deg, transparent, var(--border-cyan), transparent);
         z-index: 0;
      }

      .step {
         padding: 2rem 1.5rem;
         position: relative;
         z-index: 1;
         text-align: center;
      }

      .step-num {
         width: 56px;
         height: 56px;
         border-radius: 50%;
         border: 1px solid var(--cyan);
         display: flex;
         align-items: center;
         justify-content: center;
         margin: 0 auto 1.5rem;
         font-family: 'Bebas Neue', sans-serif;
         font-weight: 400;
         font-size: 1.3rem;
         letter-spacing: 0.05em;
         color: var(--cyan);
         background: var(--bg);
         box-shadow: 0 0 20px var(--cyan-glow);
         position: relative;
      }

      .step-num::before {
         content: '';
         position: absolute;
         inset: -4px;
         border-radius: 50%;
         border: 1px dashed rgba(56, 189, 248, 0.2);
         animation: spinSlow 10s linear infinite;
      }

      @keyframes spinSlow {
         to {
            transform: rotate(360deg)
         }
      }

      .step h3 {
         font-size: 1.05rem;
         margin-bottom: 0.6rem;
      }

      .step p {
         font-size: 0.85rem;
         color: var(--muted);
         line-height: 1.6;
      }

      .step-icon {
         font-size: 1.5rem;
         margin-bottom: 0.75rem;
      }

      /* ── EXCELLENCE ── */
      #excellence {
         padding: 8rem 5%;
      }

      .excellence-grid {
         display: grid;
         grid-template-columns: repeat(3, 1fr);
         gap: 1.5rem;
         margin-top: 3rem;
      }

      @media (max-width: 900px) {
         .excellence-grid { grid-template-columns: repeat(2, 1fr); }
      }

      @media (max-width: 580px) {
         .excellence-grid { grid-template-columns: 1fr; }
      }

      .exc-card {
         padding: 2.5rem;
         border-radius: 16px;
      }

      .exc-card h3 {
         font-size: 1.1rem;
         color: var(--cyan);
         margin-bottom: 1rem;
      }

      .exc-card p {
         color: var(--muted);
         font-size: 0.9rem;
         line-height: 1.65;
      }

      /* ── ADDED VALUE HORIZONTAL SCROLL ── */
      #value {
         height: 300vh;
         position: relative;
      }

      .value-sticky {
         position: sticky;
         top: 0;
         height: 100vh;
         overflow: hidden;
         display: flex;
         flex-direction: column;
         justify-content: center;
         padding-left: 5%;
      }

      .value-title {
         font-size: clamp(2rem, 4vw, 3rem);
         margin-bottom: 3.5rem;
      }

      .value-track {
         display: flex;
         gap: 1.5rem;
         width: max-content;
         will-change: transform;
         padding-right: 5%;
      }

      .v-card {
         width: 310px;
         min-height: 310px;
         padding: 2rem;
         border-radius: 16px;
         display: flex;
         flex-direction: column;
         justify-content: space-between;
         flex-shrink: 0;
         cursor: pointer;
      }

      .v-card.lit {
         background: #fff;
         color: #000;
         border-color: #fff;
         box-shadow: 0 0 40px rgba(255, 255, 255, 0.3);
      }

      .v-card.lit p,
      .v-card.lit h3 {
         color: #000;
      }

      .v-card.lit .v-num {
         color: rgba(0, 0, 0, 0.15);
      }

      .v-card h3 {
         font-size: 1.4rem;
         margin-bottom: 0.75rem;
      }

      .v-card p {
         color: var(--muted);
         font-size: 0.88rem;
         line-height: 1.6;
      }

      .v-num {
         font-family: 'Bebas Neue', sans-serif;
         font-size: 2.8rem;
         font-weight: 400;
         letter-spacing: 0.05em;
         color: var(--border);
         align-self: flex-end;
         transition: color 0.3s;
      }

      .v-card:hover .v-num {
         color: var(--cyan);
      }

      /* ── CERTIFICATIONS ── */
      #certs {
         padding: 8rem 5%;
      }

      .certs-grid {
         display: grid;
         grid-template-columns: repeat(3, 1fr);
         gap: 1.5rem;
         margin-top: 3rem;
      }

      @media (max-width: 900px) {
         .certs-grid { grid-template-columns: repeat(2, 1fr); }
      }

      @media (max-width: 580px) {
         .certs-grid { grid-template-columns: 1fr; }
      }

      .cert-card {
         padding: 2.5rem 2rem;
         border-radius: 16px;
         text-align: center;
      }

      .cert-badge {
         width: 72px;
         height: 72px;
         border-radius: 50%;
         border: 1px solid var(--cyan);
         display: flex;
         align-items: center;
         justify-content: center;
         margin: 0 auto 1.5rem;
         font-size: 1.8rem;
         box-shadow: 0 0 20px var(--cyan-glow);
      }

      .cert-card h3 {
         font-size: 1rem;
         margin-bottom: 0.5rem;
      }

      .cert-card p {
         font-size: 0.82rem;
         color: var(--muted);
         line-height: 1.5;
      }

      /* ── CLIENTS ── */
      #clients {
         padding: 8rem 5%;
         position: relative;
         overflow: hidden;
      }

      .clients-logos {
         display: grid;
         grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
         gap: 1.5rem;
         margin-top: 3rem;
      }

      .client-box {
         padding: 2rem;
         border-radius: 14px;
         display: flex;
         flex-direction: column;
         align-items: center;
         justify-content: center;
         gap: 0.75rem;
         min-height: 120px;
         text-align: center;
      }

      .client-box .c-logo {
         font-family: 'Familjen Grotesk', sans-serif;
         font-size: 1.2rem;
         font-weight: 700;
         color: var(--muted);
         transition: color 0.3s;
      }

      .client-box:hover .c-logo {
         color: #fff;
      }

      .client-box .c-cat {
         font-size: 0.72rem;
         color: var(--muted);
         letter-spacing: 1px;
         text-transform: uppercase;
      }

      .testimonial-grid {
         display: grid;
         grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
         gap: 1.5rem;
         margin-top: 3rem;
      }

      .testimonial {
         padding: 2.5rem;
         border-radius: 16px;
      }

      .testimonial .stars {
         color: var(--cyan);
         font-size: 1rem;
         margin-bottom: 1rem;
         letter-spacing: 2px;
      }

      .testimonial p {
         color: var(--muted);
         font-size: 0.92rem;
         line-height: 1.7;
         margin-bottom: 1.5rem;
         font-style: italic;
      }

      .testimonial .author {
         font-weight: 600;
         font-size: 0.9rem;
      }

      .testimonial .author span {
         color: var(--muted);
         font-weight: 400;
      }

      /* ── CONTACT ── */
      #contact {
         padding: 8rem 5%;
         position: relative;
         overflow: hidden;
      }

      .contact-inner {
         display: grid;
         grid-template-columns: 1fr 1.4fr;
         gap: 4rem;
         align-items: start;
         position: relative;
         z-index: 2;
      }

      .contact-info h2 {
         font-size: clamp(2rem, 4vw, 3rem);
         margin-bottom: 1rem;
      }

      .contact-info>p {
         color: var(--muted);
         line-height: 1.7;
         margin-bottom: 3rem;
      }

      .contact-detail {
         display: flex;
         align-items: flex-start;
         gap: 1rem;
         margin-bottom: 2rem;
      }

      .contact-icon {
         width: 44px;
         height: 44px;
         border-radius: 10px;
         border: 1px solid var(--border-cyan);
         display: flex;
         align-items: center;
         justify-content: center;
         font-size: 1.1rem;
         flex-shrink: 0;
      }

      .contact-detail h4 {
         font-size: 0.78rem;
         color: var(--muted);
         text-transform: uppercase;
         letter-spacing: 1px;
         margin-bottom: 0.3rem;
      }

      .contact-detail p {
         font-size: 0.95rem;
      }

      .contact-form {
         padding: 2.5rem;
         border-radius: 20px;
      }

      .form-row {
         display: grid;
         grid-template-columns: 1fr 1fr;
         gap: 1.2rem;
      }

      .form-group {
         margin-bottom: 1.4rem;
      }

      .form-group label {
         display: block;
         font-size: 0.78rem;
         color: var(--muted);
         text-transform: uppercase;
         letter-spacing: 1px;
         margin-bottom: 0.6rem;
      }

      .form-group input,
      .form-group textarea,
      .form-group select {
         width: 100%;
         background: rgba(255, 255, 255, 0.04);
         border: 1px solid var(--border);
         border-radius: 10px;
         padding: 0.85rem 1rem;
         color: #fff;
         font-family: 'Outfit', sans-serif;
         font-size: 0.95rem;
         transition: border-color 0.3s;
         outline: none;
      }

      .form-group input:focus,
      .form-group textarea:focus,
      .form-group select:focus {
         border-color: var(--cyan);
         box-shadow: 0 0 0 2px var(--cyan-glow);
      }

      .form-group textarea {
         resize: vertical;
         min-height: 110px;
      }

      .form-group select {
         cursor: pointer;
      }

      .form-group select option {
         background: #0a0e17;
      }

      .form-submit {
         width: 100%;
         padding: 1rem;
         border-radius: 30px;
         font-family: 'Outfit', sans-serif;
         font-size: 1rem;
         font-weight: 600;
         cursor: pointer;
      }

      /* ── FINAL CTA ── */
      #cta-banner {
         height: 100vh;
         display: flex;
         align-items: center;
         justify-content: center;
         position: relative;
         overflow: hidden;
         background: #000;
         text-align: center;
      }

      #cta-banner::before {
         content: '';
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%);
         width: 700px;
         height: 700px;
         background: radial-gradient(circle, rgba(37, 99, 235, 0.35) 0%, transparent 65%);
         filter: blur(60px);
         z-index: 0;
      }

      .cta-can {
         position: absolute;
         z-index: 1;
         transition: transform 1s cubic-bezier(.16, 1, .3, 1);
      }

      #cta-banner:hover .cta-can {
         transform: scale(1.08) rotate(8deg);
      }

      .cta-text {
         position: relative;
         z-index: 2;
      }

      .cta-text h2 {
         font-size: clamp(4rem, 11vw, 9rem);
         line-height: 0.95;
         text-shadow: 0 0 40px rgba(0, 0, 0, 0.8);
      }

      .cta-text p {
         color: var(--muted);
         font-size: 1rem;
         margin: 2rem 0;
      }

      /* ── FOOTER ── */
      footer {
         background: #010103;
         border-top: 1px solid rgba(255, 255, 255, 0.05);
         padding: 5rem 5% 3rem;
      }

      .footer-top {
         display: grid;
         grid-template-columns: 2fr 1fr 1fr 1fr;
         gap: 3rem;
         margin-bottom: 4rem;
      }

      .footer-brand .logo-text {
         font-family: 'Familjen Grotesk', sans-serif;
         font-weight: 800;
         font-size: 1.1rem;
         margin-bottom: 1rem;
      }

      .footer-brand p {
         color: var(--muted);
         font-size: 0.88rem;
         line-height: 1.7;
         max-width: 500px;
      }

      .footer-col h4 {
         font-size: 0.78rem;
         text-transform: uppercase;
         letter-spacing: 2px;
         color: var(--muted);
         margin-bottom: 1.5rem;
      }

      .footer-col ul {
         list-style: none;
         display: flex;
         flex-direction: column;
         gap: 0.9rem;
      }

      .footer-col ul li a {
         color: var(--muted);
         text-decoration: none;
         font-size: 0.9rem;
         transition: color 0.3s;
      }

      .footer-col ul li a:hover {
         color: #fff;
      }

      .footer-socials {
         display: flex;
         gap: 0.75rem;
         margin-top: 1.5rem;
      }

      .social-btn {
         width: 38px;
         height: 38px;
         border-radius: 8px;
         border: 1px solid var(--border);
         display: flex;
         align-items: center;
         justify-content: center;
         font-size: 1rem;
         color: var(--muted);
         text-decoration: none;
         transition: all 0.3s;
      }

      .social-btn:hover {
         border-color: var(--cyan);
         color: var(--cyan);
      }

      .footer-bottom {
         border-top: 1px solid var(--border);
         padding-top: 2rem;
         display: flex;
         justify-content: space-between;
         align-items: center;
         flex-wrap: wrap;
         gap: 1rem;
      }

      .footer-bottom p {
         color: var(--muted);
         font-size: 0.82rem;
      }

      /* ── WHATSAPP FLOAT ── */
      .wa-btn {
         position: fixed;
         bottom: 2rem;
         right: 2rem;
         width: 58px;
         height: 58px;
         background: #25D366;
         border-radius: 50%;
         display: flex;
         align-items: center;
         justify-content: center;
         box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
         z-index: 850;
         text-decoration: none;
         transition: all 0.3s;
         animation: waPulse 3s ease-in-out infinite;
      }

      .wa-btn:hover {
         transform: scale(1.1);
         box-shadow: 0 6px 28px rgba(37, 211, 102, 0.6);
         animation: none;
      }

      @keyframes waPulse {

         0%,
         100% {
            box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4)
         }

         50% {
            box-shadow: 0 4px 30px rgba(37, 211, 102, 0.7)
         }
      }

      .wa-btn svg {
         width: 28px;
         height: 28px;
         fill: #fff;
      }

      .wa-tooltip {
         position: absolute;
         right: 70px;
         background: #fff;
         color: #000;
         padding: 0.4rem 0.9rem;
         border-radius: 6px;
         font-size: 0.82rem;
         font-weight: 600;
         white-space: nowrap;
         opacity: 0;
         pointer-events: none;
         transition: opacity 0.3s;
      }

      .wa-btn:hover .wa-tooltip {
         opacity: 1;
      }

      /* ── RESPONSIVE ── */
      @media (max-width:1024px) {
         .footer-top {
            grid-template-columns: 1fr 1fr;
         }

         .contact-inner {
            grid-template-columns: 1fr;
         }

         .about-inner {
            grid-template-columns: 1fr;
         }

         .about-visual {
            height: 350px;
         }
      }

      @media (max-width:768px) {

         .nav-links,
         .nav-cta .btn-primary {
            display: none;
         }

         .hamburger {
            display: flex;
         }

         .hero-inner {
            flex-direction: column;
            text-align: center;
         }

         .hero-visual {
            display: none;
         }

         .hero-btns {
            justify-content: center;
         }

         #value {
            height: auto;
            padding: 5rem 5%;
         }

         .value-sticky {
            position: static;
            height: auto;
            padding: 0;
            overflow: visible;
         }

         .value-track {
            flex-direction: column;
            width: 100%;
            transform: none !important;
         }

         .v-card {
            width: 100%;
         }

         .footer-top {
            grid-template-columns: 1fr;
         }

         .form-row {
            grid-template-columns: 1fr;
         }

         .process-steps::before {
            display: none;
         }
      }

      @media (max-width:480px) {
         .about-facts {
            grid-template-columns: 1fr;
         }

         .stats-grid {
            grid-template-columns: 1fr 1fr;
         }

         /* Fix stats overflow on mobile */
         #stats {
            padding: 5rem 4%;
            overflow-x: hidden;
         }

         .stats-grid {
            grid-template-columns: 1fr 1fr;
            gap: 1rem;
         }

         .stat-card {
            padding: 1.5rem 1rem;
            min-height: 140px;
         }

         .stat-card .num {
            font-size: 2rem;
         }

         .stat-card .lbl {
            font-size: 0.72rem;
            letter-spacing: 1px;
         }
      }

      /* Tablet nav fix — hide Get a Quote button on medium screens */
      @media (max-width: 900px) and (min-width: 769px) {
         .nav-cta .btn-primary {
            display: none;
         }

         .nav-links {
            gap: 1.5rem;
         }
      }
      /* ── MARQUEE ── */
      .marquee-wrap {
         width: 100%;
         overflow: hidden;
         -webkit-mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent);
         mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent);
      }

      .marquee-track {
         display: flex;
         gap: 1.5rem;
         width: max-content;
         animation: marqueeLeft 35s linear infinite;
      }

      .marquee-track:hover { animation-play-state: paused; }

      .marquee-reverse {
         animation: marqueeRight 40s linear infinite;
      }

      .marquee-reverse:hover { animation-play-state: paused; }

      @keyframes marqueeLeft {
         0% { transform: translateX(0); }
         100% { transform: translateX(-50%); }
      }

      @keyframes marqueeRight {
         0% { transform: translateX(-50%); }
         100% { transform: translateX(0); }
      }

      .marquee-item {
         display: flex;
         flex-direction: column;
         align-items: center;
         gap: 0.6rem;
         background: var(--bg-card);
         border: 1px solid var(--border);
         border-radius: 16px;
         padding: 1.2rem 1rem 1rem;
         min-width: 130px;
         cursor: pointer;
         transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
         flex-shrink: 0;
      }

      .marquee-item:hover {
         border-color: var(--border-cyan);
         transform: translateY(-6px);
         box-shadow: 0 12px 30px rgba(56, 189, 248, 0.12);
      }

      .marquee-item img {
         width: 80px;
         height: 100px;
         object-fit: contain;
         filter: drop-shadow(0 4px 12px rgba(56,189,248,0.15));
         transition: transform 0.3s;
      }

      .marquee-item:hover img {
         transform: scale(1.08) translateY(-3px);
      }

      .marquee-item span {
         font-size: 0.72rem;
         color: var(--muted);
         text-align: center;
         font-family: 'Outfit', sans-serif;
         letter-spacing: 0.5px;
         white-space: nowrap;
      }

      @media (max-width: 600px) {
         .marquee-item { min-width: 100px; padding: 1rem 0.8rem; }
         .marquee-item img { width: 60px; height: 78px; }
         .marquee-item span { font-size: 0.65rem; }
      }
