/* ─── Hero ──────────────────────────────────────────────────────────────── */
.specialists-hero {
  position: relative;
  padding: 168px 0 96px;
  overflow: hidden;
  background:
    radial-gradient(1100px 640px at 78% -12%, #dcebbe 0%, rgba(220, 235, 190, 0) 60%),
    radial-gradient(880px 520px at 2% 16%, #e7e1fb 0%, rgba(231, 225, 251, 0) 55%),
    var(--bg);
}

.specialists-hero-inner {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}

.specialists-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: #6b8a3a;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
}

.specialists-eyebrow::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 2px;
  border-radius: 2px;
  background: #6b8a3a;
}

.specialists-hero h1 {
  font-size: clamp(2.3rem, 4vw, 3.3rem);
  line-height: 1.08;
  margin-bottom: 22px;
}

.specialists-hero .accent {
  position: relative;
  z-index: 0;
  white-space: nowrap;
}

.specialists-hero .accent::after {
  content: "";
  position: absolute;
  right: -2px;
  bottom: 0.07em;
  left: -2px;
  z-index: -1;
  height: 0.34em;
  border-radius: 3px;
  background: linear-gradient(90deg, #bcd487 0%, #f1d44e 100%);
  opacity: 0.5;
}

.specialists-sub {
  max-width: 760px;
  margin: 0 auto 36px;
  color: var(--text-muted);
  font-size: 1.18rem;
  line-height: 1.64;
}

.specialists-actions {
  display: flex;
  justify-content: center;
}

.hero-perks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.hero-perk {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 15px;
  border: 1px solid var(--border);
  border-radius: var(--radius-full);
  background: var(--surface);
  text-align: left;
}

.perk-ico {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  border-radius: 7px;
}

.perk-ico svg {
  width: 14px;
  height: 14px;
}

.perk-ico--purple {
  background: var(--info-bg);
  color: #5b45e0;
}

.perk-ico--green {
  background: var(--thread-green);
  color: #4f6b29;
}

.perk-ico--orange {
  background: var(--thread-orange);
  color: #9a5a16;
}

.perk-tx b {
  display: block;
  color: var(--text-dark);
  font-size: 0.88rem;
  line-height: 1.2;
}

/* ─── Verification Steps ────────────────────────────────────────────────── */
.specialists-steps {
  background: var(--surface);
}

.join-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.join-step {
  padding: 34px 30px 30px;
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  background: var(--surface);
  box-shadow: var(--shadow-xs);
  transition: all var(--transition);
}

.join-step:hover {
  transform: translateY(-4px);
  border-color: var(--border-strong);
  box-shadow: var(--shadow-md);
}

.join-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin-bottom: 24px;
  border-radius: 17px;
}

.join-ico--purple {
  background: var(--info-bg);
  color: #5b45e0;
}

.join-ico--yellow {
  background: var(--thread-yellow);
  color: #8a6a14;
}

.join-ico--green {
  background: var(--thread-green);
  color: #4f6b29;
}

.join-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 9px;
}

.join-num {
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.join-head h4 {
  margin-bottom: 0;
  font-size: 1.16rem;
}

.join-step p {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

/* ─── CTA Band ──────────────────────────────────────────────────────────── */
.specialists-cta {
  padding-top: 116px;
}

.specialists-cta .cta-band {
  position: relative;
  overflow: hidden;
  max-width: 1040px;
  margin: 0 auto;
  padding: 60px 48px;
  border-radius: var(--radius-2xl);
  background: linear-gradient(135deg, #7c6bf2 0%, #9a8bf5 100%);
  text-align: center;
  color: #fff;
}

.specialists-cta .cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(420px 180px at 10% 20%, rgba(255, 255, 255, 0.08) 0%, transparent 70%),
    radial-gradient(360px 200px at 90% 80%, rgba(255, 255, 255, 0.08) 0%, transparent 72%);
  pointer-events: none;
}

.specialists-cta .cta-band > :not(.cta-thread) {
  position: relative;
}

.specialists-cta .cta-thread {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.45;
  pointer-events: none;
}

.specialists-cta h2 {
  font-size: clamp(2rem, 3.4vw, 2.7rem);
  margin-bottom: 16px;
  color: #fff;
}

.specialists-cta p {
  max-width: 520px;
  margin: 0 auto 28px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.08rem;
  line-height: 1.6;
}

.specialists-cta .btn-primary {
  background: #fff;
  border-color: #fff;
  color: #4c3bae;
}

.specialists-cta .btn-primary:hover {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.92);
  color: #4c3bae;
}

/* ─── Responsive ────────────────────────────────────────────────────────── */
@media (max-width: 980px) {
  .join-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .specialists-hero {
    padding: 124px 0 64px;
  }

  .specialists-sub {
    font-size: 1.06rem;
  }

  .hero-perks {
    gap: 8px;
    margin-top: 28px;
  }

  .hero-perk {
    padding: 8px 14px;
  }

  .perk-ico {
    width: 22px;
    height: 22px;
  }

  .perk-ico svg {
    width: 13px;
    height: 13px;
  }

  .perk-tx b {
    font-size: 0.82rem;
  }

  .specialists-cta .cta-band {
    padding: 48px 24px;
    border-radius: var(--radius-xl);
  }
}
