.seo-landing {
  background: #fff;
  color: #15161a;
  text-align: start;
}

.seo-landing *,
.seo-landing *::before,
.seo-landing *::after {
  box-sizing: border-box;
  letter-spacing: 0;
}

.seo-shell {
  width: calc(100% - 64px);
  max-width: 1180px;
  margin-inline: auto;
}

.seo-narrow {
  max-width: 880px;
}

.seo-landing-hero {
  position: relative;
  display: flex;
  min-height: 620px;
  overflow: hidden;
  background: #071033;
  color: #fff;
}

.seo-landing-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.seo-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(2, 7, 34, 0.7);
}

.seo-hero-content {
  position: relative;
  z-index: 1;
  align-self: center;
  padding-block: 92px 82px;
}

.seo-hero-content > * {
  max-width: 800px;
}

.seo-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-bottom: 42px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.5;
}

.seo-breadcrumb a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.seo-landing .seo-kicker {
  margin: 0 0 15px;
  color: #79c8ff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

.seo-landing .seo-landing-hero h1 {
  margin: 0;
  color: #fff;
  font-size: 56px;
  line-height: 1.12;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45);
}

.seo-landing .seo-hero-lead {
  margin: 24px 0 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.75;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.6);
}

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

.seo-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.seo-button-primary {
  background: #1545d8;
  color: #fff;
}

.seo-button-primary:hover,
.seo-button-primary:focus-visible {
  background: #0d33ac;
  color: #fff;
}

.seo-button-whatsapp {
  background: #167347;
  color: #fff;
}

.seo-button-whatsapp:hover,
.seo-button-whatsapp:focus-visible {
  background: #0f5836;
  color: #fff;
}

.seo-button-ghost {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(0, 0, 0, 0.14);
  color: #fff;
}

.seo-button-ghost:hover,
.seo-button-ghost:focus-visible {
  border-color: #fff;
  background: #fff;
  color: #15161a;
}

.seo-button:focus-visible,
.seo-faq summary:focus-visible,
.seo-related-grid a:focus-visible {
  outline: 3px solid #55b8ff;
  outline-offset: 3px;
}

.seo-band {
  padding-block: 88px;
}

.seo-band-muted {
  background: #f3f5f8;
}

.seo-landing h2 {
  margin: 0 0 24px;
  color: #11131a;
  font-size: 38px;
  line-height: 1.2;
}

.seo-landing h3 {
  margin: 0 0 10px;
  color: #15161a;
  font-size: 20px;
  line-height: 1.35;
}

.seo-landing p {
  margin: 0;
  color: #3a3e49;
  font-size: 18px;
  line-height: 1.75;
}

.seo-narrow > p + p {
  margin-top: 18px;
}

.seo-section-heading {
  max-width: 800px;
  margin-bottom: 38px;
}

.seo-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.seo-feature-grid article {
  min-height: 190px;
  padding: 26px;
  border: 1px solid #dce1e8;
  border-top: 4px solid #1545d8;
  border-radius: 7px;
  background: #fff;
}

.seo-feature-grid article p,
.seo-detail-list p,
.seo-process p,
.seo-related-grid p {
  font-size: 16px;
  line-height: 1.65;
}

.seo-two-column {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 72px;
  align-items: start;
}

.seo-two-column aside {
  padding-inline-start: 40px;
  border-inline-start: 1px solid #ccd2dc;
}

.seo-process {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-process li {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 18px;
  padding-block: 22px;
  border-top: 1px solid #dce1e8;
}

.seo-process li:last-child {
  border-bottom: 1px solid #dce1e8;
}

.seo-process li > span {
  color: #1545d8;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.seo-detail-list > div {
  padding-block: 20px;
  border-top: 1px solid #dce1e8;
}

.seo-detail-list > div:last-child {
  border-bottom: 1px solid #dce1e8;
}

.seo-support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 72px;
}

.seo-support-grid > div + div {
  padding-inline-start: 40px;
  border-inline-start: 1px solid #ccd2dc;
}

