/* BiznizCard — Join our sales team (premium careers page)
 * @version 20260523-sales-premium */

.sales-team-site {
  --st-ink: #0f172a;
  --st-muted: #64748b;
  --st-line: rgba(15, 23, 42, 0.08);
  --st-brand: #4f46e5;
  --st-brand-2: #6366f1;
  --st-brand-dark: #3730a3;
  --st-gold: #d97706;
  --st-gold-soft: #fffbeb;
  --st-emerald: #059669;
  --st-surface: #ffffff;
  --st-page-bg: #f6f8fc;
  --st-radius: 16px;
  --st-radius-lg: 24px;
  --st-shadow: 0 4px 6px rgba(15, 23, 42, 0.04), 0 20px 50px rgba(79, 70, 229, 0.08);
  --st-shadow-lg: 0 25px 60px rgba(15, 23, 42, 0.12);
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
}

.sales-team-site {
  background: var(--st-page-bg);
  color: var(--st-ink);
}

.sales-team-page {
  overflow-x: hidden;
}

.sales-team-page .container {
  width: min(1120px, calc(100% - 2rem));
  margin-inline: auto;
}

/* —— Buttons —— */
.st-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 1.35rem;
  border-radius: 12px;
  font-family: inherit;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.st-btn--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--st-brand) 0%, var(--st-brand-2) 55%, #4338ca 100%);
  box-shadow: 0 8px 24px rgba(79, 70, 229, 0.35);
}

.st-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(79, 70, 229, 0.42);
}

.st-btn--ghost {
  color: var(--st-brand-dark);
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(79, 70, 229, 0.25);
  backdrop-filter: blur(8px);
}

.st-btn--ghost:hover {
  background: #fff;
  border-color: var(--st-brand);
}

.st-btn--white {
  color: var(--st-brand-dark);
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  flex-shrink: 0;
}

.st-btn--white:hover {
  transform: translateY(-2px);
}

/* —— Hero —— */
.st-hero {
  position: relative;
  padding: clamp(2rem, 5vw, 4rem) 0 clamp(3rem, 6vw, 4.5rem);
  overflow: hidden;
}

.st-hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 80% 60% at 15% 0%, rgba(99, 102, 241, 0.2), transparent 55%),
    radial-gradient(ellipse 55% 45% at 95% 15%, rgba(217, 119, 6, 0.12), transparent 50%),
    linear-gradient(180deg, #eef2ff 0%, var(--st-page-bg) 72%);
}

.st-hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.45;
}

.st-hero__orb--1 {
  width: 300px;
  height: 300px;
  background: #818cf8;
  top: -70px;
  left: -50px;
}

.st-hero__orb--2 {
  width: 220px;
  height: 220px;
  background: #fbbf24;
  top: 18%;
  right: 8%;
}

.st-hero__orb--3 {
  width: 160px;
  height: 160px;
  background: #a78bfa;
  bottom: 8%;
  left: 38%;
}

.st-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

@media (min-width: 900px) {
  .st-hero__inner {
    grid-template-columns: 1.08fr 0.92fr;
    gap: 3rem;
  }
}

.st-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1rem;
  padding: 0.35rem 0.85rem 0.35rem 0.55rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(79, 70, 229, 0.15);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--st-brand-dark);
}

.st-hero__eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--st-gold);
  box-shadow: 0 0 0 4px rgba(217, 119, 6, 0.22);
  animation: st-pulse 2s ease infinite;
}

@keyframes st-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.55; }
}

.st-hero h1 {
  margin: 0 0 1rem;
  font-size: clamp(2.1rem, 5.5vw, 3.35rem);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.03em;
  color: var(--st-ink);
}

.st-hero__gradient {
  background: linear-gradient(135deg, var(--st-brand) 0%, #7c3aed 45%, var(--st-gold) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.st-hero__lead {
  margin: 0 0 1.5rem;
  max-width: 34rem;
  font-size: clamp(1rem, 2.2vw, 1.1rem);
  line-height: 1.65;
  color: var(--st-muted);
}

.st-hero__lead strong {
  color: var(--st-ink);
  font-weight: 700;
}

.st-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.75rem;
}

.st-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.st-hero__trust li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--st-muted);
}

