.sr-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 50% -10%, rgba(62, 207, 142, 0.11), transparent 30rem),
    radial-gradient(circle at 90% 16%, rgba(0, 202, 186, 0.055), transparent 22rem),
    #050806;
  color: #f5f7f5;
}

.sr-page-main {
  width: min(1200px, calc(100% - 3rem));
  margin: 0 auto;
  padding: 7.9rem 0 5rem;
}

.sr-about-main {
  width: min(1200px, calc(100% - 3rem));
  min-height: 100vh;
  margin: 0 auto;
  padding: 9rem 0 5.5rem;
}

.sr-about-live {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.sr-about-logo {
  display: flex;
  justify-content: center;
}

.sr-about-logo img {
  width: 4rem;
  height: 4rem;
  display: block;
}

.sr-about-principle {
  margin: 4.2rem 0 0;
  color: #3ecf8e;
  font-size: 0.7rem;
  font-weight: 760;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.sr-about-quote {
  margin: 1.55rem 0 0;
}

.sr-about-quote p {
  margin: 0;
  color: #f2f4f2;
  font-size: clamp(2rem, 4.2vw, 3.35rem);
  font-weight: 300;
  line-height: 1.22;
  letter-spacing: -0.026em;
}

.sr-about-quote span {
  color: #5d625f;
}

.sr-about-formula {
  margin: 3.8rem 0 0;
  color: #f4f6f4;
  font-size: clamp(1.85rem, 4vw, 2.95rem);
  line-height: 1;
  letter-spacing: -0.015em;
  white-space: nowrap;
}

.sr-about-formula span {
  margin: 0 0.24em;
  color: #7a827d;
}

.sr-about-formula sup {
  font-size: 0.58em;
}

.sr-about-rule {
  width: 6rem;
  height: 1px;
  margin: 4.8rem auto 0;
  background: linear-gradient(90deg, transparent, rgba(62, 207, 142, 0.26), transparent);
}

.sr-about-system {
  position: relative;
  margin: 3.8rem auto 0;
  max-width: 920px;
  --about-path-gap: clamp(3.2rem, 8vw, 6.5rem);
}

.sr-about-system__core {
  position: relative;
  z-index: 2;
  width: min(100%, 560px);
  margin: 0 auto;
  padding: 0;
}

.sr-about-system__core span,
.sr-about-products article span {
  display: block;
  color: #3ecf8e;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.sr-about-system__core h2 {
  margin: 0.62rem 0 0;
  color: #f4f7f4;
  font-size: clamp(2.2rem, 5.2vw, 4.35rem);
  font-weight: 820;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.sr-about-system__core p {
  max-width: 34rem;
  margin: 0.95rem auto 0;
  color: #a3aaa5;
  font-size: 1rem;
  line-height: 1.7;
}

.sr-about-system__paths {
  position: relative;
  width: min(100%, 780px);
  height: 3.45rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) var(--about-path-gap) minmax(0, 1fr);
  align-items: stretch;
}

.sr-about-system__paths::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 1.45rem;
  background: rgba(62, 207, 142, 0.34);
  transform: translateX(-50%);
}

.sr-about-system__paths::after {
  display: none;
}

.sr-about-system__paths span {
  position: relative;
}

.sr-about-system__paths span::before {
  content: "";
  position: absolute;
  top: 1.45rem;
  height: 1px;
  background: rgba(62, 207, 142, 0.28);
}

.sr-about-system__paths span:first-child::before {
  left: 50%;
  right: 0;
}

.sr-about-system__paths span:nth-child(2)::before {
  left: 0;
  right: 0;
}

.sr-about-system__paths span:last-child::before {
  left: 0;
  right: 50%;
}

.sr-about-system__paths span:first-child::after,
.sr-about-system__paths span:last-child::after {
  content: "";
  position: absolute;
  top: 1.45rem;
  left: 50%;
  width: 1px;
  height: 1.9rem;
  background: linear-gradient(180deg, rgba(62, 207, 142, 0.34), rgba(62, 207, 142, 0.08));
  transform: translateX(-50%);
}

.sr-about-products {
  display: grid;
  grid-template-columns: minmax(0, 1fr) var(--about-path-gap) minmax(0, 1fr);
  width: min(100%, 780px);
  margin: 0 auto;
  gap: 0;
}

.sr-about-products article {
  max-width: 20rem;
  padding: 0;
  text-align: center;
  justify-self: center;
}

.sr-about-products article:first-child {
  grid-column: 1;
}

.sr-about-products article:last-child {
  grid-column: 3;
}

.sr-about-products article h3 {
  margin: 0.56rem 0 0;
  color: #f2f5f2;
  font-size: 1.18rem;
  font-weight: 720;
  line-height: 1.22;
  letter-spacing: -0.018em;
}

.sr-about-products article p {
  margin: 0.72rem 0 0;
  color: #8f9691;
  font-size: 0.86rem;
  line-height: 1.65;
}

.sr-about-company {
  position: relative;
  margin-top: 6.8rem;
  padding-top: 2.4rem;
  color: #888f8a;
  font-size: 0.88rem;
  line-height: 1.9;
}

.sr-about-company::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(20rem, 64%);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(62, 207, 142, 0.24), transparent);
  transform: translateX(-50%);
}

.sr-about-company p {
  margin: 0;
}

.sr-about-company p + p {
  margin-top: 1.75rem;
}

.sr-about-company__name {
  color: #f3f6f3;
  font-weight: 740;
}

.sr-about-company a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  color: #f4f7f4;
  text-underline-offset: 5px;
  text-decoration-color: rgba(255, 255, 255, 0.22);
  transition: color 160ms ease, text-decoration-color 160ms ease;
}

.sr-about-email {
  margin-top: 1.55rem !important;
}

.sr-about-email svg {
  width: 0.95rem;
  height: 0.95rem;
  fill: currentColor;
}

.sr-about-story {
  position: relative;
  margin-top: 3rem !important;
  padding-top: 2rem;
}

