 @font-face {
      font-family: 'Geist';
      src: url('https://cdn.jsdelivr.net/npm/geist@1.3.0/dist/fonts/geist-sans/Geist-Regular.woff2') format('woff2');
      font-weight: 400; font-display: swap;
    }
    @font-face {
      font-family: 'Geist';
      src: url('https://cdn.jsdelivr.net/npm/geist@1.3.0/dist/fonts/geist-sans/Geist-Medium.woff2') format('woff2');
      font-weight: 500; font-display: swap;
    }
    @font-face {
      font-family: 'Geist';
      src: url('https://cdn.jsdelivr.net/npm/geist@1.3.0/dist/fonts/geist-sans/Geist-SemiBold.woff2') format('woff2');
      font-weight: 600; font-display: swap;
    }
    @font-face {
      font-family: 'Geist';
      src: url('https://cdn.jsdelivr.net/npm/geist@1.3.0/dist/fonts/geist-sans/Geist-Bold.woff2') format('woff2');
      font-weight: 700; font-display: swap;
    }
    @font-face {
      font-family: 'Geist';
      src: url('https://cdn.jsdelivr.net/npm/geist@1.3.0/dist/fonts/geist-sans/Geist-ExtraBold.woff2') format('woff2');
      font-weight: 800; font-display: swap;
    }

    :root {
      --blue: #0066CD;
      --purple: #C527EC;
      --yellow: #f59e0b;
      --dark: #0f172a;
      --yellow-light: #ffe092;
    }
    /* Body / general: Lato | Headings h2–h4, nav: Poppins | Hero: Geist */
    body { font-family: 'Lato', sans-serif; color: #1e293b; }
    h2, h3, h4, nav { font-family: 'Poppins', sans-serif; }
    .hero-section, .hero-section h1, .hero-section p,
    .hero-section a, .hero-section span { font-family: 'Geist', 'Geist Fallback', sans-serif; }

    .hero-gradient {
      background: radial-gradient(ellipse 70% 60% at 70% 40%, #dbeafe 0%, #f0f4ff 50%, #ffffff 100%);
    }
    .stats-gradient {
      background: linear-gradient(135deg, #ffffff 0%, #f3f8ff 100%);
    }
    
    .cta-gradient {
      background: linear-gradient(135deg, #0066CD 0%, #6d28d9 100%);
    }
    .footer-bg { background: #0f172a; }

    .nav-link { position: relative; }
    .nav-link::after {
      content: ''; position: absolute; bottom: -2px; left: 0;
      width: 0; height: 2px; background: var(--blue);
      transition: width .25s ease;
    }
    .nav-link:hover::after { width: 100%; }

    .card-hover {
      transition: transform .25s ease, box-shadow .25s ease;
    }
    .card-hover:hover {
      transform: translateY(-4px);
      box-shadow: 0 20px 40px rgba(26,86,240,.12);
    }

    .typed-cursor {
      display: inline-block; width: 3px; height: 1em;
      background: var(--yellow-light); margin-left: 2px;
      animation: blink .7s step-end infinite;
      vertical-align: middle;
    }
    @keyframes blink { 50% { opacity: 0; } }

    .industry-card:hover .industry-icon { color: var(--blue); transform: scale(1.15); }
    .industry-icon { transition: transform .2s ease, color .2s ease; }

    .fade-in { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
    .fade-in.visible { opacity: 1; transform: none; }

    .chart-line {
      stroke-dasharray: 400;
      stroke-dashoffset: 400;
      animation: drawLine 2s ease forwards 0.5s;
    }
    @keyframes drawLine { to { stroke-dashoffset: 0; } }

    .whatsapp-btn {
      background: #25d366;
      transition: background .2s;
    }
    .whatsapp-btn:hover { background: #1ebe5d; }

     #navbar {
        transition: all 0.8s ease-in-out;
    }

    #navbar.scrolled {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999;

        background: linear-gradient(
            135deg,
            rgb(253, 255, 237),
            rgb(253, 254, 255),
            rgb(251, 225, 255)
        );

        box-shadow: 0 0px 0px rgba(0,0,0,.0);
        animation: slideDown .5s ease;
    }

    #navbar.scrolled .nav-link {
        color: white;
    }

    @keyframes slideDown {
        from {
            transform: translateY(-100%);
            opacity: 0;
        }
        to {
            transform: translateY(0);
            opacity: 1;
        }
    }

    /* Demo only */
    .hero {
        height: 2000px;
    }
    @keyframes wave {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(100%);
    }
}

.animate-wave {
    animation: wave 5s linear infinite;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(25px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@media (max-width: 640px) {
  #menu{ position: absolute; top: 72px; left: 0; background: #fff; width: 100%;}
    #menu a{ width: 100%;}
}


  .hero-section {
    position: relative;
    width: 100%;
    min-height: 520px;
    background:var(--blue);
    overflow: hidden;
    font-family: 'Inter', sans-serif;
    border-radius: 48px;
  }

  canvas#bg { position: absolute; inset: 0; width: 100%; height: 100%; }

  .floating-elements { position: absolute; inset: 0; pointer-events: none; }

  .code-block {
    position: absolute;
    font-family: 'Fira Code', monospace;
    font-size: 11px;
    line-height: 1.7;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 8px;
    padding: 12px 16px;
    backdrop-filter: blur(4px);
    animation: floatUp linear infinite;
    white-space: pre;
  }

  .ui-chip {
    position: absolute;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 100px;
    padding: 6px 14px;
    font-size: 11px;
    font-weight: 500;
    color: rgba(255,255,255,0.6);
    animation: floatAcross linear infinite;
    letter-spacing: 0.02em;
  }

  .design-badge {
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    animation: spinFloat ease-in-out infinite;
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.04);
  }

  @keyframes floatUp {
    0% { transform: translateY(100%) translateX(0px); opacity: 0; }
    10% { opacity: 1; }
    90% { opacity: 0.6; }
    100% { transform: translateY(-120%) translateX(20px); opacity: 0; }
  }

  @keyframes floatAcross {
    0% { transform: translateX(-200px) translateY(0px); opacity: 0; }
    10% { opacity: 1; }
    90% { opacity: 0.7; }
    100% { transform: translateX(calc(100vw + 200px)) translateY(-30px); opacity: 0; }
  }

  @keyframes spinFloat {
    0% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-18px) rotate(180deg); }
    100% { transform: translateY(0px) rotate(360deg); }
  }
