/*
Theme Name: NuClicks Trucking Driver Recruitment
Theme URI: https://nuclicks.ai/
Author: NuClicks.AI
Description: Trucking-focused NuClicks managed CDL driver recruitment website and online enrollment system.
Version: 4.0.6
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: nuclicks-onboarding
*/

:root {
  --ink: #07111f;
  --muted: #3f4d61;
  --line: #d8e4ff;
  --blue: #075dff;
  --blue-dark: #063ccf;
  --soft-blue: #eef6ff;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(7, 17, 31, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  background: linear-gradient(180deg, #ffffff 0%, #f6fbff 46%, #ffffff 100%);
}
a { color: inherit; }
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 3px solid #38d996;
  outline-offset: 3px;
}
.ekit-template-content-header,
.ekit-template-content-footer,
.elementor-location-header,
.elementor-location-footer {
  display: none !important;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 12px clamp(18px, 4vw, 52px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
  overflow: visible;
}
.brand {
  display: inline-flex;
  align-items: center;
  width: clamp(240px, 25vw, 390px);
  max-width: 46vw;
  min-height: 58px;
  flex: 0 0 auto;
  overflow: visible;
}
.brand img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 78px;
  object-fit: contain;
}
nav { display: flex; align-items: center; gap: 6px; font-size: 15px; font-weight: 800; }
nav a { padding: 10px 11px; border-radius: 7px; text-decoration: none; white-space: nowrap; }
nav a:hover { background: var(--soft-blue); color: var(--blue-dark); }
.nav-cta { color: var(--white); background: var(--blue); }
.nav-cta:hover { color: var(--white); background: var(--blue-dark); }
main > section { padding: clamp(46px, 7vw, 86px) clamp(18px, 5vw, 72px); }
.hero {
  min-height: calc(100vh - 82px);
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(320px, 1.02fr);
  align-items: center;
  gap: clamp(24px, 5vw, 64px);
  padding-top: clamp(24px, 4vw, 58px);
  background: radial-gradient(circle at 88% 20%, rgba(7, 93, 255, 0.16), transparent 33%), linear-gradient(135deg, #ffffff 0%, #f4f9ff 56%, #ffffff 100%);
}
.hero-copy { max-width: 820px; }
.hero h1, .section-heading h2, .split-section h2, .solution-band h2, .final-cta h2 {
  margin: 0;
  line-height: 1.04;
  letter-spacing: 0;
}
.hero h1 { font-size: clamp(40px, 6vw, 78px); }
.hero-text { max-width: 670px; margin: 20px 0 0; color: var(--muted); font-size: clamp(18px, 2vw, 23px); }
.eyebrow { margin: 0 0 12px; color: var(--blue); font-weight: 900; letter-spacing: 0; font-size: 13px; text-transform: uppercase; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.reassurance { margin: 14px 0 0; color: #17365d; font-weight: 900; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 20px;
  border: 2px solid transparent;
  border-radius: 7px;
  text-decoration: none;
  font-weight: 900;
}
.button.primary { color: var(--white); background: linear-gradient(135deg, var(--blue), var(--blue-dark)); box-shadow: 0 12px 28px rgba(7, 93, 255, 0.25); }
.button.secondary { color: var(--blue-dark); background: var(--white); border-color: #9fc2ff; box-shadow: 0 10px 24px rgba(7, 93, 255, 0.10); }
.button:hover { transform: translateY(-1px); }
.button.large { min-height: 58px; padding-inline: 28px; font-size: 18px; }
.hero-media {
  display: grid;
  place-items: center;
  aspect-ratio: 1063 / 485;
  padding: clamp(10px, 2vw, 22px);
  overflow: visible;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}
.hero-media img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.video-section, .banner-section, .features, .steps-section, .audience-section, .pricing-section, .testimonials, .faq-section, .contact-section { max-width: 1240px; margin: 0 auto; }
.section-heading { max-width: 850px; margin-bottom: 26px; }
.section-heading h2, .split-section h2, .solution-band h2, .final-cta h2 { font-size: clamp(32px, 4.8vw, 60px); }
.section-heading p:not(.eyebrow), .split-section p, .solution-band p, .final-cta p { color: var(--muted); font-size: 19px; }
.video-frame { position: relative; }
.marketing-video { display: block; width: 100%; aspect-ratio: 16 / 9; max-height: 72vh; object-fit: contain; background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); }
.video-watermark { position: absolute; right: 18px; bottom: 18px; width: min(230px, 26%); height: auto; border-radius: 6px; box-shadow: 0 14px 32px rgba(7, 17, 31, .18); pointer-events: none; }
.video-fallback { margin: 14px 0 0; font-weight: 900; }
.video-fallback a { color: var(--blue); }
.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1.1fr);
  gap: clamp(24px, 5vw, 60px);
  background: linear-gradient(135deg, #eaf4ff, #d9ebff);
  color: var(--ink);
}
.split-section .eyebrow { color: var(--blue); }
.split-section p { color: #17365d; }
.check-grid, .feature-grid, .steps-grid, .audience-grid, .testimonial-grid, .faq-list {
  display: grid;
  gap: 16px;
}
.check-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.check-grid span, .audience-grid span {
  position: relative;
  min-height: 70px;
  padding: 17px 18px 17px 48px;
  border: 1px solid #9fc2ff;
  border-radius: 8px;
  background: rgba(255,255,255,.78);
  color: #07111f;
  font-weight: 800;
  box-shadow: 0 10px 26px rgba(7, 93, 255, 0.08);
}
.check-grid span::before, .audience-grid span::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 22px;
  width: 13px;
  height: 7px;
  border-left: 3px solid #38d996;
  border-bottom: 3px solid #38d996;
  transform: rotate(-45deg);
}
.solution-band { display: flex; align-items: center; justify-content: space-between; gap: 28px; background: linear-gradient(90deg, rgba(7,93,255,.10), rgba(250,29,44,.07)), var(--white); }
.solution-band > div { max-width: 850px; }
.feature-grid, .steps-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.feature-grid article, .steps-grid article, .pricing-card, .testimonial-card, .faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 38px rgba(7,17,31,.08);
}
.feature-grid article, .steps-grid article { min-height: 190px; padding: 24px; }
.feature-grid h3, .steps-grid h3 { margin: 0 0 10px; font-size: 23px; }
.feature-grid p, .steps-grid p { margin: 0; color: var(--muted); }
.steps-grid strong { display: block; margin-bottom: 10px; color: var(--blue); font-size: 14px; text-transform: uppercase; }
.control-note { max-width: 760px; margin: 22px 0 0; color: #17365d; font-size: 19px; font-weight: 900; }
.audience-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.pricing-section { text-align: center; }
.pricing-section .section-heading { margin-left: auto; margin-right: auto; }
.single-plan { max-width: 760px; margin: 0 auto; text-align: left; }
.pricing-card { display: flex; flex-direction: column; padding: clamp(24px, 4vw, 40px); }
.pricing-card.featured { border: 2px solid var(--blue); background: linear-gradient(180deg, rgba(7,93,255,.08), rgba(255,255,255,0) 42%), var(--white); }
.plan-label { margin: 0 0 10px; color: var(--blue); font-size: 14px; font-weight: 900; text-transform: uppercase; letter-spacing: 0; }
.pricing-card h3 { margin: 0 0 12px; font-size: clamp(32px, 4vw, 48px); line-height: 1.05; }
.pricing-card p:not(.plan-label) { margin: 0 0 18px; color: var(--muted); font-size: 18px; }
.pricing-card ul { display: grid; gap: 10px; margin: 0 0 24px; padding: 0; list-style: none; }
.pricing-card li { position: relative; padding: 11px 12px 11px 36px; border-radius: 7px; color: #17365d; background: #f4f9ff; font-weight: 800; }
.pricing-card li::before { content: ""; position: absolute; left: 14px; top: 17px; width: 10px; height: 6px; border-left: 2px solid #38d996; border-bottom: 2px solid #38d996; transform: rotate(-45deg); }
.pricing-card .button { width: 100%; margin-top: 8px; text-align: center; }
.pricing-disclosures { margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line); }
.pricing-disclosures p { font-size: 15px !important; color: #3f4d61 !important; }
.banner-section { padding-top: clamp(24px, 4vw, 52px); }
.brand-banner { display: block; width: 100%; height: auto; border: 1px solid #1a6fff; border-radius: 8px; box-shadow: var(--shadow); }
.testimonial-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.testimonial-card { min-height: 280px; display: grid; align-content: space-between; gap: 18px; padding: 24px; }
.stars { color: #f6ad00; font-size: 24px; letter-spacing: 0; }
.testimonial-card blockquote { margin: 0; color: var(--ink); font-size: clamp(19px, 1.8vw, 24px); line-height: 1.35; font-weight: 800; }
.testimonial-card p { margin: 0; }
.testimonial-card strong, .testimonial-card span { display: block; }
.testimonial-card strong { font-size: 20px; }
.testimonial-card span { margin-top: 2px; color: var(--muted); font-size: 16px; font-weight: 700; }
.faq-list { grid-template-columns: 1fr; }
.faq-list details { padding: 0; overflow: hidden; }
.faq-list summary { cursor: pointer; padding: 20px 24px; color: var(--ink); font-size: 19px; font-weight: 900; }
.faq-list summary::marker { color: var(--blue); }
.faq-list p { margin: 0; padding: 0 24px 22px; color: var(--muted); font-size: 18px; }
.final-cta { text-align: center; background: linear-gradient(135deg, #ffffff, var(--soft-blue)); }
.final-cta p { max-width: 700px; margin: 18px auto; }
.contact-line { font-size: 17px !important; }
.contact-line a { color: var(--blue); font-weight: 900; }
.contact-card {
  display: grid;
  gap: 14px;
  justify-items: center;
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid #b8d1ff;
  border-radius: 8px;
  background: linear-gradient(135deg, #ffffff, #eef6ff);
  box-shadow: var(--shadow);
  text-align: center;
}
.contact-card p { max-width: 620px; margin: 0; color: #17365d; font-size: 21px; font-weight: 800; }
.contact-email { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 0 24px; border-radius: 8px; color: var(--white); background: linear-gradient(135deg, var(--blue), var(--blue-dark)); font-size: clamp(18px, 3vw, 26px); font-weight: 900; text-decoration: none; box-shadow: 0 12px 28px rgba(7, 93, 255, 0.24); }
footer { display: flex; justify-content: space-between; gap: 16px; padding: 26px clamp(18px, 5vw, 72px); color: var(--muted); border-top: 1px solid var(--line); }
footer p { margin: 0; }
footer a { color: var(--blue); font-weight: 900; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button:hover { transform: none; }
}
@media (max-width: 980px) {
  .site-header { position: static; align-items: center; flex-direction: column; }
  nav { width: 100%; flex-wrap: wrap; justify-content: center; gap: 4px; padding-bottom: 4px; }
  nav a { padding: 8px 9px; }
  .hero, .split-section { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .solution-band { display: grid; }
  .feature-grid, .steps-grid, .testimonial-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .audience-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .brand { width: min(100%, 340px); max-width: 100%; }
  nav { font-size: 13px; }
  nav a { padding: 7px 6px; }
  .hero h1 { font-size: 40px; }
  .check-grid, .feature-grid, .steps-grid, .audience-grid, .testimonial-grid { grid-template-columns: 1fr; }
  .video-watermark { width: min(170px, 38%); right: 10px; bottom: 10px; }
  footer { flex-direction: column; }
}

/* Version 2.0 */
.centered { margin-left: auto; margin-right: auto; text-align: center; }
.hero-promise { margin: 18px 0 0; color: var(--blue-dark); font-size: clamp(20px, 2.2vw, 28px); font-weight: 900; }
.hero-media { align-content: center; gap: 18px; }
.hero-choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; width: 100%; }
.hero-choice-grid div { display: grid; gap: 3px; padding: 14px; border: 1px solid var(--line); border-radius: 7px; background: var(--soft-blue); }
.hero-choice-grid span { color: var(--blue-dark); font-weight: 900; }
.choice-section, .platform-section { max-width: 1240px; margin: 0 auto; }
.choice-grid, .pricing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.choice-card { display: flex; flex-direction: column; padding: clamp(24px, 4vw, 40px); border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: var(--shadow); }
.choice-card h3 { margin: 0; font-size: clamp(27px, 3vw, 40px); line-height: 1.1; }
.choice-card > p:not(.plan-label,.choice-price) { color: var(--muted); font-size: 18px; }
.choice-card .button { margin-top: auto; }
.managed-card { border: 2px solid var(--blue); background: linear-gradient(180deg, rgba(7,93,255,.10), #fff 44%); }
.choice-price { margin: 18px 0 4px; font-size: clamp(38px, 5vw, 58px); font-weight: 900; line-height: 1; }
.choice-price span, .pricing-card h3 span { display: inline-block; font-size: 17px; color: var(--muted); }
.compact-list { display: grid; gap: 10px; margin: 0 0 26px; padding-left: 22px; color: #17365d; font-weight: 800; }
.ad-spend-note { display: block; margin-top: 14px; color: #8a3800; font-size: 15px; text-align: center; }
.video-gate { min-height: 420px; }
.video-poster { position: relative; display: grid; place-items: center; min-height: 420px; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: var(--shadow); }
.video-poster img { display: block; width: 100%; height: 100%; max-height: 630px; object-fit: cover; }
.video-poster::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,17,31,.05), rgba(7,17,31,.42)); }
.video-open { position: absolute; z-index: 2; min-height: 58px; font-size: 18px; }
.platform-grid { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 12px; }
.platform-grid span { display: grid; place-items: center; min-height: 74px; padding: 12px; border: 1px solid #b8d1ff; border-radius: 7px; background: #fff; color: #17365d; font-weight: 900; text-align: center; box-shadow: 0 8px 20px rgba(7,93,255,.07); }
.meta-explainer { display: grid; grid-template-columns: minmax(300px,.85fr) minmax(0,1.15fr); align-items: center; gap: 28px; margin-top: 28px; padding: clamp(24px,4vw,42px); border-radius: 8px; background: #07111f; color: #fff; }
.meta-explainer p { color: #d8e4ff; }
.meta-explainer h3 { margin: 0 0 8px; font-size: clamp(25px,3vw,38px); }
.meta-equation { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px; font-size: clamp(20px,2.7vw,34px); }
.meta-equation strong { padding: 12px 14px; border-radius: 7px; background: #fff; color: var(--blue-dark); }
.pricing-grid { text-align: left; }
.pricing-card h3 span { line-height: 1.35; }
.pricing-position { min-height: 54px; color: #17365d !important; font-weight: 900; }
.scope-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 24px; text-align: left; }
.scope-panel > div { padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: #f8fbff; }
.scope-panel h3 { margin: 0 0 8px; font-size: 22px; }
.scope-panel p { margin: 0; color: var(--muted); }
.results-disclaimer { max-width: 900px; margin: 22px auto 0; color: var(--muted); font-size: 15px; }
.centered-actions { justify-content: center; }
.lead-modal[hidden], [hidden] { display: none !important; }
.modal-open { overflow: hidden; }
.lead-modal { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 18px; }
.lead-modal-backdrop { position: absolute; inset: 0; background: rgba(7,17,31,.72); }
.lead-dialog { position: relative; z-index: 1; width: min(620px,100%); max-height: calc(100vh - 36px); overflow-y: auto; padding: clamp(24px,4vw,40px); border-radius: 8px; background: #fff; box-shadow: 0 26px 80px rgba(0,0,0,.35); }
.lead-dialog h2 { margin: 0; font-size: clamp(28px,4vw,44px); line-height: 1.05; }
.lead-dialog > p:not(.eyebrow) { color: var(--muted); }
.modal-close { position: absolute; top: 12px; right: 14px; border: 0; background: transparent; color: #25344a; font-size: 30px; cursor: pointer; }
.lead-form, .onboarding-form { display: grid; gap: 15px; }
.lead-form label, .onboarding-form label { display: grid; gap: 6px; color: #17365d; font-weight: 900; }
.lead-form input, .onboarding-form input, .onboarding-form textarea { width: 100%; min-height: 48px; padding: 11px 12px; border: 1px solid #91a8c7; border-radius: 6px; color: var(--ink); background: #fff; font: inherit; }
.onboarding-form textarea { min-height: 110px; resize: vertical; }
.honeypot { position: absolute !important; left: -9999px; }
.consent-copy { margin: 0; color: var(--muted); font-size: 13px; font-weight: 400; }
.consent-copy a { color: var(--blue-dark); font-weight: 800; }
.form-status { min-height: 22px; margin: 0; color: #17365d; font-weight: 800; }
.onboarding-hero, .onboarding-section { max-width: 900px; margin: 0 auto; }
.onboarding-hero h1 { margin: 0; font-size: clamp(38px,6vw,66px); line-height: 1.04; }
.onboarding-hero > p:not(.eyebrow) { color: var(--muted); font-size: 20px; }
.managed-budget-notice { margin-top: 22px; padding: 20px; border-left: 5px solid var(--blue); background: var(--soft-blue); color: #17365d; }
.managed-budget-notice strong { display: block; }
.onboarding-form { padding: clamp(22px,4vw,38px); border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: var(--shadow); }
@media (max-width: 980px) {
  .platform-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 720px) {
  .choice-grid, .pricing-grid, .scope-panel, .meta-explainer { grid-template-columns: 1fr; }
  .hero-choice-grid { grid-template-columns: 1fr; }
  .platform-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .video-gate, .video-poster { min-height: 270px; }
  .choice-card, .pricing-card { padding: 22px; }
  .button { width: 100%; }
}

/* Driver recruitment experience */
.trucking-hero, .driver-hero, .featured-solution, .software-preview, .qualification,
.driver-pricing, .application-section, .inner-page, .contact-support {
  max-width: 1240px;
  margin: 0 auto;
}
.trucking-hero, .driver-hero, .featured-solution, .software-preview, .qualification {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  align-items: center;
  gap: clamp(30px, 6vw, 76px);
}
.trucking-hero h1, .driver-hero h1, .page-hero h1 {
  margin: 0;
  max-width: 920px;
  font-size: clamp(40px, 6vw, 76px);
  line-height: 1.02;
}
.trucking-hero p, .driver-hero p, .page-hero p { color: var(--muted); font-size: clamp(18px, 2vw, 22px); }
.trucking-visual, .truck-panel {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border-radius: 8px;
  background: #07111f;
  box-shadow: var(--shadow);
}
.truck-panel { display: grid; align-content: end; padding: 36px; color: #fff; background: linear-gradient(145deg, #07111f 15%, #075dff 70%, #ff1f2d 130%); }
.truck-panel strong { position: relative; z-index: 1; max-width: 480px; font-size: clamp(30px, 4vw, 52px); line-height: 1.05; }
.truck-fact { position: relative; z-index: 1; width: fit-content; margin-bottom: auto; padding: 10px 13px; border: 1px solid rgba(255,255,255,.55); border-radius: 6px; background: rgba(7,17,31,.78); font-weight: 900; }
.featured-solution, .software-preview, .qualification { padding-top: clamp(40px, 7vw, 80px); padding-bottom: clamp(40px, 7vw, 80px); }
.featured-solution h2, .software-preview h2, .driver-page h2, .application-section h2 { margin: 0 0 14px; font-size: clamp(32px, 4.5vw, 54px); line-height: 1.08; }
.deliverable-grid, .six-steps { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.deliverable-grid article, .six-steps article { padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 10px 28px rgba(7,17,31,.08); }
.deliverable-grid h3, .six-steps h3 { margin: 0 0 8px; font-size: 22px; }
.driver-video-section, .process-band, .compliance-band { max-width: none; background: #07111f; color: #fff; }
.driver-video-section .section-inner, .process-band .section-inner, .compliance-band .section-inner { max-width: 1240px; margin: 0 auto; }
.driver-video-section p, .process-band p, .compliance-band p { color: #d8e4ff; }
.driver-video-section video { display: block; width: 100%; max-height: 700px; margin-top: 24px; border: 1px solid #4f78b7; border-radius: 8px; background: #000; box-shadow: 0 22px 60px rgba(0,0,0,.38); }
.compact { max-width: 820px; }
.notice-box { padding: 22px; border-left: 5px solid #ff1f2d; background: #fff2f2; color: #471116; }
.driver-pricing { text-align: center; }
.driver-pricing .pricing-card { max-width: 720px; margin: 28px auto 0; text-align: left; }
.application-section { scroll-margin-top: 110px; }
.driver-application { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; padding: clamp(22px, 4vw, 42px); border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: var(--shadow); }
.driver-application label { display: grid; gap: 7px; color: #17365d; font-weight: 900; }
.driver-application input, .driver-application select, .driver-application textarea { width: 100%; min-height: 49px; padding: 11px 12px; border: 1px solid #91a8c7; border-radius: 6px; background: #fff; color: var(--ink); font: inherit; }
.driver-application textarea { min-height: 125px; resize: vertical; }
.driver-application .full-field, .driver-application .consent-field, .driver-application .form-status, .driver-application button { grid-column: 1 / -1; }
.driver-application .consent-field { display: flex; align-items: flex-start; gap: 10px; font-weight: 500; }
.driver-application .consent-field input { width: 20px; min-height: 20px; margin-top: 2px; }
.form-status.success { color: #08743f; }
.page-hero { max-width: 1240px; margin: 0 auto; }
.contact-support { display: grid; gap: 16px; justify-items: start; }

@media (max-width: 900px) {
  .trucking-hero, .driver-hero, .featured-solution, .software-preview, .qualification { grid-template-columns: 1fr; }
  .deliverable-grid, .six-steps { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .trucking-visual, .truck-panel { min-height: 330px; }
}
@media (max-width: 650px) {
  .deliverable-grid, .six-steps, .driver-application { grid-template-columns: 1fr; }
  .driver-application > * { grid-column: 1 !important; }
  .trucking-visual, .truck-panel { min-height: 270px; }
}

/* Trucking-only version 4 */
.section-anchor { scroll-margin-top: 98px; }
.home-driver-hero { min-height: calc(100vh - 82px); }
.brand-hero-panel { display: grid; align-content: center; justify-items: center; gap: 26px; min-height: 430px; padding: clamp(28px,5vw,58px); border: 1px solid #a9c8ff; border-radius: 8px; background: linear-gradient(145deg,#fff 5%,#e8f3ff 62%,#dceaff 100%); box-shadow: var(--shadow); text-align: center; }
.brand-hero-panel img { display: block; width: min(100%,680px); height: auto; object-fit: contain; }
.brand-hero-panel strong { max-width: 540px; color: #07111f; font-size: clamp(24px,3vw,38px); line-height: 1.12; }
.video-shell { position: relative; overflow: hidden; min-height: 420px; margin-top: 26px; border: 1px solid #74a4ff; border-radius: 8px; background: #eaf3ff; box-shadow: var(--shadow); }
.video-shell video { width: 100%; min-height: 420px; object-fit: contain; background: #fff; }
.video-brand-poster { position: absolute; inset: 0; z-index: 2; display: grid; place-items: center; align-content: center; gap: 18px; width: 100%; padding: 28px; border: 0; background: linear-gradient(145deg,#fff 5%,#dceaff 70%,#bcd5ff 100%); color: #07111f; cursor: pointer; }
.video-brand-poster[hidden] { display: none; }
.video-brand-poster img { width: min(78%,720px); max-height: 270px; object-fit: contain; }
.video-brand-poster strong { font-size: clamp(18px,2.2vw,28px); }
.play-symbol { display: grid; place-items: center; width: 70px; height: 70px; padding-left: 5px; border-radius: 50%; background: var(--blue); color: #fff; font-size: 30px; box-shadow: 0 12px 30px rgba(7,93,255,.35); }
.post-video-offer { max-width: 860px; margin: 34px auto 0; padding: clamp(24px,4vw,40px); border: 1px solid #5f90eb; border-radius: 8px; background: #fff; color: var(--ink); text-align: center; }
.post-video-offer h3 { margin: 0 0 12px; font-size: clamp(28px,4vw,44px); }
.post-video-offer p { color: var(--muted); }
.problem-section p { font-size: 20px; }
.descriptive-steps article { color: var(--ink); }
.descriptive-steps article > strong { display: inline-block; margin-bottom: 8px; color: var(--blue-dark); font-size: 15px; text-transform: uppercase; }
.process-note { max-width: 900px; margin: 28px auto 0; padding: 18px; border-left: 5px solid #ff1f2d; background: #fff; color: var(--ink) !important; font-weight: 800; }
.enrollment-section { max-width: 1120px; }
.plan-price { margin: 14px 0; color: var(--blue-dark); font-size: clamp(48px,8vw,78px); font-weight: 900; line-height: 1; }
.plan-price span { display: block; margin-top: 8px; color: var(--muted); font-size: 18px; }
.plan-summary { max-width: 820px; margin: 24px auto; padding: 26px; border: 2px solid var(--blue); border-radius: 8px; background: var(--soft-blue); }
.plan-summary ul { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 24px; margin: 0; padding-left: 22px; font-weight: 800; }
.application-intro { max-width: 900px; margin: 38px auto 20px; }
.application-intro h3 { font-size: clamp(28px,4vw,42px); }
.agreement-fields { display: grid; gap: 14px; margin: 8px 0; padding: 20px; border: 1px solid #91a8c7; border-radius: 7px; }
.agreement-fields legend { padding: 0 8px; color: #17365d; font-weight: 900; }
.agreement-fields label { display: flex; align-items: flex-start; gap: 10px; font-weight: 600; }
.agreement-fields input { flex: 0 0 auto; width: 20px; min-height: 20px; margin-top: 2px; }
.field-error { min-height: 18px; color: #b00020; font-size: 13px; }
[aria-invalid="true"] { border-color: #b00020 !important; box-shadow: 0 0 0 2px rgba(176,0,32,.13); }
.payment-state { max-width: 850px; }
.footer-brand img { display: block; width: min(280px,80vw); margin-bottom: 14px; }
.fallback-site-header { position: sticky; top: 0; z-index: 30; display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 12px clamp(18px,4vw,52px); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); backdrop-filter: blur(16px); }
.fallback-site-header nav { display: flex; align-items: center; gap: 6px; }
.fallback-site-footer { display: flex; justify-content: space-between; gap: 34px; padding: 42px clamp(18px,5vw,72px); background: #07111f; color: #fff; }
.fallback-site-footer p { color: #d8e4ff; }
.fallback-site-footer nav { display: flex; flex-wrap: wrap; align-content: flex-start; justify-content: flex-end; gap: 10px 18px; }
.fallback-site-footer a { color: #fff; font-weight: 800; }

/* Light blue replacement for the former black section bands. */
.driver-video-section { background: #eaf3ff; color: var(--ink); }
.driver-video-section p { color: var(--muted); }
.process-band { background: #eef6ff; color: var(--ink); }
.process-band p { color: var(--muted); }
.compliance-band { border-top: 1px solid #9fc1ff; border-bottom: 1px solid #9fc1ff; background: #dceaff; color: var(--ink); }
.compliance-band p { color: #17365d; }
.fallback-site-footer { border-top: 4px solid var(--blue); background: #eef6ff; color: var(--ink); }
.fallback-site-footer p { color: var(--muted); }
.fallback-site-footer a { color: var(--blue-dark); }

@media (max-width: 720px) {
  .home-driver-hero { min-height: auto; }
  .brand-hero-panel, .video-shell, .video-shell video { min-height: 260px; }
  .plan-summary ul { grid-template-columns: 1fr; }
  .video-brand-poster img { width: 92%; }
  .fallback-site-header { position: relative; flex-direction: column; }
  .fallback-site-header nav { justify-content: center; flex-wrap: wrap; font-size: 13px; }
  .fallback-site-footer { flex-direction: column; }
  .fallback-site-footer nav { justify-content: flex-start; }
}
