:root {
      --op-bg-deep: #020713;
      --op-bg-mid: #07182c;
      --op-text-main: #e7f0ff;
      --op-text-muted: #9fb7d4;
      --op-border-strong: rgba(122, 187, 255, 0.98);
      --op-border-soft: rgba(92, 150, 226, 0.9);
      --op-highlight: #3ba4ff;
    }

    * {
      box-sizing: border-box;
    }

    body {
      margin: 0;
      min-height: 100vh;
      background: radial-gradient(circle at top, #06182b 0, #020610 55%, #000 100%);
      color: var(--op-text-main);
      font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        sans-serif;
    }

    a {
      color: inherit;
      text-decoration: none;
    }
    a:hover {
      text-decoration: underline;
    }

    /* ================= SECTION SHELL ================= */
    .op-careers-section {
      position: relative;
      padding: 1rem 0 2rem;
      background: radial-gradient(
        ellipse at 40% -15%,
        rgba(90, 160, 255, 0.26) 0%,
        rgba(3, 12, 30, 0.97) 40%,
        #01040b 100%
      );
      border-top: 1px solid rgba(0, 0, 0, 0.85);
      border-bottom: 1px solid rgba(0, 0, 0, 0.85);
    }

    .op-careers-inner {
      position: relative;
      z-index: 1;
    }

    .op-careers-header {
      margin-bottom: 2.2rem;
      max-width: 820px;
    }

    .op-careers-kicker {
      text-transform: uppercase;
      letter-spacing: 0.28em;
      font-size: 0.75rem;
      color: var(--op-text-muted);
      margin-bottom: 0.2rem;
    }

    .op-careers-title {
      font-size: 1.9rem;
      font-weight: 700;
      color: #ffffff;
      margin-bottom: 0.35rem;
    }

    .op-careers-subtitle {
      font-size: 0.95rem;
      color: var(--op-text-muted);
    }

    /* ================= GRID ================= */
    .op-careers-grid {
      display: grid;
      gap: 1.8rem;
      grid-template-columns: minmax(0, 1fr);
    }

    @media (min-width: 992px) {
      .op-careers-grid {
        grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
      }
    }

    /* ================= LEFT COLUMN – BENEFIT CARDS ================= */
    .op-benefits-column {
      display: grid;
      grid-template-columns: minmax(0, 1fr);
      gap: 1.2rem;
    }

    @media (min-width: 768px) {
      .op-benefits-column {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    .op-benefit-card {
      position: relative;
      border-radius: 18px;
      padding: 1.05rem 1.15rem 1.1rem;
      color: var(--op-text-main);
      border: 1px solid var(--op-border-soft);
      box-shadow:
        0 0 0 1px rgba(0,0,0,0.9),
        0 18px 40px rgba(0,0,0,0.9),
        inset 0 0 18px rgba(130, 195, 255, 0.16);
      backdrop-filter: blur(18px);
      -webkit-backdrop-filter: blur(18px);
      background: radial-gradient(circle at top left,
                  rgba(80, 160, 255, 0.4) 0,
                  rgba(6, 18, 36, 0.97) 40%,
                  #040914 100%);
      display: flex;
      flex-direction: column;
      gap: 0.45rem;
      transition: transform 0.18s ease-out,
                  box-shadow 0.18s ease-out,
                  border-color 0.18s ease-out;
    }

    .op-benefit-card:hover {
      transform: translateY(-3px);
      border-color: rgba(164, 222, 255, 0.98);
      box-shadow:
        0 0 0 1px rgba(0,0,0,0.95),
        0 24px 58px rgba(15, 30, 60, 0.95),
        inset 0 0 26px rgba(158, 220, 255, 0.26);
    }

    .op-benefit-card--ops {
      background: radial-gradient(circle at top left,
                  rgba(255, 196, 128, 0.45) 0,
                  rgba(28, 18, 6, 0.95) 34%,
                  #05070f 100%);
      border-color: rgba(255, 198, 132, 0.98);
      box-shadow:
        0 0 0 1px rgba(0,0,0,0.9),
        0 18px 36px rgba(0,0,0,0.9),
        inset 0 0 20px rgba(255, 210, 140, 0.2);
    }

    .op-benefit-card--growth {
      background: radial-gradient(circle at top,
                  rgba(125, 255, 234, 0.45) 0,
                  rgba(0, 20, 26, 0.96) 40%,
                  #021014 100%);
      border-color: rgba(132, 245, 224, 0.96);
    }

    .op-benefit-card--remote {
      background: radial-gradient(circle at top,
                  rgba(145, 180, 255, 0.5) 0,
                  rgba(4, 16, 46, 0.97) 40%,
                  #040a1a 100%);
      border-color: rgba(140, 188, 255, 0.96);
    }

    .op-benefit-card--scope {
      background: radial-gradient(circle at top right,
                  rgba(246, 153, 255, 0.45) 0,
                  rgba(32, 6, 36, 0.96) 40%,
                  #06010f 100%);
      border-color: rgba(236, 180, 255, 0.96);
    }

    .op-benefit-icon {
      width: 36px;
      height: 36px;
      border-radius: 13px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.2rem;
      color: #fff;
      margin-bottom: 0.2rem;
      box-shadow:
        0 0 0 1px rgba(0,0,0,0.6),
        0 8px 18px rgba(0,0,0,0.8);
    }

    .op-benefit-card--ops .op-benefit-icon {
      background: linear-gradient(135deg, #ffb347, #ff7d4f);
    }
    .op-benefit-card--growth .op-benefit-icon {
      background: linear-gradient(135deg, #7dffe6, #37d4a5);
    }
    .op-benefit-card--remote .op-benefit-icon {
      background: linear-gradient(135deg, #7ea6ff, #3650ff);
    }
    .op-benefit-card--scope .op-benefit-icon {
      background: linear-gradient(135deg, #f0aaff, #c663ff);
    }

    .op-benefit-title {
      font-size: 0.97rem;
      font-weight: 600;
      color: #ffffff;
    }

    .op-benefit-text {
      font-size: 0.84rem;
      color: rgba(220, 234, 255, 0.9);
    }

    .op-benefit-tagline {
      margin-top: auto;
      font-size: 0.75rem;
      color: rgba(210, 225, 255, 0.8);
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    /* ================= RIGHT COLUMN – ACCORDIONS ================= */

    .op-roles-shell {
      border-radius: 18px;
      background: radial-gradient(circle at top,
                  rgba(80, 150, 255, 0.32) 0,
                  rgba(5, 15, 30, 0.97) 40%,
                  #020710 100%);
      border: 1px solid var(--op-border-strong);
      box-shadow:
        0 0 0 1px rgba(0,0,0,0.9),
        0 20px 50px rgba(4, 8, 18, 0.95),
        inset 0 0 22px rgba(150, 210, 255, 0.16);
      backdrop-filter: blur(20px);
      -webkit-backdrop-filter: blur(20px);
      padding: 1.35rem 1.35rem 1.45rem;
    }

    .op-roles-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 0.8rem;
      gap: 0.75rem;
    }

    .op-roles-title {
      font-size: 0.95rem;
      text-transform: uppercase;
      letter-spacing: 0.16em;
      color: var(--op-text-muted);
      display: flex;
      align-items: center;
      gap: 0.45rem;
    }

    .op-roles-title i {
      color: #ffffff;
    }

    .op-roles-divider {
      height: 1px;
      background: linear-gradient(90deg,
        rgba(150,210,255,0.05),
        rgba(150,210,255,0.7),
        rgba(150,210,255,0.05));
      border-radius: 999px;
      margin-bottom: 0.75rem;
    }

    .accordion {
      --bs-accordion-bg: transparent;
      --bs-accordion-border-color: rgba(109, 153, 219, 0.7);
      --bs-accordion-border-radius: 12px;
      --bs-accordion-inner-border-radius: 12px;
      --bs-accordion-btn-bg: rgba(4, 15, 30, 0.96);
      --bs-accordion-btn-color: var(--op-text-main);
      --bs-accordion-btn-focus-box-shadow: 0 0 0 1px rgba(160, 214, 255, 0.7);
      --bs-accordion-active-bg: rgba(14, 35, 70, 0.98);
      --bs-accordion-active-color: #ffffff;
      --bs-accordion-body-padding-x: 1rem;
      --bs-accordion-body-padding-y: 0.85rem;
    }

    .accordion-item {
      border-radius: 12px !important;
      overflow: hidden;
      margin-bottom: 0.65rem;
      border-width: 1px;
    }

    .accordion-button {
      font-size: 0.9rem;
      padding: 0.7rem 0.95rem;
      display: flex;
      align-items: center;
      gap: 0.55rem;
      box-shadow: none;
    }

    .accordion-button::after {
      filter: invert(1) opacity(0.7);
      transform: scale(0.85);
    }

    .op-accordion-icon {
      width: 26px;
      height: 26px;
      border-radius: 999px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 1rem;
      box-shadow:
        0 0 0 1px rgba(0,0,0,0.7),
        0 6px 14px rgba(0,0,0,0.85);
    }

    .op-accordion-icon--datacenter {
      background: linear-gradient(135deg, #ffb347, #ff7d4f);
      color: #1b0d03;
    }

    .op-accordion-icon--webapps {
      background: linear-gradient(135deg, #7ea6ff, #3650ff);
      color: #f7fbff;
    }

    .op-accordion-icon--network {
      background: linear-gradient(135deg, #7dffe6, #37d4a5);
      color: #02120e;
    }

    .op-accordion-icon--community {
      background: linear-gradient(135deg, #f0aaff, #c663ff);
      color: #1a061f;
    }

    .accordion-body {
      font-size: 0.84rem;
      color: rgba(210, 226, 250, 0.92);
    }

    .op-role-bullets {
      padding-left: 1.1rem;
      margin: 0.25rem 0 0.35rem;
    }

    .op-role-bullets li {
      margin-bottom: 0.18rem;
    }

    .op-role-footnote {
      font-size: 0.78rem;
      color: rgba(188, 210, 244, 0.9);
      margin-top: 0.2rem;
    }

    .op-inclusive-note {
      margin-top: 0.85rem;
      padding-top: 0.7rem;
      border-top: 1px dashed rgba(140, 185, 245, 0.7);
      font-size: 0.82rem;
      color: rgba(202, 222, 252, 0.98);
    }

    .op-inclusive-note span {
      display: block;
      font-size: 0.76rem;
      color: rgba(170, 204, 250, 0.96);
      margin-top: 0.2rem;
    }