:root {
  --sb-how-shell: min(1824px, calc(100% - 224px));
}

.sb-how-page {
  overflow: hidden;
  color: #111827;
  background: #ffffff;
  font-family: var(--sb-font-sans);
}

.sb-how-page .container {
  width: var(--sb-how-shell);
  max-width: none;
}

.sb-how-page h1,
.sb-how-page h2,
.sb-how-page h3,
.sb-how-page p {
  margin: 0;
}

.sb-how-page h1,
.sb-how-page h2,
.sb-how-page h3 {
  color: #111827;
  font-weight: 600;
  letter-spacing: 0;
}

.sb-how-hero {
  padding: 76px 0 82px;
  background:
    linear-gradient(90deg, rgba(21, 114, 232, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(21, 114, 232, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 86% 18%, rgba(49, 206, 54, 0.14), transparent 30%),
    #ffffff;
  background-size: 56px 56px, 56px 56px, auto, auto;
  border-bottom: 1px solid #dce5f1;
}

.sb-how-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(440px, 0.5fr);
  gap: 72px;
  align-items: center;
}

.sb-how-hero-grid > *,
.sb-how-section-grid > *,
.sb-how-data-grid > * {
  min-width: 0;
}

.sb-how-hero h1 {
  max-width: 850px;
  font-size: 56px;
  line-height: 1.06;
}

.sb-how-hero-copy > .sb-how-lead {
  max-width: 690px;
  margin-top: 32px;
  color: #536174;
  font-size: 20px;
  line-height: 1.64;
}

.sb-how-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.sb-how-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  background-size: 200% 100%;
  background-position: 100% 0;
  transition: background-position 0.34s ease, border-color 0.18s ease, color 0.18s ease;
}

.sb-how-button:hover,
.sb-how-button:focus {
  text-decoration: none;
  background-position: 0 0;
}

.sb-how-button-primary {
  color: #ffffff;
  background-image: linear-gradient(90deg, #073fb8 0 50%, #1572e8 50% 100%);
}

.sb-how-button-primary:hover,
.sb-how-button-primary:focus {
  color: #ffffff;
}

.sb-how-button-secondary {
  border: 1px solid #dce5f1;
  color: #111827;
  background-image: linear-gradient(90deg, #eef2f7 0 50%, #ffffff 50% 100%);
}

.sb-how-button-secondary:hover,
.sb-how-button-secondary:focus {
  color: #1572e8;
}

.sb-how-hero .sb-hero-trust {
  justify-content: flex-start;
  max-width: none;
  margin: 28px 0 0;
}

.sb-how-cycle {
  border: 1px solid #cfd9e7;
  border-radius: 8px;
  background: #ffffff;
}

.sb-how-cycle-header {
  display: grid;
  gap: 8px;
  padding: 22px 24px;
  border-bottom: 1px solid #dce5f1;
  background: #f6f9fd;
}

.sb-how-cycle-header span {
  color: #1572e8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sb-how-cycle-header strong {
  color: #111827;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 600;
}

.sb-how-cycle-list {
  display: grid;
}

.sb-how-cycle-list div {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 8px 18px;
  padding: 24px;
  border-bottom: 1px solid #dce5f1;
}

.sb-how-cycle-list div:last-child {
  border-bottom: 0;
}

.sb-how-cycle-list span {
  grid-row: span 2;
  color: #9bc7ff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.sb-how-cycle-list strong {
  color: #111827;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
}

.sb-how-cycle-list p {
  color: #536174;
  font-size: 15px;
  line-height: 1.55;
}

.sb-how-steps,
.sb-how-operation,
.sb-how-data,
.sb-how-result {
  padding: 76px 0;
}

.sb-how-steps,
.sb-how-data {
  background: #ffffff;
}

.sb-how-operation {
  background: #f4f7fb;
}

.sb-how-section-grid,
.sb-how-data-grid {
  display: grid;
  grid-template-columns: 420px minmax(0, 1fr);
  gap: 72px;
  align-items: start;
}

.sb-how-section-side h2,
.sb-how-section-head h2,
.sb-how-data h2,
.sb-how-result h2 {
  font-size: 42px;
  line-height: 1.1;
}

.sb-how-section-side p,
.sb-how-section-head p,
.sb-how-data-grid > div > p,
.sb-how-result p {
  margin-top: 18px;
  color: #536174;
  font-size: 17px;
  line-height: 1.7;
}

.sb-how-step-list {
  display: grid;
  border-top: 1px solid #dce5f1;
}

.sb-how-step-row {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid #dce5f1;
}

.sb-how-step-row small {
  color: #9bc7ff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.sb-how-step-row h3 {
  font-size: 22px;
  line-height: 1.2;
}

.sb-how-step-row p {
  margin-top: 10px;
  color: #536174;
  font-size: 16px;
  line-height: 1.62;
}

.sb-how-section-head {
  display: flex;
  justify-content: space-between;
  gap: 48px;
  align-items: end;
  margin-bottom: 36px;
}

.sb-how-section-head h2 {
  max-width: 650px;
}

.sb-how-section-head p {
  max-width: 560px;
}

.sb-how-profile-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #dce5f1;
  background: #ffffff;
}

.sb-how-profile-card {
  min-height: 290px;
  padding: 30px;
  border-right: 1px solid #dce5f1;
}

.sb-how-profile-card:last-child {
  border-right: 0;
}

.sb-how-profile-card span {
  display: inline-flex;
  margin-bottom: 48px;
  color: #1572e8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sb-how-profile-card h3 {
  font-size: 22px;
  line-height: 1.22;
}

.sb-how-profile-card p {
  margin-top: 14px;
  color: #536174;
  font-size: 16px;
  line-height: 1.62;
}

.sb-how-data-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid #dce5f1;
  background: #ffffff;
}

