:root {
  --seo-ink: #17242a;
  --seo-muted: #59666c;
  --seo-surface: #f4f6f6;
  --seo-border: #d8dfe1;
  --seo-accent: #1fa5c2;
  --seo-dark: #17242a;
  --seo-white: #ffffff;
}

.seo-page {
  background: var(--seo-white);
  color: var(--seo-ink);
  font-family: "Roboto", sans-serif;
}

.seo-page *,
.seo-page *::before,
.seo-page *::after {
  box-sizing: border-box;
}

.seo-hero {
  min-height: 580px;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--seo-dark);
}

.seo-hero__image,
.seo-hero__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.seo-hero__image {
  object-fit: cover;
}

.seo-hero__overlay {
  background: rgba(12, 24, 30, 0.68);
}

.seo-hero__content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 64px;
  color: var(--seo-white);
}

.seo-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.78);
}

.seo-breadcrumbs a,
.seo-text-link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.seo-eyebrow {
  margin: 0 0 12px;
  color: var(--seo-accent);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.seo-hero h1 {
  max-width: 960px;
  margin: 0;
  color: var(--seo-white);
  font-size: 54px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
}

.seo-hero__lead {
  max-width: 780px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  line-height: 1.55;
}

.seo-hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 32px;
}

.seo-hero__actions .btn,
.seo-cta .btn {
  min-height: 48px;
  cursor: pointer;
}

.seo-text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--seo-white);
  font-weight: 600;
}

.seo-facts {
  border-bottom: 1px solid var(--seo-border);
  background: var(--seo-white);
}

.seo-facts__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.seo-fact {
  min-height: 132px;
  padding: 32px 24px;
  border-right: 1px solid var(--seo-border);
}

.seo-fact:last-child {
  border-right: 0;
}

.seo-fact strong,
.seo-fact span {
  display: block;
}

.seo-fact strong {
  font-size: 23px;
  line-height: 1.25;
}

.seo-fact span {
  margin-top: 8px;
  color: var(--seo-muted);
  line-height: 1.4;
}

.seo-band {
  padding: 88px 0;
  background: var(--seo-white);
}

.seo-band--muted {
  background: var(--seo-surface);
}

.seo-section-heading {
  max-width: 760px;
  margin-bottom: 40px;
}

.seo-section-heading h2,
.seo-copy-layout h2,
.seo-related h2,
.seo-cta h2,
.seo-map-copy h2 {
  margin: 0;
  color: var(--seo-ink);
  font-size: 38px;
  line-height: 1.18;
  letter-spacing: 0;
}

.seo-section-heading > p:last-child,
.seo-map-copy > p:last-child {
  margin: 16px 0 0;
  color: var(--seo-muted);
  font-size: 18px;
  line-height: 1.6;
}

.seo-plan-group + .seo-plan-group {
  margin-top: 64px;
}

.seo-plan-group > h3 {
  margin: 0;
  font-size: 28px;
}

.seo-plan-group > p {
  margin: 8px 0 24px;
  color: var(--seo-muted);
}

.seo-plan-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.seo-plan-card {
  overflow: hidden;
  border: 1px solid var(--seo-border);
  border-radius: 8px;
  background: var(--seo-white);
}

.seo-plan-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  background: #f7f7f7;
}

.seo-plan-card__body {
  padding: 20px;
}

.seo-plan-card h4,
.seo-feature-card h3,
.seo-steps h3 {
  margin: 0;
  color: var(--seo-ink);
  font-size: 19px;
  line-height: 1.35;
}

.seo-plan-card p {
  margin: 8px 0 18px;
  color: var(--seo-muted);
  font-size: 20px;
  font-weight: 700;
}

.seo-card-action {
  min-height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #087f99;
  font: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}

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

.seo-feature-card {
  overflow: hidden;
  border: 1px solid var(--seo-border);
  border-radius: 8px;
  background: var(--seo-white);
}

.seo-feature-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.seo-feature-card > div {
  padding: 24px;
}

.seo-feature-card p,
.seo-steps p {
  margin: 10px 0 0;
  color: var(--seo-muted);
  line-height: 1.6;
}

.seo-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-steps li {
  padding: 24px;
  border-top: 3px solid var(--seo-accent);
  background: var(--seo-white);
}

.seo-steps li > span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border-radius: 50%;
  background: var(--seo-dark);
  color: var(--seo-white);
  font-weight: 700;
}

.seo-map-layout,
.seo-copy-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.35fr);
  gap: 64px;
  align-items: start;
}

