body {
  background: #040911;
}

.site-header {
  background: rgba(3, 8, 15, 0.95);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  color: #ffffff;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
}

.site-header .brand-logo,
.footer-logo {
  filter: none;
}

.site-header .brand-logo {
  width: 250px;
  max-width: 28vw;
}

.site-header .bridge-mark,
.footer-brand .bridge-mark {
  background: #ffffff;
  color: #06111f;
}

.brand-word strong {
  color: #ffffff;
}

.brand-word strong span,
.brand-word em {
  color: #ff9d2e;
}

.site-nav a {
  color: #f5f8fd;
}

.site-nav a:hover,
.site-nav a:focus {
  color: #ffb22e;
}

.language-select {
  display: inline-grid;
  gap: 3px;
  min-width: 168px;
  color: #dce8f7;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.language-select select {
  width: 100%;
  min-height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  padding: 8px 10px;
  font: inherit;
  text-transform: none;
}

.language-select option {
  color: #06111f;
}

.nav-toggle {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
}

.hero {
  position: relative;
  min-height: calc(100vh - 70px);
  grid-template-columns: minmax(0, 1.04fr) minmax(300px, 0.72fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: end;
  padding-top: clamp(86px, 8vw, 132px);
  padding-bottom: clamp(58px, 6vw, 88px);
  background:
    linear-gradient(90deg, rgba(2, 7, 13, 0.96) 0%, rgba(4, 15, 28, 0.88) 37%, rgba(5, 21, 38, 0.28) 69%, rgba(3, 8, 14, 0.72) 100%),
    url("../images/careerbridge-employer-hero.png") center right / cover no-repeat;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255, 168, 0, 0.18), transparent 30%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 78px);
  mix-blend-mode: screen;
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 210px;
  background: linear-gradient(180deg, rgba(4, 9, 17, 0), #040911);
  pointer-events: none;
}

.hero-copy,
.hero-panel {
  position: relative;
  z-index: 1;
}

.hero h1 {
  max-width: 840px;
  font-size: clamp(44px, 6.1vw, 88px);
  line-height: 0.94;
  font-weight: 950;
  letter-spacing: 0;
  color: #ffffff;
  text-shadow: 0 24px 72px rgba(0, 0, 0, 0.62);
}

.hero p {
  max-width: 750px;
  color: #eaf3ff;
  font-size: clamp(17px, 1.65vw, 23px);
  line-height: 1.55;
  text-shadow: 0 14px 36px rgba(0, 0, 0, 0.7);
}

.button {
  border-radius: 10px;
  text-transform: none;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.16);
}

.button.primary {
  background: linear-gradient(180deg, #ffc636, #f47b20);
  color: #120b04;
  border-color: rgba(255, 255, 255, 0.18);
}

.button.primary:hover {
  background: linear-gradient(180deg, #ffe06b, #ff8a2b);
}

.hero .button.secondary {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.34);
  backdrop-filter: blur(10px);
}

.proof-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 780px;
}

.proof-strip div {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
}

.proof-strip dt {
  color: #ffcf36;
  font-size: clamp(28px, 3vw, 40px);
}

.proof-strip dd {
  color: #eef6ff;
  font-weight: 760;
}