.sr-about-story::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(13rem, 46%);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent);
  transform: translateX(-50%);
}

.sr-about-story span {
  display: block;
  margin-bottom: 0.42rem;
  color: #3ecf8e;
  font-size: 0.68rem;
  font-weight: 780;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.sr-about-company a:hover {
  color: #3ecf8e;
  text-decoration-color: #3ecf8e;
}

@media (max-width: 680px) {
  .sr-about-system {
    margin-top: 3rem;
  }

  .sr-about-system__core {
    padding: 1.2rem 1rem 1.3rem;
  }

  .sr-about-system__paths {
    display: none;
  }

  .sr-about-products {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }

  .sr-about-products article {
    text-align: center;
  }
}

@media (max-width: 460px) {
  .sr-about-main {
    width: min(100% - 2rem, 1200px);
    padding-top: 7.8rem;
  }

  .sr-about-principle {
    margin-top: 3.2rem;
    letter-spacing: 0.22em;
  }
}

.sr-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.58fr);
  gap: clamp(1.4rem, 3.4vw, 3rem);
  align-items: center;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.sr-page-hero--single {
  grid-template-columns: minmax(0, 820px);
}

.sr-page-kicker {
  margin: 0 0 0.7rem;
  color: #3ecf8e;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.sr-page-hero h1 {
  max-width: 720px;
  margin: 0;
  color: #f8faf8;
  font-size: clamp(2.05rem, 4vw, 3.55rem);
  line-height: 1.06;
  font-weight: 760;
  letter-spacing: -0.034em;
}

.sr-page-hero p {
  max-width: 620px;
  margin: 1rem 0 0;
  color: #a6b0a9;
  font-size: clamp(0.95rem, 1.2vw, 1.05rem);
  line-height: 1.65;
}

.sr-page-hero__panel {
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 0.95rem;
  background:
    radial-gradient(circle at 16% 0%, rgba(62, 207, 142, 0.08), transparent 14rem),
    rgba(255, 255, 255, 0.025);
  padding: 0.95rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045), 0 18px 54px rgba(0, 0, 0, 0.22);
}

.sr-page-hero__panel strong {
  display: block;
  color: #ffffff;
  font-size: 0.9rem;
}

.sr-page-hero__panel span {
  display: block;
  margin-top: 0.55rem;
  color: #92a098;
  font-size: 0.8rem;
  line-height: 1.55;
}

.sr-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.45rem;
}

.sr-page__cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0 1.05rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 0.55rem;
  background: rgba(255, 255, 255, 0.035);
  color: #f4f7f4;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 700;
}

.sr-section {
  padding: 3.5rem 0 0;
}

.sr-page-narrative {
  max-width: 880px;
  padding: 2.2rem 0 0;
}

.sr-page-narrative p {
  margin: 0;
  color: #a7b0aa;
  font-size: clamp(0.98rem, 1.2vw, 1.08rem);
  line-height: 1.78;
}

.sr-page-narrative p + p {
  margin-top: 1rem;
}

.sr-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.sr-detail-card {
  min-height: 12rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 1rem;
  background:
    radial-gradient(circle at 88% 0%, rgba(62, 207, 142, 0.065), transparent 12rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.024), rgba(255, 255, 255, 0.012));
  padding: 1rem;
}

.sr-detail-card span {
  display: block;
  color: #3ecf8e;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sr-detail-card h3 {
  margin: 0.7rem 0 0;
  color: #f5f8f5;
  font-size: 1rem;
  line-height: 1.22;
}

.sr-detail-card p {
  margin: 0.55rem 0 0;
  color: #98a39c;
  font-size: 0.84rem;
  line-height: 1.6;
}

.sr-section__head {
  max-width: 760px;
  margin-bottom: 1.5rem;
}

.sr-section__head h2 {
  margin: 0;
  color: #f7faf7;
  font-size: clamp(1.75rem, 3.2vw, 3rem);
  line-height: 1.05;
  font-weight: 760;
  letter-spacing: -0.035em;
}

.sr-section__head p {
  margin: 0.85rem 0 0;
  color: #9da8a1;
  font-size: 0.98rem;
  line-height: 1.7;
}

.sr-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.sr-card,
.sr-price-card,
.sr-faq-card {
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 1rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.028), rgba(255, 255, 255, 0.012)),
    rgba(255, 255, 255, 0.012);
  padding: 1rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.sr-card a {
  color: inherit;
  text-decoration: none;
}

.sr-card__eyebrow {
  display: block;
  margin-bottom: 0.55rem;
  color: #3ecf8e;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sr-card h3,
.sr-price-card h3,
.sr-faq-card h3 {
  margin: 0;
  color: #f4f7f4;
  font-size: 1.02rem;
  line-height: 1.22;
}

.sr-card p,
.sr-price-card p,
.sr-faq-card p {
  margin: 0.55rem 0 0;
  color: #99a39c;
  font-size: 0.86rem;
  line-height: 1.6;
}

.sr-faq-section {
  display: grid;
  gap: 3rem;
}

.sr-faq-group {
  display: grid;
  grid-template-columns: minmax(13rem, 0.34fr) minmax(0, 1fr);
  gap: clamp(1.4rem, 4vw, 4rem);
  padding-top: 2.6rem;
  border-top: 1px solid rgba(62, 207, 142, 0.16);
}

.sr-faq-group:first-child {
  padding-top: 0;
  border-top: 0;
}

.sr-faq-group__head {
  align-self: start;
  position: sticky;
  top: 6.5rem;
}

.sr-faq-group__head span {
  display: block;
  color: #3ecf8e;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin-bottom: 0.8rem;
}

.sr-faq-group__head h2 {
  margin: 0;
  color: #f4f7f4;
  font-size: clamp(1.35rem, 2.2vw, 2.05rem);
  line-height: 1.08;
}

.sr-faq-group__head p {
  margin: 0.9rem 0 0;
  max-width: 20rem;
  color: #8f9992;
  font-size: 0.9rem;
  line-height: 1.65;
}

.sr-faq-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.78rem;
}

