body[data-page="seo"] {
  background:
    radial-gradient(circle at 92% 8%, rgba(217, 168, 78, 0.12), transparent 24rem),
    var(--paper-light);
}

.seo-container,
.seo-breadcrumbs {
  width: var(--container);
  margin-inline: auto;
}

.seo-breadcrumbs {
  padding: 122px 0 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: rgba(13, 37, 42, 0.56);
  font-size: 12px;
}

.seo-breadcrumbs a:hover {
  color: #7e6028;
}

.seo-breadcrumbs span::before {
  content: "›";
  margin-right: 8px;
}

.seo-hero {
  padding: 45px 0 105px;
}

.seo-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  align-items: stretch;
  gap: 18px;
}

.seo-hero__copy,
.seo-hero__aside {
  min-width: 0;
  border: 1px solid var(--line-dark);
}

.seo-status {
  display: inline-flex;
  align-items: center;
  margin: 0 0 16px;
  padding: 8px 14px;
  border: 1px solid rgba(145, 112, 47, 0.4);
  background: rgba(239, 198, 111, 0.24);
  color: #6d511f;
  font-family: "Unbounded", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.seo-hero__copy {
  min-height: 540px;
  padding: clamp(40px, 6vw, 84px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(239, 236, 225, 0.92)),
    var(--paper);
}

.seo-hero h1 {
  max-width: 900px;
  margin: 26px 0 25px;
  font-family: "Unbounded", sans-serif;
  font-size: clamp(28px, 5.5vw, 82px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.055em;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.seo-hero h1 em {
  color: #91702f;
  font-style: normal;
}

.seo-hero__lead {
  max-width: 720px;
  margin: 0;
  color: rgba(13, 37, 42, 0.68);
  font-size: 17px;
  line-height: 1.75;
}

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

.seo-hero__aside {
  padding: 38px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: white;
  background:
    radial-gradient(circle at 72% 22%, rgba(239, 198, 111, 0.2), transparent 35%),
    var(--ink);
}

.seo-hero__aside > span,
.seo-hero__aside-copy > span {
  color: var(--sand-light);
  font-family: "Unbounded", sans-serif;
  font-size: 11px;
}

.seo-hero__aside h2 {
  margin: 30px 0 20px;
  font-family: "Unbounded", sans-serif;
  font-size: clamp(23px, 2.4vw, 34px);
  font-weight: 500;
  line-height: 1.25;
}

.seo-hero__aside ul,
.seo-checklist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-hero__aside li {
  padding: 16px 0;
  border-top: 1px solid var(--line-light);
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 1.55;
}

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

.seo-section--tint {
  background: #e8ece7;
}

.seo-section--dark {
  color: white;
  background: var(--ink);
}

.seo-section__head {
  margin-bottom: 55px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  align-items: end;
  gap: 70px;
}

.seo-section__head h2,
.seo-cta h2 {
  margin: 22px 0 0;
  font-family: "Unbounded", sans-serif;
  font-size: clamp(32px, 4vw, 60px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.045em;
}

.seo-section__head > p {
  margin: 0;
  color: rgba(13, 37, 42, 0.64);
  font-size: 15px;
  line-height: 1.75;
}

.seo-section--dark .seo-section__head > p {
  color: rgba(255, 255, 255, 0.62);
}

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

.seo-section--dark .seo-cards {
  border-color: var(--line-light);
}

.seo-card {
  min-height: 300px;
  padding: 32px;
  border-right: 1px solid var(--line-dark);
}

.seo-card:first-child {
  border-left: 1px solid var(--line-dark);
}

.seo-section--dark .seo-card {
  border-color: var(--line-light);
}

.seo-card > span {
  color: #91702f;
  font-family: "Unbounded", sans-serif;
  font-size: 10px;
}

.seo-section--dark .seo-card > span {
  color: var(--sand-light);
}

.seo-card h3 {
  margin: 55px 0 16px;
  font-family: "Unbounded", sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.35;
}

.seo-card p {
  margin: 0;
  color: rgba(13, 37, 42, 0.62);
  font-size: 14px;
  line-height: 1.75;
}

.seo-section--dark .seo-card p {
  color: rgba(255, 255, 255, 0.6);
}

.seo-split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
}

.seo-split h2 {
  margin: 20px 0 25px;
  font-family: "Unbounded", sans-serif;
  font-size: clamp(30px, 3.5vw, 52px);
  font-weight: 500;
  line-height: 1.15;
}

.seo-split p {
  color: rgba(13, 37, 42, 0.66);
  line-height: 1.8;
}

.seo-checklist li {
  padding: 24px 0;
  border-bottom: 1px solid var(--line-dark);
}

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

.seo-checklist strong {
  margin-bottom: 8px;
  font-family: "Unbounded", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.seo-checklist span {
  color: rgba(13, 37, 42, 0.6);
  font-size: 14px;
  line-height: 1.65;
}

.seo-products .store__grid {
  width: 100%;
}

.seo-product-grid {
  min-height: 180px;
}

.seo-products__note {
  margin: 24px 0 0;
  color: rgba(13, 37, 42, 0.55);
  font-size: 12px;
  line-height: 1.65;
}

.seo-faq {
  background: #e5ebe7;
}

.seo-faq .faq__inner {
  width: var(--container);
}

.seo-cta {
  padding: 95px 0;
  color: white;
  background:
    radial-gradient(circle at 80% 20%, rgba(239, 198, 111, 0.18), transparent 30%),
    var(--ink);
}

.seo-cta__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 60px;
}

.seo-cta p {
  max-width: 700px;
  margin: 25px 0 0;
  color: rgba(255, 255, 255, 0.64);
  line-height: 1.75;
}

body[data-page="seo"] .selection {
  background: var(--paper-light);
}

.seo-hero__aside--photo {
  position: relative;
  overflow: hidden;
  padding: 0;
  justify-content: flex-end;
  background: var(--ink);
}

.seo-hero__aside-media,
.seo-hero__aside-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.seo-hero__aside-media img {
  object-fit: cover;
}

.seo-hero__aside--photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 37, 42, 0.12) 0%, rgba(13, 37, 42, 0.88) 62%);
}