.sb-how-data-item {
  min-height: 210px;
  padding: 28px;
  color: inherit;
  text-decoration: none;
  border-right: 1px solid #dce5f1;
  border-bottom: 1px solid #dce5f1;
  background: #ffffff;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.sb-how-data-item:nth-child(2n) {
  border-right: 0;
}

.sb-how-data-item:nth-last-child(-n+2) {
  border-bottom: 0;
}

a.sb-how-data-item:hover,
a.sb-how-data-item:focus {
  color: inherit;
  text-decoration: none;
  background: #f6f9fd;
  border-color: #c9d8ea;
}

.sb-how-data-item strong {
  display: block;
  color: #111827;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
}

.sb-how-data-item p {
  margin-top: 14px;
  color: #536174;
  font-size: 16px;
  line-height: 1.62;
}

.sb-how-result {
  background:
    linear-gradient(90deg, rgba(21, 114, 232, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(21, 114, 232, 0.045) 1px, transparent 1px),
    #ffffff;
  background-size: 56px 56px, 56px 56px, auto;
}

.sb-how-result-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  padding: 44px 0;
  border-top: 1px solid #dce5f1;
  border-bottom: 1px solid #dce5f1;
}

.sb-how-result h2 {
  max-width: 860px;
}

.sb-how-result p {
  max-width: 760px;
}

@media (max-width: 1499.98px) {
  :root {
    --sb-how-shell: min(1520px, calc(100% - 120px));
  }
}

@media (max-width: 1180px) {
  :root {
    --sb-how-shell: calc(100% - 56px);
  }

  .sb-how-hero-grid,
  .sb-how-section-grid,
  .sb-how-data-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .sb-how-profile-grid {
    grid-template-columns: 1fr;
  }

  .sb-how-profile-card {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid #dce5f1;
  }

  .sb-how-profile-card:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 760px) {
  :root {
    --sb-how-shell: calc(100% - 64px);
  }

  .sb-how-page .container {
    padding-left: 0;
    padding-right: 0;
  }

  .sb-how-hero,
  .sb-how-steps,
  .sb-how-operation,
  .sb-how-data,
  .sb-how-result {
    padding: 48px 0;
  }

  .sb-how-hero h1 {
    font-size: 40px;
    line-height: 1.08;
  }

  .sb-how-hero-copy > .sb-how-lead {
    font-size: 17px;
    line-height: 1.58;
  }

  .sb-how-section-side h2,
  .sb-how-section-head h2,
  .sb-how-data h2,
  .sb-how-result h2 {
    font-size: 32px;
    line-height: 1.12;
  }

  .sb-how-cycle-list div,
  .sb-how-step-row {
    grid-template-columns: 1fr;
  }

  .sb-how-cycle-list span,
  .sb-how-profile-card span {
    margin-bottom: 10px;
  }

  .sb-how-section-head,
  .sb-how-result-box {
    display: block;
  }

  .sb-how-section-head p {
    margin-top: 16px;
  }

  .sb-how-profile-card,
  .sb-how-data-item {
    padding: 24px;
  }

  .sb-how-data-list {
    grid-template-columns: 1fr;
  }

  .sb-how-data-item,
  .sb-how-data-item:nth-child(2n),
  .sb-how-data-item:nth-last-child(-n+2) {
    border-right: 0;
    border-bottom: 1px solid #dce5f1;
  }

  .sb-how-data-item:last-child {
    border-bottom: 0;
  }

  .sb-how-result .sb-how-button {
    margin-top: 24px;
  }
}
