/* ─────────────────────────────────────────────────────────────────────
   careers.css — Design system pages Careers / HR (Sprint S5 2026-08-01)
   Extrait des <style> inline de :
     careers_home, posting_detail, apply_gate, application_form,
     candidate_register, candidate_profile_setup, contract_sign.

   Scoping : chaque section est scopée par body.<page>-page.
   Tokens --tk-* viennent de main.css et hr_tokens.css.
   ───────────────────────────────────────────────────────────────────── */

/* ── Mobile polish global pour toutes les pages careers (< 768px) ─── */
@media (max-width: 767px) {
  body.careers-home-page .page-title h1,
  body.posting-detail-page .page-title h1,
  body.apply-gate-page .page-title h1,
  body.application-form-page .page-title h1,
  body.candidate-register-page .page-title h1,
  body.contract-sign-page .page-title h1,
  body.candidate-profile-setup-page .page-title h1 {
    font-size: 1.35rem !important;
    line-height: 1.2;
  }
  /* Filtres offres → colonne unique */
  body.careers-home-page .careers-filters,
  body.careers-home-page .filter-bar,
  body.careers-home-page .job-filters {
    flex-direction: column !important;
    gap: 8px !important;
  }
  body.careers-home-page .careers-filters select,
  body.careers-home-page .careers-filters input {
    width: 100% !important;
    min-height: 48px;
    font-size: 16px;
  }
}

/* Paragraphes justify (règle DA TouKidou) */
body.careers-home-page .job-card p,
body.posting-detail-page .posting-content p,
body.posting-detail-page .job-description p,
body.apply-gate-page .gate-content p,
body.application-form-page .form-section p,
body.candidate-register-page .register-content p,
body.contract-sign-page .contract-body p,
body.candidate-profile-setup-page .profile-content p {
  text-align: justify;
  hyphens: none;
}
body.careers-home-page .btn p,
body.application-form-page .btn p,
body.application-form-page label p,
body.candidate-register-page .btn p,
body.contract-sign-page .btn p { text-align: inherit; hyphens: none; }


/* ═══════════════════════════════════════════════════════════════
   EXTRACTED PAGE-SPECIFIC STYLES (Sprint S5 2026-08-01)
   Chaque section est scopée par body.<page>-page.
   ═══════════════════════════════════════════════════════════════ */

/* ─────────── hr/careers_home.html → body.careers-home-page ─────────── */
body.careers-home-page .careers-shell {

    --career-blue: #1f5eff;
    --career-red: #e02020;
    --career-ink: #16213d;
    --career-sand: #f6f4ee;
    --career-line: rgba(22, 33, 61, 0.12);
  }
body.careers-home-page .careers-shell .hero-panel {

    background:
      radial-gradient(circle at top left, rgba(31, 94, 255, 0.16), transparent 34%),
      linear-gradient(135deg, #ffffff 0%, #f7f8fc 56%, #eef3ff 100%);
    border: 1px solid var(--career-line);
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 24px 70px rgba(22, 33, 61, 0.1);
  }
body.careers-home-page .careers-shell .hero-kicker {

    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .45rem .8rem;
    border-radius: 999px;
    background: rgba(31, 94, 255, 0.08);
    color: var(--career-blue);
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    font-size: .78rem;
  }
body.careers-home-page .careers-shell .hero-title {

    color: var(--career-ink);
    font-size: clamp(2.2rem, 5vw, 4.4rem);
    line-height: .96;
    font-weight: 800;
    margin: 1.25rem 0 1rem;
  }
body.careers-home-page .careers-shell .hero-text {

    color: rgba(22, 33, 61, 0.8);
    font-size: 1.05rem;
    max-width: 62ch;
  }
body.careers-home-page .careers-shell .hero-points {

    display: flex;
    gap: .75rem;
    flex-wrap: wrap;
    margin-top: 1.5rem;
  }
body.careers-home-page .careers-shell .hero-points span, body.careers-home-page .careers-shell .job-chip {

    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .6rem .9rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid var(--career-line);
    color: var(--career-ink);
    font-weight: 600;
  }
body.careers-home-page .careers-shell .hero-cta {

    display: flex;
    gap: .9rem;
    flex-wrap: wrap;
    margin-top: 1.8rem;
  }
body.careers-home-page .careers-shell .hero-visual {

    position: relative;
    min-height: 100%;
    background:
      radial-gradient(circle at center, rgba(224, 32, 32, 0.18), transparent 46%),
      linear-gradient(160deg, rgba(31, 94, 255, 0.16), rgba(255, 255, 255, 0));
  }
body.careers-home-page .careers-shell .hero-visual::before {

    content: "";
    position: absolute;
    inset: auto -18% -26% 8%;
    height: 320px;
    background: linear-gradient(90deg, var(--career-red), var(--career-blue));
    border-radius: 240px;
    filter: blur(0);
    opacity: .96;
  }
body.careers-home-page .careers-shell .hero-visual img {

    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 520px;
    margin: 5.2rem auto 0;
    display: block;
  }
body.careers-home-page .hero-visual .gsap-word-field {

    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
  }
body.careers-home-page .hero-visual .gsap-chip {

    position: absolute;
    bottom: -2rem;
    padding: .34rem .72rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.84);
    border: 1px solid rgba(255,255,255,0.7);
    box-shadow: 0 6px 16px rgba(22,33,61,0.10);
    font-size: .68rem;
    font-weight: 700;
    color: var(--career-ink);
    white-space: nowrap;
    pointer-events: none;
    will-change: transform, opacity;
  }
body.careers-home-page .careers-shell .careers-card-van {

    width: 100%;
    justify-content: center;
  }
body.careers-home-page .careers-shell .careers-card-van img {

    width: min(100%, 260px);
  }
body.careers-home-page .careers-card-scene {

    position: relative;
    overflow: hidden;
  }
body.careers-home-page .card-chip-field {

    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 1;
  }