.sr-faq-section .sr-faq-card {
  padding: 1.05rem 1.12rem;
  border-radius: 0.85rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.024), rgba(255, 255, 255, 0.01)),
    rgba(255, 255, 255, 0.01);
}

.sr-faq-section .sr-faq-card h3 {
  font-size: 0.98rem;
}

.sr-process {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.7rem;
}

.sr-process__step {
  min-height: 10rem;
  border: 1px solid rgba(62, 207, 142, 0.13);
  border-radius: 1rem;
  background: rgba(62, 207, 142, 0.035);
  padding: 0.95rem;
}

.sr-process__step span {
  color: #3ecf8e;
  font-size: 0.75rem;
  font-weight: 800;
}

.sr-process__step strong {
  display: block;
  margin-top: 0.75rem;
  color: #ffffff;
}

.sr-process__step p {
  margin: 0.45rem 0 0;
  color: #9da8a1;
  font-size: 0.8rem;
  line-height: 1.55;
}

.sr-blog-groups {
  display: grid;
  gap: 1.5rem;
}

.sr-blog-group {
  display: grid;
  grid-template-columns: 0.38fr 1fr;
  gap: 1rem;
  align-items: start;
}

.sr-blog-group__label {
  position: sticky;
  top: 6rem;
  padding: 1rem;
  border: 1px solid rgba(62, 207, 142, 0.12);
  border-radius: 1rem;
  background: rgba(62, 207, 142, 0.035);
}

.sr-blog-group__label span {
  color: #3ecf8e;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sr-blog-group__label h2 {
  margin: 0.55rem 0 0;
  font-size: 1.25rem;
  line-height: 1.15;
}

.sr-blog-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.sr-blog-card {
  min-height: 12rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 1rem;
  background:
    radial-gradient(circle at 100% 0%, rgba(62, 207, 142, 0.08), transparent 12rem),
    rgba(255, 255, 255, 0.018);
  padding: 1rem;
}

.sr-blog-card a {
  display: flex;
  min-height: 10rem;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.sr-blog-card span {
  color: #7f8a83;
  font-size: 0.72rem;
  font-weight: 720;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sr-blog-card h3 {
  margin: 0.65rem 0 0;
  color: #f5f8f5;
  font-size: 1rem;
  line-height: 1.25;
}

.sr-blog-card p {
  margin: 0.6rem 0 0;
  color: #98a39c;
  font-size: 0.84rem;
  line-height: 1.58;
}

.sr-blog-card em {
  margin-top: auto;
  padding-top: 1rem;
  color: #3ecf8e;
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 760;
}

.sr-media-channel {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: clamp(1rem, 2.5vw, 1.6rem);
  align-items: stretch;
}

.sr-media-channel__video,
.sr-article__video {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 1rem;
  background: #060908;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

.sr-media-channel__video::before,
.sr-article__video::before {
  content: "";
  display: block;
  aspect-ratio: 16 / 9;
}

.sr-media-channel__video iframe,
.sr-article__video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.sr-media-channel__copy {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(62, 207, 142, 0.12);
  border-radius: 1rem;
  background:
    radial-gradient(circle at 100% 0%, rgba(62, 207, 142, 0.09), transparent 14rem),
    rgba(255, 255, 255, 0.018);
  padding: clamp(1rem, 2.3vw, 1.45rem);
}

.sr-media-channel__copy span,
.sr-media-group__label span,
.sr-media-card em,
.sr-article__transcript-intro span,
.sr-article__product-link span {
  color: #3ecf8e;
  font-size: 0.72rem;
  font-weight: 820;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.sr-media-channel__copy h2 {
  max-width: 360px;
  margin: 0.7rem 0 0;
  color: #f7faf7;
  font-size: clamp(1.65rem, 3vw, 2.55rem);
  line-height: 1.04;
}

.sr-media-channel__copy p {
  margin: 1rem 0 0;
  color: #a3ada6;
  font-size: 0.96rem;
  line-height: 1.72;
}

.sr-media-channel__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem;
  margin-top: 1.25rem;
}

.sr-media-channel__stats div {
  border: 1px solid rgba(255, 255, 255, 0.065);
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.018);
  padding: 0.72rem;
}

.sr-media-channel__stats strong {
  display: block;
  color: #3ecf8e;
  font-size: 1.22rem;
  line-height: 1;
}

.sr-media-channel__stats span {
  display: block;
  margin-top: 0.35rem;
  color: #9da7a0;
  font-size: 0.72rem;
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: none;
}

.sr-media-channel__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.35rem;
}

.sr-media-channel__links a {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.025);
  padding: 0.58rem 0.82rem;
  color: #edf4ef;
  font-size: 0.82rem;
  font-weight: 720;
  text-decoration: none;
}

.sr-media-channel__links a:hover {
  border-color: rgba(62, 207, 142, 0.26);
  color: #3ecf8e;
}

.sr-media-groups {
  display: grid;
  gap: 2.2rem;
}

.sr-media-group {
  display: grid;
  grid-template-columns: minmax(180px, 0.25fr) minmax(0, 1fr);
  gap: 1rem;
}

.sr-media-group__label {
  position: sticky;
  top: 6.4rem;
  align-self: start;
  border-left: 1px solid rgba(62, 207, 142, 0.32);
  padding: 0.25rem 0 0.25rem 1rem;
}

.sr-media-group__label p {
  margin: 0.65rem 0 0;
  color: #9ca69f;
  font-size: 0.88rem;
  line-height: 1.62;
}

.sr-media-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.sr-media-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 1rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.012)),
    rgba(255, 255, 255, 0.012);
}

.sr-media-card a {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  min-height: 12.5rem;
  color: inherit;
  text-decoration: none;
}

.sr-media-card figure {
  position: relative;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  background: #050706;
}