.seo-hero__aside-copy {
  position: relative;
  z-index: 1;
  padding: 38px;
}

.seo-card--photo {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 0;
}

.seo-card__media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #0d252a;
}

.seo-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.seo-card__body {
  padding: 24px 28px 32px;
}

.seo-card--photo h3 {
  margin-top: 14px;
}

.seo-split--photo {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: stretch;
  gap: 28px;
}

.seo-split__media {
  min-height: 460px;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  background: #0d252a;
}

.seo-split__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
}

.seo-faq--visual .faq__inner {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  align-items: stretch;
  gap: 28px;
}

.seo-faq--visual .faq__head {
  grid-template-columns: 1fr;
  gap: 16px;
}

.seo-faq--visual .faq__list {
  margin-top: 32px;
}

.seo-faq__media {
  min-height: 100%;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  background: #0d252a;
}

.seo-faq__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.seo-cta--photo {
  position: relative;
  overflow: hidden;
  background: var(--ink);
}

.seo-cta--photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(13, 37, 42, 0.94) 0%, rgba(13, 37, 42, 0.78) 46%, rgba(13, 37, 42, 0.42) 100%),
    url("assets/showroom-boat.webp") center / cover no-repeat;
}

.seo-cta--photo .seo-container {
  position: relative;
  z-index: 1;
}

.selection__visual {
  margin: 0 0 28px;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border: 1px solid var(--line-dark);
  background: #0d252a;
}