body.careers-home-page .card-chip {

    position: absolute;
    bottom: -1.5rem;
    padding: .26rem .58rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.82);
    border: 1px solid rgba(255,255,255,0.68);
    box-shadow: 0 4px 12px rgba(22,33,61,0.08);
    font-size: .6rem;
    font-weight: 700;
    color: var(--career-ink);
    white-space: nowrap;
    pointer-events: none;
    will-change: transform, opacity;
  }
body.careers-home-page .careers-card-van {
 position: relative; z-index: 2; }
body.careers-home-page .careers-shell .careers-section-title {

    color: var(--career-ink);
    font-size: clamp(1.6rem, 3vw, 2.3rem);
    font-weight: 800;
  }
body.careers-home-page .careers-shell .careers-card {

    border: 1px solid var(--career-line);
    border-radius: 26px;
    background: #fff;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 16px 42px rgba(22, 33, 61, 0.08);
  }
body.careers-home-page .careers-shell .careers-card-visual {

    min-height: 220px;
    position: relative;
    padding: 1.25rem;
    background: linear-gradient(140deg, #edf2ff, #fdf6f6);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
  }
body.careers-home-page .careers-shell .careers-card-visual.careers-theme-driver {

    background: linear-gradient(140deg, #edf2ff, #fff1f1);
  }
body.careers-home-page .careers-shell .careers-card-visual.careers-theme-comms {

    background: linear-gradient(140deg, #fff3ef, #fff9da);
  }
body.careers-home-page .careers-shell .careers-card-visual.careers-theme-tech {

    background: linear-gradient(140deg, #eefbff, #eef4ff);
  }
body.careers-home-page .careers-shell .careers-card-visual.careers-theme-ops {

    background: linear-gradient(140deg, #f5f7ff, #f5fff8);
  }
body.careers-home-page .careers-shell .careers-card-visual.careers-theme-support {

    background: linear-gradient(140deg, #fff8ef, #fff1f7);
  }
body.careers-home-page .careers-shell .careers-card-scene {

    position: relative;
    overflow: hidden;
    min-height: 150px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
body.careers-home-page .careers-shell .careers-card-van {

    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
body.careers-home-page .careers-shell .careers-card-van img {

    width: min(100%, 230px);
    height: auto;
    max-height: 140px;
    object-fit: contain;
    display: block;
    will-change: transform;
  }
body.careers-home-page .careers-shell .role-badge {

    display: inline-block;
    padding: .4rem .75rem;
    border-radius: 999px;
    background: rgba(22, 33, 61, 0.08);
    color: var(--career-ink);
    font-weight: 700;
    font-size: .78rem;
    text-transform: uppercase;
    letter-spacing: .04em;
  }
body.careers-home-page .careers-shell .icon-orb {

    width: 72px;
    height: 72px;
    border-radius: 20px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.72);
    color: var(--career-ink);
    font-size: 1.8rem;
    border: 1px solid rgba(22, 33, 61, 0.08);
  }
body.careers-home-page .careers-shell .filter-panel {

    border: 1px solid var(--career-line);
    border-radius: 26px;
    background: linear-gradient(180deg, #ffffff, #fbfcff);
    box-shadow: 0 16px 40px rgba(22, 33, 61, 0.06);
  }
body.careers-home-page .careers-shell .filter-form {

    display: grid;
    grid-template-columns: minmax(220px, 1.7fr) minmax(180px, 1.25fr) minmax(160px, 1fr) minmax(160px, 1fr) minmax(160px, 1fr) minmax(150px, .95fr);
    gap: 1rem 1.05rem;
    align-items: end;
  }
body.careers-home-page .careers-shell .filter-actions {

    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .85rem;
    flex-wrap: wrap;
    padding-top: .35rem;
  }
body.careers-home-page .careers-shell .filter-panel .form-select, body.careers-home-page .careers-shell .filter-panel .form-control {

    border-radius: 14px;
    min-height: 50px;
    border-color: rgba(22, 33, 61, 0.14);
  }
body.careers-home-page .careers-shell .filter-label {

    font-size: .88rem;
    font-weight: 700;
    color: var(--career-ink);
    margin-bottom: .55rem;
  }
body.careers-home-page .careers-shell .results-pill {

    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .6rem 1rem;
    border-radius: 999px;
    background: rgba(31, 94, 255, 0.08);
    color: var(--career-blue);
    font-weight: 700;
  }
body.careers-home-page .careers-shell .job-badge {

    display: inline-flex;
    align-items: center;
    gap: .35rem;
    padding: .4rem .7rem;
    border-radius: 999px;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .03em;
    text-transform: uppercase;
  }
body.careers-home-page .careers-shell .job-badge-urgent {

    background: rgba(224, 32, 32, 0.1);
    color: #c41f1f;
  }
body.careers-home-page .careers-shell .job-badge-soft {

    background: rgba(31, 94, 255, 0.08);
    color: var(--career-blue);
  }
body.careers-home-page .careers-shell .job-badge-applied {

    background: rgba(15, 118, 110, 0.12);
    color: #0f766e;
  }
body.careers-home-page .careers-shell .job-badge-disabled {

    background: rgba(100, 116, 139, 0.12);
    color: #475569;
  }
@media (max-width: 1399px) {
body.careers-home-page .careers-shell .filter-form {

      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

  }
@media (max-width: 991px) {
body.careers-home-page .careers-shell .careers-card-visual {

      min-height: 200px;
    }
body.careers-home-page .careers-shell .filter-form {

      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

  }
@media (max-width: 767px) {
body.careers-home-page .careers-shell .hero-visual {

      min-height: 360px;
    }
body.careers-home-page .careers-shell .hero-visual img {

      max-width: 320px;
      margin: 9rem auto 0;
    }
body.careers-home-page .careers-shell .careers-card-scene {

      min-height: 136px;
    }
body.careers-home-page .careers-shell .careers-card-van img {

      width: min(100%, 180px);
    }
body.careers-home-page .careers-shell .filter-form {

      grid-template-columns: 1fr;
    }

  }


/* ─────────── hr/posting_detail.html → body.posting-detail-page ─────────── */
body.posting-detail-page .job-detail-shell {

    --job-blue: #1f5eff;
    --job-red: #de1f26;
    --job-ink: #18243f;
    --job-line: rgba(24, 36, 63, 0.12);
  }
body.posting-detail-page .job-detail-shell .job-hero {

    background:
      radial-gradient(circle at top left, rgba(31, 94, 255, 0.12), transparent 32%),
      linear-gradient(135deg, #ffffff 0%, #f8f9fd 54%, #eef3ff 100%);
    border: 1px solid var(--job-line);
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 24px 70px rgba(24, 36, 63, 0.08);
  }
body.posting-detail-page .job-detail-shell .eyebrow {

    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .45rem .8rem;
    border-radius: 999px;
    background: rgba(31, 94, 255, 0.08);
    color: var(--job-blue);
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-size: .78rem;
  }
body.posting-detail-page .job-detail-shell .job-title {

    color: var(--job-ink);
    font-size: clamp(2rem, 4vw, 3.6rem);
    line-height: .98;
    font-weight: 800;
    margin: 1rem 0;
  }
body.posting-detail-page .job-detail-shell .job-meta {

    display: flex;
    flex-wrap: wrap;
    gap: .7rem;
  }
body.posting-detail-page .job-detail-shell .job-meta span {

    padding: .55rem .85rem;
    border-radius: 999px;
    border: 1px solid var(--job-line);
    background: #fff;
    font-weight: 600;
  }
body.posting-detail-page .job-detail-shell .job-visual {

    position: relative;
    min-height: 100%;
    background:
      radial-gradient(circle at center, rgba(222, 31, 38, 0.14), transparent 42%),
      linear-gradient(150deg, rgba(31, 94, 255, 0.12), rgba(255, 255, 255, 0));
  }
body.posting-detail-page .job-detail-shell .job-visual::before {

    content: "";
    position: absolute;
    inset: auto -12% -22% 12%;
    height: 290px;
    background: linear-gradient(90deg, var(--job-red), var(--job-blue));
    border-radius: 220px;
    opacity: .92;
  }
body.posting-detail-page .job-detail-shell .job-visual img {

    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 520px;
    margin: 5rem auto 0;
    display: block;
  }
body.posting-detail-page .gsap-word-field {

    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
  }
body.posting-detail-page .gsap-chip {

    position: absolute;
    bottom: -2.5rem;
    padding: .38rem .82rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.82);
    border: 1px solid rgba(255,255,255,0.7);
    box-shadow: 0 6px 18px rgba(24,36,63,0.10);
    font-size: .72rem;
    font-weight: 700;
    color: var(--job-ink);
    white-space: nowrap;
    will-change: transform, opacity;
  }
body.posting-detail-page .gsap-particles {

    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
  }
body.posting-detail-page .gsap-dot {

    position: absolute;
    border-radius: 50%;
    will-change: transform, opacity;
  }
body.posting-detail-page .role-driver   .gsap-chip {
 color: #0a3cbe; border-color: rgba(31,94,255,.25); }
body.posting-detail-page .role-comms    .gsap-chip {
 color: #c01018; border-color: rgba(222,31,38,.22); }
body.posting-detail-page .role-developer .gsap-chip {
 color: #0a3cbe; border-color: rgba(31,94,255,.25); }
body.posting-detail-page .role-ops      .gsap-chip {
 color: #18243f; border-color: rgba(24,36,63,.22); }
body.posting-detail-page .role-support  .gsap-chip {
 color: #c01018; border-color: rgba(222,31,38,.22); }
body.posting-detail-page .role-hr       .gsap-chip {
 color: #0a3cbe; border-color: rgba(31,94,255,.25); }
body.posting-detail-page .role-admin    .gsap-chip {
 color: #18243f; border-color: rgba(24,36,63,.22); }
body.posting-detail-page .job-visual > img {
 position: relative; z-index: 2; }
body.posting-detail-page .job-detail-shell .job-panel {

    background: #fff;
    border: 1px solid var(--job-line);
    border-radius: 24px;
    padding: 1.5rem;
    box-shadow: 0 14px 36px rgba(24, 36, 63, 0.06);
  }
body.posting-detail-page .job-detail-shell .job-panel h2 {

    color: var(--job-ink);
    font-size: 1.3rem;
    font-weight: 800;
    margin-bottom: 1rem;
  }
body.posting-detail-page .job-detail-shell .job-list {

    list-style: none;
    padding: 0;
    margin: 0;
  }
body.posting-detail-page .job-detail-shell .job-list li {

    display: flex;
    gap: .75rem;
    margin-bottom: .9rem;
  }
body.posting-detail-page .job-detail-shell .job-list i {

    color: var(--job-blue);
    margin-top: .2rem;
  }


/* ─────────── hr/apply_gate.html → body.apply-gate-page ─────────── */
body.apply-gate-page .apply-gate-shell {

    --gate-blue: #1f5eff;
    --gate-red: #de1f26;
    --gate-green: #10bc69;
    --gate-ink: #18243f;
    --gate-muted: #5d6b86;
    --gate-line: rgba(24, 36, 63, 0.12);
  }
body.apply-gate-page .apply-gate-shell .gate-wrap {

    max-width: 1120px;
    margin: 0 auto;
  }
body.apply-gate-page .apply-gate-shell .gate-card {

    position: relative;
    overflow: hidden;
    border: 1px solid var(--gate-line);
    border-radius: 30px;
    background:
      radial-gradient(circle at top left, rgba(31, 94, 255, 0.12), transparent 32%),
      linear-gradient(135deg, #ffffff 0%, #f7f9ff 52%, #eef4ff 100%);
    box-shadow: 0 24px 60px rgba(24, 36, 63, 0.08);
  }
body.apply-gate-page .apply-gate-shell .gate-card::after {

    content: "";
    position: absolute;
    right: -120px;
    bottom: -120px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(222, 31, 38, 0.14), transparent 68%);
    pointer-events: none;
  }
body.apply-gate-page .apply-gate-shell .gate-kicker {

    display: inline-flex;
    align-items: center;
    gap: .55rem;
    padding: .5rem .85rem;
    border-radius: 999px;
    background: rgba(31, 94, 255, 0.08);
    color: var(--gate-blue);
    font-size: .8rem;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
  }
body.apply-gate-page .apply-gate-shell .gate-title {

    color: var(--gate-ink);
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1;
    font-weight: 800;
    margin: 1rem 0 .8rem;
  }
body.apply-gate-page .apply-gate-shell .gate-text {

    color: var(--gate-muted);
    font-size: 1.05rem;
    max-width: 720px;
    margin: 0;
  }
body.apply-gate-page .apply-gate-shell .gate-grid {

    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
    gap: 28px;
    align-items: stretch;
  }
body.apply-gate-page .apply-gate-shell .gate-panel, body.apply-gate-page .apply-gate-shell .gate-option {

    border: 1px solid var(--gate-line);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(24, 36, 63, 0.07);
  }
body.apply-gate-page .apply-gate-shell .gate-panel {

    padding: 1.35rem;
  }
body.apply-gate-page .apply-gate-shell .gate-job {

    padding: 1.15rem 1.2rem;
    border-radius: 20px;
    background: linear-gradient(180deg, #fbfcff 0%, #f6f9ff 100%);
    border: 1px solid rgba(24, 36, 63, 0.08);
  }
body.apply-gate-page .apply-gate-shell .gate-job strong {

    display: block;
    color: var(--gate-ink);
    font-size: 1.05rem;
    margin-bottom: .35rem;
  }
body.apply-gate-page .apply-gate-shell .gate-job span {

    color: var(--gate-muted);
  }
body.apply-gate-page .apply-gate-shell .gate-checklist {

    list-style: none;
    padding: 0;
    margin: 1rem 0 0;
  }
body.apply-gate-page .apply-gate-shell .gate-checklist li {

    display: flex;
    gap: .75rem;
    margin-bottom: .9rem;
    color: var(--gate-muted);
  }
body.apply-gate-page .apply-gate-shell .gate-checklist i {

    color: var(--gate-blue);
    margin-top: .2rem;
  }
body.apply-gate-page .apply-gate-shell .gate-actions {

    display: grid;
    gap: 1rem;
  }
body.apply-gate-page .apply-gate-shell .gate-option {

    padding: 1.35rem;
  }
body.apply-gate-page .apply-gate-shell .gate-option .icon {

    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    font-size: 1.1rem;
  }
body.apply-gate-page .apply-gate-shell .gate-option-login .icon {

    background: rgba(31, 94, 255, 0.1);
    color: var(--gate-blue);
  }
body.apply-gate-page .apply-gate-shell .gate-option-register .icon {

    background: rgba(16, 188, 105, 0.12);
    color: var(--gate-green);
  }
body.apply-gate-page .apply-gate-shell .gate-option h2 {

    color: var(--gate-ink);
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: .55rem;
  }
body.apply-gate-page .apply-gate-shell .gate-option p {

    color: var(--gate-muted);
    margin-bottom: 1rem;
  }
body.apply-gate-page .apply-gate-shell .gate-btn {

    min-height: 54px;
    border-radius: 16px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    width: 100%;
    text-decoration: none;
  }
body.apply-gate-page .apply-gate-shell .gate-btn-primary {

    background: linear-gradient(135deg, var(--gate-blue), #3478ff);
    color: #fff;
  }
body.apply-gate-page .apply-gate-shell .gate-btn-success {

    background: linear-gradient(135deg, var(--gate-green), #13c975);
    color: #fff;
  }
body.apply-gate-page .apply-gate-shell .gate-back {

    display: inline-flex;
    align-items: center;
    gap: .55rem;
    color: var(--gate-ink);
    font-weight: 700;
    text-decoration: none;
  }
body.apply-gate-page .apply-gate-shell .gate-back:hover {

    color: var(--gate-blue);
  }
@media (max-width: 991px) {
body.apply-gate-page .apply-gate-shell .gate-grid {

      grid-template-columns: 1fr;
    }

  }


/* ─────────── hr/application_form.html → body.application-form-page ─────────── */
body.application-form-page .career-apply-shell {

    --apply-blue: #1f5eff;
    --apply-red: #de1f26;
    --apply-green: #10bc69;
    --apply-ink: #18243f;
    --apply-muted: #5d6b86;
    --apply-line: rgba(24, 36, 63, 0.12);
    --apply-soft: #f6f9ff;
    --apply-soft-2: #fbfcff;
  }
body.application-form-page .career-apply-shell .apply-wrap {

    max-width: 1180px;
    margin: 0 auto;
  }
body.application-form-page .career-apply-shell .apply-hero {

    position: relative;
    overflow: hidden;
    border: 1px solid var(--apply-line);
    border-radius: 30px;
    background:
      radial-gradient(circle at top left, rgba(31, 94, 255, 0.14), transparent 34%),
      linear-gradient(135deg, #ffffff 0%, #f7f9ff 48%, #eef4ff 100%);
    box-shadow: 0 24px 60px rgba(24, 36, 63, 0.08);
  }
body.application-form-page .career-apply-shell .apply-hero::after {

    content: "";
    position: absolute;
    right: -8%;
    bottom: -30%;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(222, 31, 38, 0.12), transparent 68%);
    pointer-events: none;
  }
body.application-form-page .career-apply-shell .apply-kicker {

    display: inline-flex;
    align-items: center;
    gap: .55rem;
    padding: .5rem .85rem;
    border-radius: 999px;
    background: rgba(31, 94, 255, 0.08);
    color: var(--apply-blue);
    font-size: .8rem;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
  }
body.application-form-page .career-apply-shell .apply-title {

    color: var(--apply-ink);
    font-size: clamp(2rem, 4vw, 3.15rem);
    line-height: 1;
    font-weight: 800;
    margin: 1rem 0 .8rem;
  }
body.application-form-page .career-apply-shell .apply-subtitle {

    max-width: 780px;
    color: var(--apply-muted);
    font-size: 1.05rem;
    margin: 0;
  }
body.application-form-page .career-apply-shell .apply-meta {

    display: flex;
    flex-wrap: wrap;
    gap: .7rem;
    margin-top: 1.35rem;
  }
body.application-form-page .career-apply-shell .apply-meta span {

    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .58rem .9rem;
    border: 1px solid var(--apply-line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: var(--apply-ink);
    font-weight: 600;
  }
body.application-form-page .career-apply-shell .apply-grid {

    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, .72fr);
    gap: 28px;
    align-items: start;
  }
body.application-form-page .career-apply-shell .apply-card, body.application-form-page .career-apply-shell .apply-side-card {

    border: 1px solid var(--apply-line);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 22px 46px rgba(24, 36, 63, 0.07);
  }
body.application-form-page .career-apply-shell .apply-form-card {

    overflow: hidden;
  }
body.application-form-page .career-apply-shell .apply-form-head {

    padding: 1.5rem 1.6rem;
    border-bottom: 1px solid rgba(24, 36, 63, 0.08);
    background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  }
body.application-form-page .career-apply-shell .apply-form-head h2 {

    margin: 0 0 .35rem;
    font-size: 1.45rem;
    color: var(--apply-ink);
    font-weight: 800;
  }
body.application-form-page .career-apply-shell .apply-form-head p {

    margin: 0;
    color: var(--apply-muted);
  }
body.application-form-page .career-apply-shell .apply-form-body {

    padding: 1.6rem;
  }
body.application-form-page .career-apply-shell .apply-section {

    padding: 1.35rem;
    border: 1px solid rgba(24, 36, 63, 0.08);
    border-radius: 22px;
    background: linear-gradient(180deg, var(--apply-soft-2) 0%, #ffffff 100%);
  }
body.application-form-page .career-apply-shell .apply-section + .apply-section {

    margin-top: 1.2rem;
  }
body.application-form-page .career-apply-shell .apply-section-title {

    display: flex;
    align-items: center;
    gap: .75rem;
    margin-bottom: 1rem;
  }
body.application-form-page .career-apply-shell .apply-section-title .icon {

    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(31, 94, 255, 0.1);
    color: var(--apply-blue);
    font-size: 1.05rem;
  }
body.application-form-page .career-apply-shell .apply-section-title h3 {

    margin: 0;
    color: var(--apply-ink);
    font-weight: 800;
    font-size: 1.15rem;
  }
body.application-form-page .career-apply-shell .apply-section-title p {

    margin: .2rem 0 0;
    color: var(--apply-muted);
    font-size: .96rem;
  }
body.application-form-page .career-apply-shell .apply-fields {

    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 1.05rem;
  }
body.application-form-page .career-apply-shell .apply-field-full {

    grid-column: 1 / -1;
  }
body.application-form-page .career-apply-shell .apply-field label {

    display: block;
    margin-bottom: .45rem;
    color: var(--apply-ink);
    font-weight: 700;
    font-size: .95rem;
  }
body.application-form-page .career-apply-shell .apply-field input:not([type="checkbox"]):not([type="radio"]), body.application-form-page .career-apply-shell .apply-field select, body.application-form-page .career-apply-shell .apply-field textarea {

    width: 100%;
    border-radius: 16px;
    border: 1px solid rgba(93, 107, 134, 0.22);
    background: #fff;
    min-height: 56px;
    padding: .9rem 1rem;
    color: var(--apply-ink);
    box-sizing: border-box;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
  }
body.application-form-page .career-apply-shell .apply-field textarea {

    min-height: 170px;
    resize: vertical;
  }
body.application-form-page .career-apply-shell .apply-field input[type="file"] {

    padding: .8rem 1rem;
    background: var(--apply-soft);
  }
body.application-form-page .career-apply-shell .apply-field input:focus, body.application-form-page .career-apply-shell .apply-field select:focus, body.application-form-page .career-apply-shell .apply-field textarea:focus {

    outline: none;
    border-color: rgba(31, 94, 255, 0.5);
    box-shadow: 0 0 0 4px rgba(31, 94, 255, 0.1);
  }
body.application-form-page .career-apply-shell .apply-field .helptext, body.application-form-page .career-apply-shell .apply-field .form-text {

    display: block;
    margin-top: .45rem;
    color: var(--apply-muted);
    font-size: .88rem;
  }
body.application-form-page .career-apply-shell .apply-field .text-danger {

    margin-top: .45rem;
    font-size: .88rem;
  }
body.application-form-page .career-apply-shell .apply-checkbox {

    display: flex;
    gap: .8rem;
    align-items: flex-start;
    padding: 1rem;
    min-height: 100%;
    border-radius: 18px;
    border: 1px solid rgba(24, 36, 63, 0.08);
    background: #fff;
  }
body.application-form-page .career-apply-shell .apply-checkbox input {

    width: 20px;
    height: 20px;
    margin-top: .1rem;
    accent-color: var(--apply-green);
  }
body.application-form-page .career-apply-shell .apply-checkbox label {

    margin: 0;
    font-weight: 700;
    color: var(--apply-ink);
  }
body.application-form-page .career-apply-shell .apply-footer {

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.15rem 1.6rem 1.6rem;
    border-top: 1px solid rgba(24, 36, 63, 0.08);
    background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  }
body.application-form-page .career-apply-shell .apply-footer-note {

    color: var(--apply-muted);
    font-size: .92rem;
    margin: 0;
  }
body.application-form-page .career-apply-shell .apply-submit {

    min-width: 240px;
    min-height: 56px;
    border: 0;
    border-radius: 16px;
    padding: 0 1.5rem;
    background: linear-gradient(135deg, var(--apply-green), #13c975);
    color: #fff;
    font-weight: 800;
    font-size: 1rem;
    box-shadow: 0 18px 32px rgba(16, 188, 105, 0.22);
  }
body.application-form-page .career-apply-shell .apply-submit:hover {

    transform: translateY(-1px);
  }
body.application-form-page .career-apply-shell .apply-side-card {

    padding: 1.35rem;
    position: sticky;
    top: 24px;
  }
body.application-form-page .career-apply-shell .apply-side-card h3 {

    margin: 0 0 1rem;
    color: var(--apply-ink);
    font-weight: 800;
    font-size: 1.15rem;
  }
body.application-form-page .career-apply-shell .apply-side-list {

    list-style: none;
    margin: 0;
    padding: 0;
  }
body.application-form-page .career-apply-shell .apply-side-list li {

    display: flex;
    gap: .75rem;
    margin-bottom: .95rem;
    color: var(--apply-muted);
  }
body.application-form-page .career-apply-shell .apply-side-list i {

    color: var(--apply-blue);
    margin-top: .18rem;
  }
body.application-form-page .career-apply-shell .apply-back {

    display: inline-flex;
    align-items: center;
    gap: .55rem;
    color: var(--apply-ink);
    font-weight: 700;
    text-decoration: none;
  }
body.application-form-page .career-apply-shell .apply-back:hover {

    color: var(--apply-blue);
  }
@media (max-width: 991px) {
body.application-form-page .career-apply-shell .apply-grid {

      grid-template-columns: 1fr;
    }
body.application-form-page .career-apply-shell .apply-side-card {

      position: static;
    }

  }
@media (max-width: 767px) {
body.application-form-page .career-apply-shell .apply-fields {

      grid-template-columns: 1fr;
    }
body.application-form-page .career-apply-shell .apply-form-body, body.application-form-page .career-apply-shell .apply-form-head {

      padding: 1.2rem;
    }
body.application-form-page .career-apply-shell .apply-section {

      padding: 1rem;
    }
body.application-form-page .career-apply-shell .apply-footer {

      flex-direction: column;
      align-items: stretch;
      padding: 1rem 1.2rem 1.2rem;
    }
body.application-form-page .career-apply-shell .apply-submit {

      width: 100%;
      min-width: 0;
    }

  }


/* ─────────── hr/candidate_register.html → body.candidate-register-page ─────────── */
body.candidate-register-page .candidate-register-shell {

    --reg-blue: #1f5eff;
    --reg-red: #de1f26;
    --reg-green: #10bc69;
    --reg-ink: #18243f;
    --reg-muted: #5d6b86;
    --reg-line: rgba(24, 36, 63, 0.12);
  }
body.candidate-register-page .candidate-register-shell .register-wrap {

    max-width: 1180px;
    margin: 0 auto;
  }
body.candidate-register-page .candidate-register-shell .register-grid {

    display: grid;
    grid-template-columns: minmax(320px, .88fr) minmax(0, 1.12fr);
    gap: 30px;
    align-items: stretch;
  }
body.candidate-register-page .candidate-register-shell .register-side, body.candidate-register-page .candidate-register-shell .register-card {

    border: 1px solid var(--reg-line);
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(24, 36, 63, 0.08);
    overflow: hidden;
  }
body.candidate-register-page .candidate-register-shell .register-side {

    position: relative;
    padding: 2rem 1.7rem;
    background:
      radial-gradient(circle at top left, rgba(31, 94, 255, 0.12), transparent 34%),
      linear-gradient(135deg, #ffffff 0%, #f7f9ff 55%, #eef4ff 100%);
  }
body.candidate-register-page .candidate-register-shell .register-side::after {

    content: "";
    position: absolute;
    right: -140px;
    bottom: -140px;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(222, 31, 38, 0.14), transparent 68%);
    pointer-events: none;
  }
body.candidate-register-page .candidate-register-shell .register-kicker {

    display: inline-flex;
    align-items: center;
    gap: .55rem;
    padding: .5rem .85rem;
    border-radius: 999px;
    background: rgba(31, 94, 255, 0.08);
    color: var(--reg-blue);
    font-size: .8rem;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
  }
body.candidate-register-page .candidate-register-shell .register-title {

    color: var(--reg-ink);
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1;
    font-weight: 800;
    margin: 1rem 0 .8rem;
  }
body.candidate-register-page .candidate-register-shell .register-text {

    color: var(--reg-muted);
    font-size: 1.02rem;
    margin: 0 0 1.35rem;
  }
body.candidate-register-page .candidate-register-shell .register-points {

    list-style: none;
    padding: 0;
    margin: 0;
  }
body.candidate-register-page .candidate-register-shell .register-points li {

    display: flex;
    gap: .75rem;
    margin-bottom: 1rem;
    color: var(--reg-muted);
  }
body.candidate-register-page .candidate-register-shell .register-points i {

    color: var(--reg-blue);
    margin-top: .18rem;
  }
body.candidate-register-page .candidate-register-shell .register-side-link {

    margin-top: 1.5rem;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    color: var(--reg-ink);
    font-weight: 700;
    text-decoration: none;
  }
body.candidate-register-page .candidate-register-shell .register-side-link:hover {

    color: var(--reg-blue);
  }
body.candidate-register-page .candidate-register-shell .register-head {

    padding: 1.5rem 1.6rem;
    border-bottom: 1px solid rgba(24, 36, 63, 0.08);
    background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  }
body.candidate-register-page .candidate-register-shell .register-head h1 {

    margin: 0 0 .4rem;
    color: var(--reg-ink);
    font-size: 1.6rem;
    font-weight: 800;
  }
body.candidate-register-page .candidate-register-shell .register-head p {

    margin: 0;
    color: var(--reg-muted);
  }
body.candidate-register-page .candidate-register-shell .register-body {

    padding: 1.6rem;
  }
body.candidate-register-page .candidate-register-shell .register-fields {

    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 1.05rem;
  }
body.candidate-register-page .candidate-register-shell .register-field-full {

    grid-column: 1 / -1;
  }
body.candidate-register-page .candidate-register-shell .register-field label {

    display: block;
    margin-bottom: .45rem;
    color: var(--reg-ink);
    font-weight: 700;
    font-size: .95rem;
  }
body.candidate-register-page .candidate-register-shell .register-field input:not([type="checkbox"]):not([type="radio"]), body.candidate-register-page .candidate-register-shell .register-field select, body.candidate-register-page .candidate-register-shell .register-field textarea {

    width: 100%;
    min-height: 56px;
    border-radius: 16px;
    border: 1px solid rgba(93, 107, 134, 0.22);
    background: #fff;
    padding: .9rem 1rem;
    color: var(--reg-ink);
    box-sizing: border-box;
    transition: border-color .2s ease, box-shadow .2s ease;
  }
body.candidate-register-page .candidate-register-shell .register-field input:focus, body.candidate-register-page .candidate-register-shell .register-field select:focus, body.candidate-register-page .candidate-register-shell .register-field textarea:focus {

    outline: none;
    border-color: rgba(31, 94, 255, 0.5);
    box-shadow: 0 0 0 4px rgba(31, 94, 255, 0.1);
  }
body.candidate-register-page .candidate-register-shell .register-field .form-text, body.candidate-register-page .candidate-register-shell .register-field .helptext {

    display: block;
    margin-top: .45rem;
    color: var(--reg-muted);
    font-size: .88rem;
  }
body.candidate-register-page .candidate-register-shell .register-errors {

    margin-top: 1rem;
  }
body.candidate-register-page .candidate-register-shell .register-errors .text-danger {

    font-size: .9rem;
  }
body.candidate-register-page .candidate-register-shell .register-footer {

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.15rem 1.6rem 1.6rem;
    border-top: 1px solid rgba(24, 36, 63, 0.08);
    background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  }
body.candidate-register-page .candidate-register-shell .register-footer-note {

    color: var(--reg-muted);
    font-size: .92rem;
    margin: 0;
  }
body.candidate-register-page .candidate-register-shell .register-actions {

    display: flex;
    align-items: center;
    gap: .9rem;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
body.candidate-register-page .candidate-register-shell .register-btn {

    min-height: 54px;
    border-radius: 16px;
    padding: 0 1.4rem;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    text-decoration: none;
  }
body.candidate-register-page .candidate-register-shell .register-btn-success {

    border: 0;
    background: linear-gradient(135deg, var(--reg-green), #13c975);
    color: #fff;
    box-shadow: 0 18px 32px rgba(16, 188, 105, 0.2);
  }
body.candidate-register-page .candidate-register-shell .register-btn-outline {

    border: 1px solid rgba(31, 94, 255, 0.2);
    background: #fff;
    color: var(--reg-blue);
  }
@media (max-width: 991px) {
body.candidate-register-page .candidate-register-shell .register-grid {

      grid-template-columns: 1fr;
    }

  }
@media (max-width: 767px) {
body.candidate-register-page .candidate-register-shell .register-fields {

      grid-template-columns: 1fr;
    }
body.candidate-register-page .candidate-register-shell .register-head, body.candidate-register-page .candidate-register-shell .register-body {

      padding: 1.2rem;
    }
body.candidate-register-page .candidate-register-shell .register-footer {

      flex-direction: column;
      align-items: stretch;
      padding: 1rem 1.2rem 1.2rem;
    }
body.candidate-register-page .candidate-register-shell .register-actions {

      justify-content: stretch;
    }
body.candidate-register-page .candidate-register-shell .register-btn {

      width: 100%;
    }

  }


/* ─────────── hr/contract_sign.html → body.contract-sign-page ─────────── */
body.contract-sign-page .contract-shell {
 max-width: 860px; margin: 0 auto; }
body.contract-sign-page .contract-hero {

    background: linear-gradient(135deg, #0d1820 0%, #1f5eff22 100%);
    border-radius: 24px; padding: 32px 40px; margin-bottom: 28px; color: white;
  }
body.contract-sign-page .contract-card {

    background: white; border-radius: 20px;
    box-shadow: 0 8px 40px rgba(13,24,32,.10); padding: 40px 44px; margin-bottom: 24px;
  }
body.contract-sign-page .contract-article h2 {

    font-size: 1rem; font-weight: 800; color: #1f5eff;
    border-bottom: 2px solid #1f5eff; padding-bottom: 6px; margin: 28px 0 12px;
    text-transform: uppercase; letter-spacing: .5px;
  }
body.contract-sign-page .contract-article h3 {
 font-size: .95rem; font-weight: 700; margin: 16px 0 6px; color: #1a1a2e; }
body.contract-sign-page .parties-table {
 width: 100%; border-collapse: collapse; margin: 12px 0; }
body.contract-sign-page .parties-table th {
 background: #1f5eff; color: white; padding: 10px 16px; text-align: left; }
body.contract-sign-page .parties-table td {
 border: 1px solid #e0e4f0; padding: 12px 16px; vertical-align: top; }
body.contract-sign-page .warning-box {
 background: #fffbe6; border-left: 4px solid #f5a623; padding: 10px 16px; border-radius: 6px; margin: 12px 0; font-style: italic; font-size: .92rem; }
body.contract-sign-page .phase-table, body.contract-sign-page .docs-table, body.contract-sign-page .remun-table {
 width: 100%; border-collapse: collapse; margin: 10px 0; font-size: .88rem; }
body.contract-sign-page .phase-table th, body.contract-sign-page .docs-table th, body.contract-sign-page .remun-table th {
 background: #1f5eff; color: white; padding: 7px 12px; text-align: left; }
body.contract-sign-page .phase-table td, body.contract-sign-page .docs-table td, body.contract-sign-page .remun-table td {
 border: 1px solid #e0e4f0; padding: 7px 12px; vertical-align: top; }
body.contract-sign-page .phase-table tr:nth-child(even) td, body.contract-sign-page .docs-table tr:nth-child(even) td {
 background: #f5f7ff; }
body.contract-sign-page .highlight-box {
 background: #eef4ff; border-left: 4px solid #1f5eff; padding: 10px 16px; border-radius: 6px; margin: 12px 0; font-size: .92rem; }
body.contract-sign-page #sig-canvas {
 border: 2px solid #cbd5e1; border-radius: 12px; cursor: crosshair; background: #f8fafc; display: block; width: 100%; touch-action: none; }
body.contract-sign-page .sig-actions {
 display: flex; gap: 10px; margin-top: 10px; flex-wrap: wrap; }
body.contract-sign-page .badge-signed {
 background: #10bc69; color: white; border-radius: 20px; padding: 4px 14px; font-weight: 700; font-size: .85rem; }
body.contract-sign-page .badge-pending {
 background: #f5a623; color: white; border-radius: 20px; padding: 4px 14px; font-weight: 700; font-size: .85rem; }


/* ─────────── hr/candidate_profile_setup.html → body.candidate-profile-setup-page ─────────── */
body.candidate-profile-setup-page .candidate-profile-shell {

    --profile-blue: #1f5eff;
    --profile-green: #10bc69;
    --profile-ink: #18243f;
    --profile-muted: #5d6b86;
    --profile-line: rgba(24, 36, 63, 0.12);
  }
body.candidate-profile-setup-page .candidate-profile-shell .profile-wrap {

    max-width: 1120px;
    margin: 0 auto;
  }
body.candidate-profile-setup-page .candidate-profile-shell .profile-grid {

    display: grid;
    grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr);
    gap: 30px;
    align-items: start;
  }
body.candidate-profile-setup-page .candidate-profile-shell .profile-side, body.candidate-profile-setup-page .candidate-profile-shell .profile-card {

    border: 1px solid var(--profile-line);
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(24, 36, 63, 0.08);
  }
body.candidate-profile-setup-page .candidate-profile-shell .profile-side {

    padding: 2rem 1.7rem;
    background:
      radial-gradient(circle at top left, rgba(31, 94, 255, 0.12), transparent 34%),
      linear-gradient(135deg, #ffffff 0%, #f7f9ff 55%, #eef4ff 100%);
  }
body.candidate-profile-setup-page .candidate-profile-shell .profile-kicker {

    display: inline-flex;
    align-items: center;
    gap: .55rem;
    padding: .5rem .85rem;
    border-radius: 999px;
    background: rgba(31, 94, 255, 0.08);
    color: var(--profile-blue);
    font-size: .8rem;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
  }
body.candidate-profile-setup-page .candidate-profile-shell .profile-title {

    color: var(--profile-ink);
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1;
    font-weight: 800;
    margin: 1rem 0 .8rem;
  }
body.candidate-profile-setup-page .candidate-profile-shell .profile-text {

    color: var(--profile-muted);
    font-size: 1.02rem;
    margin: 0 0 1.35rem;
  }
body.candidate-profile-setup-page .candidate-profile-shell .profile-points {

    list-style: none;
    padding: 0;
    margin: 0;
  }
body.candidate-profile-setup-page .candidate-profile-shell .profile-points li {

    display: flex;
    gap: .75rem;
    margin-bottom: 1rem;
    color: var(--profile-muted);
  }
body.candidate-profile-setup-page .candidate-profile-shell .profile-points i {

    color: var(--profile-blue);
    margin-top: .18rem;
  }
body.candidate-profile-setup-page .candidate-profile-shell .profile-head {

    padding: 1.5rem 1.6rem;
    border-bottom: 1px solid rgba(24, 36, 63, 0.08);
    background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  }
body.candidate-profile-setup-page .candidate-profile-shell .profile-head h1 {

    margin: 0 0 .4rem;
    color: var(--profile-ink);
    font-size: 1.6rem;
    font-weight: 800;
  }
body.candidate-profile-setup-page .candidate-profile-shell .profile-head p {

    margin: 0;
    color: var(--profile-muted);
  }
body.candidate-profile-setup-page .candidate-profile-shell .profile-body {

    padding: 1.6rem;
  }
body.candidate-profile-setup-page .candidate-profile-shell .profile-fields {

    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 1.05rem;
  }
body.candidate-profile-setup-page .candidate-profile-shell .profile-field-full {

    grid-column: 1 / -1;
  }
body.candidate-profile-setup-page .candidate-profile-shell .profile-field label {

    display: block;
    margin-bottom: .45rem;
    color: var(--profile-ink);
    font-weight: 700;
    font-size: .95rem;
  }
body.candidate-profile-setup-page .candidate-profile-shell .profile-field input:not([type="checkbox"]):not([type="radio"]), body.candidate-profile-setup-page .candidate-profile-shell .profile-field select, body.candidate-profile-setup-page .candidate-profile-shell .profile-field textarea {

    width: 100%;
    min-height: 56px;
    border-radius: 16px;
    border: 1px solid rgba(93, 107, 134, 0.22);
    background: #fff;
    padding: .9rem 1rem;
    box-sizing: border-box;
  }
body.candidate-profile-setup-page .candidate-profile-shell .profile-footer {

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.15rem 1.6rem 1.6rem;
    border-top: 1px solid rgba(24, 36, 63, 0.08);
    background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  }
body.candidate-profile-setup-page .candidate-profile-shell .profile-footer p {

    margin: 0;
    color: var(--profile-muted);
    font-size: .92rem;
  }
body.candidate-profile-setup-page .candidate-profile-shell .profile-submit {

    min-height: 54px;
    border-radius: 16px;
    padding: 0 1.4rem;
    border: 0;
    background: linear-gradient(135deg, var(--profile-green), #13c975);
    color: #fff;
    font-weight: 800;
  }
@media (max-width: 991px) {
body.candidate-profile-setup-page .candidate-profile-shell .profile-grid {

      grid-template-columns: 1fr;
    }

  }
@media (max-width: 767px) {
body.candidate-profile-setup-page .candidate-profile-shell .profile-fields {

      grid-template-columns: 1fr;
    }
body.candidate-profile-setup-page .candidate-profile-shell .profile-head, body.candidate-profile-setup-page .candidate-profile-shell .profile-body {

      padding: 1.2rem;
    }
body.candidate-profile-setup-page .candidate-profile-shell .profile-footer {

      flex-direction: column;
      align-items: stretch;
      padding: 1rem 1.2rem 1.2rem;
    }

  }