.sr-media-card img {
  width: 100%;
  height: 100%;
  min-height: 12.5rem;
  object-fit: cover;
  opacity: 0.78;
  transition: transform 320ms ease, opacity 320ms ease;
}

.sr-media-card:hover img {
  transform: scale(1.035);
  opacity: 0.95;
}

.sr-media-card figure span {
  position: absolute;
  left: 0.65rem;
  top: 0.65rem;
  border: 1px solid rgba(62, 207, 142, 0.22);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.52);
  padding: 0.34rem 0.5rem;
  color: #d9fae7;
  font-size: 0.66rem;
  font-weight: 820;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sr-media-card div {
  display: flex;
  flex-direction: column;
  padding: 1rem;
}

.sr-media-card h3 {
  margin: 0.55rem 0 0;
  color: #f4f8f5;
  font-size: 1.02rem;
  line-height: 1.28;
}

.sr-media-card p {
  margin: 0.6rem 0 0;
  color: #9ca69f;
  font-size: 0.84rem;
  line-height: 1.58;
}

.sr-media-card strong {
  margin-top: auto;
  padding-top: 1rem;
  color: #3ecf8e;
  font-size: 0.82rem;
}

.sr-page-main--pricing {
  padding-top: 7.6rem;
}

.sr-pricing-page {
  padding-bottom: 0.5rem;
}

.sr-pricing-header {
  max-width: 720px;
  margin: 0 auto 2rem;
  text-align: center;
}

.sr-pricing-header h1 {
  margin: 0;
  color: #f8faf8;
  font-size: clamp(2.15rem, 4.6vw, 4rem);
  line-height: 1;
  font-weight: 780;
  letter-spacing: -0.038em;
}

.sr-pricing-header > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.85rem;
  border: 1px solid rgba(62, 207, 142, 0.18);
  border-radius: 999px;
  background: rgba(62, 207, 142, 0.055);
  padding: 0.42rem 0.72rem;
  color: #3ecf8e;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sr-pricing-header p:not(.sr-page-kicker) {
  max-width: 620px;
  margin: 0.85rem auto 0;
  color: #a8b2ab;
  font-size: clamp(0.92rem, 1.15vw, 1.02rem);
  line-height: 1.62;
}

.sr-pricing-builder {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.55fr);
  gap: 0.85rem;
  align-items: stretch;
}

.sr-plan-card {
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 1.1rem;
  background:
    radial-gradient(circle at 14% 0%, rgba(62, 207, 142, 0.065), transparent 17rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.034), rgba(255, 255, 255, 0.014)),
    rgba(255, 255, 255, 0.014);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 18px 58px rgba(0, 0, 0, 0.2);
  padding: clamp(0.95rem, 1.8vw, 1.25rem);
}

.sr-plan-card--builder {
  min-height: 0;
}

.sr-plan-card--free {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-self: start;
  min-height: 0;
}

.sr-plan-card__top span,
.sr-plan-card--free > span,
.sr-plan-summary span {
  display: block;
  color: #3ecf8e;
  font-size: 0.68rem;
  font-weight: 820;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.sr-plan-card h2 {
  margin: 0.5rem 0 0;
  color: #ffffff;
  font-size: clamp(1.45rem, 2.7vw, 2.35rem);
  line-height: 1.04;
  font-weight: 780;
  letter-spacing: -0.035em;
}

.sr-plan-card__top h2 + span {
  margin-top: 0.55rem;
}

.sr-plan-card p {
  margin: 0.58rem 0 0;
  color: #9ea8a2;
  font-size: 0.86rem;
  line-height: 1.55;
}

.sr-credit-range {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
  color: #849089;
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sr-plan-note {
  display: inline-flex;
  margin-top: 0.55rem !important;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.026);
  padding: 0.42rem 0.65rem;
  color: #c5cec8 !important;
  font-size: 0.76rem !important;
  line-height: 1.2 !important;
}

.sr-amount-field {
  display: block;
  margin-top: 0.55rem;
}

.sr-amount-field > span {
  display: block;
  margin-bottom: 0.45rem;
  color: #a9b3ad;
  font-size: 0.8rem;
  font-weight: 740;
}

.sr-amount-field div {
  display: flex;
  align-items: center;
  min-height: 3.35rem;
  border: 1px solid rgba(62, 207, 142, 0.18);
  border-radius: 0.9rem;
  background: rgba(2, 7, 5, 0.72);
  padding: 0 0.85rem;
}

.sr-amount-field.is-invalid div {
  border-color: rgba(255, 107, 96, 0.72);
  background: rgba(48, 9, 8, 0.45);
  box-shadow: 0 0 0 3px rgba(255, 107, 96, 0.075);
}

.sr-amount-field em {
  color: #3ecf8e;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 800;
}

.sr-amount-field input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #f8fbf8;
  font: inherit;
  font-size: clamp(1.55rem, 3.6vw, 2.55rem);
  font-weight: 780;
  letter-spacing: -0.04em;
}

.sr-amount-field.is-invalid em,
.sr-amount-field input.is-invalid {
  color: #ff7d73;
}

.sr-payment-choice {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
  margin-top: 0.8rem;
}

.sr-payment-choice label {
  cursor: pointer;
}

.sr-payment-choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.sr-payment-choice span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.55rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.78rem;
  background: rgba(255, 255, 255, 0.025);
  color: #c9d0cc;
  font-size: 0.82rem;
  font-weight: 760;
}

.sr-payment-choice input:checked + span {
  border-color: rgba(62, 207, 142, 0.42);
  background: rgba(62, 207, 142, 0.1);
  color: #e9fff2;
  box-shadow: 0 0 0 3px rgba(62, 207, 142, 0.055);
}

.sr-auto-rules {
  margin-top: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 0.95rem;
  background: rgba(255, 255, 255, 0.022);
  padding: 0.85rem;
}

.sr-auto-rules[hidden] {
  display: none;
}

