.seo-stoke-page {
  --seo-stoke-bg: #f7f5fb;
  --seo-stoke-panel: rgba(255, 255, 255, .9);
  --seo-stoke-line: rgba(84, 54, 140, .14);
  --seo-stoke-soft: rgba(16, 16, 20, .72);
  --seo-stoke-cyan: #82cce8;
  --seo-stoke-pink: #ff28d7;
  background: var(--line-field-pattern), var(--seo-stoke-bg);
  overflow-x: hidden;
}

.seo-stoke-page .seo-kicker {
  letter-spacing: 0;
}

.seo-stoke-page .seo-section {
  padding-block: 88px;
}

.seo-stoke-page .seo-section h2 {
  font-size: 3rem;
  line-height: 1.12;
  text-wrap: balance;
}

.seo-stoke-page .seo-section p,
.seo-stoke-page .seo-section li {
  text-wrap: pretty;
}

.seo-stoke-page .seo-hero__inner {
  max-width: 900px;
}

.seo-stoke-page .seo-hero h1 {
  line-height: 1.08;
  max-width: min(100%, 15.5ch);
  text-wrap: balance;
}

.seo-stoke-page .seo-hero .seo-hero__inner > p:not(.seo-kicker),
.seo-stoke-page .seo-hero .seo-actions {
  max-width: min(100%, var(--seo-hero-copy-width, 720px));
}

.seo-stoke-intro {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .94), rgba(247, 245, 251, .96)),
    var(--line-field-pattern);
}

.seo-stoke-intro__grid {
  align-items: center;
  display: grid;
  gap: 52px;
  grid-template-columns: minmax(0, .95fr) minmax(300px, .56fr);
}

.seo-stoke-intro__copy {
  display: grid;
  gap: 16px;
}

.seo-stoke-intro__copy p {
  max-width: 880px;
}

.seo-stoke-intro__media {
  border: 1px solid var(--seo-stoke-line);
  border-radius: 8px;
  box-shadow: 0 22px 58px rgba(36, 20, 61, .14);
  overflow: hidden;
}

.seo-stoke-intro__media img,
.seo-stoke-related__media img {
  aspect-ratio: 3 / 2;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.seo-stoke-pillars {
  background:
    linear-gradient(180deg, #fff 0%, #f6f3fb 100%),
    var(--line-field-pattern);
}

.seo-stoke-card-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.seo-stoke-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .88)),
    var(--line-field-pattern);
  border: 1px solid var(--seo-stoke-line);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(36, 20, 61, .09);
  display: grid;
  gap: 14px;
  min-height: 300px;
  padding: 24px;
  position: relative;
}

.seo-stoke-card:before {
  background: linear-gradient(90deg, var(--purple), var(--seo-stoke-cyan));
  content: "";
  height: 3px;
  left: 24px;
  position: absolute;
  right: 24px;
  top: 0;
}

.seo-stoke-card__index {
  align-items: center;
  background: rgba(84, 54, 140, .1);
  border: 1px solid rgba(84, 54, 140, .16);
  border-radius: 999px;
  color: var(--purple);
  display: inline-flex;
  font-size: .8rem;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  line-height: 1;
  width: 42px;
}

.seo-stoke-card h3,
.seo-stoke-local__panel h3 {
  color: var(--purple-deep);
  font-family: var(--font-display);
  font-size: 1.36rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.12;
  margin: 0;
}

.seo-stoke-card p {
  color: var(--seo-stoke-soft);
  font-size: .98rem;
  font-weight: 650;
  line-height: 1.58;
  margin: 0;
}

