:root {
  --color-primary: #e83c66;
  --color-secondary: #fcc031;
  --color-bg-dark: #0b1e28;
  --color-bg-soft: #f6f6f6;
  --color-text: #000000;
  --color-white: #ffffff;
  --color-muted: #737373;
  --radius-6: 6px;
  --radius-8: 8px;
  --radius-10: 10px;
  --radius-12: 12px;
  --radius-16: 16px;
  --radius-20: 20px;
  --radius-24: 24px;
  --radius-64: 64px;
  --shadow-sm: 0 1px 3px rgba(16, 24, 40, 0.1);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background: var(--color-bg-soft);
  color: var(--color-text);
  font-family: "Open Sans", sans-serif;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

.container {
  margin: 0 auto;
  max-width: 1200px;
  width: calc(100% - 32px);
}

.top-news {
  background: var(--color-primary);
  color: var(--color-white);
}

.top-news-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 44px;
}

.top-news-left {
  align-items: center;
  display: flex;
  font-size: 12px;
  gap: 8px;
  line-height: 18px;
}

.top-news-right {
  align-items: center;
  display: flex;
  gap: 16px;
}

.top-news-right a {
  align-items: center;
  display: inline-flex;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  gap: 6px;
  line-height: 20px;
}

.top-news-close {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  padding: 0;
}

.contact-strip {
  background: var(--color-bg-dark);
  border-bottom: 1px solid var(--color-bg-dark);
  color: #f6f6f6;
}

.contact-strip-inner {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 48px;
}

.contact-links {
  align-items: center;
  display: flex;
  gap: 24px;
}

.contact-links a {
  align-items: center;
  display: inline-flex;
  font-size: 12px;
  gap: 8px;
  line-height: 18px;
}

.social-links {
  display: flex;
  gap: 12px;
  margin-left: 24px;
}

.social-links a {
  align-items: center;
  border-radius: var(--radius-10);
  display: inline-flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.site-header {
  background: #fafafa;
}

.header-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 80px;
  padding: 16px 0;
}

.brand {
  align-items: center;
  display: inline-flex;
  height: 40px;
  width: 128px;
}

.main-nav {
  align-items: center;
  display: flex;
  gap: 32px;
}

.main-nav a {
  align-items: center;
  color: #000000;
  display: inline-flex;
  font-size: 14px;
  gap: 4px;
  line-height: 20px;
  padding: 10px 0;
}

.main-nav a.active {
  border-bottom: 1px solid var(--color-primary);
  color: var(--color-primary);
  font-weight: 600;
}

.nav-actions {
  align-items: center;
  display: flex;
  gap: 24px;
}

.btn-icon {
  align-items: center;
  background: #fcf0f3;
  border-radius: var(--radius-12);
  display: inline-flex;
  height: 48px;
  justify-content: center;
  padding: 12px 24px;
}

.btn-login {
  align-items: center;
  background: var(--color-primary);
  border-radius: var(--radius-12);
  color: var(--color-white);
  display: inline-flex;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  gap: 6px;
  line-height: 20px;
  padding: 12px 24px;
}

.section-badge {
  align-items: center;
  background: var(--color-secondary);
  border-radius: var(--radius-24);
  color: #000000;
  display: inline-flex;
  font-size: 14px;
  gap: 8px;
  line-height: 20px;
  padding: 6px 12px;
  width: fit-content;
}

.section-heading {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}

.section-heading h2 {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -0.8px;
  line-height: 48px;
  margin: 0;
}

.section-heading p {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
  max-width: 840px;
}

.pill-btn {
  align-items: center;
  background: var(--color-primary);
  border-radius: var(--radius-64);
  color: var(--color-white);
  display: inline-flex;
  font-size: 20px;
  font-weight: 600;
  gap: 6px;
  justify-content: center;
  letter-spacing: -0.4px;
  line-height: 28px;
  min-height: 52px;
  padding: 12px 24px;
}

.course-hero-section {
  margin-top: 56px;
}

.course-hero-layout {
  align-items: center;
  display: grid;
  gap: 126px;
  grid-template-columns: 486px 588px;
}

.course-hero-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.course-hero-content h1 {
  font-size: 52px;
  font-weight: 600;
  letter-spacing: -1.04px;
  line-height: 56px;
  margin: 0;
}

.course-hero-content > p {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}

.hero-features-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hero-feature-item {
  align-items: center;
  display: flex;
  font-size: 18px;
  gap: 12px;
  line-height: 28px;
}

.hero-feature-icon {
  align-items: center;
  background: #fcf0f3;
  border-radius: var(--radius-12);
  display: inline-flex;
  flex: 0 0 40px;
  height: 40px;
  justify-content: center;
}

.hero-price-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hero-price-wrap p {
  color: var(--color-muted);
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}

.hero-price-wrap div {
  align-items: baseline;
  display: flex;
  gap: 12px;
}

.hero-price-wrap strong {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.56px;
  line-height: 36px;
}

.hero-price-wrap span {
  color: var(--color-muted);
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.course-hero-content .pill-btn {
  width: fit-content;
}

.course-hero-image-wrap {
  border-radius: var(--radius-12);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  height: 568px;
  overflow: hidden;
  width: 588px;
}

.course-hero-image-wrap img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.course-hero-section[data-node-id="2033:16005"] .course-hero-image-wrap {
  height: 558px;
}

.marathon-section,
.services-section,
.level-section,
.outcomes-section,
.reviews-section,
.faq-contact-section {
  margin-top: 120px;
}

.marathon-video-wrap {
  border-radius: var(--radius-12);
  height: 675px;
  margin-top: 48px;
  overflow: hidden;
  position: relative;
}

.marathon-video-wrap::after {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  inset: 0;
  position: absolute;
}

.marathon-video-wrap > img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.marathon-video-wrap iframe,
.marathon-video-wrap video {
  border: 0;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.marathon-video-wrap.is-playing {
  background: #000000;
}

.marathon-video-wrap.is-playing::after,
.marathon-video-wrap.is-playing > img,
.marathon-video-wrap.is-playing .video-play-btn {
  display: none;
}

.video-play-btn {
  align-items: center;
  background: var(--color-white);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  height: 120px;
  justify-content: center;
  left: 50%;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  z-index: 2;
}

.video-play-btn img {
  flex: 0 0 auto;
  height: 52px;
  object-fit: contain;
  width: auto;
}

.marathon-terms-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
}

.term-card {
  background: var(--color-primary);
  border-radius: var(--radius-12);
  color: var(--color-white);
  padding: 24px;
}

.term-card h3 {
  align-items: center;
  display: flex;
  font-size: 20px;
  font-weight: 600;
  gap: 12px;
  letter-spacing: -0.4px;
  line-height: 28px;
  margin: 0;
}

.term-card p {
  font-size: 18px;
  line-height: 28px;
  margin: 12px 0 0;
}

.marathon-cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.marathon-cta-wrap .pill-btn img {
  flex: 0 0 20px;
  height: 20px;
  width: 20px;
}

.services-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 48px;
}

.service-item {
  align-items: center;
  background: #fcf0f3;
  border-radius: var(--radius-12);
  display: flex;
  font-size: 20px;
  font-weight: 600;
  gap: 16px;
  letter-spacing: -0.4px;
  line-height: 28px;
  min-height: 96px;
  padding: 24px;
}

.service-item span {
  align-items: center;
  background: var(--color-primary);
  border-radius: var(--radius-8);
  display: inline-flex;
  flex: 0 0 48px;
  height: 48px;
  justify-content: center;
}

.service-info-card {
  background: #fcf0f3;
  border: 1px solid #e7e7e7;
  border-radius: var(--radius-12);
  box-shadow: var(--shadow-sm);
  margin-top: 24px;
  padding: 25px;
}

.service-info-card h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.4px;
  line-height: 28px;
  margin: 0;
}

.service-info-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 24px;
}

.service-info-grid div {
  align-items: center;
  display: flex;
  font-size: 18px;
  gap: 12px;
  line-height: 28px;
}

.service-info-grid span {
  align-items: center;
  background: var(--color-white);
  border-radius: var(--radius-12);
  display: inline-flex;
  flex: 0 0 40px;
  height: 40px;
  justify-content: center;
}

.service-info-whatsapp {
  align-items: center;
  background: var(--color-white);
  border-radius: var(--radius-12);
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  padding: 24px;
}

.service-info-whatsapp p {
  align-items: center;
  display: flex;
  font-size: 18px;
  gap: 16px;
  line-height: 28px;
  margin: 0;
  max-width: 650px;
}

.service-info-whatsapp p span {
  align-items: center;
  background: rgba(37, 211, 102, 0.1);
  border-radius: var(--radius-12);
  display: inline-flex;
  flex: 0 0 48px;
  height: 48px;
  justify-content: center;
}

.service-info-whatsapp a {
  align-items: center;
  background: #25d366;
  border-radius: var(--radius-64);
  color: var(--color-white);
  display: inline-flex;
  font-size: 18px;
  font-weight: 600;
  gap: 6px;
  justify-content: center;
  line-height: 28px;
  min-height: 52px;
  padding: 12px 24px;
}