.sr-auto-rules__copy h3 {
  margin: 0;
  color: #f7faf7;
  font-size: 0.93rem;
}

.sr-auto-rules__copy p {
  margin-top: 0.45rem;
  font-size: 0.82rem;
}

.sr-auto-inputs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
  margin-top: 0.75rem;
}

.sr-auto-inputs label {
  color: #8f9a93;
  font-size: 0.75rem;
  font-weight: 740;
}

.sr-auto-inputs input {
  width: 100%;
  min-height: 2.35rem;
  margin-top: 0.4rem;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 0.7rem;
  background: rgba(0, 0, 0, 0.28);
  color: #f2f7f2;
  padding: 0 0.75rem;
  font: inherit;
  font-size: 0.9rem;
  outline: 0;
}

.sr-auto-inputs label.is-invalid {
  color: #ff9289;
}

.sr-auto-inputs input.is-invalid {
  border-color: rgba(255, 107, 96, 0.72);
  background: rgba(48, 9, 8, 0.45);
  color: #ffb0aa;
  box-shadow: 0 0 0 3px rgba(255, 107, 96, 0.065);
}

.sr-plan-summary {
  margin-top: 0.8rem;
  border: 1px solid rgba(62, 207, 142, 0.14);
  border-radius: 0.95rem;
  background: rgba(62, 207, 142, 0.045);
  padding: 0.78rem;
}

.sr-plan-summary.is-error {
  border-color: rgba(255, 107, 96, 0.6);
  background: rgba(48, 9, 8, 0.38);
}

.sr-plan-summary p {
  color: #dce9e1;
  font-size: 0.85rem;
}

.sr-plan-summary.is-error p,
.sr-plan-summary.is-error span {
  color: #ffaaa2;
}

.sr-plan-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 2.35rem;
  margin-top: 0.85rem;
  border: 1px solid rgba(62, 207, 142, 0.32);
  border-radius: 0.62rem;
  background: rgba(62, 207, 142, 0.12);
  color: #dfffee;
  padding: 0 0.9rem;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 800;
  transition: border-color 160ms ease, color 160ms ease, background 160ms ease;
}

.sr-plan-cta:hover {
  border-color: rgba(62, 207, 142, 0.52);
  background: rgba(62, 207, 142, 0.18);
  color: #ffffff;
}

.sr-plan-cta.is-disabled,
.sr-plan-cta.is-disabled:hover {
  cursor: not-allowed;
  background: rgba(255, 107, 96, 0.22);
  color: #ffc5c0;
  border-color: rgba(255, 107, 96, 0.32);
}

.sr-plan-cta--secondary {
  align-self: flex-start;
}

.sr-pricing-faq {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: 0.85rem;
}

.sr-pricing-faq article {
  border: 1px solid rgba(255, 255, 255, 0.065);
  border-radius: 0.95rem;
  background: rgba(255, 255, 255, 0.018);
  padding: 0.88rem;
}

.sr-pricing-faq h3 {
  margin: 0;
  color: #f4f7f4;
  font-size: 0.92rem;
}

.sr-pricing-faq p {
  margin: 0.55rem 0 0;
  color: #99a39c;
  font-size: 0.84rem;
  line-height: 1.58;
}

.sr-article {
  padding-top: 2.2rem;
}

.sr-article__video {
  max-width: 980px;
  margin-bottom: 1rem;
}

.sr-article__answer {
  max-width: 920px;
  border: 1px solid rgba(62, 207, 142, 0.14);
  border-radius: 1rem;
  background:
    radial-gradient(circle at 0% 0%, rgba(62, 207, 142, 0.08), transparent 18rem),
    rgba(62, 207, 142, 0.025);
  padding: clamp(1rem, 2.3vw, 1.4rem);
}

.sr-article__answer span,
.sr-article__summary span {
  color: #3ecf8e;
  font-size: 0.72rem;
  font-weight: 820;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.sr-article__answer p {
  max-width: 820px;
  margin: 0.65rem 0 0;
  color: #edf5ef;
  font-size: clamp(1.02rem, 1.4vw, 1.2rem);
  line-height: 1.7;
}

.sr-article__layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.34fr) minmax(0, 1fr);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: start;
  padding-top: 2.4rem;
}

.sr-article__summary {
  position: sticky;
  top: 6.5rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 1rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.012)),
    rgba(255, 255, 255, 0.012);
  padding: 1rem;
}

