.seo-page {
  min-height: 100vh;
}

.seo-main {
  padding: 28px 0 88px;
}

.seo-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: .76rem;
  font-weight: 700;
}

.seo-breadcrumbs a {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
  transition: color 160ms ease, text-decoration-color 160ms ease;
}

.seo-breadcrumbs a:hover,
.seo-breadcrumbs a:focus-visible {
  color: var(--text);
  text-decoration-color: currentColor;
}

.seo-breadcrumbs span[aria-hidden="true"] {
  color: var(--pink);
}

.seo-hero {
  position: relative;
  display: grid;
  min-height: min(690px, calc(100dvh - 150px));
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr);
  align-items: center;
  gap: clamp(30px, 5vw, 72px);
  padding: clamp(34px, 5.4vw, 76px);
  overflow: hidden;
  border: 1px solid #07020a;
  border-radius: 24px;
  background:
    radial-gradient(circle at 92% 8%, rgba(121, 255, 29, .16), transparent 30%),
    radial-gradient(circle at 12% 100%, rgba(223, 44, 221, .13), transparent 31%),
    var(--surface);
  box-shadow: 0 8px 0 #07020a;
}

.theme-soft-dark .seo-hero {
  background:
    radial-gradient(circle at 92% 8%, rgba(121, 255, 29, .17), transparent 30%),
    radial-gradient(circle at 12% 100%, rgba(223, 44, 221, .15), transparent 31%),
    #1d1a22;
}

.seo-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 730px;
}

.seo-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  padding: 8px 12px;
  border: 1px solid var(--line-dark);
  border-radius: 999px;
  background: var(--soft);
  color: var(--text);
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.seo-kicker::before {
  width: 10px;
  height: 10px;
  border: 1px solid #4b920d;
  border-radius: 50%;
  background: var(--lime);
  content: "";
}

.theme-soft-dark .seo-kicker {
  background: var(--theme-panel-raised);
}

.seo-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--text);
  font-family: var(--display);
  font-size: clamp(3.4rem, 4.8vw, 5.2rem);
  font-weight: 640;
  letter-spacing: -.035em;
  line-height: .9;
  text-transform: uppercase;
}

.seo-hero h1 span {
  display: inline;
  padding-inline: .05em;
  background: var(--lime);
  box-decoration-break: clone;
  color: var(--ink);
  -webkit-box-decoration-break: clone;
}

.seo-hero-lead {
  max-width: 600px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.6;
}

.seo-hero-actions {
  margin-top: 30px;
}

.seo-hero-visual {
  position: relative;
  display: grid;
  min-height: 430px;
  place-items: center;
  padding: clamp(18px, 3vw, 38px);
  overflow: hidden;
  border: 1px solid rgba(121, 255, 29, .54);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(121, 255, 29, .18), rgba(116, 85, 233, .12)),
    var(--soft);
}

.seo-hero-visual::before {
  position: absolute;
  width: 76%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--lime);
  content: "";
  filter: saturate(.95);
  opacity: .72;
}

.seo-hero-visual img {
  position: relative;
  z-index: 1;
  max-height: 470px;
  object-fit: contain;
}

.seo-hero-visual--screenshot {
  align-content: center;
  padding: clamp(20px, 3vw, 40px);
  background:
    linear-gradient(145deg, rgba(223, 44, 221, .13), rgba(121, 255, 29, .11)),
    var(--soft);
}

.seo-hero-visual--screenshot::before {
  inset: 11% auto auto 8%;
  width: 70%;
  background: var(--lime);
  opacity: .58;
}

.seo-hero-visual--screenshot img {
  width: 100%;
  max-height: none;
  border: 1px solid #07020a;
  border-radius: 14px;
  box-shadow: 0 14px 0 rgba(7, 2, 10, .72);
}

.seo-platform-mark {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}

.seo-platform-mark img {
  width: 62px;
  height: 62px;
  border: 1px solid #07020a;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 5px 0 #07020a;
}

.seo-platform-mark strong {
  display: block;
  color: var(--text);
  font-size: 1.05rem;
  line-height: 1.2;
}

.seo-platform-mark small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: .72rem;
}

.seo-section {
  padding-top: clamp(70px, 8vw, 108px);
}

.seo-section-heading {
  max-width: 790px;
}

.seo-section-heading h2 {
  margin: 0;
  color: var(--text);
  font-family: var(--display);
  font-size: clamp(2.55rem, 5.2vw, 5rem);
  font-weight: 620;
  letter-spacing: -.03em;
  line-height: .96;
  text-transform: uppercase;
}

.seo-section-heading p {
  max-width: 680px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.seo-intent-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, .92fr);
  align-items: start;
  gap: clamp(28px, 5vw, 70px);
}