.service-whatsapp-btn-icon {
  flex: 0 0 24px;
  height: 24px;
  object-fit: contain;
  width: 24px;
}

.service-footnote {
  color: var(--color-primary);
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
  margin: 16px 0 0;
  text-align: center;
}

.gift-band {
  align-items: center;
  background: var(--color-secondary);
  border-radius: var(--radius-12);
  display: grid;
  gap: 64px;
  grid-template-columns: 130px 1fr;
  margin-top: 32px;
  overflow: hidden;
  padding: 48px;
  position: relative;
}

.gift-band::before,
.gift-band::after {
  background: linear-gradient(135deg, rgba(232, 60, 101, 0.3) 0%, rgba(232, 60, 101, 0) 100%);
  border-radius: 50%;
  content: "";
  height: 256px;
  position: absolute;
  width: 256px;
}

.gift-band::before {
  opacity: 0.5;
  right: -128px;
  top: -131px;
}

.gift-band::after {
  opacity: 0.5;
  left: -107px;
  top: 114px;
}

.gift-visual {
  height: 130.452px;
  position: relative;
  transform: rotate(-3.38deg);
  transform-origin: center center;
  width: 130.452px;
  z-index: 1;
}

.gift-visual > img:not(.gift-spark) {
  height: 70.504px;
  left: 26.439px;
  object-fit: contain;
  position: absolute;
  top: 26.439px;
  width: 70.504px;
  z-index: 2;
}

.gift-visual::before {
  background: linear-gradient(88.57deg, #e83c66 0%, #e74e73 100%);
  border-radius: 24px;
  box-shadow: 0 10px 15px rgba(16, 24, 48, 0.1);
  content: "";
  height: 123.382px;
  left: 0;
  position: absolute;
  top: 0;
  width: 123.382px;
  z-index: 1;
}

.gift-spark {
  display: block;
  pointer-events: none;
  position: absolute;
  z-index: 3;
}

.gift-spark-large {
  height: 41.825px;
  left: 87.751px;
  opacity: 0.9;
  top: -12.099px;
  width: 41.825px;
}

.gift-spark-small {
  height: 30.287px;
  left: -4.339px;
  opacity: 0.9;
  top: 103.832px;
  width: 30.287px;
}

.gift-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  width: min(867px, 100%);
  z-index: 1;
}

.gift-badge {
  align-items: center;
  background: #ffe5a8;
  border-radius: var(--radius-24);
  display: inline-flex;
  font-size: 14px;
  gap: 8px;
  line-height: 20px;
  padding: 6px 12px;
  width: fit-content;
}

.gift-content h3 {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.56px;
  line-height: 36px;
  margin: 0;
}

.gift-content p {
  align-items: center;
  display: flex;
  font-size: 18px;
  gap: 12px;
  line-height: 28px;
  margin: 0;
}

.gift-content p > .gift-icon {
  align-items: center;
  background: var(--color-primary);
  border-radius: var(--radius-10);
  display: inline-flex;
  flex: 0 0 32px;
  height: 32px;
  justify-content: center;
}

.gift-content p > .gift-copy {
  flex: 1;
  min-width: 0;
}

.gift-content p strong {
  font-weight: 600;
}

.level-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 48px;
}

.level-cards-rail {
  display: contents;
}

.level-card {
  background: var(--color-white);
  border: 1px solid #e7e7e7;
  border-radius: var(--radius-12);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 204px;
  padding: 24px;
}

.level-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.level-chip {
  background: var(--color-primary);
  border-radius: var(--radius-12);
  color: var(--color-white);
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.48px;
  line-height: 32px;
  padding: 4px 12px;
}

.level-range {
  color: #737373;
  font-size: 18px;
  line-height: 28px;
}

.level-card h3 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.48px;
  line-height: 32px;
  margin: 0;
}

.level-card p {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}

.level-card-cta {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-white);
  justify-content: flex-start;
  min-height: 212px;
}