.sr-article__summary ul {
  display: grid;
  gap: 0.65rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.sr-article__summary li {
  color: #a4aea7;
  font-size: 0.86rem;
  line-height: 1.55;
}

.sr-article__summary li::before {
  content: "";
  display: inline-block;
  width: 0.42rem;
  height: 0.42rem;
  margin-right: 0.55rem;
  border-radius: 999px;
  background: #3ecf8e;
}

.sr-article__links {
  display: grid;
  gap: 0.45rem;
  margin-top: 1.1rem;
}

.sr-article__summary a,
.sr-article__product-link a {
  display: inline-flex;
  width: fit-content;
  color: #3ecf8e;
  font-size: 0.86rem;
  font-weight: 760;
  text-decoration: none;
}

.sr-article__body {
  display: grid;
  gap: 1rem;
}

.sr-article__body section {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding-bottom: 1.2rem;
}

.sr-article__body h2 {
  margin: 0;
  color: #f7faf7;
  font-size: clamp(1.45rem, 2.5vw, 2.35rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.sr-article__body p {
  margin: 0.75rem 0 0;
  color: #a7b0aa;
  font-size: 1rem;
  line-height: 1.82;
}

.sr-article__transcript-intro {
  border: 1px solid rgba(62, 207, 142, 0.12) !important;
  border-radius: 1rem;
  background: rgba(62, 207, 142, 0.024);
  padding: clamp(1rem, 2vw, 1.35rem);
}

.sr-article__transcript {
  display: grid;
  gap: 0.75rem;
}

.sr-article__transcript h2 {
  margin-top: 1.7rem;
}

.sr-article__product-link {
  border: 1px solid rgba(62, 207, 142, 0.16) !important;
  border-radius: 1rem;
  background:
    radial-gradient(circle at 100% 0%, rgba(62, 207, 142, 0.08), transparent 16rem),
    rgba(62, 207, 142, 0.026);
  padding: clamp(1rem, 2vw, 1.35rem);
}

.sr-article__faq {
  padding-top: 3.25rem;
}

.sr-article__nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  padding-top: 2.6rem;
}

.sr-article__nav a {
  min-height: 6.5rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 0.95rem;
  background: rgba(255, 255, 255, 0.016);
  padding: 0.9rem;
  color: inherit;
  text-decoration: none;
}

.sr-article__nav span {
  display: block;
  color: #7f8a83;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sr-article__nav strong {
  display: block;
  margin-top: 0.55rem;
  color: #f2f7f3;
  font-size: 0.95rem;
  line-height: 1.32;
}

.sr-section__head--center {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.sr-solutions-map {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1fr);
  gap: 1rem;
  align-items: stretch;
}

.sr-solutions-map__rail {
  display: grid;
  gap: 0.55rem;
}

.sr-solutions-rail-item {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.8rem;
  row-gap: 0.25rem;
  min-height: 5.35rem;
  padding: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.065);
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.018);
  color: inherit;
  text-decoration: none;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.sr-solutions-rail-item:hover {
  transform: translateX(0.12rem);
  border-color: rgba(62, 207, 142, 0.28);
  background: rgba(62, 207, 142, 0.04);
}

.sr-solutions-rail-item span {
  grid-row: span 2;
  color: #3ecf8e;
  font-size: 0.72rem;
  font-weight: 820;
  letter-spacing: 0.12em;
}

.sr-solutions-rail-item strong {
  color: #f8faf8;
  font-size: 0.98rem;
  line-height: 1.15;
}

.sr-solutions-rail-item em {
  color: #8e9992;
  font-size: 0.78rem;
  font-style: normal;
  line-height: 1.45;
}

.sr-solutions-map__core {
  position: relative;
  min-height: 30rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(62, 207, 142, 0.12);
  border-radius: 1.1rem;
  background:
    radial-gradient(circle at 50% 36%, rgba(62, 207, 142, 0.18), transparent 15rem),
    radial-gradient(circle at 18% 82%, rgba(0, 202, 186, 0.11), transparent 14rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.012));
  padding: clamp(1.1rem, 2.6vw, 2rem);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045), 0 24px 80px rgba(0, 0, 0, 0.2);
}

.sr-solutions-map__core::before {
  content: "";
  position: absolute;
  inset: 2.2rem;
  border: 1px solid rgba(62, 207, 142, 0.08);
  border-radius: 999px;
  transform: rotate(-9deg);
}

.sr-solutions-map__core::after {
  content: "";
  position: absolute;
  right: -7rem;
  bottom: -9rem;
  width: 24rem;
  height: 24rem;
  border-radius: 999px;
  background: rgba(62, 207, 142, 0.055);
  filter: blur(18px);
}

.sr-solutions-map__core > * {
  position: relative;
  z-index: 1;
}

.sr-solutions-map__core > span {
  color: #3ecf8e;
  font-size: 0.72rem;
  font-weight: 820;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.sr-solutions-map__core h3 {
  max-width: 720px;
  margin: 0.8rem 0 0;
  color: #ffffff;
  font-size: clamp(2rem, 4.2vw, 4.35rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.sr-solutions-map__core p {
  max-width: 640px;
  margin: 1rem 0 0;
  color: #a3ada6;
  font-size: 0.98rem;
  line-height: 1.7;
}

.sr-solutions-core-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 1.3rem;
}

.sr-solutions-core-grid div {
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 0.8rem;
  background: rgba(0, 0, 0, 0.2);
  padding: 0.8rem;
}

.sr-solutions-core-grid strong {
  display: block;
  color: #f6faf6;
  font-size: 0.88rem;
}

.sr-solutions-core-grid small {
  display: block;
  margin-top: 0.35rem;
  color: #8d9991;
  font-size: 0.75rem;
  line-height: 1.45;
}

.sr-solution-market-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.sr-solution-market-card > div {
  min-height: 20rem;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 1rem;
  background:
    radial-gradient(circle at 90% 0%, rgba(62, 207, 142, 0.075), transparent 13rem),
    rgba(255, 255, 255, 0.016);
  padding: 1rem;
  color: inherit;
  text-decoration: none;
}

.sr-solution-market-card span {
  color: #3ecf8e;
  font-size: 0.7rem;
  font-weight: 820;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.sr-solution-market-card h3 {
  margin: 0.8rem 0 0;
  color: #f7faf7;
  font-size: clamp(1.25rem, 2.1vw, 1.85rem);
  line-height: 1.1;
  letter-spacing: -0.025em;
}

.sr-solution-market-card p {
  margin: 0.8rem 0 0;
  color: #9aa69e;
  font-size: 0.9rem;
  line-height: 1.6;
}

.sr-solution-market-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: auto 0 0;
  padding: 1.1rem 0 0;
  list-style: none;
}

.sr-solution-market-card li {
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.028);
  padding: 0.35rem 0.52rem;
  color: #aab4ad;
  font-size: 0.74rem;
  line-height: 1;
}

.sr-solution-market-card em {
  margin-top: 1rem;
  color: #effaf3;
  font-size: 0.84rem;
  font-style: normal;
  font-weight: 760;
}

.sr-solution-flow,
.sr-market-input-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.7rem;
}

.sr-solution-flow__step,
.sr-market-input-card {
  min-height: 12rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.016);
  padding: 0.95rem;
}