.st-hero__trust svg {
  color: var(--st-brand);
  flex-shrink: 0;
}

/* Income visual card */
.st-income-card {
  padding: 1.65rem 1.5rem 1.5rem;
  border-radius: var(--st-radius-lg);
  background: linear-gradient(145deg, #1e1b4b 0%, #312e81 48%, #4338ca 100%);
  color: #fff;
  box-shadow: var(--st-shadow-lg);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.st-income-card__label {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.78;
}

.st-income-card__amount {
  margin: 0;
  font-size: clamp(2.4rem, 6vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
  background: linear-gradient(135deg, #fde68a 0%, #fbbf24 55%, #fff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.st-income-card__sub {
  margin: 0.25rem 0 1.25rem;
  font-size: 0.88rem;
  opacity: 0.82;
}

.st-income-card__rows {
  display: grid;
  gap: 0.55rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.st-income-card__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.55rem 0.7rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.82rem;
}

.st-income-card__row span {
  opacity: 0.85;
}

.st-income-card__row strong {
  font-weight: 700;
  color: #fde68a;
}

/* Tracking banner */
.st-track {
  margin: -1rem auto 1.5rem;
  padding: 0.7rem 1rem;
  border-radius: 12px;
  background: rgba(79, 70, 229, 0.08);
  border: 1px solid rgba(79, 70, 229, 0.18);
  font-size: 0.84rem;
  font-weight: 600;
  color: #334155;
  line-height: 1.45;
  text-align: center;
}

.st-track[hidden] {
  display: none !important;
}

/* —— Sections —— */
.st-section {
  padding: clamp(2.5rem, 5vw, 4rem) 0;
}

.st-section__head {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 2rem;
}

.st-section__head--left {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}

.st-section__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--st-brand);
}

.st-section__head h2 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.55rem, 3.5vw, 2.1rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--st-ink);
}

.st-section__head p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--st-muted);
}

/* Intro */
.st-intro-grid {
  display: grid;
  gap: 2rem;
  align-items: start;
}

@media (min-width: 860px) {
  .st-intro-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
}

.st-intro-lead {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--st-muted);
}

.st-highlight-card {
  padding: 1.5rem 1.45rem;
  border-radius: var(--st-radius-lg);
  background: var(--st-surface);
  border: 1px solid var(--st-line);
  box-shadow: var(--st-shadow);
}

.st-highlight-card p {
  margin: 0 0 0.85rem;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--st-ink);
}

.st-highlight-card p:last-child {
  margin-bottom: 0;
}

.st-highlight-card strong {
  color: var(--st-brand-dark);
}

/* Audience grid */
.st-audience-grid {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 600px) {
  .st-audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 960px) {
  .st-audience-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.st-audience-card {
  padding: 1.25rem 1.15rem;
  border-radius: var(--st-radius);
  background: var(--st-surface);
  border: 1px solid var(--st-line);
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.st-audience-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--st-shadow);
}

.st-audience-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 0.75rem;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(79, 70, 229, 0.12), rgba(99, 102, 241, 0.06));
  color: var(--st-brand);
}

.st-audience-card h3 {
  margin: 0 0 0.4rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--st-ink);
}

.st-audience-card p {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.5;
  color: var(--st-muted);
}

.st-market-foot {
  margin: 1.5rem 0 0;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  color: var(--st-brand-dark);
}

/* Must-haves */
.st-section--must {
  background: linear-gradient(180deg, transparent 0%, rgba(79, 70, 229, 0.04) 50%, transparent 100%);
}

.st-must-grid {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 640px) {
  .st-must-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 960px) {
  .st-must-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .st-must-card--wide {
    grid-column: span 2;
  }
}

.st-must-card {
  position: relative;
  padding: 1.35rem 1.2rem 1.2rem;
  border-radius: var(--st-radius);
  background: var(--st-surface);
  border: 1px solid var(--st-line);
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
}

.st-must-card__num {
  display: block;
  margin-bottom: 0.65rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--st-brand);
  opacity: 0.85;
}

.st-must-card h3 {
  margin: 0 0 0.45rem;
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--st-ink);
}

.st-must-card p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--st-muted);
}

