
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html, body { overflow-x: hidden; max-width: 100%; }
    :root {
      --ink: #ffffff;
      --deep: #f5f5f5;
      --panel: #f9f9f9;
      --card: rgba(0,0,0,0.03);
      --border: rgba(0,0,0,0.1);
      --blue: #0057FF;
      --blue-dim: rgba(0,87,255,0.08);
      --blue-glow: rgba(0,87,255,0.2);
      --cyan: #0057FF;
      --cyan-dim: rgba(0,87,255,0.08);
      --cyan-glow: rgba(0,87,255,0.2);
      --gold: #0057FF;
      --white: #111111;
      --muted: #555555;
      --soft: #333333;
    }
    body { background: #000000; color: #e5e7eb; font-family: 'Inter', sans-serif; font-size: 16px; line-height: 1.6; overflow-x: hidden; }
    h1,h2,h3,h4,.brand { font-family: 'Raleway', sans-serif; }
    .wrap { max-width: 1160px; margin: 0 auto; padding: 0 2rem; }

    nav { position: fixed; top: 0; left: 0; right: 0; z-index: 200; display: flex; align-items: center; justify-content: space-between; padding: 0 2rem; height: 64px; background: rgba(0,0,0,0.88); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(0,0,0,0.1); }
    .brand { font-size: 1.55rem; font-weight: 900; color: #ffffff; text-decoration: none; letter-spacing: -0.03em; }
    .brand em { color: #ffffff; font-style: normal; } .brand em:last-child { color: #0057FF; }
    .nav-links { display: flex; align-items: center; gap: 2.2rem; list-style: none; }
    .nav-links a { color: #9ca3af; text-decoration: none; font-size: 0.88rem; font-weight: 500; transition: color 0.2s; }
    .nav-links a:hover { color: #ffffff; }
    .nav-cta { background: #0057FF !important; color: #ffffff !important; padding: 0.5rem 1.35rem; border-radius: 6px; font-weight: 700 !important; }
    .nav-cta:hover { background: #0040cc !important; }

    .page-hero { padding: 140px 0 80px; background: #000000; border-bottom: 1px solid rgba(255,255,255,0.08); }
    .section-eyebrow { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(0,87,255,0.08); border: 1px solid rgba(6,182,212,0.2); color: #0057FF; padding: 0.35rem 0.9rem; border-radius: 100px; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 1.5rem; }
    .page-hero h1 { font-size: clamp(2.2rem, 5vw, 3.8rem); font-weight: 900; line-height: 1.1; letter-spacing: -0.03em; margin-bottom: 1.25rem; color: #ffffff; }
    .page-hero h1 .accent { color: #0057FF; }
    .page-hero p { font-size: 1.1rem; color: rgba(255,255,255,0.75); max-width: 560px; line-height: 1.75; font-weight: 300; }

    section { padding: 80px 0; }
    .section-label { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #0057FF; margin-bottom: 0.75rem; }
    .section-title { font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 900; letter-spacing: -0.02em; line-height: 1.15; margin-bottom: 1rem; }
    .section-sub { color: #9ca3af; font-size: 0.97rem; line-height: 1.75; max-width: 560px; }

    /* FILTER */
    .filter-bar { display: flex; gap: 0.75rem; flex-wrap: wrap; margin: 2.5rem 0; }
    .filter-btn { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12); color: #9ca3af; padding: 0.5rem 1.2rem; border-radius: 100px; font-size: 0.83rem; font-weight: 600; cursor: pointer; transition: all 0.2s; font-family: 'Inter', sans-serif; }
    .filter-btn:hover, .filter-btn.active { background: rgba(0,87,255,0.08); border-color: rgba(6,182,212,0.4); color: #0057FF; }

    /* ROLE CARDS */
    .roles-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: 1.5rem; }
    .role-card { background: linear-gradient(135deg,#111111,#0a0a0a); border: 1px solid rgba(255,255,255,0.08); border-radius: var(--radius); padding: 2rem; transition: border-color 0.3s, transform 0.3s; cursor: pointer; }
    .role-card:hover { border-color: rgba(6,182,212,0.35); transform: translateY(-3px); }
    .role-header { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 1rem; gap: 1rem; }
    .role-title { font-size: 1.1rem; font-weight: 800; margin-bottom: 0.25rem; }
    .role-rate { font-size: 1.3rem; font-weight: 900; color: #0057FF; white-space: nowrap; }
    .role-period { font-size: 0.78rem; color: #9ca3af; font-weight: 400; }
    .role-tags { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 1rem; }
    .role-tag { background: rgba(0,87,255,0.08); color: #0057FF; font-size: 0.7rem; font-weight: 700; padding: 0.15rem 0.6rem; border-radius: 100px; letter-spacing: 0.04em; }
    .role-desc { color: #9ca3af; font-size: 0.87rem; line-height: 1.65; margin-bottom: 1.25rem; }
    .role-skills { list-style: none; display: flex; flex-direction: column; gap: 0.4rem; }
    .role-skills li { font-size: 0.82rem; color: #9ca3af; display: flex; align-items: flex-start; gap: 0.5rem; }
    .role-skills li::before { content: '→'; color: #0057FF; font-weight: 700; flex-shrink: 0; }
    .role-cta { display: block; text-align: center; margin-top: 1.5rem; background: transparent; border: 1px solid rgba(255,255,255,0.15); color: #d1d5db; padding: 0.65rem 1rem; border-radius: 8px; font-size: 0.85rem; font-weight: 700; text-decoration: none; transition: all 0.2s; font-family: 'Raleway', sans-serif; }
    .role-cta:hover { background: rgba(0,87,255,0.08); border-color: rgba(0,87,255,0.4); color: #0057FF; }

    /* COMPARISON TABLE */
    .comparison-section { background: #0a0a0a; border-top: 1px solid rgba(255,255,255,0.08); border-bottom: 1px solid rgba(255,255,255,0.08); }
    .comparison-table { width: 100%; border-collapse: collapse; margin-top: 2.5rem; }
    .comparison-table th { padding: 1rem 1.5rem; text-align: left; font-family: 'Raleway', sans-serif; font-weight: 800; font-size: 0.83rem; text-transform: uppercase; letter-spacing: 0.06em; color: #9ca3af; border-bottom: 1px solid rgba(255,255,255,0.08); }
    .comparison-table th:not(:first-child) { text-align: center; }
    .comparison-table td { padding: 1rem 1.5rem; font-size: 0.9rem; border-bottom: 1px solid rgba(255,255,255,0.04); }
    .comparison-table td:not(:first-child) { text-align: center; }
    .comparison-table tr:hover td { background: rgba(255,255,255,0.02); }
    .comparison-table .role-name { font-weight: 700; color: #ffffff; }
    .comparison-table .ph-rate { color: #4d8fff; font-weight: 700; }
    .comparison-table .us-rate { color: #9ca3af; }
    .comparison-table .savings { color: var(--gold); font-weight: 700; }
    .check { color: #0057FF; font-size: 1rem; }

    /* CTA STRIP */
    .cta-strip { background: linear-gradient(135deg, rgba(6,182,212,0.08), rgba(6,182,212,0.03)); border: 1px solid rgba(6,182,212,0.15); border-radius: var(--radius); padding: 2.5rem 3rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; margin-top: 4rem; }
    .btn-primary { background: #0057FF; color: var(--ink); padding: 0.9rem 2.1rem; border-radius: 8px; font-family: 'Raleway', sans-serif; font-weight: 800; font-size: 0.95rem; text-decoration: none; display: inline-block; transition: background 0.2s; white-space: nowrap; }
    .btn-primary:hover { background: #0040cc; }

    footer { background: #0a0a0a; border-top: 1px solid rgba(255,255,255,0.08); padding: 4rem 0 2rem; }
    .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
    .footer-divider { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 2rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
    .footer-links { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; }
    .footer-links a { color: #9ca3af; text-decoration: none; font-size: 0.88rem; transition: color 0.2s; }
    .footer-links a:hover { color: #ffffff; }
    .footer-heading { color: #9ca3af; font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 0.85rem; margin-bottom: 1rem; letter-spacing: 0.05em; text-transform: uppercase; }

    @media(max-width:768px) {
      .roles-grid { grid-template-columns: 1fr; }
      .footer-grid { grid-template-columns: 1fr 1fr; }
      .cta-strip { flex-direction: column; }
      .comparison-table { font-size: 0.78rem; }
      .comparison-table th, .comparison-table td { padding: 0.75rem 0.75rem; }
    }

    

  
    /* ── Mobile nav ── */
    .mob-toggle {
      display: none;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 5px;
      width: 44px; height: 44px;
      background: transparent;
      border: none;
      cursor: pointer;
      padding: 6px;
      z-index: 9999;
      flex-shrink: 0;
    }
    .mob-toggle span {
      display: block;
      width: 26px; height: 2px;
      background: #111111;
      border-radius: 2px;
      transition: transform 0.3s ease, opacity 0.3s ease;
      pointer-events: none;
    }
    @media (max-width: 1200px) {
      nav { padding: 0 1rem !important; overflow: visible !important; width: 100% !important; box-sizing: border-box !important; }
      .mob-toggle { display: flex !important; }
      .nav-links {
        display: none;
        position: fixed;
        top: 72px; left: 0; right: 0; width: 100%;
        flex-direction: column;
        background: rgba(0,0,0,0.97);
        backdrop-filter: blur(20px);
        border-bottom: 1px solid rgba(255,255,255,0.08);
        padding: 0.5rem 1.5rem 1.5rem;
        z-index: 9998;
        list-style: none;
        gap: 0;
        margin: 0;
      }
      .nav-links.mob-open { display: flex; }
      .nav-links li { border-bottom: 1px solid rgba(255,255,255,0.07); margin: 0; }
      .nav-links li:last-child { border-bottom: none; padding-top: 0.5rem; }
      .nav-links a {
        display: block;
        padding: 0.85rem 0;
        font-size: 1rem;
        font-weight: 500;
        color: #d1d5db;
        text-decoration: none;
      }
      .nav-links a:hover,
      .nav-links a.active { color: #ffffff; }
      .nav-links .nav-cta {
        display: block;
        text-align: center;
        padding: 0.75rem 1.25rem;
        background: #0057FF;
        color: #ffffff;
        font-weight: 700;
        border-radius: 8px;
        font-size: 0.95rem;
      }
      .nav-links .nav-cta:hover { background: #0040cc; color: #ffffff; }
    }
    .mob-open-body .mob-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .mob-open-body .mob-toggle span:nth-child(2) { opacity: 0; }
    .mob-open-body .mob-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }


    /* ── Nav hover underline ── */
    .nav-links a:not(.nav-cta) { position: relative; }
    .nav-links a:not(.nav-cta)::after {
      content: ''; position: absolute; bottom: -4px; left: 0;
      width: 0; height: 2px; background: #0057FF; border-radius: 2px;
      transition: width 0.22s ease;
    }
    .nav-links a:not(.nav-cta):hover::after,
    .nav-links a.active::after { width: 100%; }
    .nav-links a { cursor: pointer; }

    /* ── Services dropdown ── */
    .nav-has-dropdown { position: relative; }
    .nav-arrow {
      font-size: 0.65rem; margin-left: 3px; display: inline-block;
      transition: transform 0.22s; vertical-align: middle;
    }
    .nav-has-dropdown:hover .nav-arrow { transform: rotate(180deg); }
    .nav-dropdown {
      position: absolute; top: calc(100% + 14px); left: 50%;
      transform: translateX(-50%) translateY(-6px);
      background: #111111; border-radius: 16px;
      padding: 1.5rem 1.75rem; min-width: 560px;
      box-shadow: 0 20px 60px rgba(0,0,0,0.5), 0 2px 8px rgba(0,0,0,0.3);
      border: 1px solid rgba(255,255,255,0.08);
      opacity: 0; visibility: hidden;
      transition: opacity 0.2s ease, transform 0.2s ease;
      z-index: 9999; pointer-events: none;
    }
    .nav-has-dropdown:hover .nav-dropdown {
      opacity: 1; visibility: visible;
      transform: translateX(-50%) translateY(0);
      pointer-events: auto;
    }.nav-dropdown::after{content:'';position:absolute;top:-18px;left:0;right:0;height:18px;}
    .nav-dropdown::before {
      content: ''; position: absolute; top: -6px; left: 50%;
      transform: translateX(-50%);
      width: 12px; height: 12px; background: #111111;
      border-top: 1px solid rgba(255,255,255,0.08);
      border-left: 1px solid rgba(255,255,255,0.08);
      transform: translateX(-50%) rotate(45deg);
    }
    .nav-dd-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;}
    .nav-dd-grid {
      display: grid; grid-template-columns: repeat(4,1fr); gap: 1.25rem;
    }
    .nav-dd-col-head {
      font-family: 'Raleway', sans-serif; font-size: 0.7rem; font-weight: 800;
      text-transform: uppercase; letter-spacing: 0.1em; color: #0057FF;
      margin-bottom: 0.65rem; padding-bottom: 0.5rem;
      border-bottom: 1px solid rgba(0,87,255,0.12);
    }
    .nav-dropdown a {
      display: block; font-size: 0.81rem; color: #9ca3af; padding: 0.28rem 0;
      font-weight: 400; transition: color 0.15s, padding-left 0.15s;
      white-space: nowrap;
    }
    .nav-dropdown a::after { display: none; }
    .nav-dropdown a:hover { color: #0057FF; padding-left: 5px; }
    @media (max-width:1200px) { .nav-dropdown { display: none !important; } }

  
/* ═══════════════════════════════════════
   ROLES PAGE — PREMIUM VISUAL REDESIGN
   ═══════════════════════════════════════ */

/* Body dot grid */
body {
  background-color: #000000;
  background-image: radial-gradient(circle, rgba(0,87,255,0.06) 1px, transparent 1px);
  background-size: 28px 28px;
}

/* Main roles section */
section:first-of-type {
  background-color: #000000;
  background-image: radial-gradient(circle, rgba(0,87,255,0.06) 1px, transparent 1px);
  background-size: 28px 28px;
}

/* Filter bar upgrade */
.filter-bar {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin: 2.5rem 0;
  padding: 1rem 1.25rem;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px;
  backdrop-filter: blur(8px);
}
.filter-btn {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.15);
  color: #9ca3af;
  padding: 0.45rem 1.1rem;
  border-radius: 100px;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}
.filter-btn:hover, .filter-btn.active {
  background: #0052E0;
  border-color: #0052E0;
  color: #ffffff;
}

/* Role cards — premium redesign */
.roles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 1.25rem;
}
.role-card {
  background: linear-gradient(135deg,#111111,#0a0a0a);
  border: 1px solid rgba(255,255,255,0.08);
  border-top: 3px solid transparent;
  border-radius: 14px;
  padding: 1.75rem;
  transition: border-top-color 0.25s, box-shadow 0.25s, transform 0.25s;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.role-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,82,224,0.03) 0%, transparent 60%);
  pointer-events: none;
}
.role-card:hover {
  border-top-color: #0052E0;
  box-shadow: 0 12px 40px rgba(0,82,224,0.12);
  transform: translateY(-3px);
}
.role-title { font-size: 1.05rem; font-weight: 800; margin-bottom: 0.35rem; color: #ffffff; }
.role-rate { font-size: 1.25rem; font-weight: 900; color: #4d8fff; }
.role-period { font-size: 0.75rem; color: #9ca3af; }
.role-tag {
  background: rgba(0,82,224,0.08);
  color: #0052E0;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 0.15rem 0.6rem;
  border-radius: 100px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.role-desc { color: #9ca3af; font-size: 0.86rem; line-height: 1.68; margin-bottom: 1.1rem; }
.role-skills li { font-size: 0.82rem; color: #9ca3af; }
.role-skills li::before { content: '→'; color: #0052E0; font-weight: 700; }
.role-cta {
  display: block;
  text-align: center;
  margin-top: 1.5rem;
  background: #0052E0;
  color: #ffffff;
  border: none;
  padding: 0.7rem 1rem;
  border-radius: 8px;
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s;
  font-family: 'Raleway', sans-serif;
}
.role-cta:hover { background: #003ec4; }

/* Comparison section — dark navy */
.comparison-section {
  background: #080E1E !important;
  border-color: rgba(255,255,255,0.06) !important;
  padding: 80px 0;
}
.comparison-section .section-label { color: #7eb8ff !important; }
.comparison-section .section-title { color: #ffffff !important; }
.comparison-section .section-sub { color: rgba(255,255,255,0.6) !important; }
.comparison-table { background: rgba(255,255,255,0.03); border-radius: 14px; overflow: hidden; border: 1px solid rgba(255,255,255,0.08); }
.comparison-table th {
  background: rgba(255,255,255,0.05);
  color: rgba(255,255,255,0.5);
  border-bottom-color: rgba(255,255,255,0.08);
  font-size: 0.75rem;
}
.comparison-table td { border-bottom-color: rgba(255,255,255,0.05); color: rgba(255,255,255,0.8); }
.comparison-table tr:hover td { background: rgba(255,255,255,0.03); }
.comparison-table .role-name { color: #ffffff; font-weight: 700; }
.comparison-table .ph-rate { color: #7eb8ff; font-weight: 800; }
.comparison-table .us-rate { color: rgba(255,255,255,0.45); }
.comparison-table .savings { color: #4ade80; font-weight: 700; }
.check { color: #7eb8ff; }

/* CTA strip inside comparison — dark card */
.cta-strip {
  background: rgba(0,82,224,0.12) !important;
  border: 1px solid rgba(0,82,224,0.3) !important;
  border-radius: 14px;
  padding: 2.5rem 3rem;
  margin-top: 3.5rem;
}
.cta-strip h3 { color: #ffffff !important; }
.cta-strip p { color: rgba(255,255,255,0.65) !important; }

/* Footer dark */
footer {
  background: #0A0A0A !important;
  border-top-color: rgba(255,255,255,0.07) !important;
}
.footer-heading { color: rgba(255,255,255,0.35) !important; }
.footer-links a { color: rgba(255,255,255,0.5) !important; }
.footer-links a:hover { color: rgba(255,255,255,0.9) !important; }
.footer-divider { border-top-color: rgba(255,255,255,0.07) !important; }
