.seo-page {
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 5%, rgba(117, 79, 255, .12), transparent 34rem),
    radial-gradient(circle at 92% 22%, rgba(24, 196, 214, .10), transparent 30rem),
    #f7f8fc;
  color: #101827;
}

.seo-hero,
.seo-index-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 5.5rem);
  min-height: 690px;
  padding: clamp(7.5rem, 12vw, 10.5rem) max(24px, calc((100vw - 1180px) / 2)) 6rem;
  color: #fff;
  background:
    linear-gradient(128deg, rgba(3, 10, 27, .98), rgba(15, 18, 54, .96) 56%, rgba(55, 29, 94, .92)),
    #07111f;
}

.seo-hero::before,
.seo-index-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 70% 30%, rgba(126, 87, 255, .35), transparent 28rem),
    radial-gradient(circle at 15% 78%, rgba(24, 196, 214, .20), transparent 24rem);
  pointer-events: none;
}

.seo-index-hero {
  display: block;
  min-height: 520px;
}

.seo-index-hero > div {
  max-width: 900px;
}

.seo-hero-copy h1,
.seo-index-hero h1 {
  max-width: 900px;
  margin: .6rem 0 1.35rem;
  font-size: clamp(3rem, 7vw, 6.4rem);
  line-height: .95;
  letter-spacing: -.065em;
  text-wrap: balance;
}

.seo-hero-copy > p,
.seo-index-hero p {
  max-width: 760px;
  margin: 0 0 2rem;
  color: rgba(255,255,255,.78);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  line-height: 1.75;
}

.seo-hero-visual {
  position: relative;
}

.seo-hero-visual::before {
  content: "";
  position: absolute;
  inset: 8% 2% -6%;
  border-radius: 50%;
  background: rgba(111, 72, 255, .35);
  filter: blur(55px);
}

.seo-hero-visual img {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 32px;
  filter: drop-shadow(0 32px 70px rgba(0,0,0,.42));
}

.seo-breadcrumbs {
  margin-bottom: 1.7rem;
}

.seo-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(255,255,255,.62);
  font-size: .82rem;
  font-weight: 700;
}

.seo-breadcrumbs li:not(:last-child)::after {
  content: "/";
  margin-left: .55rem;
  opacity: .5;
}

.seo-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

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

.seo-highlights {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 40px));
  margin: -52px auto 0;
}

.seo-highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.seo-highlight-grid article,
.seo-resource-card,
.seo-related-grid article {
  padding: 30px;
  border: 1px solid rgba(15, 23, 42, .09);
  border-radius: 26px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 22px 65px rgba(31, 41, 71, .09);
}

.seo-highlight-grid article > span,
.seo-resource-card > span {
  display: inline-flex;
  margin-bottom: 1.1rem;
  color: #7651f5;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.seo-highlight-grid h2,
.seo-resource-card h2,
.seo-related-grid h3 {
  margin: 0 0 .8rem;
  color: #111827;
  font-size: clamp(1.25rem, 2.2vw, 1.75rem);
  line-height: 1.18;
  letter-spacing: -.035em;
}

.seo-highlight-grid p,
.seo-resource-card p,
.seo-related-grid p {
  margin: 0;
  color: #667085;
  line-height: 1.75;
}

.seo-pricing {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 7rem 0 1rem;
}

.seo-pricing > .section-intro {
  max-width: 820px;
}

.seo-pricing > .section-intro h2 {
  color: #111827;
  font-size: clamp(2.4rem, 5vw, 4.5rem);
  line-height: .98;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.seo-pricing > .section-intro p {
  max-width: 740px;
  color: #667085;
  line-height: 1.75;
}

.seo-price-group {
  margin-top: 3rem;
}

.seo-price-group + .seo-price-group {
  margin-top: 4rem;
}

.seo-price-group > h3 {
  margin: 0 0 1.1rem;
  color: #111827;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  letter-spacing: -.035em;
}

.seo-price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.seo-price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 390px;
  padding: clamp(1.55rem, 3vw, 2rem);
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, .1);
  border-radius: 26px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 22px 65px rgba(31, 41, 71, .09);
}