/* Perks */
.st-perks-grid {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 640px) {
  .st-perks-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.st-perk-card {
  padding: 1.35rem 1.25rem;
  border-radius: var(--st-radius);
  background: var(--st-surface);
  border: 1px solid var(--st-line);
  box-shadow: var(--st-shadow);
}

.st-perk-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 0.85rem;
  border-radius: 12px;
  background: var(--st-gold-soft);
  color: var(--st-gold);
}

.st-perk-card h3 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--st-ink);
}

.st-perk-card p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--st-muted);
}

/* Earning structure — client commission board (PDF) */
.st-section--earnings {
  padding-top: clamp(2rem, 4vw, 3rem);
  padding-bottom: clamp(2rem, 4vw, 3rem);
}

.st-earnings-page-eyebrow {
  text-align: center;
  margin-bottom: 1rem;
}

.st-comp-board {
  padding: clamp(1.35rem, 3vw, 2rem) clamp(1.1rem, 2.5vw, 1.75rem) clamp(1.5rem, 3vw, 2rem);
  border-radius: 20px;
  background: linear-gradient(165deg, #0b1224 0%, #0f172a 42%, #111827 100%);
  border: 1px solid rgba(148, 163, 184, 0.18);
  box-shadow:
    0 24px 60px rgba(15, 23, 42, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  color: #e2e8f0;
}

.st-comp-board__mast {
  text-align: center;
  margin-bottom: 1.15rem;
}

.st-comp-board__title {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
}

.st-comp-board__brand-word {
  font-size: clamp(1.65rem, 4.5vw, 2.35rem);
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #fff;
}

.st-comp-board__brand-accent {
  color: #38bdf8;
}

.st-comp-board__title-sub {
  font-size: clamp(0.72rem, 2vw, 0.88rem);
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #94a3b8;
}

.st-comp-board__cost-bar {
  margin: 0 0 1.25rem;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  text-align: center;
  font-size: clamp(0.78rem, 2.2vw, 0.92rem);
  line-height: 1.55;
  color: #cbd5e1;
  background: rgba(15, 23, 42, 0.65);
  border: 1px solid rgba(148, 163, 184, 0.2);
}

.st-comp-board__money {
  color: #38bdf8;
  font-weight: 800;
}

.st-comp-board__pipeline {
  color: #34d399;
  font-weight: 800;
}

.st-comp-board__cost-sep {
  display: inline-block;
  margin: 0 0.35rem;
  opacity: 0.45;
}

.st-comp-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 1.25rem;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  background: rgba(15, 23, 42, 0.55);
}

.st-comp-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  font-size: 0.86rem;
}

.st-comp-table thead th {
  padding: 0.85rem 0.9rem;
  text-align: left;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #94a3b8;
  background: rgba(30, 41, 59, 0.85);
  border-bottom: 1px solid rgba(148, 163, 184, 0.2);
}

.st-comp-table tbody td {
  padding: 0.9rem;
  vertical-align: middle;
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
  color: #e2e8f0;
}

.st-comp-table tbody tr:last-child td {
  border-bottom: none;
}

.st-comp-table tbody tr:hover td {
  background: rgba(51, 65, 85, 0.25);
}

