.driver-recruitment-page {
  min-height: 100vh;
  padding: 0;
  background: #fff;
  color: var(--ink);
}

.driver-recruitment-page main,
.recruitment-header-inner,
.recruitment-footer-inner {
  width: min(1280px, calc(100% - 64px));
  margin-inline: auto;
}

.recruitment-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid #e7efed;
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(18px);
}

.recruitment-header-inner {
  min-height: 82px;
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) auto;
  align-items: center;
  gap: 30px;
}

.recruitment-brand .brand-logo {
  width: 126px;
  height: auto;
}

.recruitment-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.2vw, 34px);
}

.recruitment-nav a,
.recruitment-footer a {
  color: #22302e;
  font-size: 14px;
  font-weight: 760;
  text-decoration: none;
}

.recruitment-nav a {
  position: relative;
  padding: 10px 0;
}

.recruitment-nav a:hover,
.recruitment-footer a:hover,
.recruitment-nav a.active {
  color: var(--green);
}

.recruitment-nav a.active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--turquoise);
}

.recruitment-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.recruitment-login,
.recruitment-header-cta {
  min-width: 122px;
  padding: 12px 20px;
  text-align: center;
  text-decoration: none;
}

.recruitment-login {
  border-color: var(--turquoise);
  border-radius: 15px;
}

.recruitment-header-cta {
  border-radius: 15px;
}

.recruitment-hero {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
  align-items: center;
  gap: clamp(46px, 6vw, 90px);
  min-height: 690px;
  padding: 70px 0 44px;
}

.hero-kicker,
.section-kicker,
.requirement-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  background: var(--turquoise-soft);
  color: var(--green);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .02em;
}

.hero-kicker {
  margin-bottom: 22px;
  padding: 8px 14px;
  text-transform: none;
}

.recruitment-hero h1 {
  max-width: 8.6ch;
  margin-bottom: 26px;
  color: #0c1715;
  font-size: clamp(58px, 6.1vw, 88px);
  line-height: .93;
  letter-spacing: -.065em;
}

.recruitment-hero h1 span {
  display: block;
  margin-top: 8px;
  color: #12a660;
}

.hero-lede {
  max-width: 650px;
  margin-bottom: 30px;
  color: #536864;
  font-size: 17px;
  line-height: 1.65;
}

.hero-lede strong {
  color: #139858;
  font-weight: 850;
}

.hero-benefits {
  display: grid;
  gap: 19px;
  margin: 0 0 32px;
}

.hero-benefits > div {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  align-items: start;
}

.hero-benefits > div > span {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  margin-top: 1px;
  border-radius: 50%;
  background: #13a45f;
  color: white;
  font-weight: 900;
  box-shadow: 0 5px 14px rgba(19,164,95,.16);
}

.hero-benefits p { margin: 0; }
.hero-benefits strong,
.hero-benefits small { display: block; }
.hero-benefits strong { margin-bottom: 2px; color: #172825; font-size: 15px; }
.hero-benefits small { color: #617672; font-size: 13px; line-height: 1.45; }

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-actions a {
  min-width: 190px;
  text-align: center;
  text-decoration: none;
}

.hero-primary {
  padding: 15px 21px;
  border-radius: 14px;
  background: #0ba55e;
}

.hero-secondary {
  padding: 14px 21px;
  border-radius: 14px;
}

.store-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 28px;
}

.store-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 174px;
  min-height: 55px;
  padding: 8px 14px;
  border-radius: 11px;
  background: #080b0a;
  color: white;
  line-height: 1.05;
  box-shadow: 0 8px 18px rgba(8,11,10,.1);
}

.store-badge span:last-child {
  display: grid;
  gap: 2px;
}