.seo-priority {
  background: linear-gradient(118deg, #211138 0%, #392061 46%, #56388d 100%);
  color: #fff;
  isolation: isolate;
  overflow: hidden;
  position: relative;
}

.seo-priority:before {
  background: var(--line-field-pattern);
  content: "";
  inset: 0;
  opacity: .13;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.seo-priority__inner {
  display: grid;
  gap: 44px;
  margin: 0 auto;
  max-width: var(--header-max-width);
}

.seo-priority__intro {
  display: grid;
  gap: 18px;
  max-width: 880px;
}

.seo-priority .seo-kicker,
.seo-priority h2,
.seo-priority p {
  color: #fff;
}

.seo-priority-lab {
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 8px;
  box-shadow: 0 24px 72px rgba(13, 8, 28, .28);
  display: grid;
  grid-template-columns: minmax(250px, .42fr) minmax(0, 1fr);
  min-height: 430px;
  overflow: hidden;
}

.seo-priority-lab__tabs {
  border-right: 1px solid rgba(255, 255, 255, .14);
  display: grid;
  grid-template-rows: repeat(4, 1fr);
}

.seo-priority-lab__tab {
  appearance: none;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .82);
  cursor: pointer;
  display: grid;
  font: inherit;
  font-size: 1rem;
  font-weight: 900;
  gap: 6px;
  justify-items: start;
  line-height: 1.15;
  min-height: 94px;
  padding: 20px;
  text-align: left;
  transition: background .18s ease, color .18s ease;
}

.seo-priority-lab__tab:last-child {
  border-bottom: 0;
}

.seo-priority-lab__tab span {
  color: rgba(255, 255, 255, .62);
  font-size: .86rem;
  font-weight: 750;
  line-height: 1.35;
}

.seo-priority-lab__tab[aria-selected="true"] {
  background: rgba(255, 255, 255, .14);
  color: #fff;
}

.seo-priority-lab__tab:focus-visible {
  outline: 3px solid rgba(130, 204, 232, .8);
  outline-offset: -3px;
}

.seo-priority-lab__panel {
  align-items: center;
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(0, 1fr) minmax(190px, .32fr);
  padding: 34px;
}

.seo-priority-lab__copy {
  display: grid;
  gap: 16px;
}

.seo-priority-lab__label {
  color: rgba(255, 255, 255, .74);
  font-size: .78rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.seo-priority-lab__panel h3 {
  color: #fff;
  font-family: var(--font-display);
  font-size: 2.35rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0;
  max-width: 760px;
  text-wrap: balance;
}

.seo-priority-lab__panel p {
  color: rgba(255, 255, 255, .82);
  font-size: 1.05rem;
  font-weight: 650;
  line-height: 1.62;
  margin: 0;
  max-width: 760px;
}

.seo-priority-lab__outcomes {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.seo-priority-lab__outcomes li {
  color: rgba(255, 255, 255, .88);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.4;
  padding-left: 22px;
  position: relative;
}

.seo-priority-lab__outcomes li:before {
  background: var(--seo-stoke-cyan);
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: .48em;
  width: 8px;
}

.seo-priority-lab__signal {
  align-content: center;
  aspect-ratio: 1;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .22), rgba(255, 255, 255, .08));
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 8px;
  box-shadow: inset 0 1px rgba(255, 255, 255, .18);
  display: grid;
  gap: 12px;
  justify-items: center;
  min-height: 204px;
  padding: 24px;
}

.seo-priority-lab__score {
  color: #fff;
  font-family: var(--font-display);
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
}

.seo-priority-lab__score-label {
  color: rgba(255, 255, 255, .74);
  font-size: .82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.seo-priority-lab__meter {
  background: rgba(255, 255, 255, .16);
  border-radius: 999px;
  display: block;
  height: 10px;
  overflow: hidden;
  width: 100%;
}

.seo-priority-lab__meter span {
  background: linear-gradient(90deg, var(--seo-stoke-cyan), #fff, var(--seo-stoke-pink));
  border-radius: inherit;
  display: block;
  height: 100%;
  transition: width .28s ease;
  width: var(--seo-priority-score, 82%);
}

.seo-stoke-process {
  background: linear-gradient(180deg, #f6f3fb, #fff);
}

.seo-stoke-process__inner {
  display: grid;
  gap: 50px;
  margin: 0 auto;
  max-width: var(--header-max-width);
}

.seo-stoke-process__intro {
  display: grid;
  gap: 18px;
  max-width: 900px;
}

.seo-stoke-steps {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.seo-stoke-steps li {
  background: #fff;
  border: 1px solid var(--seo-stoke-line);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(36, 20, 61, .08);
  display: grid;
  gap: 12px;
  min-height: 250px;
  padding: 22px;
  position: relative;
}

.seo-stoke-steps li:after {
  background: linear-gradient(90deg, var(--purple), var(--seo-stoke-cyan));
  content: "";
  height: 2px;
  left: 22px;
  position: absolute;
  right: -14px;
  top: 44px;
  z-index: 0;
}

.seo-stoke-steps li:last-child:after {
  display: none;
}

.seo-stoke-steps span {
  align-items: center;
  background: var(--purple);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: .78rem;
  font-weight: 900;
  height: 44px;
  justify-content: center;
  line-height: 1;
  position: relative;
  width: 44px;
  z-index: 1;
}

.seo-stoke-steps h3 {
  color: var(--purple-deep);
  font-family: var(--font-display);
  font-size: 1.18rem;
  font-weight: 800;
  line-height: 1.14;
  margin: 0;
}

.seo-stoke-steps p {
  color: var(--seo-stoke-soft);
  font-size: .95rem;
  font-weight: 650;
  line-height: 1.55;
  margin: 0;
}

.seo-stoke-local {
  background:
    linear-gradient(135deg, #fff, #f6f3fb),
    var(--line-field-pattern);
}

.seo-stoke-local__grid {
  align-items: start;
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(0, .92fr) minmax(300px, .62fr);
}

.seo-stoke-local__copy {
  display: grid;
  gap: 16px;
}

.seo-stoke-local__panel {
  background: rgba(255, 255, 255, .92);
  border: 1px solid var(--seo-stoke-line);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(36, 20, 61, .1);
  display: grid;
  gap: 18px;
  padding: 24px;
}

.seo-stoke-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.seo-stoke-keywords li {
  background: #fff;
  border: 1px solid var(--seo-stoke-line);
  border-radius: 999px;
  color: var(--purple-deep);
  font-size: .94rem;
  font-weight: 900;
  line-height: 1.16;
  padding: 12px 14px;
}

.seo-stoke-related {
  background: #fff;
}

.seo-stoke-related__grid {
  align-items: center;
  display: grid;
  gap: 52px;
  grid-template-columns: minmax(280px, .6fr) minmax(0, .95fr);
}

.seo-stoke-related__media {
  border: 1px solid var(--seo-stoke-line);
  border-radius: 8px;
  box-shadow: 0 22px 58px rgba(36, 20, 61, .14);
  overflow: hidden;
}

.seo-stoke-related__copy {
  display: grid;
  gap: 16px;
}

.seo-stoke-link-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 8px;
}

.seo-stoke-link-grid a {
  background: linear-gradient(180deg, #fff, #fbf9ff);
  border: 1px solid var(--seo-stoke-line);
  border-radius: 8px;
  color: var(--purple-deep);
  font-size: .98rem;
  font-weight: 900;
  line-height: 1.2;
  min-height: 58px;
  padding: 18px;
  text-decoration: none;
  transition: border-color .18s ease, box-shadow .18s ease, color .18s ease, transform .18s ease;
}

.seo-stoke-link-grid a:after {
  content: " ->";
}

.seo-stoke-link-grid a:hover,
.seo-stoke-link-grid a:focus-visible {
  border-color: rgba(84, 54, 140, .34);
  box-shadow: 0 14px 34px rgba(36, 20, 61, .1);
  color: var(--purple);
  transform: translateY(-1px);
}

.seo-stoke-faq {
  background:
    linear-gradient(180deg, #f6f3fb, #fff),
    var(--line-field-pattern);
}

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

.seo-stoke-faq-list details {
  background: linear-gradient(180deg, #fff, #fbf9ff);
  border: 1px solid var(--seo-stoke-line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(36, 20, 61, .08);
  overflow: hidden;
}

.seo-stoke-faq-list summary {
  color: var(--purple-deep);
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.25;
  list-style: none;
  padding: 20px 56px 20px 22px;
  position: relative;
}

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

.seo-stoke-faq-list summary:after {
  align-items: center;
  background: rgba(84, 54, 140, .1);
  border-radius: 50%;
  color: var(--purple);
  content: "+";
  display: inline-flex;
  font-size: 1.2rem;
  font-weight: 900;
  height: 30px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 18px;
  top: 16px;
  width: 30px;
}

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

.seo-stoke-faq-list p {
  color: var(--seo-stoke-soft);
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.65;
  margin: 0;
  padding: 0 22px 22px;
}

.seo-stoke-cta {
  background: linear-gradient(118deg, #211138 0%, #392061 47%, #56388d 100%);
  color: #fff;
  overflow: hidden;
}

.seo-stoke-cta__inner {
  align-items: center;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin: 0 auto;
  max-width: var(--header-max-width);
  min-height: 230px;
}

.seo-stoke-cta .seo-kicker,
.seo-stoke-cta h2,
.seo-stoke-cta p {
  color: #fff;
}

.seo-stoke-cta h2 {
  font-size: 3.2rem;
  max-width: 920px;
}

.seo-stoke-cta p:not(.seo-kicker) {
  color: rgba(255, 255, 255, .86);
  font-size: 1.08rem;
  font-weight: 750;
  line-height: 1.6;
  margin-top: 12px;
  max-width: 820px;
}

.seo-stoke-cta .seo-actions {
  justify-content: end;
  margin-top: 0;
}

.seo-footer__form-panel {
  scroll-margin-top: calc(var(--header-top) + var(--header-height) + 24px);
  width: 100%;
}

.seo-footer .site-footer__field--service {
  grid-column: 1 / -1;
}

.seo-footer__brand-map {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  margin-top: 22px;
  overflow: hidden;
}

.seo-footer__brand-map .site-footer__map-frame {
  aspect-ratio: 16 / 9;
  min-height: 190px;
  width: 100%;
}

.seo-footer__brand-map .site-footer__map-frame iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.seo-footer__brand-map .site-footer__map-placeholder {
  align-content: center;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  display: grid;
  gap: 12px;
  min-height: inherit;
  padding: 18px;
}

.seo-footer__brand-map .site-footer__map-placeholder p {
  color: rgba(255, 255, 255, .9);
  font-size: .95rem;
  font-weight: 800;
  line-height: 1.45;
  margin: 0;
}

.seo-footer__brand-map .site-footer__map-consent {
  appearance: none;
  background: #fff;
  border: 0;
  border-radius: 999px;
  color: var(--purple-deep);
  cursor: pointer;
  font: inherit;
  font-size: .94rem;
  font-weight: 900;
  justify-self: start;
  min-height: 42px;
  padding: 0 16px;
}

.seo-footer__brand-map .site-footer__map-consent:focus-visible {
  outline: 3px solid rgba(130, 204, 232, .9);
  outline-offset: 3px;
}

.seo-footer__brand-map .site-footer__map-caption {
  background: rgba(255, 255, 255, .08);
  border-top: 1px solid rgba(255, 255, 255, .14);
  display: grid;
  gap: 10px;
  padding: 14px;
}

.seo-footer__brand-map .site-footer__address {
  color: #fff;
  display: grid;
  font-style: normal;
  gap: 2px;
  line-height: 1.45;
}

.seo-footer__brand-map .site-footer__map-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
}

.seo-footer__brand-map .site-footer__map-links a {
  color: #fff;
  font-size: .88rem;
  font-weight: 850;
}

.seo-footer__brand-map .site-footer__map-credit {
  color: rgba(255, 255, 255, .7);
}

@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .seo-stoke-reveal {
      animation: seo-stoke-reveal linear both;
      animation-range: entry 10% cover 34%;
      animation-timeline: view();
      opacity: 0;
      transform: translateY(18px);
    }
  }
}

@keyframes seo-stoke-reveal {
  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1100px) {
  .seo-stoke-card-grid,
  .seo-stoke-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seo-stoke-steps li:after {
    display: none;
  }
}

@media (max-width: 980px) {
  .seo-stoke-page .seo-section h2,
  .seo-stoke-cta h2 {
    font-size: 2.35rem;
  }

  .seo-stoke-page .seo-hero h1 {
    font-size: 3.35rem;
  }

  .seo-stoke-intro__grid,
  .seo-stoke-local__grid,
  .seo-stoke-related__grid,
  .seo-stoke-cta__inner {
    grid-template-columns: 1fr;
  }

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

  .seo-priority-lab__tabs {
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    border-right: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .seo-priority-lab__tab {
    min-height: 96px;
  }

  .seo-stoke-cta .seo-actions {
    justify-content: start;
  }
}

@media (max-width: 720px) {
  .seo-stoke-page .seo-hero {
    padding-bottom: 150px;
    padding-top: 136px;
  }

  .seo-stoke-page .seo-hero .seo-kicker {
    font-size: .72rem;
    line-height: 1.25;
    margin-bottom: 14px;
  }

  .seo-stoke-page .seo-hero h1 {
    font-size: 2.28rem;
    line-height: 1.09;
    max-width: min(100%, 15.5ch);
  }

  .seo-stoke-page .seo-hero .seo-hero__inner > p:not(.seo-kicker) {
    font-size: 1rem;
    line-height: 1.5;
  }

  .seo-stoke-page .seo-section {
    padding-block: 58px;
  }

  .seo-stoke-page .seo-section h2,
  .seo-stoke-cta h2 {
    font-size: 2rem;
  }

  .seo-stoke-card-grid,
  .seo-stoke-steps,
  .seo-priority-lab__tabs,
  .seo-priority-lab__panel,
  .seo-stoke-link-grid {
    grid-template-columns: 1fr;
  }

  .seo-stoke-card,
  .seo-stoke-steps li {
    min-height: 0;
    padding: 22px;
  }

  .seo-priority-lab {
    min-height: 0;
  }

  .seo-priority-lab__panel {
    padding: 24px;
  }

  .seo-priority-lab__panel h3 {
    font-size: 1.8rem;
  }

  .seo-priority-lab__signal {
    align-content: center;
    aspect-ratio: auto;
    justify-items: start;
    min-height: 118px;
  }

  .seo-priority-lab__score {
    font-size: 2.6rem;
  }

  .seo-stoke-cta {
    padding-block: 72px;
  }

  .seo-stoke-cta__inner {
    min-height: 0;
  }

  .seo-stoke-keywords li {
    font-size: .88rem;
  }
}

@media (max-width: 390px) {
  .seo-stoke-page .seo-hero {
    padding-bottom: 154px;
  }

  .seo-stoke-page .seo-hero h1 {
    font-size: 2rem;
  }

  .seo-stoke-page .seo-hero .seo-hero__inner > p:not(.seo-kicker) {
    font-size: .96rem;
    line-height: 1.48;
  }

  .seo-priority-lab__tab {
    padding: 18px;
  }

  .seo-stoke-faq-list summary {
    padding-left: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .seo-stoke-reveal,
  .seo-priority-lab__meter span,
  .seo-stoke-link-grid a {
    animation: none;
    transition: none;
    transform: none;
  }
}