.st-tier-pill {
  display: inline-block;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.st-tier-pill--pipeline {
  background: rgba(59, 130, 246, 0.2);
  color: #93c5fd;
  border: 1px solid rgba(59, 130, 246, 0.35);
}

.st-tier-pill--milestone {
  background: rgba(168, 85, 247, 0.2);
  color: #d8b4fe;
  border: 1px solid rgba(168, 85, 247, 0.35);
}

.st-tier-pill--momentum {
  background: rgba(234, 179, 8, 0.18);
  color: #fde047;
  border: 1px solid rgba(234, 179, 8, 0.35);
}

.st-tier-pill--power {
  background: rgba(249, 115, 22, 0.2);
  color: #fdba74;
  border: 1px solid rgba(249, 115, 22, 0.35);
}

.st-tier-pill--elite {
  background: rgba(16, 185, 129, 0.2);
  color: #6ee7b7;
  border: 1px solid rgba(16, 185, 129, 0.35);
}

.st-comp-val--green {
  color: #34d399;
  font-weight: 700;
}

.st-comp-val--muted {
  color: #64748b;
}

.st-comp-note {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.72rem;
  font-weight: 500;
  color: #94a3b8;
}

.st-comp-paycards {
  display: grid;
  gap: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 720px) {
  .st-comp-paycards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.st-comp-paycard {
  padding: 1.1rem 1.15rem 1.15rem;
  border-radius: 16px;
  background: rgba(15, 23, 42, 0.72);
  border: 1px solid rgba(148, 163, 184, 0.18);
}

.st-comp-paycard--10 {
  border-top: 3px solid #f97316;
}

.st-comp-paycard--20 {
  border-top: 3px solid #10b981;
}

.st-comp-paycard__head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.85rem;
}

.st-comp-paycard__head h3 {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.st-comp-paycard--10 .st-comp-paycard__head h3 {
  color: #fdba74;
}

.st-comp-paycard--20 .st-comp-paycard__head h3 {
  color: #6ee7b7;
}

.st-comp-paycard__icon {
  font-size: 1.15rem;
  line-height: 1;
}

.st-comp-paycard__lines {
  margin: 0 0 0.85rem;
  padding: 0;
  list-style: none;
}

.st-comp-paycard__lines li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.4rem 0;
  font-size: 0.88rem;
  color: #94a3b8;
  border-bottom: 1px solid rgba(148, 163, 184, 0.1);
}

.st-comp-paycard__lines li:last-child {
  border-bottom: none;
}

.st-comp-paycard__lines strong {
  color: #f8fafc;
  font-weight: 800;
}

.st-comp-paycard__total {
  margin: 0;
  padding-top: 0.65rem;
  border-top: 1px solid rgba(148, 163, 184, 0.2);
  font-size: 0.92rem;
  color: #cbd5e1;
}

.st-comp-paycard__total strong {
  display: block;
  margin-top: 0.2rem;
  font-size: clamp(1.35rem, 3vw, 1.65rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
}

.st-comp-board__foot {
  margin: 0;
  text-align: center;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #64748b;
}

/* Narrative below board */
.st-earnings-story {
  margin-top: 1.75rem;
}

.st-earnings-story__lead {
  margin: 0 0 1.25rem;
  text-align: center;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--st-muted);
  max-width: 52rem;
  margin-inline: auto;
}

.st-earnings-story__grid {
  display: grid;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 720px) {
  .st-earnings-story__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.st-earnings-story-card {
  padding: 1.15rem 1.1rem;
  border-radius: var(--st-radius);
  background: var(--st-surface);
  border: 1px solid var(--st-line);
  box-shadow: var(--st-shadow);
}

.st-earnings-story-card h3 {
  margin: 0 0 0.45rem;
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--st-ink);
}

.st-earnings-story-card p {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.55;
  color: var(--st-muted);
}

.st-earnings-story__cta {
  text-align: center;
  padding: 1.35rem 1.2rem;
  border-radius: var(--st-radius-lg);
  background: linear-gradient(135deg, rgba(79, 70, 229, 0.08), rgba(99, 102, 241, 0.04));
  border: 1px solid rgba(79, 70, 229, 0.15);
}

.st-earnings-story__cta p {
  margin: 0 0 1rem;
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--st-muted);
}

.st-earnings-story__cta .st-btn--primary {
  min-width: min(100%, 280px);
}

@media (max-width: 719px) {
  .st-comp-table {
    min-width: 0;
  }

  .st-comp-table thead {
    display: none;
  }

  .st-comp-table tbody tr {
    display: block;
    margin-bottom: 0.75rem;
    padding: 0.75rem;
    border-radius: 12px;
    background: rgba(30, 41, 59, 0.45);
    border: 1px solid rgba(148, 163, 184, 0.12);
  }

  .st-comp-table tbody td {
    display: grid;
    grid-template-columns: minmax(7rem, 38%) 1fr;
    gap: 0.35rem 0.75rem;
    padding: 0.45rem 0;
    border: none;
  }

  .st-comp-table tbody td::before {
    content: attr(data-label);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #94a3b8;
  }
}

/* Apply */
.st-section--apply {
  padding-bottom: clamp(2rem, 4vw, 3rem);
}

.st-apply-grid {
  display: grid;
  gap: 2rem;
  align-items: start;
}