.store-badge small {
  color: rgba(255,255,255,.74);
  font-size: 9px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.store-badge strong { font-size: 18px; }
.store-badge-muted { opacity: 1; }
.store-icon { display: grid; place-items: center; width: 27px; height: 27px; font-size: 19px; }
.apple-icon { font-size: 17px; color: white; }
.play-icon { color: #74df9f; }
.store-note { flex-basis: 100%; max-width: 470px; margin-top: 1px; color: #728580; font-size: 11px; line-height: 1.45; }

.hero-trust {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 18px 0 0;
  color: #6b7f7b;
  font-size: 12px;
}

.hero-trust span {
  display: grid;
  place-items: center;
  width: 17px;
  height: 17px;
  border-radius: 5px;
  background: #13a45f;
  color: white;
  font-size: 7px;
}

.recruitment-hero-media {
  position: relative;
  min-height: 565px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 34px;
  background: linear-gradient(145deg, #effaf7 0%, #e2f5f0 58%, #f9fcfb 100%);
}

.recruitment-hero-media::before {
  content: "";
  position: absolute;
  width: 390px;
  height: 390px;
  right: -110px;
  top: -135px;
  border-radius: 50%;
  background: rgba(201,243,107,.32);
}

.recruitment-hero-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 24%;
  background: linear-gradient(180deg, transparent, rgba(0,127,115,.05));
  pointer-events: none;
}

.recruitment-hero-media img {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1.08) translateY(4px);
}

.commission-float {
  position: absolute;
  z-index: 4;
  right: 24px;
  top: 24px;
  display: grid;
  min-width: 176px;
  padding: 20px 20px 18px;
  border-radius: 20px;
  background: linear-gradient(145deg, #159c57, #08a56a);
  color: white;
  box-shadow: 0 18px 40px rgba(6,111,69,.22);
}

.commission-float span,
.commission-float small,
.commission-float b {
  color: white;
  font-style: normal;
}

.commission-float span { font-size: 12px; font-weight: 750; }
.commission-float strong { margin-top: 2px; color: white; font-size: 39px; line-height: 1.02; }
.commission-float b { font-size: 18px; }
.commission-float i { height: 1px; margin: 14px 0; background: rgba(255,255,255,.26); }
.commission-float small { font-size: 12px; font-weight: 750; }

.hero-feature-strip {
  margin: 0 0 24px;
  padding: 24px 30px 27px;
  border: 1px solid #d9eee8;
  border-radius: 24px;
  background: linear-gradient(90deg, #f1faf7, #edf9f5 50%, #f4fbf9);
}

.hero-feature-strip h2 {
  margin: 0 0 22px;
  color: #0c1715;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -.035em;
  text-align: center;
}

.hero-feature-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.hero-feature-grid article {
  display: grid;
  justify-items: center;
  min-width: 0;
  padding: 0 18px;
  text-align: center;
}

.hero-feature-grid article + article {
  border-left: 1px solid #d4e7e2;
}

.feature-icon {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 13px;
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  color: #10a35d;
}

.feature-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-feature-grid strong {
  display: block;
  margin-bottom: 4px;
  color: #142420;
  font-size: 13px;
}

.hero-feature-grid small {
  color: #536c67;
  font-size: 11px;
  line-height: 1.45;
}

.recruitment-section { padding: 88px 0; }
.section-intro-block { max-width: 760px; margin-bottom: 36px; }
.section-intro-block.centered { margin-inline: auto; text-align: center; }
.section-intro-block.centered .section-kicker { margin-inline: auto; }
.section-kicker { padding: 7px 10px; margin-bottom: 14px; background: #edf9f6; }
.section-kicker.light { background: rgba(255,255,255,.12); color: #c9f36b; }
.section-intro-block h2,
.app-download-section h2,
.final-cta h2 {
  margin-bottom: 14px;
  font-size: clamp(34px, 4.5vw, 50px);
  line-height: 1.05;
  letter-spacing: -.04em;
}
.section-intro-block p,
.final-cta p { color: var(--muted); font-size: 16px; line-height: 1.7; }

.requirements-section { border-top: 1px solid var(--line); }
.requirements-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.requirement-card {
  min-height: 310px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: white;
  box-shadow: var(--shadow-sm);
}
.requirement-card-accent { background: linear-gradient(145deg, #effaf7, #fff); border-color: #b8dfd8; }
.requirement-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
  border-radius: 17px;
  background: var(--turquoise-soft);
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
}
.requirement-label { padding: 5px 8px; margin-bottom: 8px; font-size: 10px; }
.requirement-card h3 { margin-bottom: 18px; font-size: 22px; }
.requirement-card ul { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.requirement-card li { position: relative; padding-left: 28px; color: #39524e; }
.requirement-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--turquoise);
  font-weight: 900;
}
.requirements-note {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  margin-top: 18px;
  padding: 20px 22px;
  border: 1px solid #b7e1da;
  border-radius: 22px;
  background: var(--turquoise-subtle);
}
.note-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--turquoise); color: white; font-weight: 900; }
.requirements-note strong { display: block; margin-bottom: 4px; }
.requirements-note p { margin: 0; color: var(--muted); font-size: 13px; }
.requirements-note a { text-decoration: none; white-space: nowrap; }

.process-section { border-top: 1px solid var(--line); background: linear-gradient(180deg, #fbfdfd, #f3faf8); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.process-grid article {
  min-height: 210px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: white;
  box-shadow: var(--shadow-sm);
}
.process-grid article > span { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 38px; border-radius: 50%; background: var(--turquoise); color: white; font-weight: 900; }
.process-grid h3 { margin-bottom: 8px; font-size: 18px; }
.process-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.app-download-section {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 56px;
  margin: 86px 0;
  padding: 56px;
  border-radius: 36px;
  background: linear-gradient(130deg, #0b403a, #007f73 60%, #00a693);
  color: white;
  box-shadow: 0 28px 80px rgba(0,127,115,.2);
}
.app-download-copy { max-width: 760px; }
.app-download-section h2 { max-width: 12ch; }
.app-download-section p { max-width: 720px; color: #d6ebe7; font-size: 16px; line-height: 1.7; }
.download-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.download-web { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 20px; border-radius: 13px; background: var(--lime); color: var(--ink); font-weight: 850; text-decoration: none; }
.store-badge-light { border: 1px solid rgba(255,255,255,.22); background: rgba(9, 28, 25, .72); }
.app-download-share { display: grid; min-width: 190px; padding: 26px; border: 1px solid rgba(255,255,255,.24); border-radius: 26px; background: rgba(255,255,255,.08); text-align: center; backdrop-filter: blur(10px); }
.app-download-share span,
.app-download-share small { color: #d6ebe7; font-size: 12px; }
.app-download-share strong { color: var(--lime); font-size: 56px; line-height: 1.05; }

.final-cta { display: flex; align-items: center; justify-content: space-between; gap: 36px; border-top: 1px solid var(--line); }
.final-cta > div { max-width: 700px; }
.final-cta a { min-width: 230px; text-align: center; text-decoration: none; }

.recruitment-footer { border-top: 1px solid var(--line); background: #f7faf9; }
.recruitment-footer-inner { min-height: 150px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.recruitment-footer .brand-logo { width: 112px; }
.recruitment-footer nav { display: flex; justify-content: center; gap: 24px; }
.recruitment-footer > div > span { color: var(--muted); font-size: 12px; }

@media (max-width: 1120px) {
  .recruitment-header-inner { grid-template-columns: auto 1fr auto; gap: 18px; }
  .recruitment-nav { gap: 16px; }
  .recruitment-nav a { font-size: 13px; }
  .recruitment-login { display: none; }
}

@media (max-width: 980px) {
  .recruitment-header-inner { grid-template-columns: auto 1fr; }
  .recruitment-nav { display: none; }
  .recruitment-header-actions { justify-self: end; }
  .recruitment-login { display: inline-flex; }
  .recruitment-hero { grid-template-columns: 1fr; padding-top: 52px; }
  .recruitment-hero h1 { max-width: 10ch; }
  .recruitment-hero-media { min-height: 550px; }
  .hero-feature-grid { grid-template-columns: repeat(3, 1fr); gap: 22px 0; }
  .hero-feature-grid article:nth-child(4) { border-left: 0; }
  .requirements-grid { grid-template-columns: 1fr 1fr; }
  .requirement-card-accent { grid-column: 1 / -1; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .app-download-section { grid-template-columns: 1fr; padding: 42px; }
  .app-download-share { width: min(100%, 300px); }
}

@media (max-width: 680px) {
  .driver-recruitment-page main,
  .recruitment-header-inner,
  .recruitment-footer-inner { width: min(100% - 28px, 1280px); }
  .recruitment-header-inner { min-height: 68px; gap: 12px; }
  .recruitment-brand .brand-logo { width: 104px; }
  .recruitment-header-actions { gap: 7px; }
  .recruitment-login { display: none; }
  .recruitment-header-cta { min-width: 0; padding: 10px 14px; font-size: 13px; }
  .recruitment-hero { gap: 34px; min-height: 0; padding: 44px 0 24px; }
  .recruitment-hero h1 { max-width: 8ch; font-size: clamp(50px, 15vw, 68px); }
  .hero-lede { font-size: 16px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions a { width: 100%; }
  .store-preview { display: grid; grid-template-columns: 1fr 1fr; }
  .store-badge { min-width: 0; }
  .store-badge strong { font-size: 14px; }
  .store-note { grid-column: 1 / -1; }
  .recruitment-hero-media { min-height: 430px; border-radius: 26px; }
  .recruitment-hero-media img { transform: scale(1.06); }
  .commission-float { top: 14px; right: 14px; min-width: 132px; padding: 13px; }
  .commission-float strong { font-size: 31px; }
  .commission-float b { font-size: 14px; }
  .hero-feature-strip { margin-top: 8px; padding: 24px 14px; }
  .hero-feature-strip h2 { font-size: 24px; }
  .hero-feature-grid { grid-template-columns: 1fr 1fr; gap: 24px 0; }
  .hero-feature-grid article { padding: 0 12px; }
  .hero-feature-grid article:nth-child(odd) { border-left: 0; }
  .hero-feature-grid article:nth-child(4) { border-left: 1px solid #d4e7e2; }
  .recruitment-section { padding: 62px 0; }
  .requirements-grid,
  .process-grid { grid-template-columns: 1fr; }
  .requirement-card-accent { grid-column: auto; }
  .requirements-note { grid-template-columns: auto 1fr; }
  .requirements-note a { grid-column: 1 / -1; text-align: center; }
  .app-download-section { margin: 60px 0; padding: 32px 22px; border-radius: 26px; }
  .download-actions { display: grid; grid-template-columns: 1fr; }
  .store-badge { width: 100%; }
  .final-cta { align-items: stretch; flex-direction: column; }
  .final-cta a { width: 100%; }
  .recruitment-footer-inner { min-height: 200px; grid-template-columns: 1fr; justify-items: start; padding: 32px 0; }
  .recruitment-footer nav { display: grid; justify-content: start; gap: 10px; }
}