.seo-intent-copy {
  padding: clamp(26px, 4vw, 48px);
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--surface);
  box-shadow: var(--shadow-small);
}

.theme-soft-dark .seo-intent-copy {
  background: var(--theme-panel);
}

.seo-intent-copy h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  font-weight: 620;
  letter-spacing: -.03em;
  line-height: .96;
  text-transform: uppercase;
}

.seo-intent-copy > p {
  max-width: 650px;
  margin: 22px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.seo-checklist {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-checklist li {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}

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

.seo-checklist i {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid #07020a;
  border-radius: 12px;
  background: var(--lime);
  color: var(--ink);
  font-size: 1rem;
  box-shadow: 0 3px 0 #07020a;
}

.seo-checklist strong {
  display: block;
  margin-bottom: 5px;
  color: var(--text);
  font-size: .94rem;
}

.seo-checklist span {
  display: block;
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.55;
}

.seo-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 38px 0 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #07020a;
  border-radius: 20px;
  background: var(--surface);
  box-shadow: 0 7px 0 #07020a;
  list-style: none;
}

.theme-soft-dark .seo-process {
  background: var(--theme-panel);
}

.seo-process li {
  min-height: 220px;
  padding: 26px;
  border-right: 1px solid var(--line);
}

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

.seo-process li:nth-child(2) {
  background: var(--lime-soft);
}

.seo-process li:nth-child(3) {
  background: var(--violet-soft);
}

.seo-process strong {
  display: block;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.3;
}

.seo-process p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.65;
}

.seo-process i {
  display: grid;
  width: 50px;
  height: 50px;
  margin-bottom: 28px;
  place-items: center;
  border: 1px solid #07020a;
  border-radius: 14px;
  background: var(--yellow);
  color: var(--ink);
  font-size: 1.2rem;
  box-shadow: 0 4px 0 #07020a;
}

.seo-factor-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr .85fr;
  grid-template-areas:
    "primary second third"
    "primary fourth fourth";
  gap: 16px;
  margin-top: 38px;
}

.seo-factor {
  min-height: 190px;
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface);
}

.theme-soft-dark .seo-factor {
  background: var(--theme-panel);
}

.seo-factor:nth-child(1) {
  grid-area: primary;
  min-height: 396px;
  background:
    radial-gradient(circle at 90% 10%, rgba(121, 255, 29, .32), transparent 35%),
    var(--lime-soft);
}

.seo-factor:nth-child(2) {
  grid-area: second;
}

.seo-factor:nth-child(3) {
  grid-area: third;
  background: var(--violet-soft);
}

.seo-factor:nth-child(4) {
  grid-area: fourth;
  background: var(--pink-soft);
}

.seo-factor i {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 30px;
  place-items: center;
  border: 1px solid #07020a;
  border-radius: 14px;
  background: var(--yellow);
  color: var(--ink);
  font-size: 1.15rem;
}

.seo-factor h3 {
  margin: 0;
  color: var(--text);
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  line-height: 1.15;
}

.seo-factor p {
  max-width: 480px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: .85rem;
  line-height: 1.65;
}

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

.seo-scope article {
  padding: clamp(26px, 4vw, 46px);
  border: 1px solid #07020a;
  border-radius: 20px;
  background: var(--surface);
  box-shadow: 0 6px 0 #07020a;
}

.theme-soft-dark .seo-scope article {
  background: var(--theme-panel);
}

.seo-scope article:first-child {
  background: var(--lime-soft);
}

.seo-scope article:last-child {
  background: var(--violet-soft);
}

.seo-scope h3 {
  margin: 0 0 18px;
  color: var(--text);
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  line-height: 1.15;
}

.seo-scope ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-scope li {
  position: relative;
  padding-left: 25px;
  color: var(--muted);
  font-size: .86rem;
  line-height: 1.55;
}

.seo-scope li::before {
  position: absolute;
  top: .45em;
  left: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #07020a;
  border-radius: 3px;
  background: var(--lime);
  content: "";
}

.seo-notice {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: start;
  gap: 18px;
  margin-top: 22px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: var(--surface);
}

.theme-soft-dark .seo-notice {
  background: var(--theme-panel);
}

.seo-notice > i {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid #07020a;
  border-radius: 14px;
  background: var(--yellow);
  color: var(--ink);
  font-size: 1.25rem;
}

.seo-notice strong {
  display: block;
  margin-bottom: 7px;
  color: var(--text);
  font-size: .95rem;
}

.seo-notice p {
  margin: 0;
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.6;
}

.guide-page .seo-hero h1 {
  font-size: clamp(3rem, 4.45vw, 4.85rem);
  line-height: .98;
}

