/* ================================================================
   Grows Media – Performance Marketing Agency
   style.css  |  Full Design System
   ================================================================ */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;700&display=swap');

   
.nav-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--text-white);
}

/* Logo Image Bigger */
.logo-icon img {
  height: 30px;     /* Logo bigger than text */
  width: auto;
  display: block;

}

/* Logo Text */
.logo-text {
font-family: 'Outfit', sans-serif;


  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  position: relative;
  top: 5px;   /* Text thoda niche */
  right: 10px;
  letter-spacing: 1px;
}

.logo-text span {
  color: var(--green);
}





*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      --bg-deep:   #0b0f1a;
      --bg-card:   #111827;
      --bg-card2:  #131c2e;
      --bg-nav:    rgba(11,15,26,0.85);
      --green:     #39ff6b;
      --green-dim: #2cd65a;
      --green-dark:#1a7a38;
      --green-glow:rgba(57,255,107,0.25);
      --blue-card: #1a2540;
      --blue-card2:#1e2d4a;
      --purple-card:#1e1b40;
      --text-white: #ffffff;
      --text-muted: rgba(255,255,255,0.55);
      --text-dim:   rgba(255,255,255,0.38);
      --border:     rgba(255,255,255,0.08);
      --border-green:rgba(57,255,107,0.35);
      --radius-sm:  8px;
      --radius-md:  14px;
      --radius-lg:  20px;
      --radius-xl:  28px;
      --radius-full:999px;
    }

    html { scroll-behavior: smooth; }

    body {
      font-family: sans-serif;
      background: var(--bg-deep);
      color: var(--text-white);
      min-height: 100vh;
      overflow-x: hidden;
      -webkit-font-smoothing: antialiased;
    }

    /* ─── NOISE OVERLAY ─── */
    body::before {
      content: '';
      position: fixed; inset: 0;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
      pointer-events: none; z-index: 0; opacity: .4;
    }

    /* ─── NAV ─── */
    nav {
      position: fixed; top: 0; left: 0; right: 0; z-index: 100;
      display: flex; align-items: center; justify-content: space-around;
      padding: 18px 48px;
      background: var(--bg-nav);
      backdrop-filter: blur(20px);
      border-bottom: 1px solid var(--border);
      animation: fadeDown .6s ease both;
    }

   
    .nav-links {
      display: flex; align-items: center; gap: 36px;
      list-style: none;
    }
    .nav-links a {
      color: rgba(255,255,255,0.7);
      text-decoration: none;
      font-size: 14px; font-weight: 500;
      transition: color .25s;
      letter-spacing: 0.2px;
    }
    .nav-links a:hover { color: var(--text-white); }

    .btn-book-nav {
      background: var(--green);
      color: #000;
      font-family: 'DM Sans', sans-serif;
      font-size: 14px; font-weight: 700;
      padding: 11px 22px;
      border-radius: var(--radius-full);
      border: none; cursor: pointer;
      text-decoration: none;
      transition: background .25s, box-shadow .25s, transform .2s;
      white-space: nowrap;
    }
    .btn-book-nav:hover {
      background: #4dff80;
      box-shadow: 0 0 24px var(--green-glow);
      transform: translateY(-1px);
    }

    .hamburger {
      display: none; flex-direction: column;
      gap: 5px; cursor: pointer; padding: 4px;
    }
    .hamburger span {
      width: 24px; height: 2px;
      background: var(--text-white);
      border-radius: 2px;
      transition: all .3s;
    }
    

    /* ─── HERO ─── */
    .hero {
      min-height: 100vh;
      display: grid;
      grid-template-columns: 1fr 1fr;
      align-items: center;
      padding: 120px 48px 60px;
      gap: 40px;
      position: relative;
      overflow: hidden;
    }

    /* bg glow blobs */
    .hero::after {
      content: '';
      position: absolute;
      width: 600px; height: 600px;
      background: radial-gradient(circle, rgba(57,255,107,0.07) 0%, transparent 70%);
      left: -100px; top: 50%;
      transform: translateY(-50%);
      pointer-events: none;
    }

    /* ─── LEFT COLUMN ─── */
    .hero-left {
      display: flex; flex-direction: column;
      gap: 28px;
      position: relative; z-index: 1;
      animation: fadeUp .8s ease both;
    }

    .badge-agency {
      display: inline-flex; align-items: center; gap: 8px;
      background: rgba(255,255,255,0.06);
      border: 1px solid var(--border);
      border-radius: var(--radius-full);
      padding: 8px 18px;
      font-size: 13px; font-weight: 500;
      width: fit-content;
      color: rgba(255,255,255,0.75);
    }
    .badge-dot {
      width: 8px; height: 8px;
      border-radius: 50%;
      background: var(--green);
      box-shadow: 0 0 8px var(--green);
      animation: pulse 2s ease-in-out infinite;
    }

    .hero-headline {
      font-family:  "Poppins";
      font-size: 5rem;
      font-weight: 900;
      line-height: 1.08;
      letter-spacing: -1.5px;
      color: var(--text-white);
    }
    .hero-headline .green { color: var(--green); }

    .hero-sub {
      font-size: clamp(14px, 1.5vw, 16px);
      color: var(--text-muted);
      line-height: 1.7;
      max-width: 440px;
      font-weight: 400;
    }

    .hero-ctas {
      display: flex; align-items: center; gap: 14px;
      flex-wrap: wrap;
    }

    .btn-primary {
      display: inline-flex; align-items: center; gap: 10px;
      background: var(--green);
      color: #000;
      font-family: 'DM Sans', sans-serif;
      font-size: 15px; font-weight: 700;
      padding: 16px 28px;
      border-radius: var(--radius-full);
      border: none; cursor: pointer;
      text-decoration: none;
      transition: background .25s, box-shadow .25s, transform .2s;
      white-space: nowrap;
    }
    .btn-primary:hover {
      background: #4dff80;
      box-shadow: 0 0 30px rgba(57,255,107,0.4);
      transform: translateY(-2px);
    }
    .btn-arrow { font-size: 16px; transition: transform .25s; }
    .btn-primary:hover .btn-arrow { transform: translateX(4px); }

    .btn-secondary {
      display: inline-flex; align-items: center; gap: 10px;
      background: transparent;
      color: var(--text-white);
      font-family: 'DM Sans', sans-serif;
      font-size: 15px; font-weight: 600;
      padding: 15px 28px;
      border-radius: var(--radius-full);
      border: 1.5px solid rgba(255,255,255,0.25);
      cursor: pointer; text-decoration: none;
      transition: border-color .25s, background .25s, transform .2s;
      white-space: nowrap;
    }
    .btn-secondary:hover {
      border-color: rgba(255,255,255,0.6);
      background: rgba(255,255,255,0.05);
      transform: translateY(-2px);
    }
    .btn-play {
      width: 22px; height: 22px;
      border: 1.5px solid rgba(255,255,255,0.5);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-size: 9px;
    }

    .hero-stats {
      display: flex; align-items: center; gap: 36px;
      padding-top: 8px;
      flex-wrap: wrap;
    }
    /* .stat-item {} */
    .stat-num {
      font-family: "Golos Text", Sans-serif;;
      font-size: clamp(22px, 2.5vw, 28px);
      font-weight: 800;
      letter-spacing: -0.5px;
      color: var(--text-white);
    }
    .stat-num.green { color: var(--green); }
    .stat-label {
      font-size: 13px;
      color: var(--text-muted);
      font-weight: 400;
      margin-top: 2px;
    }
    .stat-star { color: var(--green); }
    .stat-divider {
      width: 1px; height: 36px;
      background: var(--border);
    }

    /* ─── RIGHT COLUMN ─── */
    .hero-right {
      position: relative;
      display: flex; align-items: center; justify-content: center;
      height: 520px;
      z-index: 1;
      animation: fadeUp .9s .15s ease both;
    }

    /* URGENCY BADGE TOP */
    .urgency-badge {
      position: absolute;
      top: 0; left: 50%; transform: translateX(-50%);
      display: flex; align-items: center; gap: 10px;
      background: var(--green);
      color: #000;
      font-size: 13px; font-weight: 700;
      padding: 10px 20px;
      border-radius: var(--radius-full);
      white-space: nowrap;
      box-shadow: 0 0 24px var(--green-glow);
      z-index: 10;
      animation: floatY 3s ease-in-out infinite;
    }
    .urgency-badge .bolt { font-size: 14px; }
    .urgency-close {
      width: 22px; height: 22px;
      background: rgba(0,0,0,0.2);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-size: 11px; cursor: pointer;
      transition: background .2s;
    }
    .urgency-close:hover { background: rgba(0,0,0,0.35); }

    /* ANALYTICS CARD */
    .analytics-card {
      position: absolute;
      top: 80px; left: 50%; transform: translateX(-50%);
      width: min(380px, 95%);
      background: linear-gradient(135deg, #14213d 0%, #1a2a4a 100%);
      border: 1px solid rgba(57,255,107,0.12);
      border-radius: var(--radius-lg);
      padding: 24px;
      box-shadow:
        0 24px 80px rgba(0,0,0,0.5),
        0 0 0 1px rgba(255,255,255,0.04) inset;
      overflow: hidden;
    }
    .analytics-card::before {
      content: '';
      position: absolute; inset: 0;
      background: radial-gradient(ellipse at 80% 20%, rgba(57,255,107,0.04), transparent 60%);
      pointer-events: none;
    }

    .card-titlebar {
      display: flex; align-items: center; gap: 8px;
      margin-bottom: 18px;
    }
    .dot-red   { width: 11px; height: 11px; border-radius: 50%; background: #ff5f57; }
    .dot-yellow{ width: 11px; height: 11px; border-radius: 50%; background: #febc2e; }
    .dot-green { width: 11px; height: 11px; border-radius: 50%; background: #28c840; }
    .card-url {
      font-size: 12px; color: rgba(255,255,255,0.4);
      font-family: 'DM Sans', sans-serif;
      margin-left: 4px;
    }

    /* BAR CHART */
    .bar-chart {
      display: flex; align-items: flex-end; gap: 8px;
      height: 140px; margin-bottom: 20px;
    }
    .bar-wrap {
      flex: 1; display: flex; flex-direction: column;
      align-items: center; justify-content: flex-end; height: 100%;
    }
    .bar {
      width: 100%; border-radius: 5px 5px 0 0;
      position: relative;
      transition: height 1s cubic-bezier(.22,.97,.53,1.05);
    }
    .bar.dim {
      background: linear-gradient(180deg, #2a3a5a 0%, #1e2d4a 100%);
    }
    .bar.bright {
      background: linear-gradient(180deg, var(--green) 0%, #20c95e 100%);
      box-shadow: 0 0 18px rgba(57,255,107,0.35);
    }

    .card-metrics {
      display: flex; justify-content: space-between;
      padding-top: 6px;
      border-top: 1px solid rgba(255,255,255,0.06);
    }
    .metric-label {
      font-size: 12px; color: rgba(255,255,255,0.4);
      margin-bottom: 4px;
    }
    .metric-val {
      font-family: 'Syne', sans-serif;
      font-size: 20px; font-weight: 700;
    }
    .metric-val.green { color: var(--green); }

    /* FLOATING WIDGETS */
    .widget {
      position: absolute;
      background: rgba(17,24,39,0.92);
      backdrop-filter: blur(16px);
      border: 1px solid rgba(255,255,255,0.09);
      border-radius: var(--radius-md);
      display: flex; align-items: center; gap: 12px;
      padding: 12px 16px;
      box-shadow: 0 12px 40px rgba(0,0,0,0.45);
      white-space: nowrap;
      z-index: 5;
    }
    .widget-icon {
      width: 36px; height: 36px;
      border-radius: 9px;
      display: flex; align-items: center; justify-content: center;
      font-size: 16px; flex-shrink: 0;
    }
    .widget-label {
      font-size: 11px; color: var(--text-dim);
      font-weight: 500; text-transform: uppercase; letter-spacing: 0.5px;
    }
    .widget-val {
      font-family: 'Syne', sans-serif;
      font-size: 17px; font-weight: 700;
      line-height: 1;
    }

    /* CTR widget */
    .w-ctr {
      left: -60px; top: 130px;
      animation: floatY 4s 1s ease-in-out infinite;
    }
    .w-ctr .widget-icon { background: #1e2d4a; }
    .w-ctr .widget-val  { color: var(--text-white); }

    /* ROAS widget */
    .w-roas {
      right: -50px; top: 80px;
      animation: floatY 3.5s .5s ease-in-out infinite;
    }
    .w-roas .widget-icon { background: rgba(57,255,107,0.12); border: 1px solid rgba(57,255,107,0.2); }
    .w-roas .widget-val  { color: var(--green); }

    /* Leads widget */
    .w-leads {
      left: -40px; bottom: 60px;
      animation: floatY 4.5s 1.5s ease-in-out infinite;
    }
    .w-leads .widget-icon { background: #2d1f5a; }
    .w-leads .widget-val  { color: var(--text-white); }

    /* ─── SCROLL HINT ─── */
    .scroll-hint {
      position: absolute;
      bottom: 36px; right: 48px;
      display: flex; flex-direction: column;
      align-items: center; gap: 8px;
      color: var(--text-dim);
      font-size: 11px; font-weight: 500;
      letter-spacing: 1.5px; text-transform: uppercase;
      z-index: 1;
    }
    .scroll-arrow {
      width: 24px; height: 24px;
      border: 1.5px solid rgba(255,255,255,0.2);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-size: 11px;
      animation: bounceDown 2s ease-in-out infinite;
    }

    /* ─── CHAT BUBBLE ─── */
    .chat-bubble {
      position: fixed;
      bottom: 28px; right: 28px;
      width: 52px; height: 52px;
      background: var(--green);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-size: 22px;
      cursor: pointer; z-index: 200;
      box-shadow: 0 0 24px var(--green-glow);
      transition: transform .25s, box-shadow .25s;
    }
    .chat-bubble:hover {
      transform: scale(1.1);
      box-shadow: 0 0 36px rgba(57,255,107,0.5);
    }

    /* ─── ANIMATIONS ─── */
    @keyframes fadeDown {
      from { opacity: 0; transform: translateY(-20px); }
      to   { opacity: 1; transform: translateY(0); }
    }
    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(30px); }
      to   { opacity: 1; transform: translateY(0); }
    }
    @keyframes floatY {
      0%, 100% { transform: translateY(0); }
      50%       { transform: translateY(-10px); }
    }
    @keyframes pulse {
      0%, 100% { box-shadow: 0 0 8px var(--green); opacity: 1; }
      50%       { box-shadow: 0 0 16px var(--green); opacity: 0.6; }
    }
    @keyframes bounceDown {
      0%, 100% { transform: translateY(0); }
      50%       { transform: translateY(6px); }
    }
    @keyframes barGrow {
      from { transform: scaleY(0); }
      to   { transform: scaleY(1); }
    }
    @keyframes countUp {
      from { opacity: 0; transform: translateY(8px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    /* bar grow on load */
    .bar { transform-origin: bottom; animation: barGrow .8s cubic-bezier(.22,.97,.53,1.05) both; }
    .bar:nth-child(1) { animation-delay: .4s; }
    .bar:nth-child(2) { animation-delay: .5s; }
    .bar:nth-child(3) { animation-delay: .6s; }
    .bar:nth-child(4) { animation-delay: .7s; }
    .bar:nth-child(5) { animation-delay: .8s; }
    .bar:nth-child(6) { animation-delay: .9s; }
    .bar:nth-child(7) { animation-delay: 1s; }

    /* ─── MOBILE NAV MENU ─── */
.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  top: 70px;
  background: rgba(11,15,26,0.97);
  backdrop-filter: blur(20px);
  z-index: 99;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.mobile-menu.open {
  display: flex;
}

.mobile-menu a {
  color: var(--text-white);
  text-decoration: none;
  font-family: 'Syne', sans-serif;
  font-size: 24px;
  font-weight: 700;
  transition: color .2s;
}

.mobile-menu a:hover {
  color: var(--green);
}


    /* ─── RESPONSIVE ─── */
    @media (max-width: 1100px) {
      .hero { padding: 110px 32px 60px; gap: 30px; }
      nav   { padding: 18px 32px; }
      .w-ctr { left: -20px; }
      .w-roas { right: -20px; }
      .w-leads { left: -10px; }
    }

    @media (max-width: 900px) {
      nav { padding: 16px 24px; }
      .nav-links, .btn-book-nav { display: none; }
      .hamburger { display: flex; }

      .hero {
        grid-template-columns: 1fr;
        padding: 100px 24px 60px;
        text-align: center;
      }

       .hero-headline { font-size:  3.6rem; }

      .badge-agency { margin: 0 auto; }
      .hero-sub { margin: 0 auto; }
      .hero-ctas { justify-content: center; }
      .hero-stats { justify-content: center; }

      .hero-right {
        height: 400px;
        width: 100%;
      }
      .analytics-card { width: min(340px, 90%); }
      .w-ctr  { left: 0; top: 100px; }
      .w-roas { right: 0; top: 60px; }
      .w-leads{ left: 0; bottom: 20px; }
      .urgency-badge { top: -10px; font-size: 12px; padding: 9px 16px; }
      .scroll-hint { display: none; }
    }

    @media (max-width: 580px) {
      .hero-right { height: 360px; }
      .analytics-card { width: min(300px, 88%); padding: 18px; }
      .bar-chart { height: 110px; }
      .w-ctr  { left: -10px; top: 90px; padding: 10px 12px; }
      .w-roas { right: -10px; top: 50px; padding: 10px 12px; }
      .w-leads{ left: -10px; bottom: 10px; padding: 10px 12px; }
      .widget-val { font-size: 15px; }
      .urgency-badge { font-size: 11px; padding: 8px 12px; max-width: 90vw; }
      .hero-stats { gap: 20px; }
      .stat-divider { height: 28px; }
    }

    @media (max-width: 380px) {
      .hero-headline { font-size: 40px; }
      .btn-primary, .btn-secondary { font-size: 14px; padding: 14px 22px; }
    }

    /* ─── SHOWCASE SECTIONS ─── */
    .showcases {
      padding: 20px 0 20px;
      max-width: 1200px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      gap: 0;
    }

    .showcase-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      align-items: center;
      gap: 60px;
      padding: 72px 48px;
      border-bottom: 1px solid rgba(255,255,255,0.04);
      opacity: 0;
      transform: translateY(36px);
      transition: opacity .7s ease, transform .7s ease;
    }
    .showcase-row.row-reverse { direction: rtl; }
    .showcase-row.row-reverse > * { direction: ltr; }
    .showcase-row.visible {
      opacity: 1;
      transform: translateY(0);
    }
    .showcase-row:last-child { border-bottom: none; }

    /* visual side */
    .showcase-visual { display: flex; justify-content: center; }
    .sc-img-wrap {
      width: 100%;
      max-width: 420px;
      aspect-ratio: 420 / 320;
      border-radius: 20px;
      border: 1px solid rgba(57,255,107,0.1);
      background: linear-gradient(145deg, #0e1c30 0%, #091423 100%);
      overflow: hidden;
      position: relative;
      box-shadow:
        0 24px 80px rgba(0,0,0,0.5),
        0 0 0 1px rgba(255,255,255,0.03) inset,
        0 0 40px rgba(57,255,107,0.04);
      transition: box-shadow .3s, border-color .3s, transform .3s;
    }
    .sc-img-wrap:hover {
      border-color: rgba(57,255,107,0.22);
      box-shadow:
        0 28px 90px rgba(0,0,0,0.55),
        0 0 0 1px rgba(57,255,107,0.06) inset,
        0 0 60px rgba(57,255,107,0.08);
      transform: translateY(-4px) scale(1.01);
    }
    .sc-svg {
      width: 100%; height: 100%;
      display: block;
    }

    /* content side */
    .showcase-content {
      display: flex; flex-direction: column;
      gap: 20px;
    }

    .sc-eyebrow {
      font-size: 11px; font-weight: 700;
      letter-spacing: 2.5px; text-transform: uppercase;
      color: rgba(57,255,107,0.7);
      display: inline-block;
      padding: 5px 12px;
      background: rgba(57,255,107,0.07);
      border: 1px solid rgba(57,255,107,0.15);
      border-radius: var(--radius-full);
      width: fit-content;
    }

    .sc-title {
      font-family: "Poppins";
      font-size: clamp(27px, 5vw, 40px);
      font-weight: 800;
      letter-spacing: -0.8px;
      line-height: 1.15;
      color: var(--text-white);
    }

    .sc-desc {
      font-size: 15px; color: var(--text-muted);
      line-height: 1.75; font-weight: 400;
      max-width: 440px;
    }

    .sc-tags {
      display: flex; flex-wrap: wrap; gap: 10px;
    }
    .sc-tag {
      font-size: 13px; font-weight: 500;
      color: rgba(255,255,255,0.6);
      padding: 7px 16px;
      border: 1px solid rgba(255,255,255,0.12);
      border-radius: var(--radius-full);
      background: rgba(255,255,255,0.04);
      cursor: default;
      transition: color .25s, border-color .25s, background .25s;
    }
    .sc-tag:hover {
      color: var(--green);
      border-color: rgba(57,255,107,0.35);
      background: rgba(57,255,107,0.07);
    }

    /* SVG floating animations */
    .orb-float  { animation: floatY 4s ease-in-out infinite; }
    .orb-float2 { animation: floatY 5s 1s ease-in-out infinite; }
    .sparkle    { animation: sparkleAnim 2.5s ease-in-out infinite; }
    .sparkle2   { animation: sparkleAnim 3s .8s ease-in-out infinite; }
    .mag-particle1 { animation: magLeft 3s ease-in-out infinite; }
    .mag-particle2 { animation: magRight 3s ease-in-out infinite; }
    .sc-social-icon1 { animation: floatY 3.5s ease-in-out infinite; }
    .sc-social-icon2 { animation: floatY 4.2s .6s ease-in-out infinite; }
    .sc-social-icon3 { animation: floatY 3.8s 1.2s ease-in-out infinite; }
    .sc-social-icon4 { animation: floatY 4.5s .3s ease-in-out infinite; }

    @keyframes sparkleAnim {
      0%, 100% { opacity: 1; transform: scale(1) rotate(0deg); }
      50%       { opacity: 0.5; transform: scale(1.3) rotate(15deg); }
    }
    @keyframes magLeft {
      0%, 100% { transform: translateX(0); }
      50%       { transform: translateX(12px); }
    }
    @keyframes magRight {
      0%, 100% { transform: translateX(0); }
      50%       { transform: translateX(-12px); }
    }

    @media (max-width: 900px) {
      .showcase-row {
        grid-template-columns: 1fr;
        gap: 36px;
        padding: 56px 32px;
      }
      .showcase-row.row-reverse { direction: ltr; }
      .sc-img-wrap { max-width: 380px; margin: 0 auto; }
      .sc-desc { max-width: 100%; }
    }

    @media (max-width: 580px) {
      .showcase-row { padding: 44px 20px; gap: 28px; }
      .sc-title { font-size: 26px; }
    }

   /* ─── SERVICES SECTION ─── */
.services {
  padding: 100px 48px 80px;
  max-width: 1400px;
  margin: 0 auto;
}

.section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
  margin-bottom: 56px;
}

.section-eyebrow {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--green);
}

.section-title {
  font-family: "Poppins", sans-serif;
  font-size: 3.6rem;
  letter-spacing: -1px;
  line-height: 1.1;
  color: var(--text-white);
}

.section-title.left { text-align: left; }
.section-title .green { color: var(--green); }

/* ─── GRID ─── */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

/* ─── CARD ─── */
.service-card {
  background: linear-gradient(145deg, #131f35 0%, #0f1929 100%);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 18px;
  padding: 32px 28px 36px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.55s ease,
    transform 0.55s ease,
    border-color 0.3s,
    box-shadow 0.3s;
  cursor: pointer;
}

.service-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(43, 234, 26, 0.05), transparent 65%);
  opacity: 0;
  transition: opacity 0.3s;
}

.service-card:hover::before { opacity: 1; }

.service-card:hover {
  border-color: rgba(43, 234, 26, 0.2);
  box-shadow:
    0 12px 48px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(43, 234, 26, 0.06) inset;
  transform: translateY(-4px) !important;
}

.service-card.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ─── STAGGER ─── */
.service-card:nth-child(1) { transition-delay: 0.05s; }
.service-card:nth-child(2) { transition-delay: 0.12s; }
.service-card:nth-child(3) { transition-delay: 0.19s; }
.service-card:nth-child(4) { transition-delay: 0.26s; }
.service-card:nth-child(5) { transition-delay: 0.33s; }
.service-card:nth-child(6) { transition-delay: 0.40s; }

/* ─── ICON BOX ─── */
.service-icon {
  width: 46px;
  height: 46px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.45);
  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    color 0.3s ease,
    box-shadow 0.3s ease;
  flex-shrink: 0;
}

.service-card:hover .service-icon {
  background: rgba(43, 234, 26, 0.1);
  border-color: rgba(43, 234, 26, 0.3);
  color: var(--green);
  box-shadow: 0 0 16px rgba(43, 234, 26, 0.12);
}

/* SVG inherits currentColor automatically */
.service-icon svg {
  display: block;
  flex-shrink: 0;
}

/* ─── TEXT ─── */
.service-name {
  font-family: 'Syne', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--text-white);
  letter-spacing: -0.2px;
  transition: color 0.3s ease;
}

.service-card:hover .service-name {
  color: #ffffff;
}

.service-desc {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.65;
  font-weight: 400;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  .section-title { font-size: 2.8rem; }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .services {
    padding: 72px 24px 60px;
  }

  .section-title {
    font-size: 2.2rem;
    letter-spacing: -0.5px;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .service-card {
    padding: 24px 20px 28px;
    gap: 14px;
  }
}

@media (max-width: 540px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .services {
    padding: 60px 16px 48px;
  }

  .section-title {
    font-size: 1.8rem;
    letter-spacing: 0;
    line-height: 1.2;
  }

  .service-card {
    padding: 22px 18px 26px;
  }
}

@media (max-width: 360px) {
  .section-title { font-size: 1.5rem; }
}




    /* ─── STRATEGY SECTION ─── */
    .strategy-section {
      display: grid;
      grid-template-columns: 1fr 1fr;
      align-items: center;
      gap: 72px;
      padding: 80px 48px 100px;
      max-width: 1200px;
      margin: 0 auto;
    }

    /* LEFT: chart card */
    .strategy-left {
      opacity: 0; transform: translateX(-40px);
      transition: opacity .7s ease, transform .7s ease;
    }
    .strategy-left.visible { opacity: 1; transform: translateX(0); }

    .chart-card {
      background: linear-gradient(145deg, #0e1f18 0%, #091a25 100%);
      border: 1px solid rgba(57,255,107,0.1);
      border-radius: 20px;
      padding: 32px 28px 24px;
      position: relative;
      box-shadow: 0 24px 80px rgba(0,0,0,0.45), 0 0 40px rgba(57,255,107,0.04);
      overflow: hidden;
    }
    .chart-card::before {
      content: '';
      position: absolute; inset: 0;
      background: radial-gradient(ellipse at 50% 100%, rgba(57,255,107,0.06), transparent 60%);
      pointer-events: none;
    }

    .growth-badge {
      display: inline-flex; align-items: center;
      background: var(--green);
      color: #000; font-size: 12px; font-weight: 700;
      padding: 6px 14px; border-radius: var(--radius-full);
      margin-bottom: 20px;
      box-shadow: 0 0 18px var(--green-glow);
      animation: floatY 3s ease-in-out infinite;
    }

    .line-chart-svg {
      width: 100%; height: auto;
      display: block;
    }

    /* line draw animation */
    .chart-line {
      transition: stroke-dashoffset 1.4s cubic-bezier(.4,0,.2,1);
    }
    .chart-fill  { transition: opacity .6s .8s ease; }
    .chart-dot   { transition: opacity .3s ease, r .3s ease; }
    .chart-ring  { transition: opacity .4s ease; }

    /* triggered when visible */
    .strategy-left.visible .chart-line  { stroke-dashoffset: 0; }
    .strategy-left.visible .chart-fill  { opacity: 1; }
    .strategy-left.visible .chart-dot   { opacity: 1; }
    .strategy-left.visible .chart-ring  { opacity: 0.3; }

    /* dot delays */
    .strategy-left.visible .chart-dot:nth-of-type(1)  { transition-delay: .4s; }
    .strategy-left.visible .chart-dot:nth-of-type(2)  { transition-delay: .7s; }
    .strategy-left.visible .chart-dot:nth-of-type(3)  { transition-delay: 1s; }
    .strategy-left.visible .chart-dot:nth-of-type(4)  { transition-delay: 1.2s; }
    .strategy-left.visible .chart-ring:nth-of-type(1) { transition-delay: .5s; }
    .strategy-left.visible .chart-ring:nth-of-type(2) { transition-delay: .8s; }
    .strategy-left.visible .chart-ring:nth-of-type(3) { transition-delay: 1.1s; }
    .strategy-left.visible .chart-ring:nth-of-type(4) { transition-delay: 1.3s; }

    /* RIGHT: copy */
    .strategy-right {
      display: flex; flex-direction: column; gap: 24px;
      opacity: 0; transform: translateX(40px);
      transition: opacity .7s .15s ease, transform .7s .15s ease;
    }
    .strategy-right.visible { opacity: 1; transform: translateX(0); }

    .strategy-sub {
      font-size: 15px; color: var(--text-muted);
      line-height: 1.75; max-width: 440px;
    }

    /* SKILL BARS */
    .skill-bars { display: flex; flex-direction: column; gap: 22px; }

    .skill-item { display: flex; flex-direction: column; gap: 9px; }

    .skill-header {
      display: flex; align-items: center;
      justify-content: space-between;
    }
    .skill-label-wrap {
      display: flex; align-items: center; gap: 8px;
    }
    .skill-label {
      font-size: 14px; font-weight: 500;
      color: rgba(255,255,255,0.75);
    }
    .skill-pct {
      font-family: 'Syne', sans-serif;
      font-size: 14px; font-weight: 700;
      color: var(--green);
    }

    .skill-track {
      width: 100%; height: 7px;
      background: rgba(255,255,255,0.07);
      border-radius: 99px; overflow: hidden;
    }
    .skill-fill {
      height: 100%;
      background: linear-gradient(90deg, #20c95e, var(--green));
      border-radius: 99px;
      width: 0;
      transition: width 1.2s cubic-bezier(.4,0,.2,1);
      box-shadow: 0 0 12px rgba(57,255,107,0.4);
    }
    .skill-item:nth-child(2) .skill-fill { transition-delay: .15s; }
    .skill-item:nth-child(3) .skill-fill { transition-delay: .3s; }

    /* responsive */
    @media (max-width: 960px) {
      .services { padding: 80px 32px 60px; }
      .services-grid { grid-template-columns: repeat(2, 1fr); }
      .strategy-section {
        grid-template-columns: 1fr;
        gap: 48px;
        padding: 60px 32px 80px;
      }
      .strategy-left  { transform: translateY(30px); }
      .strategy-right { transform: translateY(30px); }
      .strategy-left.visible  { transform: translateY(0); }
      .strategy-right.visible { transform: translateY(0); }
      .section-title.left { text-align: center; }
      .strategy-sub { margin: 0 auto; }
    }

    @media (max-width: 600px) {
      .services { padding: 60px 20px 40px; }
      .services-grid { grid-template-columns: 1fr; }
      .service-card { padding: 24px 20px 28px; }
      .strategy-section { padding: 48px 20px 60px; gap: 36px; }
    }

    /* ── ILLUSTRATION DEPTH ENHANCEMENTS ── */
    .sc-img-wrap {
      background: linear-gradient(145deg, #0a1828 0%, #071020 100%) !important;
    }
    /* Subtle inner rim light on illustration cards */
    .sc-img-wrap::after {
      content: '';
      position: absolute;
      inset: 0;
      border-radius: 20px;
      background:
        linear-gradient(135deg, rgba(57,255,107,0.06) 0%, transparent 40%),
        linear-gradient(315deg, rgba(57,255,107,0.03) 0%, transparent 40%);
      pointer-events: none;
    }
    /* Ambient glow under illustration cards */
    .sc-img-wrap::before {
      content: '';
      position: absolute;
      bottom: -20px; left: 10%; right: 10%;
      height: 40px;
      background: radial-gradient(ellipse, rgba(57,255,107,0.12), transparent 70%);
      pointer-events: none;
      z-index: -1;
      filter: blur(8px);
    }
    /* Gear spin on hover */
    .showcase-row:hover .sc-svg [id^="gear"] {
      animation: gearSpin 8s linear infinite;
    }
    @keyframes gearSpin {
      from { transform-origin: center; transform: rotate(0deg); }
      to   { transform-origin: center; transform: rotate(360deg); }
    }
    /* Code cursor blink */
    @keyframes cursorBlink {
      0%, 100% { opacity: 1; }
      50%       { opacity: 0; }
    }
    .showcase-row .sc-svg .sparkle {
      animation: sparkleAnim 2.5s ease-in-out infinite,
                 cursorBlink 1.2s ease-in-out infinite;
    }

    /* ── SERVICE CARD ICON UPGRADE ── */
    .service-icon svg {
      transition: transform .3s cubic-bezier(.34,1.56,.64,1);
    }
    .service-card:hover .service-icon svg {
      transform: scale(1.2) rotate(-8deg);
    }

    /* ── SECTION DIVIDER GLOW LINES ── */
    .showcase-row {
      position: relative;
    }
    .showcase-row::before {
      content: '';
      position: absolute;
      bottom: 0; left: 48px; right: 48px;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(57,255,107,0.08) 30%, rgba(57,255,107,0.08) 70%, transparent);
    }
    .showcase-row:last-child::before { display: none; }

    /* ── HERO CHART PULSE ── */
    .bar.bright {
      animation: barPulse 3s ease-in-out infinite !important;
    }
    .bar.bright:last-child {
      animation-delay: 0.5s !important;
    }
    @keyframes barPulse {
      0%, 100% { box-shadow: 0 0 18px rgba(57,255,107,0.35); }
      50%       { box-shadow: 0 0 32px rgba(57,255,107,0.6); }
    }

    /* ── STRATEGY CHART CARD DEPTH ── */
    .chart-card {
      box-shadow:
        0 32px 100px rgba(0,0,0,0.55),
        0 0 0 1px rgba(57,255,107,0.06) inset,
        0 0 60px rgba(57,255,107,0.04) !important;
    }

    /* ── PARTNER ICON UPGRADE ── */
    .partner-icon {
      position: relative;
      overflow: hidden;
    }
    .partner-icon::after {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 50%;
      background: linear-gradient(180deg, rgba(255,255,255,0.04), transparent);
      border-radius: 12px 12px 0 0;
      pointer-events: none;
    }

    /* ── RESPONSIVE ── */
    @media (max-width: 900px) {
      .showcase-row::before { left: 32px; right: 32px; }
    }
    @media (max-width: 580px) {
      .showcase-row::before { left: 20px; right: 20px; }
    }

    /* ═══════════════════════════════════════════
       ─── OUR PROVEN PROCESS SECTION ───
    ═══════════════════════════════════════════ */
    .process-section {
      position: relative;
      padding: 110px 48px 120px;
      overflow: hidden;
      /* Distinct but consistent background */
      background:
        radial-gradient(ellipse 80% 60% at 15% 30%, rgba(57,255,107,0.055) 0%, transparent 65%),
        radial-gradient(ellipse 60% 50% at 85% 75%, rgba(57,255,107,0.04) 0%, transparent 60%),
        linear-gradient(180deg, #090d18 0%, #0b1020 40%, #0a0e1c 100%);
    }

    /* ── layered bg elements ── */
    .process-bg { position: absolute; inset: 0; pointer-events: none; z-index: 0; }

    /* dot-grid pattern */
    .process-bg-grid {
      position: absolute; inset: 0;
      background-image:
        radial-gradient(circle, rgba(57,255,107,0.12) 1px, transparent 1px);
      background-size: 36px 36px;
      opacity: 0.18;
      mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 30%, transparent 100%);
    }

    /* corner glows */
    .process-bg-glow {
      position: absolute;
      border-radius: 50%;
      filter: blur(80px);
    }
    .glow-tl {
      width: 420px; height: 420px;
      top: -120px; left: -80px;
      background: radial-gradient(circle, rgba(57,255,107,0.07), transparent 70%);
    }
    .glow-br {
      width: 360px; height: 360px;
      bottom: -100px; right: -60px;
      background: radial-gradient(circle, rgba(57,255,107,0.05), transparent 70%);
    }

    /* hex / circuit line pattern */
    .process-bg-hex {
      position: absolute; inset: 0;
      background-image:
        linear-gradient(rgba(57,255,107,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(57,255,107,0.04) 1px, transparent 1px);
      background-size: 72px 72px;
      opacity: 0.3;
      mask-image:
        linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%);
    }

    /* top / bottom edge fades to blend with adjacent sections */
    .process-section::before,
    .process-section::after {
      content: '';
      position: absolute; left: 0; right: 0; height: 80px;
      pointer-events: none; z-index: 1;
    }
    .process-section::before {
      top: 0;
      background: linear-gradient(to bottom, #0b0f1a, transparent);
    }
    .process-section::after {
      bottom: 0;
      background: linear-gradient(to top, #0b0f1a, transparent);
    }

    .process-inner {
      position: relative; z-index: 2;
      max-width: 960px; margin: 0 auto;
    }

    /* ── TIMELINE LAYOUT ── */
    .process-timeline {
      position: relative;
      margin-top: 72px;
    }

    /* vertical spine */
    .timeline-spine {
      position: absolute;
      left: 50%; top: 0; bottom: 0;
      transform: translateX(-50%);
      width: 2px;
      z-index: 1;
    }
    .spine-line {
      position: absolute; inset: 0;
      background: rgba(57,255,107,0.1);
    }
    .spine-progress {
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 0%;
      background: linear-gradient(180deg, var(--green), rgba(57,255,107,0.3));
      box-shadow: 0 0 12px rgba(57,255,107,0.4);
      transition: height 1.8s cubic-bezier(.4,0,.2,1);
    }
    .process-timeline.activated .spine-progress { height: 100%; }

    /* ── STEP ROW ── */
    .process-step {
      display: grid;
      grid-template-columns: 1fr 52px 1fr;
      align-items: center;
      gap: 0;
      margin-bottom: 60px;
      opacity: 0;
      transition: opacity .6s ease, transform .6s ease;
    }
    .process-step:last-child { margin-bottom: 0; }

    .step-left  { transform: translateX(-30px); }
    .step-right { transform: translateX(30px); }
    .step-left.visible, .step-right.visible {
      opacity: 1; transform: translateX(0);
    }

    /* card on left — push right of first column */
    .step-left .step-card  { grid-column: 1; text-align: right; padding-right: 32px; }
    .step-left .step-node  { grid-column: 2; }
    .step-left .step-spacer{ grid-column: 3; }

    /* card on right */
    .step-right .step-node { grid-column: 2; }
    .step-right .step-card { grid-column: 3; padding-left: 32px; }

    /* ── NODE ── */
    .step-node {
      position: relative;
      width: 52px; height: 52px;
      display: flex; align-items: center; justify-content: center;
      z-index: 3;
      justify-self: center;
    }
    .node-ring {
      position: absolute; inset: 0;
      border-radius: 50%;
      border: 1.5px solid rgba(57,255,107,0.35);
      animation: nodeRingPulse 2.5s ease-in-out infinite;
    }
    .node-ring-2 {
      inset: -8px;
      border-color: rgba(57,255,107,0.12);
      animation-delay: .4s;
    }
    @keyframes nodeRingPulse {
      0%, 100% { opacity: 1; transform: scale(1); }
      50%       { opacity: 0.5; transform: scale(1.06); }
    }
    .node-num {
      width: 44px; height: 44px;
      background: linear-gradient(135deg, #0e1e30, #091422);
      border: 1.5px solid rgba(57,255,107,0.4);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-family: 'Syne', sans-serif;
      font-size: 13px; font-weight: 800;
      color: var(--green);
      letter-spacing: 0.5px;
      box-shadow:
        0 0 18px rgba(57,255,107,0.2),
        0 0 0 4px rgba(57,255,107,0.06);
      position: relative; z-index: 2;
      transition: box-shadow .3s, background .3s;
    }
    .process-step:hover .node-num {
      box-shadow: 0 0 30px rgba(57,255,107,0.4), 0 0 0 6px rgba(57,255,107,0.1);
      background: linear-gradient(135deg, #122030, #0d1c2e);
    }

    /* ── STEP CARD ── */
    .step-card {
      position: relative;
      background: linear-gradient(145deg, #101c2e 0%, #0c1624 100%);
      border: 1px solid rgba(255,255,255,0.07);
      border-radius: 16px;
      padding: 28px 26px 30px;
      overflow: hidden;
      transition: border-color .3s, box-shadow .3s, transform .3s;
    }
    .step-card-glow {
      position: absolute; inset: 0;
      background: radial-gradient(circle at 50% 0%, rgba(57,255,107,0.05), transparent 60%);
      opacity: 0; transition: opacity .3s;
      pointer-events: none;
    }
    .step-card:hover { border-color: rgba(57,255,107,0.18); transform: translateY(-3px); }
    .step-card:hover .step-card-glow { opacity: 1; }
    .step-card:hover {
      box-shadow: 0 16px 50px rgba(0,0,0,0.4), 0 0 0 1px rgba(57,255,107,0.06) inset;
    }

    .step-week {
      font-size: 11px; font-weight: 700;
      letter-spacing: 0.5px;
      color: var(--green);
      margin-bottom: 10px;
    }
    .step-header {
      display: flex; align-items: center; gap: 12px;
      margin-bottom: 14px;
    }
    /* right-side cards: icon then title */
    .step-right .step-header { flex-direction: row; }
    /* left-side cards: title then icon (reversed visual) */
    .step-left .step-header  { flex-direction: row-reverse; justify-content: flex-end; }

    .step-title {
      font-family: "Poppins";
      font-size: 25px; font-weight: 800;
      color: var(--text-white);
      letter-spacing: -0.3px;
    }
    .step-icon {
      width: 36px; height: 36px; flex-shrink: 0;
      background: rgba(57,255,107,0.08);
      border: 1px solid rgba(57,255,107,0.2);
      border-radius: 9px;
      display: flex; align-items: center; justify-content: center;
      color: var(--green);
      transition: background .3s, border-color .3s;
    }
    .step-card:hover .step-icon {
      background: rgba(57,255,107,0.14);
      border-color: rgba(57,255,107,0.4);
    }
    .step-desc {
      font-size: 14px; color: var(--text-muted);
      line-height: 1.7; font-weight: 400;
    }
    /* align text for left cards */
    .step-left .step-desc { text-align: right; }

    /* ═══════════════════════════════════════════
       ─── WHY CHOOSE GROWS MEDIA ───
    ═══════════════════════════════════════════ */
    .why-section {
      padding: 100px 48px 110px;
      position: relative;
      background: var(--bg-deep);
    }
    .why-inner {
      max-width: 960px; margin: 0 auto;
      position: relative; z-index: 1;
    }

    .why-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
      margin-top: 60px;
    }

    /* ── COMPARISON CARDS ── */
    .why-card {
      border-radius: 18px;
      padding: 32px 30px 36px;
      position: relative; overflow: hidden;
      opacity: 0; transform: translateY(24px);
      transition: opacity .6s ease, transform .6s ease;
    }
    .why-card.visible { opacity: 1; transform: translateY(0); }
    .why-bad {
      background: linear-gradient(145deg, #14111e, #0f0d1a);
      border: 1px solid rgba(255,60,60,0.1);
      transition-delay: 0s;
    }
    .why-good {
      background: linear-gradient(145deg, #0e1f18, #091a14);
      border: 1px solid rgba(57,255,107,0.18);
      box-shadow: 0 0 60px rgba(57,255,107,0.04);
      transition-delay: .12s;
    }
    .why-card-glow {
      position: absolute; inset: 0;
      background: radial-gradient(ellipse at 50% 0%, rgba(57,255,107,0.07), transparent 60%);
      pointer-events: none;
    }

    .why-card-header {
      display: flex; align-items: center; gap: 12px;
      margin-bottom: 28px;
      padding-bottom: 20px;
      border-bottom: 1px solid rgba(255,255,255,0.05);
    }
    .why-badge {
      width: 28px; height: 28px;
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
    }
    .why-badge.bad  { background: rgba(255,60,60,0.12); border: 1px solid rgba(255,60,60,0.3); color: #ff5b5b; }
    .why-badge.good { background: rgba(57,255,107,0.12); border: 1px solid rgba(57,255,107,0.35); color: var(--green); }

    .why-badge-label {
      font-family: 'Syne', sans-serif;
      font-size: 14px; font-weight: 700;
      letter-spacing: 0.2px;
    }
    .bad-label  { color: #ff5b5b; }
    .good-label { color: var(--green); }

    /* ── LIST ── */
    .why-list { list-style: none; display: flex; flex-direction: column; gap: 0; }

    .why-item {
      display: flex; align-items: center; gap: 13px;
      font-size: 14px; font-weight: 400;
      padding: 12px 0;
      border-bottom: 1px solid rgba(255,255,255,0.04);
      opacity: 0; transform: translateX(-10px);
      transition: opacity .4s ease, transform .4s ease, color .2s;
    }
    .why-item:last-child { border-bottom: none; }
    .why-item.visible { opacity: 1; transform: translateX(0); }

    .bad-item  { color: rgba(255,255,255,0.4); }
    .good-item { color: rgba(255,255,255,0.75); }
    .good-item:hover { color: var(--text-white); }

    .why-icon {
      width: 22px; height: 22px; flex-shrink: 0;
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
    }
    .bad-icon  { background: rgba(255,60,60,0.1);  color: #ff5b5b; }
    .good-icon { background: rgba(57,255,107,0.1); color: var(--green); }

    /* ── RESPONSIVE ── */
    @media (max-width: 900px) {
      .process-section { padding: 80px 32px 90px; }
      .process-step {
        grid-template-columns: 1fr 44px 1fr;
      }
      .step-left .step-card { padding-right: 20px; }
      .step-right .step-card { padding-left: 20px; }

      .why-section { padding: 80px 32px 90px; }
      .why-grid { grid-template-columns: 1fr; gap: 16px; }
    }

    @media (max-width: 640px) {
      .process-section { padding: 60px 20px 70px; }
      /* stack to single column on mobile */
      .process-step {
        grid-template-columns: 40px 1fr !important;
        grid-template-rows: auto;
        gap: 0 16px;
      }
      .step-left .step-card,
      .step-right .step-card {
        grid-column: 2; grid-row: 1;
        padding: 22px 18px 24px;
        text-align: left;
      }
      .step-left .step-card  { padding-right: 0; }
      .step-right .step-card { padding-left: 0; }
      .step-left .step-desc  { text-align: left; }
      .step-left .step-header { flex-direction: row; justify-content: flex-start; }
      .step-left .step-node,
      .step-right .step-node {
        grid-column: 1; grid-row: 1;
        width: 40px; height: 40px;
        align-self: start; margin-top: 28px;
      }
      .node-num { width: 36px; height: 36px; font-size: 11px; }
      .timeline-spine { left: 20px; }
      .step-title { font-size: 16px; }

      .why-section { padding: 60px 20px 70px; }
      .why-card { padding: 24px 20px 28px; }
    }

/* ─── PARTNERS SECTION ─── */
.partners {
  background: var(--bg-deep);
  padding: 56px 48px 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  position: relative;
  z-index: 1;
  border-top: 1px solid var(--border);
}

.partners-label {
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 2.8px;
color: var(--text-white);
  text-transform: uppercase;
  text-align: center;
}

.partners-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1060px;
  flex-wrap: wrap;
}

.partner-item {
  flex: 1 1 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 20px 28px;
  opacity: 1;                 /* fully visible */
  transform: none;           /* no dim animation */
}

.partner-icon {
  width: 64px;               /* bigger icon box */
  height: 64px;
  background: #0f172a;       /* slightly lighter than bg */
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* FULL VISIBILITY FOR LOGOS */
.partner-icon img {
  width: 88%;
  height: 88%;
  object-fit: contain;
  filter: none;      /* no grayscale */
  opacity: 1;        /* no dim */
}

/* Partner text */
.partner-name {
  font-size: 16px;
  font-weight: 600;
  color: #e5e7eb;    /* bright text */
  letter-spacing: 0.1px;
  white-space: nowrap;
}

/* Dividers */
.partner-item + .partner-item {
  border-left: 1px solid rgba(255,255,255,0.08);
}

/* Responsive */
@media (max-width: 700px) {
  .partners { padding: 44px 24px 52px; gap: 32px; }
  .partner-item + .partner-item { border-left: none; }
  .partners-grid { gap: 12px 0; }
  .partner-item { flex: 1 1 160px; padding: 14px 16px; }
}

@media (max-width: 420px) {
  .partner-icon { width: 56px; height: 56px; }
  .partner-icon img { width: 90%; height: 90%; }
  .partner-name { font-size: 14px; }
}


     /* ═══════════════════════════════════════
       ─── VIDEO TESTIMONIALS ───
    ═══════════════════════════════════════ */
    .testimonials-section {
      padding: 120px 50px;
      background: linear-gradient(180deg, #0b0f1a 0%, #060c16 50%, #0b0f1a 100%);
      position: relative; overflow: hidden;
    }
    .testimonials-section::before {
      content: ''; position: absolute;
      width: 700px; height: 700px;
      background: radial-gradient(circle, rgba(57,255,107,0.05) 0%, transparent 65%);
      top: 50%; left: 50%; transform: translate(-50%,-50%);
      pointer-events: none;
    }
    .testimonials-inner { max-width: 1200px; margin: 0 auto; position: relative; z-index: 1; }
    .testimonials-header { text-align: center; margin-bottom: 64px; }
    .testimonials-sub { font-size: 15px; color: var(--text-muted); margin-top: 14px; font-weight: 400; }

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

    .testi-card {
      background: linear-gradient(145deg, #0d1e33, #091628);
      border: 1px solid rgba(57,255,107,0.13);
      border-radius: 20px; overflow: hidden; cursor: pointer;
      opacity: 0; transform: translateY(32px);
      transition: opacity .6s ease, transform .6s ease, border-color .3s, box-shadow .3s;

    }
    .testi-card.visible { opacity: 1; transform: translateY(0); }
    .testi-card:nth-child(2) { transition-delay: .1s; }
    .testi-card:nth-child(3) { transition-delay: .2s; }
    .testi-card:hover {
      transform: translateY(-10px);
      border-color: rgba(57,255,107,0.35);
      box-shadow: 0 24px 80px rgba(0,0,0,0.5), 0 0 40px rgba(57,255,107,0.1);
    }

    /* ── TESTI THUMB: Real Video Thumbnail ──────────────────────────────── */
    .testi-thumb {
      position: relative;
      aspect-ratio: 16/9;
      overflow: hidden;
      background: #060e1a;
      cursor: pointer;
    }

    /* Poster image — fills the thumb, object-fit cover */
    .testi-poster {
      position: absolute; inset: 0;
      width: 100%; 
      height: 110%;
    object-position: 20px 20px 10px 20px; /* shift focus slightly left for better framing */
      display: block;
      transition: transform .45s cubic-bezier(.25,.46,.45,.94);
      will-change: transform;
    }
    .testi-card:hover .testi-poster { transform: scale(1.05); }

    /* Fallback shown when poster image 404s or is missing */
    .testi-poster-fallback {
      position: absolute; inset: 0;
      background: linear-gradient(135deg, #091628 0%, #0d2038 50%, #071020 100%);
      /* shown by default, hidden once poster loads */
      z-index: 0;
    }
    .testi-poster + .testi-poster-fallback { display: none; }
    /* If poster fails (onerror hides it) fallback becomes visible again */
    .testi-poster[style*="display:none"] + .testi-poster-fallback,
    .testi-poster[style*="display: none"] + .testi-poster-fallback { display: block; }

    /* Dark gradient overlay — bottom to top for text legibility */
    .testi-overlay {
      position: absolute; inset: 0; z-index: 2;
      background: linear-gradient(
        to top,
        rgba(4, 10, 20, 0.88) 0%,
        rgba(4, 10, 20, 0.25) 45%,
        transparent 100%
      );
      pointer-events: none;
    }

   /* Play button — glass outline style */
.testi-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 58px;
  height: 58px;
  background: rgba(255, 255, 255, 0.08); /* transparent glass */
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  cursor: pointer;
  transition: all .3s ease;
}

/* Play icon color */
.testi-play svg {
  color: #ffffff;
  margin-left: 3px;
  width: 18px;
  height: 18px;
  pointer-events: none;
}

/* Hover effect (subtle premium scale) */
.testi-card:hover .testi-play {
  transform: translate(-50%, -50%) scale(1.12);
  background: rgba(255, 255, 255, 0.15);
  border-color: #ffffff;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.25);
}
.testi-card:hover .testi-play {
  box-shadow: 
    0 0 0 6px rgba(255,255,255,0.05),
    0 0 30px rgba(255,255,255,0.35);
}

    .testi-body { 
      padding: 70px 22px 24px; 
      display: flex; 
      flex-direction: 
      column; gap: 5px; 
    }
    .testi-rating { font-size: 13px; color: var(--green); font-weight: 600; letter-spacing: 0.5px; margin-bottom: 2px; }
    .testi-name { font-family: "Syne", sans-serif; font-size: 16px; font-weight: 700; color: var(--text-white); }
    .testi-role { font-size: 13px; color: var(--text-muted); }

    /* modal */
    .video-modal {
      position: fixed; inset: 0; z-index: 1000;
      background: rgba(4,10,20,0.96); backdrop-filter: blur(18px);
      display: flex; align-items: center; justify-content: center;
      opacity: 0; pointer-events: none; transition: opacity .35s ease;
    }
    .video-modal.open { opacity: 1; pointer-events: all; }
    .modal-inner {
      position: relative; width: min(820px, 92vw);
      background: #060e1a; border: 1px solid rgba(57,255,107,0.18);
      border-radius: 20px; overflow: hidden;
      transform: scale(0.93) translateY(24px);
      transition: transform .38s cubic-bezier(.34,1.56,.64,1);
      box-shadow: 0 40px 120px rgba(0,0,0,0.75), 0 0 60px rgba(57,255,107,0.08);
    }
    .video-modal.open .modal-inner { transform: scale(1) translateY(0); }
    .modal-close {
      position: absolute; top: 14px; right: 14px; z-index: 10;
      width: 36px; height: 36px;
      background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.1);
      border-radius: 50%; display: flex; align-items: center; justify-content: center;
      cursor: pointer; color: rgba(255,255,255,0.6);
      transition: background .2s, color .2s;
    }
    .modal-close:hover { background: rgba(57,255,107,0.15); color: var(--green); }
    /* ── MODAL: Real <video> element ──────────────────────────────────── */
    .modal-video-wrap {
      aspect-ratio: 16/9;
      background: #000;
      position: relative;
      overflow: hidden;
    }

    /* Native HTML5 video — fills the modal, all controls visible */
    .modal-video-el {
      width: 100%; height: 100%;
      display: block;
      object-fit: contain;   /* letterbox — never crops the face */
      background: #000;
      outline: none;
      /* Style the browser's native controls to fit our dark theme */
      color-scheme: dark;
    }

    /* Loading spinner shown while video is buffering */
    .modal-video-wrap.buffering::after {
      content: '';
      position: absolute; top: 50%; left: 50%;
      transform: translate(-50%, -50%);
      width: 44px; height: 44px;
      border: 3px solid rgba(57,255,107,0.2);
      border-top-color: var(--green);
      border-radius: 50%;
      animation: spin .75s linear infinite;
      pointer-events: none;
      z-index: 10;
    }
    @keyframes spin { to { transform: translate(-50%, -50%) rotate(360deg); } }
    .modal-footer { padding: 20px 24px; border-top: 1px solid rgba(255,255,255,0.06); }
    .modal-client-name { font-family: "Syne", sans-serif; font-size: 16px; font-weight: 700; color: var(--text-white); }
    .modal-client-role { font-size: 13px; color: var(--text-muted); margin-top: 3px; }



    /* ═══════════════════════════════════════
       ─── CLIENT LOGOS ───
   
/* SECTION */
.customers{
    padding:100px 0;
    text-align:center;
    overflow:hidden;
    position:relative;
}

/* Neon Glow Background Accent */
.customers::before{
    content:"";
    position:absolute;
    width:500px;
    height:500px;
    background:radial-gradient(circle, rgba(0,255,150,0.15), transparent 70%);
    top:-150px;
    left:-150px;
    z-index:0;
}

.customers h2{
    font-size:42px;
    font-weight:700;
    margin-bottom:15px;
}

.customers h2 span{
    color:#22ff88;
}

.customers p{
    color:#9aa4b2;
    margin-bottom:70px;
    font-size:16px;
}

/* SLIDER */
.slider{
    position:relative;
    width:100%;
    overflow:hidden;
    z-index:2;
}

/* Fade edges */
.slider::before,
.slider::after{
    content:"";
    position:absolute;
    top:0;
    width:150px;
    height:100%;
    z-index:2;
    pointer-events:none;
}

.slider::before{
    left:0;
    background:linear-gradient(to right, #050b18 0%, transparent 100%);
}

.slider::after{
    right:0;
    background:linear-gradient(to left, #050b18 0%, transparent 100%);
}

/* Track */
.slide-track{
    display:flex;
    width:max-content;
    animation:scroll 30s linear infinite;
}

/* Slide */
.slide{
    width:220px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:20px 0;
}

/* Logo */
.slide img{
    height:120px;
    width:auto;
    object-fit:contain;
    /* filter:grayscale(100%) brightness(0.8); */
    opacity:0.7;
    border-radius: 5px;
    transition:0.4s ease;
}

/* Hover Effect */
.slide img:hover{
    filter:grayscale(0%) brightness(1.2);
    opacity:1;
    transform:scale(1.1);
}

/* Animation */
@keyframes scroll{
    from{
        transform:translateX(0);
    }
    to{
        transform:translateX(-50%);
    }
}

/* Pause on hover */
.slider:hover .slide-track{
    animation-play-state:paused;
}

/* Responsive */
@media(max-width:768px){
    .customers h2{
        font-size:30px;
    }

    .slide{
        width:160px;
    }

    .slide img{
        height:70px;
    }

    .slider::before,
    .slider::after{
        width:60px;
    }
}

    /* ═══════════════════════════════════════
       ─── FINAL CTA ───
═══════════════════════════════════════ */

.final-cta-section {
  padding: 130px 48px;
  position: relative;
  overflow: hidden;
  text-align: center;
  background: radial-gradient(ellipse 100% 80% at 50% 50%,
    rgba(57,255,107,0.09) 0%,
    rgba(57,255,107,0.04) 30%,
    #060c16 65%,
    #050a14 100%);
}

.final-cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 50% at 50% 50%,
    rgba(57,255,107,0.07) 0%,
    transparent 60%);
  pointer-events: none;
}

.final-cta-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle,
    rgba(57,255,107,0.1) 1px,
    transparent 1px);
  background-size: 40px 40px;
  opacity: 0.14;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 50%,
    black 20%,
    transparent 80%);
  pointer-events: none;
}

.final-cta-inner {
  max-width: 680px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  opacity: 1;        /* JS removed */
  transform: none;   /* JS removed */
}

.final-cta-headline {
  font-family: "Poppins", sans-serif;
  font-size: 4rem;
  font-weight: 800;
  letter-spacing: -1.5px;
  color: var(--text-white);
  margin-bottom: 5px;
  line-height: 1.1;
}

@media (max-width: 1024px) {
  .final-cta-headline { font-size: 2.8rem; }
}

@media (max-width: 768px) {
  .final-cta-headline {
    font-size: 2.2rem;
    letter-spacing: -1px;
  }
}

@media (max-width: 480px) {
  .final-cta-headline {
    font-size: 1.8rem;
    letter-spacing: -0.5px;
  }
}

.green-highlight {
  color: var(--green);
}

.final-cta-sub {
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 44px;
}

.final-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--green);
  color: #000;
  font-family: "Syne", sans-serif;
  font-size: 15px;
  font-weight: 800;
  padding: 16px 32px;
  border-radius: var(--radius-full);
  border: none;
  cursor: pointer;
  white-space: nowrap;
  min-height: 54px;
  letter-spacing: 0.3px;
  animation: ctaGlow 2.5s ease-in-out infinite;
  transition: transform .25s, background .25s;
}

.final-cta-btn:hover {
  transform: translateY(-3px);
  background: #4dff80;
  animation: none;
  box-shadow: 0 12px 40px rgba(57,255,107,0.45);
}

@keyframes ctaGlow {
  0%,100% {
    box-shadow: 0 0 24px rgba(57,255,107,0.4),
                0 0 60px rgba(57,255,107,0.15);
  }
  50% {
    box-shadow: 0 0 42px rgba(57,255,107,0.65),
                0 0 90px rgba(57,255,107,0.25);
  }
}


    /* ═══════════════════════════════════════
       ─── FOOTER ───
    ═══════════════════════════════════════ */
    .site-footer { background: #030d18; border-top: 1px solid rgba(255,255,255,0.05); }
    .footer-main {
      max-width: 1200px; margin: 0 auto;
      padding: 72px 48px 60px;
      display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 48px;
    }

    .footer-logo {
      display: flex; align-items: center; gap: 10px;
      text-decoration: none; color: var(--text-white); margin-bottom: 16px;
    }
    .footer-logo-icon {
      width: 36px; height: 36px; background: var(--green); border-radius: 8px;
      display: flex; align-items: center; justify-content: center;
      font-family: "Syne", sans-serif; font-size: 15px; font-weight: 800;
      color: #000; box-shadow: 0 0 14px rgba(57,255,107,0.35);
    }
    .footer-logo-text { font-family: "Syne", sans-serif; font-size: 16px; font-weight: 700; }
    .footer-logo-text span { color: var(--green); }
    .footer-tagline { font-size: 14px; color: #7a9ab5; line-height: 1.7; max-width: 240px; }
    .footer-socials { display: flex; gap: 10px; margin-top: 22px; }
    .social-btn {
      width: 36px; height: 36px;
      background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.07);
      border-radius: 9px; display: flex; align-items: center; justify-content: center;
      color: #7a9ab5; cursor: pointer; text-decoration: none;
      transition: background .25s, border-color .25s, color .25s, transform .2s;
    }
    .social-btn:hover {
      background: rgba(57,255,107,0.1); border-color: rgba(57,255,107,0.28);
      color: var(--green); transform: translateY(-2px);
    }
    .footer-col-title {
      font-family: "Syne", sans-serif; font-size: 12px; font-weight: 700;
      color: var(--text-white); letter-spacing: 1.8px; text-transform: uppercase; margin-bottom: 20px;
    }
    .footer-links { list-style: none; display: flex; flex-direction: column; gap: 11px; }
    .footer-links a {
      font-size: 14px; color: #7a9ab5; text-decoration: none; font-weight: 400;
      transition: color .25s, padding-left .2s; display: inline-block;
    }
    .footer-links a:hover { color: var(--green); padding-left: 4px; }
    .footer-contact { display: flex; flex-direction: column; gap: 14px; }
    .footer-contact-item { display: flex; align-items: flex-start; gap: 11px; font-size: 14px; color: #7a9ab5; }
    .footer-contact-item a { color: #7a9ab5; text-decoration: none; transition: color .25s; }
    .footer-contact-item a:hover { color: var(--green); }
    .contact-icon {
      width: 30px; height: 30px; flex-shrink: 0;
      background: rgba(57,255,107,0.06); border: 1px solid rgba(57,255,107,0.1);
      border-radius: 7px; display: flex; align-items: center; justify-content: center;
      color: var(--green); margin-top: 0;
    }
    .footer-divider { max-width: 1200px; margin: 0 48px; height: 1px; background: rgba(255,255,255,0.05); }
    .footer-bottom {
      max-width: 1200px; margin: 0 auto; padding: 22px 48px;
      display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px;
    }
    .footer-copy { font-size: 13px; color: rgba(255,255,255,0.28); }
    .footer-copy a { color: var(--green); text-decoration: none; }
    .footer-bottom-links { display: flex; gap: 22px; }
    .footer-bottom-links a {
      font-size: 13px; color: rgba(255,255,255,0.28); text-decoration: none; transition: color .25s;
    }
    .footer-bottom-links a:hover { color: var(--green); }

    /* responsive */
    @media (max-width: 1024px) {
      .testi-grid { grid-template-columns: 1fr 1fr; }
      .footer-main { grid-template-columns: 1fr 1fr; gap: 36px; }
    }
    @media (max-width: 768px) {
      .testimonials-section { padding: 80px 24px; }
      .testi-grid { grid-template-columns: 1fr; }
      .testi-card:nth-child(2), .testi-card:nth-child(3) { transition-delay: 0s; }
      .clients-section { padding: 52px 24px; }
      .cta-section { padding: 90px 24px; }
      .cta-form { flex-direction: column; }
      .cta-input, .cta-btn { width: 100%; }
      .footer-main { grid-template-columns: 1fr 1fr; padding: 48px 24px 36px; gap: 28px; }
      .footer-divider { margin: 0 24px; }
      .footer-bottom { padding: 18px 24px; flex-direction: column; text-align: center; }
      .footer-bottom-links { justify-content: center; }
    }
    @media (max-width: 480px) {
      .footer-main { grid-template-columns: 1fr; padding: 36px 20px 28px; }
      .footer-tagline { max-width: 100%; }
      .cta-headline { font-size: 30px; }
      .footer-divider { margin: 0 20px; }
      .footer-bottom { padding: 16px 20px; }
    }




    /* about section css */


    /* ═══════════════════════════════════════════
       ─── ABOUT SECTION ───
    ═══════════════════════════════════════════ */
    .about-section {
      min-height: 100vh;
      display: flex; align-items: center;
      padding: 140px 48px 80px;
      position: relative;
      overflow: hidden;
      font-family: sans-serif;
    }

    /* Background glow */
    .about-section::before {
      content: '';
      position: absolute;
      width: 600px; height: 600px;
      background: radial-gradient(circle, rgba(57,255,107,0.06) 0%, transparent 70%);
      left: -100px; top: 50%;
      transform: translateY(-50%);
      pointer-events: none;
    }

    .about-container {
      max-width: 1200px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 80px;
      align-items: center;
      position: relative;
      z-index: 1;
      opacity: 0;
      transform: translateY(30px);
      animation: fadeUp 0.8s ease forwards;
    }

    @keyframes fadeUp {
      to { opacity: 1; transform: translateY(0); }
    }

    /* Left: Image */
    .about-image {
      position: relative;
    }

    .about-image-wrap {
      position: relative;
      border-radius: var(--radius-lg);
      overflow: hidden;
      box-shadow: 0 24px 80px rgba(0,0,0,0.5), 0 0 0 1px rgba(57,255,107,0.1) inset;
      transition: transform .4s, box-shadow .4s;
    }
    .about-image-wrap:hover {
      transform: translateY(-8px);
      box-shadow: 0 32px 100px rgba(0,0,0,0.6), 0 0 40px rgba(57,255,107,0.15);
    }

    .about-image-wrap img {
      width: 100%; height: auto;
      display: block;
      object-fit: cover;
      aspect-ratio: 4/5;
    }

    /* Decorative elements */
    .about-image::before {
      content: '';
      position: absolute;
      top: -20px; right: -20px;
      width: 120px; height: 120px;
      background: radial-gradient(circle, rgba(57,255,107,0.15), transparent 70%);
      border-radius: 50%;
      pointer-events: none;
      animation: pulse 3s ease-in-out infinite;
    }

    @keyframes pulse {
      0%, 100% { transform: scale(1); opacity: 1; }
      50% { transform: scale(1.1); opacity: 0.7; }
    }

    /* Right: Content */
    .about-content {
      display: flex;
      flex-direction: column;
      gap: 24px;
    }

    .about-eyebrow {
      font-size: 11px; font-weight: 700;
      letter-spacing: 2.5px; text-transform: uppercase;
      color: var(--green);
      display: inline-block;
      padding: 5px 12px;
      background: rgba(57,255,107,0.07);
      border: 1px solid rgba(57,255,107,0.15);
      border-radius: var(--radius-full);
      width: fit-content;
    }

    .about-title {
      font-family: "Poppins", ;
      font-size: 42px;
      font-weight: 800;
      line-height: 1.1;
      letter-spacing: -1.5px;
      color: var(--text-white);
    }
    .about-title .green { color: var(--green); }

    .about-text {
      font-size: 14px;
      color: var(--text-muted);
      line-height: 1.75;
      font-weight: 400;
      max-width: 540px;
    }

    .about-stats {
      display: flex;
      gap: 40px;
      margin-top: 12px;
      flex-wrap: wrap;
    }

    .stat-item {
      display: flex;
      flex-direction: column;
      gap: 4px;
    }

    .stat-num {
      font-family: 'Syne', sans-serif;
      font-size: 32px;
      font-weight: 800;
      color: var(--green);
      letter-spacing: -0.5px;
    }

    .stat-label {
      font-size: 13px;
      color: var(--text-muted);
      font-weight: 500;
    }

    .about-cta {
      margin-top: 20px;
    }

    .btn-primary {
      display: inline-flex; align-items: center; gap: 10px;
      background: var(--green);
      color: #000;
      font-family: 'DM Sans', sans-serif;
      font-size: 15px; font-weight: 700;
      padding: 16px 32px;
      border-radius: var(--radius-full);
      border: none; cursor: pointer;
      text-decoration: none;
      transition: background .25s, box-shadow .25s, transform .2s;
      white-space: nowrap;
      animation: btnGlow 2.5s ease-in-out infinite;
    }
    .btn-primary:hover {
      background: #4dff80;
      box-shadow: 0 0 30px rgba(57,255,107,0.5);
      transform: translateY(-2px);
      animation: none;
    }

    @keyframes btnGlow {
      0%,100% { box-shadow: 0 0 20px rgba(57,255,107,0.35); }
      50%      { box-shadow: 0 0 40px rgba(57,255,107,0.6); }
    }

    .btn-arrow {
      font-size: 16px;
      transition: transform .25s;
    }
    .btn-primary:hover .btn-arrow {
      transform: translateX(4px);
    }



     @media (max-width: 900px) {
      

      .about-section { padding: 120px 32px 60px; }
      .about-container {
        grid-template-columns: 1fr;
        gap: 48px;
      }

      .about-image::before {
        width: 80px; height: 80px;
        top: -10px; right: -10px;
      }

      .about-stats { gap: 28px; }

      .site-footer { padding: 36px 32px 20px; }
      .footer-content { flex-direction: column; text-align: center; }
      .footer-links { flex-wrap: wrap; justify-content: center; }
    }

    @media (max-width: 580px) {
      

      .about-section { padding: 100px 20px 48px; }
      .about-title { font-size: 32px; }
      .about-text { font-size: 15px; }
      .about-stats { gap: 20px; }
      .stat-num { font-size: 28px; }
      .btn-primary { padding: 14px 26px; font-size: 14px; }

      
    }




    /* clint logos  */

    .logo-item img {
  height: 40px;
  width: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: 0.3s ease;
}

.logo-item img:hover {
  filter: grayscale(0%);
  opacity: 1;
}



/* ai aoutmarion  */
/* SVG Icon Size Control */
.svc-ai-chip{
  width:64px;        /* Desktop size */
  height:40px;
  max-width:100%;
  display:block;
  color:#ffffff;     /* Icon color */
  transition:all 0.3s ease;
}

/* Stroke smooth rendering */
.svc-ai-chip *{
  vector-effect: non-scaling-stroke;
}

/* Hover effect (modern feel) */
.service-card:hover .svc-ai-chip{
  transform:scale(1.08);
  color:#2BEA1A;   /* Accent color on hover */
}

/* ===== Tablet ===== */
@media (max-width:992px){
  .svc-ai-chip{
    width:56px;
    height:56px;
  }
}

/* ===== Mobile ===== */
@media (max-width:576px){
  .svc-ai-chip{
    width:48px;
    height:48px;
  }
}

/* ===== Small Mobile ===== */
@media (max-width:400px){
  .svc-ai-chip{
    width:42px;
    height:42px;
  }
}