@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Outfit:wght@500;600;700;800&display=swap');

:root {
  --feature-cyan: #4BB6D2;
  --feature-yellow: #E7CB5E;
  --feature-blue-soft: #93C5FD;
  --feature-border: rgba(147, 197, 253, 0.45);
  --feature-shadow: 0 28px 60px rgba(77, 103, 175, 0.12);
}

body.features-page-body {
  margin: 0;
  background: #ffffff;
  color: var(--text-dark);
  overflow-x: hidden;
}

.features-page-body .navbar-custom {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  transform: none;
  padding: 1rem 1.45rem;
  border-radius: 0 0 18px 18px;
  /* box-shadow: 0 10px 28px rgba(54, 76, 138, 0.08); */
}

.features-page-body .navbar-container {
  max-width: 1230px;
}

.features-page {
  min-height: 100vh;
  padding: 0;
}

.feature-hero {
  position: relative;
  min-height: 100vh;
  padding: 100px 0;
  display: flex;
  align-items: center;
  border-radius: 0;
  overflow: hidden;
}


.feature-hero__container {
  max-width: 1700px;
}

.feature-hero__content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: 80px;
  max-width: 1400px;
  margin: 0 auto;
}

.feature-hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 80px;
  max-width: 1400px;
  margin: 0 auto;
}

.feature-hero__grid--split-swiper {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.feature-hero__copy {
  width: 100%;
  max-width: 470px;
  padding-left: 6px;
}

.feature-hero__copy--static {
  position: relative;
  z-index: 4;
  transform: none !important;
  will-change: auto;
}

.feature-hero__copy h1 {
  margin: 0;
  max-width: 470px;
  font-size: clamp(3.15rem, 3vw + 1.4rem, 3.9rem);
  line-height: 0.97;
  letter-spacing: -2.4px;
  font-weight: 600;
  color: #1d243a;
}

.feature-hero__copy p {
  max-width: 360px;
  margin: 24px 0 0;
  color: rgba(55, 62, 81, 0.84);
  font-size: 0.93rem;
  line-height: 1.75;
}

.feature-hero__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.feature-hero__primary {
  min-height: 52px;
  padding: 0.95rem 1.55rem;
  font-size: 0.86rem;
  box-shadow: 0 10px 24px rgba(20, 88, 217, 0.2);
}

.feature-hero__secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.95rem 1.5rem;
  border-radius: 999px;
  border: 1px solid rgba(32, 45, 82, 0.16);
  background: rgba(255, 255, 255, 0.96);
  color: #394867;
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 600;
  transition: background-color 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.feature-hero__secondary:hover,
.feature-hero__secondary:focus {
  color: #1d243a;
  border-color: rgba(20, 88, 217, 0.24);
  transform: translateY(-1px);
}

.feature-hero__visual {
  position: relative;
  min-height: 510px;
}

.feature-hero__swiper-col {
  position: relative;
  z-index: 2;
  width: 100%;
  min-width: 0;
  overflow: visible !important;
}

.visual-frame {
  position: absolute;
  top: 60px;
  left: 34px;
  width: 492px;
  height: 310px;
  border-radius: 18px;
  border: 1px solid rgba(147, 197, 253, 0.52);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.96));
  box-shadow: var(--feature-shadow);
}

.visual-frame__header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 20px 22px 0;
}

.visual-frame__pill {
  display: block;
  height: 19px;
  border-radius: 999px;
  background: #edf2fb;
}

.visual-frame__pill--wide {
  width: 82px;
}

.visual-frame__pill:not(.visual-frame__pill--wide):not(.visual-frame__pill--active) {
  width: 19px;
}

.visual-frame__pill--active {
  width: 60px;
  background: #dde8fb;
}

.students-chip,
.stats-card,
.feature-image-card,
.growth-card {
  position: absolute;
  z-index: 2;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 36px rgba(74, 98, 164, 0.08);
}

.students-chip {
  top: 40px;
  right: 70px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 13px 15px 11px;
  border-radius: 12px;
  border: 1px solid #E3CB65;
  background: rgba(255, 255, 255, 0.98);
  transform: rotate(4.8deg);
  transform-origin: center;
}

.students-chip__icon {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: rgba(227, 203, 101, 0.24);
  position: relative;
  flex-shrink: 0;
}

.students-chip__icon::before,
.students-chip__icon::after {
  content: "";
  position: absolute;
  border: 1.8px solid rgba(126, 103, 18, 0.92);
}

.students-chip__icon::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  left: 7px;
  top: 4px;
}

.students-chip__icon::after {
  width: 11px;
  height: 6px;
  left: 5px;
  bottom: 4px;
  border-top: 0;
  border-radius: 0 0 999px 999px;
}

.students-chip strong,
.students-chip small {
  display: block;
  line-height: 1.15;
}

.students-chip strong {
  font-size: 0.77rem;
  color: #3d3530;
}

.students-chip small {
  margin-top: 3px;
  font-size: 0.58rem;
  color: rgba(92, 84, 65, 0.82);
}

.stats-card {
  top: 125px;
  left: 79px;
  width: 390px;
  border-radius: 16px;
  border: 1px solid rgba(75, 182, 210, 0.8);
  background: linear-gradient(180deg, rgba(223, 248, 255, 0.98), rgba(242, 252, 255, 0.98));
  padding: 13px;
}

.stats-card__panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.stats-card__box {
  padding: 10px 12px 11px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid rgba(75, 182, 210, 0.12);
}

.stats-card__box span,
.stats-card__footer,
.growth-card small {
  color: rgba(74, 108, 133, 0.74);
  font-size: 0.61rem;
  font-weight: 600;
}

.stats-card__box strong {
  display: block;
  margin-top: 4px;
  font-size: 1.58rem;
  line-height: 1;
  color: var(--feature-cyan);
}

.stats-card__footer {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 11px;
}

.stats-card__dots {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
}

.stats-card__dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(147, 197, 253, 0.28);
}

.stats-card__dots span:nth-child(2) {
  background: rgba(75, 182, 210, 0.62);
}

.feature-image-card {
  left: 30px;
  bottom: 24px;
  width: 250px;
  padding: 8px;
  border-radius: 18px;
  border: 1px solid rgba(68, 120, 235, 0.52);
  transform: rotate(3deg);
}

.feature-image-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.feature-image-card figcaption {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 10px;
  padding: 8px 2px 2px;
}

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

.feature-image-card strong {
  font-size: 0.72rem;
  color: #364160;
}

.feature-image-card small,
.feature-image-card span {
  font-size: 0.58rem;
  color: rgba(54, 65, 96, 0.7);
}

.growth-card {
  right: 85px;
  bottom: 120px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: 182px;
  padding: 22px 14px 22px;
  border-radius: 16px;
  border: 1.5px solid rgba(75, 182, 210, 0.45);
  transform: rotate(-4deg);
}

.growth-card__icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  flex-shrink: 0;
  background: rgba(75, 182, 210, 0.18);
  position: relative;
}

.growth-card__icon::before {
  content: "";
  position: absolute;
  inset: 6px 5px 5px 6px;
  border-top: 2px solid var(--feature-cyan);
  border-right: 2px solid var(--feature-cyan);
  transform: rotate(45deg);
}

.growth-card__content {
  min-width: 0;
  flex: 1;
}

.growth-card strong {
  display: block;
  font-size: 0.82rem;
  color: #3a5061;
}

.growth-card small {
  display: block;
  margin-top: 4px;
}

.growth-card__bar {
  margin-top: 10px;
  width: 100%;
  height: 4px;
  border-radius: 999px;
  background: rgba(75, 182, 210, 0.18);
  overflow: hidden;
}

.growth-card__bar span {
  display: block;
  width: 86%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(75, 182, 210, 0.88), rgba(147, 197, 253, 0.98));
}

.feature-hero__swiper,
.feature-hero__swiper .swiper-wrapper,
.feature-hero__swiper .swiper-slide {
  overflow: visible !important;
}

