.topic-page .seo-hero-grid {
  min-height: 710px;
}

.topic-page .seo-hero h1 {
  max-width: 800px;
}

.topic-page .seo-device-stage {
  min-height: 570px;
}

.topic-page .seo-proof strong {
  color: var(--ink);
}

.topic-page .seo-feature-grid article {
  min-height: 285px;
}

.topic-page .seo-feature-grid a,
.topic-link-grid a {
  color: inherit;
  text-decoration: none;
}

.topic-page .seo-feature-grid a:hover h3,
.topic-link-grid a:hover h3 {
  color: var(--green);
}

.topic-section-muted {
  background: #eef4f1;
}

.topic-split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1fr);
  align-items: start;
  gap: 80px;
}

.topic-copy > p:not(.seo-kicker) {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.topic-copy h2,
.topic-links-heading h2,
.pricing-heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: 46px;
  line-height: 1.08;
}

.topic-checks {
  display: grid;
  gap: 12px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.topic-checks li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.topic-checks .icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--green);
  background: #e1f3eb;
}

.topic-checks strong,
.topic-checks span {
  display: block;
}

.topic-checks p {
  margin: 0;
}

.topic-checks strong {
  color: var(--ink);
  font-size: 15px;
}

.topic-checks span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.topic-panel {
  padding: 30px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 22px 52px rgba(6, 61, 46, 0.09);
}

.topic-panel > span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--green);
  background: #dff3ea;
}

.topic-panel h3 {
  margin: 20px 0 0;
  color: var(--ink);
  font-size: 26px;
}

.topic-panel p {
  margin: 13px 0 0;
  color: var(--muted);
  line-height: 1.72;
}

.topic-panel a:not(.button),
.topic-note a {
  color: var(--green-deep);
  font-weight: 760;
}

.topic-panel .button {
  margin-top: 24px;
}

.topic-panel figure {
  width: min(290px, 86%);
  margin: 30px auto 0;
  overflow: hidden;
  border: 1px solid #bfd0c9;
  border-radius: 34px;
  background: #ffffff;
  box-shadow: 0 25px 45px rgba(2, 39, 29, 0.18);
}

.topic-panel figure img {
  width: 100%;
  display: block;
}

.topic-note {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 18px;
  margin-top: 28px;
  padding: 21px;
  border: 1px solid #b9d9cb;
  border-radius: 8px;
  color: #24443a;
  background: #e5f3ed;
}

.topic-note > .icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--green);
  background: #ffffff;
}

.topic-note strong,
.topic-note span {
  display: block;
}

.topic-note span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.topic-links-heading {
  max-width: 760px;
  margin-bottom: 38px;
}

.topic-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.topic-link-grid a {
  min-height: 190px;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.topic-link-grid a:hover {
  transform: translateY(-3px);
  border-color: #98cdb7;
  box-shadow: 0 18px 35px rgba(6, 61, 46, 0.08);
}

.topic-link-grid .icon {
  color: var(--green);
  font-size: 25px;
}

.topic-link-grid h3 {
  margin: 23px 0 0;
  color: var(--ink);
  font-size: 19px;
}

.topic-link-grid p {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.pricing-hero .seo-phone-side {
  display: none;
}

.pricing-hero .seo-phone-main {
  right: 8%;
  width: min(330px, 72%);
}

.pricing-card {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 24px;
  width: min(300px, 72%);
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 25px 65px rgba(0, 24, 18, 0.28);
}

.pricing-card small,
.pricing-card span,
.pricing-card strong {
  display: block;
}

.pricing-card small {
  color: var(--green);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.pricing-card strong {
  margin-top: 9px;
  font-size: 48px;
  line-height: 1;
}

.pricing-card span {
  margin-top: 9px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.pricing-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(440px, 1fr);
  gap: 80px;
  align-items: start;
}

.pricing-plan {
  padding: 34px;
  border: 1px solid #acd5c4;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 24px 55px rgba(6, 61, 46, 0.1);
}

.pricing-plan .plan-label {
  color: var(--green);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.pricing-plan .plan-price {
  display: flex;
  align-items: end;
  gap: 12px;
  margin-top: 18px;
}

.pricing-plan .plan-price strong {
  color: var(--ink);
  font-size: 64px;
  line-height: 0.92;
}

.pricing-plan .plan-price span {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.4;
}

.pricing-plan .plan-trial {
  margin: 24px 0 0;
  padding: 15px 17px;
  border-radius: 8px;
  color: #075b42;
  background: #e1f4eb;
  font-weight: 760;
}

.pricing-plan ul {
  display: grid;
  gap: 13px;
  margin: 27px 0;
  padding: 0;
  list-style: none;
}

.pricing-plan li {
  padding-left: 25px;
  position: relative;
  color: #34544a;
  line-height: 1.5;
}

.pricing-plan li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
}

.pricing-plan .button {
  width: 100%;
}

.pricing-heading > p:not(.seo-kicker) {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.pricing-facts {
  display: grid;
  gap: 1px;
  margin-top: 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.pricing-facts div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 18px;
  padding: 17px 19px;
  background: #ffffff;
}

.pricing-facts dt {
  color: var(--ink);
  font-weight: 780;
}

.pricing-facts dd {
  margin: 0;
  color: var(--muted);
}

.founder-card {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
}

.founder-mark {
  width: 96px;
  height: 96px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 16px 35px rgba(6, 61, 46, 0.16);
}

.founder-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.founder-card small,
.founder-card strong,
.founder-card span {
  display: block;
}

.founder-card small {
  color: var(--green);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.founder-card strong {
  margin-top: 6px;
  color: var(--ink);
  font-size: 23px;
}

.founder-card span {
  margin-top: 6px;
  color: var(--muted);
  line-height: 1.5;
}

@media (max-width: 980px) {
  .topic-split,
  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

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

@media (max-width: 680px) {
  .topic-page .seo-device-stage {
    min-height: 500px;
  }

  .topic-copy h2,
  .topic-links-heading h2,
  .pricing-heading h2 {
    font-size: 36px;
  }

  .topic-link-grid {
    grid-template-columns: 1fr;
  }

  .topic-link-grid a {
    min-height: 0;
  }

  .topic-panel,
  .pricing-plan {
    padding: 24px;
  }

  .pricing-card {
    left: 4%;
  }

  .pricing-card strong,
  .pricing-plan .plan-price strong {
    font-size: 48px;
  }

  .pricing-facts div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .founder-card {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 17px;
  }

  .founder-mark {
    width: 72px;
    height: 72px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .topic-link-grid a {
    transition: none;
  }
}