.sr-solution-flow__step span,
.sr-market-input-card span,
.sr-market-workflow__step span,
.sr-market-brief__question span {
  color: #3ecf8e;
  font-size: 0.72rem;
  font-weight: 820;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sr-solution-flow__step strong,
.sr-market-input-card h3 {
  display: block;
  margin-top: 0.8rem;
  color: #f8fbf8;
  font-size: 1rem;
  line-height: 1.2;
}

.sr-solution-flow__step p,
.sr-market-input-card p {
  margin: 0.55rem 0 0;
  color: #9ca7a0;
  font-size: 0.8rem;
  line-height: 1.55;
}

.sr-market-brief {
  display: grid;
  grid-template-columns: minmax(260px, 0.48fr) minmax(0, 1fr);
  gap: 1rem;
  align-items: stretch;
}

.sr-market-brief--single {
  grid-template-columns: 1fr;
}

.sr-market-brief__question,
.sr-market-brief__copy {
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 1rem;
  background:
    radial-gradient(circle at 0% 0%, rgba(62, 207, 142, 0.075), transparent 13rem),
    rgba(255, 255, 255, 0.016);
  padding: clamp(1rem, 2.2vw, 1.4rem);
}

.sr-market-brief__question h2 {
  margin: 0.8rem 0 0;
  color: #f8faf8;
  font-size: clamp(1.5rem, 3vw, 2.55rem);
  line-height: 1.05;
  letter-spacing: -0.032em;
}

.sr-market-brief__copy p {
  margin: 0;
  color: #a3ada6;
  font-size: 0.98rem;
  line-height: 1.75;
}

.sr-market-brief__copy p + p {
  margin-top: 1rem;
}

.sr-solution-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.sr-solution-principles article {
  min-height: 13.5rem;
  border: 1px solid rgba(62, 207, 142, 0.12);
  border-radius: 1rem;
  background:
    radial-gradient(circle at 100% 0%, rgba(62, 207, 142, 0.07), transparent 12rem),
    rgba(255, 255, 255, 0.016);
  padding: 1rem;
}

.sr-solution-principles span {
  color: #3ecf8e;
  font-size: 0.72rem;
  font-weight: 820;
  letter-spacing: 0.14em;
}

.sr-solution-principles h3 {
  margin: 0.75rem 0 0;
  color: #f8faf8;
  font-size: 1.2rem;
  line-height: 1.1;
}

.sr-solution-principles p {
  margin: 0.65rem 0 0;
  color: #9fa9a2;
  font-size: 0.88rem;
  line-height: 1.62;
}

.sr-market-workflow {
  display: grid;
  gap: 0.72rem;
}

.sr-market-workflow__step {
  display: grid;
  grid-template-columns: 4.5rem 1fr;
  gap: 1rem;
  align-items: start;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.015);
  padding: 1rem;
}

.sr-market-workflow__step h3 {
  margin: 0;
  color: #f7faf7;
  font-size: 1.05rem;
}

.sr-market-workflow__step p {
  margin: 0.45rem 0 0;
  color: #9fa9a2;
  font-size: 0.9rem;
  line-height: 1.6;
}

.sr-market-operating-view {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(270px, 0.42fr);
  gap: 1rem;
  align-items: stretch;
}

.sr-market-operating-view__main,
.sr-market-decision-packet {
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 1rem;
  background:
    radial-gradient(circle at 82% 0%, rgba(62, 207, 142, 0.07), transparent 18rem),
    rgba(255, 255, 255, 0.016);
  padding: clamp(1rem, 2.4vw, 1.45rem);
}

.sr-market-operating-view__main h2 {
  margin: 0.5rem 0 0;
  color: #f8faf8;
  font-size: clamp(2rem, 4.2vw, 3.6rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.sr-market-operating-view__main > p {
  max-width: 720px;
  margin: 0.95rem 0 0;
  color: #a2aca5;
  font-size: 0.98rem;
  line-height: 1.72;
}

.sr-market-logic-list {
  margin-top: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 0.9rem;
  background: rgba(0, 0, 0, 0.14);
  padding: 0.9rem;
}

.sr-market-logic-list > span,
.sr-market-decision-packet > span {
  display: block;
  color: #7d8781;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sr-market-logic-list div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.75rem;
}

.sr-market-logic-list em {
  border: 1px solid rgba(62, 207, 142, 0.15);
  border-radius: 999px;
  background: rgba(62, 207, 142, 0.04);
  padding: 0.45rem 0.62rem;
  color: #d9ebe0;
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 720;
}

.sr-market-page-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 1rem;
}

.sr-market-page-steps article {
  min-height: 11.25rem;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.014);
  padding: 0.85rem;
}

.sr-market-page-steps article > span {
  color: #3ecf8e;
  font-size: 0.72rem;
  font-weight: 820;
  letter-spacing: 0.14em;
}

.sr-market-page-steps h3 {
  margin: 0.75rem 0 0;
  color: #f7faf7;
  font-size: 1rem;
  line-height: 1.15;
}

.sr-market-page-steps p {
  margin: 0.55rem 0 0;
  color: #9ba69f;
  font-size: 0.8rem;
  line-height: 1.55;
}

.sr-market-decision-packet {
  display: grid;
  align-content: start;
  gap: 0.7rem;
  background:
    radial-gradient(circle at 0% 0%, rgba(62, 207, 142, 0.09), transparent 16rem),
    rgba(255, 255, 255, 0.018);
}

.sr-market-decision-packet div {
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 0.85rem;
  background: rgba(0, 0, 0, 0.16);
  padding: 0.85rem;
}

.sr-market-decision-packet strong {
  display: block;
  color: #3ecf8e;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sr-market-decision-packet p {
  margin: 0.45rem 0 0;
  color: #f1f7f3;
  font-size: 0.92rem;
  font-weight: 720;
  line-height: 1.35;
}

.sr-market-support-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
}

.sr-market-support-grid article,
.sr-market-faq-list article {
  border: 1px solid rgba(255, 255, 255, 0.065);
  border-radius: 0.95rem;
  background:
    radial-gradient(circle at 100% 0%, rgba(62, 207, 142, 0.05), transparent 11rem),
    rgba(255, 255, 255, 0.016);
}