.level-cta-icon {
  align-items: center;
  background: #fcf0f3;
  border-radius: var(--radius-12);
  display: inline-flex;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.level-cta-icon img {
  flex: 0 0 24px;
  height: 24px;
  width: 24px;
}

.level-card-cta h3 {
  color: var(--color-white);
  max-width: 350px;
  width: 100%;
}

.level-card-cta a {
  align-items: center;
  background: var(--color-white);
  border-radius: var(--radius-64);
  color: var(--color-primary);
  display: inline-flex;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  gap: 6px;
  justify-content: center;
  line-height: 20px;
  min-height: 48px;
  padding: 12px 24px;
  width: 100%;
}

.level-card-cta a img {
  flex: 0 0 24px;
  height: 24px;
  width: 24px;
}

.level-footnote {
  color: var(--color-primary);
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
  margin: 24px 0 0;
  text-align: center;
}

.outcomes-section {
  background: var(--color-primary);
  padding: 40px 0 72px;
}

.outcomes-badge {
  display: flex;
  justify-content: center;
  margin: 0 auto 20px;
  width: fit-content;
}

.outcomes-wrap > h2 {
  color: var(--color-white);
  font-size: 50px;
  font-weight: 600;
  letter-spacing: -1.12px;
  line-height: 58px;
  margin: 0;
  text-align: center;
}

.outcomes-subtitle {
  color: #fbe7ef;
  font-size: 20px;
  line-height: 28px;
  margin: 16px 0 0;
  text-align: center;
}

.outcomes-grid {
  display: grid;
  gap: 32px;
  grid-template-columns: 588px 580px;
  margin-top: 48px;
}

.outcomes-media {
  border-radius: var(--radius-12);
  height: 590px;
  overflow: hidden;
  position: relative;
}

.outcomes-media img {
  height: 100%;
  min-height: 590px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.outcomes-content {
  background: transparent;
  border: 0;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
}

.outcomes-content ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.outcomes-content li {
  align-items: center;
  background: var(--color-white);
  border-radius: var(--radius-10);
  color: #0b1e28;
  display: flex;
  font-size: 18px;
  line-height: 28px;
  min-height: 80px;
  padding: 16px 16px 16px 52px;
  position: relative;
}

.outcomes-content li::before {
  background: #ffffff;
  border: 2px solid #22c55e;
  border-radius: 50%;
  color: #22c55e;
  content: "✓";
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  height: 22px;
  justify-content: center;
  left: 16px;
  line-height: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
}

.lesson-reviews-section {
  background: var(--color-bg-soft);
  padding: 72px 0 72px;
}

.outcomes-section + .lesson-reviews-section {
  margin-top: 0;
}

.lesson-reviews-section .section-heading {
  margin-bottom: 0;
}

.reviews-heading {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.reviews-heading h2 {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -0.8px;
  line-height: 48px;
  margin: 0;
  max-width: 667px;
  text-align: center;
}

.reviews-grid {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 48px;
}

.reviews-grid > :nth-child(n + 4) {
  --review-rest-x: -73px;
}

.review-card {
  background: #f6f6f6;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(16, 24, 40, 0.1);
  min-height: 196px;
  padding: 24px;
  position: relative;
}

.review-card-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.review-user {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 12px;
}

.review-user-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.review-avatar {
  border-radius: 999px;
  height: 52px;
  width: 52px;
}

.review-user-text strong {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.review-user-text span {
  display: block;
  font-size: 16px;
  line-height: 24px;
}

.review-meta {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.review-rating {
  align-items: center;
  background: var(--color-primary);
  border-radius: 30px;
  color: #ffffff;
  display: inline-flex;
  font-size: 12px;
  gap: 3px;
  line-height: 18px;
  padding: 2px 12px;
}

.review-date {
  font-size: 12px;
  line-height: 18px;
}

.review-card p {
  font-size: 16px;
  line-height: 24px;
  margin: 24px 0 0;
}

.faq-contact-wrap {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

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

.faq-intro {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq-intro h2 {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -0.8px;
  line-height: 48px;
  margin: 0;
}

.faq-intro p {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}

.faq-list {
  display: flex;
  flex-direction: column;
  min-height: var(--faq-list-stable-height, auto);
  overflow-anchor: none;
}

.faq-mobile-featured {
  display: none;
}

.faq-list .kampus-faq-item {
  border-bottom: 1px solid #d1d1d1;
  overflow: hidden;
  transition: background-color 260ms ease;
}

.faq-list .kampus-faq-item:last-child {
  border-bottom: 0;
}

.faq-list .kampus-faq-trigger {
  align-items: center;
  background: transparent;
  border: 0;
  color: #000000;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-weight: 400;
  justify-content: space-between;
  line-height: 28px;
  padding: 24px;
  text-align: left;
  width: 100%;
}

.faq-list .kampus-faq-trigger span {
  flex: 1;
  min-width: 0;
  padding-right: 24px;
}

.faq-list .kampus-faq-trigger:focus {
  outline: none;
}

.faq-list .kampus-faq-trigger:focus-visible {
  outline: none;
}

.faq-list .kampus-faq-icon {
  flex: 0 0 auto;
  transform: rotate(0deg);
  transition: transform 460ms cubic-bezier(0.33, 0, 0.2, 1), opacity 260ms ease;
}

.faq-list .kampus-faq-item.is-active .kampus-faq-icon {
  transform: rotate(180deg);
}

.faq-list .kampus-faq-panel {
  max-height: 0;
  min-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transform: translate3d(0, -6px, 0);
  transition:
    max-height 760ms cubic-bezier(0.33, 0, 0.2, 1),
    opacity 520ms ease,
    transform 760ms cubic-bezier(0.33, 0, 0.2, 1);
  will-change: max-height, opacity, transform;
}

.faq-list .kampus-faq-item.is-active .kampus-faq-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

.faq-list .kampus-faq-panel-inner {
  color: #000000;
  font-size: 16px;
  line-height: 26px;
  opacity: 0;
  padding: 16px 20px 24px;
  transform: translate3d(0, -10px, 0);
  transition: transform 620ms cubic-bezier(0.33, 0, 0.2, 1), opacity 420ms ease;
}

.faq-list .kampus-faq-panel-inner::before {
  background: #1f1f1f;
  content: "";
  display: block;
  height: 1px;
  margin-bottom: 16px;
  opacity: 0.28;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 620ms cubic-bezier(0.33, 0, 0.2, 1), opacity 420ms ease;
}

.faq-list .kampus-faq-item.is-active .kampus-faq-panel-inner {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 90ms;
}

.faq-list .kampus-faq-item.is-active .kampus-faq-panel-inner::before {
  opacity: 0.52;
  transform: scaleX(1);
}

.faq-item {
  border-bottom: 1px solid #d1d1d1;
  overflow: hidden;
  transition: background-color 260ms ease;
}

.faq-item:last-child {
  border-bottom: 0;
}

.faq-trigger {
  align-items: center;
  background: transparent;
  border: 0;
  color: #000000;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-weight: 400;
  justify-content: space-between;
  line-height: 28px;
  padding: 24px;
  text-align: left;
  width: 100%;
}

.faq-trigger span {
  flex: 1;
  min-width: 0;
  padding-right: 24px;
}

.faq-chevron {
  flex: 0 0 32px;
  height: 32px;
  width: 32px;
  transition: transform 460ms cubic-bezier(0.33, 0, 0.2, 1), opacity 260ms ease;
}

.faq-item.is-active .faq-chevron {
  transform: rotate(180deg);
}

.faq-list .faq-answer {
  max-height: 0;
  min-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transform: translate3d(0, -6px, 0);
  transition:
    max-height 760ms cubic-bezier(0.33, 0, 0.2, 1),
    opacity 520ms ease,
    transform 760ms cubic-bezier(0.33, 0, 0.2, 1);
  will-change: max-height, opacity, transform;
}

.faq-answer-inner {
  color: #000000;
  font-size: 16px;
  line-height: 26px;
  opacity: 0;
  padding: 16px 20px 24px;
  transform: translate3d(0, -10px, 0);
  transition: transform 620ms cubic-bezier(0.33, 0, 0.2, 1), opacity 420ms ease;
}

.faq-answer-inner::before {
  background: #1f1f1f;
  content: "";
  display: block;
  height: 1px;
  margin-bottom: 16px;
  opacity: 0.28;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 620ms cubic-bezier(0.33, 0, 0.2, 1), opacity 420ms ease;
}

.faq-answer-inner p {
  margin: 0;
}

.faq-item.is-active .faq-answer {
  max-height: 460px;
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

.faq-item.is-active .faq-answer-inner::before {
  opacity: 0.52;
  transform: scaleX(1);
}

.faq-item.is-active .faq-answer-inner {
  opacity: 1;
  transition-delay: 90ms;
  transform: translate3d(0, 0, 0);
}

.contact-form-section {
  background: var(--color-primary);
  border-radius: var(--radius-12);
  overflow: hidden;
  padding: 64px;
}

.contact-form-wrap {
  align-items: center;
  display: grid;
  gap: 48px;
  grid-template-columns: 446px 578px;
}

.contact-card {
  color: var(--color-white);
  display: flex;
  flex-direction: column;
  gap: 0;
}

.contact-card-visual {
  border-radius: var(--radius-12);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  height: 191px;
  overflow: hidden;
  width: 100%;
}

.contact-card-visual-link {
  display: block;
  height: 100%;
}

.contact-card-visual img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}

.contact-card h3 {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -0.8px;
  line-height: 48px;
  margin: 24px 0 0;
}

.contact-card h4 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.48px;
  line-height: 32px;
  margin: 6px 0 0;
}

.contact-card p {
  font-size: 18px;
  line-height: 28px;
  margin: 6px 0 0;
}

.contact-buttons {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 23px;
}

.contact-cta {
  align-items: center;
  border-radius: var(--radius-64);
  display: inline-flex;
  font-size: 20px;
  font-weight: 600;
  gap: 6px;
  justify-content: center;
  letter-spacing: -0.4px;
  line-height: 28px;
  min-height: 52px;
  width: 100%;
}

.contact-cta-primary {
  background: var(--color-white);
  color: #0b1e28;
}

.contact-cta-outline {
  border: 1px solid var(--color-white);
  color: var(--color-white);
}

.contact-form {
  background: var(--color-white);
  border-radius: var(--radius-16);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
}

.contact-row {
  display: grid;
  gap: 16px;
}

.contact-row.two-col {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-form label,
.phone-stack label {
  color: #000000;
  display: flex;
  flex-direction: column;
  font-family: "SF Pro Text", "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  gap: 4px;
  line-height: 20px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: var(--color-white);
  background-image: none;
  border: 1px solid #d1d1d1;
  border-radius: var(--radius-6);
  color: #000000;
  font-family: "SF Pro Text", "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 10px 12px;
}

.contact-form input::placeholder,
.contact-form select,
.contact-form textarea::placeholder {
  color: #b0b0b0;
}

.contact-form select::-ms-expand {
  display: none;
}

.contact-form select {
  padding-right: 32px;
}

.contact-row-phone {
  gap: 24px;
  grid-template-columns: 253px 253px;
}

.phone-stack {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.phone-row {
  display: grid;
  gap: 6px;
  grid-template-columns: 79px minmax(0, 1fr);
}

.select-wrap {
  position: relative;
}

.select-wrap select {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
}

.select-wrap img {
  height: 6px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}

.contact-form textarea {
  min-height: 113px;
  resize: none;
}

.contact-submit {
  align-items: center;
  background: var(--color-primary);
  border: 0;
  border-radius: var(--radius-24);
  color: var(--color-white);
  cursor: pointer;
  display: inline-flex;
  font-size: 20px;
  font-weight: 600;
  gap: 6px;
  justify-content: center;
  letter-spacing: -0.4px;
  line-height: 28px;
  margin-top: 8px;
  min-height: 52px;
  width: 100%;
}

.contact-cta img,
.contact-submit img {
  flex: 0 0 24px;
  height: 24px;
  width: 24px;
}

.contact-note {
  align-items: center;
  display: flex;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  gap: 4px;
  justify-content: center;
  letter-spacing: -0.1504px;
  line-height: 20px;
  margin: 0;
}

.contact-note img {
  flex: 0 0 16px;
  height: 16px;
  width: 16px;
}

.site-footer {
  background: #0b1e28;
  margin-top: 120px;
  padding: 48px 0;
}

.footer-container {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.footer-top {
  display: grid;
  gap: 32px;
  grid-template-columns: 492px 1fr;
}

.footer-newsletter {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.footer-newsletter p {
  color: #f6f6f6;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.footer-newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 279px;
}

.footer-newsletter-form label {
  color: var(--color-white);
  display: flex;
  flex-direction: column;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  gap: 4px;
  line-height: 20px;
}

.footer-newsletter-form input {
  background: transparent;
  border: 1px solid #b0b0b0;
  border-radius: var(--radius-6);
  color: var(--color-white);
  min-height: 48px;
  padding: 14px 16px;
}

.footer-newsletter-form input::placeholder {
  color: #888888;
}

.footer-newsletter-btn {
  align-items: center;
  background: var(--color-primary);
  border: 0;
  border-radius: var(--radius-64);
  color: var(--color-white);
  cursor: pointer;
  display: inline-flex;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  gap: 6px;
  justify-content: center;
  line-height: 20px;
  min-height: 44px;
  padding: 12px 24px;
  width: fit-content;
}

.footer-newsletter-note {
  color: #f6f6f6;
  font-size: 12px;
  line-height: 18px;
}

.footer-links-grid {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.footer-links-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links-col h4 {
  color: #f6f6f6;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 4px;
}

.footer-links-col a {
  color: #f6f6f6;
  font-size: 16px;
  line-height: 24px;
}

.footer-contact-link {
  align-items: center;
  display: flex;
  gap: 12px;
}

.footer-contact-icon {
  align-items: center;
  background: #344b63;
  border-radius: var(--radius-10);
  display: inline-flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.footer-contact-address {
  color: #f6f6f6;
  display: grid;
  gap: 0;
  grid-template-columns: 40px 1fr;
  line-height: 24px;
}

.footer-contact-address .footer-contact-icon {
  grid-row: span 2;
}

.footer-bottom {
  align-items: center;
  border-top: 1px solid #344b63;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr auto auto;
  padding-top: 33px;
}

.footer-copy {
  color: #f6f6f6;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.footer-social {
  display: flex;
  gap: 12px;
}

.footer-social a {
  align-items: center;
  background: #344b63;
  border-radius: var(--radius-10);
  display: inline-flex;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.footer-legal {
  display: flex;
  gap: 24px;
}

.footer-legal a {
  color: #f6f6f6;
  font-size: 14px;
  line-height: 20px;
}

@media (max-width: 1279px) {
  .course-hero-layout {
    gap: 48px;
    grid-template-columns: 1fr 1fr;
  }

  .course-hero-image-wrap {
    height: auto;
    width: 100%;
  }

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

  .contact-form-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .footer-top {
    grid-template-columns: 1fr;
  }

  .footer-links-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .main-nav {
    display: none;
  }

  .course-hero-layout,
  .marathon-terms-grid,
  .services-grid,
  .level-grid,
  .reviews-grid,
  .faq-grid,
  .contact-form-wrap,
  .outcomes-grid {
    grid-template-columns: 1fr;
  }

  .level-cards-rail {
    -ms-overflow-style: none;
    display: flex;
    gap: 16px;
    margin: 0 -8px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    padding: 4px 8px 12px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .level-cards-rail::-webkit-scrollbar {
    display: none;
  }

  .level-cards-rail > .level-card {
    flex: 0 0 clamp(240px, 76vw, 340px);
    min-height: 0;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    width: clamp(240px, 76vw, 340px);
  }

  .course-hero-content h1,
  .section-heading h2,
  .faq-intro h2,
  .outcomes-wrap > h2 {
    font-size: 34px;
    line-height: 40px;
  }

  .outcomes-subtitle {
    font-size: 18px;
    line-height: 26px;
  }

  .faq-intro {
    align-items: center;
    text-align: center;
  }

  .faq-intro .section-badge {
    margin: 0 auto;
  }

  .faq-intro p {
    margin: 0 auto;
    max-width: 680px;
  }

  .hero-features-grid,
  .service-info-grid {
    grid-template-columns: 1fr;
  }

  .service-info-whatsapp {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .gift-band {
    background: #f6eaee;
    gap: 18px;
    grid-template-columns: 1fr;
    margin: 24px auto 0;
    max-width: 520px;
    padding: 28px 24px 24px;
  }

  .gift-band::before,
  .gift-band::after {
    background: #efd7de;
    height: 170px;
    opacity: 1;
    width: 170px;
  }

  .gift-band::before {
    right: -84px;
    top: -80px;
  }

  .gift-band::after {
    left: -94px;
    top: 106px;
  }

  .gift-visual {
    height: 112px;
    margin: 0 auto;
    width: 112px;
  }

  .gift-visual::before {
    border-radius: 20px;
    height: 108px;
    width: 108px;
  }

  .gift-visual > img:not(.gift-spark) {
    height: 62px;
    left: 23px;
    top: 23px;
    width: 62px;
  }

  .gift-spark-large {
    height: 24px;
    left: 78px;
    top: -10px;
    width: 24px;
  }

  .gift-spark-small {
    height: 20px;
    left: -6px;
    top: 74px;
    width: 20px;
  }

  .gift-content {
    align-items: center;
    gap: 10px;
    width: 100%;
  }

  .gift-badge {
    margin: 0 auto;
    padding: 5px 12px;
  }

  .gift-content h3 {
    font-size: 28px;
    letter-spacing: -0.56px;
    line-height: 36px;
    max-width: 460px;
    text-align: center;
  }

  .gift-content p {
    align-items: flex-start;
    font-size: 16px;
    gap: 10px;
    line-height: 24px;
    width: 100%;
  }

  .gift-content p > .gift-icon {
    flex: 0 0 28px;
    height: 28px;
  }

  .gift-content p > .gift-copy {
    text-align: left;
  }

  .outcomes-media img {
    min-height: 320px;
  }

  .footer-links-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    justify-items: start;
  }
}

@media (max-width: 767px) {
  .container {
    width: calc(100% - 24px);
  }

  .top-news-right a {
    display: none;
  }

  .contact-links {
    display: none;
  }

  .social-links {
    margin-left: 0;
  }

  .header-inner {
    gap: 12px;
    justify-content: space-between;
    min-height: 72px;
    padding: 12px 0;
  }

  .nav-actions {
    gap: 8px;
  }

  .btn-icon,
  .btn-login {
    padding: 10px 12px;
  }

  .btn-login {
    font-size: 14px;
  }

  .course-hero-content h1,
  .section-heading h2,
  .faq-intro h2,
  .outcomes-wrap > h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .course-hero-content > p,
  .section-heading p,
  .hero-feature-item,
  .hero-price-wrap p,
  .hero-price-wrap span,
  .term-card p,
  .service-info-grid div,
  .gift-content p,
  .level-card p,
  .faq-intro p,
  .faq-trigger,
  .faq-list .kampus-faq-trigger {
    font-size: 16px;
    line-height: 24px;
  }

  .hero-price-wrap strong {
    font-size: 24px;
    line-height: 32px;
  }

  .pill-btn,
  .contact-cta,
  .contact-submit {
    font-size: 18px;
    line-height: 24px;
    min-height: 48px;
  }

  .marathon-video-wrap {
    height: 360px;
  }

  .video-play-btn {
    height: 88px;
    width: 88px;
  }

  .service-item,
  .level-card h3,
  .gift-content h3,
  .contact-card h4 {
    font-size: 22px;
    line-height: 30px;
  }

  .contact-form-section {
    padding: 32px 20px;
  }

  .contact-card h3 {
    font-size: 34px;
    line-height: 40px;
  }

  .footer-links-grid {
    grid-template-columns: 1fr;
  }

  .footer-legal {
    flex-wrap: wrap;
    gap: 12px 20px;
  }

  .contact-row.two-col,
  .contact-row-phone {
    grid-template-columns: 1fr;
  }

  .contact-row-phone {
    gap: 16px;
  }
}

/* -------- Birebir detail parity (desktop + mobile) -------- */
.desktop-copy {
  display: inline;
}

.mobile-copy {
  display: none;
}

.hero-price-mobile {
  display: none;
}

.hero-price-desktop {
  display: inline;
}

/* Homepage-inspired effects mapped to this page */
body.homepage-effects {
  overflow-x: hidden;
}

.homepage-effects .site-wrapper {
  isolation: isolate;
  position: relative;
}

.homepage-effects .top-news-right a,
.homepage-effects .social-links a,
.homepage-effects .main-nav a,
.homepage-effects .btn-icon,
.homepage-effects .btn-cart,
.homepage-effects .btn-login,
.homepage-effects .pill-btn,
.homepage-effects .contact-cta,
.homepage-effects .contact-submit,
.homepage-effects .footer-newsletter-btn,
.homepage-effects .footer-social a,
.homepage-effects .footer-links-col a,
.homepage-effects .footer-legal a,
.homepage-effects .video-play-btn,
.homepage-effects .section-badge,
.homepage-effects .faq-chevron,
.homepage-effects .contact-form input,
.homepage-effects .contact-form select,
.homepage-effects .contact-form textarea {
  transition:
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 320ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 280ms ease,
    background-color 280ms ease,
    color 280ms ease,
    filter 320ms ease,
    opacity 280ms ease;
}

.homepage-effects .course-hero-section,
.homepage-effects .marathon-section,
.homepage-effects .services-section,
.homepage-effects .level-section,
.homepage-effects .outcomes-section,
.homepage-effects .reviews-section,
.homepage-effects .faq-contact-section {
  position: relative;
}

.homepage-effects .course-hero-section {
  --hero-bg-x: 0px;
  --hero-bg-y: 0px;
  --hero-content-x: 0px;
  --hero-content-y: 0px;
}

.homepage-effects .course-hero-content {
  transform: translate3d(var(--hero-content-x), var(--hero-content-y), 0);
  transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.homepage-effects .course-hero-image-wrap img {
  transform: translate3d(var(--hero-bg-x), var(--hero-bg-y), 0);
  transform-origin: center center;
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1), filter 360ms ease;
  will-change: transform;
}

.homepage-effects .video-play-btn {
  animation: homePlayPulse 3.6s ease-in-out infinite;
}

.homepage-effects .pill-btn,
.homepage-effects .contact-cta,
.homepage-effects .contact-submit,
.homepage-effects .footer-newsletter-btn,
.homepage-effects .btn-login {
  overflow: hidden;
  position: relative;
}

.homepage-effects .pill-btn::before,
.homepage-effects .contact-cta::before,
.homepage-effects .contact-submit::before,
.homepage-effects .footer-newsletter-btn::before,
.homepage-effects .btn-login::before {
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 18%, rgba(255, 255, 255, 0.24) 50%, rgba(255, 255, 255, 0) 82%);
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translateX(-120%);
  transition: opacity 280ms ease;
}

.homepage-effects .term-card,
.homepage-effects .service-item,
.homepage-effects .service-info-card,
.homepage-effects .gift-band,
.homepage-effects .level-card,
.homepage-effects .review-card,
.homepage-effects .faq-list[data-faq-mode] .faq-item,
.homepage-effects .faq-list .kampus-faq-item,
.homepage-effects .faq-mobile-featured,
.homepage-effects .contact-card,
.homepage-effects .contact-form,
.homepage-effects .footer-newsletter,
.homepage-effects .footer-links-col {
  transition:
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 420ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 320ms ease,
    background-color 320ms ease;
}

.homepage-effects .review-card {
  --review-rest-x: 0px;
  animation: homeReviewFloat 8.8s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(11, 30, 40, 0.04);
  box-shadow: 0 18px 32px rgba(11, 30, 40, 0.08);
  transform-origin: center bottom;
  will-change: transform;
}

.homepage-effects .review-card::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.62) 0%, rgba(255, 255, 255, 0) 46%);
  content: "";
  inset: 1px;
  opacity: 0.9;
  pointer-events: none;
  position: absolute;
}

.homepage-effects .review-card:nth-child(2n) {
  animation-delay: -2.4s;
}

.homepage-effects .review-card:nth-child(3n) {
  animation-delay: -4.8s;
}

.homepage-effects .review-card:nth-child(4n) {
  animation-duration: 10.2s;
}

.homepage-effects .review-card:nth-child(5n) {
  animation-delay: -6.1s;
}

.homepage-effects .course-hero-image-wrap,
.homepage-effects .marathon-video-wrap,
.homepage-effects .outcomes-media,
.homepage-effects .contact-card-visual {
  overflow: hidden;
}

.homepage-effects .course-hero-image-wrap img,
.homepage-effects .marathon-video-wrap > img,
.homepage-effects .outcomes-media img,
.homepage-effects .contact-card-visual img {
  transform: scale(var(--media-rest-scale, 1));
  transition: transform 720ms cubic-bezier(0.22, 1, 0.36, 1), filter 420ms ease;
  will-change: transform;
}

.homepage-effects .course-hero-image-wrap img {
  --media-rest-scale: 1.02;
  --media-hover-scale: 1.06;
}

.homepage-effects .marathon-video-wrap > img,
.homepage-effects .outcomes-media img,
.homepage-effects .contact-card-visual img {
  --media-hover-scale: 1.05;
}

.homepage-effects .faq-list .faq-answer {
  max-height: 0;
  min-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transform: translate3d(0, -6px, 0);
  transition:
    max-height 760ms cubic-bezier(0.33, 0, 0.2, 1),
    opacity 520ms ease,
    transform 760ms cubic-bezier(0.33, 0, 0.2, 1);
  will-change: max-height, opacity, transform;
}

.homepage-effects .faq-list .faq-answer::before {
  content: none;
}

.homepage-effects .faq-answer-inner::before {
  background: #1f1f1f;
  content: "";
  display: block;
  height: 1px;
  margin-bottom: 16px;
  opacity: 0.28;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 620ms cubic-bezier(0.33, 0, 0.2, 1), opacity 420ms ease;
}

.homepage-effects .faq-answer-inner {
  opacity: 0;
  padding: 16px 20px 24px;
  transform: translate3d(0, -10px, 0);
  transition: transform 620ms cubic-bezier(0.33, 0, 0.2, 1), opacity 420ms ease;
}

.homepage-effects .faq-item.is-active .faq-answer {
  max-height: 460px;
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

.homepage-effects .faq-item.is-active .faq-answer-inner::before {
  opacity: 0.52;
  transform: scaleX(1);
}

.homepage-effects .faq-item.is-active .faq-answer-inner {
  opacity: 1;
  transition-delay: 90ms;
  transform: translate3d(0, 0, 0);
}

.homepage-effects .contact-form input:focus,
.homepage-effects .contact-form select:focus,
.homepage-effects .contact-form textarea:focus {
  border-color: rgba(232, 60, 102, 0.42);
  box-shadow: 0 0 0 4px rgba(232, 60, 102, 0.14);
  outline: none;
}

.homepage-effects.homepage-scrolled .site-header {
  box-shadow: 0 18px 38px rgba(11, 30, 40, 0.12);
}

.homepage-effects .fx-reveal {
  --reveal-translate-x: 0px;
  --reveal-translate-y: 38px;
  filter: blur(14px);
  opacity: 0;
  transform: translate3d(var(--reveal-translate-x), var(--reveal-translate-y), 0) scale(0.985);
  transition:
    opacity 720ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 900ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 900ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: transform, opacity, filter;
}

.homepage-effects .fx-reveal.fx-from-left {
  --reveal-translate-x: -48px;
  --reveal-translate-y: 0px;
}

.homepage-effects .fx-reveal.fx-from-right {
  --reveal-translate-x: 48px;
  --reveal-translate-y: 0px;
}

.homepage-effects .fx-reveal.fx-from-small {
  --reveal-translate-y: 22px;
}

.homepage-effects .fx-reveal.is-visible {
  filter: blur(0);
  opacity: 1;
  transform: none;
}

@media (hover: hover) and (pointer: fine) {
  .homepage-effects .top-news-right a:hover,
  .homepage-effects .social-links a:hover,
  .homepage-effects .footer-social a:hover,
  .homepage-effects .footer-links-col a:hover,
  .homepage-effects .footer-legal a:hover {
    transform: translateY(-2px);
  }

  .homepage-effects .main-nav a:hover {
    color: var(--color-primary);
  }

  .homepage-effects .pill-btn:hover,
  .homepage-effects .contact-cta:hover,
  .homepage-effects .contact-submit:hover,
  .homepage-effects .footer-newsletter-btn:hover,
  .homepage-effects .btn-login:hover {
    box-shadow: 0 30px 46px rgba(232, 60, 102, 0.24);
    transform: translateY(-4px);
  }

  .homepage-effects .btn-icon:hover,
  .homepage-effects .btn-cart:hover {
    box-shadow: 0 18px 30px rgba(11, 30, 40, 0.12);
    transform: translateY(-3px);
  }

  .homepage-effects .pill-btn:hover::before,
  .homepage-effects .contact-cta:hover::before,
  .homepage-effects .contact-submit:hover::before,
  .homepage-effects .footer-newsletter-btn:hover::before,
  .homepage-effects .btn-login:hover::before {
    opacity: 1;
    transform: translateX(120%);
    transition: transform 720ms ease, opacity 240ms ease;
  }

  .homepage-effects .pill-btn:hover img,
  .homepage-effects .contact-cta:hover img,
  .homepage-effects .contact-submit:hover img,
  .homepage-effects .footer-newsletter-btn:hover img {
    transform: translateX(4px);
  }

  .homepage-effects .term-card:hover,
  .homepage-effects .service-item:hover,
  .homepage-effects .level-card:hover,
  .homepage-effects .review-card:hover,
  .homepage-effects .contact-card:hover,
  .homepage-effects .contact-form:hover {
    transform: translateY(-8px);
  }

  .homepage-effects .service-info-card:hover,
  .homepage-effects .gift-band:hover {
    transform: translateY(-6px);
  }

  .homepage-effects .review-card:hover {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 28px 44px rgba(11, 30, 40, 0.12);
  }

  .homepage-effects .review-card:hover::before {
    opacity: 1;
  }

  .homepage-effects .course-hero-image-wrap:hover img,
  .homepage-effects .marathon-video-wrap:hover > img,
  .homepage-effects .outcomes-media:hover img,
  .homepage-effects .contact-card:hover .contact-card-visual img {
    filter: saturate(1.05);
    transform: scale(var(--media-hover-scale, 1.05));
  }

  .homepage-effects .marathon-video-wrap:hover .video-play-btn {
    transform: translate(-50%, -50%) scale(1.06);
  }

  .homepage-effects .marathon-video-wrap.is-playing:hover {
    box-shadow: none;
    transform: none;
  }

  .homepage-effects .faq-list[data-faq-mode] .faq-item:hover,
  .homepage-effects .faq-list .kampus-faq-item:hover {
    border-bottom-color: #b8b8b8;
  }
}

@media (max-width: 960px) {
  .homepage-effects .reviews-grid.reviews-slider-mode {
    display: block;
    height: var(--reviews-slider-height, 252px);
    margin-top: 36px;
    position: relative;
  }

  .homepage-effects .reviews-grid.reviews-slider-mode .review-card {
    --review-rest-x: 0px;
    animation: none;
    left: 0;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: translate3d(18%, 0, 0) scale(0.92);
    transition:
      transform 720ms cubic-bezier(0.22, 1, 0.36, 1),
      opacity 540ms ease,
      filter 540ms ease,
      box-shadow 540ms ease;
    width: 100%;
  }

  .homepage-effects .reviews-grid.reviews-slider-mode .review-card.is-active {
    box-shadow: 0 28px 46px rgba(11, 30, 40, 0.16);
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0, 0, 0) scale(1);
    z-index: 3;
  }

  .homepage-effects .reviews-grid.reviews-slider-mode .review-card.is-prev {
    filter: blur(1px);
    opacity: 0.18;
    transform: translate3d(-16%, 10px, 0) scale(0.93);
    z-index: 1;
  }

  .homepage-effects .reviews-grid.reviews-slider-mode .review-card.is-next {
    filter: blur(1px);
    opacity: 0.28;
    transform: translate3d(16%, 10px, 0) scale(0.93);
    z-index: 2;
  }

  .homepage-effects .reviews-slider-dots {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 22px;
  }

  .homepage-effects .reviews-slider-dots[hidden] {
    display: none;
  }

  .homepage-effects .reviews-slider-dot {
    background: rgba(11, 30, 40, 0.16);
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    height: 10px;
    padding: 0;
    transition:
      width 320ms cubic-bezier(0.22, 1, 0.36, 1),
      background-color 320ms ease,
      transform 320ms ease;
    width: 10px;
  }

  .homepage-effects .reviews-slider-dot.is-active {
    background: var(--color-primary);
    width: 34px;
  }
}

@media (max-width: 640px) {
  .homepage-effects .reviews-grid.reviews-slider-mode {
    height: var(--reviews-slider-height, 236px);
    margin-top: 28px;
  }

  .homepage-effects .reviews-grid.reviews-slider-mode.reviews-slider-rail {
    -ms-overflow-style: none;
    display: flex;
    gap: 16px;
    height: auto;
    margin: 0 -8px;
    overscroll-behavior-x: contain;
    overflow-x: auto;
    overflow-y: visible;
    padding: 0 24px 8px;
    scroll-behavior: smooth;
    scroll-padding-inline: 24px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .homepage-effects .reviews-grid.reviews-slider-mode.reviews-slider-rail::-webkit-scrollbar {
    display: none;
  }

  .homepage-effects .reviews-grid.reviews-slider-mode.reviews-slider-rail .review-card {
    filter: none;
    flex: 0 0 294px;
    min-height: 160px;
    opacity: 1;
    position: relative;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    transform: none !important;
    width: 294px;
  }

  .homepage-effects .reviews-grid.reviews-slider-rail.reviews-compact-mode {
    display: block;
    height: auto;
    margin: 40px -6px 0;
  }

  .homepage-effects .reviews-grid.reviews-slider-rail.reviews-compact-mode > .review-card {
    display: none;
  }

  .homepage-effects .reviews-grid.reviews-slider-rail.reviews-compact-mode .reviews-compact-rows {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .homepage-effects .reviews-grid.reviews-slider-rail.reviews-compact-mode .reviews-compact-row {
    -ms-overflow-style: none;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 16px, #000 calc(100% - 16px), transparent 100%);
    display: flex;
    gap: 16px;
    overscroll-behavior-x: contain;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 20px 8px;
    scroll-behavior: smooth;
    scroll-padding-inline: 20px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .homepage-effects .reviews-grid.reviews-slider-rail.reviews-compact-mode .reviews-compact-row::-webkit-scrollbar {
    display: none;
  }

  .homepage-effects .reviews-grid.reviews-slider-rail.reviews-compact-mode .reviews-compact-row .review-card {
    animation: none;
    backdrop-filter: blur(10px);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(246, 246, 246, 0.96) 100%);
    border: 1px solid rgba(209, 209, 209, 0.9);
    border-radius: 14px;
    box-shadow: 0 12px 28px rgba(16, 24, 40, 0.09);
    display: flex;
    filter: saturate(0.94);
    flex: 0 0 min(82vw, 312px);
    flex-direction: column;
    height: 228px;
    min-height: 228px;
    opacity: 1;
    padding: 12px;
    pointer-events: auto;
    position: relative;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    transition: box-shadow 220ms ease, border-color 220ms ease, filter 220ms ease, transform 220ms ease;
    transform: none !important;
    width: min(82vw, 312px);
    will-change: transform;
  }

  .homepage-effects .reviews-grid.reviews-slider-rail.reviews-compact-mode .reviews-compact-row .review-card::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.2) 42%, rgba(255, 255, 255, 0) 100%);
    inset: 1px;
  }

  .homepage-effects .reviews-grid.reviews-slider-rail.reviews-compact-mode .reviews-compact-row .review-card::after {
    background:
      radial-gradient(circle at 14% 0%, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0) 34%),
      linear-gradient(135deg, rgba(255, 255, 255, 0.38) 0%, rgba(255, 255, 255, 0) 58%, rgba(232, 60, 102, 0.08) 100%);
    border-radius: inherit;
    content: "";
    inset: 0;
    opacity: 0.82;
    pointer-events: none;
    position: absolute;
  }

  .homepage-effects .reviews-grid.reviews-slider-rail.reviews-compact-mode .reviews-compact-row .review-card p {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    margin-top: 16px;
    overflow: hidden;
  }

  .homepage-effects .reviews-grid.reviews-slider-rail .review-card.is-active {
    border-color: rgba(232, 60, 102, 0.18);
    box-shadow: 0 18px 38px rgba(11, 30, 40, 0.15);
    filter: saturate(1.02);
    transform: translateY(-4px) scale(1.01) !important;
  }

  .homepage-effects .reviews-grid.reviews-slider-rail .review-card.is-prev,
  .homepage-effects .reviews-grid.reviews-slider-rail .review-card.is-next {
    filter: saturate(0.96);
    opacity: 0.96;
  }

  .homepage-effects .reviews-grid.reviews-slider-rail .review-user-text strong {
    font-size: 14px;
    line-height: 20px;
  }

  .homepage-effects .reviews-grid.reviews-slider-rail .review-user-text span,
  .homepage-effects .reviews-grid.reviews-slider-rail .review-date,
  .homepage-effects .reviews-grid.reviews-slider-rail .review-card p {
    font-size: 12px;
    line-height: 18px;
  }

  .homepage-effects .reviews-grid.reviews-slider-rail + .reviews-slider-dots {
    display: none !important;
  }
}

@keyframes homeReviewFloat {
  0%,
  100% {
    transform: translate3d(var(--review-rest-x, 0px), 0, 0) scale(1) rotate(0deg);
  }

  25% {
    transform: translate3d(calc(var(--review-rest-x, 0px) - 4px), -10px, 0) scale(1.008) rotate(-0.55deg);
  }

  50% {
    transform: translate3d(calc(var(--review-rest-x, 0px) + 4px), -16px, 0) scale(1.015) rotate(0.5deg);
  }

  75% {
    transform: translate3d(calc(var(--review-rest-x, 0px) - 3px), -8px, 0) scale(1.006) rotate(-0.35deg);
  }
}

@keyframes homePlayPulse {
  0%,
  100% {
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
  }

  50% {
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
  }
}

@media (prefers-reduced-motion: reduce) {
  .homepage-effects .course-hero-content,
  .homepage-effects .course-hero-image-wrap img,
  .homepage-effects .fx-reveal {
    animation: none !important;
    filter: none !important;
    transform: none !important;
    transition: none !important;
  }

  .homepage-effects .video-play-btn {
    animation: none !important;
    filter: none !important;
    transform: translate(-50%, -50%) !important;
    transition: none !important;
  }
}

/* Mobile parity from Figma node 2033:16678 */
@media (max-width: 767px) {
  .desktop-copy {
    display: none !important;
  }

  .mobile-copy {
    display: inline !important;
  }

  .hero-price-desktop {
    display: none;
  }

  .hero-price-mobile {
    display: inline;
  }

  .container {
    width: calc(100% - 32px);
  }

  .top-news-inner {
    min-height: 36px;
  }

  .top-news-left {
    font-size: 12px;
    line-height: 18px;
    max-width: calc(100% - 126px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .top-news-right {
    gap: 10px;
  }

  .top-news-right a {
    display: inline-flex;
    font-size: 14px;
    line-height: 20px;
  }

  .contact-strip-inner {
    justify-content: space-between;
    min-height: 36px;
    padding: 0;
  }

  .contact-links {
    align-items: center;
    display: flex;
    gap: 0;
  }

  .contact-links a:first-child {
    display: none;
  }

  .contact-links a:last-child {
    font-size: 12px;
    line-height: 18px;
  }

  .social-links {
    margin-left: 0;
  }

  .header-inner {
    gap: 12px;
    justify-content: space-between;
    min-height: 64px;
    padding: 12px 0;
  }

  .brand {
    height: 32px;
    width: 103px;
  }

  .nav-actions {
    gap: 8px;
  }

  .btn-icon,
  .btn-cart,
  .btn-login {
    min-height: 40px;
    padding: 8px 12px;
  }

  .btn-login {
    font-size: 14px;
    line-height: 20px;
  }

  .course-hero-section {
    margin-top: 16px;
  }

  .course-hero-layout {
    display: flex;
    flex-direction: column-reverse;
    gap: 24px;
  }

  .course-hero-image-wrap {
    border-radius: 0;
    box-shadow: none;
    height: 218px;
    margin-left: calc(50% - 50vw);
    width: 100vw;
  }

  .course-hero-content {
    gap: 12px;
  }

  .section-badge {
    font-size: 14px;
    line-height: 18px;
    min-height: 30px;
    padding: 6px 12px;
  }

  .course-hero-content h1 {
    font-size: 30px;
    letter-spacing: -0.6px;
    line-height: 36px;
  }

  .course-hero-content > p {
    font-size: 16px;
    line-height: 24px;
  }

  .hero-features-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .hero-feature-item {
    font-size: 16px;
    line-height: 24px;
  }

  .hero-price-wrap p {
    font-size: 16px;
    line-height: 24px;
  }

  .hero-price-wrap strong {
    font-size: 32px;
    letter-spacing: -0.64px;
    line-height: 32px;
  }

  .hero-price-wrap span {
    font-size: 16px;
    line-height: 24px;
  }

  .course-hero-content .pill-btn {
    min-height: 44px;
    width: 100%;
  }

  .marathon-section,
  .services-section,
  .level-section,
  .outcomes-section,
  .reviews-section,
  .faq-contact-section {
    margin-top: 40px;
  }

  .section-heading {
    gap: 12px;
  }

  .section-heading h2 {
    font-size: 32px;
    letter-spacing: -0.64px;
    line-height: 36px;
  }

  .section-heading p {
    font-size: 16px;
    line-height: 24px;
  }

  .marathon-video-wrap {
    height: 200px;
    margin-top: 24px;
  }

  .video-play-btn {
    height: 72px;
    width: 72px;
  }

  .video-play-btn img {
    height: 36px;
    width: auto;
  }

  .marathon-terms-grid {
    display: flex;
    gap: 16px;
    margin-top: 24px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    padding: 0 0 8px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    touch-action: pan-x pan-y pinch-zoom;
    -webkit-overflow-scrolling: touch;
  }

  .marathon-terms-grid::-webkit-scrollbar {
    display: none;
  }

  .marathon-terms-grid,
  .marathon-terms-grid * {
    touch-action: pan-x pan-y pinch-zoom;
  }

  .term-card {
    flex: 0 0 auto;
    max-width: 267px;
    min-width: 212px;
    padding: 16px;
    scroll-snap-align: start;
  }

  .term-card h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .term-card p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 12px;
  }

  .marathon-cta-wrap {
    margin-top: 16px;
  }

  .marathon-cta-wrap .pill-btn {
    min-height: 44px;
    width: 100%;
  }

  .services-grid {
    gap: 16px;
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .service-item {
    font-size: 20px;
    letter-spacing: -0.2px;
    line-height: 24px;
    min-height: 80px;
    padding: 16px;
  }

  .service-item span {
    flex: 0 0 48px;
    height: 48px;
  }

  .service-info-card {
    margin-top: 12px;
    padding: 17px;
  }

  .service-info-card h3 {
    font-size: 20px;
    line-height: 20px;
  }

  .service-info-grid {
    gap: 12px;
    grid-template-columns: 1fr;
    margin-top: 16px;
  }

  .service-info-grid div {
    align-items: flex-start;
    font-size: 16px;
    line-height: 24px;
  }

  .service-info-grid span {
    margin-top: 2px;
  }

  .service-footnote {
    color: #5b5b5b;
    margin-top: 16px;
    text-align: left;
  }

  .service-info-whatsapp {
    align-items: stretch;
    background: transparent;
    flex-direction: column;
    gap: 16px;
    margin-top: 16px;
    padding: 0;
  }

  .service-info-whatsapp p {
    background: var(--color-white);
    border-radius: var(--radius-12);
    font-size: 16px;
    line-height: 24px;
    max-width: none;
    padding: 12px;
  }

  .service-info-whatsapp a {
    font-size: 20px;
    line-height: 28px;
    min-height: 44px;
    width: 100%;
  }

  .gift-band {
    gap: 16px;
    grid-template-columns: 1fr;
    margin-top: 24px;
    max-width: 100%;
    padding: 20px 16px 18px;
  }

  .gift-visual {
    margin: 0 auto;
  }

  .gift-spark-large {
    left: 78px;
    top: -10px;
    width: 24px;
  }

  .gift-spark-small {
    left: -6px;
    top: 74px;
    width: 20px;
  }

  .gift-content {
    gap: 12px;
  }

  .gift-content h3 {
    font-size: 22px;
    letter-spacing: -0.44px;
    line-height: 30px;
    max-width: 290px;
    text-align: center;
  }

  .gift-content p {
    align-items: flex-start;
    font-size: 14px;
    line-height: 22px;
  }

  .level-card p {
    font-size: 16px;
    line-height: 24px;
  }

  .level-card,
  .level-card-cta {
    min-height: 0;
  }

  .outcomes-section {
    padding: 24px 0;
  }

  .outcomes-wrap > h2 {
    font-size: 22px;
    line-height: 30px;
  }

  .outcomes-subtitle {
    font-size: 15px;
    line-height: 22px;
    margin-top: 12px;
  }

  .outcomes-grid {
    gap: 12px;
    grid-template-columns: 1fr;
    margin-top: 16px;
  }

  .outcomes-media {
    aspect-ratio: 1 / 1;
    height: auto;
  }

  .outcomes-media img {
    height: 100%;
    min-height: 0;
    object-fit: contain;
    object-position: center;
  }

  .outcomes-content {
    gap: 12px;
    padding: 12px;
  }

  .outcomes-content ul {
    gap: 8px;
  }

  .outcomes-content li {
    font-size: 14px;
    line-height: 20px;
    min-height: 56px;
    padding: 12px 12px 12px 40px;
  }

  .outcomes-content li::before {
    height: 20px;
    left: 12px;
    width: 20px;
  }

  .outcomes-content .pill-btn {
    min-height: 40px;
    width: 100%;
  }

  .reviews-section {
    padding: 72px 0 56px;
  }

  .reviews-grid {
    gap: 24px;
    grid-template-columns: 1fr;
    margin-top: 32px;
  }

  .reviews-grid > :nth-child(n + 4) {
    --review-rest-x: 0px;
  }

  .reviews-heading h2 {
    font-size: 36px;
    line-height: 40px;
  }

  .review-card {
    min-height: 0;
    padding: 16px;
  }

  .review-user-text strong {
    font-size: 16px;
    line-height: 24px;
  }

  .review-user-text span,
  .review-card p {
    font-size: 14px;
    line-height: 20px;
  }

  .faq-contact-wrap {
    gap: 32px;
  }

  .faq-grid {
    gap: 20px;
  }

  .faq-intro h2 {
    font-size: 32px;
    letter-spacing: -0.64px;
    line-height: 36px;
  }

  .faq-intro p {
    font-size: 16px;
    line-height: 24px;
  }

  .faq-list {
    border-bottom: 0;
  }

  .faq-list .kampus-faq-item {
    border-bottom: 1px solid #d1d1d1;
  }

  .faq-list .kampus-faq-trigger {
    font-family: "Poppins", "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    padding: 22px 16px;
  }

  .faq-list .kampus-faq-trigger span {
    padding-right: 12px;
  }

  .faq-list .kampus-faq-panel-inner {
    color: #454545;
    line-height: 24px;
    padding: 12px 16px 16px;
  }

  .faq-list .kampus-faq-panel-inner::before {
    margin-bottom: 12px;
  }

  .faq-item {
    border: 1px solid #d1d1d1;
    border-radius: var(--radius-12);
    margin-bottom: 12px;
    overflow: hidden;
  }

  .faq-item:last-child {
    border-bottom: 1px solid #d1d1d1;
  }

  .faq-item:first-child {
    background: #fcf0f3;
    border-color: rgba(232, 60, 102, 0.38);
  }

  .faq-trigger {
    font-size: 20px;
    line-height: 28px;
    padding: 16px;
  }

  .faq-answer-inner::before {
    margin-bottom: 12px;
  }

  .faq-answer-inner {
    color: #454545;
    line-height: 24px;
    padding: 0 16px 18px;
  }

  .contact-form-section {
    padding: 16px;
  }

  .contact-form-wrap {
    gap: 16px;
  }

  .contact-card-visual {
    height: 144px;
  }

  .contact-card h3 {
    font-size: 32px;
    line-height: 32px;
    margin-top: 24px;
  }

  .contact-card h4 {
    font-size: 20px;
    line-height: 28px;
    margin-top: 12px;
  }

  .contact-card p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
  }

  .contact-buttons {
    gap: 12px;
    margin-top: 24px;
  }

  .contact-cta {
    min-height: 44px;
  }

  .contact-form {
    gap: 12px;
    padding: 16px;
  }

  .contact-form textarea {
    min-height: 113px;
  }

  .contact-submit {
    min-height: 40px;
    margin-top: 4px;
  }

  .site-footer {
    margin-top: 40px;
  }
}

@media (max-width: 640px) {
  body.homepage-effects.mobile-nav-open {
    overflow: hidden;
  }

  body.homepage-effects::before {
    background: rgba(7, 17, 28, 0.34);
    backdrop-filter: blur(10px);
    content: "";
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transition: opacity 240ms ease;
    z-index: 41;
  }

  body.homepage-effects.mobile-nav-open::before {
    opacity: 1;
  }

  body.homepage-effects .site-header {
    background: transparent;
    top: 80px;
    z-index: 42;
  }

  body.homepage-effects .site-header .header-inner {
    min-height: 64px;
    padding: 8px 0;
    width: calc(100% - 32px);
  }

  body.homepage-effects .site-header .brand {
    margin-right: auto;
  }

  body.homepage-effects .site-header .main-nav {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    box-shadow: 0 24px 60px rgba(11, 30, 40, 0.24);
    display: flex;
    flex-direction: column;
    gap: 0;
    left: 0;
    margin-right: 0;
    max-height: calc(100vh - 164px);
    opacity: 0;
    overflow-y: auto;
    padding: 16px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    transform: translateY(-10px) scale(0.98);
    transform-origin: top right;
    transition: opacity 220ms ease, transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
    visibility: hidden;
    width: auto;
  }

  body.homepage-effects .site-header.mobile-menu-open .main-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
    visibility: visible;
  }

  body.homepage-effects .site-header .main-nav > a,
  body.homepage-effects .site-header .main-nav > .mega-nav-item > .mega-trigger {
    border-bottom: 1px solid #e7e7e7;
    color: #0b1e28;
    justify-content: space-between;
    padding: 13px 0;
    width: 100%;
  }

  body.homepage-effects .site-header .main-nav > a.active,
  body.homepage-effects .site-header .main-nav > .mega-nav-item > .mega-trigger.active {
    background: #fcf0f3;
    border-bottom-color: transparent;
    border-radius: 12px;
    color: #e83c66;
    font-weight: 700;
    margin-bottom: 4px;
    padding-left: 12px;
    padding-right: 12px;
  }

  body.homepage-effects .site-header .main-nav > a:last-child,
  body.homepage-effects .site-header .main-nav > .mega-nav-item:last-child > .mega-trigger {
    border-bottom: 0;
  }

  body.homepage-effects .site-header .mega-nav-item {
    display: block;
    width: 100%;
  }

  body.homepage-effects .site-header .mega-menu-panel {
    display: none !important;
  }

  body.homepage-effects .site-header .mobile-nav-extras {
    border-top: 1px solid #e7e7e7;
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 12px;
    padding-top: 16px;
  }

  body.homepage-effects .site-header .mobile-nav-cta {
    align-items: center;
    background: #e83c66;
    border-radius: 14px;
    box-shadow: 0 14px 32px rgba(232, 60, 102, 0.22);
    color: #ffffff;
    display: inline-flex;
    font-size: 16px;
    font-weight: 600;
    gap: 6px;
    justify-content: center;
    line-height: 24px;
    min-height: 44px;
    width: 100%;
  }

  body.homepage-effects .site-header .mobile-nav-support {
    background: #fcf6f8;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 12px 14px;
  }

  body.homepage-effects .site-header .mobile-nav-support::before {
    color: #697586;
    content: "Hızlı İletişim";
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 16px;
    text-transform: uppercase;
  }

  body.homepage-effects .site-header .mobile-nav-support-link {
    align-items: center;
    color: #0b1e28;
    display: inline-flex;
    font-size: 13px;
    gap: 8px;
    line-height: 18px;
  }

  body.homepage-effects .site-header .nav-actions {
    gap: 16px;
    margin-left: 16px;
  }

  body.homepage-effects .site-header .btn-cart,
  body.homepage-effects .site-header .btn-icon,
  body.homepage-effects .site-header .btn-login {
    align-items: center;
    border-radius: 12px;
    display: inline-flex;
    height: 48px;
    justify-content: center;
    min-height: 48px;
    min-width: 48px;
    padding: 0;
    position: relative;
    width: 48px;
  }

  body.homepage-effects .site-header .btn-cart,
  body.homepage-effects .site-header .btn-icon {
    background: #fcf0f3;
  }

  body.homepage-effects .site-header .btn-login {
    background: #fcf0f3;
    color: transparent;
    font-size: 0;
    gap: 0;
    transition: background-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
  }

  body.homepage-effects .site-header .btn-login img,
  body.homepage-effects .site-header .btn-login-label {
    display: none;
  }

  body.homepage-effects .site-header .btn-login::before,
  body.homepage-effects .site-header .btn-login::after {
    content: none;
  }

  body.homepage-effects .site-header .btn-menu-icon {
    background: #e83c66;
    border-radius: 999px;
    display: block;
    height: 2px;
    position: relative;
    transition: transform 0.24s ease, background-color 0.24s ease;
    width: 24px;
  }

  body.homepage-effects .site-header .btn-menu-icon::before,
  body.homepage-effects .site-header .btn-menu-icon::after {
    background: #e83c66;
    border-radius: 999px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transition: transform 0.24s ease, top 0.24s ease, opacity 0.24s ease;
    width: 24px;
  }

  body.homepage-effects .site-header .btn-menu-icon::before {
    top: -7px;
  }

  body.homepage-effects .site-header .btn-menu-icon::after {
    top: 7px;
  }

  body.homepage-effects .site-header.mobile-menu-open .btn-login {
    background: #e83c66;
    box-shadow: 0 12px 28px rgba(232, 60, 102, 0.24);
    transform: translateY(-1px);
  }

  body.homepage-effects .site-header.mobile-menu-open .btn-menu-icon,
  body.homepage-effects .site-header.mobile-menu-open .btn-menu-icon::before,
  body.homepage-effects .site-header.mobile-menu-open .btn-menu-icon::after {
    background: #ffffff;
  }

  body.homepage-effects .site-header.mobile-menu-open .btn-menu-icon {
    transform: rotate(45deg);
  }

  body.homepage-effects .site-header.mobile-menu-open .btn-menu-icon::before {
    opacity: 0;
    top: 0;
  }

  body.homepage-effects .site-header.mobile-menu-open .btn-menu-icon::after {
    top: 0;
    transform: rotate(90deg);
  }
}

body.homepage-effects .reviews-section .review-card {
  backdrop-filter: none;
  background: #ffffff;
  border-color: rgba(11, 30, 40, 0.14);
  box-shadow: 0 16px 34px rgba(11, 30, 40, 0.12);
  color: #151515;
}

body.homepage-effects .reviews-section .review-card::before,
body.homepage-effects .reviews-section .review-card::after {
  opacity: 0;
}

body.homepage-effects .reviews-section .review-card p,
body.homepage-effects .reviews-section .review-user-text strong {
  color: #151515;
  opacity: 1;
}

body.homepage-effects .reviews-section .review-user-text span,
body.homepage-effects .reviews-section .review-date {
  color: #454545;
  opacity: 1;
}

body.homepage-effects .reviews-section .reviews-grid.reviews-slider-mode .review-card.is-prev,
body.homepage-effects .reviews-section .reviews-grid.reviews-slider-mode .review-card.is-next {
  filter: none;
  opacity: 0.78;
}

body.homepage-effects .reviews-section .reviews-grid.reviews-slider-rail .review-card.is-prev,
body.homepage-effects .reviews-section .reviews-grid.reviews-slider-rail .review-card.is-next,
body.homepage-effects .reviews-section .reviews-grid.reviews-slider-rail.reviews-compact-mode .reviews-compact-row .review-card {
  backdrop-filter: none;
  background: #ffffff;
  filter: none;
  opacity: 1;
}

.reviews-slider-arrows {
  display: none;
}

.reviews-slider-arrow {
  align-items: center;
  background: var(--color-white);
  border: 1px solid #454545;
  border-radius: var(--radius-64);
  color: #0b1e28;
  cursor: pointer;
  display: inline-flex;
  font-size: 28px;
  height: 44px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  transition: border-color 220ms ease, box-shadow 220ms ease, opacity 220ms ease, transform 220ms ease;
  width: 44px;
}

.reviews-slider-arrow:disabled {
  border-color: #d1d1d1;
  cursor: not-allowed;
  opacity: 0.55;
  transform: none;
}

.reviews-slider-arrow:not(:disabled):active {
  transform: scale(0.96);
}

@media (max-width: 768px) {
  body.homepage-effects .lesson-reviews-section .reviews-slider-arrows {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 18px;
  }

  body.homepage-effects .lesson-reviews-section .reviews-slider-arrows[hidden] {
    display: none;
  }

  body.homepage-effects .lesson-reviews-section .reviews-grid.reviews-slider-mode .review-card.is-prev,
  body.homepage-effects .lesson-reviews-section .reviews-grid.reviews-slider-mode .review-card.is-next {
    filter: none;
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0.96);
  }

  body.homepage-effects .lesson-reviews-section .review-card {
    padding: 24px;
  }

  body.homepage-effects .lesson-reviews-section .review-user-text strong {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
  }

  body.homepage-effects .lesson-reviews-section .review-user-text span,
  body.homepage-effects .lesson-reviews-section .review-card p {
    font-size: 16px;
    line-height: 24px;
  }

  body.homepage-effects .lesson-reviews-section .review-card p {
    max-width: 315px;
    width: 100%;
  }
}