.guide-page .seo-hero h1 span {
  display: inline-block;
  margin-top: .08em;
}

.guide-page .guide-toc,
.guide-page .seo-section {
  scroll-margin-top: 116px;
}

.guide-toc {
  display: grid;
  grid-template-columns: minmax(220px, .58fr) minmax(0, 1.42fr);
  gap: clamp(26px, 5vw, 70px);
  margin-top: 42px;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid #07020a;
  border-radius: 20px;
  background: var(--surface);
  box-shadow: 0 6px 0 #07020a;
}

.theme-soft-dark .guide-toc {
  background: var(--theme-panel);
}

.guide-toc > div > span {
  color: var(--pink);
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.guide-toc h2 {
  margin: 8px 0 0;
  color: var(--text);
  font-family: var(--display);
  font-size: clamp(2.1rem, 4vw, 3.8rem);
  font-weight: 620;
  letter-spacing: -.03em;
  line-height: .96;
  text-transform: uppercase;
}

.guide-toc ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
  margin: 0;
  padding: 0;
  counter-reset: guide-toc;
  list-style: none;
}

.guide-toc li {
  counter-increment: guide-toc;
  border-bottom: 1px solid var(--line);
}

.guide-toc li:last-child {
  border-bottom-color: transparent;
}

.guide-toc a {
  display: grid;
  min-height: 58px;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  color: var(--text);
  font-size: .83rem;
  font-weight: 780;
  line-height: 1.35;
}

.guide-toc a::before {
  color: var(--pink);
  content: "0" counter(guide-toc);
  font-size: .7rem;
  font-weight: 900;
}

.guide-toc a:hover,
.guide-toc a:focus-visible {
  color: var(--pink);
}

.guide-steps {
  display: grid;
  gap: 16px;
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
}

.guide-step {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: clamp(20px, 4vw, 48px);
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--surface);
}

.theme-soft-dark .guide-step {
  background: var(--theme-panel);
}

.guide-step:nth-child(3n + 2) {
  background: var(--lime-soft);
}

.guide-step:nth-child(3n) {
  background: var(--violet-soft);
}

.guide-step:nth-child(4) {
  background: var(--pink-soft);
}

.guide-step-number {
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  border: 1px solid #07020a;
  border-radius: 18px;
  background: var(--yellow);
  color: var(--ink);
  font-family: var(--display);
  font-size: 1.9rem;
  font-weight: 650;
  box-shadow: 0 5px 0 #07020a;
}

.guide-step h3 {
  margin: 0;
  color: var(--text);
  font-size: clamp(1.35rem, 2.8vw, 2.15rem);
  line-height: 1.14;
}

.guide-step p {
  max-width: 880px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.7;
}

.guide-step a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: var(--pink);
  font-size: .8rem;
  font-weight: 850;
}

.guide-step a:hover,
.guide-step a:focus-visible {
  color: var(--text);
}

.seo-faq {
  display: grid;
  grid-template-columns: minmax(280px, .65fr) minmax(0, 1.35fr);
  align-items: start;
  gap: clamp(28px, 5vw, 72px);
}

.seo-faq-list {
  display: grid;
  gap: 10px;
}

.seo-faq-list details {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: var(--surface);
}

.theme-soft-dark .seo-faq-list details {
  background: var(--theme-panel);
}

.seo-faq-list details[open] {
  border-color: rgba(121, 255, 29, .58);
}

.seo-faq-list summary {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  color: var(--text);
  cursor: pointer;
  font-size: .9rem;
  font-weight: 800;
  list-style: none;
}

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

.seo-faq-list summary i {
  flex: 0 0 auto;
  color: var(--pink);
}

.seo-faq-list details[open] summary i {
  transform: rotate(45deg);
}

.seo-faq-list details p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
  font-size: .84rem;
  line-height: 1.65;
}

.seo-related {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 18px;
  margin-top: 38px;
}

.seo-related--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.seo-related a {
  display: flex;
  min-height: 150px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding: 26px;
  border: 1px solid #07020a;
  border-radius: 18px;
  background: var(--surface);
  box-shadow: 0 5px 0 #07020a;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.theme-soft-dark .seo-related a {
  background: var(--theme-panel);
}

.seo-related a:last-child {
  background: var(--pink-soft);
}

.seo-related a:hover,
.seo-related a:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 8px 0 #07020a;
}

.seo-related strong {
  display: block;
  color: var(--text);
  font-size: clamp(1.15rem, 2.2vw, 1.6rem);
  line-height: 1.2;
}

.seo-related small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: .75rem;
}

.seo-related i {
  color: var(--pink);
  font-size: 1.2rem;
}

