.seo-page .wrap {
  max-width: 1320px;
}
.seo-hero {
  position: relative;
  padding: clamp(72px, 11vh, 132px) 0 clamp(44px, 6vh, 72px);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  text-align: center;
}
.seo-hero .wrap {
  position: relative;
}
.seo-hero .crumbs {
  justify-content: center;
  margin-bottom: 30px;
}
.seo-hero h1.display {
  font-size: clamp(38px, 5.4vw, 72px);
  line-height: 1.04;
  letter-spacing: -.03em;
  margin: 0 auto 22px;
  max-width: 17ch;
}
.seo-hero .lead {
  font-size: clamp(17px, 1.55vw, 21px);
  line-height: 1.6;
  color: var(--tx-2);
  max-width: 56ch;
  margin: 0 auto 32px;
}
.seo-hero .cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 18px;
}
.seo-hero .fine {
  font-size: 13.5px;
  color: var(--tx-3);
  margin: 0;
}
.seo-split {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: 32px clamp(40px, 6vw, 112px);
  align-items: start;
}
.seo-split .section-head,
.seo-split .split-head {
  margin: 0;
  position: sticky;
  top: 92px;
}
.seo-split .section-head h2 {
  margin-top: 16px;
  max-width: 16ch;
}
.seo-split .split-head h2 {
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.15;
  letter-spacing: -.022em;
  margin: 0;
  max-width: 18ch;
  color: var(--tx);
}
.seo-split .prose,
.seo-split .prose-wide,
.seo-split .faq {
  max-width: 70ch;
}
.seo-split .prose p {
  font-size: 17.5px;
  line-height: 1.72;
}
.seo-split .seo-grid,
.seo-split .steps,
.seo-split .faq {
  margin-top: 0;
}
.seo-split .seo-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
@media (max-width: 960px) {
  .seo-split {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }
  .seo-split .section-head,
  .seo-split .split-head {
    position: static;
  }
  .seo-split .section-head h2 {
    max-width: 24ch;
  }
}
.crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  color: var(--tx-3);
  margin: 0 0 26px;
}
.crumbs a {
  color: var(--tx-3);
  transition: color .15s var(--ease);
}
.crumbs a:hover {
  color: var(--tx-2);
}
.crumbs span[aria-current] {
  color: var(--tx-2);
}
.prose {
  max-width: 70ch;
}
.prose p {
  font-size: 16.5px;
  line-height: 1.75;
  color: var(--tx-2);
  margin: 0 0 20px;
}
.prose p:last-child {
  margin-bottom: 0;
}
.prose strong {
  color: var(--tx);
  font-weight: 600;
}
.prose a {
  color: var(--glow-2);
  text-decoration: underline;
  text-decoration-color: rgba(121, 174, 255, .35);
  text-underline-offset: 3px;
  transition: text-decoration-color .15s var(--ease);
}
.prose a:hover {
  text-decoration-color: var(--glow-2);
}
.seo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 16px;
  margin-top: 36px;
}
.seo-grid .cell {
  margin: 0;
}
.steps {
  list-style: none;
  counter-reset: step;
  margin: 34px 0 0;
  padding: 0;
  display: grid;
  gap: 14px;
}
.steps li {
  counter-increment: step;
  position: relative;
  padding: 20px 24px 20px 66px;
  border-radius: 14px;
  background: var(--card);
  border: 1px solid var(--line);
}
.steps li::before {
  content: counter(step, decimal-leading-zero);
  position: absolute;
  left: 24px;
  top: 19px;
  font-family: var(--sans);
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  font-size: 17px;
  color: var(--glow-2);
}
.steps h3 {
  font-size: 16.5px;
  font-weight: 650;
  color: var(--tx);
  margin: 0 0 6px;
  letter-spacing: -.01em;
}
.steps p {
  font-size: 15.5px;
  line-height: 1.66;
  color: var(--tx-2);
  margin: 0;
}
.cmp {
  margin-top: 34px;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  background: var(--card);
}
.cmp table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}
.cmp th,
.cmp td {
  text-align: left;
  padding: 15px 18px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
  line-height: 1.55;
}
.cmp thead th {
  font-weight: 650;
  font-size: 13px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--tx-3);
  background: var(--card-2);
}
.cmp tbody th {
  font-weight: 600;
  color: var(--tx);
  width: 30%;
}
.cmp td {
  color: var(--tx-2);
}
.cmp td.is-us {
  color: var(--tx);
  background: rgba(52, 133, 255, .045);
}
.cmp tr:last-child th,
.cmp tr:last-child td {
  border-bottom: 0;
}
.cmp-note {
  font-size: 13px;
  color: var(--tx-3);
  margin: 14px 0 0;
  line-height: 1.6;
}
.faq {
  margin-top: 34px;
  max-width: 78ch;
}
.faq details {
  border-bottom: 1px solid var(--line);
}
.faq details:first-of-type {
  border-top: 1px solid var(--line);
}
.faq summary {
  cursor: pointer;
  list-style: none;
  padding: 20px 40px 20px 0;
  position: relative;
  font-size: 16.5px;
  font-weight: 600;
  color: var(--tx);
  letter-spacing: -.008em;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 27px;
  width: 9px;
  height: 9px;
  border-right: 1.8px solid var(--tx-3);
  border-bottom: 1.8px solid var(--tx-3);
  transform: rotate(45deg);
  transition: transform .18s var(--ease);
}
.faq details[open] summary::after {
  transform: rotate(-135deg);
  top: 31px;
}
.faq summary:hover {
  color: var(--glow-2);
}
.faq .answer {
  padding: 0 0 22px;
}
.faq .answer p {
  font-size: 16px;
  line-height: 1.72;
  color: var(--tx-2);
  margin: 0 0 14px;
  max-width: 70ch;
}
.faq .answer p:last-child {
  margin-bottom: 0;
}
.faq .answer a {
  color: var(--glow-2);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.related {
  border-top: 1px solid var(--line);
  padding: 46px 0 0;
  margin-top: 12px;
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 12px;
  margin-top: 20px;
}
.related-grid a {
  display: block;
  padding: 16px 18px;
  border-radius: 12px;
  background: var(--card);
  border: 1px solid var(--line);
  color: var(--tx);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -.008em;
  transition: border-color .15s var(--ease), background .15s var(--ease);
}
.related-grid a span {
  display: block;
  margin-top: 5px;
  font-weight: 400;
  font-size: 13.5px;
  color: var(--tx-3);
  letter-spacing: 0;
}
.related-grid a:hover {
  border-color: var(--line-2);
  background: var(--card-2);
}
.foot-map {
  border-top: 1px solid var(--line);
  padding: 46px 0 38px;
}
.foot-map .wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 28px;
}
.foot-map h2 {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--tx-3);
  margin: 0 0 14px;
}
.foot-map ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 9px;
}
.foot-map a {
  font-size: 14px;
  color: var(--tx-2);
  transition: color .15s var(--ease);
}
.foot-map a:hover {
  color: var(--tx);
}
@media (max-width: 720px) {
  .seo-hero {
    padding: 56px 0 40px;
  }
  .seo-hero h1.display {
    font-size: clamp(32px, 9vw, 40px);
  }
  .cmp table {
    font-size: 14px;
  }
  .cmp th,
  .cmp td {
    padding: 13px 13px;
  }
  .cmp tbody th {
    width: 34%;
  }
  .steps li {
    padding: 18px 18px 18px 58px;
  }
  .steps li::before {
    left: 18px;
  }
}
.section-tight {
  padding-block: clamp(30px, 4vw, 54px);
}
.prose-wide {
  max-width: 68ch;
}
.prose-wide h2 {
  font-size: clamp(22px, 2.6vw, 30px);
  line-height: 1.2;
  letter-spacing: -.02em;
  margin: 0 0 16px;
  color: var(--tx);
}
.prose-wide h3 {
  font-size: 17px;
  margin: 26px 0 8px;
  color: var(--tx);
}
.prose-wide p {
  margin: 0 0 16px;
}
.prose-wide p:last-child {
  margin-bottom: 0;
}
.prose-list {
  margin: 0 0 16px;
  padding-left: 22px;
  color: var(--tx-2);
}
.prose-list li {
  margin-bottom: 9px;
  line-height: 1.7;
}
.prose-list li:last-child {
  margin-bottom: 0;
}
.prose-list strong {
  color: var(--tx);
  font-weight: 600;
}
.prose-note {
  margin: 20px 0 0;
  padding: 14px 16px;
  border-left: 2px solid var(--accent, #3485FF);
  background: rgba(52, 133, 255, .05);
  border-radius: 0 8px 8px 0;
}
.prose-note p {
  margin: 0;
  font-size: 14.5px;
  color: var(--tx-2);
}
