/* Built Logic SEO/GEO landing pages */
.seo-page .h-display {
  letter-spacing: 0;
}

.seo-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.seo-hero {
  padding: 156px 0 88px;
  border-bottom: 1px solid #E5E5E2;
}

.seo-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.62fr);
  gap: 72px;
  align-items: end;
}

.seo-hero__title {
  max-width: 780px;
  font-size: 58px;
  line-height: 1.04;
}

.seo-hero__lead {
  max-width: 680px;
  margin-top: 28px;
  font-size: 18px;
  line-height: 1.72;
  color: #586069;
}

.seo-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.seo-panel {
  border: 1px solid #E5E5E2;
  border-radius: 4px;
  padding: 28px;
  background: #FAFAF8;
}

.seo-panel__label {
  font-family: 'IBM Plex Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #586069;
}

.seo-panel__title {
  margin-top: 16px;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 25px;
  line-height: 1.16;
  color: #232A31;
  font-weight: 400;
}

.seo-panel__body {
  margin-top: 14px;
  font-size: 15px;
  line-height: 1.72;
  color: #586069;
}

.seo-section {
  padding: 86px 0;
  border-bottom: 1px solid #E5E5E2;
}

.seo-section--dark {
  background: #232A31;
  color: #FAFAF8;
  border-bottom: 0;
}

.seo-section--dark .h-display,
.seo-section--dark .h-display em,
.seo-section--dark .seo-card__title {
  color: #FAFAF8;
}

.seo-section--dark .eyebrow,
.seo-section--dark .seo-card__meta,
.seo-section--dark .seo-section__lead,
.seo-section--dark .seo-card__body,
.seo-section--dark .seo-list li {
  color: rgba(250, 250, 248, 0.72);
}

.seo-section__head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.7fr);
  gap: 64px;
  align-items: start;
}

.seo-section__title {
  max-width: 700px;
  font-size: 42px;
  line-height: 1.08;
}

.seo-section__lead {
  font-size: 16px;
  line-height: 1.76;
  color: #586069;
}

.seo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 44px;
}

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

.seo-card {
  border-top: 1px solid #E5E5E2;
  padding-top: 22px;
}

.seo-section--dark .seo-card {
  border-top-color: rgba(250, 250, 248, 0.24);
}

.seo-card__meta {
  font-family: 'IBM Plex Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #1B3A5B;
}

.seo-card__title {
  margin-top: 12px;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 25px;
  line-height: 1.18;
  color: #232A31;
  font-weight: 400;
}

.seo-card__body {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.72;
  color: #586069;
}

.seo-list {
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #E5E5E2;
}

.seo-section--dark .seo-list {
  border-top-color: rgba(250, 250, 248, 0.24);
}

.seo-list li {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  gap: 28px;
  padding: 22px 0;
  border-bottom: 1px solid #E5E5E2;
  font-size: 16px;
  line-height: 1.7;
  color: #586069;
}

.seo-section--dark .seo-list li {
  border-bottom-color: rgba(250, 250, 248, 0.24);
}

.seo-list strong {
  font-family: 'IBM Plex Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #1B3A5B;
  font-weight: 500;
}

.seo-section--dark .seo-list strong {
  color: #AFC4DD;
}

.seo-faq {
  max-width: 900px;
  margin-top: 42px;
}

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

.seo-faq summary {
  cursor: pointer;
  padding: 24px 0;
  color: #232A31;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 23px;
  line-height: 1.24;
  list-style: none;
}

.seo-faq summary::-webkit-details-marker {
  display: none;
}

.seo-faq summary::after {
  content: '+';
  float: right;
  margin-left: 24px;
  color: #1B3A5B;
  font-family: 'Source Sans 3', system-ui, sans-serif;
}

.seo-faq details[open] summary::after {
  content: '-';
}

.seo-faq p {
  max-width: 760px;
  margin: 0;
  padding: 0 0 24px;
  font-size: 16px;
  line-height: 1.76;
  color: #586069;
}

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

.seo-related a {
  display: block;
  min-height: 132px;
  border: 1px solid #E5E5E2;
  border-radius: 4px;
  padding: 20px;
  color: #232A31;
  text-decoration: none;
}

.seo-related a:hover,
.seo-related a:focus-visible {
  border-color: #1B3A5B;
}

.seo-related span {
  display: block;
  font-family: 'IBM Plex Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #586069;
}

.seo-related strong {
  display: block;
  margin-top: 12px;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 20px;
  line-height: 1.22;
  font-weight: 400;
}

.seo-footer-card {
  margin: 0 auto;
}

.seo-page .footer-shell__cta .h-display {
  max-width: 960px;
  margin: 0 auto 32px;
  font-size: clamp(42px, 6.4vw, 86px);
  line-height: 1.04;
}

.seo-page .footer-shell__cta .hero-btn--primary {
  background: #FAFAF8;
  color: #232A31;
  border-color: #FAFAF8;
}

.seo-page .footer-shell__cta .hero-btn--primary:hover {
  background: #AFC4DD;
  color: #232A31;
  border-color: #AFC4DD;
}

.seo-footer-brand {
  display: inline-flex;
  align-items: center;
}

.seo-footer-text {
  max-width: 380px;
  margin-top: 24px;
  font-size: 15px;
  line-height: 1.7;
  color: #232A31;
}

.seo-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.seo-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #E5E5E2;
  border-radius: 999px;
  color: #232A31;
}

.seo-social-link:hover,
.seo-social-link:focus-visible {
  border-color: #1B3A5B;
}

@media (max-width: 980px) {
  .seo-hero__grid,
  .seo-section__head {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .seo-grid,
  .seo-grid--two,
  .seo-related {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .seo-shell {
    width: min(100% - 32px, 1180px);
  }

  .seo-hero {
    padding: 132px 0 64px;
  }

  .seo-hero__title {
    font-size: 38px;
    line-height: 1.08;
  }

  .seo-hero__lead {
    font-size: 16px;
  }

  .seo-section {
    padding: 64px 0;
  }

  .seo-section__title {
    font-size: 31px;
  }

  .seo-grid,
  .seo-grid--two,
  .seo-related {
    grid-template-columns: 1fr;
  }

  .seo-list li {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .seo-panel {
    padding: 22px;
  }
}