.seo-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .42fr);
  align-items: center;
  gap: clamp(28px, 5vw, 64px);
  margin-top: clamp(70px, 9vw, 118px);
  padding: clamp(30px, 5vw, 68px);
  overflow: hidden;
  border: 1px solid #07020a;
  border-radius: 22px;
  background: var(--ink);
  box-shadow: 0 8px 0 #07020a;
  color: #f8f5fa;
}

.seo-cta h2 {
  margin: 0;
  color: #f8f5fa;
  font-family: var(--display);
  font-size: clamp(2.8rem, 5.6vw, 5.6rem);
  font-weight: 620;
  letter-spacing: -.03em;
  line-height: .94;
  text-transform: uppercase;
}

.seo-cta p {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .68);
  line-height: 1.65;
}

.seo-cta .button-row {
  margin-top: 26px;
}

.seo-cta-visual img {
  width: 100%;
  max-height: 310px;
  object-fit: contain;
}

.seo-footer {
  padding: 36px 0 24px;
  border-top: 1px solid var(--line);
  background: var(--soft);
}

.seo-footer-main {
  display: grid;
  grid-template-columns: minmax(240px, .85fr) minmax(0, 1.15fr);
  gap: 42px;
}

.seo-footer-brand img {
  width: 84px;
  height: 84px;
  object-fit: contain;
}

.seo-footer-brand p {
  max-width: 430px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.6;
}

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

.seo-footer-links nav {
  display: grid;
  align-content: start;
  gap: 10px;
}

.seo-footer-links h2 {
  margin: 0 0 4px;
  color: var(--text);
  font-family: var(--body);
  font-size: .78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.seo-footer-links a,
.seo-footer-links button {
  width: fit-content;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: .8rem;
  text-align: left;
}

.seo-footer-links a:hover,
.seo-footer-links a:focus-visible,
.seo-footer-links button:hover,
.seo-footer-links button:focus-visible {
  color: var(--text);
}

.seo-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 32px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: .72rem;
}

@media (prefers-reduced-motion: no-preference) {
  .seo-hero-copy,
  .seo-hero-visual {
    animation: seo-enter 520ms cubic-bezier(.16, 1, .3, 1) both;
  }

  .seo-hero-visual {
    animation-delay: 90ms;
  }

  @keyframes seo-enter {
    from {
      opacity: 0;
      transform: translateY(18px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  .seo-related a,
  .seo-faq-list summary i {
    transition: none;
  }
}

@media (max-width: 1060px) {
  .seo-hero {
    min-height: 0;
    grid-template-columns: 1fr;
  }

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

  .seo-hero-visual {
    min-height: 360px;
  }

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

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

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

  .seo-factor-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "primary primary"
      "second third"
      "fourth fourth";
  }

  .seo-factor:nth-child(1) {
    min-height: 250px;
  }

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

  .seo-related--three a:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .seo-main {
    padding-top: 18px;
  }

  .seo-hero {
    gap: 34px;
    padding: 28px 22px;
    border-radius: 19px;
    box-shadow: 0 5px 0 #07020a;
  }

  .seo-kicker {
    margin-bottom: 18px;
    font-size: .62rem;
  }

  .seo-hero h1 {
    font-size: clamp(3.05rem, 16vw, 4.8rem);
  }

  .seo-hero-lead {
    margin-top: 20px;
  }

  .seo-hero-actions .button {
    width: 100%;
  }

  .seo-hero-visual {
    min-height: 285px;
    border-radius: 16px;
  }

  .seo-platform-mark {
    margin-bottom: 18px;
  }

  .seo-intent-grid,
  .seo-faq,
  .seo-cta,
  .seo-footer-main,
  .guide-toc {
    grid-template-columns: 1fr;
  }

  .guide-toc ol {
    grid-template-columns: 1fr;
  }

  .guide-step {
    grid-template-columns: 1fr;
  }

  .guide-step-number {
    width: 62px;
    height: 62px;
    border-radius: 15px;
    font-size: 1.55rem;
  }

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

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

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

  .seo-factor-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "primary"
      "second"
      "third"
      "fourth";
  }

  .seo-factor,
  .seo-factor:nth-child(1) {
    min-height: 0;
  }

  .seo-scope,
  .seo-related,
  .seo-footer-links {
    grid-template-columns: 1fr;
  }

  .seo-related--three a:last-child {
    grid-column: auto;
  }

  .seo-related a {
    min-height: 132px;
  }

  .seo-cta-visual {
    display: none;
  }

  .seo-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .seo-breadcrumbs {
    font-size: .68rem;
  }

  .seo-hero h1 {
    font-size: clamp(2.75rem, 15vw, 4rem);
  }

  .seo-hero-visual--screenshot {
    min-height: 230px;
    padding: 16px;
  }

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