.selection__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 900px) {
  .seo-breadcrumbs {
    padding-top: 105px;
  }

  .seo-hero__grid,
  .seo-section__head,
  .seo-split,
  .seo-split--photo,
  .seo-cta__inner,
  .seo-faq--visual .faq__inner {
    grid-template-columns: 1fr;
  }

  .seo-split__media,
  .seo-split__media img,
  .seo-faq__media img {
    min-height: 280px;
  }

  .seo-hero__copy {
    min-height: 480px;
  }

  .seo-hero__aside {
    min-height: 360px;
  }

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

  .seo-card,
  .seo-card:first-child {
    min-height: 250px;
    border-bottom: 1px solid var(--line-dark);
    border-left: 1px solid var(--line-dark);
  }

  .seo-section__head,
  .seo-split {
    gap: 32px;
  }

  .seo-cta__inner {
    align-items: start;
  }
}

.thanks-hero {
  padding: 128px 0 72px;
}

.thanks-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 18px;
  align-items: stretch;
}

.thanks-hero__copy,
.thanks-hero__aside {
  min-width: 0;
  border: 1px solid var(--line-dark);
}

.thanks-hero__copy {
  padding: clamp(36px, 5vw, 72px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(239, 236, 225, 0.92)),
    var(--paper);
}

.thanks-mark {
  width: 64px;
  height: 64px;
  margin: 8px 0 22px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #0d252a;
  background: rgba(217, 168, 78, 0.28);
  border: 1px solid rgba(145, 112, 47, 0.35);
}

.thanks-mark svg {
  width: 34px;
  height: 34px;
}

.thanks-hero h1 {
  max-width: 820px;
  margin: 0 0 22px;
  font-family: "Unbounded", sans-serif;
  font-size: clamp(36px, 5vw, 68px);
  font-weight: 500;
  line-height: 1.06;
}

.thanks-hero h1 em {
  font-style: normal;
  color: #7e6028;
}

.thanks-hero__aside {
  overflow: hidden;
  min-height: 420px;
}

.thanks-hero__aside img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.thanks-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--line-dark);
}

.thanks-steps article {
  padding: 36px 32px 40px;
  border-right: 1px solid var(--line-dark);
}

.thanks-steps article:last-child {
  border-right: 0;
}

.thanks-steps span {
  display: block;
  margin-bottom: 28px;
  color: #7e6028;
  font-family: "Unbounded", sans-serif;
  font-size: 13px;
  letter-spacing: 0.08em;
}

.thanks-steps h3 {
  margin: 0 0 12px;
  font-family: "Unbounded", sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.thanks-steps p {
  margin: 0;
  color: rgba(13, 37, 42, 0.66);
  font-size: 15px;
  line-height: 1.7;
}

.thanks-messengers {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.thanks-messengers a {
  padding: 12px 18px;
  border: 1px solid var(--line-dark);
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
}

.thanks-messengers a:hover {
  background: #0d252a;
  color: #fff;
}

@media (max-width: 980px) {
  .thanks-hero__grid,
  .thanks-steps {
    grid-template-columns: 1fr;
  }

  .thanks-steps article {
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .thanks-steps article:last-child {
    border-bottom: 0;
  }

  .thanks-hero__aside {
    min-height: 280px;
  }
}

@media (max-width: 620px) {
  .seo-breadcrumbs {
    padding-top: 96px;
  }

  .seo-hero {
    padding: 25px 0 72px;
  }

  .seo-hero__copy,
  .seo-hero__aside {
    padding: 30px 22px;
  }

  .seo-hero__aside--photo {
    padding: 0;
  }

  .seo-hero__aside-copy {
    padding: 30px 22px;
  }

  .seo-hero h1 {
    font-size: clamp(26px, 8vw, 36px);
  }

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

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

  .seo-hero__actions .button {
    width: 100%;
  }

  .seo-section,
  .seo-cta {
    padding: 72px 0;
  }

  .seo-card {
    padding: 26px 22px;
  }

  .seo-card h3 {
    margin-top: 38px;
  }

  .seo-section__head {
    margin-bottom: 42px;
  }

  .thanks-hero {
    padding: 96px 0 48px;
  }

  .thanks-hero__copy,
  .thanks-steps article {
    padding: 30px 22px;
  }

  .thanks-hero h1 {
    font-size: clamp(32px, 10vw, 44px);
  }
}
