.seo-page {
  background: var(--white);
}

.seo-page .site-header {
  position: relative;
  top: auto;
  color: var(--ink);
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.seo-page .site-header.is-scrolled,
.seo-page .site-header.is-open {
  position: fixed;
}

.seo-page .header-cta {
  color: var(--forest-deep);
}

.seo-hero {
  position: relative;
  display: grid;
  height: clamp(440px, calc(100vh - 190px), 600px);
  min-height: 440px;
  overflow: hidden;
  color: var(--white);
  background: var(--forest-deep);
}

.seo-hero > img,
.seo-hero::after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.seo-hero > img {
  object-fit: cover;
}

.seo-hero::after {
  background: linear-gradient(90deg, rgba(6, 30, 28, 0.88) 0%, rgba(6, 30, 28, 0.55) 52%, rgba(6, 30, 28, 0.12) 100%);
  content: "";
}

.seo-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(calc(100% - 48px), var(--content));
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  padding: 34px 0;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
  padding: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  list-style: none;
}

.breadcrumbs li:not(:last-child)::after {
  margin-left: 8px;
  content: "/";
}

.breadcrumbs a:hover {
  color: var(--white);
}

.seo-hero h1 {
  max-width: 1000px;
  font-size: clamp(2.7rem, 4.8vw, 4.2rem);
}

.seo-hero p:not(.eyebrow) {
  max-width: 720px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.06rem;
}

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

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

.seo-section:nth-child(even) {
  background: var(--paper);
}

.seo-section-inner {
  width: min(calc(100% - 48px), var(--content));
  margin: 0 auto;
}

.seo-intro {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 96px;
}

.seo-intro h2,
.seo-section-head h2 {
  font-size: clamp(2.1rem, 3.7vw, 3.55rem);
}

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

.seo-intro-copy p {
  max-width: 720px;
}

.seo-facts {
  display: grid;
  margin-top: 34px;
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.seo-facts div {
  min-width: 0;
  padding: 22px 20px 0 0;
}

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

.seo-facts strong {
  color: var(--forest);
  font-size: 1.08rem;
}

.seo-facts span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.72rem;
}

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

.seo-section-head > p {
  max-width: 480px;
  margin-bottom: 0;
}

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

.model-item {
  display: grid;
  min-width: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  grid-template-columns: 0.9fr 1.1fr;
}

.model-item img {
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

.model-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
}

.model-copy h3 {
  font-size: 1.55rem;
}

.model-copy p {
  margin: 14px 0 0;
}

.model-copy ul,
.seo-checks {
  margin: 20px 0 0;
  padding: 0;
  color: var(--muted);
  font-size: 0.82rem;
  list-style: none;
}

.model-copy li,
.seo-checks li {
  position: relative;
  padding: 7px 0 7px 20px;
}

.model-copy li::before,
.seo-checks li::before {
  position: absolute;
  top: 15px;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--lime);
  border-radius: 50%;
  content: "";
}

.seo-split {
  display: grid;
  align-items: center;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 72px;
}

.seo-split-media {
  overflow: hidden;
  border-radius: 6px;
}

.seo-split-media img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.seo-split-copy h2 {
  font-size: clamp(2.1rem, 3.7vw, 3.55rem);
}

.seo-split-copy > p:not(.eyebrow) {
  margin: 24px 0 0;
}

.spec-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.spec-row {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr 1.1fr;
}

.spec-row > * {
  min-width: 0;
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
}

.spec-row > * + * {
  border-left: 1px solid var(--line);
}

.spec-row:last-child > * {
  border-bottom: 0;
}

.spec-row.spec-head {
  color: var(--white);
  background: var(--forest);
  font-size: 0.75rem;
  font-weight: 700;
}

.spec-row strong {
  color: var(--forest-deep);
}

.seo-cta {
  color: var(--white);
  background: var(--forest-deep);
}

.seo-cta-inner {
  display: flex;
  width: min(calc(100% - 48px), var(--content));
  min-height: 330px;
  align-items: center;
  justify-content: space-between;
  gap: 52px;
  margin: 0 auto;
  padding: 64px 0;
}

.seo-cta h2 {
  max-width: 760px;
  color: var(--white);
  font-size: clamp(2.2rem, 4vw, 3.8rem);
}

.seo-cta p:not(.eyebrow) {
  max-width: 680px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.seo-page .faq-section {
  width: min(calc(100% - 48px), var(--content));
  margin: 0 auto;
  padding: 92px 0;
}

@media (max-width: 1100px) {
  .model-grid {
    grid-template-columns: 1fr;
  }

  .model-item {
    grid-template-columns: 0.8fr 1.2fr;
  }
}

@media (max-width: 900px) {
  .seo-page .site-header {
    color: var(--ink);
  }

  .seo-intro,
  .seo-split,
  .seo-page .faq-section {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .seo-section-head {
    display: block;
  }

  .seo-section-head > p {
    margin-top: 22px;
  }
}

@media (max-width: 680px) {
  .seo-hero {
    height: 570px;
  }

  .seo-hero::after {
    background: linear-gradient(0deg, rgba(6, 30, 28, 0.92) 0%, rgba(6, 30, 28, 0.38) 100%);
  }

  .seo-hero-inner,
  .seo-section-inner,
  .seo-page .faq-section,
  .seo-cta-inner {
    width: min(calc(100% - 32px), var(--content));
  }

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

  .seo-hero h1 {
    font-size: 2.65rem;
  }

  .seo-hero p:not(.eyebrow) {
    font-size: 0.94rem;
  }

  .seo-facts {
    grid-template-columns: 1fr;
  }

  .seo-facts div {
    padding: 16px 0;
    border-bottom: 1px solid var(--line);
  }

  .model-item {
    grid-template-columns: 1fr;
  }

  .model-item img {
    min-height: 220px;
    aspect-ratio: 4 / 3;
  }

  .model-copy {
    padding: 26px;
  }

  .spec-table {
    overflow-x: auto;
  }

  .spec-row {
    min-width: 650px;
  }

  .seo-cta-inner {
    display: block;
    min-height: 0;
  }

  .seo-cta .button {
    width: 100%;
    margin-top: 30px;
  }
}
