.cs2-hero {
  position: relative;
  width: 100%;
  background: #0a0a0a;
}
.cs2-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 160px;
  background: linear-gradient(to top, #000 0%, transparent 100%);
  pointer-events: none;
}
.cs2-hero__bg {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center top;
  opacity: 0.65;
}
.cs2-hero__inner {
  position: relative;
  z-index: 2;
  width: min(1280px, 100%);
  margin: 0 auto;
  padding: 52px 60px 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 370px;
}
@media (max-width: 768px) {
  .cs2-hero__inner {
    padding: 36px 20px 28px;
    min-height: 280px;
  }
}
.cs2-hero__logo {
  height: 28px;
  max-width: 140px;
  filter: brightness(0) invert(1);
  object-fit: contain;
  object-position: left;
}
.cs2-hero__h1 {
  color: #fff;
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -1px;
  max-width: 640px;
  margin: 0;
}
.cs2-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.cs2-hero__tag {
  display: inline-flex;
  align-items: center;
  padding: 5px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(4px);
}

.cs2-hero-stats {
  position: relative;
  z-index: 2;
  backdrop-filter: blur(2px);
  width: min(1280px, 100%);
  padding: 32px 60px;
  margin: auto;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cs2-hero-stats {
    padding: 24px 20px;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.cs2-hero-stats__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media (max-width: 768px) {
  .cs2-hero-stats__item {
    flex: 0 0 calc(50% - 10px);
  }
}
.cs2-hero-stats__value {
  color: #fff;
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.5px;
}
.cs2-hero-stats__label {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
}
.cs2-hero-stats__divider {
  width: 1px;
  height: 56px;
  background: #fc739c;
  margin: 0 48px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .cs2-hero-stats__divider {
    display: none;
  }
}

.cs2-body {
  width: min(1280px, 100%);
  margin: 0 auto;
  padding: 60px 60px 20px;
  display: grid;
  grid-template-columns: 220px 1fr 220px;
  gap: 48px;
  align-items: start;
}
@media (max-width: 1140px) {
  .cs2-body {
    grid-template-columns: 200px 1fr;
    padding: 40px 24px 20px;
  }
  .cs2-body .cs2-cta-rail {
    display: none;
  }
}
@media (max-width: 768px) {
  .cs2-body {
    grid-template-columns: 1fr;
    padding: 28px 24px 20px;
  }
  .cs2-body .cs2-toc {
    display: none;
  }
}

.cs2-toc {
  position: sticky;
  top: 100px;
}
.cs2-toc__label {
  color: #999;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 14px;
  display: block;
}
.cs2-toc__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cs2-toc__item a {
  display: block;
  padding: 10px 14px;
  color: #6b6b75;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  border-left: 2px solid transparent;
  transition: color 0.15s ease, border-color 0.15s ease;
}
.cs2-toc__item a:hover {
  color: #fc739c;
}
.cs2-toc__item.active a {
  color: #fc739c;
  font-weight: 600;
  border-left-color: #fc739c;
}

.cs2-content {
  min-width: 0;
}

.cs2-section {
  margin-bottom: 72px;
  scroll-margin-top: 100px;
}

.cs2-h2 {
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.8px;
  color: #0f0f12;
  margin: 0 0 16px;
}
.cs2-h2::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  background: linear-gradient(90deg, #fc739c, #f45273);
  border-radius: 2px;
  margin-top: 12px;
}

.cs2-h3-features {
  font-size: 32px;
  line-height: 1.8em;
  font-weight: 500;
  color: #18181b;
  letter-spacing: -1.28px;
  line-height: 57.2px;
  margin: 32px 0 8px;
}

.cs2-h3 {
  font-size: clamp(18px, 4vw, 24px);
  font-weight: 700;
  color: #0f0f12;
  letter-spacing: -0.3px;
  line-height: 1.35;
  margin: 36px 0 10px;
}

.cs2-text {
  color: #3b3f41;
  font-size: clamp(16px, 4vw, 18px);
  line-height: 1.8em;
  font-weight: 400;
  letter-spacing: -0.15px;
  margin-bottom: 16px;
}
.cs2-text a {
  color: #fc739c;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cs2-text a:hover {
  color: #fa608e;
}
.cs2-text strong {
  font-weight: 600;
  color: #0f0f12;
}
.cs2-text:last-child {
  margin-bottom: 0;
}

.cs2-stat-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 24px 0;
}
@media (max-width: 520px) {
  .cs2-stat-cards {
    grid-template-columns: 1fr;
  }
}

.cs2-stat-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #ede9f0;
  padding: 28px 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cs2-stat-card__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cs2-stat-card__icon--blue {
  background: #e8f0ff;
  color: #4f8dfe;
}
.cs2-stat-card__icon--orange {
  background: #fff4e0;
  color: #f59e0b;
}
.cs2-stat-card__icon--pink {
  background: #ffebf1;
  color: #fc739c;
}
.cs2-stat-card__icon svg {
  width: 18px;
  height: 18px;
}
.cs2-stat-card__value {
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -1px;
}
.cs2-stat-card__value--blue {
  color: #4f8dfe;
}
.cs2-stat-card__value--orange {
  color: #f59e0b;
}
.cs2-stat-card__value--pink {
  color: #fc739c;
}
.cs2-stat-card__label {
  color: #6b6b75;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
}

.cs2-testimonial {
  position: relative;
  background: var(--Gradients-Shop-Glow, linear-gradient(45deg, #fc739c 0.34%, #cc4570 99.66%));
  padding: 60px 80px;
  margin: 32px 0;
  overflow: hidden;
}
@media (max-width: 520px) {
  .cs2-testimonial {
    padding: 48px 24px 32px;
  }
}
.cs2-testimonial__quote-mark {
  position: absolute;
  top: -16px;
  left: 16px;
}
.cs2-testimonial__text {
  color: var(--Primitives-White, #fff);
  font-size: 24px;
  font-weight: 400;
  line-height: 36px; /* 150% */
  letter-spacing: -0.96px;
  margin: 80px 0;
}
.cs2-testimonial__author {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.cs2-testimonial__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.cs2-testimonial__author-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.cs2-testimonial__author-name {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.3;
}
.cs2-testimonial__author-title {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
}
.cs2-testimonial__brand-logo {
  margin-left: auto;
  height: 22px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.7;
}
@media (max-width: 520px) {
  .cs2-testimonial__brand-logo {
    display: none;
  }
}

.cs2-challenge-cards {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 24px 0;
}

.cs2-challenge-card {
  background: #f4f4f5;
  border-radius: 12px;
  padding: 22px 26px;
}
.cs2-challenge-card__title {
  font-weight: 700;
  font-size: clamp(18px, 4vw, 22px);
  line-height: 1.8em;
  margin-bottom: 8px;
  letter-spacing: -0.2px;
}
.cs2-challenge-card__title--1 {
  color: #4f8dfe;
}
.cs2-challenge-card__title--2 {
  color: #f59e0b;
}
.cs2-challenge-card__title--3 {
  color: #fc739c;
}
.cs2-challenge-card__title--4 {
  color: #8b5cf6;
}
.cs2-challenge-card__title--5 {
  color: #10b981;
}
.cs2-challenge-card__desc {
  color: #3a3a42;
  font-size: clamp(16px, 4vw, 18px);
  line-height: 1.8em;
}

.cs2-video-wrap {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin: 20px 0 28px;
}
.cs2-video-wrap video {
  width: 100%;
  display: block;
}

.cs2-subsection-bullets {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 20px 0 28px;
}

.cs2-subsection-bullet {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.cs2-subsection-bullet__title {
  font-size: 15px;
  font-weight: 600;
  color: #0f0f12;
}
.cs2-subsection-bullet__desc {
  font-size: 14px;
  color: #6b6b75;
  line-height: 1.5;
}

.cs2-video-wrap.narrow {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .cs2-video-wrap.narrow {
    max-width: 100%;
  }
}

.cs2-img {
  width: 100%;
  border-radius: 12px;
  margin: 20px 0 28px;
  display: block;
}

.cs2-cta-block {
  margin: 48px 0 40px;
  padding: 40px 0;
  border-top: 1px solid #e8e6ea;
}
.cs2-cta-block h2 {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  color: #0f0f12;
  letter-spacing: -0.04em;
  margin: 0 0 12px;
}
@media screen and (max-width: 768px) {
  .cs2-cta-block h2 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 468px) {
  .cs2-cta-block h2 {
    font-size: 1.4rem;
  }
}
.cs2-cta-block p {
  font-size: 18px;
  color: #3a3a42;
  margin: 0 0 20px;
  line-height: 1.6;
}
@media screen and (max-width: 468px) {
  .cs2-cta-block p {
    font-size: 16px;
  }
}
.cs2-cta-block .cs2-cta-link {
  font-size: 16px;
  font-weight: 700;
  color: #fc739c !important;
  text-decoration: none !important;
}
.cs2-cta-block .cs2-cta-link:hover {
  color: #fa608e !important;
  text-decoration: underline;
}

.cs2-cta-rail {
  position: sticky;
  top: 100px;
}
.cs2-cta-rail__card {
  border-radius: 20px;
  overflow: hidden;
  background: #1a1a1a;
  position: relative;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cs2-cta-rail__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cs2-cta-rail__content {
  position: relative;
  z-index: 2;
  padding: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
}
.cs2-cta-rail__text {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.3px;
  margin-bottom: 16px;
}
.cs2-cta-rail__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 11px 20px;
  background: #fff;
  color: #0f0f12;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.15s ease;
}
.cs2-cta-rail__btn:hover {
  background: #f5f0f7;
}