.seo-price-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #7651f5, #2563eb, #18c4d6);
  opacity: .28;
}

.seo-price-card.is-featured {
  color: #fff;
  border-color: rgba(126, 87, 255, .68);
  background:
    radial-gradient(circle at 85% 8%, rgba(34, 211, 238, .2), transparent 14rem),
    linear-gradient(145deg, #101434, #22134d 68%, #122d4d);
  box-shadow: 0 30px 80px rgba(52, 35, 123, .26);
}

.seo-price-card.is-featured::before {
  opacity: 1;
}

.seo-price-card-head {
  min-height: 74px;
}

.seo-price-card h4 {
  margin: .75rem 0 0;
  color: #111827;
  font-size: 1.3rem;
  line-height: 1.18;
  letter-spacing: -.03em;
}

.seo-price-card.is-featured h4 {
  color: #fff;
}

.seo-price-badge {
  display: inline-flex;
  align-items: center;
  min-height: 29px;
  padding: .35rem .65rem;
  border-radius: 999px;
  color: #5b35d5;
  background: #eee9ff;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.seo-price-card.is-featured .seo-price-badge {
  color: #fff;
  background: rgba(255, 255, 255, .14);
}

.seo-price-value {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: .3rem .55rem;
  margin: 1rem 0 1.15rem;
}

.seo-price-from {
  flex-basis: 100%;
  color: #7651f5;
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.seo-price-card.is-featured .seo-price-from {
  color: #9debf4;
}

.seo-price-value strong {
  color: #101827;
  font-size: clamp(2.15rem, 4vw, 3.45rem);
  line-height: .95;
  letter-spacing: -.055em;
  white-space: nowrap;
}

.seo-price-card.is-featured .seo-price-value strong {
  color: #fff;
}

.seo-price-value > span:not(.seo-price-from) {
  color: #667085;
  font-size: .9rem;
  font-weight: 750;
}

.seo-price-card.is-featured .seo-price-value > span:not(.seo-price-from) {
  color: rgba(255, 255, 255, .68);
}

.seo-price-card > p {
  margin: 0 0 1.5rem;
  color: #667085;
  line-height: 1.7;
}

.seo-price-card.is-featured > p {
  color: rgba(255, 255, 255, .76);
}

.seo-price-card > .button {
  width: 100%;
  margin-top: auto;
}

.seo-price-card.is-featured > .button-primary {
  color: #101827;
  background: #fff;
  box-shadow: none;
}

.seo-price-note {
  max-width: 980px;
  margin: 1.4rem auto 0;
  padding: 1.1rem 1.25rem;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 16px;
  color: #596579;
  background: rgba(255, 255, 255, .76);
  font-size: .9rem;
  line-height: 1.65;
  text-align: center;
}

.seo-article-shell {
  width: min(900px, calc(100% - 40px));
  margin: 0 auto;
  padding: 7rem 0 3rem;
}

.seo-content-section {
  margin-bottom: 2rem;
  padding: clamp(2rem, 5vw, 3.8rem);
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 18px 58px rgba(31, 41, 71, .06);
}

.seo-content-section h2 {
  margin: 0 0 1.4rem;
  color: #111827;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.04;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.seo-content-section p {
  margin: 0 0 1.2rem;
  color: #596579;
  font-size: 1.06rem;
  line-height: 1.82;
}

.seo-content-section ul {
  display: grid;
  gap: .85rem;
  margin: 1.65rem 0 0;
  padding: 0;
  list-style: none;
}

.seo-content-section li {
  position: relative;
  padding: .85rem 1rem .85rem 2.6rem;
  border-radius: 15px;
  color: #344054;
  background: #f5f3ff;
  line-height: 1.55;
}

.seo-content-section li::before {
  content: "✓";
  position: absolute;
  left: 1rem;
  top: .82rem;
  color: #6f49e8;
  font-weight: 900;
}

.seo-faq,
.seo-related,
.seo-resource-list {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 4rem 0 6rem;
}

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

.seo-faq .faq-grid article {
  padding: 28px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 24px;
  background: #fff;
}

.seo-faq h3 {
  margin: 0 0 .75rem;
  color: #111827;
  font-size: 1.2rem;
  letter-spacing: -.025em;
}

.seo-faq p {
  margin: 0;
  color: #667085;
  line-height: 1.75;
}

.seo-related-grid,
.seo-resource-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.seo-related-grid a,
.seo-resource-card h2 a {
  color: inherit;
  text-decoration: none;
}

.seo-related-grid a:hover,
.seo-resource-card h2 a:hover {
  color: #6f49e8;
}

.seo-resource-list {
  padding-top: 6rem;
}

.seo-resource-card {
  display: flex;
  flex-direction: column;
  min-height: 330px;
}

.seo-resource-card .text-link {
  margin-top: auto;
  padding-top: 1.7rem;
}

.seo-final-cta {
  width: min(1120px, calc(100% - 40px));
  margin: 2rem auto 7rem;
}

.seo-404 {
  min-height: 100vh;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 1rem;
  padding: max(30px, 8vw);
  color: #fff;
  background:
    radial-gradient(circle at 75% 20%, rgba(126, 87, 255, .36), transparent 30rem),
    #07111f;
}

.seo-404 h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(3rem, 8vw, 7rem);
  line-height: .92;
  letter-spacing: -.065em;
}

.seo-404 p {
  max-width: 620px;
  color: rgba(255,255,255,.72);
  font-size: 1.15rem;
}

.home-resource-entry {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 7rem 0;
}

.home-resource-entry-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 2rem;
  padding: clamp(2rem, 5vw, 4.5rem);
  border: 1px solid rgba(126, 87, 255, .18);
  border-radius: 34px;
  background:
    radial-gradient(circle at 88% 20%, rgba(126, 87, 255, .17), transparent 24rem),
    #fff;
  box-shadow: 0 28px 80px rgba(31, 41, 71, .08);
}