@media (min-width: 960px) {
  .st-apply-grid {
    grid-template-columns: 0.95fr 1.05fr;
    gap: 2.75rem;
  }
}

.st-apply-copy .st-section__eyebrow {
  margin-bottom: 0.45rem;
}

.st-apply-copy h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--st-ink);
}

.st-apply-copy > p {
  margin: 0 0 1.25rem;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--st-muted);
}

.st-apply-checklist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.st-apply-checklist li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.55rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--st-ink);
  line-height: 1.45;
}

.st-apply-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--st-emerald);
  box-shadow: 0 0 0 3px rgba(5, 150, 105, 0.18);
}

.st-apply-panel {
  padding: 1.5rem 1.35rem 1.35rem;
  border-radius: var(--st-radius-lg);
  background: var(--st-surface);
  border: 1px solid var(--st-line);
  box-shadow: var(--st-shadow-lg);
}

@media (min-width: 600px) {
  .st-apply-panel {
    padding: 1.75rem 1.65rem 1.55rem;
  }
}

/* Form */
.st-form__field {
  margin-bottom: 1rem;
}

.st-form__row {
  display: grid;
  gap: 1rem;
}

@media (min-width: 520px) {
  .st-form__row {
    grid-template-columns: 1fr 1fr;
  }
}

.st-form label {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--st-ink);
}

.st-form input,
.st-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 0.65rem 0.85rem;
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  font: inherit;
  font-size: 0.92rem;
  color: var(--st-ink);
  background: #f8fafc;
  box-sizing: border-box;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.st-form input:hover,
.st-form textarea:hover {
  background: #fff;
}

.st-form input:focus,
.st-form textarea:focus {
  outline: none;
  border-color: var(--st-brand);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.15);
}

.st-form input[aria-invalid="true"],
.st-form textarea[aria-invalid="true"] {
  border-color: #dc2626;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.12);
}

.st-form textarea {
  min-height: 150px;
  resize: vertical;
  line-height: 1.5;
}

.st-form__submit {
  width: 100%;
  margin-top: 0.25rem;
}

.st-form__submit[aria-busy="true"] {
  opacity: 0.75;
  cursor: wait;
}

.st-form__status,
.sales-team-form__status {
  margin: 0 0 1rem;
  padding: 0.7rem 0.9rem;
  border-radius: 12px;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.45;
}

.sales-team-form__status--success,
.st-form__status--success {
  background: rgba(16, 185, 129, 0.12);
  color: #065f46;
  border: 1px solid rgba(16, 185, 129, 0.2);
}

.sales-team-form__status--error,
.st-form__status--error {
  background: rgba(239, 68, 68, 0.08);
  color: #991b1b;
  border: 1px solid rgba(239, 68, 68, 0.18);
}

.sales-team-form__error,
.st-form__error {
  margin: 0.35rem 0 0;
  font-size: 0.8rem;
  font-weight: 600;
  color: #b91c1c;
}

.sales-team-form__error[hidden],
.st-form__error[hidden],
.sales-team-form__status[hidden],
.st-form__status[hidden] {
  display: none !important;
}

/* CTA band */
.st-cta-band {
  padding: clamp(2rem, 4vw, 3rem) 0 clamp(3rem, 5vw, 4rem);
}

.st-cta-band__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem 2rem;
  padding: clamp(1.75rem, 4vw, 2.5rem) clamp(1.5rem, 4vw, 2.5rem);
  border-radius: var(--st-radius-lg);
  background: linear-gradient(135deg, var(--st-brand) 0%, #4338ca 55%, #312e81 100%);
  color: #fff;
  box-shadow: 0 20px 50px rgba(79, 70, 229, 0.35);
}

.st-cta-band h2 {
  margin: 0 0 0.4rem;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.st-cta-band p {
  margin: 0;
  max-width: 28rem;
  font-size: 0.95rem;
  line-height: 1.5;
  opacity: 0.9;
}

/* Smooth anchor scroll */
html.sales-team-site {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html.sales-team-site {
    scroll-behavior: auto;
  }

  .st-hero__eyebrow-dot {
    animation: none;
  }

  .st-audience-card:hover,
  .st-btn--primary:hover,
  .st-btn--white:hover {
    transform: none;
  }
}
