/* SMTP fallback — extends home-v3.css + migration.css + lms.css + crm.css + hosting.css */

.so-page-smtp-fallback .sof-hero {
  min-height: min(760px, 100vh);
  padding: 120px 0 64px;
}

.so-page-smtp-fallback .sof-hero .so3-hero__title {
  max-width: 11em;
}

.so-page-smtp-fallback .sof-hero .so3-hero__sub {
  max-width: 46ch;
}

.so-page-smtp-fallback #risk .so3-head {
  max-width: none;
  margin-bottom: 32px;
}

.so-page-smtp-fallback #risk .so3-head h2 {
  margin-bottom: 0;
  white-space: nowrap;
}

.sof-hero-art img {
  display: block;
  width: 100%;
  height: auto;
  background: transparent;
  border-radius: 0;
}

.so-page-smtp-fallback #paths .sof-paths-head {
  max-width: none;
  margin-bottom: 36px;
}

.so-page-smtp-fallback #paths .sof-paths-head h2 {
  margin-bottom: 0;
  max-width: 18ch;
}

.so-page-smtp-fallback #perks .so3-head h2 {
  margin-bottom: 0;
}

.sof-plaque {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 32px;
  margin-top: 28px;
  padding: 20px 24px;
  border-radius: var(--so3-r-card, 20px);
  background: linear-gradient(145deg, #f7f3ff 0%, #efe8ff 55%, #f9f8fb 100%);
  border: 1px solid #e0d4ff;
}

.sof-plaque__copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.sof-plaque__copy strong {
  font-family: Unbounded, sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.25;
}

.sof-plaque__copy span {
  color: var(--so3-muted, #8e8e9e);
  font-size: 0.98rem;
  line-height: 1.4;
}

.sof-plaque__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex-shrink: 0;
}

.sof-plaque__links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid #d8c9ff;
  background: #fff;
  color: var(--so3-text, #111);
  font-weight: 500;
  font-size: 0.9375rem;
  text-decoration: none;
  white-space: nowrap;
}

.sof-plaque__links a:hover {
  border-color: #8157f6;
  color: #8157f6;
}

.so-page-smtp-fallback .soc-bitrix {
  max-width: calc(100% - 20px);
  margin-inline: auto;
  padding: 24px 28px;
  gap: 20px 28px;
}

.so-page-smtp-fallback .soc-bitrix__copy {
  gap: 12px;
}

.so-page-smtp-fallback .soc-bitrix__copy .so3-btn {
  margin-top: 5px;
}

.so-page-smtp-fallback .soc-bitrix__art {
  max-width: 330px;
}

.so-page-smtp-fallback .soc-bitrix__art img {
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

@media (max-width: 900px) {
  .sof-hero-art {
    justify-self: stretch;
    width: 100%;
    max-width: 480px;
    margin-inline: auto;
    transform: none;
  }
}

@media (max-width: 640px) {
  .so-page-smtp-fallback .sof-hero {
    min-height: auto;
    padding: 96px 0 48px;
  }

  .so-page-smtp-fallback .sof-hero .so3-hero__sub {
    max-width: none;
  }

  .so-page-smtp-fallback #risk .so3-head h2 {
    white-space: normal;
  }

  .sof-plaque {
    flex-direction: column;
    align-items: flex-start;
  }
}
