html,body{background:#0A0202;margin:0}
/* ── CAREERS CONTENT ── */
  .careers-section { padding: 80px 0; background: #FAF8F8; }

  .careers-intro {
    background: #fff; border: 1px solid #EDE4E4; border-radius: 20px;
    padding: 40px; margin-bottom: 48px;
  }
  .careers-intro h2 {
    font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.5rem;
    font-weight: 800; color: #0F0F0F; margin-bottom: 12px;
  }
  .careers-intro p { font-size: 1rem; color: #555; line-height: 1.8; margin: 0; }

  .job-listings h2 {
    font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.1rem;
    font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
    color: #A50000; margin-bottom: 24px;
  }

  .job-card {
    background: #fff; border: 1px solid #EDE4E4; border-radius: 20px;
    padding: 36px; margin-bottom: 24px;
    transition: border-color 0.3s, box-shadow 0.3s;
  }
  .job-card:hover { border-color: rgba(165,0,0,0.22); box-shadow: 0 12px 36px rgba(165,0,0,0.07); }

  .job-header { margin-bottom: 24px; padding-bottom: 20px; border-bottom: 1px solid #EDE4E4; }
  .job-header h3 {
    font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.3rem;
    font-weight: 800; color: #0F0F0F; margin-bottom: 12px;
  }
  .job-meta { display: flex; flex-wrap: wrap; gap: 12px; }
  .job-meta span {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 0.82rem; font-weight: 600; color: #555;
    background: #FAF8F8; border: 1px solid #EDE4E4;
    padding: 5px 12px; border-radius: 100px;
  }
  .job-meta span i { color: #A50000; font-size: 0.78rem; }

  .job-description h4 {
    font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.9rem;
    font-weight: 700; color: #0F0F0F; margin: 20px 0 10px;
    text-transform: uppercase; letter-spacing: 0.06em;
  }
  .job-description h4:first-child { margin-top: 0; }
  .job-description p { font-size: 0.92rem; color: #555; line-height: 1.75; margin-bottom: 12px; }
  .job-description ul { padding-left: 0; list-style: none; margin-bottom: 8px; }
  .job-description ul li {
    font-size: 0.9rem; color: #444; padding: 6px 0 6px 22px;
    border-bottom: 1px solid #F5F0F0; position: relative; line-height: 1.55;
  }
  .job-description ul li:last-child { border-bottom: none; }
  .job-description ul li::before {
    content: ''; position: absolute; left: 0; top: 14px;
    width: 8px; height: 8px; border-radius: 50%; background: #A50000; opacity: 0.5;
  }

  .apply-section { margin-top: 28px; padding-top: 24px; border-top: 1px solid #EDE4E4; }
  .apply-btn {
    display: inline-flex; align-items: center; gap: 8px;
    background: #A50000; color: #fff;
    padding: 14px 28px; border-radius: 12px; border: none; cursor: pointer;
    font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; font-size: 0.92rem;
    transition: all 0.3s; box-shadow: 0 4px 16px rgba(165,0,0,0.25);
  }
  .apply-btn:hover { background: #C00000; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(165,0,0,0.32); }

  /* ── MODAL ── */
  .modal {
    display: none; position: fixed; inset: 0;
    background: rgba(0,0,0,0.6); backdrop-filter: blur(6px);
    z-index: 9000; align-items: center; justify-content: center; padding: 20px;
  }
  .modal.open { display: flex; }
  .modal-content {
    background: #fff; border-radius: 24px; padding: 44px;
    width: 100%; max-width: 600px; max-height: 90vh;
    overflow-y: auto; position: relative;
    box-shadow: 0 24px 80px rgba(0,0,0,0.25);
  }
  .modal-close {
    position: absolute; top: 20px; right: 20px;
    width: 36px; height: 36px; border-radius: 10px;
    background: #FAF8F8; border: 1px solid #EDE4E4;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer; font-size: 1rem; color: #555; transition: all 0.2s;
  }
  .modal-close:hover { background: #A50000; color: #fff; border-color: #A50000; }
  .modal-content h2 {
    font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.3rem;
    font-weight: 800; color: #0F0F0F; margin-bottom: 28px; padding-right: 40px;
  }
  .f-group { margin-bottom: 18px; }
  .f-group label { display: block; font-size: 0.82rem; font-weight: 600; color: #333; margin-bottom: 7px; font-family: 'Plus Jakarta Sans', sans-serif; }
  .f-group input, .f-group select, .f-group textarea {
    width: 100%; padding: 12px 16px; border: 1.5px solid #EDE4E4;
    border-radius: 10px; font-size: 0.9rem; font-family: 'DM Sans', sans-serif;
    color: #0F0F0F; background: #FAF8F8; transition: all 0.2s; outline: none;
  }
  .f-group input:focus, .f-group select:focus, .f-group textarea:focus {
    border-color: #A50000; background: #fff; box-shadow: 0 0 0 3px rgba(165,0,0,0.08);
  }
  .f-group textarea { resize: vertical; min-height: 110px; }
  .f-group input[type="file"] { padding: 10px 14px; cursor: pointer; }
  .checkbox-row { display: flex; align-items: flex-start; gap: 10px; }
  .checkbox-row input[type="checkbox"] { width: 18px; height: 18px; margin-top: 2px; accent-color: #A50000; flex-shrink: 0; }
  .checkbox-row label { font-size: 0.85rem; color: #555; line-height: 1.5; margin: 0; font-family: 'DM Sans', sans-serif; font-weight: 400; }
  .modal-actions { display: flex; gap: 12px; margin-top: 24px; }
  .modal-cancel {
    flex: 1; padding: 13px; border-radius: 10px; border: 1.5px solid #EDE4E4;
    background: #fff; font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 600;
    font-size: 0.9rem; color: #555; cursor: pointer; transition: all 0.2s;
  }
  .modal-cancel:hover { border-color: #ccc; background: #FAF8F8; }
  .modal-submit {
    flex: 2; padding: 13px; border-radius: 10px; border: none;
    background: #A50000; color: #fff;
    font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700;
    font-size: 0.9rem; cursor: pointer; transition: all 0.3s;
  }
  .modal-submit:hover { background: #C00000; }

  @media (max-width: 640px) {
    .careers-intro { padding: 24px 20px; }
    .job-card { padding: 24px 20px; }
    .modal-content { padding: 28px 20px; }
    .modal-actions { flex-direction: column; }
  }