.seo-map {
  display: block;
  overflow: hidden;
  border: 1px solid var(--seo-border);
  border-radius: 8px;
  background: var(--seo-white);
}

.seo-map img {
  display: block;
  width: 100%;
  height: auto;
}

.seo-copy p,
.seo-copy li {
  color: var(--seo-muted);
  font-size: 18px;
  line-height: 1.7;
}

.seo-copy p:first-child {
  margin-top: 0;
}

.seo-copy ul {
  margin: 24px 0 0;
  padding-left: 22px;
}

.seo-copy li + li {
  margin-top: 8px;
}

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

.seo-faq-list {
  border-top: 1px solid var(--seo-border);
}

.seo-faq-list details {
  border-bottom: 1px solid var(--seo-border);
}

.seo-faq-list summary {
  padding: 24px 48px 24px 0;
  color: var(--seo-ink);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
}

.seo-faq-list details p {
  max-width: 760px;
  margin: -8px 0 24px;
  color: var(--seo-muted);
  font-size: 17px;
  line-height: 1.65;
}

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

.seo-contact-grid > * {
  min-height: 128px;
  padding: 24px;
  border: 1px solid var(--seo-border);
  border-radius: 8px;
  color: var(--seo-ink);
  text-decoration: none;
}

.seo-contact-grid span,
.seo-contact-grid strong {
  display: block;
}

.seo-contact-grid span {
  margin-bottom: 10px;
  color: var(--seo-muted);
  font-size: 14px;
  text-transform: uppercase;
}

.seo-contact-grid strong {
  font-size: 20px;
  line-height: 1.45;
  white-space: pre-line;
}

.seo-related {
  padding: 56px 0;
  border-top: 1px solid var(--seo-border);
  background: var(--seo-white);
}

.seo-related h2 {
  font-size: 28px;
}

.seo-related__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.seo-related__links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  border: 1px solid var(--seo-border);
  border-radius: 8px;
  color: var(--seo-ink);
  font-weight: 600;
  text-decoration: none;
}

.seo-cta {
  padding: 72px 0;
  background: var(--seo-dark);
  color: var(--seo-white);
}

.seo-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.seo-cta h2 {
  color: var(--seo-white);
}

.seo-cta p {
  max-width: 680px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.6;
}

.seo-page a:focus-visible,
.seo-page button:focus-visible,
.seo-page summary:focus-visible {
  outline: 3px solid #ffd166;
  outline-offset: 3px;
}

.site-trust {
  padding: 64px 0;
  border-top: 1px solid var(--seo-border);
  border-bottom: 1px solid var(--seo-border);
  background: var(--seo-white);
  color: var(--seo-ink);
  font-family: "Roboto", sans-serif;
}

.site-trust__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 64px;
  align-items: start;
}

.site-trust h2 {
  max-width: 540px;
  margin: 0;
  color: var(--seo-ink);
  font-size: 34px;
  line-height: 1.18;
  letter-spacing: 0;
}

.site-trust__intro > p:not(.seo-eyebrow) {
  max-width: 580px;
  margin: 16px 0 0;
  color: var(--seo-muted);
  font-size: 17px;
  line-height: 1.6;
}

.site-trust__link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-top: 22px;
  color: var(--seo-ink);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.site-trust__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid var(--seo-border);
}

.site-trust__facts > div {
  min-height: 116px;
  padding: 24px;
  border-right: 1px solid var(--seo-border);
  border-bottom: 1px solid var(--seo-border);
}

.site-trust__facts > div:nth-child(2n) {
  border-right: 0;
}

.site-trust__facts dt,
.site-footer-identity span {
  color: var(--seo-muted);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.site-trust__facts dd {
  margin: 8px 0 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
}

.site-trust__facts a,
.site-information-page a,
.site-footer-identity a {
  color: inherit;
}

.site-information-hero {
  padding: 160px 0 84px;
  background: var(--seo-dark);
  color: var(--seo-white);
}

.site-information-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.site-information-breadcrumbs a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.site-information-hero h1 {
  max-width: 820px;
  margin: 0;
  color: var(--seo-white);
  font-size: 50px;
  line-height: 1.1;
  letter-spacing: 0;
}

.site-information-hero__lead {
  max-width: 780px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 20px;
  line-height: 1.55;
}

.site-information-band {
  padding: 80px 0;
  background: var(--seo-white);
}

.site-information-band--muted {
  background: var(--seo-surface);
}

.site-information-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1.3fr);
  gap: 72px;
  align-items: start;
}

