/* Satış Ortaklığı */
.so-hero {
  background: linear-gradient(135deg, #020817 0%, #0a1628 45%, #0d1f3c 100%);
  padding: 96px 0 80px;
  position: relative;
  overflow: hidden;
}
.so-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 60% at 70% 30%, rgba(37,99,235,.18) 0%, transparent 70%),
    radial-gradient(ellipse 40% 40% at 10% 80%, rgba(16,185,129,.1) 0%, transparent 60%);
}
.so-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(37,99,235,.14);
  border: 1px solid rgba(96,165,250,.25);
  border-radius: 20px;
  padding: 6px 16px;
  font-size: .75rem;
  font-weight: 700;
  color: #93c5fd;
  letter-spacing: .07em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.so-hero h1 {
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 20px;
}
.so-hero h1 span {
  background: linear-gradient(90deg, #60a5fa, #34d399);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.so-hero .lead {
  font-size: 1.05rem;
  color: rgba(255,255,255,.65);
  line-height: 1.75;
  max-width: 560px;
  margin-bottom: 28px;
}
.btn-so-primary,
.btn-so-ghost {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: .2s ease;
}
.btn-so-primary {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: #fff;
  border: 1px solid transparent;
}
.btn-so-primary:hover { filter: brightness(1.08); color: #fff; }
.btn-so-ghost {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.16);
  color: #e2e8f0;
}
.btn-so-ghost:hover { background: rgba(255,255,255,.08); color: #fff; }
.so-hero-card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 20px;
  padding: 28px;
}
.so-hero-card-title {
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255,255,255,.45);
  margin-bottom: 18px;
}
.so-hero-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.so-hero-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: rgba(255,255,255,.78);
  font-size: .95rem;
  margin-bottom: 12px;
  line-height: 1.45;
}
.so-hero-list i { color: #34d399; margin-top: 3px; }
.so-hero-mail {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #93c5fd;
  text-decoration: none;
  font-weight: 600;
  font-size: .92rem;
}
.so-section { padding: 80px 0; background: #070e1a; }
.so-section--alt { background: #0a1324; }
.so-tag {
  display: inline-block;
  color: #60a5fa;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.so-title {
  color: #fff;
  font-weight: 900;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  margin-bottom: 12px;
}
.so-sub {
  color: rgba(255,255,255,.55);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.7;
}
.so-step {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  padding: 28px;
  height: 100%;
}
.so-step-num {
  font-size: 1.4rem;
  font-weight: 900;
  color: #2563eb;
  margin-bottom: 14px;
}
.so-step h3 {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: 10px;
}
.so-step p {
  color: rgba(255,255,255,.55);
  margin: 0;
  line-height: 1.65;
  font-size: .95rem;
}
.so-prod {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 140px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  color: #e2e8f0;
  text-decoration: none;
  font-weight: 700;
  transition: .2s ease;
}
.so-prod i { font-size: 1.6rem; color: #60a5fa; }
.so-prod:hover {
  border-color: rgba(96,165,250,.35);
  background: rgba(37,99,235,.08);
  color: #fff;
}
.so-cta {
  padding: 88px 0;
  background: linear-gradient(180deg, #0a1324 0%, #020817 100%);
  text-align: center;
}
.so-cta h2 {
  color: #fff;
  font-weight: 900;
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  margin-bottom: 14px;
}
.so-cta p {
  color: rgba(255,255,255,.55);
  max-width: 520px;
  margin: 0 auto 28px;
  line-height: 1.7;
}
@media (max-width: 767.98px) {
  .so-hero { padding: 72px 0 56px; }
  .so-section { padding: 56px 0; }
}
