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

.seo-hero {
  position: relative;
  overflow: hidden;
  padding: 132px 0 68px;
  background: var(--ivory);
}

.seo-hero::before {
  position: absolute;
  right: 0;
  top: 0;
  width: 34%;
  height: 100%;
  background: var(--coral);
  content: "";
}

.seo-hero::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(28%, 360px);
  height: 12px;
  background: var(--teal);
  content: "";
}

.seo-hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.7fr);
  align-items: center;
  gap: clamp(42px, 8vw, 124px);
}

.seo-hero-copy {
  max-width: 690px;
}

.seo-hero-copy h1 {
  margin-bottom: 24px;
  font-size: clamp(54px, 5vw, 72px);
}

.seo-hero-copy > p:not(.eyebrow) {
  max-width: 610px;
  margin-bottom: 32px;
  color: #4e4b45;
  font-size: 19px;
}

.seo-hero-device {
  justify-self: center;
  overflow: hidden;
  width: min(100%, 300px);
  border: 8px solid var(--ink);
  border-radius: 44px;
  background: #fff;
  box-shadow: 18px 22px 0 var(--ink);
  transform: rotate(3deg);
}

.seo-answer-section {
  padding: 54px 0 112px;
  background: var(--teal);
  color: #fff;
}

.seo-answer-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.85fr);
  gap: clamp(44px, 9vw, 148px);
}

.seo-answer-layout h2 {
  margin-bottom: 0;
}

.seo-answer-layout > p {
  align-self: end;
  max-width: 620px;
  margin: 0;
  color: #fff;
  font-family: var(--display);
  font-size: clamp(25px, 3vw, 35px);
  font-weight: 700;
  line-height: 1.18;
}

.seo-workflow-section {
  background: var(--paper);
}

.seo-workflow-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.8fr);
  gap: clamp(42px, 9vw, 148px);
  margin-bottom: 70px;
}

.seo-workflow-copy h2 {
  max-width: 670px;
  margin-bottom: 0;
}

.seo-workflow-detail {
  align-self: end;
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: 19px;
}

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

.seo-feature {
  min-height: 190px;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.seo-feature h3 {
  font-family: var(--display);
  font-size: 29px;
}

.seo-feature p {
  max-width: 480px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 16px;
}

.seo-faq-section {
  background: var(--ink);
  color: #fff;
}

.seo-faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1fr);
  gap: clamp(44px, 8vw, 128px);
}

.seo-faq-layout h2 {
  max-width: 500px;
  margin-bottom: 0;
}

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

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

.seo-faq-list summary {
  position: relative;
  padding: 22px 38px 22px 0;
  cursor: pointer;
  font-family: var(--display);
  font-size: 25px;
  font-weight: 700;
  list-style: none;
}

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

.seo-faq-list summary::after {
  position: absolute;
  right: 3px;
  top: 23px;
  color: var(--gold);
  content: "+";
  font-family: var(--body);
  font-size: 26px;
  line-height: 1;
}

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

.seo-faq-list p {
  max-width: 620px;
  margin: -3px 0 24px;
  color: rgba(255, 255, 255, 0.72);
}

.seo-download-section {
  padding: 68px 0;
  background: var(--coral);
}

.seo-download-layout {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) auto;
  align-items: center;
  gap: 30px;
}

.seo-download-layout > img {
  border: 3px solid var(--ink);
  border-radius: 18px;
  box-shadow: 6px 6px 0 var(--ink);
}

.seo-download-layout .eyebrow {
  margin-bottom: 7px;
}

.seo-download-layout h2 {
  margin-bottom: 0;
  font-size: clamp(35px, 4vw, 52px);
}

@media (max-width: 840px) {
  .seo-hero {
    padding: 130px 0 76px;
  }

  .seo-hero-layout,
  .seo-answer-layout,
  .seo-workflow-layout,
  .seo-faq-layout {
    grid-template-columns: 1fr;
  }

  .seo-hero-layout {
    gap: 54px;
  }

  .seo-hero-device {
    justify-self: start;
    margin-left: min(16vw, 120px);
  }

  .seo-answer-layout,
  .seo-workflow-layout,
  .seo-faq-layout {
    gap: 28px;
  }

  .seo-workflow-layout {
    margin-bottom: 52px;
  }
}

@media (max-width: 600px) {
  .seo-hero {
    padding: 92px 0 52px;
  }

  .seo-hero::before {
    width: 18%;
  }

  .seo-hero-copy h1 {
    margin-bottom: 17px;
    font-size: 42px;
    line-height: 0.96;
  }

  .seo-hero-copy > p:not(.eyebrow) {
    margin-bottom: 23px;
    font-size: 16px;
    line-height: 1.45;
  }

  .seo-hero-device {
    display: none;
  }

  .seo-workflow-detail {
    font-size: 17px;
  }

  .seo-answer-layout > p {
    font-size: 25px;
  }

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

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

  .seo-feature h3 {
    font-size: 26px;
  }

  .seo-faq-list summary {
    padding: 19px 32px 19px 0;
    font-size: 23px;
  }

  .seo-faq-list summary::after {
    top: 20px;
  }

  .seo-download-section {
    padding: 56px 0;
  }

  .seo-download-layout {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 20px;
  }

  .seo-download-layout > img {
    width: 72px;
    height: 72px;
    border-radius: 15px;
  }

  .seo-download-layout .button {
    grid-column: 2;
    justify-self: start;
  }
}