.home-resource-entry h2 {
  max-width: 760px;
  margin: .5rem 0 1rem;
  color: #111827;
  font-size: clamp(2.3rem, 5vw, 4.2rem);
  line-height: 1;
  letter-spacing: -.055em;
}

.home-resource-entry p {
  max-width: 760px;
  margin: 0;
  color: #667085;
  font-size: 1.08rem;
  line-height: 1.75;
}

@media (max-width: 980px) {
  .seo-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 7.2rem;
  }

  .seo-hero-visual {
    max-width: 760px;
  }

  .seo-highlight-grid,
  .seo-related-grid,
  .seo-resource-grid,
  .seo-price-grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-resource-entry-inner {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 680px) {
  .seo-hero,
  .seo-index-hero {
    padding-inline: 20px;
    padding-bottom: 4.5rem;
  }

  .seo-hero-copy h1,
  .seo-index-hero h1 {
    font-size: clamp(2.7rem, 13vw, 4.2rem);
  }

  .seo-highlights {
    margin-top: -28px;
  }

  .seo-highlight-grid,
  .seo-related-grid,
  .seo-resource-grid,
  .seo-faq .faq-grid,
  .seo-price-grid {
    grid-template-columns: 1fr;
  }

  .seo-pricing {
    padding-top: 4.5rem;
  }

  .seo-price-card {
    min-height: 0;
    padding: 24px;
  }

  .seo-highlight-grid article,
  .seo-resource-card,
  .seo-related-grid article,
  .seo-faq .faq-grid article {
    padding: 24px;
  }

  .seo-article-shell {
    padding-top: 4.5rem;
  }

  .seo-content-section {
    padding: 25px;
    border-radius: 24px;
  }

  .seo-content-section h2 {
    font-size: 2rem;
  }

  .seo-faq,
  .seo-related,
  .seo-resource-list {
    padding-block: 3.5rem;
  }

  .seo-final-cta {
    margin-bottom: 4rem;
  }
}