.hero-panel.employer-card {
  align-self: center;
  padding: 26px;
  color: #ffffff;
  background:
    linear-gradient(180deg, rgba(7, 19, 34, 0.94), rgba(6, 12, 21, 0.9)),
    radial-gradient(circle at top right, rgba(255, 198, 54, 0.22), transparent 45%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(18px);
}

.panel-head {
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  padding-bottom: 15px;
}

.panel-head span {
  color: #ffcf36;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.panel-head strong {
  font-size: 20px;
}

.pipeline-row.employer-row {
  grid-template-columns: 0.72fr 1.28fr;
  border-color: rgba(255, 255, 255, 0.12);
}

.pipeline-row.employer-row span {
  color: #ffcf36;
  font-weight: 950;
}

.pipeline-row.employer-row strong {
  color: #eef6ff;
  font-size: 14px;
  line-height: 1.35;
}

.premium-strip {
  display: flex;
  gap: clamp(30px, 5vw, 76px);
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  padding: 23px 0;
  background: linear-gradient(90deg, #f47b20, #ffc636 48%, #f47b20);
  color: #06111f;
  font-weight: 950;
  font-size: clamp(23px, 3vw, 42px);
  text-transform: uppercase;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(0, 0, 0, 0.22);
}

.premium-strip span {
  display: inline-flex;
  align-items: center;
  gap: 28px;
}

.premium-strip span::after {
  content: "*";
  font-size: 1.08em;
}

.section,
.page-hero {
  background: #ffffff;
}

.section:first-of-type {
  border-radius: 34px 34px 0 0;
  margin-top: -22px;
  position: relative;
  z-index: 2;
}

.section-heading h2,
.section h2 {
  letter-spacing: 0;
}

.section-heading p,
.section p {
  color: #526174;
}

.promise-section {
  max-width: none;
  padding-left: clamp(18px, 5vw, 70px);
  padding-right: clamp(18px, 5vw, 70px);
}

.promise-section .section-heading {
  max-width: 980px;
}

.promise-section .section-heading h2,
.lane-intro h2,
.comparison-section h2,
.readiness-copy h2 {
  font-size: clamp(34px, 4.8vw, 62px);
}

.promise-section .section-heading p,
.lane-intro p,
.comparison-section .section-heading p,
.readiness-copy p {
  font-size: 19px;
  max-width: 880px;
}

.promise-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.industry-card,
.info-card,
.job-card,
.template-card,
.metric,
.crm-panel,
.login-panel {
  border-radius: 18px;
  border-color: rgba(13, 55, 103, 0.12);
  box-shadow: 0 24px 70px rgba(7, 29, 54, 0.12);
}

.premium-card {
  min-height: 282px;
  border-top: 5px solid #f47b20;
}

.industry-card {
  min-height: 230px;
}

.icon-dot {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background:
    linear-gradient(135deg, #ffc636, #f47b20);
  box-shadow: 0 18px 34px rgba(244, 123, 32, 0.32);
}

.lane-section {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(280px, 0.84fr) minmax(0, 1.16fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: stretch;
  padding-left: clamp(18px, 5vw, 70px);
  padding-right: clamp(18px, 5vw, 70px);
  background:
    radial-gradient(circle at 92% 10%, rgba(244, 123, 32, 0.18), transparent 28%),
    linear-gradient(135deg, #06111f, #0a2c4f 62%, #06111f);
  color: #ffffff;
}

.lane-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lane-intro p {
  color: #dce8f7;
}

.lane-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.lane-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 245px;
  padding: 24px;
  color: #ffffff;
  text-decoration: none;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.lane-card span {
  color: #ffcf36;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 950;
}

.lane-card p {
  color: #e7f0fb;
  margin-bottom: 0;
}

.comparison-section {
  max-width: none;
  padding-left: clamp(18px, 5vw, 70px);
  padding-right: clamp(18px, 5vw, 70px);
}

.comparison-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 18px;
}

.comparison-card {
  padding: clamp(24px, 4vw, 42px);
  border-radius: 20px;
}

.comparison-card h3 {
  margin: 0 0 18px;
  font-size: clamp(25px, 3vw, 40px);
}

.comparison-card p {
  position: relative;
  margin: 0;
  padding: 14px 0 14px 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-weight: 820;
}

.comparison-card p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 21px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ffcf36;
  box-shadow: 0 0 0 5px rgba(255, 207, 54, 0.16);
}

.comparison-card.good {
  color: #ffffff;
  background:
    radial-gradient(circle at 85% 12%, rgba(255, 198, 54, 0.2), transparent 35%),
    #06111f;
}

.comparison-card.good p {
  color: #ecf4ff;
}

.comparison-card.plain {
  color: #182233;
  background: #f2f5f9;
  border: 1px solid #d9e2ec;
}

.comparison-card.plain p {
  color: #4f5f72;
  border-top-color: #d9e2ec;
}

.comparison-card.plain p::before {
  background: #9aa8b8;
  box-shadow: 0 0 0 5px rgba(154, 168, 184, 0.15);
}

.readiness-section {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  padding-left: clamp(18px, 5vw, 70px);
  padding-right: clamp(18px, 5vw, 70px);
  background: #f7f9fc;
}

.readiness-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.readiness-list span,
.partner-points span {
  display: flex;
  align-items: center;
  min-height: 64px;
  padding: 15px 18px;
  border-radius: 14px;
  background: #ffffff;
  color: #102033;
  border: 1px solid #dce5ef;
  font-weight: 850;
  box-shadow: 0 14px 38px rgba(7, 29, 54, 0.08);
}

.partner-band {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.82fr);
  gap: 26px;
  align-items: center;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(4, 9, 17, 0.96), rgba(9, 43, 78, 0.94)),
    url("../images/careerbridge-employer-hero.png") center / cover no-repeat;
  padding-left: clamp(18px, 5vw, 70px);
  padding-right: clamp(18px, 5vw, 70px);
}

.partner-band h2 {
  max-width: 820px;
  font-size: clamp(32px, 4vw, 54px);
}

.partner-band p {
  max-width: 890px;
  color: #dfebfa;
  font-size: 18px;
}

.partner-points {
  display: grid;
  gap: 12px;
}

.partner-points span {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: none;
}

.process .step {
  background: #f6f8fb;
  border-left-color: #f47b20;
}

.contact-band {
  background:
    radial-gradient(circle at 22% 12%, rgba(255, 198, 54, 0.28), transparent 32%),
    linear-gradient(135deg, #050b12, #092746 62%, #071d36);
}

.crm-body {
  background:
    radial-gradient(circle at top right, rgba(244, 123, 32, 0.16), transparent 30%),
    linear-gradient(135deg, #06111f 0%, #0b223b 34%, #eef3f8 34%, #eef3f8 100%);
}

.crm-sidebar {
  background:
    radial-gradient(circle at 12% 0%, rgba(244, 123, 32, 0.22), transparent 28%),
    #050b12;
  border-right: 1px solid rgba(255, 255, 255, 0.09);
}

.crm-sidebar nav a {
  border: 1px solid transparent;
}

.crm-sidebar nav a.active,
.crm-sidebar nav a:hover {
  background: linear-gradient(90deg, rgba(255, 198, 54, 0.22), rgba(244, 123, 32, 0.12));
  border-color: rgba(255, 198, 54, 0.26);
}

.crm-main {
  padding: clamp(18px, 3vw, 36px);
}

.crm-top {
  padding: 22px;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(6, 17, 31, 0.96), rgba(9, 43, 78, 0.9)),
    url("../images/careerbridge-employer-hero.png") center / cover no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
}

.crm-top p {
  color: #dce8f7;
}

.crm-top-actions {
  display: flex;
  align-items: end;
  gap: 12px;
  flex-wrap: wrap;
}

.crm-panel,
.metric,
.kanban article {
  border-radius: 20px;
  border-color: rgba(13, 55, 103, 0.12);
  box-shadow: 0 24px 70px rgba(7, 29, 54, 0.12);
}

.metric {
  background: linear-gradient(180deg, #ffffff, #f5f8fc);
  border-top: 5px solid #f47b20;
}

.metric strong {
  color: #071d36;
}

.crm-panel h2 {
  letter-spacing: 0;
}

.module-grid span,
.status {
  background: #edf4fb;
  border: 1px solid #d9e6f2;
}

.crm-login-body {
  min-height: 100vh;
  background:
    linear-gradient(90deg, rgba(3, 8, 15, 0.98), rgba(5, 19, 34, 0.78)),
    url("../images/careerbridge-employer-hero.png") center / cover no-repeat;
}

.crm-login-stage {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.72fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  padding: clamp(24px, 6vw, 80px);
}

.crm-login-brand {
  color: #ffffff;
  max-width: 760px;
}

.crm-login-brand .brand {
  margin-bottom: 46px;
}

.crm-login-brand .brand-logo {
  width: min(320px, 76vw);
}

.crm-login-brand h1 {
  margin: 0;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 0.96;
  letter-spacing: 0;
}

.crm-login-brand p {
  max-width: 650px;
  color: #eaf3ff;
  font-size: 20px;
}

.login-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.login-proof span {
  padding: 11px 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffcf36;
  font-weight: 900;
}

.crm-login-card {
  padding: clamp(20px, 3vw, 30px);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.44);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(16px);
}

.login-card-top {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: end;
  margin-bottom: 18px;
}

.login-card-top > span {
  color: #f47b20;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.crm-login-card .language-select {
  color: #526174;
}

.crm-login-card .language-select select,
.crm-top .language-select select {
  background: #ffffff;
  color: #071d36;
  border-color: #d9e2ec;
}

.login-panel {
  max-width: none;
  padding: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.login-panel h2 {
  margin: 0 0 4px;
  font-size: 32px;
}

.login-security-note {
  margin: 16px 0 0;
  color: #627083;
  font-size: 13px;
}

.role-option {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 6px 8px 6px 0;
  padding: 9px 12px;
  border-radius: 999px;
  background: #eaf1f8;
  color: #0d3767;
  font-weight: 800;
}

.role-option input {
  width: auto;
}

.crm-panel .intake-form [data-roles-target] {
  grid-column: 1/-1;
}

@media (max-width: 1180px) {
  .promise-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    align-items: start;
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(2, 7, 13, 0.97), rgba(5, 19, 34, 0.84)),
      url("../images/careerbridge-employer-hero.png") center / cover no-repeat;
  }

  .hero-panel.employer-card {
    max-width: 680px;
  }

  .premium-strip {
    font-size: 26px;
    gap: 34px;
  }

  .site-header {
    flex-wrap: wrap;
  }

  .language-select {
    min-width: 150px;
  }

  .crm-login-stage {
    grid-template-columns: 1fr;
  }

  .lane-section,
  .comparison-grid,
  .readiness-section,
  .partner-band {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .hero {
    display: grid;
    padding: 54px 16px 58px;
  }

  .hero h1 {
    max-width: 350px;
    font-size: 34px;
    line-height: 1.04;
  }

  .hero p {
    display: block !important;
    max-width: 360px;
    font-size: 15px;
    line-height: 1.48;
  }

  .proof-strip,
  .promise-grid,
  .lane-grid,
  .readiness-list {
    grid-template-columns: 1fr;
  }

  .hero-panel.employer-card {
    padding: 18px;
  }

  .pipeline-row.employer-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .premium-strip {
    font-size: 20px;
    padding: 17px 0;
  }

  .site-header .brand-logo {
    width: 210px;
    max-width: 58vw;
  }

  .language-select {
    order: 4;
    width: 100%;
  }

  .crm-login-stage {
    padding: 24px 16px;
  }

  .crm-login-brand h1 {
    font-size: 34px;
  }

  .crm-login-brand p {
    font-size: 16px;
  }

  .crm-top-actions,
  .login-card-top {
    align-items: stretch;
    flex-direction: column;
  }

  .premium-card,
  .lane-card {
    min-height: auto;
  }

  .comparison-card {
    border-radius: 16px;
  }
}

@media (max-width: 420px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .hero {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-copy,
  .hero h1,
  .hero p,
  .hero-actions,
  .proof-strip,
  .hero-panel {
    width: 100% !important;
    max-width: 100% !important;
  }

  .hero h1 {
    font-size: 29px !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
  }

  .hero p {
    font-size: 14px !important;
  }
}
