    :root {
      --size: 70px;
      --gap: 0px;
    }

    .hero-heading em {
      color: #FFFFFF;
    }
    .hero-heading .italic {
      font-style: italic;
      color: #6C63FF;
    }
    /* ══ STATS BAND ══ */
    .team-stats-band {
      background: #1C1F3A;
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      border-bottom: 3px solid rgba(240,90,40,0.5);
      margin-bottom: 55px;
    }
    .tsb-stat {
      padding: 28px 20px;
      text-align: center;
      border-right: 1px solid rgba(255,255,255,0.07);
      position: relative;
    }
    .tsb-stat:last-child { border-right: none; }
    .tsb-num {
      font-family: 'Sora', sans-serif;
      font-size: 34px;
      font-weight: 900;
      color: #fff;
      line-height: 1;
      letter-spacing: -1px;
    }
    .tsb-num .tsb-accent { color: #F05A28; }
    .tsb-num .tsb-purple { color: var(--orange); }
    .tsb-label {
      font-size: 10.5px;
      font-weight: 500;
      color: rgba(255,255,255,0.45);
      margin-top: 6px;
      text-transform: uppercase;
      letter-spacing: 0.07em;
      line-height: 1.4;
    }

    /* ══ SECTION WRAPPER ══ */
    .team-section {
      max-width: 1200px;
      margin: 0 auto;
      padding: 40px 40px;
    }
    .section-eyebrow {
      font-family: 'JetBrains Mono', monospace;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--orange);
      margin-bottom: 12px;
    }
    .section-title {
      font-family: 'Sora', sans-serif;
      font-size: clamp(26px, 3.5vw, 30px);
      font-weight: 800;
      line-height: 1.15;
      letter-spacing: -0.8px;
      color: #1C1F3A;
      margin-bottom: 16px;
    }
    .section-title .hl { color: var(--orange); }
    .section-title .hl-orange { color: var(--orange) }
    .section-intro {
      font-size: 15px;
      line-height: 1.75;
      color: #4A4E72;
      font-weight: 300;
      margin-bottom: 48px;
    }

    /* ══ MANIFESTO BAND ══ */
    .manifesto-band {
      background: linear-gradient(135deg, #1C1F3A 0%, #0D0F24 100%);
      padding: 30px 40px;
      position: relative;
      overflow: hidden;
    }
    .manifesto-band::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse 700px 300px at 60% 50%, rgba(108,99,255,0.12) 0%, transparent 70%);
      pointer-events: none;
    }
    .manifesto-inner {
      max-width: 1200px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 2px;
      position: relative;
      z-index: 1;
    }
    .manifesto-pillar {
      padding: 36px 32px;
      border-right: 1px solid rgba(255,255,255,0.07);
      position: relative;
    }
    .manifesto-pillar:last-child { border-right: none; }
    .mp-num {
      font-family: 'JetBrains Mono', monospace;
      font-size: 11px;
      font-weight: 700;
      color: var(--orange);
      letter-spacing: 0.1em;
      margin-bottom: 14px;
    }
    .mp-title {
      font-family: 'Sora', sans-serif;
      font-size: 18px;
      font-weight: 800;
      color: #fff;
      margin-bottom: 10px;
      letter-spacing: -0.3px;
    }
    .mp-desc {
      font-size: 13px;
      line-height: 1.7;
      color: rgba(255,255,255,0.5);
      font-weight: 300;
    }
    .mp-bar {
      position: absolute;
      top: 0; left: 0;
      height: 3px;
      background: linear-gradient(90deg, var(--orange), #F05A28);
      width: 40px;
      border-radius: 0 0 3px 0;
      display: none; /* Zubair */
    }

    /* ══ DEPARTMENT BREAKDOWN ══ */
    .dept-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      margin-bottom: 55px;
    }
    .dept-card {
      border-radius: 16px;
      overflow: hidden;
      border: 1px solid rgba(108,99,255,0.12);
      box-shadow: 0 4px 24px rgba(28,31,58,0.07);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    .dept-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 16px 48px rgba(28,31,58,0.13);
    }
    .dept-header {
      padding: 28px 26px 22px;
      position: relative;
      overflow: hidden;
    }
    .dept-header::after {
      content: '';
      position: absolute;
      bottom: -50px; right: -50px;
      width: 150px; height: 150px;
      border-radius: 50%;
      background: rgba(255,255,255,0.05);
    }
    .dept-tech { background: linear-gradient(135deg, #1C1F3A 0%, #2D3160 100%); }
    .dept-ntech { background: linear-gradient(135deg, #1C1F3A 0%, #2D5F4A 100%); }
    .dept-support { background: linear-gradient(135deg, #3A1C2D 0%, #1C1F3A 100%); }
    .dept-eyebrow {
      font-family: 'JetBrains Mono', monospace;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.45);
      margin-bottom: 10px;
    }
    .dept-name {
      font-family: 'Sora', sans-serif;
      font-size: 22px;
      font-weight: 900;
      color: #fff;
      margin-bottom: 6px;
      letter-spacing: -0.4px;
    }
    .dept-tagline {
      font-size: 12px;
      color: rgba(255,255,255,0.5);
      font-weight: 300;
      line-height: 1.5;
    }
    .dept-body {
      background: #fff;
      padding: 22px 26px 26px;
    }
    .dept-big-num {
      font-family: 'Sora', sans-serif;
      font-size: 48px;
      font-weight: 900;
      line-height: 1;
      letter-spacing: -2px;
      margin-bottom: 4px;
    }
    .dept-big-label {
      font-size: 11px;
      font-weight: 600;
      color: #8A8DB0;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      margin-bottom: 20px;
    }
    .dept-roles {
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
    }
    .dept-role-tag {
      padding: 4px 10px;
      border-radius: 20px;
      font-size: 11px;
      font-weight: 600;
      font-family: 'Sora', sans-serif;
    }
    .role-tag-blue { background: rgba(108,99,255,0.1); color: var(--orange); }
    .role-tag-green { background: rgba(40,160,100,0.1); color: #28A064; }
    .role-tag-orange { background: rgba(240,90,40,0.1); color: #F05A28; }

    /* ══ TEAM ROSTER ══ */
    .team-roster-wrap {
      background: #fff;
      border-radius: 20px;
      border: 1px solid rgba(108,99,255,0.1);
      overflow: hidden;
      box-shadow: 0 8px 40px rgba(28,31,58,0.08);
    }
    .roster-header {
      background: linear-gradient(135deg, #1C1F3A 0%, #2D3160 100%);
      padding: 20px 28px;
      display: grid;
      grid-template-columns: 2fr 2fr 1fr 1fr;
      gap: 16px;
      align-items: center;
    }
    .rh-col {
      font-family: 'JetBrains Mono', monospace;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.4);
    }
    .roster-row {
      display: grid;
      grid-template-columns: 2fr 2fr 1fr 1fr;
      gap: 16px;
      align-items: center;
      padding: 14px 28px;
      border-bottom: 1px solid rgba(230,227,244,0.5);
      transition: background 0.15s ease;
    }
    .roster-row:last-child { border-bottom: none; }
    .roster-row:hover { background: rgba(108,99,255,0.03); }
    .roster-avatar {
      width: 34px;
      height: 34px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: 'Sora', sans-serif;
      font-size: 12px;
      font-weight: 700;
      color: #fff;
      flex-shrink: 0;
      margin-right: 10px;
    }
    .av-tech { background: linear-gradient(135deg, var(--orange), #4A3FD4); }
    .av-ntech { background: linear-gradient(135deg, #28A064, #1A7048); }
    .av-support { background: linear-gradient(135deg, #F05A28, #C03A10); }
    .roster-name-col {
      display: flex;
      align-items: center;
    }
    .roster-name {
      font-family: 'Sora', sans-serif;
      font-size: 13px;
      font-weight: 700;
      color: #1C1F3A;
      line-height: 1.2;
    }
    .roster-designation {
      font-size: 12px;
      color: #4A4E72;
    }
    .roster-dept-badge {
      display: inline-flex;
      align-items: center;
      padding: 3px 10px;
      border-radius: 20px;
      font-size: 10.5px;
      font-weight: 700;
      font-family: 'Sora', sans-serif;
      letter-spacing: 0.04em;
    }
    .badge-tech { background: rgba(108,99,255,0.1); color: var(--orange); }
    .badge-ntech { background: rgba(40,160,100,0.1); color: #28A064; }
    .badge-support { background: rgba(240,90,40,0.1); color: #F05A28; }
    .roster-tenure {
      font-family: 'JetBrains Mono', monospace;
      font-size: 11.5px;
      font-weight: 700;
      color: #8A8DB0;
    }
    .roster-gender-badge {
      display: inline-flex;
      align-items: center;
      gap: 4px;
      font-size: 11px;
      font-weight: 600;
      color: #8A8DB0;
    }

    /* ══ DIVERSITY SECTION ══ */
    .diversity-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 28px;
      margin-bottom: 48px;
    }
    .div-card {
      background: #fff;
      border-radius: 16px;
      border: 1px solid rgba(108,99,255,0.1);
      padding: 32px;
      box-shadow: 0 4px 20px rgba(28,31,58,0.06);
    }
    .div-title {
      font-family: 'Sora', sans-serif;
      font-size: 13px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      color: #8A8DB0;
      margin-bottom: 24px;
    }
    .div-bar-row {
      display: flex;
      align-items: center;
      gap: 14px;
      margin-bottom: 14px;
    }
    .div-bar-label {
      font-family: 'Sora', sans-serif;
      font-size: 13px;
      font-weight: 700;
      color: #1C1F3A;
      width: 100px;
      flex-shrink: 0;
    }
    .div-bar-track {
      flex: 1;
      height: 8px;
      background: rgba(108,99,255,0.08);
      border-radius: 6px;
      overflow: hidden;
    }
    .div-bar-fill {
      height: 100%;
      border-radius: 6px;
    }
    .fill-purple { background: linear-gradient(90deg, var(--orange), #9B94FF); }
    .fill-orange { background: linear-gradient(90deg, #F05A28, #FF8560); }
    .fill-dark { background: linear-gradient(90deg, #1C1F3A, #4A4E72); }
    .fill-green { background: linear-gradient(90deg, #28A064, #5ADA94); }
    .div-pct {
      font-family: 'JetBrains Mono', monospace;
      font-size: 13px;
      font-weight: 700;
      color: #1C1F3A;
      width: 40px;
      text-align: right;
    }

    /* ══ GROWTH TIMELINE ══ */
    .growth-section {
      background: linear-gradient(135deg, #F7F7FB 0%, #EFEFFA 100%);
      padding: 40px 40px;
    }
    .growth-inner { max-width: 1200px; margin: 0 auto; }
    .growth-bars {
      display: flex;
      align-items: flex-end;
      gap: 20px;
      height: 180px;
      margin-top: 48px;
      position: relative;
    }
    .growth-bars::before {
      content: '';
      position: absolute;
      bottom: 0; left: 0; right: 0;
      height: 1px;
      background: rgba(28,31,58,0.1);
    }
    .grow-col {
      flex: 1;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 8px;
    }
    .grow-bar-wrap {
      width: 100%;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      height: 140px;
    }
    .grow-bar {
      width: 70%;
      border-radius: 6px 6px 0 0;
      position: relative;
      display: flex;
      align-items: flex-start;
      justify-content: center;
      padding-top: 8px;
    }
    .grow-bar-num {
      font-family: 'Sora', sans-serif;
      font-size: 16px;
      font-weight: 900;
      color: #fff;
    }
    .grow-year {
      font-family: 'JetBrains Mono', monospace;
      font-size: 11px;
      font-weight: 700;
      color: #8A8DB0;
      letter-spacing: 0.06em;
    }
    .grow-bar-2021 { height: 60px; background: linear-gradient(180deg, var(--orange), #4A3FD4); }
    .grow-bar-2022 { height: 85px; background: linear-gradient(180deg, var(--orange), #4A3FD4); }
    .grow-bar-2023 { height: 145px; background: linear-gradient(180deg, #F05A28, #C03A10); }
    .grow-bar-2024 { height: 107px; background: linear-gradient(180deg, var(--orange), #4A3FD4); }
    .grow-bar-2025 { height: 120px; background: linear-gradient(180deg, var(--orange), #4A3FD4); }
    .grow-bar-2026 { height: 75px; background: linear-gradient(180deg, #28A064, #1A7048); }
    .grow-bar-2026::after {
      content: 'YTD';
      position: absolute;
      bottom: -20px;
      font-family: 'JetBrains Mono', monospace;
      font-size: 9px;
      color: #28A064;
      font-weight: 700;
    }

    /* ══ SENIORITY PYRAMID ══ */
    .seniority-section { padding: 0 40px 50px; }
    .sen-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      max-width: 1200px;
      margin: 0 auto;
    }
    .sen-card {
      background: #fff;
      border-radius: 14px;
      border: 1px solid rgba(108,99,255,0.1);
      padding: 28px 22px;
      text-align: center;
      box-shadow: 0 2px 16px rgba(28,31,58,0.06);
      transition: transform 0.2s, box-shadow 0.2s;
    }
    .sen-card:hover { transform: translateY(-3px); box-shadow: 0 10px 32px rgba(28,31,58,0.1); }
    .sen-icon {
      font-size: 28px;
      margin-bottom: 12px;
    }
    .sen-count {
      font-family: 'Sora', sans-serif;
      font-size: 40px;
      font-weight: 900;
      line-height: 1;
      letter-spacing: -1.5px;
      margin-bottom: 4px;
    }
    .sen-label {
      font-size: 11px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      color: #8A8DB0;
      margin-bottom: 12px;
    }
    .sen-desc {
      font-size: 12px;
      color: #6A6E92;
      line-height: 1.6;
      font-weight: 300;
    }
    .sen-purple { color: var(--orange); }
    .sen-orange { color: #F05A28; }
    .sen-dark { color: #1C1F3A; }
    .sen-green { color: #28A064; }

    /* ══ ACHIEVEMENT BAND ══ */
    .achievement-band {
      background: linear-gradient(135deg, #0D0F24 0%, #1C1F3A 60%, #2D3160 100%);
      padding: 64px 40px;
      position: relative;
      overflow: hidden;
    }
    .achievement-band::before {
      content: '';
      position: absolute; inset: 0;
      background: radial-gradient(ellipse 800px 400px at 50% 50%, rgba(108,99,255,0.1) 0%, transparent 70%);
      pointer-events: none;
    }
    .ab-inner {
      max-width: 1200px;
      margin: 0 auto;
      position: relative;
      z-index: 1;
    }
    .ab-title {
      font-family: 'Sora', sans-serif;
      font-size: clamp(20px, 3vw, 32px);
      font-weight: 900;
      color: #fff;
      letter-spacing: -0.6px;
      margin-bottom: 40px;
      text-align: center;
    }
    .ab-title em { color: var(--orange); font-style: italic; }
    .achievements-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }
    .ach-card {
      background: rgba(255,255,255,0.05);
      border: 1px solid rgba(255,255,255,0.08);
      border-radius: 14px;
      padding: 28px 24px;
      transition: background 0.2s, border-color 0.2s;
    }
    .ach-card:hover {
      background: rgba(108,99,255,0.1);
      border-color: rgba(108,99,255,0.3);
    }
    .ach-metric {
      font-family: 'Sora', sans-serif;
      font-size: 36px;
      font-weight: 900;
      line-height: 1;
      letter-spacing: -1px;
      margin-bottom: 6px;
    }
    .ach-metric-label {
      font-family: 'JetBrains Mono', monospace;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.3);
      margin-bottom: 14px;
    }
    .ach-desc {
      font-size: 13px;
      color: rgba(255,255,255,0.6);
      line-height: 1.65;
      font-weight: 300;
    }
    .ach-purple { color: #9B94FF; }
    .ach-orange { color: #FF8560; }
    .ach-white { color: #fff; }
    .ach-green { color: #5ADA94; }

    /* ══ FOOTER CTA ══ */
    .team-cta {
      background: #fff;
      padding: 70px 40px;
      text-align: center;
      border-top: 1px solid rgba(108,99,255,0.1);
    }
    .team-cta h2 {
      font-family: 'Sora', sans-serif;
      font-size: clamp(26px, 3.5vw, 42px);
      font-weight: 900;
      letter-spacing: -0.8px;
      color: #1C1F3A;
      margin-bottom: 16px;
    }
    .team-cta h2 em { color: var(--orange); font-style: italic; }
    .team-cta p {
      font-size: 15px;
      color: #4A4E72;
      font-weight: 300;
      max-width: 540px;
      margin: 0 auto 36px;
      line-height: 1.7;
    }

    .cta-actions-teams {
      flex-direction: row;
      justify-content: center;
    }
    .cta-pill-inline {
      display: inline-block;
    }
    .cta-pill-btn {
      display: inline-block;
      padding: 14px 32px;
      background: #1C1F3A;
      color: #fff;
      border-radius: 50px;
      font-family: 'Sora', sans-serif;
      font-size: 14px;
      font-weight: 700;
      text-decoration: none;
      letter-spacing: 0.02em;
      transition: background 0.2s, transform 0.15s;
    }
    .cta-pill-btn:hover {
      background: var(--orange);
      transform: translateY(-2px);
      color: #fff;
      text-decoration: none;
    }
    .cta-pill-btn-outline {
      display: inline-block;
      border: 2px solid rgba(28,31,58,0.2);
      color: #1C1F3A;
      padding: 12px 30px;
      border-radius: 6px;
      font-family: 'Sora', sans-serif;
      font-size: 14px;
      font-weight: 700;
      text-decoration: none;
      transition: border-color 0.2s, color 0.2s;
    }
    .cta-pill-btn-outline:hover {
      border-color: var(--orange);
      color: var(--orange);
      text-decoration: none;
    }

    /* === Teams bubbles profile === */
    .watch-grid {
      display: inline-flex;
      flex-direction: column;
      align-items: center;
    }

    .team-row {
      display: flex;
      justify-content: center;
      gap: var(--gap);
    }

    .bubble {
      width: var(--size);
      height: var(--size);
      border-radius: 50%;
      overflow: hidden;
      position: relative;
      transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
      cursor: pointer;
      border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .bubble img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.5s ease;
    }

    .bubble:hover {
      transform: scale(1.5);
      z-index: 9;
      border-color: rgba(255, 255, 255, 0.6);
      box-shadow: 0 0 30px rgba(255,255,255,0.2);
    }
    .watch-grid:hover .bubble:not(:hover) {
      filter: blur(2px) brightness(0.7);
      transform: scale(0.9);
    }
    .glass-tooltip {
      position: fixed;
      padding: 8px 16px;
      background: rgba(255, 255, 255, 0.4);
      backdrop-filter: blur(5px);
      -webkit-backdrop-filter: blur(5px);
      border: 1px solid rgba(255, 255, 255, 0.2);
      color: #000;
      border-radius: 20px;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
      font-size: 14px;
      font-weight: 500;
      pointer-events: none;
      opacity: 0;
      transition: opacity 0.3s;
      z-index: 999;
    }

    .team-heading {
      text-align: center;
      display: block;
      margin-bottom: 3em;
      font-size: 22px;
      font-family: monospace;
    }

    /* ══ RESPONSIVE ══ */
    @media (max-width: 900px) {
      .team-stats-band { grid-template-columns: repeat(3, 1fr); }
      .dept-grid { grid-template-columns: 1fr; }
      .diversity-grid { grid-template-columns: 1fr; }
      .achievements-grid { grid-template-columns: 1fr; }
      .sen-grid { grid-template-columns: repeat(2, 1fr); }
      .manifesto-inner { grid-template-columns: 1fr; }
      .manifesto-pillar { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.07); }
      .roster-header, .roster-row { grid-template-columns: 2fr 2fr 1fr; }
      .rh-col:last-child, .roster-row > *:last-child { display: none; }
    }
    @media (max-width: 600px) {
      .team-hero { padding: 70px 24px 56px; }
      .team-section { padding: 56px 24px; }
      .team-stats-band { grid-template-columns: repeat(2, 1fr); }
      .sen-grid { grid-template-columns: 1fr 1fr; }
      /* .growth-section { padding: 56px 24px; } */

      .growth-section{padding: 56px 30px;}
      .watch-grid{flex-direction: row;}
      .team-row{flex-direction: column;}
      .cta-actions-teams {flex-direction: column;}
    }
  