.site-information-layout h2 {
  margin: 0;
  color: var(--seo-ink);
  font-size: 36px;
  line-height: 1.18;
  letter-spacing: 0;
}

.site-information-list {
  margin: 0;
  border-top: 1px solid var(--seo-border);
}

.site-information-list > div {
  display: grid;
  grid-template-columns: minmax(180px, 0.75fr) minmax(0, 1.25fr);
  gap: 24px;
  padding: 20px 0;
  border-bottom: 1px solid var(--seo-border);
}

.site-information-list dt {
  color: var(--seo-muted);
  font-size: 14px;
  font-weight: 700;
}

.site-information-list dd {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
}

.site-information-copy p {
  margin: 0;
  color: var(--seo-muted);
  font-size: 18px;
  line-height: 1.7;
}

.site-information-copy p + p {
  margin-top: 18px;
}

.site-information-copy strong {
  color: var(--seo-ink);
}

.site-source-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--seo-border);
  list-style: none;
}

.site-source-list li {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.2fr);
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid var(--seo-border);
}

.site-source-list a {
  font-size: 17px;
  font-weight: 700;
  text-underline-offset: 4px;
}

.site-source-list span {
  color: var(--seo-muted);
  line-height: 1.55;
}

.site-footer-identity {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 40px;
  padding: 28px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.site-footer-identity > div {
  min-width: 0;
}

.site-footer-identity span,
.site-footer-identity strong,
.site-footer-identity a {
  display: block;
}

.site-footer-identity span {
  color: rgba(255, 255, 255, 0.62);
}

.site-footer-identity strong,
.site-footer-identity a {
  margin-top: 8px;
  color: inherit;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}

@media (max-width: 1100px) {
  .seo-plan-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (max-width: 900px) {
  .seo-hero {
    min-height: 520px;
  }

  .seo-hero h1 {
    font-size: 42px;
  }

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

  .seo-fact:nth-child(2) {
    border-right: 0;
  }

  .seo-fact:nth-child(-n+2) {
    border-bottom: 1px solid var(--seo-border);
  }

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

  .seo-map-layout,
  .seo-copy-layout,
  .site-trust__inner,
  .site-information-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .site-footer-identity {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .seo-hero {
    min-height: 500px;
  }

  .seo-hero__content {
    padding-top: 112px;
    padding-bottom: 40px;
  }

  .seo-breadcrumbs {
    margin-bottom: 20px;
  }

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

  .site-information-hero {
    padding-top: 128px;
    padding-bottom: 64px;
  }

  .site-information-hero h1 {
    font-size: 36px;
  }

  .site-information-hero__lead {
    font-size: 17px;
  }

  .site-trust,
  .site-information-band {
    padding: 56px 0;
  }

  .site-trust h2,
  .site-information-layout h2 {
    font-size: 30px;
  }

  .site-trust__facts,
  .site-footer-identity {
    grid-template-columns: 1fr;
  }

  .site-trust__facts > div,
  .site-trust__facts > div:nth-child(2n) {
    min-height: auto;
    padding: 20px 0;
    border-right: 0;
  }

  .site-information-list > div,
  .site-source-list li {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .seo-hero__lead {
    margin-top: 18px;
    font-size: 17px;
  }

  .seo-hero__actions {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .seo-hero__actions .btn,
  .seo-text-link {
    width: 100%;
    justify-content: center;
  }

  .seo-facts__grid,
  .seo-plan-grid,
  .seo-feature-grid,
  .seo-steps,
  .seo-contact-grid {
    grid-template-columns: 1fr;
  }

  .seo-fact,
  .seo-fact:nth-child(2) {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--seo-border);
  }

  .seo-fact:last-child {
    border-bottom: 0;
  }

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

  .seo-section-heading h2,
  .seo-copy-layout h2,
  .seo-map-copy h2 {
    font-size: 30px;
  }

  .seo-plan-group + .seo-plan-group {
    margin-top: 48px;
  }

  .seo-feature-card img {
    height: 210px;
  }

  .seo-steps li {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 16px;
  }

  .seo-steps li > span {
    margin-bottom: 0;
  }

  .seo-copy p,
  .seo-copy li {
    font-size: 17px;
  }

  .seo-cta__inner {
    align-items: stretch;
    flex-direction: column;
  }

  .seo-cta .btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .seo-page *,
  .seo-page *::before,
  .seo-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
