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

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

.soh-hero-art {
  justify-self: end;
  width: min(100%, 520px);
  transform: translateY(-12px);
}

.soh-hero-art img {
  display: block;
  width: 100%;
  height: auto;
}

.so-page-smtp-for-hosting .soh-hero .so3-hero__title {
  max-width: 12em;
}

.so-page-smtp-for-hosting .soh-hero .so3-hero__sub {
  max-width: 42ch;
}

.so-page-smtp-for-hosting .so3-head h2 {
  text-wrap: pretty;
}

.so-page-smtp-for-hosting #risk .so3-head {
  max-width: none;
}

.so-page-smtp-for-hosting #risk .so3-head h2 {
  white-space: nowrap;
  text-wrap: nowrap;
}

.so-page-smtp-for-hosting #paths .so3-head {
  max-width: none;
}

.so-page-smtp-for-hosting #paths .so3-head h2 {
  white-space: nowrap;
  text-wrap: nowrap;
}

.so-page-smtp-for-hosting #case .so3-head h2 {
  white-space: nowrap;
  text-wrap: nowrap;
}

.soh-paths {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.soh-paths__card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 28px 24px;
  border-radius: var(--so3-r-card, 20px);
  background: var(--so3-white, #fff);
  border: 1px solid var(--so3-border, #e7e7e7);
}

.soh-paths__card h3 {
  margin: 0;
  font-family: Unbounded, sans-serif;
  font-size: clamp(1.1rem, 1.5vw, 1.35rem);
  line-height: 1.25;
}

.soh-paths__card p {
  margin: 0;
  color: var(--so3-muted, #8e8e9e);
  font-size: 1rem;
  line-height: 1.5;
}

.soh-paths__card--accent {
  background: linear-gradient(135deg, #373755 0%, #22223b 100%);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 32px rgba(129, 87, 246, 0.18);
}

.soh-paths__card--accent h3 {
  color: #fff;
}

.soh-paths__card--accent p {
  color: rgba(255, 255, 255, 0.78);
}

.soh-paths__card--accent .so3-ico-box {
  background: rgba(129, 87, 246, 0.22);
  color: #e175ff;
}

.soh-take {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.soh-take .sol-benefits__card {
  grid-column: span 2;
}

.soh-take .sol-benefits__card:nth-child(4) {
  grid-column: 2 / span 2;
}

.soh-take .sol-benefits__card:nth-child(5) {
  grid-column: 4 / span 2;
}

.so-page-smtp-for-hosting .som-timeline--3 {
  max-width: 1040px;
}

.so-page-smtp-for-hosting .som-timeline--3 .som-timeline__body {
  max-width: 280px;
}

.soh-proof {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 0 28px;
}

.so3-head.soh-case-head {
  max-width: none;
}

.soh-stripes {
  margin-bottom: 8px;
}

.soh-quotes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px 28px;
  margin-top: 36px;
  align-items: start;
}

.soh-voice {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin: 0;
}

.soh-voice__mark {
  flex-shrink: 0;
  color: #da71f7;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 0.7;
  margin-top: 6px;
}

.soh-voice__content {
  min-width: 0;
  flex: 1;
}

.soh-voice__content p {
  margin: 0;
  color: #22223b;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.4;
}

.soh-voice__person {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 20px 0 0;
}

.soh-voice__photo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.soh-voice__meta {
  display: grid;
  gap: 2px;
}

.soh-voice cite {
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 700;
  font-style: normal;
  color: #000;
}

.soh-voice__meta span {
  font-size: 0.88rem;
  font-weight: 400;
  color: #22223b;
}

.soh-note {
  margin-top: 28px;
}

.soh-materials {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.soh-materials__cta {
  display: inline-block;
  margin-top: 12px;
  color: var(--so3-purple, #8157f6);
  font-weight: 600;
  font-size: 0.95rem;
}

.soh-form-note {
  margin-top: 20px;
}

@media (max-width: 960px) {
  .soh-paths,
  .soh-take,
  .soh-proof,
  .soh-materials {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .soh-quotes {
    grid-template-columns: 1fr;
  }

  .soh-take .sol-benefits__card,
  .soh-take .sol-benefits__card:nth-child(4),
  .soh-take .sol-benefits__card:nth-child(5) {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  .so-page-smtp-for-hosting #risk .so3-head h2,
  .so-page-smtp-for-hosting #paths .so3-head h2,
  .so-page-smtp-for-hosting #case .so3-head h2 {
    white-space: normal;
    text-wrap: pretty;
  }

  .so-page-smtp-for-hosting .soh-hero {
    min-height: auto;
    padding: 96px 0 48px;
  }

  .soh-paths,
  .soh-take,
  .soh-proof,
  .soh-materials,
  .soh-quotes {
    grid-template-columns: 1fr;
  }

  .soh-voice__mark {
    font-size: 48px;
  }

  .soh-voice__content p {
    font-size: 1.05rem;
  }

  .so-page-smtp-for-hosting .soh-hero-art {
    transform: none;
    margin-inline: auto;
  }

  .so-page-smtp-for-hosting .som-timeline--3 .som-timeline__body {
    max-width: none;
  }
}
