
/* --- MERGED FROM about.css --- */
/* Custom scrollbar */

        /* Smooth scroll */
        html {
            scroll-behavior: smooth;
        }

        /* Mobile Menu */
        .mobile-menu {
            position: fixed;
            top: 0;
            right: -100%;
            width: 100%;
            height: 100vh;
            background: #050A14;
            z-index: 999;
            transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            padding: 24px;
        }

        .mobile-menu.active {
            right: 0;
        }

        .mobile-dropdown-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
        }

        /* Buttons */
        .btn-primary {
            background: linear-gradient(135deg, #1EBBD7 0%, #0D7377 100%);
            color: #050A14;

            padding: 12px 24px;
            border-radius: 9999px;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .btn-primary:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 30px rgba(30, 187, 215, 0.3);
        }

        .btn-outline {
            border: 1px solid rgba(255, 255, 255, 0.2);
            color: #ffffff;

            padding: 12px 24px;
            border-radius: 9999px;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .btn-outline:hover {
            background: rgba(255, 255, 255, 0.1);
            border-color: rgba(255, 255, 255, 0.4);
        }

        /* Cards */
        .card-hover {
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid rgba(255, 255, 255, 0.08);
            transition: all 0.4s ease;
        }

        .card-hover:hover {
            background: rgba(255, 255, 255, 0.05);
            border-color: rgba(30, 187, 215, 0.3);
            transform: translateY(-4px);
        }

        /* Gradient Text */
        .gradient-text {
            background: linear-gradient(135deg, #1EBBD7 0%, #ffffff 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        /* Stats Counter */
        .stat-number {
            font-size: 4rem;

            background: linear-gradient(135deg, #1EBBD7 0%, #0D7377 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        /* Team Card */
        .team-card {
            position: relative;
            overflow: hidden;
            border-radius: 16px;
        }

        .team-card img {
            transition: transform 0.5s ease;
        }

        .team-card:hover img {
            transform: scale(1.05);
        }

        .team-info {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(to top, rgba(5, 10, 20, 0.95), transparent);
            padding: 24px;
            transform: translateY(20px);
            opacity: 0;
            transition: all 0.4s ease;
        }

        .team-card:hover .team-info {
            transform: translateY(0);
            opacity: 1;
        }

        /* Timeline */
        .timeline-item {
            position: relative;
            padding-left: 40px;
            padding-bottom: 40px;
            border-left: 1px solid rgba(255, 255, 255, 0.1);
        }

        .timeline-item::before {
            content: '';
            position: absolute;
            left: -6px;
            top: 0;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #1EBBD7;
            box-shadow: 0 0 20px rgba(30, 187, 215, 0.5);
        }

        .timeline-item:last-child {
            border-left: none;
        }

        /* Values Icons */
        .value-icon {
            width: 60px;
            height: 60px;
            border-radius: 16px;
            background: rgba(30, 187, 215, 0.1);
            border: 1px solid rgba(30, 187, 215, 0.2);
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--color-primary);
        }

        /* Reveal Animation - Handled by GSAP or active class fallback */ .reveal { transition: opacity 0.6s ease, transform 0.6s ease; } .reveal.active { opacity: 1; transform: translateY(0); }
/* --- MERGED FROM branding.css --- */
:root {
      --pink: #1EBBD7;
      --rose: #F43F5E;
      --#1EBBD7: #1699A8;
      --gold: #3DD4E0;
      --teal: #14B8A6;
      --bg: #0A0A0A;
    }

    * { margin: 0; padding: 0; box-sizing: border-box; }

    html { scroll-behavior: smooth; }

    body {
      background-color: var(--bg);
      color: #fff;

      overflow-x: hidden;
    }

    /* ── GRADIENT MESH HERO ── */
    .hero {
      min-height: 100vh;
      position: relative;
      display: flex; align-items: center;
      overflow: hidden;
      padding-top: 80px;
    }

    .gradient-mesh {
      position: absolute; inset: 0; z-index: 0;
      background: var(--bg);
    }

    .blob {
      position: absolute;
      border-radius: 50%;
      filter: blur(80px);
      .35;
      animation: blobFloat 12s ease-in-out infinite alternate;
    }
    .blob-1 { width: 600px; height: 600px; background: #1EBBD7; top: -150px; left: -100px; animation-duration: 14s; }
    .blob-2 { width: 500px; height: 500px; background: #1699A8; top: 50%; right: -100px; animation-duration: 18s; animation-delay: -4s; }
    .blob-3 { width: 400px; height: 400px; background: #06B6D4; bottom: -100px; left: 35%; animation-duration: 16s; animation-delay: -8s; }
    .blob-4 { width: 300px; height: 300px; background: #3DD4E0; top: 30%; left: 40%; animation-duration: 20s; animation-delay: -2s; .2; }

    @keyframes blobFloat {
      0%   { transform: translate(0, 0) scale(1); }
      33%  { transform: translate(40px, -30px) scale(1.08); }
      66%  { transform: translate(-20px, 40px) scale(0.95); }
      100% { transform: translate(30px, 20px) scale(1.05); }
    }

    .hero-content {
      position: relative; z-index: 2;
      max-width: 1400px; margin: 0 auto;
      display: grid; grid-template-columns: 1fr 1fr;
      gap: 4rem; align-items: center;
      padding: 4rem 2rem;
    }

    .hero-badge {
      display: inline-flex; align-items: center; gap: 0.5rem;
      background: rgba(30, 187, 215, 0.15);
      border: 1px solid rgba(30, 187, 215, 0.35);
      border-radius: 50px; padding: 0.4rem 1rem;
      font-size: 0.8rem; color: var(--color-primary); 
      margin-bottom: 1.5rem;
    }
    .badge-dot {
      width: 6px; height: 6px; border-radius: 50%; background: #1EBBD7;
      animation: pulse 2s ease-in-out infinite;
    }
    @keyframes pulse { 0%,100% { opacity: 1; } 50% { .3; } }

    .hero-headline {

      font-size: clamp(2.8rem, 5vw, 4.5rem);
      line-height: 1.1;
      margin-bottom: 1.5rem;
    }
    .hero-headline .thin {  font-style: italic; color: rgba(255,255,255,0.6); }
    .hero-headline .bold {  color: #fff; }
    .hero-headline .accent { color: var(--color-primary); }

    .hero-sub {
      color: rgba(255,255,255,0.6);
      font-size: 1.05rem; line-height: 1.7;
      margin-bottom: 2.5rem; max-width: 480px;
    }
    .hero-ctas { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 3rem; }
    .btn-primary {
      background: linear-gradient(135deg, #1EBBD7, #1699A8);
      color: #fff; padding: 0.85rem 2rem; border-radius: 50px;
      text-decoration: none;  font-size: 0.9rem;
      transition: transform 0.3s, box-shadow 0.3s;
      box-shadow: 0 0 30px rgba(30, 187, 215,0.4);
    }
    .btn-primary:hover { transform: translateY(-3px); box-shadow: 0 10px 40px rgba(30, 187, 215,0.5); }
    .btn-outline {
      border: 1px solid rgba(30, 187, 215,0.5);
      color: var(--color-primary); padding: 0.85rem 2rem; border-radius: 50px;
      text-decoration: none;  font-size: 0.9rem;
      transition: all 0.3s;
    }
    .btn-outline:hover { background: rgba(30, 187, 215,0.1); border-color: var(--color-primary); }

    .hero-stats {
      display: grid; grid-template-columns: repeat(4, 1fr);
      gap: 1rem;
    }
    .stat-item { text-align: center; }
    .stat-num {
      font-size: 1.6rem; 
      background: linear-gradient(135deg, #1EBBD7, #1699A8);
      -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    }
    .stat-label { font-size: 0.7rem; color: rgba(255,255,255,0.5); margin-top: 0.2rem; }

    /* ── BRAND MARK SVG SIDE ── */
    .hero-right {
      display: flex; flex-direction: column; align-items: center;
      gap: 2rem; position: relative;
    }

    .brand-mark-wrap {
      position: relative; width: 320px; height: 320px;
    }
    .brand-mark-bg {
      position: absolute; inset: 0; border-radius: 50%;
      background: radial-gradient(circle, rgba(30, 187, 215,0.12) 0%, transparent 70%);
      animation: rotateSlow 20s linear infinite;
    }
    @keyframes rotateSlow { to { transform: rotate(360deg); } }

    .brand-mark-svg {
      position: absolute; top: 50%; left: 50%;
      transform: translate(-50%, -50%);
      width: 220px; height: 220px;
    }
    .brand-mark-svg path, .brand-mark-svg circle, .brand-mark-svg polygon {
      stroke-dasharray: 800;
      stroke-dashoffset: 800;
      animation: drawPath 2.5s ease forwards;
    }
    .brand-mark-svg path:nth-child(2) { animation-delay: 0.4s; }
    .brand-mark-svg path:nth-child(3) { animation-delay: 0.8s; }
    .brand-mark-svg path:nth-child(4) { animation-delay: 1.2s; }
    .brand-mark-svg path:nth-child(5) { animation-delay: 1.6s; }
    @keyframes drawPath {
      to { stroke-dashoffset: 0; }
    }

    /* Floating swatches */
    .swatch-ring {
      position: absolute; inset: -30px;
      pointer-events: none;
    }
    .swatch {
      position: absolute;
      border-radius: 50%;
      animation: swatchFloat 4s ease-in-out infinite alternate;
    }
    .swatch-1 { width: 40px; height: 40px; background: #1EBBD7; top: 5%; left: 50%; animation-delay: 0s; box-shadow: 0 0 20px rgba(30, 187, 215,0.6); }
    .swatch-2 { width: 30px; height: 30px; background: #1699A8; top: 20%; right: 5%; animation-delay: 0.5s; box-shadow: 0 0 15px rgba(22, 153, 168,0.6); }
    .swatch-3 { width: 35px; height: 35px; background: #3DD4E0; bottom: 20%; right: 8%; animation-delay: 1s; box-shadow: 0 0 15px rgba(61, 212, 224,0.5); }
    .swatch-4 { width: 28px; height: 28px; background: #14B8A6; bottom: 10%; left: 50%; animation-delay: 1.5s; box-shadow: 0 0 15px rgba(20,184,166,0.5); }
    .swatch-5 { width: 22px; height: 22px; background: #F43F5E; top: 50%; left: 5%; animation-delay: 2s; box-shadow: 0 0 12px rgba(244,63,94,0.5); }

    @keyframes swatchFloat {
      0%   { transform: translateY(0) rotate(0deg); }
      100% { transform: translateY(-20px) rotate(20deg); }
    }

    /* Floating type samples */
    .type-samples {
      display: flex; flex-direction: column; gap: 0.8rem; width: 100%;
    }
    .type-card {
      background: rgba(255,255,255,0.04);
      border: 1px solid rgba(255,255,255,0.08);
      border-radius: 12px; padding: 0.8rem 1.2rem;
      backdrop-filter: blur(10px);
      animation: typeFloat 5s ease-in-out infinite alternate;
    }
    .type-card:nth-child(2) { animation-delay: -2s; margin-left: 1.5rem; }
    .type-card:nth-child(3) { animation-delay: -4s; margin-left: 0.8rem; }
    @keyframes typeFloat {
      0%   { transform: translateY(0); }
      100% { transform: translateY(-8px); }
    }
    .type-name { font-size: 0.65rem; color: rgba(30, 187, 215,0.8); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 0.3rem; }
    .type-sample-bold {  font-size: 1.2rem;  color: #fff; }
    .type-sample-light {  font-size: 0.9rem;  color: rgba(255,255,255,0.6); }
    .type-sample-mid {  font-size: 1rem;  letter-spacing: 0.15em; color: rgba(255,255,255,0.8); }

    /* ── SECTION STYLES ── */
    section { padding: 7rem 2rem; position: relative; }
    .section-inner { max-width: 1400px; margin: 0 auto; }
    .section-eyebrow {
      font-size: 0.75rem;  letter-spacing: 0.15em;
      text-transform: uppercase; color: var(--color-primary); margin-bottom: 1rem;
    }
    .section-title {

      font-size: clamp(2rem, 4vw, 3.2rem);
       line-height: 1.2; margin-bottom: 1.2rem;
    }
    .section-title span { color: var(--color-primary); }
    .section-sub { color: rgba(255,255,255,0.55); font-size: 1rem; line-height: 1.7; max-width: 560px; }

    /* ── SERVICES MASONRY ── */
    .services-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: auto;
      gap: 1.2rem;
      margin-top: 4rem;
    }
    .svc-card {
      background: rgba(255,255,255,0.03);
      border: 1px solid rgba(255,255,255,0.07);
      border-radius: 20px;
      padding: 2.2rem;
      position: relative; overflow: hidden;
      cursor: default;
      transition: transform 0.4s, border-color 0.4s, box-shadow 0.4s;
    }
    .svc-card::before {
      content: ''; position: absolute; inset: 0;
      background: linear-gradient(135deg, rgba(30, 187, 215,0.08), transparent 60%);
      ; transition: opacity 0.4s;
      border-radius: 20px;
    }
    .svc-card:hover { transform: translateY(-6px); border-color: rgba(30, 187, 215,0.35); box-shadow: 0 20px 60px rgba(30, 187, 215,0.12); }
    .svc-card:hover::before { opacity: 1; }

    .svc-card.large-row { grid-row: span 2; }
    .svc-card.large-col { grid-column: span 2; }

    .svc-icon-wrap {
      width: 52px; height: 52px; border-radius: 14px;
      background: rgba(30, 187, 215,0.12);
      border: 1px solid rgba(30, 187, 215,0.2);
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 1.4rem; transition: background 0.4s;
    }
    .svc-card:hover .svc-icon-wrap { background: rgba(30, 187, 215,0.22); }
    .svc-icon-wrap svg { width: 24px; height: 24px; color: var(--color-primary); stroke: #1EBBD7; }

    .svc-card-title {

      font-size: 1.3rem; 
      margin-bottom: 0.8rem; color: #fff;
    }
    .svc-card.large-row .svc-card-title { font-size: 1.8rem; }
    .svc-card-text { color: rgba(255,255,255,0.55); font-size: 0.88rem; line-height: 1.7; }

    .svc-card-tag {
      display: inline-block; margin-top: 1.2rem;
      background: rgba(30, 187, 215,0.1); border: 1px solid rgba(30, 187, 215,0.25);
      color: var(--color-primary); font-size: 0.72rem; padding: 0.25rem 0.75rem;
      border-radius: 50px; 
    }
    .svc-card-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.2rem; }

    .svc-card-img {
      width: 100%; height: 160px; object-fit: cover;
      border-radius: 12px; margin-top: 1.5rem;
      transition: transform 0.4s;
    }
    .svc-card:hover .svc-card-img { transform: scale(1.03); }

    .large-card-accent {
      position: absolute; top: -20px; right: -20px;
      width: 140px; height: 140px; border-radius: 50%;
      background: radial-gradient(circle, rgba(30, 187, 215,0.2), transparent 70%);
      pointer-events: none;
    }

    /* ── BRAND SHOWCASE ── */
    .brand-showcase { background: rgba(255,255,255,0.01); }
    .showcase-grid {
      display: grid; grid-template-columns: repeat(3, 1fr);
      gap: 2rem; margin-top: 4rem;
    }
    .showcase-card {
      background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.07);
      border-radius: 24px; padding: 2.5rem;
      transition: border-color 0.4s, transform 0.4s;
    }
    .showcase-card:hover { border-color: rgba(30, 187, 215,0.3); transform: translateY(-4px); }

    .showcase-card-title {

      font-size: 1.1rem;  margin-bottom: 1.5rem; color: #fff;
    }

    /* Palette swatches */
    .palette-row { display: flex; gap: 0.6rem; margin-bottom: 1rem; }
    .palette-swatch {
      height: 60px; border-radius: 10px; flex: 1;
      transition: transform 0.3s;
      cursor: pointer;
    }
    .palette-swatch:hover { transform: scaleY(1.15); }
    .p1 { background: #1EBBD7; }
    .p2 { background: #1699A8; }
    .p3 { background: #3DD4E0; }
    .p4 { background: #14B8A6; }
    .p5 { background: #1E293B; }
    .palette-labels { display: flex; gap: 0.6rem; }
    .palette-label { flex: 1; text-align: center; font-size: 0.55rem; color: rgba(255,255,255,0.4); }

    /* Typography scale */
    .type-scale { display: flex; flex-direction: column; gap: 0.6rem; }
    .type-scale-row { display: flex; align-items: baseline; gap: 1rem; border-bottom: 1px solid rgba(255,255,255,0.06); padding-bottom: 0.5rem; }
    .type-scale-size { font-size: 0.6rem; color: rgba(30, 187, 215,0.7); min-width: 30px; }
    .ts-display {  font-size: 2rem;  color: #fff; line-height: 1; }
    .ts-h1 {  font-size: 1.4rem;  color: #fff; }
    .ts-h2 {  font-size: 1.1rem;  color: #fff; }
    .ts-body {  font-size: 0.85rem; color: rgba(255,255,255,0.7); }
    .ts-caption {  font-size: 0.7rem; color: rgba(255,255,255,0.45); letter-spacing: 0.08em; }

    /* Logo variations */
    .logo-vars { display: flex; flex-direction: column; gap: 1rem; }
    .logo-var {
      border-radius: 12px; padding: 1.5rem; display: flex;
      align-items: center; justify-content: center;
    }
    .logo-var-light { background: #fff; }
    .logo-var-dark { background: #0A0A0A; border: 1px solid rgba(255,255,255,0.1); }
    .logo-var-color { background: linear-gradient(135deg, #1EBBD7, #1699A8); }
    .logo-svg-inner { display: flex; align-items: center; gap: 0.6rem; }
    .logo-mark-mini { width: 32px; height: 32px; }
    .logo-text-mini {   font-size: 1rem; }
    .logo-var-light .logo-text-mini { color: #0A0A0A; }
    .logo-var-dark .logo-text-mini { color: #fff; }
    .logo-var-color .logo-text-mini { color: #fff; }

    /* ── PROCESS ── */
    .process-grid {
      display: grid; grid-template-columns: 1fr 1fr;
      gap: 0; margin-top: 4rem;
    }
    .process-step {
      position: relative; padding: 3rem 2.5rem;
      border-bottom: 1px solid rgba(255,255,255,0.07);
    }
    .process-step:nth-child(odd) { border-right: 1px solid rgba(255,255,255,0.07); }
    .process-step:nth-last-child(-n+2) { border-bottom: none; }

    .process-bg-num {
      position: absolute; top: 50%; right: 1.5rem;
      transform: translateY(-50%);

      font-size: 8rem;  line-height: 1;
      color: transparent;
      -webkit-text-stroke: 1px rgba(30, 187, 215,0.12);
      transition: -webkit-text-stroke 0.5s;
      pointer-events: none;
      user-select: none;
    }
    .process-step.active .process-bg-num,
    .process-step:hover .process-bg-num {
      -webkit-text-stroke: 2px rgba(30, 187, 215,0.5);
    }
    .process-num-label {
      font-size: 0.7rem;  letter-spacing: 0.15em;
      color: rgba(30, 187, 215,0.6); text-transform: uppercase;
      margin-bottom: 0.8rem;
    }
    .process-step-title {

      font-size: 1.8rem;  color: #fff; margin-bottom: 0.8rem;
    }
    .process-step-text { color: rgba(255,255,255,0.55); font-size: 0.88rem; line-height: 1.7; max-width: 340px; }
    .process-icon-sm {
      width: 40px; height: 40px; border-radius: 10px;
      background: rgba(30, 187, 215,0.1); border: 1px solid rgba(30, 187, 215,0.2);
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 1.2rem;
    }
    .process-icon-sm svg { width: 18px; height: 18px; color: var(--color-primary); stroke: #1EBBD7; }

    .process-fill-bar {
      height: 3px; width: 0; border-radius: 2px;
      background: linear-gradient(90deg, #1EBBD7, #1699A8);
      margin-top: 1.5rem; transition: width 0.8s ease;
    }
    .process-step.in-view .process-fill-bar { width: 60px; }

    /* ── PORTFOLIO ── */
    .portfolio-grid {
      display: grid; grid-template-columns: repeat(3, 1fr);
      gap: 1.5rem; margin-top: 4rem;
    }
    .port-card {
      border-radius: 20px; overflow: hidden; position: relative;
      aspect-ratio: 4/3; cursor: pointer;
    }
    .port-img {
      width: 100%; height: 100%; object-fit: cover;
      transition: transform 0.6s ease;
    }
    .port-card:hover .port-img { transform: scale(1.08); }
    .port-overlay {
      position: absolute; inset: 0;
      background: linear-gradient(135deg, rgba(30, 187, 215,0.85), rgba(22, 153, 168,0.75));
      ; transition: opacity 0.4s;
      display: flex; flex-direction: column;
      align-items: center; justify-content: center; gap: 0.5rem;
      padding: 1.5rem;
    }
    .port-card:hover .port-overlay { opacity: 1; }
    .port-title {

      font-size: 1.3rem;  color: #fff; text-align: center;
    }
    .port-cat { font-size: 0.75rem; color: rgba(255,255,255,0.8); letter-spacing: 0.1em; text-transform: uppercase; }
    .port-arrow {
      width: 40px; height: 40px; border-radius: 50%;
      border: 2px solid rgba(255,255,255,0.6);
      display: flex; align-items: center; justify-content: center;
      margin-top: 0.5rem;
    }
    .port-arrow svg { width: 16px; height: 16px; stroke: #fff; }

    /* ── STATS ROW ── */
    .stats-row {
      background: rgba(30, 187, 215,0.05);
      border-top: 1px solid rgba(30, 187, 215,0.12);
      border-bottom: 1px solid rgba(30, 187, 215,0.12);
      padding: 4rem 2rem;
    }
    .stats-inner {
      max-width: 1400px; margin: 0 auto;
      display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem;
      text-align: center;
    }
    .stats-num {

      font-size: 3rem; 
      background: linear-gradient(135deg, #1EBBD7, #1699A8);
      -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    }
    .stats-label { color: rgba(255,255,255,0.55); font-size: 0.85rem; margin-top: 0.4rem; }

    /* ── CTA ── */
    .cta-section {
      padding: 8rem 2rem;
      position: relative; overflow: hidden;
    }
    .cta-mesh {
      position: absolute; inset: 0; z-index: 0;
    }
    .cta-blob {
      position: absolute; border-radius: 50%; filter: blur(70px); .3;
      animation: blobFloat 10s ease-in-out infinite alternate;
    }
    .cta-blob-1 { width: 500px; height: 500px; background: #1EBBD7; top: -100px; left: -100px; }
    .cta-blob-2 { width: 400px; height: 400px; background: #1699A8; bottom: -80px; right: -60px; animation-delay: -5s; }
    .cta-blob-3 { width: 250px; height: 250px; background: #3DD4E0; top: 40%; left: 45%; .15; animation-delay: -3s; }

    .cta-inner {
      position: relative; z-index: 2;
      max-width: 900px; margin: 0 auto; text-align: center;
    }
    .cta-title {

      font-size: clamp(2.2rem, 5vw, 4rem);
       line-height: 1.15; margin-bottom: 1.5rem;
    }
    .cta-sub { color: rgba(255,255,255,0.6); font-size: 1.05rem; line-height: 1.7; margin-bottom: 2.5rem; }
    .cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

    /* Floating brand shapes in CTA */
    .cta-shapes { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
    .cta-shape {
      position: absolute; border-radius: 50%;
      border: 1px solid rgba(30, 187, 215,0.2);
      animation: shapePulse 4s ease-in-out infinite alternate;
    }
    .cs-1 { width: 200px; height: 200px; top: 10%; left: 5%; animation-delay: 0s; }
    .cs-2 { width: 120px; height: 120px; bottom: 15%; left: 15%; animation-delay: 1s; }
    .cs-3 { width: 160px; height: 160px; top: 20%; right: 8%; animation-delay: 2s; }
    .cs-4 { width: 80px; height: 80px; bottom: 20%; right: 18%; animation-delay: 0.5s; }
    @keyframes shapePulse {
      0%   { transform: scale(1) rotate(0deg); .3; }
      100% { transform: scale(1.2) rotate(15deg); .7; }
    }

    /* ── TOOLS SECTION ── */
    .tools-section { padding: 5rem 2rem; background: rgba(255,255,255,0.01); }
    .tools-inner { max-width: 1400px; margin: 0 auto; text-align: center; }
    .tools-grid {
      display: flex; flex-wrap: wrap; gap: 1rem;
      justify-content: center; margin-top: 3rem;
    }
    .tool-pill {
      background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);
      border-radius: 50px; padding: 0.6rem 1.4rem;
      font-size: 0.85rem; color: rgba(255,255,255,0.7);
      transition: all 0.3s;
    }
    .tool-pill:hover { border-color: rgba(30, 187, 215,0.4); color: var(--color-primary); background: rgba(30, 187, 215,0.08); }

    /* ── FOOTER ── */
    footer {
      border-top: 1px solid rgba(255,255,255,0.07);
      padding: 4rem 2rem 2rem;
      background: rgba(0,0,0,0.3);
    }
    .footer-inner { max-width: 1400px; margin: 0 auto; }
    .footer-grid {
      display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
      gap: 3rem; margin-bottom: 3rem;
    }
    .footer-brand img { height: 32px; margin-bottom: 1rem; }
    .footer-brand p { color: rgba(255,255,255,0.45); font-size: 0.85rem; line-height: 1.7; max-width: 300px; }
    .footer-col h4 { font-size: 0.8rem;  letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.9); margin-bottom: 1.2rem; }
    .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.7rem; }
    .footer-col ul a { color: rgba(255,255,255,0.45); text-decoration: none; font-size: 0.85rem; transition: color 0.3s; }
    .footer-col ul a:hover { color: var(--color-primary); }
    .footer-bottom { border-top: 1px solid rgba(255,255,255,0.07); padding-top: 2rem; display: flex; justify-content: space-between; align-items: center; }
    .footer-bottom p { color: rgba(255,255,255,0.3); font-size: 0.8rem; }
    .footer-socials { display: flex; gap: 1rem; }
    .footer-socials a {
      width: 36px; height: 36px; border-radius: 50%;
      border: 1px solid rgba(255,255,255,0.1);
      display: flex; align-items: center; justify-content: center;
      transition: all 0.3s;
    }
    .footer-socials a:hover { border-color: var(--color-primary); background: rgba(30, 187, 215,0.1); }
    .footer-socials svg { width: 15px; height: 15px; stroke: rgba(255,255,255,0.5); }

    /* ── MOBILE ── */
    @media (max-width: 1024px) {
      .hero-content { grid-template-columns: 1fr; }
      .hero-right { display: none; }
      .services-grid { grid-template-columns: 1fr 1fr; }
      .svc-card.large-row { grid-row: span 1; }
      .process-grid { grid-template-columns: 1fr; }
      .process-step:nth-child(odd) { border-right: none; }
      .process-step:nth-last-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,0.07); }
      .process-step:last-child { border-bottom: none; }
      .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
    }
    @media (max-width: 768px) {
      .nav-links { display: none; }
      .services-grid { grid-template-columns: 1fr; }
      .showcase-grid { grid-template-columns: 1fr; }
      .portfolio-grid { grid-template-columns: 1fr; }
      .stats-inner { grid-template-columns: 1fr 1fr; }
      .footer-grid { grid-template-columns: 1fr; }
      .hero-stats { grid-template-columns: repeat(2, 1fr); }
    }

    /* Scroll animations */
    .fade-up { /* Handled by GSAP */ }
    .scale-in { /* Handled by GSAP */ }
    .fade-left { /* Handled by GSAP */ }
    .fade-right { /* Handled by GSAP */ }

        .dropdown-menu {
            position: absolute;
            top: 100%;
            left: 0;
            min-width: 220px;
            background: rgba(13, 13, 13, 0.95);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 8px;
            padding: 8px 0;
            ;
            visibility: hidden;
            transform: translateY(-10px);
            transition: all 0.3s ease;
            z-index: 100;
        }

.mobile-menu {
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(100%);
}
.mobile-dropdown-content {
    display: none;
}
.mobile-dropdown.active .mobile-dropdown-content {
    display: flex;
}
/* --- MERGED FROM contact.css --- */
/* Custom scrollbar */

        /* Smooth scroll */
        html {
            scroll-behavior: smooth;
        }

        /* Mobile Menu */
        .mobile-menu {
            position: fixed;
            top: 0;
            right: -100%;
            width: 100%;
            height: 100vh;
            background: #050A14;
            z-index: 999;
            transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            padding: 24px;
        }

        .mobile-menu.active {
            right: 0;
        }

        .mobile-dropdown-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
        }

        /* Buttons */
        .btn-primary {
            background: linear-gradient(135deg, #1EBBD7 0%, #0D7377 100%);
            color: #050A14;

            padding: 12px 24px;
            border-radius: 9999px;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .btn-primary:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 30px rgba(30, 187, 215, 0.3);
        }

        .btn-outline {
            border: 1px solid rgba(255, 255, 255, 0.2);
            color: #ffffff;

            padding: 12px 24px;
            border-radius: 9999px;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .btn-outline:hover {
            background: rgba(255, 255, 255, 0.1);
            border-color: rgba(255, 255, 255, 0.4);
        }

        /* Form Styles */
        .form-input {
            width: 100%;
            padding: 16px 20px;
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 12px;
            color: #ffffff;
            font-size: 16px;
            transition: all 0.3s ease;
        }

        .form-input:focus {
            outline: none;
            border-color: var(--color-primary);
            background: rgba(255, 255, 255, 0.05);
            box-shadow: 0 0 20px rgba(30, 187, 215, 0.1);
        }

        .form-input::placeholder {
            color: rgba(255, 255, 255, 0.4);
        }

        .form-label {
            display: block;
            margin-bottom: 8px;
            font-size: 14px;

            color: rgba(255, 255, 255, 0.8);
        }

        .form-group {
            margin-bottom: 24px;
        }

        /* Contact Card */
        .contact-card {
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid rgba(255, 255, 255, 0.08);
            transition: all 0.4s ease;
        }

        .contact-card:hover {
            background: rgba(255, 255, 255, 0.05);
            border-color: rgba(30, 187, 215, 0.3);
            transform: translateY(-4px);
        }

        .contact-icon {
            width: 60px;
            height: 60px;
            border-radius: 16px;
            background: rgba(30, 187, 215, 0.1);
            border: 1px solid rgba(30, 187, 215, 0.2);
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--color-primary);
        }

        /* Gradient Text */
        .gradient-text {
            background: linear-gradient(135deg, #1EBBD7 0%, #ffffff 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        /* Office Card */
        .office-card {
            position: relative;
            overflow: hidden;
            border-radius: 20px;
        }

        .office-card img {
            transition: transform 0.5s ease;
        }

        .office-card:hover img {
            transform: scale(1.05);
        }

        .office-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(to top, rgba(5, 10, 20, 0.9), rgba(5, 10, 20, 0.3));
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            padding: 24px;
        }

        /* Social Icons */
        

        

        /* FAQ Accordion */
        .faq-item {
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }

        .faq-question {
            padding: 24px 0;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: color 0.3s ease;
        }

        .faq-question:hover {
            color: var(--color-primary);
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease, padding 0.3s ease;
        }

        .faq-item.active .faq-answer {
            max-height: 300px;
            padding-bottom: 24px;
        }

        .faq-icon {
            transition: transform 0.3s ease;
        }

        .faq-item.active .faq-icon {
            transform: rotate(180deg);
        }

        /* Reveal Animation - Handled by GSAP or active class fallback */ .reveal { transition: opacity 0.6s ease, transform 0.6s ease; } .reveal.active { opacity: 1; transform: translateY(0); }
        .social-icon {
            width: 42px;
            height: 42px;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
            background: linear-gradient(135deg, #1EBBD7, #1699A8);
            border: 1px solid rgba(30,187,215,0.4);
            transition: all 0.3s ease;
            text-decoration: none;
        }

        .social-icon:hover {
            transform: translateY(-4px);
            box-shadow: 0 0 18px rgba(30,187,215,0.45);
            color: #ffffff;
        }

        .social-icon i {
            font-size: 18px;
            color: #ffffff;
            display: inline-block;
            opacity: 1;
            visibility: visible;
        }

/* --- MERGED FROM digital-marketing.css --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      --amber: #1EBBD7;
      --amber-light: #3DD4E0;
      --amber-dark: #1699A8;
      --orange: #0D7377;
      --bg: #0A0A0A;
    }

    html { scroll-behavior: smooth; }

    body {
      overflow-x: hidden;

      background: #0A0A0A;
      color: #E5E7EB;
      overflow-x: hidden;
    }

    /* ─── NAV ─── */
    nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; backdrop-filter: blur(20px); background: rgba(5,10,20,0.85); border-bottom: 1px solid rgba(30, 187, 215,0.15); }

    .nav-link {
      color: #9CA3AF;
      font-size: 0.8rem;

      transition: color .3s;
      text-decoration: none;
      white-space: nowrap;
    }
    .nav-link:hover, .nav-link.active { color: var(--color-primary); }

    /* ─── HERO ─── */
    .hero-section {
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      overflow: hidden;
      padding-top: 80px;
    }

    /* Radial gradient blobs */
    .blob-1 {
      position: absolute;
      width: 700px; height: 700px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(30, 187, 215,0.18) 0%, transparent 70%);
      top: 50%; left: 50%;
      transform: translate(-50%, -50%);
      pointer-events: none;
    }
    .blob-2 {
      position: absolute;
      width: 900px; height: 900px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(13, 115, 119,0.10) 0%, transparent 65%);
      top: 50%; left: 50%;
      transform: translate(-50%, -50%);
      pointer-events: none;
    }
    .blob-corner-1 {
      position: absolute;
      width: 400px; height: 400px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(30, 187, 215,0.12) 0%, transparent 70%);
      top: -100px; right: -100px;
      pointer-events: none;
    }
    .blob-corner-2 {
      position: absolute;
      width: 350px; height: 350px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(13, 115, 119,0.10) 0%, transparent 70%);
      bottom: -80px; left: -80px;
      pointer-events: none;
    }

    /* Pulse rings */
    .pulse-ring {
      position: absolute;
      border-radius: 50%;
      border: 1px solid rgba(30, 187, 215,0.25);
      top: 50%; left: 50%;
      transform: translate(-50%, -50%) scale(0.5);
      animation: pulseExpand 4s ease-out infinite;
      pointer-events: none;
    }
    .pulse-ring:nth-child(1) { width: 400px; height: 400px; animation-delay: 0s; }
    .pulse-ring:nth-child(2) { width: 600px; height: 600px; animation-delay: 1s; }
    .pulse-ring:nth-child(3) { width: 800px; height: 800px; animation-delay: 2s; }
    .pulse-ring:nth-child(4) { width: 1000px; height: 1000px; animation-delay: 3s; }

    @keyframes pulseExpand {
      0%   { transform: translate(-50%, -50%) scale(0.4); .7; }
      100% { transform: translate(-50%, -50%) scale(1.2); ; }
    }

    /* Orbit container */
    .orbit-wrapper {
      position: absolute;
      width: 600px; height: 600px;
      top: 50%; left: 50%;
      transform: translate(-50%, -50%);
      pointer-events: none;
    }

    /* Each orbit is a ring that rotates */
    .orbit-ring {
      position: absolute;
      border-radius: 50%;
      border: 1px dashed rgba(30, 187, 215,0.12);
      top: 50%; left: 50%;
      transform: translate(-50%, -50%);
    }

    /* Social platform icon nodes */
    .social-node {
      position: absolute;
      width: 52px; height: 52px;
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-size: 22px;
      box-shadow: 0 0 18px rgba(30, 187, 215,0.4);
      animation: orbitFloat linear infinite;
      pointer-events: none;
    }

    /* Individual orbit animations — each icon on its own circle */
    .node-fb   { width: 52px; height: 52px; background: linear-gradient(135deg,#1877F2,#0a5cbf); top: 50%; left: 50%; animation: orbit-1 14s linear infinite; transform-origin: 0 0; }
    .node-ig   { width: 48px; height: 48px; background: linear-gradient(135deg,#E1306C,#833AB4,#F77737); top: 50%; left: 50%; animation: orbit-2 18s linear infinite; transform-origin: 0 0; }
    .node-gg   { width: 50px; height: 50px; background: linear-gradient(135deg,#EA4335,#FBBC05); top: 50%; left: 50%; animation: orbit-3 22s linear infinite; transform-origin: 0 0; }
    .node-li   { width: 46px; height: 46px; background: linear-gradient(135deg,#0A66C2,#004182); top: 50%; left: 50%; animation: orbit-4 16s linear infinite; transform-origin: 0 0; }
    .node-yt   { width: 54px; height: 54px; background: linear-gradient(135deg,#FF0000,#cc0000); top: 50%; left: 50%; animation: orbit-5 20s linear infinite; transform-origin: 0 0; }
    .node-tt   { width: 48px; height: 48px; background: linear-gradient(135deg,#010101,#69C9D0); top: 50%; left: 50%; animation: orbit-6 12s linear infinite; transform-origin: 0 0; }

    @keyframes orbit-1 { from { transform: rotate(0deg) translateX(220px) rotate(0deg); } to { transform: rotate(360deg) translateX(220px) rotate(-360deg); } }
    @keyframes orbit-2 { from { transform: rotate(60deg) translateX(260px) rotate(-60deg); } to { transform: rotate(420deg) translateX(260px) rotate(-420deg); } }
    @keyframes orbit-3 { from { transform: rotate(120deg) translateX(230px) rotate(-120deg); } to { transform: rotate(480deg) translateX(230px) rotate(-480deg); } }
    @keyframes orbit-4 { from { transform: rotate(180deg) translateX(250px) rotate(-180deg); } to { transform: rotate(540deg) translateX(250px) rotate(-540deg); } }
    @keyframes orbit-5 { from { transform: rotate(240deg) translateX(240px) rotate(-240deg); } to { transform: rotate(600deg) translateX(240px) rotate(-600deg); } }
    @keyframes orbit-6 { from { transform: rotate(300deg) translateX(270px) rotate(-300deg); } to { transform: rotate(660deg) translateX(270px) rotate(-660deg); } }

    .node-icon-img { width: 26px; height: 26px; object-fit: contain; filter: brightness(0) invert(1); }

    /* ─── GRID & CARDS ─── */
    .glass-card {
      backdrop-filter: blur(16px);
      background: rgba(255,255,255,0.03);
      border: 1px solid rgba(255,255,255,0.08);
      border-radius: 16px;
      transition: all .4s ease;
    }
    .glass-card:hover {
      border-color: rgba(30, 187, 215,0.5);
      box-shadow: 0 0 30px rgba(30, 187, 215,0.12), inset 0 0 20px rgba(30, 187, 215,0.03);
      transform: translateY(-6px);
    }

    /* Service icon bounce on hover */
    .glass-card:hover .svc-icon { animation: iconBounce .5s ease; }
    @keyframes iconBounce {
      0%,100% { transform: translateY(0); }
      40%      { transform: translateY(-10px); }
      60%      { transform: translateY(-5px); }
    }

    /* ─── CHANNEL CARDS ─── */
    .channel-card {
      background: rgba(255,255,255,0.03);
      border: 1px solid rgba(255,255,255,0.07);
      border-radius: 20px;
      padding: 24px;
      position: relative;
      overflow: hidden;
      transition: all .4s;
    }
    .channel-card:hover {
      border-color: rgba(30, 187, 215,0.45);
      transform: translateY(-4px);
    }

    /* Mini bar chart */
    .mini-bar { display: flex; align-items: flex-end; gap: 4px; height: 48px; }
    .mini-bar span {
      width: 8px;
      background: linear-gradient(to top, #1EBBD7, #3DD4E0);
      border-radius: 2px;
      transition: height .6s ease;
    }

    /* Mini line chart */
    .mini-line svg { width: 100%; height: 48px; }

    /* Circular progress */
    .circ-prog { position: relative; width: 56px; height: 56px; }
    .circ-prog svg { width: 56px; height: 56px; transform: rotate(-90deg); }
    .circ-prog .prog-track { fill: none; stroke: rgba(30, 187, 215,0.15); stroke-width: 5; }
    .circ-prog .prog-fill  { fill: none; stroke: #1EBBD7; stroke-width: 5; stroke-linecap: round; transition: stroke-dashoffset 1.5s ease; }
    .circ-prog .prog-label { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 10px;  color: var(--color-primary); }

    /* ─── DASHBOARD MOCKUP ─── */
    .dashboard {
      background: rgba(255,255,255,0.03);
      border: 1px solid rgba(30, 187, 215,0.15);
      border-radius: 20px;
      overflow: hidden;
    }
    .dash-bar {
      width: 100%;
      background: linear-gradient(to top, #1699A8, #1EBBD7, #3DD4E0);
      border-radius: 4px 4px 0 0;
      transition: height 1.5s cubic-bezier(.23,1,.32,1);
    }

    /* ─── PROCESS LINE ─── */
    .process-line {
      position: absolute;
      left: 24px; top: 48px; bottom: 0;
      width: 2px;
      background: linear-gradient(to bottom, #1EBBD7, transparent);
      transform-origin: top;
    }

    /* ─── AMBER BUTTON ─── */
    .btn-amber {
      background: linear-gradient(135deg, #1EBBD7, #1699A8);
      color: #000;

      border-radius: 10px;
      padding: 14px 28px;
      display: inline-flex; align-items: center; gap: 8px;
      text-decoration: none;
      position: relative;
      overflow: hidden;
      transition: transform .3s, box-shadow .3s;
      animation: glowPulse 2.5s ease-in-out infinite;
    }
    .btn-amber::before {
      content: '';
      position: absolute;
      top: -50%; left: -60%;
      width: 40%; height: 200%;
      background: rgba(255,255,255,0.3);
      transform: skewX(-20deg);
      transition: left .5s;
    }
    .btn-amber:hover::before { left: 150%; }
    .btn-amber:hover { transform: translateY(-3px); box-shadow: 0 10px 35px rgba(30, 187, 215,0.5); }

    @keyframes glowPulse {
      0%,100% { box-shadow: 0 0 15px rgba(30, 187, 215,0.4); }
      50%      { box-shadow: 0 0 35px rgba(30, 187, 215,0.8); }
    }

    .btn-outline {
      border: 1px solid rgba(30, 187, 215,0.5);
      color: var(--color-primary);
      background: transparent;

      border-radius: 10px;
      padding: 14px 28px;
      display: inline-flex; align-items: center; gap: 8px;
      text-decoration: none;
      transition: all .3s;
    }
    .btn-outline:hover { background: rgba(30, 187, 215,0.08); border-color: var(--color-primary); transform: translateY(-3px); }

    /* ─── STATS ROW ─── */
    .stat-card {
      text-align: center;
      padding: 24px;
      border-radius: 14px;
      background: rgba(30, 187, 215,0.05);
      border: 1px solid rgba(30, 187, 215,0.15);
    }

    /* ─── CTA SECTION ─── */
    .cta-section {
      background: radial-gradient(ellipse at center, rgba(30, 187, 215,0.18) 0%, rgba(13, 115, 119,0.10) 50%, transparent 80%);
      border-top: 1px solid rgba(30, 187, 215,0.12);
      border-bottom: 1px solid rgba(30, 187, 215,0.12);
    }

    /* Phone mockup */
    .phone-mockup {
      width: 200px;
      background: #0D1829;
      border: 2px solid rgba(30, 187, 215,0.3);
      border-radius: 32px;
      padding: 12px;
      position: relative;
      box-shadow: 0 0 40px rgba(30, 187, 215,0.2);
    }
    .phone-screen { border-radius: 22px; overflow: hidden; background: #0A1020; }
    .phone-notch { width: 60px; height: 6px; background: #0A1020; border-radius: 3px; margin: 0 auto 10px; }

    /* Feed items */
    .feed-item {
      background: rgba(30, 187, 215,0.06);
      border: 1px solid rgba(30, 187, 215,0.12);
      border-radius: 8px;
      padding: 8px;
      margin-bottom: 6px;
      font-size: 9px;
      color: #9CA3AF;
    }
    .feed-metric { color: var(--color-primary);  }

    /* ─── FOOTER ─── */
    footer { background: #020609; border-top: 1px solid rgba(30, 187, 215,0.1); }
    .footer-link { color: #6B7280; font-size: 0.85rem; text-decoration: none; transition: color .3s; display: block; margin-bottom: 6px; }
    .footer-link:hover { color: var(--color-primary); }

    /* ─── SECTION LABEL ─── */
    .section-label {
      display: inline-flex; align-items: center; gap: 8px;
      background: rgba(30, 187, 215,0.1);
      border: 1px solid rgba(30, 187, 215,0.3);
      color: var(--color-primary);
      font-size: 0.75rem;

      letter-spacing: 0.1em;
      text-transform: uppercase;
      padding: 6px 16px;
      border-radius: 999px;
    }

    /* ─── TRUST BADGE ─── */
    .trust-badge {
      display: inline-flex; align-items: center; gap: 6px;
      background: rgba(255,255,255,0.05);
      border: 1px solid rgba(255,255,255,0.1);
      border-radius: 8px;
      padding: 8px 14px;
      font-size: 0.75rem;
      color: #D1D5DB;
    }

    /* ─── PROCESS STEP ─── */
    .process-step { /* Handled by GSAP */ }

    /* ─── GRADIENT TEXT ─── */
    .text-amber-grad {
      background: linear-gradient(135deg, #1EBBD7, #3DD4E0, #0D7377);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    /* Number counter */
    .counter { display: inline-block; }

    /* Mobile nav toggle */
    #mobile-menu { display: none; }
    #mobile-menu.open { display: block; }

    @media (max-width: 768px) {
      .orbit-wrapper { width: 380px; height: 380px; }
      @keyframes orbit-1 { from { transform: rotate(0deg) translateX(140px) rotate(0deg); } to { transform: rotate(360deg) translateX(140px) rotate(-360deg); } }
      @keyframes orbit-2 { from { transform: rotate(60deg) translateX(160px) rotate(-60deg); } to { transform: rotate(420deg) translateX(160px) rotate(-420deg); } }
      @keyframes orbit-3 { from { transform: rotate(120deg) translateX(145px) rotate(-120deg); } to { transform: rotate(480deg) translateX(145px) rotate(-480deg); } }
      @keyframes orbit-4 { from { transform: rotate(180deg) translateX(155px) rotate(-180deg); } to { transform: rotate(540deg) translateX(155px) rotate(-540deg); } }
      @keyframes orbit-5 { from { transform: rotate(240deg) translateX(150px) rotate(-240deg); } to { transform: rotate(600deg) translateX(150px) rotate(-600deg); } }
      @keyframes orbit-6 { from { transform: rotate(300deg) translateX(165px) rotate(-300deg); } to { transform: rotate(660deg) translateX(165px) rotate(-660deg); } }
    }

/* Navigation */
        .nav-link {
            position: relative;
            color: rgba(255, 255, 255, 0.6);
            transition: color 0.3s ease;
        }

        .dropdown-menu {
            position: absolute;
            top: 100%;
            left: 0;
            min-width: 220px;
            background: rgba(13, 13, 13, 0.95);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 8px;
            padding: 8px 0;
            ;
            visibility: hidden;
            transform: translateY(-10px);
            transition: all 0.3s ease;
            z-index: 100;
        }

.mobile-menu {
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(100%);
}
.mobile-dropdown-content {
    display: none;
}
.mobile-dropdown.active .mobile-dropdown-content {
    display: flex;
}
/* --- MERGED FROM index.css --- */
50% { background-position: 100% center; }
            50% {
                transform: translateY(-10px) translateX(-10px);
            }
            50% {
                transform: translateY(-15px) rotate(5deg);
            }
            50% {
                stroke-dasharray: 500 500;
                stroke-dashoffset: -250;
            }
            100% {
                stroke-dasharray: 0 1000;
                stroke-dashoffset: -500;
            }

        .logo-flip-box {
            perspective: 1000px;
        }

        .logo-flip-back {
            transform: rotateY(180deg);
        }
            50%  { opacity: 1; }
/* --- MERGED FROM portfolio.css --- */
/* Custom scrollbar */

        /* Smooth scroll */
        html {
            scroll-behavior: smooth;
        }

        /* Mobile Menu */
        .mobile-menu {
            position: fixed;
            top: 0;
            right: -100%;
            width: 100%;
            height: 100vh;
            background: #050A14;
            z-index: 999;
            transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            padding: 24px;
        }

        .mobile-menu.active {
            right: 0;
        }

        .mobile-dropdown-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
        }

        /* Buttons */
        .btn-primary {
            background: linear-gradient(135deg, #1EBBD7 0%, #0D7377 100%);
            color: #050A14;

            padding: 12px 24px;
            border-radius: 9999px;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .btn-primary:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 30px rgba(30, 187, 215, 0.3);
        }

        .btn-outline {
            border: 1px solid rgba(255, 255, 255, 0.2);
            color: #ffffff;

            padding: 12px 24px;
            border-radius: 9999px;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .btn-outline:hover {
            background: rgba(255, 255, 255, 0.1);
            border-color: rgba(255, 255, 255, 0.4);
        }

        /* Portfolio Card */
        .portfolio-card {
            position: relative;
            overflow: hidden;
            border-radius: 20px;
            aspect-ratio: 4/5;
        }

        .portfolio-card img {
            transition: transform 0.5s ease;
        }

        .portfolio-card:hover img {
            transform: scale(1.05);
        }

        .portfolio-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(to top, rgba(5, 10, 20, 0.95), rgba(5, 10, 20, 0.3));
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            padding: 24px;
            opacity: 0;
            transition: opacity 0.4s ease;
        }

        .portfolio-content {
            transform: translateY(20px);
            transition: transform 0.4s ease;
        }

        .portfolio-card:hover .portfolio-content {
            transform: translateY(0);
        }

        /* Filter Tabs */
        .filter-tab {
            padding: 10px 20px;
            border-radius: 9999px;
            font-size: 14px;

            color: rgba(255, 255, 255, 0.6);
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.1);
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .filter-tab:hover,
        .filter-tab.active {
            background: #1EBBD7;
            color: #050A14;
            border-color: var(--color-primary);
        }

        /* Stats Counter */
        .stat-number {
            font-size: 3.5rem;

            background: linear-gradient(135deg, #1EBBD7 0%, #0D7377 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        /* Case Study Card */
        .case-study-card {
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid rgba(255, 255, 255, 0.08);
            transition: all 0.4s ease;
        }

        .case-study-card:hover {
            background: rgba(255, 255, 255, 0.05);
            border-color: rgba(30, 187, 215, 0.3);
            transform: translateY(-4px);
        }

        /* Testimonial Card */
        .testimonial-card {
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid rgba(255, 255, 255, 0.08);
            transition: all 0.4s ease;
        }

        .testimonial-card:hover {
            background: rgba(255, 255, 255, 0.05);
            border-color: rgba(30, 187, 215, 0.3);
        }

        /* Gradient Text */
        .gradient-text {
            background: linear-gradient(135deg, #1EBBD7 0%, #ffffff 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        /* Reveal Animation - Handled by GSAP or active class fallback */ .reveal { transition: opacity 0.6s ease, transform 0.6s ease; } .reveal.active { opacity: 1; transform: translateY(0); }
/* --- MERGED FROM seo.css --- */
* { margin: 0; padding: 0; box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {

      background: #0A0A0A;
      color: #e2e8f0;
      overflow-x: hidden;
    }

    :root {
      --green: #1EBBD7;
      --green-light: #3DD4E0;
      --green-dark: #1699A8;
      --green-glow: rgba(30, 187, 215,0.4);
    }

    /* ── Scrollbar ── */

    /* ── HERO ── */
    .hero {
      min-height: 100vh;
      display: flex; align-items: center;
      padding: 120px 40px 80px;
      position: relative; overflow: hidden;
    }

    /* Green grid background */
    .hero-grid {
      position: absolute; inset: 0; pointer-events: none;
      background-image:
        linear-gradient(rgba(30, 187, 215,0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(30, 187, 215,0.06) 1px, transparent 1px);
      background-size: 60px 60px;
      animation: gridShift 20s linear infinite;
    }
    @keyframes gridShift {
      0% { transform: translateY(0); }
      100% { transform: translateY(60px); }
    }

    /* Rising particles */
    .particle {
      position: absolute; bottom: -20px;
      width: 4px; height: 4px;
      background: var(--green); border-radius: 50%;
      ;
      animation: rise linear infinite;
      box-shadow: 0 0 6px var(--green);
    }
    @keyframes rise {
      0% { transform: translateY(0) translateX(0); ; }
      10% { opacity: 1; }
      90% { .3; }
      100% { transform: translateY(-110vh) translateX(var(--drift)); ; }
    }

    .hero-inner { max-width: 1280px; margin: 0 auto; width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }

    .hero-badge {
      display: inline-flex; align-items: center; gap: 8px;
      background: rgba(30, 187, 215,0.12); border: 1px solid rgba(30, 187, 215,0.4);
      padding: 8px 18px; border-radius: 50px; font-size: 13px; 
      color: var(--green); margin-bottom: 28px;
    }
    .hero-badge span.dot { width: 8px; height: 8px; background: var(--green); border-radius: 50%; animation: pulse 2s ease-in-out infinite; }
    @keyframes pulse { 0%,100% { opacity: 1; transform: scale(1); } 50% { .5; transform: scale(0.8); } }

    .hero-headline {
      font-size: clamp(36px, 5vw, 64px);
       line-height: 1.1;
      color: #fff; margin-bottom: 24px;
    }
    .hero-headline .accent { color: var(--green); }
    .hero-sub { font-size: 18px; color: #94a3b8; line-height: 1.7; margin-bottom: 40px; max-width: 500px; }

    .hero-btns { display: flex; gap: 16px; flex-wrap: wrap; }
    .btn-primary {
      background: var(--green); color: #0A0A0A;
      padding: 16px 32px; border-radius: 10px;
      font-size: 15px;  text-decoration: none;
      transition: all 0.3s; display: inline-flex; align-items: center; gap: 8px;
    }
    .btn-primary:hover { background: var(--green-light); box-shadow: 0 0 30px var(--green-glow); transform: translateY(-2px); }
    .btn-outline {
      border: 1.5px solid rgba(30, 187, 215,0.5); color: var(--green);
      padding: 16px 32px; border-radius: 10px;
      font-size: 15px;  text-decoration: none;
      transition: all 0.3s; display: inline-flex; align-items: center; gap: 8px;
    }
    .btn-outline:hover { background: rgba(30, 187, 215,0.1); border-color: var(--green); }

    /* Hero Stats Row */
    .hero-stats {
      display: flex; gap: 32px; margin-top: 56px;
      padding-top: 40px; border-top: 1px solid rgba(255,255,255,0.08);
    }
    .hero-stat-item { }
    .hero-stat-val { font-size: 26px;  color: var(--green); }
    .hero-stat-lbl { font-size: 12px; color: #64748b; margin-top: 2px; }

    /* ── SVG CHART ── */
    .hero-chart-wrap {
      position: relative; display: flex; align-items: center; justify-content: center;
    }
    .chart-card {
      background: rgba(10,20,40,0.9);
      border: 1px solid rgba(30, 187, 215,0.25);
      border-radius: 20px; padding: 30px;
      width: 100%; max-width: 520px;
      box-shadow: 0 0 60px rgba(30, 187, 215,0.1), inset 0 0 60px rgba(30, 187, 215,0.03);
      position: relative;
    }
    .chart-title { font-size: 13px;  color: #64748b; margin-bottom: 20px; display: flex; align-items: center; gap: 8px; }
    .chart-title span { color: var(--green); }

    /* Bar chart SVG */
    #rankingChart { width: 100%; overflow: visible; }
    .bar-group rect { transition: filter 0.3s; }
    .bar-label {  font-size: 10px; fill: #64748b; }
    .pos-label {  font-size: 10px; fill: #94a3b8; }

    /* Floating snippets */
    .snippet {
      position: absolute;
      background: rgba(10,20,40,0.95);
      border: 1px solid rgba(30, 187, 215,0.3);
      border-radius: 10px; padding: 10px 14px;
      font-size: 11px; min-width: 180px;
      animation: floatSnippet 4s ease-in-out infinite;
    }
    .snippet:nth-child(2) { animation-delay: -2s; }
    .snippet-top { top: -20px; right: -30px; }
    .snippet-bottom { bottom: 30px; left: -40px; }
    .snippet-rank { color: var(--green);  font-size: 10px; margin-bottom: 4px; }
    .snippet-url { color: var(--color-primary); font-size: 10px; }
    .snippet-title { color: #e2e8f0; font-size: 11px;  }
    @keyframes floatSnippet {
      0%,100% { transform: translateY(0px); }
      50% { transform: translateY(-12px); }
    }

    /* ── SECTION SHARED ── */
    section { padding: 100px 40px; }
    .section-inner { max-width: 1280px; margin: 0 auto; }
    .section-label {
      font-size: 12px;  letter-spacing: 3px;
      color: var(--green); text-transform: uppercase; margin-bottom: 12px;
    }
    .section-title { font-size: clamp(28px, 3.5vw, 48px);  color: #fff; line-height: 1.2; margin-bottom: 16px; }
    .section-sub { font-size: 17px; color: #64748b; max-width: 600px; }

    /* ── SERVICES ── */
    #services { background: rgba(10,20,40,0.5); }
    .services-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 60px; }
    .svc-card {
      background: rgba(10,20,40,0.8);
      border: 1px solid rgba(255,255,255,0.06);
      border-left: 3px solid var(--green);
      border-radius: 14px; padding: 28px;
      display: flex; gap: 20px; align-items: flex-start;
      cursor: pointer; transition: all 0.35s;
      position: relative; overflow: hidden;
    }
    .svc-card::before {
      content: ''; position: absolute; inset: 0;
      background: linear-gradient(135deg, rgba(30, 187, 215,0.04), transparent);
      ; transition: opacity 0.35s;
    }
    .svc-card:hover { transform: translateX(8px); box-shadow: 0 0 30px rgba(30, 187, 215,0.15), -4px 0 20px rgba(30, 187, 215,0.2); border-left-color: var(--green-light); }
    .svc-card:hover::before { opacity: 1; }
    .svc-icon {
      width: 52px; height: 52px; border-radius: 12px;
      background: rgba(30, 187, 215,0.1); border: 1px solid rgba(30, 187, 215,0.2);
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0; color: var(--green);
    }
    .svc-name { font-size: 17px;  color: #fff; margin-bottom: 6px; }
    .svc-desc { font-size: 14px; color: #64748b; line-height: 1.6; }
    .svc-arrow { margin-left: auto; color: var(--green); ; transition: opacity 0.3s, transform 0.3s; }
    .svc-card:hover .svc-arrow { opacity: 1; transform: translateX(4px); }

    /* ── RESULTS SHOWCASE ── */
    #results { }
    .results-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 60px; }
    .result-card {
      background: rgba(10,20,40,0.9);
      border: 1px solid rgba(30, 187, 215,0.2);
      border-radius: 20px; padding: 44px 36px;
      text-align: center; position: relative; overflow: hidden;
    }
    .result-card::before {
      content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
      background: linear-gradient(90deg, transparent, var(--green), transparent);
    }
    .result-card-bg {
      position: absolute; inset: 0;
      background: radial-gradient(ellipse at 50% 100%, rgba(30, 187, 215,0.12) 0%, transparent 70%);
      pointer-events: none;
    }
    .result-num {
      font-size: clamp(48px, 6vw, 80px); 
      background: linear-gradient(135deg, var(--green), var(--green-light));
      -webkit-background-clip: text; -webkit-text-fill-color: transparent;
      background-clip: text; line-height: 1;
    }
    .result-suffix { font-size: 36px;  color: var(--green); }
    .result-label { font-size: 20px;  color: #fff; margin: 16px 0 8px; }
    .result-desc { font-size: 14px; color: #64748b; line-height: 1.6; }

    /* ── HOW SEO WORKS (ZIGZAG) ── */
    #process { background: rgba(10,20,40,0.4); position: relative; }
    .process-path {
      position: absolute; left: 50%; top: 150px; bottom: 100px;
      width: 2px; transform: translateX(-50%);
      background: repeating-linear-gradient(to bottom, var(--green) 0px, var(--green) 10px, transparent 10px, transparent 22px);
      .4;
    }
    .zigzag-steps { display: flex; flex-direction: column; gap: 80px; margin-top: 60px; }
    .zig-step {
      display: grid; grid-template-columns: 1fr 80px 1fr; align-items: center; gap: 0;
    }
    .zig-step.odd { }
    .zig-step.even { }
    .zig-content {
      background: rgba(10,20,40,0.8);
      border: 1px solid rgba(30, 187, 215,0.15);
      border-radius: 20px; padding: 40px;
    }
    .zig-step.even .zig-content { order: 3; }
    .zig-step-num {
      display: flex; align-items: center; justify-content: center;
      font-size: 13px;  color: var(--green);
      flex-direction: column; gap: 4px;
    }
    .zig-step-num .num-circle {
      width: 44px; height: 44px; border-radius: 50%;
      background: var(--green); color: #0A0A0A;
      display: flex; align-items: center; justify-content: center;
      font-size: 16px; 
      box-shadow: 0 0 20px var(--green-glow);
    }
    .zig-img { border-radius: 20px; overflow: hidden; position: relative; }
    .zig-step.odd .zig-img { order: 3; }
    .zig-step.even .zig-img { order: 1; }
    .zig-img img { width: 100%; height: 280px; object-fit: cover; display: block; }
    .zig-img::after {
      content: ''; position: absolute; inset: 0;
      background: linear-gradient(135deg, rgba(30, 187, 215,0.2), transparent);
    }
    .zig-step-icon {
      width: 48px; height: 48px; border-radius: 12px;
      background: rgba(30, 187, 215,0.15); border: 1px solid rgba(30, 187, 215,0.3);
      display: flex; align-items: center; justify-content: center;
      color: var(--green); margin-bottom: 16px;
    }
    .zig-step-title { font-size: 24px;  color: #fff; margin-bottom: 12px; }
    .zig-step-desc { font-size: 15px; color: #64748b; line-height: 1.7; }
    .zig-step-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
    .zig-tag {
      background: rgba(30, 187, 215,0.1); border: 1px solid rgba(30, 187, 215,0.25);
      color: var(--green); font-size: 12px; 
      padding: 5px 12px; border-radius: 20px;
    }

    /* ── TOOLS ── */
    #tools { }
    .tools-cloud { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 56px; }
    .tool-pill {
      display: flex; align-items: center; gap: 8px;
      background: rgba(30, 187, 215,0.08); border: 1px solid rgba(30, 187, 215,0.2);
      border-radius: 50px; padding: 12px 22px;
       color: #e2e8f0; cursor: default;
      transition: all 0.3s;
    }
    .tool-pill:hover { background: rgba(30, 187, 215,0.18); border-color: var(--green); color: #fff; transform: translateY(-3px); box-shadow: 0 8px 25px rgba(30, 187, 215,0.2); }
    .tool-pill.lg { font-size: 16px; padding: 14px 28px; }
    .tool-pill.sm { font-size: 12px; padding: 9px 18px; }
    .tool-pill.md { font-size: 14px; }
    .tool-dot { width: 8px; height: 8px; background: var(--green); border-radius: 50%; }

    /* ── CTA ── */
    #cta {
      background: linear-gradient(135deg, rgba(30, 187, 215,0.08) 0%, rgba(5,150,105,0.06) 100%);
      border-top: 1px solid rgba(30, 187, 215,0.15);
      border-bottom: 1px solid rgba(30, 187, 215,0.15);
      position: relative; overflow: hidden;
    }
    #cta::before {
      content: ''; position: absolute;
      top: -100px; left: 50%; transform: translateX(-50%);
      width: 600px; height: 600px;
      background: radial-gradient(circle, rgba(30, 187, 215,0.12) 0%, transparent 70%);
      pointer-events: none;
    }
    .cta-inner { text-align: center; position: relative; }
    .cta-title { font-size: clamp(30px, 4vw, 52px);  color: #fff; margin-bottom: 16px; }
    .cta-title span { color: var(--green); }
    .cta-sub { font-size: 17px; color: #94a3b8; max-width: 600px; margin: 0 auto 48px; }

    .cta-form { display: flex; gap: 12px; max-width: 500px; margin: 0 auto 48px; }
    .cta-input {
      flex: 1; background: rgba(10,20,40,0.9);
      border: 1.5px solid rgba(30, 187, 215,0.3);
      border-radius: 12px; padding: 16px 20px;
      color: #fff; font-size: 15px; 
      outline: none; transition: border-color 0.3s;
    }
    .cta-input:focus { border-color: var(--green); box-shadow: 0 0 20px rgba(30, 187, 215,0.15); }
    .cta-input::placeholder { color: #475569; }
    .cta-btn {
      background: var(--green); color: #0A0A0A;
      border: none; padding: 16px 28px; border-radius: 12px;
      font-size: 15px;  cursor: pointer;
       white-space: nowrap;
      transition: all 0.3s;
    }
    .cta-btn:hover { background: var(--green-light); box-shadow: 0 0 30px var(--green-glow); }
    .cta-btn.pulse-anim { animation: btnPulse 2s ease-in-out infinite; }
    @keyframes btnPulse {
      0%,100% { box-shadow: 0 0 0 0 rgba(30, 187, 215,0.5); }
      50% { box-shadow: 0 0 0 12px rgba(30, 187, 215,0); }
    }

    /* Floating search bar */
    .cta-search-bar {
      display: inline-flex; align-items: center; gap: 16px;
      background: rgba(10,20,40,0.9); border: 1px solid rgba(30, 187, 215,0.25);
      border-radius: 14px; padding: 16px 24px;
      margin-bottom: 24px; animation: floatSnippet 5s ease-in-out infinite;
    }
    .search-icon-wrap { color: var(--green); }
    .search-query { font-size: 14px; color: #94a3b8; }
    .search-badges { display: flex; gap: 8px; }
    .rank-badge {
      padding: 4px 10px; border-radius: 6px; font-size: 12px; 
    }
    .rank-badge.gold { background: rgba(251,191,36,0.15); color: var(--color-primary); border: 1px solid rgba(251,191,36,0.3); }
    .rank-badge.green { background: rgba(30, 187, 215,0.15); color: var(--green); border: 1px solid rgba(30, 187, 215,0.3); }

    .cta-trust { display: flex; align-items: center; justify-content: center; gap: 24px; flex-wrap: wrap; }
    .trust-item { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #64748b; }
    .trust-check { color: var(--green); }

    /* ── FOOTER ── */
    footer {
      background: rgba(5,10,20,0.98);
      border-top: 1px solid rgba(255,255,255,0.05);
      padding: 60px 40px 30px;
    }
    .footer-inner { max-width: 1280px; margin: 0 auto; }
    .footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
    .footer-brand p { font-size: 14px; color: #475569; line-height: 1.7; margin-top: 16px; max-width: 260px; }
    .footer-col h4 { font-size: 13px;  color: #fff; letter-spacing: 1px; margin-bottom: 16px; }
    .footer-col ul { list-style: none; }
    .footer-col ul li { margin-bottom: 10px; }
    .footer-col ul li a { font-size: 13px; color: #475569; text-decoration: none; transition: color 0.3s; }
    .footer-col ul li a:hover { color: var(--green); }
    .footer-bottom {
      border-top: 1px solid rgba(255,255,255,0.05);
      padding-top: 24px; display: flex; align-items: center; justify-content: space-between;
    }
    .footer-bottom p { font-size: 13px; color: #334155; }
    .footer-socials { display: flex; gap: 12px; }
    .social-link {
      width: 36px; height: 36px; border-radius: 8px;
      border: 1px solid rgba(255,255,255,0.08);
      display: flex; align-items: center; justify-content: center;
      color: #475569; text-decoration: none; transition: all 0.3s;
    }
    .social-link:hover { border-color: var(--green); color: var(--green); background: rgba(30, 187, 215,0.08); }

    /* ── RESPONSIVE ── */
    @media (max-width: 1024px) {
      .hero-inner { grid-template-columns: 1fr; gap: 60px; }
      .services-grid { grid-template-columns: 1fr; }
      .results-grid { grid-template-columns: 1fr 1fr; }
      .footer-top { grid-template-columns: 1fr 1fr; }
      .zig-step { grid-template-columns: 1fr; gap: 24px; }
      .zig-step-num { flex-direction: row; justify-content: flex-start; }
      .zig-step.even .zig-content, .zig-step.odd .zig-img { order: unset; }
      .process-path { display: none; }
    }
    @media (max-width: 768px) {
      nav { padding: 16px 20px; }
      .nav-links { display: none; }
      section { padding: 70px 20px; }
      .hero { padding: 100px 20px 60px; }
      .results-grid { grid-template-columns: 1fr; }
      .footer-top { grid-template-columns: 1fr; }
      .cta-form { flex-direction: column; }
      .hero-stats { flex-wrap: wrap; gap: 20px; }
    }

/* Navigation */
        .nav-link {
            position: relative;
            color: rgba(255, 255, 255, 0.6);
            transition: color 0.3s ease;
        }

        .dropdown-menu {
            position: absolute;
            top: 100%;
            left: 0;
            min-width: 220px;
            background: rgba(13, 13, 13, 0.95);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 8px;
            padding: 8px 0;
            ;
            visibility: hidden;
            transform: translateY(-10px);
            transition: all 0.3s ease;
            z-index: 100;
        }

.mobile-menu {
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(100%);
}
.mobile-dropdown-content {
    display: none;
}
.mobile-dropdown.active .mobile-dropdown-content {
    display: flex;
}
/* --- MERGED FROM software-development.css --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      --#1EBBD7: #1EBBD7;
      --#1EBBD7-light: #3DD4E0;
      --#1EBBD7-dark: #0D7377;
      --#1EBBD7-glow: rgba(30, 187, 215, 0.4);
      --bg: #0A0A0A;
      --bg2: #080D1A;
      --bg3: #0D1425;
      --text: #E2E8F0;
      --muted: #94A3B8;
      --border: rgba(30, 187, 215,0.2);
    }

    html { scroll-behavior: smooth; }
    body {  background: var(--bg); color: var(--text); overflow-x: hidden; }

    /* ─── Scrollbar ─── */

    /* ─── NAV ─── */
    nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; transition: all .4s; }
    nav.scrolled { background: rgba(5,10,20,.92); backdrop-filter: blur(20px); border-bottom: 1px solid var(--border); }
    .nav-link { position: relative; color: var(--muted); transition: color .3s; font-size: .875rem; }
    .nav-link::after { content:''; position:absolute; bottom:-4px; left:0; width:0; height:2px; background: #1EBBD7; transition: width .3s; }
    .nav-link:hover { color: #fff; }
    .nav-link:hover::after { width:100%; }

    /* ─── HERO ─── */
    .hero { min-height: 100vh; position: relative; display:flex; align-items:center; justify-content:center; overflow:hidden; }

    /* Hexagon grid */
    .hex-grid { position:absolute; inset:0; z-index:0; }
    .hex-grid svg { width:100%; height:100%; }

    @keyframes hexPulse {
      0%, 100% { opacity:.08; filter: drop-shadow(0 0 0px #1EBBD7); }
      50% { opacity:.25; filter: drop-shadow(0 0 8px #1EBBD7); }
    }
    @keyframes hexPulse2 {
      0%, 100% { opacity:.04; }
      50% { opacity:.18; filter: drop-shadow(0 0 6px #3DD4E0); }
    }

    .hex-path { animation: hexPulse 4s ease-in-out infinite; }
    .hex-path:nth-child(3n+1) { animation: hexPulse2 3.5s ease-in-out infinite; animation-delay: .5s; }
    .hex-path:nth-child(3n+2) { animation-delay: 1.2s; }
    .hex-path:nth-child(3n)   { animation-delay: 2s; }

    /* Floating geometric shapes */
    .float-shape { position:absolute; border-radius:50%; pointer-events:none; }
    .float-shape.s1 { width:300px; height:300px; background: radial-gradient(circle, rgba(30, 187, 215,.15) 0%, transparent 70%); top:10%; left:-5%; animation: floatY 8s ease-in-out infinite; }
    .float-shape.s2 { width:200px; height:200px; background: radial-gradient(circle, rgba(22, 153, 168,.12) 0%, transparent 70%); bottom:20%; right:0%; animation: floatY 6s ease-in-out infinite .8s; }
    .float-shape.s3 { width:150px; height:150px; background: radial-gradient(circle, rgba(30, 187, 215,.1) 0%, transparent 70%); top:40%; right:15%; animation: floatY 7s ease-in-out infinite 1.5s; }

    @keyframes floatY {
      0%,100% { transform: translateY(0px); }
      50%      { transform: translateY(-30px); }
    }

    /* Gears */
    .gear-wrap { position:absolute; top:50%; transform:translateY(-50%); z-index:1; }
    .gear-left  { left:-40px; }
    .gear-right { right:-40px; }

    @keyframes spinCW  { from { transform: rotate(0deg);   } to { transform: rotate(360deg);  } }
    @keyframes spinCCW { from { transform: rotate(0deg);   } to { transform: rotate(-360deg); } }

    .gear-svg-big  { animation: spinCW  18s linear infinite; }
    .gear-svg-small{ animation: spinCCW 10s linear infinite; }

    /* Hero gradient overlay */
    .hero-overlay { position:absolute; inset:0; background: radial-gradient(ellipse 80% 60% at 50% 40%, rgba(30, 187, 215,.18) 0%, transparent 70%); z-index:1; }

    /* Badge */
    .badge { display:inline-flex; align-items:center; gap:.5rem; padding:.4rem 1rem; border-radius:9999px; border: 1px solid rgba(30, 187, 215,.5); background: rgba(30, 187, 215,.1); font-size:.8rem;  letter-spacing:.12em; text-transform:uppercase; color:#1EBBD7; }

    /* Gradient headline */
    .grad-text { background: linear-gradient(135deg, #fff 30%, #3DD4E0 60%, #1EBBD7 100%); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }

    /* CTA buttons */
    .btn-primary { display:inline-flex; align-items:center; gap:.5rem; padding:.85rem 2rem; border-radius:8px; background: linear-gradient(135deg, #1EBBD7, #3DD4E0); color:#fff;  font-size:.95rem; transition: all .3s; box-shadow: 0 0 0 rgba(30, 187, 215,0); }
    .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(30, 187, 215,.5); }
    .btn-outline { display:inline-flex; align-items:center; gap:.5rem; padding:.85rem 2rem; border-radius:8px; border: 1px solid rgba(30, 187, 215,.5); color:#1EBBD7;  font-size:.95rem; transition: all .3s; background:transparent; }
    .btn-outline:hover { background:rgba(30, 187, 215,.15); border-color:var(--color-primary); transform:translateY(-2px); }

    /* Stat items */
    .stat-item { text-align:center; }
    .stat-num { font-size:2.2rem;  background: linear-gradient(135deg, #fff, #3DD4E0); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }
    .stat-label { font-size:.8rem; color:var(--muted);  margin-top:.25rem; }

    /* Section headings */
    .section-tag { display:inline-block; padding:.25rem .9rem; border-radius:4px; background:rgba(30, 187, 215,.12); border: 1px solid rgba(30, 187, 215,.3); font-size:.75rem; letter-spacing:.1em; text-transform:uppercase;  color:var(--color-primary); margin-bottom:1rem; }
    .section-title { font-size:clamp(1.8rem,4vw,3rem);  line-height:1.15; }
    .section-sub { color:var(--muted); max-width:540px; line-height:1.7; }

    /* Service cards */
    .service-card { background: rgba(13,20,37,.8); border: 1px solid var(--border); border-radius:16px; padding:2rem; transition: all .4s; cursor:default; position:relative; overflow:hidden; }
    .service-card::before { content:''; position:absolute; inset:0; background: linear-gradient(135deg, rgba(30, 187, 215,.05) 0%, transparent 60%); ; transition: opacity .4s; }
    .service-card:hover { border-color: rgba(30, 187, 215,.7); transform:translateY(-6px); box-shadow: 0 12px 40px rgba(30, 187, 215,.2); }
    .service-card:hover::before { opacity:1; }
    .service-card:hover .card-icon { animation: iconSpin .6s ease; }

    @keyframes iconSpin { 0%{transform:rotate(0)} 50%{transform:rotate(20deg)} 100%{transform:rotate(0)} }

    .card-icon { width:52px; height:52px; border-radius:12px; background: linear-gradient(135deg, rgba(30, 187, 215,.3), rgba(22, 153, 168,.15)); display:flex; align-items:center; justify-content:center; margin-bottom:1.25rem; border: 1px solid rgba(30, 187, 215,.3); }

    /* Tech stack */
    .tech-section { background: var(--bg2); position:relative; overflow:hidden; }
    .tech-section::before { content:''; position:absolute; top:0; left:0; right:0; height:1px; background: linear-gradient(90deg, transparent, #1EBBD7, transparent); }

    .tech-badge { display:flex; flex-direction:column; align-items:center; gap:.6rem; cursor:default; }
    .tech-hex { width:80px; height:88px; background: rgba(13,20,37,.9); border: 1px solid rgba(30, 187, 215,.35); clip-path: polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%); display:flex; align-items:center; justify-content:center; transition: all .4s; font-size:.75rem;  color:#1EBBD7; text-align:center; padding:.5rem; }
    .tech-badge:hover .tech-hex { background: rgba(30, 187, 215,.25); border-color:var(--color-primary); box-shadow: 0 0 20px rgba(30, 187, 215,.3); }
    .tech-name { font-size:.72rem; color:var(--muted);  }

    /* Process */
    .process-section { background: var(--bg); }
    .process-connector { height:2px; background: rgba(30, 187, 215,.2); position:relative; overflow:hidden; flex:1; margin: 0 -1px; }
    .process-line-fill { position:absolute; inset:0; background: linear-gradient(90deg, #1EBBD7, #3DD4E0); transform-origin:left; transform:scaleX(0); }
    .process-card { background: rgba(13,20,37,.8); border: 1px solid var(--border); border-radius:12px; padding:1.5rem 1.25rem; text-align:center; transition: all .3s; flex:1; min-width:150px; }
    .process-card:hover { border-color:rgba(30, 187, 215,.6); transform:rotate(-1deg) translateY(-4px); box-shadow:0 8px 30px rgba(30, 187, 215,.15); }
    .process-num { width:36px; height:36px; border-radius:50%; background: linear-gradient(135deg,#1EBBD7,#3DD4E0); display:flex; align-items:center; justify-content:center;  font-size:.9rem; margin:0 auto .75rem; }

    /* Metric cards */
    .metric-card { background: rgba(13,20,37,.9); border: 1px solid rgba(30, 187, 215,.25); border-radius:16px; padding:2.5rem 2rem; text-align:center; position:relative; overflow:hidden; }
    .metric-card::after { content:''; position:absolute; bottom:0; left:50%; transform:translateX(-50%); width:60%; height:2px; background: linear-gradient(90deg, transparent,#1EBBD7,transparent); }
    .metric-num { font-size:3.5rem;  background: linear-gradient(135deg,#3DD4E0,#1EBBD7); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; line-height:1; }

    /* CTA */
    .cta-section { background: linear-gradient(135deg, rgba(30, 187, 215,.08) 0%, rgba(5,10,20,1) 50%, rgba(22, 153, 168,.08) 100%); border-top: 1px solid rgba(30, 187, 215,.15); border-bottom: 1px solid rgba(30, 187, 215,.15); position:relative; overflow:hidden; }
    .cta-section::before { content:''; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:800px; height:800px; background: radial-gradient(circle, rgba(30, 187, 215,.08) 0%, transparent 70%); pointer-events:none; }

    /* Form */
    .form-input { width:100%; background:rgba(13,20,37,.8); border: 1px solid rgba(30, 187, 215,.25); border-radius:8px; padding:.75rem 1rem; color:#fff;  font-size:.9rem; outline:none; transition: border-color .3s, box-shadow .3s; }
    .form-input:focus { border-color:var(--color-primary); box-shadow:0 0 0 3px rgba(30, 187, 215,.15); }
    .form-input::placeholder { color:var(--muted); }
    select.form-input option { background:#0D1425; }

    /* Footer */
    footer { background:var(--bg2); border-top:1px solid rgba(30, 187, 215,.15); }
    .footer-link { color:var(--muted); font-size:.875rem; transition:color .3s; }
    .footer-link:hover { color:var(--color-primary); }

    /* Particle dots */
    .particle { position:absolute; width:2px; height:2px; border-radius:50%; background:#1EBBD7; animation: particleDrift linear infinite; }
    @keyframes particleDrift {
      0%   { transform: translateY(0) translateX(0); ; }
      10%  { opacity:1; }
      90%  { opacity:1; }
      100% { transform: translateY(-100vh) translateX(30px); ; }
    }

    /* Mobile nav toggle */
    .mobile-nav { display:none; }
    @media(max-width:768px) {
      .desktop-nav { display:none; }
      .mobile-nav  { display:block; }
      .mobile-menu { display:none; flex-direction:column; gap:.5rem; padding:1rem 1.5rem; background:rgba(5,10,20,.98); border-top:1px solid var(--border); }
      .mobile-menu.open { display:flex; }
    }

/* Navigation */
        .nav-link {
            position: relative;
            color: rgba(255, 255, 255, 0.6);
            transition: color 0.3s ease;
        }

        .dropdown-menu {
            position: absolute;
            top: 100%;
            left: 0;
            min-width: 220px;
            background: rgba(13, 13, 13, 0.95);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 8px;
            padding: 8px 0;
            ;
            visibility: hidden;
            transform: translateY(-10px);
            transition: all 0.3s ease;
            z-index: 100;
        }

.mobile-menu {
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(100%);
}
.mobile-dropdown-content {
    display: none;
}
.mobile-dropdown.active .mobile-dropdown-content {
    display: flex;
}
/* --- MERGED FROM training.css --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      --#1EBBD7: #1EBBD7;
      --#1EBBD7-light: #3DD4E0;
      --#1EBBD7-dark: #1699A8;
      --#1EBBD7-deeper: #0D7377;
      --bg: #0A0A0A;
    }

    html { scroll-behavior: smooth; }

    body {

      background: var(--bg);
      color: #E2E8F0;
      overflow-x: hidden;
    }

    /* ===== NAV ===== */
    nav {
      position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
      padding: 1rem 0;
      transition: background 0.4s, backdrop-filter 0.4s, border-color 0.4s;
    }
    nav.scrolled {
      background: rgba(5,10,20,0.85);
      backdrop-filter: blur(20px);
      border-bottom: 1px solid rgba(30, 187, 215,0.2);
    }
    .nav-link {
      color: #94A3B8;
      font-size: 0.85rem;

      text-decoration: none;
      transition: color 0.3s;
      letter-spacing: 0.02em;
    }
    .nav-link:hover, .nav-link.active { color: #fff; }
    .nav-link.active { color: #1EBBD7; }
    .nav-cta {
      background: #1EBBD7;
      color: #fff;
      padding: 0.5rem 1.25rem;
      border-radius: 50px;
      font-size: 0.85rem;

      text-decoration: none;
      transition: box-shadow 0.3s, transform 0.3s;
    }
    .nav-cta:hover {
      box-shadow: 0 0 20px rgba(30, 187, 215,0.5);
      transform: translateY(-1px);
    }

    /* ===== HAMBURGER ===== */
    .hamburger { display:none; flex-direction:column; gap:5px; cursor:pointer; }
    .hamburger span { width:24px; height:2px; background:#94A3B8; border-radius:2px; transition:all 0.3s; }
    #mobile-menu { display:none; }

    @media(max-width:1023px){
      .hamburger { display:flex; }
      #mobile-menu { display:none; }
      #mobile-menu.open { display:flex; flex-direction:column; gap:0.75rem; padding:1rem 1.5rem 1.5rem; background:rgba(5,10,20,0.97); border-bottom:1px solid rgba(30, 187, 215,0.2); }
    }

    /* ===== HERO ===== */
    .hero-section {
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      overflow: hidden;
      padding: 8rem 1.5rem 4rem;
    }

    /* Canvas for particle network */
    #particle-canvas {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
    }

    /* Grid overlay */
    .hero-grid {
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(30, 187, 215,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(30, 187, 215,0.04) 1px, transparent 1px);
      background-size: 60px 60px;
      z-index: 1;
    }

    /* Radial glow */
    .hero-glow {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 700px;
      height: 700px;
      background: radial-gradient(circle, rgba(30, 187, 215,0.15) 0%, transparent 70%);
      z-index: 1;
      pointer-events: none;
    }

    /* ===== FLOATING BADGES ===== */
    .float-badge {
      position: absolute;
      z-index: 2;
      background: rgba(15,20,40,0.85);
      border: 1px solid rgba(30, 187, 215,0.4);
      border-radius: 50px;
      padding: 0.4rem 1rem;
      font-size: 0.75rem;

      color: #1EBBD7;
      backdrop-filter: blur(12px);
      white-space: nowrap;
      box-shadow: 0 0 15px rgba(30, 187, 215,0.15);
      animation: floatBadge var(--dur, 4s) ease-in-out infinite;
      animation-delay: var(--delay, 0s);
    }

    @keyframes floatBadge {
      0%, 100% { transform: translateY(0px) rotate(var(--rot, 0deg)); }
      50%       { transform: translateY(var(--lift, -14px)) rotate(var(--rot, 0deg)); }
    }

    /* Badge positions */
    .badge-html   { top: 15%; left: 6%;  --dur:3.8s; --delay:0s;    --lift:-12px; --rot:-3deg; }
    .badge-css    { top: 25%; right:7%;  --dur:4.2s; --delay:0.5s;  --lift:-16px; --rot:2deg; }
    .badge-js     { top: 55%; left: 4%;  --dur:5s;   --delay:0.8s;  --lift:-10px; --rot:-2deg; }
    .badge-react  { top: 72%; right:6%;  --dur:4.5s; --delay:1.2s;  --lift:-14px; --rot:3deg; }
    .badge-python { top: 38%; left: 10%; --dur:3.6s; --delay:0.3s;  --lift:-18px; --rot:-4deg; }
    .badge-uiux   { top: 18%; right:14%; --dur:4.8s; --delay:0.9s;  --lift:-12px; --rot:2deg; }
    .badge-seo    { top: 80%; left: 12%; --dur:4.1s; --delay:1.5s;  --lift:-15px; --rot:-1deg; }
    .badge-mktg   { top: 65%; right:11%; --dur:3.9s; --delay:0.6s;  --lift:-11px; --rot:4deg; }
    .badge-figma  { top: 85%; left: 45%; --dur:5.2s; --delay:0.2s;  --lift:-13px; --rot:-2deg; }
    .badge-node   { top: 10%; left: 40%; --dur:4.0s; --delay:1.0s;  --lift:-17px; --rot:1deg; }

    /* ===== HERO CONTENT ===== */
    .hero-content { position: relative; z-index: 3; text-align: center; max-width: 800px; }

    .hero-tag {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      background: rgba(30, 187, 215,0.15);
      border: 1px solid rgba(30, 187, 215,0.4);
      border-radius: 50px;
      padding: 0.4rem 1.2rem;
      font-size: 0.8rem;

      color: #1EBBD7;
      margin-bottom: 1.5rem;
      letter-spacing: 0.06em;
      text-transform: uppercase;
    }

    .hero-title {
      font-size: clamp(2.4rem, 6vw, 4.5rem);

      line-height: 1.1;
      letter-spacing: -0.03em;
      margin-bottom: 1.5rem;
      color: #fff;
    }
    .hero-title span {
      background: linear-gradient(135deg, #1EBBD7 0%, #3DD4E0 50%, #1EBBD7 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .hero-sub {
      font-size: 1.1rem;
      color: #94A3B8;
      line-height: 1.7;
      margin-bottom: 2.5rem;
      max-width: 560px;
      margin-left: auto;
      margin-right: auto;
    }

    .hero-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-bottom: 3.5rem; }

    .btn-primary {
      background: linear-gradient(135deg, #1EBBD7 0%, #1699A8 100%);
      color: #fff;
      padding: 0.85rem 2rem;
      border-radius: 50px;

      font-size: 0.95rem;
      text-decoration: none;
      border: none;
      cursor: pointer;
      transition: box-shadow 0.3s, transform 0.3s;
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
    }
    .btn-primary:hover {
      box-shadow: 0 0 30px rgba(30, 187, 215,0.55), 0 0 60px rgba(30, 187, 215,0.2);
      transform: translateY(-2px);
    }

    .btn-outline {
      background: transparent;
      color: #fff;
      padding: 0.85rem 2rem;
      border-radius: 50px;

      font-size: 0.95rem;
      text-decoration: none;
      border: 1px solid rgba(255,255,255,0.2);
      cursor: pointer;
      transition: border-color 0.3s, color 0.3s, background 0.3s;
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
    }
    .btn-outline:hover {
      border-color: #1EBBD7;
      color: #1EBBD7;
      background: rgba(30, 187, 215,0.08);
    }

    /* Hero stats */
    .hero-stats {
      display: flex;
      justify-content: center;
      gap: 2.5rem;
      flex-wrap: wrap;
    }
    .hero-stat { text-align: center; }
    .hero-stat-val {
      font-size: 1.6rem;

      color: #fff;
      display: block;
      line-height: 1.1;
    }
    .hero-stat-val span { color: #1EBBD7; }
    .hero-stat-lbl {
      font-size: 0.72rem;
      color: #64748B;

      text-transform: uppercase;
      letter-spacing: 0.08em;
    }
    .stat-div {
      width: 1px;
      background: rgba(30, 187, 215,0.25);
      align-self: stretch;
    }

    /* ===== SECTION STYLES ===== */
    section { padding: 6rem 1.5rem; }

    .section-label {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      background: rgba(30, 187, 215,0.1);
      border: 1px solid rgba(30, 187, 215,0.3);
      border-radius: 50px;
      padding: 0.35rem 1rem;
      font-size: 0.75rem;

      color: #1EBBD7;
      letter-spacing: 0.07em;
      text-transform: uppercase;
      margin-bottom: 1rem;
    }

    .section-title {
      font-size: clamp(1.8rem, 4vw, 2.8rem);

      color: #fff;
      line-height: 1.15;
      letter-spacing: -0.025em;
    }
    .section-title span {
      background: linear-gradient(135deg, #1EBBD7, #3DD4E0);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .section-sub {
      font-size: 1rem;
      color: #64748B;
      line-height: 1.7;
      margin-top: 0.75rem;
      max-width: 580px;
    }

    /* ===== COURSE CARDS ===== */
    .course-card {
      background: rgba(15,20,40,0.7);
      border: 1px solid rgba(30, 187, 215,0.12);
      border-radius: 20px;
      padding: 2rem;
      position: relative;
      overflow: hidden;
      cursor: pointer;
      transition: border-color 0.3s, box-shadow 0.4s;
      transform-style: preserve-3d;
      perspective: 1000px;
    }

    .course-card::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 3px;
      background: linear-gradient(90deg, #1EBBD7, #3DD4E0, #1EBBD7);
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.4s;
      border-radius: 20px 20px 0 0;
    }

    .course-card:hover { border-color: rgba(30, 187, 215,0.4); box-shadow: 0 0 40px rgba(30, 187, 215,0.18); }
    .course-card:hover::before { transform: scaleX(1); }

    .course-icon-wrap {
      width: 52px; height: 52px;
      background: rgba(30, 187, 215,0.15);
      border-radius: 14px;
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 1.25rem;
      color: #1EBBD7;
      transition: background 0.3s;
    }
    .course-card:hover .course-icon-wrap { background: rgba(30, 187, 215,0.3); }

    .diff-badge {
      display: inline-block;
      padding: 0.2rem 0.65rem;
      border-radius: 50px;
      font-size: 0.65rem;

      letter-spacing: 0.06em;
      text-transform: uppercase;
    }
    .diff-beginner   { background: rgba(34,197,94,0.15);  color:#4ADE80; border:1px solid rgba(34,197,94,0.3); }
    .diff-intermediate { background: rgba(234,179,8,0.15); color:#FACC15; border:1px solid rgba(234,179,8,0.3); }
    .diff-advanced   { background: rgba(239,68,68,0.15);  color:#F87171; border:1px solid rgba(239,68,68,0.3); }

    .course-progress-bar {
      background: rgba(30, 187, 215,0.1);
      border-radius: 50px;
      height: 5px;
      overflow: hidden;
      margin: 1rem 0 0.5rem;
    }
    .course-progress-fill {
      height: 100%;
      background: linear-gradient(90deg, #1EBBD7, #3DD4E0);
      border-radius: 50px;
      transition: width 1s ease;
    }

    /* ===== ACCORDION ===== */
    .accordion-item {
      border: 1px solid rgba(30, 187, 215,0.12);
      border-radius: 14px;
      overflow: hidden;
      margin-bottom: 0.75rem;
      background: rgba(15,20,40,0.5);
      transition: border-color 0.3s;
    }
    .accordion-item.open { border-color: rgba(30, 187, 215,0.4); }

    .accordion-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 1.25rem 1.5rem;
      cursor: pointer;
      user-select: none;
    }
    .accordion-title {

      font-size: 1rem;
      color: #fff;
      display: flex; align-items: center; gap: 0.75rem;
    }
    .accordion-title .mod-num {
      width: 28px; height: 28px;
      background: rgba(30, 187, 215,0.2);
      border-radius: 8px;
      display:flex; align-items:center; justify-content:center;
      font-size:0.75rem; 
      color: #1EBBD7;
      flex-shrink: 0;
    }
    .accordion-arrow {
      width: 28px; height: 28px;
      border-radius: 50%;
      background: rgba(30, 187, 215,0.1);
      display:flex; align-items:center; justify-content:center;
      color: #1EBBD7;
      transition: transform 0.35s, background 0.3s;
      flex-shrink: 0;
    }
    .accordion-item.open .accordion-arrow { transform: rotate(180deg); background: rgba(30, 187, 215,0.3); }

    .accordion-body { height: 0; overflow: hidden; }
    .accordion-body-inner {
      padding: 0 1.5rem 1.25rem;
      border-top: 1px solid rgba(30, 187, 215,0.1);
      padding-top: 1rem;
    }
    .accordion-body-inner ul { list-style: none; }
    .accordion-body-inner ul li {
      display: flex; align-items: flex-start; gap: 0.6rem;
      padding: 0.45rem 0;
      font-size: 0.9rem;
      color: #94A3B8;
      border-bottom: 1px solid rgba(255,255,255,0.04);
    }
    .accordion-body-inner ul li:last-child { border-bottom: none; }
    .check-icon { color: #1EBBD7; flex-shrink:0; margin-top:2px; }

    /* ===== TRAINERS ===== */
    .trainer-card {
      background: rgba(15,20,40,0.6);
      border: 1px solid rgba(30, 187, 215,0.12);
      border-radius: 24px;
      padding: 2.5rem 2rem;
      text-align: center;
      transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
      backdrop-filter: blur(10px);
    }
    .trainer-card:hover {
      border-color: rgba(30, 187, 215,0.4);
      box-shadow: 0 20px 60px rgba(30, 187, 215,0.15);
      transform: translateY(-6px);
    }

    .trainer-photo {
      width: 100px; height: 100px;
      border-radius: 50%;
      object-fit: cover;
      border: 3px solid rgba(30, 187, 215,0.5);
      box-shadow: 0 0 25px rgba(30, 187, 215,0.3);
      margin: 0 auto 1.25rem;
      display: block;
    }

    .stars { color: #FACC15; font-size: 0.9rem; letter-spacing: 2px; margin-top: 0.5rem; }

    .trainer-badge {
      display:inline-flex; align-items:center; gap:0.35rem;
      background: rgba(30, 187, 215,0.12);
      border: 1px solid rgba(30, 187, 215,0.25);
      border-radius: 50px;
      padding: 0.25rem 0.75rem;
      font-size: 0.7rem;

      color: #1EBBD7;
      margin-top: 0.75rem;
    }

    /* ===== LEARNING JOURNEY ===== */
    .journey-section { position:relative; }

    .journey-track {
      position: relative;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-top: 4rem;
      padding: 0 2rem;
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
    }

    .journey-line-bg {
      position: absolute;
      top: 40px;
      left: 80px;
      right: 80px;
      height: 2px;
      background: rgba(30, 187, 215,0.15);
      z-index: 0;
    }

    .journey-line-fill {
      position: absolute;
      top: 40px;
      left: 80px;
      width: 0%;
      height: 2px;
      background: linear-gradient(90deg, #1EBBD7, #3DD4E0);
      z-index: 1;
      transform-origin: left;
      box-shadow: 0 0 10px rgba(30, 187, 215,0.6);
    }

    .journey-step {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      flex: 1;
      z-index: 2;
      position: relative;
    }

    .journey-icon {
      width: 80px; height: 80px;
      border-radius: 50%;
      background: rgba(15,20,40,0.9);
      border: 2px solid rgba(30, 187, 215,0.3);
      display: flex; align-items:center; justify-content:center;
      color: #1EBBD7;
      font-size: 1.5rem;
      margin-bottom: 1rem;
      transition: border-color 0.4s, box-shadow 0.4s;
      position: relative;
    }
    .journey-icon.active {
      border-color: #1EBBD7;
      box-shadow: 0 0 25px rgba(30, 187, 215,0.45);
      background: rgba(30, 187, 215,0.15);
    }

    .journey-stage {
      font-size: 0.65rem;

      text-transform: uppercase;
      letter-spacing: 0.1em;
      color: #1EBBD7;
      margin-bottom: 0.3rem;
    }
    .journey-title { font-size: 0.9rem;  color:#fff; margin-bottom:0.35rem; }
    .journey-desc  { font-size: 0.75rem; color:#64748B; line-height:1.5; max-width:120px; }

    /* ===== STATS ===== */
    .stat-card {
      background: rgba(30, 187, 215,0.06);
      border: 1px solid rgba(30, 187, 215,0.18);
      border-radius: 20px;
      padding: 2.5rem 2rem;
      text-align: center;
      transition: border-color 0.3s, box-shadow 0.3s;
    }
    .stat-card:hover {
      border-color: rgba(30, 187, 215,0.4);
      box-shadow: 0 0 40px rgba(30, 187, 215,0.15);
    }

    .stat-number {
      font-size: 3rem;

      line-height: 1;
      background: linear-gradient(135deg, #fff 30%, #1EBBD7);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      margin-bottom: 0.5rem;
    }

    .stat-icon-wrap {
      width: 48px; height: 48px;
      border-radius: 14px;
      background: rgba(30, 187, 215,0.15);
      display:flex; align-items:center; justify-content:center;
      color: #1EBBD7;
      margin: 0 auto 1rem;
    }

    /* ===== CTA ===== */
    .cta-section {
      background: linear-gradient(135deg, #0D0F2E 0%, #0D7377 50%, #0D0F2E 100%);
      position: relative;
      overflow: hidden;
    }
    .cta-section::before {
      content: '';
      position: absolute;
      top: -40%; left: 50%;
      transform: translateX(-50%);
      width: 600px; height: 600px;
      background: radial-gradient(circle, rgba(30, 187, 215,0.2) 0%, transparent 65%);
      pointer-events: none;
    }

    .cta-cert {
      display: inline-flex;
      align-items: center;
      gap: 0.75rem;
      background: rgba(30, 187, 215,0.1);
      border: 1px solid rgba(30, 187, 215,0.3);
      border-radius: 16px;
      padding: 0.75rem 1.25rem;
      font-size: 0.85rem;

      color: #C7D2FE;
      margin-bottom: 1.5rem;
    }

    /* ===== FOOTER ===== */
    footer {
      background: #020710;
      border-top: 1px solid rgba(30, 187, 215,0.12);
      padding: 3.5rem 1.5rem 2rem;
    }

    .footer-logo img { height: 36px; object-fit: contain; }
    .footer-link { color: #475569; font-size: 0.85rem; text-decoration:none; transition:color 0.3s; }
    .footer-link:hover { color: #1EBBD7; }
    .footer-social {
      width:36px; height:36px; border-radius:50%;
      background: rgba(30, 187, 215,0.08);
      border: 1px solid rgba(30, 187, 215,0.2);
      display:flex; align-items:center; justify-content:center;
      color:#64748B; transition:all 0.3s;
      cursor:pointer;
    }
    .footer-social:hover { background:rgba(30, 187, 215,0.2); color: #1EBBD7; border-color:rgba(30, 187, 215,0.5); }

    /* ===== UTILS ===== */
    .glass-card {
      background: rgba(15,20,40,0.6);
      backdrop-filter: blur(12px);
      border: 1px solid rgba(30, 187, 215,0.15);
      border-radius: 20px;
    }

    .#1EBBD7-text {
      background: linear-gradient(135deg, #1EBBD7, #3DD4E0);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    /* Invisible to start for GSAP */
    .gsap-hidden { /* Handled by GSAP from() */ }

    /* Responsive journey */
    @media(max-width:640px) {
      .journey-track { flex-direction:column; align-items:center; gap:2rem; padding:0; }
      .journey-line-bg, .journey-line-fill { display:none; }
    }

/* Navigation */
        .nav-link {
            position: relative;
            color: rgba(255, 255, 255, 0.6);
            transition: color 0.3s ease;
        }

        .dropdown-menu {
            position: absolute;
            top: 100%;
            left: 0;
            min-width: 220px;
            background: rgba(13, 13, 13, 0.95);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 8px;
            padding: 8px 0;
            ;
            visibility: hidden;
            transform: translateY(-10px);
            transition: all 0.3s ease;
            z-index: 100;
        }

.mobile-menu {
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(100%);
}
.mobile-dropdown-content {
    display: none;
}
.mobile-dropdown.active .mobile-dropdown-content {
    display: flex;
}
/* --- MERGED FROM web-development.css --- */
:root {
      --cyan: #1EBBD7;
      --cyan-dim: rgba(30,187,215,0.15);
      --cyan-glow: rgba(30,187,215,0.35);
      --bg: #0A0A0A;
      --surface: rgba(255,255,255,0.04);
      --border: rgba(30,187,215,0.2);
    }

    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    html { scroll-behavior: smooth; }

    body {

      background-color: var(--bg);
      color: #e2e8f0;
      overflow-x: hidden;
    }

    /* ── MATRIX RAIN ── */
    .matrix-canvas {
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      pointer-events: none;
      .18;
      z-index: 0;
    }

    /* ── GLOW ORBS ── */
    .orb {
      position: absolute;
      border-radius: 50%;
      filter: blur(80px);
      pointer-events: none;
    }
    .orb-1 {
      width: 520px; height: 520px;
      background: radial-gradient(circle, rgba(30,187,215,0.22) 0%, transparent 70%);
      top: -120px; right: -80px;
      animation: orbFloat1 8s ease-in-out infinite alternate;
    }
    .orb-2 {
      width: 380px; height: 380px;
      background: radial-gradient(circle, rgba(30,187,215,0.14) 0%, transparent 70%);
      bottom: 60px; left: -60px;
      animation: orbFloat2 10s ease-in-out infinite alternate;
    }
    @keyframes orbFloat1 { 0%{transform:translate(0,0) scale(1)} 100%{transform:translate(-30px,40px) scale(1.08)} }
    @keyframes orbFloat2 { 0%{transform:translate(0,0) scale(1)} 100%{transform:translate(40px,-30px) scale(1.1)} }

    /* ── GRADIENT TEXT ── */
    .grad-text {
      background: linear-gradient(135deg, #1EBBD7 0%, #1699A8 50%, #1EBBD7 100%);
      background-size: 200% 200%;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      animation: gradShift 4s ease infinite;
    }
    @keyframes gradShift {
      0%{background-position:0% 50%} 50%{background-position:100% 50%} 100%{background-position:0% 50%}
    }

    /* ── BROWSER SVG MOCKUP ── */
    .browser-wrap {
      position: relative;
      width: 100%;
      max-width: 520px;
      filter: drop-shadow(0 0 40px rgba(30,187,215,0.4));
    }
    .browser-window {
      background: rgba(10,20,40,0.95);
      border: 1.5px solid rgba(30,187,215,0.35);
      border-radius: 14px;
      overflow: hidden;
    }
    .browser-bar {
      background: rgba(30,187,215,0.1);
      padding: 10px 16px;
      display: flex;
      align-items: center;
      gap: 8px;
      border-bottom: 1px solid rgba(30,187,215,0.2);
    }
    .dot { width:10px;height:10px;border-radius:50%; }
    .dot-r{background:#ff5f57;} .dot-y{background:#ffbd2e;} .dot-g{background:#28ca42;}
    .browser-url {
      flex:1; background:rgba(30,187,215,0.08); border:1px solid rgba(30,187,215,0.2);
      border-radius:6px; padding:4px 10px; 
      font-size:11px; color:rgba(30,187,215,0.7);
    }
    .browser-body {
      padding: 20px 22px;
      min-height: 260px;

      font-size: 12.5px;
      line-height: 1.9;
    }
    .code-line { ; white-space: nowrap; overflow: hidden; }
    .code-line.visible { opacity: 1; animation: typeIn 0.5s ease forwards; }
    @keyframes typeIn {
      from { max-width: 0; ; } to { max-width: 100%; opacity:1; }
    }
    .kw { color: #1699A8; }
    .fn { color: var(--color-primary); }
    .str { color: var(--color-primary); }
    .cm { color: #475569; }
    .cursor {
      display: inline-block; width: 2px; height: 14px;
      background: #1EBBD7; margin-left: 2px; vertical-align: middle;
      animation: blink 0.85s step-start infinite;
    }
    @keyframes blink { 0%,100%{opacity:1} 50%{} }

    /* ── FLOATING BADGES ── */
    .float-badge {
      position: absolute;
      background: rgba(10,20,40,0.92);
      border: 1px solid rgba(30,187,215,0.45);
      border-radius: 50px;
      padding: 7px 15px;
      font-size: 12px;

      color: var(--color-primary);
      backdrop-filter: blur(12px);
      box-shadow: 0 0 20px rgba(30,187,215,0.2);
      white-space: nowrap;
    }
    .badge-react  { top: -18px; left: 50%;  animation: floatA 4s ease-in-out infinite; }
    .badge-node   { right: -60px; top: 40%; animation: floatB 5s ease-in-out infinite; }
    .badge-php    { bottom: 10px; left: -30px; animation: floatC 4.5s ease-in-out infinite; }
    .badge-vue    { top: 30%;   left: -70px; animation: floatD 3.8s ease-in-out infinite; }
    @keyframes floatA { 0%,100%{transform:translateY(0) rotate(-2deg)} 50%{transform:translateY(-12px) rotate(2deg)} }
    @keyframes floatB { 0%,100%{transform:translateX(0) rotate(1deg)} 50%{transform:translateX(10px) rotate(-1deg)} }
    @keyframes floatC { 0%,100%{transform:translateY(0) rotate(2deg)} 50%{transform:translateY(10px) rotate(-2deg)} }
    @keyframes floatD { 0%,100%{transform:translateX(0) rotate(-1deg)} 50%{transform:translateX(-10px) rotate(1deg)} }

    /* ── GLASSMORPHISM CARDS ── */
    .glass-card {
      background: rgba(255,255,255,0.04);
      border: 1px solid rgba(30,187,215,0.18);
      backdrop-filter: blur(20px);
      border-radius: 18px;
      transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
    }
    .glass-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 0 40px rgba(30,187,215,0.25), 0 20px 60px rgba(0,0,0,0.5);
      border-color: rgba(30,187,215,0.5);
    }
    .glass-card-featured {
      background: linear-gradient(145deg, rgba(30,187,215,0.08), rgba(30,187,215,0.03));
      border: 1px solid rgba(30,187,215,0.3);
    }

    /* ── TICKER ── */
    .ticker-outer {
      overflow: hidden;
      -webkit-mask: linear-gradient(90deg, transparent 0%, black 12%, black 88%, transparent 100%);
      mask: linear-gradient(90deg, transparent 0%, black 12%, black 88%, transparent 100%);
    }
    .ticker-track {
      display: flex;
      gap: 14px;
      width: max-content;
      animation: tickerScroll 30s linear infinite;
    }
    .ticker-track:hover { animation-play-state: paused; }
    @keyframes tickerScroll {
      0%   { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }
    .tech-pill {
      background: rgba(30,187,215,0.07);
      border: 1px solid rgba(30,187,215,0.28);
      border-radius: 50px;
      padding: 9px 20px;
      font-size: 13px;

      color: var(--color-primary);
      white-space: nowrap;
      display: flex;
      align-items: center;
      gap: 8px;
      transition: all 0.3s;
    }
    .tech-pill:hover {
      background: rgba(30,187,215,0.18);
      box-shadow: 0 0 20px rgba(30,187,215,0.3);
    }

    /* ── TIMELINE ── */
    .timeline-line {
      position: absolute;
      left: 23px;
      top: 0;
      width: 2px;
      height: 100%;
      background: rgba(30,187,215,0.15);
      border-radius: 2px;
      overflow: hidden;
    }
    .timeline-line-fill {
      width: 100%;
      height: 0%;
      background: linear-gradient(180deg, #1EBBD7, #1699A8);
      border-radius: 2px;
      box-shadow: 0 0 12px rgba(30,187,215,0.6);
    }
    .timeline-dot {
      width: 48px; height: 48px;
      border-radius: 50%;
      background: rgba(30,187,215,0.12);
      border: 2px solid rgba(30,187,215,0.4);
      display: flex; align-items: center; justify-content: center;

       font-size: 14px;
      color: var(--color-primary);
      box-shadow: 0 0 20px rgba(30,187,215,0.2);
      flex-shrink: 0;
      z-index: 1;
    }

    /* ── COUNTER ── */
    .counter-num {
      font-size: clamp(2.5rem, 5vw, 4rem);

      background: linear-gradient(135deg, #1EBBD7, #1699A8);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      line-height: 1;
    }

    /* ── DROPDOWN ── */
    .dropdown { position: relative; }
    .dropdown-menu {
      display: none;
      position: absolute;
      top: calc(100% + 10px);
      left: 50%;
      transform: translateX(-50%);
      min-width: 200px;
      background: rgba(5,10,20,0.97);
      border: 1px solid rgba(30,187,215,0.25);
      border-radius: 12px;
      padding: 8px;
      backdrop-filter: blur(20px);
      z-index: 1000;
      box-shadow: 0 20px 60px rgba(0,0,0,0.7);
    }
    .dropdown:hover .dropdown-menu { display: block; }
    .dropdown-item {
      display: block;
      padding: 9px 14px;
      color: rgba(255,255,255,0.7);
      font-size: 13px;

      border-radius: 8px;
      text-decoration: none;
      transition: all 0.2s;
    }
    .dropdown-item:hover { color: var(--color-primary); background: rgba(30,187,215,0.1); }
    .dropdown-item.active { color: var(--color-primary); }

    /* ── BUTTONS ── */
    .btn-primary {
      background: linear-gradient(135deg, #1EBBD7, #0e8fa8);
      color: white;
      border-radius: 50px;
      padding: 14px 30px;

      font-size: 15px;
      border: none;
      cursor: pointer;
      transition: all 0.3s;
      box-shadow: 0 0 30px rgba(30,187,215,0.35);
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }
    .btn-primary:hover {
      transform: translateY(-3px);
      box-shadow: 0 0 50px rgba(30,187,215,0.55);
    }
    .btn-outline {
      background: transparent;
      color: var(--color-primary);
      border: 1.5px solid rgba(30,187,215,0.5);
      border-radius: 50px;
      padding: 13px 30px;

      font-size: 15px;
      cursor: pointer;
      transition: all 0.3s;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }
    .btn-outline:hover {
      background: rgba(30,187,215,0.1);
      border-color: var(--color-primary);
      transform: translateY(-3px);
      box-shadow: 0 0 30px rgba(30,187,215,0.2);
    }

    /* ── CARD ICON ── */
    .card-icon {
      width: 56px; height: 56px;
      background: rgba(30,187,215,0.12);
      border: 1px solid rgba(30,187,215,0.3);
      border-radius: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--color-primary);
      flex-shrink: 0;
    }

    /* ── STATS HERO ROW ── */
    .stat-divider {
      width: 1px;
      height: 40px;
      background: rgba(30,187,215,0.2);
    }

    /* ── SECTION LABEL ── */
    .sec-label {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(30,187,215,0.1);
      border: 1px solid rgba(30,187,215,0.3);
      border-radius: 50px;
      padding: 6px 16px;
      font-size: 12px;

      color: var(--color-primary);
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    /* ── CTA ── */
    .cta-bg {
      background: linear-gradient(135deg,
        rgba(30,187,215,0.08) 0%,
        rgba(22, 153, 168,0.05) 50%,
        rgba(30,187,215,0.08) 100%
      );
      border: 1px solid rgba(30,187,215,0.2);
    }

    /* ── PROJECT CARD ── */
    .project-metric {
      background: rgba(30,187,215,0.08);
      border: 1px solid rgba(30,187,215,0.2);
      border-radius: 10px;
      padding: 10px 14px;
    }

    /* ── FOOTER ── */
    .footer-link {
      color: rgba(255,255,255,0.5);
      font-size: 14px;
      text-decoration: none;
      transition: color 0.3s;
      display: block;
      margin-bottom: 10px;
    }
    .footer-link:hover { color: var(--color-primary); }

    /* ── SCROLL PROGRESS ── */
    .scroll-progress {
      position: fixed;
      top: 0; left: 0;
      height: 2px;
      background: linear-gradient(90deg, #1EBBD7, #1699A8);
      z-index: 9999;
      box-shadow: 0 0 8px #1EBBD7;
      transform-origin: left;
    }

    /* hidden for animation */
    .anim-hidden { /* Handled by GSAP */ }

        .dropdown-menu {
            position: absolute;
            top: 100%;
            left: 0;
            min-width: 220px;
            background: rgba(13, 13, 13, 0.95);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 8px;
            padding: 8px 0;
            ;
            visibility: hidden;
            transform: translateY(-10px);
            transition: all 0.3s ease;
            z-index: 100;
        }

.mobile-menu {
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(100%);
}
.mobile-dropdown-content {
    display: none;
}
.mobile-dropdown.active .mobile-dropdown-content {
    display: flex;
}

