:root {
  --recruit-gold: #f4a261;
  --recruit-gold-soft: #ffe1c7;
  --recruit-deep: #0e1927;
  --recruit-deep-2: #19293c;
}

.recruit-site-header { top: 0; }
.brand-divider { width: 1px; height: 24px; margin-left: -12px; background: var(--line); }
.recruit-brand-label { flex: none; color: var(--orange-dark); font-size: .85rem; font-weight: 850; letter-spacing: .02em; }

.recruit-hero {
  position: relative;
  overflow: hidden;
  padding: 94px 0 86px;
  background:
    radial-gradient(circle at 82% 15%, rgba(244,162,97,.16), transparent 26%),
    linear-gradient(135deg, #fff 0%, #fff9f3 54%, #edf2f6 100%);
}
.recruit-hero::before {
  position: absolute;
  right: -150px;
  bottom: -310px;
  width: 650px;
  height: 650px;
  border: 100px solid rgba(20,32,47,.035);
  border-radius: 50%;
  content: "";
}
.recruit-hero-grid { position: relative; display: grid; grid-template-columns: minmax(0,1.12fr) minmax(360px,.88fr); align-items: center; gap: 70px; }
.recruit-hero-copy { max-width: 720px; }
.recruit-kicker { display: inline-flex; margin-bottom: 18px; align-items: center; gap: 9px; color: var(--orange-dark); font-size: .92rem; font-weight: 850; }
.recruit-kicker span { display: inline-flex; min-width: 46px; min-height: 28px; padding: 0 10px; align-items: center; justify-content: center; color: #fff; background: var(--ink); border-radius: 999px; font-size: .78rem; }
.recruit-hero h1 { margin-bottom: 25px; font-size: clamp(2.7rem,5.5vw,4.4rem); line-height: 1.12; word-break: keep-all; }
.hero-title-line { display: block; }
.recruit-hero-copy .lead { max-width: 680px; margin-bottom: 28px; }
.recruit-hero-copy .lead strong { color: var(--ink); font-weight: 900; }
.recruit-hero-note { display: flex; margin-top: 22px; flex-wrap: wrap; gap: 8px 18px; color: var(--muted); font-size: .88rem; }
.recruit-hero-note span::before { margin-right: 6px; color: var(--green); content: "✓"; font-weight: 900; }

.support-card { position: relative; padding: 30px; overflow: hidden; color: #fff; background: var(--recruit-deep); border-radius: 30px; box-shadow: 0 26px 70px rgba(14,25,39,.22); }
.support-card::after { position: absolute; right: -95px; top: -90px; width: 230px; height: 230px; border: 44px solid rgba(244,162,97,.12); border-radius: 50%; content: ""; }
.support-card-head { position: relative; z-index: 1; }
.support-card-head span { display: block; margin-bottom: 7px; color: var(--recruit-gold-soft); font-size: .8rem; font-weight: 800; letter-spacing: .05em; }
.support-card-head b { display: block; font-size: 1.45rem; line-height: 1.35; }
.support-metric { position: relative; z-index: 1; }
.support-metric.primary { margin: 26px 0 14px; padding: 23px 24px 20px; color: var(--ink); background: #fff; border-radius: 20px; }
.metric-label { display: block; color: var(--muted); font-size: .78rem; font-weight: 800; }
.support-metric strong { display: flex; align-items: baseline; gap: 4px; letter-spacing: -.055em; }
.support-metric.primary strong { margin-top: 2px; font-size: 4.2rem; line-height: 1; }
.support-metric strong em { margin-right: 5px; color: var(--orange-dark); font-size: .95rem; font-style: normal; letter-spacing: 0; }
.support-metric strong small { font-size: 1rem; letter-spacing: -.02em; }
.support-metric-row { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.support-metric.compact { padding: 17px 18px; background: rgba(255,255,255,.08); border-radius: 16px; }
.support-metric.compact .metric-label { color: #acb8c6; }
.support-metric.compact strong { margin-top: 3px; color: #fff; font-size: 1.65rem; }
.support-caption { position: relative; z-index: 1; margin: 18px 2px 0; color: #acb8c6; font-size: .76rem; line-height: 1.55; }

.proof-ribbon { color: #fff; background: var(--ink); }
.proof-ribbon-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.proof-ribbon-grid > div { padding: 24px 26px; border-right: 1px solid rgba(255,255,255,.1); }
.proof-ribbon-grid > div:first-child { border-left: 1px solid rgba(255,255,255,.1); }
.proof-ribbon-grid span { display: block; margin-bottom: 3px; color: #9eabb9; font-size: .76rem; }
.proof-ribbon-grid strong { font-size: .98rem; }

.audience-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.audience-card { min-height: 260px; padding: 25px; border: 1px solid var(--line); background: #fff; border-radius: 20px; transition: .2s; }
.audience-card:hover { border-color: #cfad92; transform: translateY(-4px); box-shadow: var(--shadow); }
.audience-num { display: inline-flex; width: 42px; height: 42px; margin-bottom: 36px; align-items: center; justify-content: center; color: var(--orange-dark); background: var(--orange-soft); border-radius: 13px; font-size: .82rem; font-weight: 900; }
.audience-card h3 { font-size: 1.2rem; }
.audience-card p { margin-bottom: 0; color: var(--muted); font-size: .92rem; }

.db-section { color: #fff; background: var(--recruit-deep); }
.db-section h2, .db-section h3 { color: #fff; }
.db-section .eyebrow { color: var(--recruit-gold-soft); }
.db-section .eyebrow::before { background: var(--recruit-gold); }
.db-section .lead { color: #bbc6d2; }
.db-layout { display: grid; grid-template-columns: minmax(0,.92fr) minmax(420px,1.08fr); align-items: center; gap: 70px; }
.db-copy h2 span { color: var(--recruit-gold); }
.db-flow { display: grid; margin-top: 32px; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 10px; }
.db-flow > div { display: flex; min-height: 112px; padding: 16px 13px; align-items: center; justify-content: center; flex-direction: column; text-align: center; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); border-radius: 17px; }
.db-flow strong { color: #fff; font-size: 1.35rem; }
.db-flow span { color: #b8c4d0; font-size: .76rem; }
.db-flow > b { color: var(--recruit-gold); font-size: 1.2rem; }
.db-conditions { overflow: hidden; color: var(--text); background: #fff; border-radius: 24px; box-shadow: 0 24px 65px rgba(0,0,0,.22); }
.condition-head { padding: 25px 28px; color: #fff; background: var(--recruit-deep-2); }
.condition-head span { display: block; margin-bottom: 3px; color: var(--recruit-gold-soft); font-size: .78rem; font-weight: 800; }
.condition-head strong { font-size: 1.35rem; }
.condition-list { margin: 0; padding: 12px 28px 18px; list-style: none; }
.condition-list li { display: grid; grid-template-columns: 38px 1fr; gap: 14px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.condition-list li:last-child { border-bottom: 0; }
.condition-list li > span { display: grid; width: 34px; height: 34px; color: #fff; background: var(--ink); border-radius: 10px; place-items: center; font-size: .76rem; font-weight: 850; }
.condition-list b { display: block; margin-bottom: 2px; color: var(--ink); }
.condition-list p { margin-bottom: 0; color: var(--muted); font-size: .88rem; }

.path-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.path-card { position: relative; min-height: 480px; padding: 36px; overflow: hidden; border-radius: 24px; }
.path-card::after { position: absolute; right: -80px; bottom: -90px; width: 210px; height: 210px; border: 40px solid rgba(255,255,255,.08); border-radius: 50%; content: ""; }
.path-experienced { color: #fff; background: var(--ink); }
.path-experienced h3 { color: #fff; }
.path-new { border: 1px solid #ead1bc; background: #fff8f2; }
.path-label { display: inline-flex; margin-bottom: 34px; padding: 6px 11px; color: var(--orange-dark); background: var(--orange-soft); border-radius: 999px; font-size: .78rem; font-weight: 850; }
.path-experienced .path-label { color: #ffe1c8; background: rgba(255,255,255,.1); }
.path-card h3 { font-size: 2rem; }
.path-card > p { max-width: 520px; color: var(--muted); }
.path-experienced > p { color: #bdc7d2; }
.path-card ul { display: grid; gap: 10px; margin: 24px 0 34px; padding: 0; list-style: none; }
.path-card li { position: relative; padding-left: 25px; }
.path-card li::before { position: absolute; left: 0; color: var(--orange); content: "✓"; font-weight: 900; }
.path-experienced li::before { color: var(--recruit-gold); }
.text-link { position: absolute; z-index: 1; left: 36px; bottom: 34px; font-weight: 850; }
.text-link span { margin-left: 5px; color: var(--orange); }
.path-experienced .text-link span { color: var(--recruit-gold); }
.path-caution { display: flex; margin-top: 18px; padding: 18px 22px; align-items: center; gap: 18px; border: 1px solid var(--line); background: #fff; border-radius: 15px; }
.path-caution strong { flex: none; color: var(--ink); }
.path-caution p { margin-bottom: 0; color: var(--muted); font-size: .9rem; }

.work-layout { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(380px,.95fr); align-items: center; gap: 68px; }
.role-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin-top: 26px; }
.role-list > div { display: grid; grid-template-columns: 36px 1fr; gap: 11px; padding: 17px; border: 1px solid var(--line); background: #fff; border-radius: 15px; }
.role-list span { display: grid; width: 32px; height: 32px; color: var(--orange-dark); background: var(--orange-soft); border-radius: 9px; place-items: center; font-size: .72rem; font-weight: 900; }
.role-list p { margin-bottom: 0; color: var(--muted); font-size: .84rem; }
.role-list b { display: block; color: var(--ink); font-size: .95rem; }
.contract-card { padding: 34px; color: #fff; background: var(--ink); border-radius: 25px; box-shadow: var(--shadow); }
.contract-card h3 { margin: 17px 0 12px; color: #fff; font-size: 1.75rem; }
.contract-card > p { color: #c0cad5; }
.contract-card > p strong { color: #fff; }
.contract-badge { display: inline-flex; padding: 5px 10px; color: #ffe0c7; background: rgba(244,162,97,.14); border-radius: 999px; font-size: .76rem; font-weight: 850; }
.contract-facts { display: grid; gap: 1px; margin: 24px 0 18px; overflow: hidden; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.1); border-radius: 14px; }
.contract-facts div { display: flex; padding: 13px 15px; justify-content: space-between; gap: 20px; background: #1b2a3b; }
.contract-facts span { color: #9eabb9; font-size: .82rem; }
.contract-facts b { text-align: right; font-size: .86rem; }
.contract-footnote { margin-bottom: 0; padding-top: 4px; font-size: .78rem; line-height: 1.65; }

.process-section { background: #fff9f3; }
.recruit-process { display: grid; grid-template-columns: repeat(6,1fr); margin: 0; padding: 0; overflow: hidden; border: 1px solid #e7d4c3; background: #fff; border-radius: 20px; list-style: none; }
.recruit-process li { min-height: 205px; padding: 23px 20px; border-right: 1px solid var(--line); }
.recruit-process li:last-child { border-right: 0; }
.recruit-process li > span { display: inline-flex; margin-bottom: 35px; color: var(--orange); font-size: .8rem; font-weight: 900; }
.recruit-process b { display: block; margin-bottom: 6px; color: var(--ink); }
.recruit-process p { margin-bottom: 0; color: var(--muted); font-size: .83rem; }
.location-panel { display: grid; grid-template-columns: 280px 1fr; margin-top: 28px; overflow: hidden; border: 1px solid #e5d0bd; background: #fff; border-radius: 22px; }
.location-visual { position: relative; min-height: 280px; overflow: hidden; background: linear-gradient(135deg,var(--ink),#263c55); }
.map-ring { position: absolute; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; }
.ring-one { width: 260px; height: 260px; left: 10px; top: 15px; }
.ring-two { width: 150px; height: 150px; left: 65px; top: 70px; }
.map-pin { position: absolute; left: 50%; top: 50%; display: grid; width: 76px; height: 76px; color: #fff; background: var(--orange); border: 8px solid rgba(255,255,255,.16); border-radius: 50% 50% 50% 10px; transform: translate(-50%,-60%) rotate(-45deg); place-items: center; font-weight: 900; }
.map-pin b { transform: rotate(45deg); }
.location-copy { padding: 34px 38px; }
.location-copy h3 { font-size: 1.65rem; }
.location-copy > p { color: var(--muted); }
.office-address { display: flex; margin-top: 20px; padding: 16px 18px; align-items: flex-start; justify-content: space-between; gap: 20px; color: var(--text); background: var(--soft); border: 1px solid var(--line); border-radius: 14px; font-style: normal; }
.office-address span { color: var(--muted); font-size: .82rem; font-weight: 750; }
.office-address strong { color: var(--ink); text-align: right; line-height: 1.55; }
.location-meta { display: flex; margin-top: 20px; padding-top: 18px; flex-wrap: wrap; gap: 12px 28px; border-top: 1px solid var(--line); color: var(--muted); font-size: .86rem; }
.location-meta b, .location-meta a { color: var(--ink); font-weight: 900; }

.recruit-faq details p { max-width: none; }
.apply-section { color: #fff; background: var(--recruit-deep); }
.apply-section h2 { color: #fff; }
.apply-section .eyebrow { color: var(--recruit-gold-soft); }
.apply-section .eyebrow::before { background: var(--recruit-gold); }
.apply-layout { display: grid; grid-template-columns: minmax(0,.8fr) minmax(470px,1.2fr); align-items: center; gap: 70px; }
.apply-copy .lead { color: #bcc7d2; }
.apply-points { display: grid; gap: 11px; margin: 30px 0; padding: 0; list-style: none; }
.apply-points li { display: flex; align-items: center; gap: 11px; color: #d5dce4; }
.apply-points span { display: grid; width: 30px; height: 30px; flex: none; color: var(--ink); background: var(--recruit-gold-soft); border-radius: 9px; place-items: center; font-size: .7rem; font-weight: 900; }
.apply-message { display: inline-flex; max-width: 390px; padding: 16px 18px; flex-direction: column; color: #fff; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.06); border-radius: 14px; }
.apply-message span { color: #aab7c4; font-size: .76rem; }
.apply-message strong { margin-top: 2px; font-size: 1rem; line-height: 1.5; }
.recruit-form-wrap { color: var(--text); box-shadow: 0 28px 70px rgba(0,0,0,.22); }
.recruit-form-wrap .eyebrow { color: var(--orange-dark); }
.recruit-form-wrap .eyebrow::before { background: var(--orange); }
.recruit-form-wrap .form-head h3 { font-size: 1.8rem; }
.privacy-preview { border: 1px solid var(--line); background: var(--soft); border-radius: 11px; }
.privacy-preview summary { padding: 11px 13px; color: var(--ink); cursor: pointer; font-size: .82rem; font-weight: 800; }
.privacy-preview p { margin: 0; padding: 0 13px 13px; color: var(--muted); font-size: .76rem; }
.recruit-footer .footer-brand span { margin-left: 6px; color: #f0b98f; font-size: .8rem; }
.recruit-footer-side { display: flex; align-items: flex-end; flex-direction: column; }
.recruit-footer-side span { color: #aab4c0; font-size: .8rem; }
.recruit-footer-side > strong { margin: 2px 0 7px; color: #fff; font-size: 1.12rem; font-weight: 900; }
.recruit-footer-side small { color: #748294; }
.recruit-mobile-cta { display: none; }

@media (max-width: 1080px) {
  .audience-grid { grid-template-columns: repeat(2,1fr); }
  .recruit-process { grid-template-columns: repeat(3,1fr); }
  .recruit-process li:nth-child(3) { border-right: 0; }
  .recruit-process li:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 980px) {
  .brand-divider, .recruit-brand-label { display: none; }
  .recruit-hero-grid, .db-layout, .work-layout, .apply-layout { grid-template-columns: 1fr; }
  .recruit-hero-grid, .db-layout, .work-layout, .apply-layout { gap: 42px; }
  .support-card { max-width: 650px; }
  .proof-ribbon-grid { grid-template-columns: repeat(2,1fr); }
  .proof-ribbon-grid > div:nth-child(2) { border-right: 0; }
  .proof-ribbon-grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.1); }
  .db-layout { align-items: stretch; }
  .location-panel { grid-template-columns: 220px 1fr; }
}

@media (max-width: 680px) {
  .recruit-hero { padding: 58px 0 55px; }
  .recruit-hero-grid { gap: 30px; }
  .recruit-hero h1 { font-size: clamp(2.2rem,11vw,3rem); }
  .support-card { padding: 23px; border-radius: 22px; }
  .support-metric.primary strong { font-size: 3.5rem; }
  .proof-ribbon-grid { grid-template-columns: 1fr 1fr; }
  .proof-ribbon-grid > div { padding: 18px 14px; }
  .proof-ribbon-grid strong { font-size: .88rem; }
  .audience-grid, .path-grid, .role-list { grid-template-columns: 1fr; }
  .audience-card { min-height: 0; }
  .audience-num { margin-bottom: 22px; }
  .db-flow { grid-template-columns: 1fr; gap: 8px; }
  .db-flow > div { min-height: 92px; }
  .db-flow > b { transform: rotate(90deg); }
  .condition-list { padding-right: 19px; padding-left: 19px; }
  .path-card { min-height: 500px; padding: 28px 24px; }
  .path-card h3 { font-size: 1.7rem; }
  .text-link { left: 24px; }
  .path-caution { align-items: flex-start; flex-direction: column; gap: 4px; }
  .contract-card { padding: 26px 22px; }
  .contract-facts div { align-items: flex-start; flex-direction: column; gap: 3px; }
  .contract-facts b { text-align: left; }
  .recruit-process { grid-template-columns: 1fr; }
  .recruit-process li { display: grid; min-height: 0; padding: 20px; grid-template-columns: 40px 1fr; gap: 10px; border-right: 0; border-bottom: 1px solid var(--line); }
  .recruit-process li:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
  .recruit-process li:last-child { border-bottom: 0; }
  .recruit-process li > span { margin-bottom: 0; }
  .location-panel { grid-template-columns: 1fr; }
  .location-visual { min-height: 190px; }
  .location-copy { padding: 26px 22px; }
  .office-address { flex-direction: column; gap: 5px; }
  .office-address strong { text-align: left; }
  .apply-layout { gap: 36px; }
  .recruit-footer-side { align-items: flex-start; }
  .recruit-mobile-cta { position: fixed; z-index: 290; right: 10px; bottom: 10px; left: 10px; display: grid; grid-template-columns: 1fr; gap: 8px; }
  .recruit-mobile-cta .btn { min-height: 52px; padding: 0 13px; box-shadow: 0 8px 26px rgba(20,32,47,.2); }
  .recruit-footer { padding-bottom: 108px; }
}
