@font-face {
  font-family: "Montserrat Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../fonts/montserrat-variable.woff2") format("woff2-variations");
}

:root {
  --navy: #172432;
  --navy-2: #1e2e3e;
  --gold: #bd913d;
  --gold-dark: #a87925;
  --ink: #15212c;
  --muted: #5b6268;
  --paper: #ffffff;
  --soft: #f6f6f4;
  --line: #e3e4e5;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: "Montserrat Variable", Montserrat, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
a { text-decoration: none; }
img { max-width: 100%; display: block; }
.page-container { max-width: 1360px; }
.section-pad { padding: 58px 0; }
.section-pad-sm { padding: 28px 0; }

.btn {
  min-width: 138px;
  padding: 11px 24px;
  border-radius: 3px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  transition: .22s ease;
}
.btn-sm { min-width: 132px; padding: 9px 18px; font-size: 11.5px; }
.btn-gold { color: #fff; background: linear-gradient(180deg, #c79a42, #b7862f); border-color: var(--gold); }
.btn-gold:hover, .btn-gold:focus { color: #fff; background: #a97926; border-color: #a97926; transform: translateY(-1px); }
.btn-navy { color: #fff; background: var(--navy); border-color: var(--navy); }
.btn-navy:hover, .btn-navy:focus { color: #fff; background: #273b4e; border-color: #273b4e; transform: translateY(-1px); }
.btn-outline-navy { color: var(--ink); background: #fff; border-color: #77808a; }
.btn-outline-navy:hover { color: #fff; background: var(--navy); }

.site-header { height: 74px; background: var(--navy); position: sticky; top: 0; z-index: 20; transition: box-shadow .3s ease, background-color .3s ease; }
.site-header.is-scrolled { background: rgba(20,32,44,.97); box-shadow: 0 10px 30px rgba(0,0,0,.28); backdrop-filter: blur(8px); }
.site-header .navbar { height: 74px; }
.navbar-brand {
  position: absolute;
  left: 0;
  top: 0;
  width: 138px;
  height: 138px;
  z-index: 10;
  overflow: hidden;
  border-radius: 50%;
  background: #fffdfa;
}
.navbar-brand img { width: 100%; height: 100%; object-fit: cover; }
.navbar-nav { height: 74px; }
.navbar-nav .nav-link {
  height: 74px;
  display: flex;
  align-items: center;
  padding: 0 21px !important;
  color: rgba(255,255,255,.96);
  font-size: 12.5px;
  font-weight: 600;
  text-transform: uppercase;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active { color: var(--gold); background: rgba(255,255,255,.025); }
.nav-cta { min-width: 138px; }

.hero-section {
  min-height: 516px;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.hero-art { position: absolute; inset: 0 0 0 42%; z-index: 1; }
.hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: left center; }
.hero-content { position: relative; z-index: 4; padding-top: 112px; }
.hero-content h1 { margin: 0 0 23px; font-size: clamp(38px, 3.5vw, 58px); line-height: 1.16; font-weight: 800; letter-spacing: -.025em; }
.hero-content h1 span { color: var(--gold); }
.hero-content p { color: #26313a; font-size: 16px; line-height: 1.62; margin-bottom: 32px; }
.hero-actions .btn { min-width: 150px; }

.about-section { min-height: 460px; padding: 88px 0; }
.about-image-wrap { position: relative; padding-left: 26px; padding-bottom: 24px; }
.about-image-wrap img { position: relative; z-index: 2; width: 100%; aspect-ratio: 4/3.1; object-fit: cover; border-radius: 14px; box-shadow: 0 18px 44px rgba(21,33,44,.18); }
.gold-corner { position: absolute; left: 0; bottom: 0; width: 128px; height: 104px; background: var(--gold); z-index: 1; }
.eyebrow { color: var(--muted); font-size: 14px; letter-spacing: .14em; font-weight: 600; text-transform: uppercase; }
.about-section h2 { margin: 0 0 12px; font-size: 34px; font-weight: 700; }
.about-section p { max-width: 670px; font-size: 15.5px; margin-bottom: 10px; }

.strength-strip { background: var(--navy); color: #fff; padding: 26px 0; }
.strength-item { min-height: 92px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 7px; text-align: center; border-right: 1px solid rgba(255,255,255,.18); }
.strength-item:last-child { border-right: 0; }
.strength-item i { color: var(--gold); font-size: 38px; line-height: 1; }
.strength-item span { font-size: 13px; line-height: 1.35; }

.section-title { display: flex; justify-content: center; margin-bottom: 20px; text-align: center; }
.section-title h2 { position: relative; margin: 0; font-size: 26px; line-height: 1.3; font-weight: 800; letter-spacing: .01em; text-transform: uppercase; }
.section-title h2::after { content: ""; position: absolute; width: 64px; height: 3px; background: var(--gold); left: 50%; bottom: -9px; transform: translateX(-50%); }
.section-title.light h2 { color: #fff; }

.services-section { background: #fff; }
.services-grid { display: grid; grid-template-columns: minmax(0, 1fr) 190px minmax(0, 1fr); align-items: center; }
.service-card { min-height: 264px; display: flex; align-items: center; justify-content: space-between; background: linear-gradient(110deg, #f5f5f3, #fafafa); border-radius: 8px; padding: 28px 24px; overflow: hidden; }
.employer-card { padding-right: 62px; margin-right: -58px; }
.seeker-card { padding-left: 68px; margin-left: -58px; flex-direction: row; }
.service-copy { position: relative; z-index: 2; flex: 1; min-width: 230px; }
.service-card h3 { margin: 0 0 9px; font-size: 19px; font-weight: 700; text-transform: uppercase; }
.service-card p { font-size: 13.5px; margin: 0 0 6px; }
.service-card ul { padding: 0; margin: 0 0 14px; list-style: none; }
.service-card li { position: relative; padding-left: 11px; font-size: 13.5px; line-height: 1.9; white-space: nowrap; }
.service-card li::before { content: "•"; color: var(--gold); position: absolute; left: 0; }
.two-column-list { display: grid; grid-template-columns: 1fr 1fr; column-gap: 18px; }
.service-round { width: 174px; height: 174px; border-radius: 50%; object-fit: cover; border: 2px solid #cab079; flex: 0 0 auto; }
.seeker-card .service-copy { order: 1; }
.seeker-card .service-round { order: 2; }
.service-emblem { width: 190px; height: 190px; border-radius: 50%; align-items: center; justify-content: center; position: relative; z-index: 4; background: #fff; box-shadow: 0 2px 16px rgba(0,0,0,.08); }
.service-emblem img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }

.industries-section { background: #fff; }
.industry-card { min-height: 84px; border: 1px solid #e3e4e4; border-radius: 5px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; text-align: center; transition: .2s ease; }
.industry-card:hover { border-color: var(--gold); transform: translateY(-2px); box-shadow: 0 6px 18px rgba(21,33,44,.08); }
.industry-card i { color: var(--gold); font-size: 28px; line-height: 1; }
.industry-card span { color: #111; font-size: 13px; font-weight: 600; }

.process-section { background: linear-gradient(110deg, #172432, #1b2b3a); color: #fff; }
.process-flow { display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.process-unit { display: flex; align-items: center; flex: 1; min-width: 0; }
.process-card { width: 100%; min-height: 210px; position: relative; border: 1px solid var(--gold); border-radius: 46px; padding: 25px 14px 14px; text-align: center; display: flex; flex-direction: column; align-items: center; }
.process-card .step-number { position: absolute; left: -3px; top: -10px; width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: #fff; font-weight: 700; font-size: 16px; }
.process-card i { color: var(--gold); font-size: 30px; line-height: 1; margin-bottom: 8px; }
.process-card h3 { min-height: 32px; margin: 0 0 7px; font-size: 12px; line-height: 1.35; text-transform: uppercase; font-weight: 700; }
.process-card p { margin: 0; font-size: 11.5px; line-height: 1.5; }
.process-arrow { flex: 0 0 auto; margin: 0 5px; color: rgba(189,145,61,.55); font-size: 24px; }

.jobs-section { padding-bottom: 36px; }
.job-card { height: 100%; border: 1px solid #dfc88d; border-radius: 7px; overflow: hidden; background: #fff; transition: .2s ease; }
.job-card:hover { transform: translateY(-3px); box-shadow: 0 8px 22px rgba(21,33,44,.12); }
.job-card > img { width: 100%; height: 144px; object-fit: cover; }
.job-info { padding: 12px 12px 15px; text-align: center; }
.job-info h3 { margin: 0 0 3px; font-size: 16px; font-weight: 700; }
.job-info p { margin: 0 0 10px; color: #7b5a21; font-size: 13px; }
.job-info .btn { padding-top: 6px; padding-bottom: 6px; }

.stats-strip { background: var(--navy); color: #fff; padding: 44px 0; }
.stat-item { display: flex; justify-content: center; align-items: center; gap: 13px; }
.stat-item i { color: var(--gold); font-size: 41px; line-height: 1; }
.stat-item div { display: flex; flex-direction: column; }
.stat-item strong { color: var(--gold); font-size: 28px; line-height: 1.1; font-weight: 700; }
.stat-item span { font-size: 12.5px; }

.contact-section { background: var(--soft); }
.contact-intro { color: var(--muted); font-size: 15px; margin: 18px auto 34px; max-width: 560px; }
.contact-card { display: grid; grid-template-columns: minmax(300px, 5fr) 7fr; background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 18px 50px rgba(21,33,44,.12); }
.contact-info-panel { position: relative; padding: 42px 36px; color: #fff; background: linear-gradient(150deg, rgba(20,31,43,.94), rgba(23,36,50,.9)), url('../assets/office.webp') center/cover; }
.contact-info-panel h3 { margin: 0 0 6px; font-size: 21px; font-weight: 700; }
.contact-info-sub { color: rgba(255,255,255,.7); font-size: 13.5px; margin-bottom: 28px; }
.contact-info-list { list-style: none; margin: 0 0 30px; padding: 0; display: grid; gap: 20px; }
.contact-info-list li { display: flex; gap: 14px; align-items: flex-start; }
.contact-info-list i { flex: 0 0 auto; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: rgba(189,145,61,.2); border: 1px solid rgba(189,145,61,.45); color: var(--gold); font-size: 16px; }
.contact-info-list strong { display: block; font-size: 13px; letter-spacing: .04em; text-transform: uppercase; color: var(--gold); margin-bottom: 2px; }
.contact-info-list span { color: rgba(255,255,255,.85); font-size: 13.5px; line-height: 1.55; }
.contact-info-social { display: flex; gap: 10px; }
.contact-info-social a { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(255,255,255,.28); color: #fff; font-size: 14px; transition: .25s ease; }
.contact-info-social a:hover { background: var(--gold); border-color: var(--gold); transform: translateY(-3px); }
.contact-form-panel { padding: 42px 40px; }
.contact-form-panel .form-label { font-size: 13px; font-weight: 600; margin-bottom: 4px; }
.form-control { min-height: 46px; border-color: #dfe1e5; border-radius: 8px; font-size: 14px; padding: 10px 14px; box-shadow: none !important; transition: border-color .2s ease, box-shadow .2s ease; }
.form-control:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(189,145,61,.15) !important; }
textarea.form-control { min-height: 110px; resize: vertical; }
.contact-form-panel .btn { padding: 13px 18px; border-radius: 8px; }
.contact-form-panel .btn.sent { background: #238650; border-color: #238650; }

.cta-section { padding: 30px 0; color: #fff; background: linear-gradient(105deg, rgba(178,129,39,.96), rgba(158,112,31,.92)), radial-gradient(circle at 80% 35%, transparent 0 70px, rgba(255,255,255,.18) 71px 72px, transparent 73px); }
.cta-section h2 { margin: 0 0 5px; font-size: 30px; font-weight: 700; }
.cta-section p { margin: 0; font-size: 14.5px; line-height: 1.5; }
.cta-section .btn-outline-light { color: #fff; border-color: rgba(255,255,255,.75); }
.cta-section .btn-outline-light:hover { color: var(--navy); background: #fff; }

.site-footer { background: linear-gradient(160deg, #14202c, var(--navy) 55%, #1a2938); color: #fff; border-top: 3px solid var(--gold); }
.footer-top { padding: 52px 0 40px; }
.footer-brand { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.footer-brand img { width: 72px; height: 72px; object-fit: cover; border-radius: 50%; box-shadow: 0 0 0 3px rgba(189,145,61,.35); }
.footer-brand div { display: flex; flex-direction: column; text-transform: uppercase; }
.footer-brand strong { font-family: Georgia, serif; font-size: 24px; letter-spacing: .18em; line-height: 1.15; }
.footer-brand span { color: var(--gold); font-size: 11px; letter-spacing: .22em; }
.footer-blurb { max-width: 340px; color: rgba(255,255,255,.72); font-size: 13.5px; line-height: 1.7; margin: 0 0 18px; }
.footer-social { display: flex; gap: 10px; }
.footer-social a { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(189,145,61,.5); border-radius: 50%; color: var(--gold); font-size: 15px; transition: .25s ease; }
.footer-social a:hover { background: var(--gold); color: #fff; border-color: var(--gold); transform: translateY(-3px); }
.site-footer h3 { position: relative; margin: 0 0 18px; padding-bottom: 10px; color: #fff; font-size: 14px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.site-footer h3::after { content: ""; position: absolute; left: 0; bottom: 0; width: 34px; height: 2px; background: var(--gold); }
.footer-links { display: grid; grid-template-columns: 1fr; gap: 10px; }
.footer-links a { position: relative; color: rgba(255,255,255,.78); font-size: 13.5px; transition: .2s ease; }
.footer-links a::before { content: "\2192"; margin-right: 8px; color: var(--gold); opacity: 0; margin-left: -18px; transition: .2s ease; }
.footer-links a:hover { color: var(--gold); padding-left: 18px; }
.footer-links a:hover::before { opacity: 1; margin-left: 0; }
.footer-contact { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.footer-contact li { display: flex; gap: 12px; align-items: flex-start; color: rgba(255,255,255,.78); font-size: 13.5px; line-height: 1.55; }
.footer-contact i { flex: 0 0 auto; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: rgba(189,145,61,.16); color: var(--gold); font-size: 13px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); background: rgba(0,0,0,.18); }
.footer-bottom-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; padding-top: 16px; padding-bottom: 16px; }
.footer-bottom p { margin: 0; color: rgba(255,255,255,.55); font-size: 12.5px; }
.footer-legal a { color: rgba(255,255,255,.65); }
.footer-legal a:hover { color: var(--gold); }
.footer-legal .sep { margin: 0 8px; color: rgba(255,255,255,.35); }

@media (max-width: 1199.98px) {
  .navbar-brand { left: 12px; }
  .navbar-nav .nav-link { padding: 0 12px !important; }
  .hero-art { left: 46%; }
  .hero-content h1 { font-size: 44px; }
  .services-grid { grid-template-columns: 1fr 145px 1fr; }
  .service-emblem { width: 145px; height: 145px; }
  .service-round { width: 132px; height: 132px; }
  .service-card { padding-left: 18px; padding-right: 18px; }
  .service-card li { font-size: 12.5px; }
  .process-arrow { margin: 0 2px; font-size: 16px; }
}

@media (max-width: 991.98px) {
  .site-header, .site-header .navbar { height: 68px; }
  .navbar-brand { width: 102px; height: 102px; }
  .navbar-toggler { margin-left: auto; border: 0; box-shadow: none !important; }
  .navbar-collapse { position: absolute; top: 68px; left: 0; right: 0; background: var(--navy); padding: 14px 22px 22px; box-shadow: 0 10px 24px rgba(0,0,0,.22); }
  .navbar-nav { height: auto; align-items: stretch !important; }
  .navbar-nav .nav-link { height: 43px; padding: 0 8px !important; }
  .nav-cta { margin-top: 8px; }
  .hero-section { min-height: auto; padding-bottom: 0; border-bottom: 0; }
  .hero-content { padding: 75px 24px 55px; }
  .hero-content h1 { font-size: 42px; }
  .hero-art { position: relative; inset: auto; height: 430px; margin-top: -15px; }
  .hero-art img { object-position: center; }
  .about-section { padding: 64px 0; }
  .about-image-wrap img { max-height: 360px; }
  .strength-item:nth-child(3) { border-right: 0; }
  .services-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
  .service-card, .employer-card, .seeker-card { margin: 0; padding: 28px; }
  .service-round { width: 190px; height: 190px; }
  .process-flow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px 16px; }
  .process-arrow { display: none; }
  .contact-details { padding-left: 40px; }
  .contact-form-wrap { padding: 32px 40px; }
}

@media (max-width: 767.98px) {
  body { font-size: 15px; }
  .page-container { padding-left: 20px; padding-right: 20px; }
  .navbar-brand { left: 20px; }
  .hero-content { padding: 65px 20px 44px; }
  .hero-content h1 { font-size: 35px; }
  .hero-content p { font-size: 14.5px; }
  .hero-actions .btn { min-width: 125px; }
  .hero-art { height: 330px; }
  .about-section h2 { font-size: 25px; }
  .strength-item { min-height: 102px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .strength-item:nth-child(3) { border-right: 1px solid rgba(255,255,255,.18); }
  .strength-item:nth-child(even) { border-right: 0; }
  .service-card { flex-direction: column-reverse; align-items: flex-start; gap: 16px; }
  .seeker-card { flex-direction: column-reverse; }
  .seeker-card .service-copy { order: 1; }
  .seeker-card .service-round { order: 2; }
  .service-round { width: 150px; height: 150px; align-self: center; }
  .service-copy { width: 100%; min-width: 0; }
  .service-card li { white-space: normal; }
  .process-flow { grid-template-columns: repeat(2, 1fr); }
  .process-card { min-height: 200px; }
  .stats-strip { padding: 34px 0; }
  .stat-item { justify-content: flex-start; padding-left: 14px; }
  .stat-item i { font-size: 34px; }
  .stat-item strong { font-size: 20px; }
  .contact-details { padding: 34px 28px; }
  .contact-visual { min-height: 280px; }
  .contact-form-wrap { padding: 28px; }
  .cta-section h2 { font-size: 24px; }
  .footer-brand { margin-bottom: 12px; }
}

@media (max-width: 479.98px) {
  .hero-content h1 { font-size: 29px; }
  .hero-art { height: 265px; }
  .hero-actions { gap: 8px !important; }
  .hero-actions .btn { flex: 1 1 calc(50% - 8px); padding-left: 10px; padding-right: 10px; }
  .about-image-wrap { padding-left: 15px; padding-bottom: 13px; }
  .two-column-list { column-gap: 7px; }
  .process-flow { grid-template-columns: 1fr; gap: 22px; }
  .process-card { max-width: 230px; margin: 0 auto; }
  .stat-item { flex-direction: column; align-items: flex-start; gap: 4px; }
  .stat-item i { font-size: 28px; }
  .footer-links.two { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* Application form (public /apply page) */
.apply-section { position: relative; background: var(--soft); padding-bottom: 72px; overflow: hidden; }
.apply-section::before {
  content: ""; position: absolute; top: -180px; right: -160px; width: 480px; height: 480px;
  background: radial-gradient(circle, rgba(189,145,61,.14), transparent 70%); z-index: 0; pointer-events: none;
}
.apply-section::after {
  content: ""; position: absolute; bottom: -220px; left: -180px; width: 440px; height: 440px;
  background: radial-gradient(circle, rgba(23,36,50,.07), transparent 70%); z-index: 0; pointer-events: none;
}
.apply-section .container { position: relative; z-index: 1; }
.apply-intro { color: var(--muted); font-size: 15px; margin: 18px auto 22px; max-width: 620px; text-align: center; }

.apply-trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 36px; }
.apply-trust span { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid rgba(189,145,61,.35); color: var(--navy); font-size: 11.5px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; padding: 9px 18px; border-radius: 999px; }
.apply-trust span i { color: var(--gold); font-size: 14px; }

.apply-alert { max-width: 980px; margin: 0 auto 22px; font-size: 14px; }
.apply-form { max-width: 880px; margin: 0 auto; }
.apply-form.apply-wizard { max-width: 980px; }

/* Wizard shell: sidebar step nav + single content panel */
.wizard-shell { display: grid; grid-template-columns: 260px 1fr; align-items: start; gap: 26px; }

.wizard-nav { background: var(--paper); border: 1px solid #e9e3d6; border-radius: 14px; padding: 12px; box-shadow: 0 2px 8px rgba(21,33,44,.04), 0 20px 44px rgba(21,33,44,.06); position: sticky; top: 96px; }
.wizard-nav-item { position: relative; display: flex; align-items: center; gap: 13px; padding: 15px 13px; border-radius: 10px; border-left: 3px solid transparent; cursor: pointer; transition: .2s ease; }
.wizard-nav-item + .wizard-nav-item { margin-top: 4px; }
.wizard-nav-item:hover { background: var(--soft); }
.wizard-nav-item.active { background: linear-gradient(90deg, rgba(189,145,61,.11), rgba(189,145,61,.03)); border-left-color: var(--gold); }
.wizard-nav-num { position: relative; z-index: 1; flex: 0 0 auto; width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; background: var(--soft); border: 2px solid var(--line); font-weight: 700; font-size: 13.5px; color: var(--muted); transition: .2s ease; }
.wizard-nav-item.active .wizard-nav-num { border-color: var(--gold); background: var(--gold); color: #fff; box-shadow: 0 6px 16px rgba(189,145,61,.3); }
.wizard-nav-item.done .wizard-nav-num { border-color: var(--gold); background: #fff; color: var(--gold); }
.wizard-nav-item:first-child .wizard-nav-num::after {
  content: ""; position: absolute; top: 100%; left: 50%; transform: translateX(-50%);
  width: 2px; height: 34px; background: var(--line); transition: background-color .35s ease; z-index: 0;
}
.wizard-nav-item:first-child.done .wizard-nav-num::after { background: var(--gold); }
.wizard-nav-text { display: flex; flex-direction: column; gap: 2px; }
.wizard-nav-text strong { font-size: 14px; color: var(--navy); }
.wizard-nav-text small { font-size: 11.5px; color: var(--muted); }

.wizard-panel { position: relative; background: var(--paper); border: 1px solid #e9e3d6; border-radius: 14px; padding: 38px 42px 32px; box-shadow: 0 2px 8px rgba(21,33,44,.04), 0 24px 54px rgba(21,33,44,.07); overflow: hidden; }
.wizard-panel::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--gold), #e6c576); }
.wizard-step-heading { float: none; width: auto; font-size: 22px; font-weight: 800; color: var(--navy); letter-spacing: -.01em; margin-bottom: 6px; }
.wizard-step-sub { font-size: 14px; color: var(--muted); margin-bottom: 28px; }

.wizard-step-enter { animation: wizard-step-in .5s cubic-bezier(.16,.8,.32,1) both; }
@keyframes wizard-step-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { .wizard-step-enter { animation: none; } }

.wizard-panel .form-label { display: flex; align-items: center; gap: 7px; font-size: 13.5px; font-weight: 600; color: var(--ink); margin-bottom: 8px; }
.wizard-panel .form-label i { color: var(--gold); font-size: 14px; }
.wizard-panel .form-label .hint { font-weight: 400; color: var(--muted); }
.wizard-panel .form-control, .wizard-panel .form-select { font-size: 15.5px; border-color: var(--line); border-radius: 9px; padding: 14px 16px; background: #fbfbfa; }
.wizard-panel .form-control:focus, .wizard-panel .form-select:focus { border-color: var(--gold); background: #fff; box-shadow: 0 0 0 4px rgba(189,145,61,.14); }
.wizard-panel .form-control:hover, .wizard-panel .form-select:hover { border-color: #c7cad0; }
.wizard-panel .form-check-label { font-size: 13.5px; color: var(--muted); }
.wizard-panel .row.g-3 { --bs-gutter-y: 1.75rem; --bs-gutter-x: 1.75rem; }

.wizard-actions { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--line); }
.wizard-progress-text { font-size: 12.5px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: var(--muted); }
.wizard-buttons { display: flex; gap: 10px; }
.wizard-buttons .btn { min-width: 130px; padding: 13px 26px; border-radius: 8px; }
.wizard-buttons .btn-gold {
  background: linear-gradient(180deg, #d6b062, #b7862f 60%, #a97926); border-color: transparent;
  box-shadow: 0 10px 22px rgba(189,145,61,.3), inset 0 1px 0 rgba(255,255,255,.3);
}
.wizard-buttons .btn-gold:hover, .wizard-buttons .btn-gold:focus {
  background: linear-gradient(180deg, #ddba72, #a97926 60%, #8f651c);
  box-shadow: 0 14px 30px rgba(189,145,61,.4), inset 0 1px 0 rgba(255,255,255,.35);
  transform: translateY(-2px);
}
.wizard-buttons .btn-outline-navy { background: #fff; border-color: var(--line); color: var(--navy); }
.wizard-buttons .btn-outline-navy:hover { background: var(--soft); border-color: #c7cad0; color: var(--navy); transform: translateY(-2px); }
.apply-secure-note-panel { justify-content: center; margin-top: 18px; }

/* Select2 (Bootstrap 5 theme, restyled to match brand palette) */
.select2-container--bootstrap-5 .select2-selection {
  min-height: 0; padding: 14px 16px; font-size: 15.5px; font-family: inherit;
  background: #fbfbfa; border: 1px solid var(--line); border-radius: 9px; transition: .2s ease;
}
.select2-container--bootstrap-5 .select2-selection:hover { border-color: #c7cad0; }
.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
  border-color: var(--gold); background: #fff; box-shadow: 0 0 0 4px rgba(189,145,61,.14);
}
.select2-container--bootstrap-5 .select2-selection__rendered { padding: 0; color: var(--ink); }
.select2-container--bootstrap-5 .select2-selection__placeholder { color: #6c757d; }
.select2-container--bootstrap-5 .select2-selection__arrow { height: 100%; top: 0; right: 10px; }
.select2-container--bootstrap-5 .select2-dropdown {
  border-color: var(--line); border-radius: 10px; overflow: hidden; box-shadow: 0 18px 44px rgba(21,33,44,.14);
}
.select2-container--bootstrap-5 .select2-search__field { border-radius: 6px; border-color: var(--line); font-size: 14px; }
.select2-container--bootstrap-5 .select2-search__field:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(189,145,61,.14); }
.select2-container--bootstrap-5 .select2-results__option { font-size: 14px; padding: 9px 14px; }
.select2-container--bootstrap-5 .select2-results__option--highlighted[aria-selected] { background: var(--gold); color: #fff; }
.select2-container--bootstrap-5 .select2-results__option[aria-selected=true] { background: var(--soft); color: var(--navy); font-weight: 600; }

/* File dropzones */
.file-drop {
  position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center;
  width: 100%; min-height: 158px; border: 1px solid #e9e3d6; border-radius: 12px;
  background: linear-gradient(180deg, #fff, #faf8f3); padding: 28px 20px; text-align: center;
  cursor: pointer; transition: .25s ease;
}
.file-drop:hover, .file-drop.is-dragover {
  border-color: var(--gold); box-shadow: 0 14px 32px rgba(189,145,61,.18); transform: translateY(-2px);
}
.file-drop .file-drop-icon-wrap {
  width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%;
  background: linear-gradient(135deg, rgba(189,145,61,.2), rgba(189,145,61,.08)); margin-bottom: 12px;
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}
.file-drop:hover .file-drop-icon-wrap, .file-drop.is-dragover .file-drop-icon-wrap {
  background: linear-gradient(135deg, #d6b062, #a97926); transform: translateY(-3px) scale(1.06);
  box-shadow: 0 8px 18px rgba(189,145,61,.35);
}
.file-drop i.file-drop-icon { font-size: 24px; color: var(--gold); transition: color .25s ease; }
.file-drop:hover i.file-drop-icon, .file-drop.is-dragover i.file-drop-icon { color: #fff; }
.file-drop .file-drop-text { font-size: 14.5px; color: var(--ink); font-weight: 600; }
.file-drop .file-drop-text strong { color: var(--gold-dark); }
.file-drop .file-drop-hint { font-size: 11.5px; color: var(--muted); margin-top: 5px; }
.file-drop input[type="file"] { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; }

.file-drop-list { margin-top: 12px; display: flex; flex-direction: column; gap: 8px; text-align: left; }
.file-drop-list .file-chip { display: flex; align-items: center; justify-content: space-between; gap: 10px; background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 9px 12px; font-size: 12.5px; color: var(--ink); box-shadow: 0 2px 8px rgba(21,33,44,.04); animation: pop-in .3s ease both; }
.file-drop-list .file-chip .name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: flex; align-items: center; gap: 7px; }
.file-drop-list .file-chip i.bi-file-earmark-check { color: var(--gold); flex: 0 0 auto; font-size: 14px; }
.file-drop-list .file-chip button { display: grid; place-items: center; width: 22px; height: 22px; background: none; border: 0; border-radius: 50%; color: var(--muted); line-height: 1; padding: 0; cursor: pointer; transition: .2s ease; flex: 0 0 auto; }
.file-drop-list .file-chip button:hover { color: #fff; background: #c0392b; }

.wizard-buttons .btn-gold, .wizard-buttons .btn-outline-navy { font-size: 13px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; }
.wizard-buttons .btn i { font-size: 15px; }
.apply-secure-note { font-size: 12px; color: var(--muted); display: flex; align-items: center; gap: 6px; }
.apply-secure-note i { color: var(--gold); }

/* Apply form animations */
@keyframes fade-up {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes pop-in {
  0% { opacity: 0; transform: scale(.96); }
  60% { transform: scale(1.01); }
  100% { opacity: 1; transform: scale(1); }
}
.fade-up { animation: fade-up .6s ease both; animation-delay: var(--d, 0ms); }
.apply-alert { animation: pop-in .45s ease both; }
.wizard-panel .form-control, .wizard-panel .form-select { transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease, background-color .2s ease; }
.wizard-panel .form-control:focus, .wizard-panel .form-select:focus { transform: translateY(-1px); }
.wizard-buttons .btn-gold { position: relative; transition: .25s ease; }
.wizard-buttons .btn-gold.is-submitting { pointer-events: none; opacity: .75; padding-right: 44px; }
.wizard-buttons .btn-gold.is-submitting::after {
  content: ""; position: absolute; right: 16px; top: 50%; width: 16px; height: 16px;
  margin-top: -8px; border: 2px solid rgba(255,255,255,.45); border-top-color: #fff;
  border-radius: 50%; animation: apply-spin .7s linear infinite;
}
@keyframes apply-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) {
  .fade-up, .apply-alert { animation: none; }
  .wizard-panel .form-control, .wizard-panel .form-select { transition: none; }
}
@media (max-width: 860px) {
  .wizard-shell { grid-template-columns: 1fr; }
  .wizard-nav { position: static; display: flex; gap: 8px; padding: 8px; overflow-x: auto; }
  .wizard-nav-item { flex: 1 1 auto; flex-direction: column; text-align: center; gap: 6px; padding: 12px 8px; border-left: none; border-bottom: 3px solid transparent; }
  .wizard-nav-item.active { border-left-color: transparent; border-bottom-color: var(--gold); }
  .wizard-nav-text small { display: none; }
  .wizard-panel { padding: 26px 20px 24px; }
  .wizard-step-heading { font-size: 19px; }
}
@media (max-width: 480px) {
  .wizard-actions { flex-direction: column; align-items: stretch; }
  .wizard-buttons { justify-content: stretch; }
  .wizard-buttons .btn { flex: 1 1 auto; min-width: 0; }
}

/* Section polish pass */
.gold-corner { border-radius: 8px; }

.strength-item i { width: 66px; height: 66px; display: grid; place-items: center; border-radius: 50%; background: rgba(189,145,61,.14); border: 1px solid rgba(189,145,61,.4); font-size: 28px; transition: .25s ease; }
.strength-item:hover i { background: var(--gold); color: #fff; transform: translateY(-3px); }

.service-card { border-radius: 14px; box-shadow: 0 6px 24px rgba(21,33,44,.06); transition: .25s ease; }
.service-card:hover { box-shadow: 0 14px 38px rgba(21,33,44,.12); transform: translateY(-3px); }
.service-round { transition: .3s ease; }
.service-card:hover .service-round { transform: scale(1.04); border-color: var(--gold); }

.industry-card { min-height: 108px; border-radius: 10px; gap: 10px; }
.industry-card i { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 12px; background: rgba(189,145,61,.12); font-size: 22px; transition: .25s ease; }
.industry-card:hover i { background: var(--gold); color: #fff; }

.process-card { transition: .25s ease; background: rgba(255,255,255,.02); }
.process-card:hover { background: rgba(189,145,61,.08); box-shadow: 0 0 24px rgba(189,145,61,.18); transform: translateY(-3px); }

.job-card { border-radius: 12px; }
.job-card > img { transition: .4s ease; }
.job-card:hover > img { transform: scale(1.05); }
.job-card { overflow: hidden; }

.stats-strip { background: linear-gradient(120deg, #14202c, var(--navy) 60%, #1a2938); border-top: 3px solid var(--gold); }
.stat-item i { transition: .25s ease; }
.stat-item:hover i { transform: translateY(-3px) scale(1.06); }

/* Scroll reveal */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .6s ease, transform .6s ease; transition-delay: var(--rd, 0ms); }
.reveal.in-view { opacity: 1; transform: none; }

@media (max-width: 991.98px) {
  .contact-card { grid-template-columns: 1fr; }
  .contact-info-panel, .contact-form-panel { padding: 32px 26px; }
}

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .service-card, .job-card > img, .strength-item i, .industry-card i, .process-card { transition: none; }
}

/* Hero refresh */
.hero-badge { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; padding: 8px 16px; border-radius: 999px; background: rgba(189,145,61,.1); border: 1px solid rgba(189,145,61,.35); color: var(--gold-dark); font-size: 12.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.hero-badge i { font-size: 14px; }
.hero-content::before { content: ""; position: absolute; left: -140px; top: 30px; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(189,145,61,.1), transparent 65%); z-index: -1; }
.hero-actions .btn { border-radius: 7px; }
.hero-actions .btn-gold { box-shadow: 0 10px 26px rgba(167,121,37,.35); }
.hero-trust { list-style: none; display: flex; flex-wrap: wrap; gap: 8px 22px; margin: 26px 0 0; padding: 0; }
.hero-trust li { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 13.5px; font-weight: 600; }
.hero-trust i { color: var(--gold); font-size: 15px; }
.btn { border-radius: 7px; }

/* Process refresh */
.process-section { position: relative; overflow: hidden; }
.process-section::before { content: ""; position: absolute; right: -160px; top: -160px; width: 480px; height: 480px; border-radius: 50%; background: radial-gradient(circle, rgba(189,145,61,.14), transparent 65%); }
.process-sub { color: rgba(255,255,255,.6); font-size: 14.5px; margin: 16px 0 40px; }
.process-card {
  border-radius: 18px;
  border: 1px solid rgba(189,145,61,.4);
  background: linear-gradient(165deg, rgba(255,255,255,.06), rgba(255,255,255,.015));
  padding: 34px 14px 18px;
  backdrop-filter: blur(2px);
}
.process-card .step-number {
  left: 50%; top: -17px; transform: translateX(-50%);
  width: 34px; height: 34px; font-size: 15px;
  box-shadow: 0 0 0 5px #182531, 0 6px 16px rgba(189,145,61,.4);
}
.process-card:hover { border-color: var(--gold); background: linear-gradient(165deg, rgba(189,145,61,.16), rgba(189,145,61,.05)); }
.process-card i { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 14px; background: rgba(189,145,61,.14); border: 1px solid rgba(189,145,61,.35); font-size: 24px; margin-bottom: 12px; }
.process-arrow { color: rgba(189,145,61,.75); }

@media (max-width: 991.98px) {
  .process-card { min-height: 200px; }
  .hero-trust { justify-content: flex-start; }
}

/* Middle-part upgrade: eyebrows, about badge, testimonials */
.title-eyebrow { text-align: center; margin: 0 0 6px; color: var(--gold-dark); font-size: 12.5px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }

.exp-badge { position: absolute; right: -18px; bottom: -10px; z-index: 3; display: flex; align-items: center; gap: 12px; padding: 18px 24px; border-radius: 14px; background: linear-gradient(160deg, #c79a42, #a87925); color: #fff; box-shadow: 0 16px 38px rgba(167,121,37,.42); }
.exp-badge strong { font-size: 34px; font-weight: 800; line-height: 1; }
.exp-badge span { font-size: 11.5px; line-height: 1.3; letter-spacing: .05em; text-transform: uppercase; }

.about-points { list-style: none; margin: 18px 0 0; padding: 0; display: grid; gap: 10px; }
.about-points li { display: flex; align-items: center; gap: 10px; font-size: 14.5px; font-weight: 600; color: var(--ink); }
.about-points i { color: var(--gold); font-size: 18px; }

.testimonials-section { background: var(--soft); }
.testimonial-card { position: relative; height: 100%; display: flex; flex-direction: column; padding: 30px 26px 24px; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 8px 26px rgba(21,33,44,.06); transition: .25s ease; }
.testimonial-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(21,33,44,.12); border-color: rgba(189,145,61,.5); }
.quote-mark { position: absolute; top: 14px; right: 20px; font-size: 52px; line-height: 1; color: rgba(189,145,61,.18); }
.testimonial-card .stars { display: flex; gap: 3px; color: var(--gold); font-size: 13px; margin-bottom: 12px; }
.testimonial-card p { flex: 1; font-size: 14px; line-height: 1.7; color: var(--muted); margin: 0 0 18px; }
.testimonial-card footer { display: flex; align-items: center; gap: 12px; border-top: 1px solid var(--line); padding-top: 16px; }
.testimonial-avatar { flex: 0 0 auto; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: rgba(189,145,61,.15); border: 1px solid rgba(189,145,61,.4); color: var(--gold-dark); font-weight: 700; font-size: 14px; }
.testimonial-card footer strong { display: block; font-size: 14px; }
.testimonial-card footer small { color: var(--muted); font-size: 12.5px; }

@media (max-width: 767.98px) {
  .exp-badge { right: 8px; bottom: -10px; padding: 10px 14px; }
  .exp-badge strong { font-size: 24px; }
}

/* Amazing-design pass: hero depth, card sheens, back-to-top, scrollbar */
html { scrollbar-color: var(--gold) var(--soft); }
::-webkit-scrollbar { width: 11px; height: 11px; }
::-webkit-scrollbar-track { background: var(--soft); }
::-webkit-scrollbar-thumb { background: linear-gradient(180deg, #c79a42, var(--gold-dark)); border-radius: 8px; border: 2px solid var(--soft); }
::-webkit-scrollbar-thumb:hover { background: var(--gold-dark); }

.back-to-top {
  position: fixed; right: 26px; bottom: 26px; z-index: 40;
  width: 46px; height: 46px; display: grid; place-items: center;
  border: none; border-radius: 50%; color: #fff;
  background: linear-gradient(160deg, #c79a42, #a87925);
  box-shadow: 0 12px 28px rgba(21,33,44,.28);
  font-size: 18px; cursor: pointer;
  opacity: 0; transform: translateY(14px) scale(.9); pointer-events: none;
  transition: opacity .3s ease, transform .3s ease, box-shadow .25s ease;
}
.back-to-top.is-visible { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
.back-to-top:hover { box-shadow: 0 16px 34px rgba(167,121,37,.45); transform: translateY(-3px) scale(1.04); }

/* Hero: extra ambient glow + slow-floating orbs */
.hero-section::before, .hero-section::after {
  content: ""; position: absolute; z-index: 0; border-radius: 50%; pointer-events: none;
  background: radial-gradient(circle, rgba(189,145,61,.16), transparent 68%);
}
.hero-section::before { left: -120px; bottom: -160px; width: 380px; height: 380px; animation: float-slow 9s ease-in-out infinite; }
.hero-section::after { left: 18%; top: -140px; width: 300px; height: 300px; animation: float-slow 11s ease-in-out infinite reverse; }
@keyframes float-slow {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(14px, -18px); }
}
.hero-badge { position: relative; }
.hero-badge::before {
  content: ""; position: absolute; inset: -2px; border-radius: inherit; z-index: -1;
  background: linear-gradient(120deg, rgba(189,145,61,.35), transparent 60%);
  animation: badge-pulse 2.6s ease-in-out infinite;
}
@keyframes badge-pulse { 0%, 100% { opacity: .5; } 50% { opacity: 1; } }

/* Section titles: gradient underline */
.section-title h2::after { background: linear-gradient(90deg, var(--gold-dark), var(--gold), var(--gold-dark)); background-size: 200% auto; animation: sheen-slide 3.5s linear infinite; }

/* Service cards: sheen sweep + gradient corner accent */
.service-card { position: relative; overflow: hidden; }
.service-card::before {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(115deg, transparent 30%, rgba(189,145,61,.16) 45%, transparent 60%);
  transform: translateX(-120%); transition: transform .7s ease;
}
.service-card:hover::before { transform: translateX(120%); }

/* Industry cards: gradient hover fill */
.industry-card { position: relative; background: #fff; overflow: hidden; }
.industry-card::after {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(150deg, rgba(189,145,61,.12), rgba(23,36,50,.05));
  opacity: 0; transition: opacity .25s ease;
}
.industry-card:hover::after { opacity: 1; }
.industry-card i, .industry-card span { position: relative; z-index: 1; }
.industry-card:hover i { transform: translateY(-3px) scale(1.08); }

/* Testimonials: gradient accent bar + avatar ring */
.testimonial-card::before {
  content: ""; position: absolute; top: -3px; left: 16%; right: 16%; height: 3px; border-radius: 3px;
  background: linear-gradient(90deg, var(--gold-dark), var(--gold)); transform: scaleX(0); transition: transform .3s ease;
}
.testimonial-card:hover::before { transform: scaleX(1); }
.testimonial-avatar { box-shadow: 0 0 0 3px rgba(189,145,61,.18); transition: box-shadow .25s ease; }
.testimonial-card:hover .testimonial-avatar { box-shadow: 0 0 0 4px rgba(189,145,61,.35); }

/* CTA section: floating decorative rings */
.cta-section { position: relative; overflow: hidden; }
.cta-section::before, .cta-section::after {
  content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.3); pointer-events: none;
}
.cta-section::before { width: 220px; height: 220px; right: 6%; top: -80px; animation: float-slow 10s ease-in-out infinite; }
.cta-section::after { width: 140px; height: 140px; right: 22%; bottom: -60px; animation: float-slow 8s ease-in-out infinite reverse; }

@keyframes sheen-slide { to { background-position: -200% center; } }

@media (prefers-reduced-motion: reduce) {
  .hero-section::before, .hero-section::after, .hero-badge::before,
  .section-title h2::after, .cta-section::before, .cta-section::after { animation: none; }
}

/* Salary & Benefits page */
.salary-page { position: relative; background: var(--soft); padding-bottom: 72px; overflow: hidden; }
.salary-page::before {
  content: ""; position: absolute; top: -180px; right: -160px; width: 480px; height: 480px;
  background: radial-gradient(circle, rgba(189,145,61,.14), transparent 70%); z-index: 0; pointer-events: none;
}
.salary-page::after {
  content: ""; position: absolute; bottom: -220px; left: -180px; width: 440px; height: 440px;
  background: radial-gradient(circle, rgba(23,36,50,.07), transparent 70%); z-index: 0; pointer-events: none;
}
.salary-page .container { position: relative; z-index: 1; }
.salary-intro { color: var(--muted); font-size: 15px; margin: 18px auto 40px; max-width: 640px; text-align: center; }

.salary-featured {
  position: relative; max-width: 900px; margin: 0 auto 22px; background: var(--paper); border: 1px solid var(--gold);
  border-radius: 16px; padding: 34px 36px 30px; box-shadow: 0 2px 8px rgba(21,33,44,.04), 0 24px 54px rgba(21,33,44,.07);
}
.salary-badge {
  display: inline-flex; align-items: center; gap: 6px; background: var(--gold); color: #fff; font-size: 11px;
  font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 7px 15px; border-radius: 999px; margin-bottom: 16px;
}
.salary-featured h3 { font-size: 22px; font-weight: 800; color: var(--navy); margin-bottom: 10px; }
.salary-featured > p { color: var(--muted); font-size: 14.5px; margin-bottom: 20px; }

.salary-stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 22px; }
.salary-stat { display: flex; align-items: center; gap: 14px; background: var(--soft); border: 1px solid var(--line); border-radius: 10px; padding: 16px 18px; }
.salary-stat i { flex: 0 0 auto; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: rgba(189,145,61,.12); color: var(--gold); font-size: 20px; }
.salary-stat strong { display: block; font-size: 19px; color: var(--navy); font-weight: 800; line-height: 1.2; }
.salary-stat span { font-size: 12px; color: var(--muted); }

.salary-callout { border-left: 3px solid var(--gold); background: var(--soft); border-radius: 0 8px 8px 0; padding: 16px 18px; font-size: 14px; color: var(--ink); margin-bottom: 16px; }
.salary-callout strong, .salary-card strong { color: var(--gold-dark); }
.salary-fineprint { font-size: 12.5px; color: var(--muted); margin: 0; }

.salary-card { max-width: 900px; margin: 0 auto 18px; background: var(--paper); border: 1px solid var(--line); border-radius: 14px; padding: 26px 30px; box-shadow: 0 10px 30px rgba(21,33,44,.05); }
.salary-card h3 { font-size: 18px; font-weight: 800; color: var(--navy); margin-bottom: 8px; }
.salary-card p { color: var(--muted); font-size: 14.5px; margin: 0; }

.salary-benefits { max-width: 900px; margin: 32px auto 0; display: flex; flex-direction: column; gap: 12px; }
.salary-benefit-box { display: flex; align-items: flex-start; gap: 10px; border-left: 3px solid var(--gold); background: var(--paper); border-top: 1px solid var(--line); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); border-radius: 0 8px 8px 0; padding: 14px 18px; font-size: 14px; color: var(--ink); }
.salary-benefit-box i { color: var(--gold); font-size: 15px; margin-top: 2px; flex: 0 0 auto; }
.salary-benefit-box strong { color: var(--gold-dark); }

.salary-payment-box { max-width: 900px; margin: 20px auto 0; display: flex; align-items: flex-start; gap: 10px; background: var(--soft); border: 1px solid var(--line); border-radius: 10px; padding: 18px 20px; font-size: 13.5px; color: var(--muted); }
.salary-payment-box i { color: var(--gold); font-size: 16px; margin-top: 1px; flex: 0 0 auto; }

@media (max-width: 640px) {
  .salary-stat-grid { grid-template-columns: 1fr; }
  .salary-featured { padding: 26px 22px 24px; }
  .salary-card { padding: 22px 20px; }
}