.feature-hero__swiper {
  position: relative;
  width: 100%;
  min-height: 510px;
}

.feature-hero__swiper .swiper-wrapper {
  position: relative;
  width: 100%;
  min-height: 510px;
}

.feature-hero__slide {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transform: translateX(38px) scale(0.985);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.feature-hero__slide.swiper-slide-active,
.feature-hero__slide.is-active {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateX(0) scale(1);
  z-index: 3;
}

.feature-hero__slide-stage {
  position: relative;
  width: 100%;
  min-height: 510px;
}

.visual-frame--checkout {
  top: 70px;
  left: 34px;
}

.checkout-panel {
  position: absolute;
  left: 58px;
  right: 62px;
  top: 82px;
  min-height: 108px;
  padding: 18px 20px 17px;
  border-radius: 13px;
  background: #f3f7ff;
  box-shadow: inset 0 0 0 1px rgba(147, 197, 253, 0.24);
}

.checkout-panel__title {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 18px;
}

.checkout-panel__title strong {
  font-size: 0.82rem;
  font-weight: 700;
  color: #263653;
}

.checkout-panel__icon {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  background: #1458d9;
  position: relative;
}

.checkout-panel__icon::before {
  content: "";
  position: absolute;
  inset: 4px 3px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.checkout-panel__body,
.checkout-panel__footer {
  display: flex;
  align-items: center;
  gap: 10px;
}

.checkout-panel__body {
  margin-bottom: 13px;
}

.checkout-panel__body span {
  display: block;
  height: 12px;
  border-radius: 3px;
  background: #d9e7ff;
}

.checkout-panel__body span:nth-child(1) {
  width: 48%;
}

.checkout-panel__body span:nth-child(2) {
  width: 16%;
}

.checkout-panel__body span:nth-child(3) {
  width: 24%;
}

.checkout-panel__footer span {
  width: 54px;
  height: 20px;
  border-radius: 4px;
  background: #d7e6ff;
}

.checkout-panel__footer strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 116px;
  height: 22px;
  margin-left: auto;
  border-radius: 5px;
  background: #a9c8ff;
  color: #ffffff;
  font-size: 0.55rem;
  font-weight: 700;
}

.feature-image-card--placeholder {
  background: #ffffff;
}

.feature-image-card__placeholder {
  height: 134px;
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(147, 197, 253, 0.2), rgba(20, 88, 217, 0.08)),
    #d5e5ff;
  position: relative;
  overflow: hidden;
}

.feature-image-card__placeholder::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  border: 3px solid rgba(20, 88, 217, 0.35);
  transform: translate(-50%, -50%) rotate(45deg);
}

.visual-frame--insights {
  top: 62px;
  left: 42px;
  width: 482px;
  background: linear-gradient(180deg, rgba(255, 252, 239, 0.98), rgba(255, 248, 216, 0.96));
  border-color: rgba(231, 203, 94, 0.62);
}

.insights-card {
  position: absolute;
  left: 70px;
  right: 58px;
  top: 74px;
  padding: 24px 26px 18px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 251, 230, 0.98), rgba(255, 246, 206, 0.98));
  border: 1px solid rgba(231, 203, 94, 0.46);
  box-shadow: 0 20px 42px rgba(152, 127, 40, 0.1);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.insights-card__metric {
  padding: 14px 16px 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(231, 203, 94, 0.14);
}

.insights-card__metric span,
.insights-card__track small {
  display: block;
  font-size: 0.62rem;
  font-weight: 700;
  color: rgba(81, 80, 68, 0.58);
}

.insights-card__metric strong {
  display: block;
  margin-top: 8px;
  font-size: 1.42rem;
  line-height: 1;
  color: #5a4d26;
}

.insights-card__track {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
}

.insights-card__track span {
  display: block;
  height: 10px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(64, 72, 86, 0.62) 0 43%, rgba(255, 255, 255, 0.82) 43% 52%, rgba(64, 72, 86, 0.22) 52% 100%);
}

.feature-hero__slide--insights .feature-image-card {
  left: 42px;
  bottom: 22px;
  transform: rotate(5deg);
}

.feature-hero__slide--insights .growth-card {
  right: 50px;
  bottom: 92px;
}

.feature-hero__slide--checkout .growth-card {
  right: 80px;
  bottom: 118px;
}

.feature-hero__slide--analytics .feature-image-card {
  left: 30px;
  bottom: 24px;
}

.feature-hero__slide--analytics .growth-card {
  right: 85px;
  bottom: 120px;
}

.feature-hero__slide--analytics .students-chip {
  top: 40px;
  right: 70px;
}

.feature-hero__swiper.is-motion-ready .feature-hero__slide--checkout .growth-card,
.feature-hero__swiper.is-motion-ready .feature-hero__slide--checkout .students-chip,
.feature-hero__swiper.is-motion-ready .feature-hero__slide--insights .visual-frame--insights,
.feature-hero__swiper.is-motion-ready .feature-hero__slide--insights .feature-image-card,
.feature-hero__swiper.is-motion-ready .feature-hero__slide--analytics .stats-card__box,
.feature-hero__swiper.is-motion-ready .feature-hero__slide--analytics .stats-card__dots span {
  opacity: 0;
}

.feature-hero__swiper.is-motion-ready .feature-hero__slide--insights .insights-card__track span {
  transform: scaleX(0);
  transform-origin: left center;
}

.feature-hero__swiper.is-motion-ready .feature-hero__slide--analytics .stats-card__dots span {
  transform: scaleY(0);
  transform-origin: bottom center;
}

.feature-hero__swiper.is-motion-ready .feature-hero__slide--analytics .stats-card__box {
  transform: scaleY(0);
  transform-origin: bottom center;
}

.feature-hero__slide--checkout.is-animated .students-chip {
  animation: featureStudentsSoftPop 0.72s cubic-bezier(0.16, 1, 0.3, 1) 0.1s forwards;
}

.feature-hero__slide--checkout.is-animated .growth-card {
  animation:
    featureGrowthSoftPop 0.72s cubic-bezier(0.16, 1, 0.3, 1) 0.26s forwards,
    featureGrowthMicroFloat 2.6s ease-in-out 1s infinite;
}

.feature-hero__slide--insights.is-animated .visual-frame--insights {
  animation: featureStaticFadeIn 0.72s ease 0.08s forwards;
}

.feature-hero__slide--insights.is-animated .feature-image-card {
  animation: featureStaticFadeIn 0.72s ease 0.34s forwards;
}

.feature-hero__slide--insights.is-animated .insights-card__track span {
  animation: featureTrackReveal 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.72s forwards;
}