.seo-faq {
  border-top: 1px solid #ccd2dc;
}

.seo-faq details {
  border-bottom: 1px solid #ccd2dc;
}

.seo-faq summary {
  padding-block: 22px;
  color: #15161a;
  cursor: pointer;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.45;
}

.seo-faq details p {
  max-width: 780px;
  padding: 0 0 24px;
  font-size: 16px;
}

.seo-related {
  padding-top: 18px;
}

.seo-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.seo-related-grid a {
  position: relative;
  display: block;
  min-height: 180px;
  padding: 26px 54px 26px 26px;
  border: 1px solid #dce1e8;
  border-radius: 7px;
  background: #fff;
  color: #15161a;
  text-decoration: none;
}

html[dir="rtl"] .seo-related-grid a {
  padding: 26px 26px 26px 54px;
}

.seo-related-grid a:hover {
  border-color: #1545d8;
}

.seo-related-grid a > span {
  position: absolute;
  inset-inline-end: 24px;
  bottom: 24px;
  color: #1545d8;
  font-size: 24px;
}

.seo-cta-band {
  padding-block: 72px;
  background: #071d7a;
  color: #fff;
}

.seo-cta-band .seo-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.seo-cta-band .seo-shell > div:first-child {
  max-width: 690px;
}

.seo-cta-band h2,
.seo-cta-band p {
  color: #fff;
}

.seo-cta-band .seo-actions {
  flex: 0 0 auto;
  margin-top: 0;
}

.seo-button-light {
  background: #fff;
  color: #071d7a;
}

.seo-button-light:hover,
.seo-button-light:focus-visible {
  background: #e9eefc;
  color: #071d7a;
}

.seo-button-outline-light {
  border-color: #fff;
  background: transparent;
  color: #fff;
}

.seo-button-outline-light:hover,
.seo-button-outline-light:focus-visible {
  background: #fff;
  color: #071d7a;
}

@media (max-width: 920px) {
  .seo-feature-grid,
  .seo-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seo-two-column {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .seo-two-column aside {
    padding: 48px 0 0;
    border-top: 1px solid #ccd2dc;
    border-inline-start: 0;
  }

  .seo-cta-band .seo-shell {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .seo-shell {
    width: calc(100% - 38px);
  }

  .seo-landing-hero {
    min-height: 620px;
  }

  .seo-landing-hero > img {
    object-position: center;
  }

  .seo-hero-overlay {
    background: rgba(2, 7, 34, 0.74);
  }

  .seo-hero-content {
    padding-block: 66px 58px;
  }

  .seo-breadcrumb {
    margin-bottom: 32px;
  }

  .seo-landing .seo-landing-hero h1 {
    font-size: 34px;
    line-height: 1.18;
  }

  .seo-hero-lead {
    margin-top: 18px;
    font-size: 17px;
    line-height: 1.65;
  }

  .seo-actions {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  .seo-button {
    width: 100%;
  }

  .seo-band {
    padding-block: 58px;
  }

  .seo-landing h2 {
    margin-bottom: 19px;
    font-size: 28px;
    line-height: 1.25;
  }

  .seo-landing h3 {
    font-size: 18px;
  }

  .seo-landing p {
    font-size: 16px;
    line-height: 1.7;
  }

  .seo-feature-grid,
  .seo-support-grid,
  .seo-related-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .seo-feature-grid article {
    min-height: 0;
    padding: 22px;
  }

  .seo-process li {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 13px;
  }

  .seo-support-grid > div + div {
    margin-top: 28px;
    padding: 40px 0 0;
    border-top: 1px solid #ccd2dc;
    border-inline-start: 0;
  }

  .seo-faq summary {
    font-size: 17px;
  }

  .seo-related {
    padding-top: 0;
  }

  .seo-related-grid a {
    min-height: 150px;
  }

  .seo-cta-band {
    padding-block: 56px;
  }
}
