.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.market-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  gap: 24px;
  align-items: stretch;
  padding-bottom: 24px;
}

.market-hero-copy,
.hero-market-panel,
.section-shell {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(113, 220, 255, 0.16);
  background: linear-gradient(180deg, rgba(10, 27, 49, 0.88), rgba(6, 18, 34, 0.96));
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.34);
}

.market-hero-copy,
.hero-market-panel {
  padding: 30px;
}

.market-hero-copy::after,
.hero-market-panel::after,
.section-shell::after {
  content: "";
  position: absolute;
  inset: auto -56px -56px auto;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(95, 220, 255, 0.12), transparent 64%);
  pointer-events: none;
}

.market-hero-text {
  margin-bottom: 0;
}

.hero-job-board-shell {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.hero-job-board-head {
  display: grid;
  gap: 8px;
}

.hero-job-board-head p {
  margin: 0;
  color: rgba(238, 246, 255, 0.82);
  font-size: 15px;
  line-height: 1.5;
}

.source-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.source-pill {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
  color: #ddecff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.hero-job-board-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.hero-job-card {
  min-height: 178px;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.hero-job-card:hover {
  transform: translateY(-2px);
  border-color: rgba(95, 220, 255, 0.24);
  background: rgba(255, 255, 255, 0.05);
}

.hero-job-meta {
  color: var(--yellow);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-job-card h3 {
  margin: 10px 0 8px;
  color: #fff;
  font-size: 23px;
  line-height: 1.06;
}

.hero-job-location {
  margin: 0 0 8px;
  color: rgba(238, 246, 255, 0.76);
  font-size: 13px;
  font-weight: 700;
}

.hero-job-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.hero-deck {
  margin: 0 0 16px;
  color: #eef6ff;
  font-size: clamp(22px, 2.3vw, 34px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.hero-cta-row {
  justify-content: flex-start;
}

.hero-points-inline {
  margin: 18px 0 0;
  color: rgba(238, 246, 255, 0.82);
  font-size: 15px;
  line-height: 1.5;
}

.signal-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.hero-signal-form {
  margin-top: 22px;
}

.career-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.career-square {
  min-height: 180px;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.career-square:hover {
  transform: translateY(-2px);
  border-color: rgba(95, 220, 255, 0.24);
  background: rgba(255, 255, 255, 0.05);
}

.career-square-kicker {
  color: var(--yellow);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.career-square h3 {
  margin: 10px 0 10px;
  color: #fff;
  font-size: 24px;
  line-height: 1.06;
}

.career-square p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.career-grid-feature {
  margin-top: 0;
}

.career-square-feature {
  min-height: 230px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.04);
}

.signal-form input {
  width: 100%;
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: #eef6ff;
  font: inherit;
}

.signal-form input::placeholder {
  color: rgba(183, 200, 220, 0.7);
}

.signal-form button {
  padding: 16px 22px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(90deg, var(--cyan), var(--yellow));
  color: #04101c;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 16px 40px rgba(95, 220, 255, 0.22);
}

.signal-form button:hover,
.btn:hover,
.market-card:hover,
.value-card:hover,
.product-card:hover,
.benefit-card:hover,
.process-card:hover,
.audience-card:hover,
.training-card:hover,
.authority-card:hover {
  transform: translateY(-2px);
}

.market-panel-head {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.market-panel-head p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
}

.hero-market-split,
.market-split-grid,
.value-grid,
.product-grid,
.process-grid,
.audience-grid,
.training-grid,
.authority-grid {
  display: grid;
  gap: 18px;
}

.hero-market-split,
.market-split-grid,
.value-grid,
.product-grid,
.training-grid,
.authority-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hero-side-card,
.market-card,
.value-card,
.product-card,
.benefit-card,
.process-card,
.audience-card,
.training-card,
.authority-card {
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.hero-side-card:hover,
.market-card:hover,
.value-card:hover,
.product-card:hover,
.benefit-card:hover,
.process-card:hover,
.audience-card:hover,
.training-card:hover,
.authority-card:hover {
  border-color: rgba(95, 220, 255, 0.22);
  background: rgba(255, 255, 255, 0.055);
}

.hero-side-kicker,
.market-card-topline,
.value-kicker,
.process-step {
  color: var(--yellow);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-side-card h2,
.market-card h3,
.value-card h3,
.product-card h3,
.process-card h3,
.training-card h3,
.authority-card strong {
  margin: 8px 0 10px;
  color: #fff;
}

.hero-side-card h2 {
  font-size: 30px;
  line-height: 1.04;
}

.hero-side-card p,
.market-card p,
.value-card p,
.product-card p,
.process-card p,
.training-card p,
.authority-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.hero-side-meta,
.hero-side-foot {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(238, 246, 255, 0.8);
  font-size: 14px;
  line-height: 1.45;
}

.hero-side-meta {
  border-left: 2px solid rgba(95, 220, 255, 0.45);
}

.hero-side-foot {
  border-left: 2px solid rgba(255, 227, 77, 0.45);
}

.mini-list,
.bullet-list {
  margin: 14px 0 0;
  padding-left: 18px;
  color: var(--muted);
}

.mini-list li,
.bullet-list li {
  margin: 8px 0;
  line-height: 1.45;
}

.hero-side-card a,
.card-link {
  display: inline-flex;
  margin-top: 16px;
  color: var(--yellow);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.hero-market-note {
  margin-top: 18px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-market-note strong,
.signup-line,
.training-close {
  color: #fff;
  font-weight: 800;
}

.hero-market-note p,
.training-close {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.5;
}

.demo-subnav {
  position: sticky;
  top: 88px;
  z-index: 7;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
  padding: 14px;
  border-radius: 22px;
  border: 1px solid rgba(113, 220, 255, 0.14);
  background: rgba(7, 20, 37, 0.84);
  backdrop-filter: blur(12px);
}

.demo-subnav a {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: #ddecff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
}

.demo-subnav a:hover {
  border-color: rgba(95, 220, 255, 0.24);
  background: rgba(95, 220, 255, 0.08);
}

.demo-section {
  margin-bottom: 28px;
}

.section-shell {
  padding: 30px;
}

.section-head {
  display: grid;
  gap: 10px;
  margin-bottom: 22px;
}

.section-head .lead {
  text-align: left;
  margin: 0;
  max-width: 960px;
}

.job-feed-shell {
  border-color: rgba(95, 220, 255, 0.2);
}

.market-card,
.value-card,
.product-card,
.process-card,
.training-card {
  min-height: 100%;
}

.signal-capture-grid,
.sample-signal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.value-card h3,
.product-card h3,
.process-card h3,
.training-card h3 {
  font-size: 28px;
  line-height: 1.06;
}

.product-shell {
  border-color: rgba(255, 227, 77, 0.18);
}

.product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-actions,
.section-actions {
  justify-content: flex-start;
}

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

.benefit-card {
  display: flex;
  align-items: center;
  min-height: 92px;
}

.benefit-card span,
.audience-card {
  color: #eef6ff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.process-step {
  margin-bottom: 10px;
}

.audience-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.audience-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  text-align: center;
}

.training-close {
  margin-top: 18px;
  font-size: 16px;
}

.positioning-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.signal-example-shell {
  border-color: rgba(255, 227, 77, 0.16);
}

.sample-signal-card {
  display: grid;
  gap: 18px;
}

.sample-signal-intro {
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.sample-signal-intro strong {
  display: block;
  margin-bottom: 8px;
  color: var(--yellow);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sample-signal-intro p,
.sample-signal-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.sample-signal-panel {
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.sample-signal-panel h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 24px;
  line-height: 1.08;
}

.emphasis-line {
  margin-top: 10px;
  color: #eef6ff;
  font-size: 17px;
  font-weight: 700;
}

.positioning-line {
  margin: 0;
  color: rgba(238, 246, 255, 0.85);
  font-size: 16px;
  line-height: 1.55;
}

.signup-shell {
  border-color: rgba(255, 227, 77, 0.18);
}

.signup-form {
  max-width: 760px;
}

.authority-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.authority-card strong {
  display: block;
  font-size: 24px;
  line-height: 1.08;
}

.footer-cta-section {
  margin-bottom: 44px;
}

.footer-cta-card {
  margin-bottom: 0;
}

.footer-signal-form {
  max-width: 720px;
  margin: 14px auto 0;
}

@media (max-width: 1100px) {
  .market-hero,
  .hero-market-split,
  .market-split-grid,
  .value-grid,
  .product-grid,
  .signal-capture-grid,
  .sample-signal-grid,
  .benefit-grid,
  .process-grid,
  .audience-grid,
  .training-grid,
  .authority-grid {
    grid-template-columns: 1fr 1fr;
  }

  .market-hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .market-hero-copy,
  .hero-market-panel,
  .section-shell {
    padding: 24px 20px;
  }

  .demo-subnav {
    top: 76px;
  }

  .signal-form,
  .hero-job-board-grid,
  .career-grid,
  .hero-market-split,
  .market-split-grid,
  .value-grid,
  .product-grid,
  .signal-capture-grid,
  .sample-signal-grid,
  .benefit-grid,
  .process-grid,
  .audience-grid,
  .training-grid,
  .authority-grid {
    grid-template-columns: 1fr;
  }

  .signal-form {
    gap: 10px;
  }

  .signal-form button {
    width: 100%;
  }
}
