/* Code-managed Web marketer recruitment page. */
.job-page { --job-blue: #004ea2; --job-dark: #00376f; --job-light: #f0f6f9; --job-accent: #ffd329; color: #263544; }
.job-page *, .job-page *::before, .job-page *::after { box-sizing: border-box; }
.job-page h1, .job-page h2, .job-page h3, .job-page p { margin-top: 0; }
.job-hero { color: #fff; background: linear-gradient(120deg, #00376f 0%, #005eb8 62%, #0079c8 100%); overflow: hidden; }
.job-hero__inner { display: grid; width: 100%; max-width: 1600px; min-height: 660px; grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr); padding-right: 0; }
.job-hero__copy { position: relative; z-index: 2; display: flex; padding: clamp(64px, 8vw, 108px) clamp(28px, 6vw, 78px) clamp(64px, 8vw, 96px) 0; flex-direction: column; justify-content: center; }
.job-hero__label, .job-section__label { margin-bottom: 12px; color: #168bd4; font-size: 12px; font-weight: 800; letter-spacing: .2em; }
.job-hero__label { color: #a9d9fa; }
.job-hero h1 { margin-bottom: 22px; color: #fff; font-size: clamp(48px, 6vw, 78px); line-height: 1.16; letter-spacing: .02em; }
.job-hero__lead { margin-bottom: 24px; font-size: clamp(19px, 2.2vw, 28px); font-weight: 700; line-height: 1.7; }
.job-hero__tags { display: flex; margin: 0 0 34px; padding: 0; flex-wrap: wrap; gap: 8px; list-style: none; }
.job-hero__tags li { padding: 5px 12px; border: 1px solid rgba(255,255,255,.55); font-size: 12px; font-weight: 700; }
.job-hero__visual { position: relative; min-width: 0; background: linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.14)); isolation: isolate; }
.job-hero__visual::before, .job-hero__visual::after { position: absolute; border: 1px solid rgba(255,255,255,.2); content: ""; inset: 9%; transform: rotate(8deg); }
.job-hero__visual::after { inset: 18%; transform: rotate(-10deg); }
.job-hero__word { position: absolute; top: 46%; left: 50%; color: rgba(255,255,255,.12); font-size: clamp(54px, 7vw, 112px); font-weight: 900; letter-spacing: .04em; transform: translate(-50%,-50%) rotate(90deg); }
.job-hero__channels { position: absolute; z-index: 2; bottom: 12%; left: 10%; display: grid; width: 80%; grid-template-columns: repeat(5, 1fr); gap: 6px; }
.job-hero__channels span { display: grid; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.75); color: #fff; font-size: 11px; font-weight: 800; place-items: center; }
.job-button { display: inline-grid; min-height: 60px; padding: 14px 30px; color: #fff; font-weight: 800; text-decoration: none; place-items: center; transition: transform .2s ease, filter .2s ease; width: fit-content; }
.job-button:hover, .job-button:focus-visible { filter: brightness(.94); transform: translateY(-2px); }
.job-button--accent { color: #00376f; background: var(--job-accent); }
.job-section { padding: clamp(76px, 9vw, 120px) 0; }
.job-section--tint { background: linear-gradient(135deg,#f8fbfd,var(--job-light)); }
.job-section--blue { color: #fff; background: var(--job-dark); }
.job-section--blue .job-section__label { color: #9ed5ff; }
.job-section.job-section--blue h2, .job-section.job-section--blue h3 { color: #fff; }
.job-section-heading { margin-bottom: 42px; text-align: center; }
.job-section h2 { margin-bottom: 28px; color: var(--job-dark); font-size: clamp(32px,4vw,48px); line-height: 1.4; }
.job-section--intro { text-align: center; }
.job-section--intro .job-intro { margin: 0 auto; max-width: 820px; font-size: 17px; line-height: 2.1; text-align: left; }
.job-feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.job-feature-grid article { padding: 38px 30px; border-top: 4px solid var(--job-blue); background: #fff; box-shadow: 0 12px 32px rgba(0,55,111,.08); }
.job-feature-grid article > span { color: #1186cf; font-size: 12px; font-weight: 900; letter-spacing: .16em; }
.job-feature-grid h3 { margin: 18px 0; color: var(--job-dark); font-size: 21px; line-height: 1.65; }
.job-feature-grid p { margin-bottom: 0; color: #52606d; font-size: 14px; }
.job-two-column { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(42px,7vw,88px); align-items: start; }
.job-detail-card { padding: 38px; border-left: 5px solid var(--job-blue); background: var(--job-light); }
.job-detail-card h3 { margin-bottom: 20px; color: var(--job-dark); font-size: 24px; }
.job-check-list { margin: 0; padding: 0; list-style: none; }
.job-check-list li { position: relative; padding: 9px 0 9px 28px; }
.job-check-list li::before { position: absolute; left: 0; color: var(--job-blue); content: "✓"; font-weight: 900; }
.job-requirement-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 24px; }
.job-requirement-grid section { padding: 34px; border: 1px solid rgba(255,255,255,.25); }
.job-requirement-grid h3 { margin-bottom: 18px; font-size: 23px; }
.job-requirement-grid strong { color: #ffd28d; font-size: 22px; }
.job-requirement-grid ul { margin: 0; padding-left: 1.2em; }
.job-table-wrap { overflow-x: auto; border-top: 4px solid var(--job-blue); }
.job-table { width: 100%; min-width: 720px; border-collapse: collapse; }
.job-table th, .job-table td { padding: 20px 24px; border-bottom: 1px solid #ccd8e1; vertical-align: top; text-align: left; }
.job-table th { width: 210px; color: var(--job-dark); background: var(--job-light); }
.job-table td { background: #fff; }
.job-table small { color: #627180; }
.selection-flow { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(3,1fr); gap: 36px; list-style: none; }
.selection-flow li { position: relative; display: grid; min-height: 130px; padding: 24px; border: 1px solid #bdd0df; color: var(--job-dark); background: #fff; font-weight: 800; place-items: center; text-align: center; }
.selection-flow li:not(:last-child)::after { position: absolute; right: -28px; color: var(--job-blue); content: "›"; font-size: 32px; }
.selection-flow span { display: block; color: #168bd4; font-size: 11px; letter-spacing: .14em; }
.job-note { margin: 28px 0 0; color: #52606d; font-size: 13px; text-align: center; }
.job-entry { scroll-margin-top: 110px; background: #fff; }
.job-entry > .content-container { text-align: center; }
.job-entry .form-embed { text-align: left; }

@media (min-width: 601px) { .job-hero h1 span { white-space: nowrap; } }

@media (max-width: 900px) {
  .job-hero__inner { grid-template-columns: 1fr; padding-right: 32px; }
  .job-hero__copy { min-height: 570px; padding-right: 0; }
  .job-hero__visual { min-height: 340px; }
  .job-hero__word { transform: translate(-50%,-50%); }
  .job-feature-grid { grid-template-columns: 1fr; }
  .job-two-column, .job-requirement-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .job-hero__inner { padding-right: 20px; }
  .job-hero__copy { min-height: 520px; padding-block: 54px; }
  .job-hero h1 { font-size: clamp(36px,11vw,48px); }
  .job-hero__lead br { display: none; }
  .job-hero__channels { grid-template-columns: repeat(5,1fr); left: 5%; width: 90%; }
  .job-section { padding: 68px 0; }
  .job-section--intro h2 br { display: none; }
  .job-feature-grid article, .job-detail-card, .job-requirement-grid section { padding: 28px 22px; }
  .selection-flow { grid-template-columns: 1fr; gap: 18px; }
  .selection-flow li:not(:last-child)::after { right: auto; bottom: -24px; transform: rotate(90deg); }
}
@media (prefers-reduced-motion: reduce) { .job-button { transition: none; } }