.feature-hero__slide--analytics.is-animated .stats-card__box {
  animation: featureMetricGrowUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.feature-hero__slide--analytics.is-animated .stats-card__box:nth-child(2) {
  animation-delay: 0.16s;
}

.feature-hero__slide--analytics.is-animated .stats-card__dots span {
  animation: featureMetricBarGrow 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.feature-hero__slide--analytics.is-animated .stats-card__dots span:nth-child(1) {
  animation-delay: 0.46s;
}

.feature-hero__slide--analytics.is-animated .stats-card__dots span:nth-child(2) {
  animation-delay: 0.6s;
}

.feature-hero__slide--analytics.is-animated .stats-card__dots span:nth-child(3) {
  animation-delay: 0.74s;
}

@keyframes featureStudentsSoftPop {
  0% {
    opacity: 0;
    transform: rotate(4.8deg) scale(0.9);
  }
  70% {
    opacity: 1;
    transform: rotate(4.8deg) scale(1.035);
  }
  100% {
    opacity: 1;
    transform: rotate(4.8deg) scale(1);
  }
}

@keyframes featureGrowthSoftPop {
  0% {
    opacity: 0;
    transform: rotate(-4deg) scale(0.9);
  }
  70% {
    opacity: 1;
    transform: rotate(-4deg) scale(1.035);
  }
  100% {
    opacity: 1;
    transform: rotate(-4deg) scale(1);
  }
}

@keyframes featureGrowthMicroFloat {
  0%,
  100% {
    opacity: 1;
    transform: rotate(-4deg) translateY(-3px) scale(1);
  }
  50% {
    opacity: 1;
    transform: rotate(-4deg) translateY(3px) scale(1);
  }
}

@keyframes featureStaticFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes featureTrackReveal {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@keyframes featureMetricGrowUp {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}

@keyframes featureMetricBarGrow {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}

.feature-hero__swiper.is-motion-ready .feature-hero__slide :is(
  .visual-frame,
  .checkout-panel,
  .students-chip,
  .growth-card,
  .feature-image-card,
  .stats-card__box,
  .stats-card__dots span,
  .insights-card__track span
) {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  will-change: transform, opacity;
}

.feature-hero__swiper.is-motion-ready .feature-hero__slide--checkout .visual-frame--checkout {
  opacity: 0;
  transform: scale(0.95);
}

.feature-hero__swiper.is-motion-ready .feature-hero__slide--checkout .checkout-panel {
  opacity: 0;
  transform: translateX(-50px);
}

.feature-hero__swiper.is-motion-ready .feature-hero__slide--checkout .students-chip {
  opacity: 0;
  transform: rotate(4.8deg) translateY(-30px);
}

.feature-hero__swiper.is-motion-ready .feature-hero__slide--checkout .growth-card {
  opacity: 0;
  transform: rotate(-4deg) translate(40px, 40px);
}

.feature-hero__swiper.is-motion-ready .feature-hero__slide--insights .visual-frame--insights {
  opacity: 0;
  transform: translate(-40px, -40px);
}

.feature-hero__swiper.is-motion-ready .feature-hero__slide--insights .feature-image-card {
  opacity: 0;
  transform: rotate(5deg) translateY(50px);
}

.feature-hero__swiper.is-motion-ready .feature-hero__slide--analytics .stats-card__box:nth-child(1) {
  opacity: 0;
  transform: translateX(-40px) scaleY(1);
}

.feature-hero__swiper.is-motion-ready .feature-hero__slide--analytics .stats-card__box:nth-child(2) {
  opacity: 0;
  transform: translateX(40px) scaleY(1);
}

.feature-hero__swiper.is-motion-ready .feature-hero__slide--analytics .stats-card__dots span {
  opacity: 0;
  transform: scaleY(0);
  transform-origin: bottom center;
}

.feature-hero__slide--checkout.swiper-slide-active.is-animated .visual-frame--checkout,
.feature-hero__slide--checkout.is-active.is-animated .visual-frame--checkout {
  animation: featureHeroPanelZoomIn 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.feature-hero__slide--checkout.swiper-slide-active.is-animated .checkout-panel,
.feature-hero__slide--checkout.is-active.is-animated .checkout-panel {
  animation: featureCheckoutFromLeft 0.82s cubic-bezier(0.34, 1.56, 0.64, 1) 0.14s forwards;
}

.feature-hero__slide--checkout.swiper-slide-active.is-animated .students-chip,
.feature-hero__slide--checkout.is-active.is-animated .students-chip {
  animation: featureStudentsDropIn 0.82s cubic-bezier(0.34, 1.56, 0.64, 1) 0.28s forwards;
}

.feature-hero__slide--checkout.swiper-slide-active.is-animated .growth-card,
.feature-hero__slide--checkout.is-active.is-animated .growth-card {
  animation:
    featureGrowthFromBottomRight 0.86s cubic-bezier(0.34, 1.56, 0.64, 1) 0.44s forwards,
    featureGrowthMicroFloatDirectional 2.7s ease-in-out 1.28s infinite;
}

.feature-hero__slide--insights.swiper-slide-active.is-animated .visual-frame--insights,
.feature-hero__slide--insights.is-active.is-animated .visual-frame--insights {
  animation: featureInsightsFromTopLeft 0.9s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.feature-hero__slide--insights.swiper-slide-active.is-animated .feature-image-card,
.feature-hero__slide--insights.is-active.is-animated .feature-image-card {
  animation: featurePreviewFromBottom 0.9s cubic-bezier(0.34, 1.56, 0.64, 1) 0.24s forwards;
}

.feature-hero__slide--insights.swiper-slide-active.is-animated .insights-card__track span,
.feature-hero__slide--insights.is-active.is-animated .insights-card__track span {
  animation: featureDirectedTrackReveal 1.05s cubic-bezier(0.34, 1.56, 0.64, 1) 0.58s forwards;
}

.feature-hero__slide--analytics.swiper-slide-active.is-animated .stats-card__box:nth-child(1),
.feature-hero__slide--analytics.is-active.is-animated .stats-card__box:nth-child(1) {
  animation: featureMetricFromLeft 0.82s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.feature-hero__slide--analytics.swiper-slide-active.is-animated .stats-card__box:nth-child(2),
.feature-hero__slide--analytics.is-active.is-animated .stats-card__box:nth-child(2) {
  animation: featureMetricFromRight 0.82s cubic-bezier(0.34, 1.56, 0.64, 1) 0.14s forwards;
}

.feature-hero__slide--analytics.swiper-slide-active.is-animated .stats-card__dots span,
.feature-hero__slide--analytics.is-active.is-animated .stats-card__dots span {
  animation: featureDirectedBarGrow 0.78s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.feature-hero__slide--analytics.swiper-slide-active.is-animated .stats-card__dots span:nth-child(1),
.feature-hero__slide--analytics.is-active.is-animated .stats-card__dots span:nth-child(1) {
  animation-delay: 0.42s;
}

.feature-hero__slide--analytics.swiper-slide-active.is-animated .stats-card__dots span:nth-child(2),
.feature-hero__slide--analytics.is-active.is-animated .stats-card__dots span:nth-child(2) {
  animation-delay: 0.56s;
}

.feature-hero__slide--analytics.swiper-slide-active.is-animated .stats-card__dots span:nth-child(3),
.feature-hero__slide--analytics.is-active.is-animated .stats-card__dots span:nth-child(3) {
  animation-delay: 0.7s;
}

@keyframes featureHeroPanelZoomIn {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes featureCheckoutFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes featureStudentsDropIn {
  0% {
    opacity: 0;
    transform: rotate(4.8deg) translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: rotate(4.8deg) translateY(0);
  }
}

@keyframes featureGrowthFromBottomRight {
  0% {
    opacity: 0;
    transform: rotate(-4deg) translate(40px, 40px);
  }
  100% {
    opacity: 1;
    transform: rotate(-4deg) translate(0, 0);
  }
}

@keyframes featureGrowthMicroFloatDirectional {
  0%,
  100% {
    opacity: 1;
    transform: rotate(-4deg) translateY(-3px);
  }
  50% {
    opacity: 1;
    transform: rotate(-4deg) translateY(3px);
  }
}

@keyframes featureInsightsFromTopLeft {
  0% {
    opacity: 0;
    transform: translate(-40px, -40px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes featurePreviewFromBottom {
  0% {
    opacity: 0;
    transform: rotate(5deg) translateY(50px);
  }
  100% {
    opacity: 1;
    transform: rotate(5deg) translateY(0);
  }
}

@keyframes featureDirectedTrackReveal {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@keyframes featureMetricFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-40px) scaleY(1);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scaleY(1);
  }
}

@keyframes featureMetricFromRight {
  0% {
    opacity: 0;
    transform: translateX(40px) scaleY(1);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scaleY(1);
  }
}

@keyframes featureDirectedBarGrow {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}

.feature-shape {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.feature-shape--cyan {
   bottom: -30%;
  left: -100px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  filter: blur(50px);
  background-color: #93C5FD;
  opacity: 0.8;
  
}

.feature-shape--yellow {
  left: 40%;
  bottom: -1px;
  width: 76px;
}

.feature-platform-section {
  position: relative;
  padding: 40px 0 96px;
  background: #ffffff;
  overflow: hidden;
}

.feature-platform-section__container {
  position: relative;
  z-index: 1;
  max-width: 1230px;
  padding: 0 34px;
}

.feature-platform-section__intro {
  max-width: 860px;
  margin: 0 auto 36px;
}

.feature-platform-section__lead {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(55, 62, 81, 0.84);
}

.feature-platform-section__grid {
  position: relative;
  z-index: 1;
}

.feature-platform-card {
  min-height: 236px;
  padding: 1.65rem 1.55rem 1.45rem;
  border-radius: 26px;
  box-shadow: none;
}

.feature-platform-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(39, 56, 96, 0.05);
}

.feature-platform-card .solution-icon-box {
  width: 38px;
  height: 38px;
  margin-bottom: 1.2rem;
  border-radius: 10px;
}

.feature-platform-card .solution-icon-box img {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.feature-platform-card .solution-card-title {
  margin-bottom: 0.7rem;
  font-size: clamp(1.28rem, 1.2rem + 0.25vw, 1.4rem);
  font-weight: 600;
  letter-spacing: -0.4px;
}

.feature-platform-card .solution-card-text {
  max-width: 245px;
  font-size: 0.96rem;
  line-height: 1.55;
  color: rgba(55, 62, 81, 0.84);
}

.feature-platform-section__shape {
  position: absolute;
  top: 0;
  pointer-events: none;
}

.feature-platform-section__shape--left {
  left: -22px;
  width: 78px;
  height: 68px;
  border-radius: 0 0 28px 28px;
  background: #c7ebf5;
}

.feature-platform-section__shape--right {
  right: -16px;
  width: 88px;
  height: 32px;
  border-radius: 0 0 999px 999px;
  background: #f5d8cb;
}

.border-pink {
  border-color: #d98b8b !important;
}

.border-orange {
  border-color: #ee9b82 !important;
}

.border-purple {
  border-color: #d167fa !important;
}

.border-yellow {
  border-color: #e7cb5e !important;
}

.border-lightblue {
  border-color: #71cced !important;
}

.border-darkblue {
  border-color: #4a78ff !important;
}

.bg-pink {
  background-color: #fdc1c1 !important;
}

.bg-orange {
  background-color: #f8e4dd !important;
}

.bg-purple {
  background-color: #f5e3fd !important;
}

.bg-yellow {
  background-color: #fbf5d4 !important;
}

.bg-lightblue {
  background-color: #e0f2f8 !important;
}

.bg-darkblue {
  background-color: #165ad9 !important;
}

.bg-darkblue img {
  filter: brightness(0) invert(1);
}

.feature-learning-section {
  padding: 12px 0 110px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.feature-learning-section__container {
  max-width: 1230px;
  padding: 0 34px;
}

.feature-learning-section__intro {
  max-width: 760px;
  margin: 0 auto 58px;
}

.feature-learning-section__line {
  display: block;
  width: 82px;
  height: 3px;
  margin: 0 auto 28px;
  border-radius: 999px;
  background: #cfd5de;
}

.feature-learning-section__title {
  margin: 0;
  font-size: clamp(2.45rem, 2rem + 1.1vw, 3.45rem);
  line-height: 1.06;
  font-weight: 700;
  letter-spacing: -1.7px;
  color: #1d243a;
  text-align: center !important;
}

.feature-learning-section__lead {
  margin: 22px 0 0;
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(55, 62, 81, 0.8);
}

.feature-learning-section__content {
  align-items: stretch;
}

.learning-ecosystem-visual {
  position: relative;
  display: flex;
  align-items: stretch;
  height: 100%;
  padding: 24px 0 18px 40px;
}

.learning-ecosystem-visual__halo {
  position: absolute;
  left: 0;

  bottom: -10px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(0, 41, 126, 0.1);
  z-index: 999;
}

.learning-ecosystem-board {
  position: relative;
  width: 100%;
  min-height: 340px;
  height: 100%;
  border-radius: 18px;
  background: #B0CED7;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(106, 144, 164, 0.16);
  z-index: 1;
}

.learning-ecosystem-progress,
.learning-ecosystem-quiz,
.learning-ecosystem-discussion,
.learning-ecosystem-signin {
  position: absolute;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 16px 32px rgba(101, 130, 157, 0.1);
}

.learning-ecosystem-progress {
  top: 30px;
  left: 38px;
  right: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px 16px 16px;
  border-radius: 12px;
}

.learning-ecosystem-progress__icon,
.learning-ecosystem-signin__icon,
.learning-ecosystem-discussion__icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eef7fb;
  flex-shrink: 0;
}

.learning-ecosystem-progress__icon img,
.learning-ecosystem-signin__icon img,
.learning-ecosystem-discussion__icon img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.learning-ecosystem-progress__body {
  flex: 1;
  min-width: 0;
}

.learning-ecosystem-progress__bars {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.learning-ecosystem-progress__bars .bar {
  height: 7px;
  border-radius: 999px;
  background: #d8dde7;
}

.learning-ecosystem-progress__bars .bar--short {
  width: 78px;
}

.learning-ecosystem-progress__bars .bar--long {
  width: 108px;
}

.learning-ecosystem-progress__footer {
  display: flex;
  align-items: center;
  gap: 10px;
}

.learning-ecosystem-progress__track {
  flex: 1;
  height: 6px;
  border-radius: 999px;
  background: #d8edf3;
  overflow: hidden;
}

.learning-ecosystem-progress__track span {
  display: block;
  width: 75%;
  height: 100%;
  border-radius: inherit;
  background: #0e799a;
}

.learning-ecosystem-progress__footer strong {
  font-size: 0.68rem;
  font-weight: 600;
  color: #6f7f90;
  white-space: nowrap;
}

.learning-ecosystem-signin {
  left: 55px;
  top: 150px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 7px 11px 6px 8px;
  border-radius: 999px;
  background: rgba(236, 246, 250, 0.98);
  color: #90b8c6;
  font-size: 0.76rem;
  font-weight: 500;
  box-shadow: 0 10px 22px rgba(140, 175, 191, 0.14);
}

.learning-ecosystem-signin__icon {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #e3f2f7;
}

.learning-ecosystem-signin__icon img {
  width: 10px;
  height: 10px;
}

.learning-ecosystem-quiz {
  top: 122px;
  left: 180px;
  width: 222px;
  padding: 18px 18px 16px;
  border-radius: 12px;
  box-shadow: 0 18px 34px rgba(112, 147, 167, 0.16);
}

.learning-ecosystem-quiz__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.learning-ecosystem-quiz__top span {
  font-size: 0.85rem;
  font-weight: 600;
  color: #323848;
}

.learning-ecosystem-quiz__top strong {
  padding: 5px 9px;
  border-radius: 5px;
  background: #e6f8ea;
  color: #45ae61;
  font-size: 0.54rem;
  font-weight: 700;
  letter-spacing: 0.35px;
}

.learning-ecosystem-quiz__score {
  margin-top: 14px;
  font-size: 1.56rem;
  line-height: 1;
  font-weight: 500;
  color: #61a9c1;
}

.learning-ecosystem-discussion {
  left: 100px;
  bottom: 46px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: 258px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 14px 28px rgba(114, 149, 169, 0.12);
}

.learning-ecosystem-discussion__icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #edf6fb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.learning-ecosystem-discussion__icon img {
  width: 15px;
  height: 15px;
}

.learning-ecosystem-discussion__label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
}

.learning-ecosystem-discussion__label strong {
  font-size: 0.72rem;
  line-height: 1;
  font-weight: 500;
  color: #7aaec1;
}

.learning-ecosystem-discussion__label small {
  display: block;
  width: 55px;
  height: 6px;
  border-radius: 999px;
  background: #DAD9E2;
}

.feature-learning-copy {
  max-width: 465px;
  margin-left: auto;
}

.feature-learning-copy__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 1.7px;
  color: #5b8fa4;
}

.feature-learning-copy__title {
  margin: 0;
  font-size: clamp(2rem, 1.75rem + 0.6vw, 2.65rem);
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -1px;
  color: #1d243a;
}

.feature-learning-copy__title span {
  color: #5b8fa4;
}

.feature-learning-copy__text {
  margin: 20px 0 0;
  font-size: 0.98rem;
  line-height: 1.72;
  color: rgba(55, 62, 81, 0.78);
}

.feature-learning-copy__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 26px;
  padding: 0.9rem 1.45rem;
  border-radius: 999px;
  background: #79bdd4;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 600;
  box-shadow: 0 14px 30px rgba(121, 189, 212, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.feature-learning-copy__cta:hover,
.feature-learning-copy__cta:focus {
  color: #ffffff;
  background: #67afc8;
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(121, 189, 212, 0.34);
}

.feature-showcase-section {
  --feature-accent: #1458D9;
  --feature-surface: #EEF4FF;
  padding: 16px 0 92px;
  background: #ffffff;
}

.feature-showcase-section__container {
  max-width: 1230px;
  padding: 0 34px;
}

.feature-showcase-copy__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 1.9px;
  color: var(--feature-accent);
}

.feature-showcase-copy__title {
  margin: 0;
  font-size: clamp(2rem, 1.65rem + 0.8vw, 2rem);
  line-height: 1.14;
  font-weight: 600;
  letter-spacing: -1px;
  color: #1d243a;
}

.feature-showcase-copy__title span {
  color: var(--feature-accent);
}

.feature-showcase-copy__text {
  margin: 22px 0 0;
  font-size: 0.98rem;
  line-height: 1.72;
  color: rgba(55, 62, 81, 0.78);
}

.feature-showcase-copy__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 26px;
  padding: 0.85rem 1.35rem;
  border-radius: 999px;
  background: var(--feature-accent);
  color: #ffffff;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 600;
  box-shadow: 0 14px 30px rgba(26, 28, 26, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.feature-showcase-copy__cta:hover,
.feature-showcase-copy__cta:focus {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(26, 28, 26, 0.16);
}

.feature-showcase-section--builder {
  --feature-accent: #BE4E33;
  --feature-surface: #F8E4DD;
}

.feature-showcase-section--course {
  --feature-accent: #82A46F;
  --feature-surface: #DEEFD3;
}

.feature-showcase-section--monetization {
  --feature-accent: #AF8B39;
  --feature-surface: #FBF5D4;
}

.feature-showcase-section--analytics {
  --feature-accent: #3390A9;
  --feature-surface: #E0F2F8;
}

.showcase-visual {
  width: 100%;
}

.feature-showcase-section .col-lg-6:first-child .showcase-visual,
.feature-showcase-section .order-lg-1 .showcase-visual {
  margin-right: auto;
}

.feature-showcase-section .col-lg-6:last-child .showcase-visual,
.feature-showcase-section .order-lg-2 + .col-lg-6 .showcase-visual {
  margin-left: auto;
}

.feature-showcase-section .col-lg-6:first-child .feature-showcase-copy {
  margin-left: 0;
  margin-right: auto;
}

.feature-showcase-section .order-lg-2.feature-learning-copy,
.feature-showcase-section .order-lg-2 .feature-showcase-copy {
  margin-left: auto;
  margin-right: 0;
}

.builder-mockup,
.course-mockup,
.monetization-mockup,
.analytics-mockup {
  position: relative;
  width: 100%;
  min-height: 340px;
  border-radius: 18px;
  background: var(--feature-surface);
  overflow: hidden;
}

.builder-mockup {
  padding: 40px;
}

.builder-mockup__window {
  width: 100%;
  height: 100%;
  min-height: 186px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.8);
  padding: 18px;
}

.builder-mockup__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(196, 197, 212, 0.2);
}

.builder-mockup__line {
  display: block;
  height: 16px;
  border-radius: 999px;
  background: #DAD9E2;
}

.builder-mockup__line--short {
  width: 78px;
}

.builder-mockup__dots {
  display: flex;
  gap: 8px;
}

.builder-mockup__dots span {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(203, 195, 194, 0.7);
}

.builder-mockup__body {
  display: flex;
  gap: 16px;
  height: calc(100% - 66px);
  margin-top: 16px;
}

.builder-mockup__sidebar {
  width: 86px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.builder-mockup__sidebar span {
  display: block;
  height: 24px;
  border-radius: 4px;
  background: rgba(0, 41, 126, 0.05);
}

.builder-mockup__sidebar span {
  width: 100%;
}



.builder-mockup__canvas {
  position: relative;
  flex: 1;
  border-radius: 12px;
  border: 2px dashed rgba(196, 197, 212, 0.4);
  background: #FAF8FF;
}

.builder-mockup__canvas-box {
  position: absolute;
  inset: 14px;
  border-radius: 10px;
}

.builder-mockup__canvas img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 28px;
  transform: translate(-50%, -50%);
}

.builder-mockup__gem {
  position: absolute;
  left: 30px;
  bottom: 34px;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--feature-accent);
  transform: rotate(45deg);
}

.course-mockup {
  padding: 40px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.course-mockup__phone {
  width: 104px;
  align-self: stretch;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.55);
  padding: 14px 12px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.course-mockup__phone-line,
.course-mockup__phone-chip {
  display: block;
  border-radius: 999px;
  background: rgba(173, 208, 149, 0.65);
}

.course-mockup__phone-line {
  height: 8px;
}

.course-mockup__phone-line--wide {
  width: 100%;
}

.course-mockup__phone-line:not(.course-mockup__phone-line--wide) {
  width: 78%;
  background: rgba(191, 206, 201, 0.7);
}

.course-mockup__phone-chip {
  width: 72%;
  height: 16px;
  margin-top: 10px;
}

.course-mockup__phone-footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.43rem;
  color: rgba(137, 149, 130, 0.92);
  white-space: nowrap;
}

.course-mockup__phone-footer img {
  width: 12px;
  height: 12px;
  object-fit: contain;
}

.course-mockup__card {
  position: relative;
  flex: 1;
  align-self: stretch;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
}

.course-mockup__ring {
  position: absolute;
  top: 78px;
  left: 50%;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 4px solid var(--feature-accent);
  border-top-color: transparent;
  transform: translateX(-50%) rotate(-30deg);
}

.course-mockup__status {
  position: absolute;
  left: 50%;
  bottom: 70px;
  display: flex;
  align-items: center;
  gap: 8px;
  transform: translateX(-50%);
  white-space: nowrap;
}

.course-mockup__status-icon {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--feature-accent);
  position: relative;
}

.course-mockup__status-icon::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 2px;
  width: 4px;
  height: 7px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(45deg);
}

.course-mockup__status strong {
  font-size: 0.9rem;
  font-weight: 500;
  color: #2f312f;
}

.course-mockup__orb {
  position: absolute;
  top: 35px;
  right: 36px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(130, 164, 111, 0.3);
}

.monetization-mockup {
  padding: 24px;
}

.monetization-mockup__chart,
.monetization-mockup__checkout {
  position: absolute;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 30px rgba(180, 159, 98, 0.12);
}

.monetization-mockup__chart {
  top: 42px;
  right: 40px;
  width: 300px;
  padding: 18px 18px 14px;
  transform: rotate(-3deg);
}

.monetization-mockup__chart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.68rem;
}

.monetization-mockup__chart-head span {
  color: rgba(95, 85, 53, 0.82);
  font-weight: 600;
}

.monetization-mockup__chart-head strong {
  color: #59c57f;
  font-size: 0.62rem;
}

.monetization-mockup__bars {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 6px;
  align-items: end;
  margin-top: 24px;
}

.monetization-mockup__bars span {
  display: block;
  border-radius: 2px 2px 0 0;
  background: rgba(232, 200, 86, 0.75);
}

.monetization-mockup__bars span:nth-child(1) { height: 14px; }
.monetization-mockup__bars span:nth-child(2) { height: 18px; }
.monetization-mockup__bars span:nth-child(3) { height: 20px; }
.monetization-mockup__bars span:nth-child(4) { height: 28px; }
.monetization-mockup__bars span:nth-child(5) { height: 38px; background: #8d6d23; }
.monetization-mockup__bars span:nth-child(6) { height: 32px; background: rgba(255, 245, 212, 0.9); border: 1px solid rgba(196, 172, 95, 0.35); }

.monetization-mockup__checkout {
  left: 58px;
  bottom: 42px;
  width: 360px;
  padding: 16px 18px 18px;
  transform: rotate(3deg);
}

.monetization-mockup__checkout-head {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #4e4637;
  font-weight: 500;
}

.monetization-mockup__checkout-head img {
  width: 16px;
  height: 16px;
}

.monetization-mockup__checkout-line {
  display: block;
  height: 10px;
  margin-top: 20px;
  border-radius: 999px;
  background: #dedce8;
}

.monetization-mockup__checkout-actions {
  display: grid;
  grid-template-columns: 24px 24px 1fr;
  gap: 8px;
  align-items: center;
  margin-top: 16px;
}

.monetization-mockup__checkout-actions span {
  display: block;
  height: 18px;
  border-radius: 4px;
  background: #ecebf4;
}

.monetization-mockup__checkout-actions button {
  height: 28px;
  border: 1px solid rgba(175, 139, 57, 0.45);
  border-radius: 8px;
  background: #fffaf0;
  color: #c9ae6e;
  font-size: 0.62rem;
}

.analytics-mockup {
  padding: 28px 34px;
}

.analytics-mockup__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.analytics-mockup__stat-card,
.analytics-mockup__panel {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.95);
}

.analytics-mockup__stat-card {
  padding: 16px 14px;
}

.analytics-mockup__stat-card span {
  display: block;
  font-size: 0.72rem;
  color: #458fa6;
}

.analytics-mockup__stat-card strong {
  display: block;
  margin-top: 8px;
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  color: #36a0bf;
}

.analytics-mockup__panel {
  margin-top: 16px;
  padding: 14px 14px 20px;
}

.analytics-mockup__panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #4e99b1;
  font-size: 0.78rem;
  font-weight: 600;
}

.analytics-mockup__activity {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.analytics-mockup__activity-dot {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  flex-shrink: 0;
}

.analytics-mockup__activity-dot--blue {
  background: rgba(188, 229, 243, 0.96);
}

.analytics-mockup__activity-dot--yellow {
  background: rgba(251, 245, 212, 0.96);
}

.analytics-mockup__activity-lines {
  flex: 1;
}

.analytics-mockup__activity-lines span {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: #d8d7e4;
}

.analytics-mockup__activity-lines span:last-child {
  width: 62%;
  margin-top: 10px;
}

.features-divider-line {
  width: 94px;
  height: 3px;
  margin: 6px auto 28px;
  margin-bottom: 50px;
  border-radius: 999px;
  background: #cfd5de;
}

@media (max-width: 1199px) {
  .feature-showcase-section__container {
    padding: 0 22px;
  }

  .feature-showcase-copy {
    max-width: 520px;
    margin-left: 0;
    margin-right: 0;
  }

  .monetization-mockup__chart {
    right: 22px;
  }

  .monetization-mockup__checkout {
    left: 34px;
  }

}

@media (max-width: 767px) {
  .feature-showcase-section {
    padding: 14px 0 64px;
  }

  .feature-showcase-section__container {
    padding: 0 14px;
  }

  .feature-showcase-copy__eyebrow {
    font-size: 0.68rem;
    margin-bottom: 10px;
  }

  .feature-showcase-copy__title {
    font-size: 1.85rem;
    letter-spacing: -0.7px;
  }

  .feature-showcase-copy__text {
    font-size: 0.92rem;
  }

  .feature-showcase-copy__cta {
    min-height: 46px;
    font-size: 0.78rem;
  }

  .builder-mockup,
  .course-mockup,
  .monetization-mockup,
  .analytics-mockup {
    min-height: 300px;
    border-radius: 18px;
  }

  .builder-mockup {
    padding: 16px;
  }

  .builder-mockup__window {
    min-height: 180px;
    padding: 14px;
  }

  .builder-mockup__body {
    gap: 12px;
  }

  .course-mockup {
    padding: 14px;
    gap: 12px;
  }

  .course-mockup__phone {
    width: 88px;
    padding: 12px 10px;
  }

  .course-mockup__status strong {
    font-size: 0.78rem;
  }

  .monetization-mockup {
    padding: 16px;
  }

  .monetization-mockup__chart {
    top: 28px;
    right: 18px;
    width: 220px;
    padding: 14px 14px 12px;
  }

  .monetization-mockup__checkout {
    left: 18px;
    right: 18px;
    width: auto;
    bottom: 28px;
    padding: 12px 14px 14px;
  }

  .analytics-mockup {
    padding: 18px;
  }

  .analytics-mockup__stat-card strong {
    font-size: 1.55rem;
  }

}

@media (max-width: 575px) {
  .feature-showcase-copy__title {
    font-size: 1.62rem;
  }

  .feature-showcase-copy__text {
    font-size: 0.88rem;
  }

  .feature-showcase-copy__cta {
    width: 100%;
  }

  .builder-mockup__sidebar {
    width: 58px;
  }

  .builder-mockup__dots span {
    width: 9px;
    height: 9px;
  }

  .course-mockup {
    min-height: 268px;
    padding: 12px;
  }

  .course-mockup__phone {
    width: 74px;
  }

  .course-mockup__ring {
    width: 56px;
    height: 56px;
    top: 60px;
  }

  .course-mockup__status {
    bottom: 54px;
  }

  .course-mockup__status strong {
    font-size: 0.64rem;
  }

  .monetization-mockup__chart {
    width: 178px;
  }

  .monetization-mockup__checkout-actions {
    grid-template-columns: 20px 20px 1fr;
  }

  .analytics-mockup__stats {
    gap: 10px;
  }

  .analytics-mockup__stat-card {
    padding: 12px 10px;
  }

  .analytics-mockup__stat-card strong {
    font-size: 1.2rem;
  }

}

@media (max-width: 1199px) {
  .features-page-body .navbar-custom {
    width: 100%;
    top: 0;
  }

  .feature-hero__container {
    max-width: 1700px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .feature-hero__content {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: center;
    gap: 80px;
    min-height: auto;
  }

  .feature-hero__copy {
    max-width: 520px;
  }

  .feature-hero__copy p {
    max-width: 420px;
  }

  .feature-hero__visual {
    width: 100%;
    margin: 0;
  }

  .feature-platform-section__container {
    padding: 0 22px;
  }

  .feature-learning-section__container {
    padding: 0 22px;
  }

  .feature-learning-copy {
    margin-left: 0;
    max-width: 520px;
  }
}

@media (max-width: 767px) {
  .features-page-body .navbar-custom {
    top: 0;
    width: 100%;
    border-radius: 0 0 16px 16px;
  }

  .feature-hero {
    min-height: auto;
  }

  .feature-hero__container {
    min-height: auto;
    padding: 92px 14px 28px;
  }

  .feature-hero__content {
    gap: 20px;
  }

  .feature-hero__copy {
    max-width: 320px;
    padding-left: 6px;
  }

  .feature-hero__copy h1 {

    font-size: 2.6rem;
    line-height: 0.98;
    letter-spacing: -1.4px;
  }

  .feature-hero__copy p {
    max-width: 300px;
    font-size: 0.85rem;
    line-height: 1.7;
  }

  .feature-hero__actions {
    gap: 10px;
  }

  .feature-hero__primary,
  .feature-hero__secondary {
    width: auto;
    min-width: 112px;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .feature-hero__visual {
    min-height: 286px;
    width: 100%;
  }

  .visual-frame {
    top: 8px;
    left: 22px;
    width: calc(100% - 72px);
    height: 174px;
  }

  .students-chip {
    top: -6px;
    right: 8px;
    transform: scale(0.88);
    transform-origin: top right;
  }

  .stats-card {
    top: 50px;
    left: 48px;
    width: calc(100% - 122px);
    padding: 10px;
  }

  .stats-card__box strong {
    font-size: 1.2rem;
  }

  .feature-image-card {
    left: 18px;
    bottom: 18px;
    width: 152px;
    padding: 6px;
  }

  .growth-card {
    right: 12px;
    bottom: 40px;
    width: 126px;
    padding: 11px 10px 10px;
  }

  .growth-card strong {
    font-size: 0.72rem;
  }

  .growth-card small {
    font-size: 0.5rem;
  }

  .feature-shape--cyan {
    top: 70px;
    left: -20px;
    width: 56px;
    height: 34px;
  }

  .feature-shape--yellow {
    left: 50%;
    width: 64px;
    height: 44px;
    transform: translateX(-50%);
  }

  .feature-platform-section {
    padding: 28px 0 64px;
  }

  .feature-platform-section__container {
    padding: 0 14px;
  }

  .feature-platform-section__intro {
    margin-bottom: 28px;
  }

  .feature-platform-section__lead {
    font-size: 0.92rem;
    line-height: 1.65;
  }

  .feature-platform-card {
    min-height: auto;
    padding: 1.5rem 1.35rem 1.3rem;
    border-radius: 24px;
  }

  .feature-platform-card .solution-card-text {
    max-width: none;
    font-size: 0.92rem;
  }

  .feature-platform-section__shape--left {
    width: 56px;
    height: 48px;
    left: -18px;
  }

  .feature-platform-section__shape--right {
    width: 64px;
    height: 24px;
    right: -10px;
  }

  .feature-learning-section {
    padding: 8px 0 72px;
  }

  .feature-learning-section__container {
    padding: 0 14px;
  }

  .feature-learning-section__intro {
    margin-bottom: 34px;
  }

  .feature-learning-section__line {
    margin-bottom: 22px;
  }

  .feature-learning-section__lead {
    font-size: 0.92rem;
    line-height: 1.7;
  }

  .learning-ecosystem-visual {
    padding: 16px 0 10px 18px;
  }

  .learning-ecosystem-board {
    min-height: 300px;
  }

  .learning-ecosystem-progress {
    top: 22px;
    left: 18px;
    right: 18px;
    padding: 14px;
  }

  .learning-ecosystem-progress__bars .bar--short {
    width: 60px;
  }

  .learning-ecosystem-progress__bars .bar--long {
    width: 86px;
  }

  .learning-ecosystem-signin {
    left: 26px;
    top: 122px;
  }

  .learning-ecosystem-quiz {
    top: 94px;
    left: 50%;
    transform: translateX(-50%);
    width: 188px;
    padding: 15px 15px 13px;
  }

  .learning-ecosystem-quiz__score {
    font-size: 2.35rem;
  }

  .learning-ecosystem-discussion {
    left: 22px;
    bottom: 34px;
    width: 220px;
  }

  .feature-learning-copy__title {
    font-size: 1.95rem;
  }

  .feature-learning-copy__text {
    font-size: 0.92rem;
  }
}

@media (max-width: 575px) {
  .feature-hero__copy h1 {
    font-size: 2.28rem;
  }

  .feature-hero__visual {
    min-height: 254px;
  }

  .visual-frame {
    left: 10px;
    width: calc(100% - 54px);
    height: 162px;
  }

  .stats-card {
    left: 30px;
    width: calc(100% - 86px);
  }

  .stats-card__panel {
    gap: 8px;
  }

  .stats-card__box {
    padding: 8px 9px;
  }

  .feature-image-card {
    width: 142px;
  }

  .growth-card {
    width: 118px;
  }

  .feature-platform-section__lead {
    font-size: 0.88rem;
  }

  .feature-platform-card .solution-card-title {
    font-size: 1.22rem;
  }

  .feature-learning-section__title {
    font-size: 2rem;
    letter-spacing: -1.1px;
  }

  .feature-learning-section__lead {
    font-size: 0.86rem;
  }

  .learning-ecosystem-visual {
    padding-left: 10px;
  }

  .learning-ecosystem-visual__halo {
    width: 64px;
    height: 64px;
  }

  .learning-ecosystem-board {
    min-height: 268px;
    border-radius: 16px;
  }

  .learning-ecosystem-progress {
    gap: 10px;
    padding: 12px;
  }

  .learning-ecosystem-progress__icon {
    width: 22px;
    height: 22px;
  }

  .learning-ecosystem-progress__bars {
    gap: 8px;
  }

  .learning-ecosystem-progress__bars .bar--short {
    width: 44px;
  }

  .learning-ecosystem-progress__bars .bar--long {
    width: 58px;
  }

  .learning-ecosystem-progress__footer strong {
    font-size: 0.58rem;
  }

  .learning-ecosystem-signin {
    left: 18px;
    top: 112px;
    padding: 6px 10px 6px 8px;
    font-size: 0.62rem;
  }

  .learning-ecosystem-quiz {
   left: 50%;
    transform: translateX(-50%);
    top: 94px;
    width: 154px;
  }

  .learning-ecosystem-quiz__top span {
    font-size: 0.68rem;
  }

  .learning-ecosystem-quiz__score {
    font-size: 1.9rem;
  }

  .learning-ecosystem-discussion {
    left: 18px;
    bottom: 22px;
    width: 182px;
    padding: 10px 12px;
  }

  .learning-ecosystem-discussion__icon {
    width: 24px;
    height: 24px;
  }

  .learning-ecosystem-discussion__icon img {
    width: 13px;
    height: 13px;
  }

  .learning-ecosystem-discussion__label strong {
    font-size: 0.62rem;
  }

  .learning-ecosystem-discussion__label small {
    width: 38px;
  }

  .feature-learning-copy__eyebrow {
    margin-bottom: 12px;
    font-size: 0.76rem;
  }

  .feature-learning-copy__title {
    font-size: 1.68rem;
    letter-spacing: -0.7px;
  }

  .feature-learning-copy__cta {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .feature-hero__swiper,
  .feature-hero__swiper .swiper-wrapper,
  .feature-hero__slide-stage {
    min-height: 510px;
  }
}

@media (max-width: 991.98px) {
  .feature-hero {
    min-height: auto;
    padding: 88px 0 60px;
  }

  .feature-hero__container {
    width: 100%;
    max-width: 760px;
    padding-inline: clamp(20px, 5vw, 40px);
    padding-block: 0;
  }

  .feature-hero__content,
  .feature-hero__grid,
  .feature-hero__grid--split-swiper {
    grid-template-columns: minmax(0, 1fr);
    gap: 44px;
    width: 100%;
    max-width: 680px;
    margin-inline: auto;
  }

  .feature-hero__copy {
    width: 100%;
    max-width: 620px;
    margin-inline: auto;
    padding-left: 0;
    text-align: center;
  }

  .feature-hero__copy h1,
  .feature-hero__copy p {
    margin-inline: auto;
  }

  .feature-hero__actions {
    justify-content: center;
  }

  .feature-hero__swiper-col {
    width: 100%;
    max-width: 680px;
    margin-inline: auto;
    overflow: visible !important;
  }
}

@media (max-width: 767px) {
  .feature-hero {
    padding: 72px 0 44px;
  }

  .feature-hero__container {
    padding-inline: 16px;
    padding-block: 0;
  }

  .feature-hero__content,
  .feature-hero__grid,
  .feature-hero__grid--split-swiper {
    gap: 32px;
  }

  .feature-hero__swiper,
  .feature-hero__swiper .swiper-wrapper,
  .feature-hero__slide-stage {
    min-height: 286px;
  }

  .feature-hero__slide {
    transform: translateX(18px) scale(0.99);
  }

  .checkout-panel {
    left: 28px;
    right: 30px;
    top: 56px;
    min-height: 76px;
    padding: 10px 12px;
    border-radius: 10px;
  }

  .checkout-panel__title {
    margin-bottom: 9px;
  }

  .checkout-panel__title strong {
    font-size: 0.66rem;
  }

  .checkout-panel__body {
    margin-bottom: 8px;
    gap: 6px;
  }

  .checkout-panel__body span {
    height: 9px;
  }

  .checkout-panel__footer {
    gap: 6px;
  }

  .checkout-panel__footer span {
    width: 34px;
    height: 14px;
  }

  .checkout-panel__footer strong {
    min-width: 78px;
    height: 16px;
    font-size: 0.46rem;
  }

  .feature-image-card__placeholder {
    height: 84px;
  }

  .visual-frame--insights {
    background: linear-gradient(180deg, rgba(255, 252, 239, 0.98), rgba(255, 248, 216, 0.96));
  }

  .insights-card {
    left: 28px;
    right: 30px;
    top: 50px;
    padding: 12px;
    gap: 9px;
    border-radius: 11px;
  }

  .insights-card__metric {
    padding: 9px 10px;
    border-radius: 9px;
  }

  .insights-card__metric span,
  .insights-card__track small {
    font-size: 0.48rem;
  }

  .insights-card__metric strong {
    margin-top: 5px;
    font-size: 0.95rem;
  }

  .insights-card__track {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 8px;
  }

  .feature-hero__slide--insights .feature-image-card {
    left: 18px;
    bottom: 18px;
    width: 152px;
  }

  .feature-hero__slide--insights .growth-card,
  .feature-hero__slide--checkout .growth-card,
  .feature-hero__slide--analytics .growth-card {
    right: 12px;
    bottom: 40px;
  }

  .feature-hero__slide--analytics .students-chip {
    top: -6px;
    right: 8px;
  }
}

@media (max-width: 575px) {
  .feature-hero__swiper,
  .feature-hero__swiper .swiper-wrapper,
  .feature-hero__slide-stage {
    min-height: 254px;
  }

  .checkout-panel,
  .insights-card {
    left: 18px;
    right: 24px;
  }

  .feature-image-card__placeholder {
    height: 78px;
  }
}

@media (max-width: 991.98px) {
  .feature-hero__visual,
  .feature-hero__swiper,
  .feature-hero__swiper .swiper-wrapper,
  .feature-hero__slide-stage {
    min-height: 620px;
  }

  .feature-hero__slide-stage .visual-frame {
    height: 330px;
  }

  .feature-hero__slide--checkout .visual-frame--checkout,
  .feature-hero__slide--analytics .visual-frame {
    top: 42px;
  }

  .feature-hero__slide--insights .visual-frame--insights {
    top: 34px;
    height: 340px;
  }

  .checkout-panel {
    top: 96px;
    min-height: 152px;
  }

  .checkout-panel__body {
    margin-bottom: 22px;
  }

  .checkout-panel__body span {
    height: 16px;
  }

  .checkout-panel__footer span {
    height: 28px;
  }

  .checkout-panel__footer strong {
    height: 30px;
  }

  .feature-image-card {
    bottom: 56px;
  }

  .feature-image-card__placeholder,
  .feature-image-card img {
    min-height: 170px;
    object-fit: cover;
  }

  .feature-hero__slide--checkout .feature-image-card,
  .feature-hero__slide--analytics .feature-image-card {
    bottom: 50px;
  }

  .feature-hero__slide--insights .feature-image-card {
    bottom: 48px;
  }

  .feature-hero__slide--checkout .growth-card,
  .feature-hero__slide--analytics .growth-card {
    bottom: 142px;
  }

  .feature-hero__slide--insights .growth-card {
    bottom: 128px;
  }

  .students-chip {
    top: 22px;
  }

  .stats-card {
    top: 110px;
    padding-block: 18px;
  }

  .stats-card__box {
    min-height: 92px;
  }

  .stats-card__footer {
    padding-top: 18px;
  }

  .insights-card {
    top: 104px;
    padding-block: 32px 28px;
  }

  .insights-card__metric {
    min-height: 104px;
  }

  .insights-card__track {
    margin-top: 10px;
  }
}

@media (max-width: 575.98px) {
  .feature-hero__visual,
  .feature-hero__swiper,
  .feature-hero__swiper .swiper-wrapper,
  .feature-hero__slide-stage {
    min-height: 560px;
  }

  .feature-hero__slide-stage .visual-frame {
    height: 300px;
  }

  .feature-hero__slide--checkout .visual-frame--checkout,
  .feature-hero__slide--analytics .visual-frame {
    top: 34px;
  }

  .feature-hero__slide--insights .visual-frame--insights {
    top: 30px;
    height: 310px;
  }

  .checkout-panel {
    top: 86px;
    min-height: 138px;
  }

  .checkout-panel__body span {
    height: 14px;
  }

  .checkout-panel__footer span {
    height: 24px;
  }

  .checkout-panel__footer strong {
    height: 26px;
  }

  .feature-image-card {
    bottom: 44px;
  }

  .feature-image-card__placeholder,
  .feature-image-card img {
    min-height: 150px;
  }

  .feature-hero__slide--checkout .feature-image-card,
  .feature-hero__slide--analytics .feature-image-card,
  .feature-hero__slide--insights .feature-image-card {
    bottom: 42px;
  }

  .feature-hero__slide--checkout .growth-card,
  .feature-hero__slide--analytics .growth-card,
  .feature-hero__slide--insights .growth-card {
    bottom: 124px;
  }

  .stats-card {
    top: 92px;
  }

  .stats-card__box {
    min-height: 82px;
  }

  .insights-card {
    top: 92px;
    padding-block: 26px 22px;
  }

  .insights-card__metric {
    min-height: 88px;
  }
}

@media (max-width: 991.98px) {
  .feature-hero__swiper .swiper-slide,
  .feature-hero__slide,
  .feature-hero__slide-stage {
    position: relative !important;
  }

  .feature-hero__slide:not(.swiper-slide-active):not(.is-active) {
    position: absolute !important;
  }

  .feature-hero__slide .growth-card {
    left: auto !important;
    right: clamp(14px, 4.5%, 30px) !important;
    bottom: clamp(108px, 22%, 142px) !important;
    transform-origin: bottom right;
  }

  .feature-hero__slide--insights .growth-card {
    right: clamp(18px, 6%, 42px) !important;
    bottom: clamp(100px, 20%, 128px) !important;
  }
}

@media (max-width: 575.98px) {
  .feature-hero__slide .growth-card {
    left: auto !important;
    right: clamp(8px, 3.5vw, 16px) !important;
    bottom: clamp(94px, 21%, 116px) !important;
    transform-origin: bottom right;
  }

  .feature-hero__slide--insights .growth-card {
    right: clamp(10px, 4vw, 18px) !important;
    bottom: clamp(90px, 20%, 110px) !important;
  }
}

.features-page-body .faq-section :is(.section-header, .faq-header, .faq-section__header, .faq-heading, .faq-intro) {
  width: 100%;
  max-width: 760px;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}

.features-page-body .faq-section :is(.row, .faq-section__row, .faq-header__row):has(:is(.section-header, .faq-header, .faq-section__header, .faq-heading, .faq-intro)) {
  justify-content: center !important;
}

.features-page-body .faq-section :is(.section-header, .faq-header, .faq-section__header, .faq-heading, .faq-intro) > :is(.badge, .section-badge, .faq-badge, .eyebrow, [class*="eyebrow"]) {
  display: inline-flex;
  justify-content: center;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}

.features-page-body .faq-section :is(.section-header, .faq-header, .faq-section__header, .faq-heading, .faq-intro) :is(h1, h2, h3, .section-title, .faq-title, .faq-section__title),
.features-page-body .faq-section :is(.section-header, .faq-header, .faq-section__header, .faq-heading, .faq-intro) :is(p, .section-description, .section-subtitle, .faq-description, .faq-section__description, .faq-subtitle) {
  text-align: center !important;
}

.features-page-body .faq-section :is(.section-header, .faq-header, .faq-section__header, .faq-heading, .faq-intro) :is(p, .section-description, .section-subtitle, .faq-description, .faq-section__description, .faq-subtitle) {
  max-width: 700px;
  margin-right: auto !important;
  margin-left: auto !important;
}