.sr-market-support-grid article {
  min-height: 12.25rem;
  padding: 1rem;
}

.sr-market-support-grid a {
  display: block;
  min-height: 12.25rem;
  padding: 1rem;
  color: inherit;
  text-decoration: none;
}

.sr-market-support-grid h3,
.sr-market-faq-list h3 {
  margin: 0;
  color: #f7faf7;
  font-size: 1rem;
  line-height: 1.18;
}

.sr-market-support-grid p,
.sr-market-faq-list p {
  margin: 0.65rem 0 0;
  color: #9fa9a2;
  font-size: 0.84rem;
  line-height: 1.58;
}

.sr-market-support-grid article:hover {
  border-color: rgba(62, 207, 142, 0.18);
  background:
    radial-gradient(circle at 100% 0%, rgba(62, 207, 142, 0.08), transparent 12rem),
    rgba(255, 255, 255, 0.022);
}

.sr-market-faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.sr-market-faq-list article {
  padding: 1.05rem;
}

.sr-market-related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.sr-market-related-links a {
  border: 1px solid rgba(62, 207, 142, 0.14);
  border-radius: 999px;
  background: rgba(62, 207, 142, 0.04);
  padding: 0.66rem 0.86rem;
  color: #e6f4eb;
  font-size: 0.86rem;
  font-weight: 720;
  text-decoration: none;
}

.sr-market-related-links a:hover {
  border-color: rgba(62, 207, 142, 0.28);
  background: rgba(62, 207, 142, 0.075);
}

@media (max-width: 900px) {
  .sr-page-hero,
  .sr-blog-group,
  .sr-media-channel,
  .sr-media-group,
  .sr-faq-group,
  .sr-pricing-builder,
  .sr-solutions-map,
  .sr-market-brief,
  .sr-market-operating-view,
  .sr-article__layout {
    grid-template-columns: 1fr;
  }

  .sr-card-grid,
  .sr-detail-grid,
  .sr-process,
  .sr-blog-list,
  .sr-media-grid,
  .sr-solution-flow,
  .sr-market-input-grid,
  .sr-solution-principles,
  .sr-market-page-steps,
  .sr-market-support-grid,
  .sr-market-faq-list,
  .sr-pricing-faq {
    grid-template-columns: 1fr 1fr;
  }

  .sr-blog-group__label {
    position: static;
  }

  .sr-media-group__label {
    position: static;
  }

  .sr-article__summary {
    position: static;
  }

  .sr-faq-group__head {
    position: static;
  }

  .sr-price-card--lead,
  .sr-price-card--wide {
    grid-column: auto;
    grid-row: auto;
  }

  .sr-solutions-map__core {
    order: -1;
    min-height: 24rem;
  }
}

@media (max-width: 620px) {
  .sr-page-main {
    width: min(100% - 1.5rem, 1200px);
    padding-top: 6.6rem;
    padding-bottom: 4rem;
  }

  .sr-page-hero {
    gap: 1.05rem;
    align-items: start;
    padding-bottom: 1.65rem;
  }

  .sr-page-kicker {
    margin-bottom: 0.55rem;
    font-size: 0.66rem;
    letter-spacing: 0.14em;
    line-height: 1.35;
  }

  .sr-page-hero h1,
  .sr-pricing-header h1 {
    max-width: 100%;
    font-size: clamp(1.78rem, 8vw, 2.2rem);
    line-height: 1.07;
    letter-spacing: -0.028em;
  }

  .sr-page-hero p,
  .sr-pricing-header p:not(.sr-page-kicker) {
    max-width: 100%;
    margin-top: 0.85rem;
    font-size: 0.94rem;
    line-height: 1.58;
  }

  .sr-page-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: min(100%, 340px);
    gap: 0.6rem;
    margin-top: 1.15rem;
  }

  .sr-page-actions a {
    min-width: 0;
    min-height: 3rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    text-align: center;
    white-space: nowrap;
  }

  .sr-page-hero__panel {
    padding: 0.85rem;
    border-radius: 0.85rem;
  }

  .sr-section {
    padding-top: 2.7rem;
  }

  .sr-section__head {
    margin-bottom: 1.15rem;
  }

  .sr-section__head h2 {
    font-size: clamp(1.65rem, 7.5vw, 2.15rem);
    line-height: 1.08;
    letter-spacing: -0.026em;
  }

  .sr-section__head p {
    margin-top: 0.72rem;
    font-size: 0.93rem;
    line-height: 1.58;
  }

  .sr-card,
  .sr-price-card,
  .sr-faq-card,
  .sr-detail-card,
  .sr-plan-card {
    border-radius: 0.85rem;
    padding: 0.9rem;
  }

  .sr-card-grid,
  .sr-detail-grid,
  .sr-process,
  .sr-blog-list,
  .sr-media-grid,
  .sr-pricing-builder,
  .sr-pricing-faq,
  .sr-auto-inputs,
  .sr-solution-market-grid,
  .sr-solution-flow,
  .sr-market-input-grid,
  .sr-solution-principles,
  .sr-market-page-steps,
  .sr-market-support-grid,
  .sr-market-faq-list {
    grid-template-columns: 1fr;
  }

  .sr-solutions-map__core h3 {
    font-size: clamp(2.05rem, 14vw, 3rem);
  }

  .sr-solutions-core-grid {
    grid-template-columns: 1fr;
  }

  .sr-market-workflow__step {
    grid-template-columns: 1fr;
  }

  .sr-article__nav {
    grid-template-columns: 1fr;
  }

  .sr-media-card a {
    grid-template-columns: 1fr;
  }

  .sr-media-channel__stats {
    grid-template-columns: 1fr;
  }

  .sr-media-card img {
    aspect-ratio: 16 / 9;
    min-height: 0;
  }
}
