:root {
  --color-primary: #e83c66;
  --color-secondary: #fcc031;
  --color-bg-dark: #0b1e28;
  --color-bg-soft: #f6f6f6;
  --color-text: #000000;
  --color-white: #ffffff;
  --color-muted: #5e5e5e;
  --radius-12: 12px;
  --radius-16: 16px;
  --radius-24: 24px;
  --radius-64: 64px;
}

* {
  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 {
  font: inherit;
}

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

.is-mobile,
.news-text-mobile {
  display: none;
}

.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: 10px;
  display: inline-flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.site-header {
  background: var(--color-bg-soft);
}

.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;
}

.hero-cta {
  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;
  letter-spacing: -0.4px;
  line-height: 28px;
  padding: 12px 24px;
}

.section-badge {
  align-items: center;
  background: var(--color-secondary);
  border-radius: var(--radius-24);
  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;
}

.method-hero-section {
  padding: 32px 0 72px;
  position: relative;
  overflow: hidden;
}

.method-hero-grid {
  align-items: center;
  display: grid;
  gap: 126px;
  grid-template-columns: 486px 588px;
  position: relative;
  z-index: 2;
}

.method-hero-content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

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

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

.method-hero-media {
  border-radius: var(--radius-12);
  box-shadow: 0 4px 6px rgba(16, 24, 40, 0.1);
  height: 462px;
  overflow: hidden;
  position: relative;
}

.method-hero-media img {
  left: 0;
  position: absolute;
  width: 100%;
}

.hero-media-desktop {
  display: block;
  height: auto;
  top: -86px;
}

.hero-media-mobile {
  display: none;
  height: 100%;
  object-fit: cover;
  top: 0;
}

.hero-stats {
  bottom: 8px;
  display: none;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  left: 30px;
  position: absolute;
  right: 30px;
  z-index: 2;
}

.hero-stat-card {
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 4px 6px rgba(16, 24, 40, 0.1);
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px;
}

.hero-stat-card strong {
  color: var(--color-primary);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.48px;
  line-height: 32px;
}

.hero-stat-card span {
  font-size: 16px;
  line-height: 24px;
}

.method-hero-scroll {
  align-items: center;
  background: transparent;
  border: 0;
  color: #0b1e28;
  cursor: pointer;
  display: none !important;
  flex-direction: column;
  font-size: 0;
  gap: 8px;
  left: 50%;
  padding: 0;
  position: absolute;
  bottom: 18px;
  transform: translateX(-50%);
  z-index: 3;
}

.method-hero-scroll-mouse {
  align-items: flex-start;
  border: 2px solid #0b1e28;
  border-radius: 999px;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  padding-top: 6px;
  width: 22px;
}

.method-hero-scroll-wheel {
  background: #0b1e28;
  border-radius: 999px;
  display: inline-block;
  height: 8px;
  width: 3px;
}

.method-hero-scroll-text {
  display: none !important;
  font-family: "Poppins", "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 18px;
  text-transform: uppercase;
}

.integrated-section {
  padding: 48px 0 72px;
}

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

.integrated-video {
  border-radius: var(--radius-12);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  height: 675px;
  margin-top: 48px;
  overflow: hidden;
  position: relative;
}

.integrated-video::after {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.integrated-video img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

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

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

.integrated-video.is-playing::after,
.integrated-video.is-playing img,
.integrated-video.is-playing .video-play {
  display: none;
}

.video-play {
  align-items: center;
  background: #ffffff;
  border: 0;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.24);
  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 img {
  height: 46px;
  margin-left: 3px;
  width: 46px;
}

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

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

.integrated-left p {
  font-size: 18px;
  line-height: 28px;
  margin: 20px 0 0;
}

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

.integrated-right ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

.integrated-right li {
  align-items: center;
  display: flex;
  font-size: 18px;
  gap: 24px;
  line-height: 28px;
}

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

.fun-section {
  padding: 72px 0;
}

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

.fun-card {
  align-items: center;
  border-radius: var(--radius-12);
  display: grid;
  gap: 24px;
  grid-template-columns: 200px 1fr;
  min-height: 264px;
  overflow: hidden;
  padding: 32px;
}

.fun-card-pink {
  background: var(--color-primary);
  color: #ffffff;
}

.fun-card-dark {
  background: var(--color-bg-dark);
  color: #ffffff;
}

.fun-card-image {
  border-radius: var(--radius-12);
  height: 200px;
  overflow: hidden;
}

.fun-card-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

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

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

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

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

.gift-banner::before {
  opacity: 0.35;
  right: -128px;
  top: -131px;
}

.gift-banner::after {
  opacity: 0.14;
  bottom: -142px;
  left: -107px;
}

.gift-visual {
  height: 130.452px;
  position: relative;
  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;
  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 ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

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

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

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

.comparison-section {
  padding: 72px 0;
}

.comparison-table-wrap {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  border-radius: var(--radius-12);
  margin-top: 48px;
  overflow: hidden;
}

.comparison-head,
.comparison-row {
  display: grid;
  grid-template-columns: 300px 1fr 1fr 1fr;
}

.comparison-head {
  background: var(--color-primary);
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 17px 24px;
}

.comparison-head > div {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}

.comparison-head > div:first-child {
  justify-content: flex-start;
  text-align: left;
}

.comparison-row {
  border-top: 1px solid #d1d1d1;
  padding: 24px;
}

.comparison-row > div {
  align-items: center;
  display: flex;
  justify-content: center;
}

.comparison-row > div:first-child {
  color: #000000;
  font-size: 18px;
  justify-content: flex-start;
  line-height: 28px;
}

.cell-yes span {
  align-items: center;
  background: var(--color-secondary);
  border-radius: 999px;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.cell-no {
  opacity: 0.6;
}

.comparison-cta-row {
  align-items: center;
  background: #fcf0f3;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 24px;
}

.comparison-cta-row h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.4px;
  line-height: 28px;
  margin: 0;
}

.comparison-cta-row p {
  font-size: 18px;
  line-height: 28px;
  margin: 8px 0 0;
}

.comparison-cta {
  align-items: center;
  background: var(--color-primary);
  border-radius: var(--radius-24);
  color: #ffffff;
  display: inline-flex;
  font-size: 20px;
  font-weight: 600;
  gap: 6px;
  letter-spacing: -0.4px;
  line-height: 28px;
  padding: 12px 24px;
  white-space: nowrap;
}

.programs-section {
  padding: 72px 0;
}

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

.program-card {
  display: flex;
  flex-direction: column;
  gap: 32px;
  height: 100%;
}

.program-image-wrap {
  border-radius: var(--radius-12);
  height: 460px;
  overflow: hidden;
  position: relative;
}

.program-image-wrap > img {
  left: 0;
  max-width: none;
  position: absolute;
  top: 0;
}

.program-image-wrap-left > img {
  top: -5.5px;
  width: 100%;
}

.program-image-badge {
  align-items: center;
  background: var(--color-primary);
  border-radius: var(--radius-24);
  color: #ffffff;
  display: inline-flex;
  font-size: 14px;
  gap: 8px;
  left: 16px;
  line-height: 20px;
  padding: 6px 12px;
  position: absolute;
  top: 16.5px;
  z-index: 2;
}

.program-image-wrap-right {
  background: #f6f6f6;
}

.program-right-bg,
.program-right-main {
  position: absolute;
}

.program-right-bg {
  inset: 0;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.program-right-main {
  left: 0;
  top: -57.5px;
  width: 100%;
}

.program-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 24px;
}

.program-content h3 {
  align-items: center;
  display: flex;
  font-size: 24px;
  font-weight: 600;
  gap: 12px;
  letter-spacing: -0.48px;
  line-height: 32px;
  margin: 0;
}

.program-icon {
  align-items: center;
  border-radius: var(--radius-12);
  display: inline-flex;
  flex: 0 0 40px;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.program-icon-pink {
  background: var(--color-primary);
}

.program-icon-yellow {
  background: var(--color-secondary);
}

.program-content h4 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.4px;
  line-height: 28px;
  margin: 0;
}

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

.program-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.program-tags span {
  border-radius: 8px;
  font-size: 14px;
  line-height: 20px;
  padding: 4px 10px;
}

.tags-pink span {
  background: var(--color-primary);
  color: #ffffff;
}

.tags-yellow span {
  background: var(--color-secondary);
  color: #2c0a12;
}

.program-link {
  align-items: center;
  border-bottom: 1px solid var(--color-primary);
  color: var(--color-primary);
  display: inline-flex;
  font-size: 20px;
  font-weight: 600;
  gap: 6px;
  letter-spacing: -0.4px;
  line-height: 28px;
  margin-top: auto;
  width: fit-content;
}

.program-link img {
  height: 18px;
  width: 18px;
}

.faq-contact-section {
  padding: 72px 0 0;
}

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

.faq-grid {
  display: grid;
  gap: 40px;
  grid-template-columns: 580px 580px;
  justify-content: space-between;
}

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

.faq-intro .section-badge {
  align-self: flex-start;
}

.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-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-list details {
  border-bottom: 1px solid #d1d1d1;
  overflow: hidden;
  transition: background-color 260ms ease;
}

.faq-list details > :not(summary) {
  display: block;
}

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

.faq-list summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-weight: 400;
  justify-content: space-between;
  line-height: 28px;
  list-style: none;
  padding: 24px;
}

.faq-list summary::marker,
.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  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-list details.is-open .faq-chevron,
.faq-list details[open] .faq-chevron {
  transform: rotate(180deg);
}

.faq-list p {
  color: #000000;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  padding: 16px 20px;
}

.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-list .faq-answer::before {
  background: #1f1f1f;
  content: "";
  display: block;
  height: 1px;
  margin: 0 20px;
  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 .faq-answer p {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
  transition: transform 620ms cubic-bezier(0.33, 0, 0.2, 1), opacity 420ms ease;
}

.faq-list details.is-open .faq-answer,
.faq-list details[open] .faq-answer {
  max-height: 460px;
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

.faq-list details.is-open .faq-answer::before,
.faq-list details[open] .faq-answer::before {
  opacity: 0.52;
  transform: scaleX(1);
}

.faq-list details.is-open .faq-answer p,
.faq-list details[open] .faq-answer p {
  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 {
  display: grid;
  gap: 48px;
  grid-template-columns: 446px 578px;
  justify-content: space-between;
}

.contact-card {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}

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

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

.contact-card-visual img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: 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;
  padding: 12px 24px;
  width: 100%;
}

.contact-cta-primary {
  background: #ffffff;
  color: var(--color-bg-dark);
}

.contact-cta-outline {
  border: 1px solid #ffffff;
  color: #ffffff;
}

.contact-form {
  background: #ffffff;
  border-radius: var(--radius-16);
  box-shadow: 0 1px 3px rgba(16, 24, 40, 0.1);
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
}

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

.contact-form 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 {
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  color: #000000;
  font-family: "SF Pro Text", "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  min-height: 40px;
  padding: 10px 12px;
}

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

.phone-input-wrap {
  display: grid;
  gap: 6px;
  grid-template-columns: 79px 1fr;
}

.phone-prefix {
  min-width: 79px;
}

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

.contact-submit {
  align-items: center;
  background: var(--color-primary);
  border: 0;
  border-radius: var(--radius-64);
  color: #ffffff;
  cursor: pointer;
  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;
  width: 100%;
}

.contact-cta img,
.contact-submit img {
  height: 18px;
  width: 18px;
}

.contact-submit img {
  --stroke-0: #ffffff;
}

.contact-cta-outline img {
  --stroke-0: #ffffff;
}

.contact-cta-primary img {
  --stroke-0: #0b1e28;
  display: inline-block !important;
  flex: 0 0 auto;
  filter: brightness(0) saturate(100%) !important;
  margin-left: 2px;
  opacity: 1 !important;
  visibility: visible !important;
}

.form-note {
  align-items: center;
  color: #000000;
  display: inline-flex;
  font-family: "SF Pro Text", "Inter", sans-serif;
  font-size: 14px;
  gap: 4px;
  justify-content: center;
  letter-spacing: -0.1504px;
  line-height: 20px;
  margin: 0;
}

.site-footer {
  background: #0b1e28;
  color: #f6f6f6;
  margin-top: 20px !important;
  padding: 48px 0;
}

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

.footer-top {
  align-items: flex-start;
  display: grid;
  gap: 40px;
  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;
  width: 279px;
}

.footer-newsletter-form label {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  font-family: "SF Pro Text", "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  gap: 4px;
  line-height: 20px;
}

.footer-newsletter-form input {
  background: transparent;
  border: 1px solid #b0b0b0;
  border-radius: 6px;
  color: #ffffff;
  font-family: "SF Pro Text", "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  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: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-family: "Poppins", "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  gap: 6px;
  justify-content: center;
  line-height: 20px;
  padding: 12px 24px;
  width: fit-content;
}

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

.footer-links-grid {
  display: grid;
  gap: 40px;
  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;
}

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

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

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

.footer-contact-address {
  align-items: flex-start;
}

.footer-contact-address span:last-child {
  line-height: 24px;
}

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

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

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

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

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

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

body.homepage-effects {
  background: var(--color-bg-soft);
}

.homepage-effects .site-wrapper {
  overflow: clip;
  position: relative;
}

.homepage-effects .method-hero-section {
  --hero-bg-x: 0px;
  --hero-bg-y: 0px;
  --hero-content-x: 0px;
  --hero-content-y: 0px;
  --hero-glow-x: 0px;
  --hero-glow-y: 0px;
  isolation: isolate;
}

.homepage-effects .method-hero-section::before,
.homepage-effects .method-hero-section::after {
  content: none;
  display: none;
}

.homepage-effects .method-hero-section::before {
  background:
    radial-gradient(circle, rgba(252, 192, 49, 0.6) 0%, rgba(252, 192, 49, 0.18) 38%, rgba(252, 192, 49, 0) 74%);
  height: 320px;
  right: -88px;
  top: 92px;
  transform: translate3d(var(--hero-glow-x), var(--hero-glow-y), 0);
  width: 320px;
}

.homepage-effects .method-hero-section::after {
  background:
    radial-gradient(circle, rgba(232, 60, 102, 0.46) 0%, rgba(232, 60, 102, 0.16) 38%, rgba(232, 60, 102, 0) 74%);
  height: 280px;
  left: -96px;
  top: 168px;
  transform: translate3d(var(--hero-glow-x), var(--hero-glow-y), 0);
  width: 280px;
}

.homepage-effects .method-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 .method-hero-media .hero-media-desktop,
.homepage-effects .method-hero-media .hero-media-mobile {
  filter: saturate(1.04) contrast(1.03);
  transform: translate3d(var(--hero-bg-x), var(--hero-bg-y), 0) scale(1.03);
  transform-origin: center center;
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1), filter 360ms ease;
  will-change: transform;
}

.homepage-effects .integrated-video img,
.homepage-effects .program-image-wrap img {
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.homepage-effects .method-hero-scroll {
  animation: methodScrollNudge 2.6s ease-in-out infinite;
}

.homepage-effects .method-hero-scroll:focus-visible {
  outline: 3px solid rgba(252, 192, 49, 0.9);
  outline-offset: 6px;
}

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

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

.homepage-effects .top-news-right a,
.homepage-effects .social-links a,
.homepage-effects .main-nav a,
.homepage-effects .btn-icon,
.homepage-effects .btn-login,
.homepage-effects .hero-cta,
.homepage-effects .comparison-cta,
.homepage-effects .program-link,
.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,
.homepage-effects .method-hero-scroll,
.homepage-effects .section-badge,
.homepage-effects .faq-chevron,
.homepage-effects .contact-form input,
.homepage-effects .contact-form select,
.homepage-effects .contact-form textarea {
  transition: all 0.35s ease;
}

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

.homepage-effects .hero-cta::before,
.homepage-effects .comparison-cta::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, transparent 0%, rgba(255, 255, 255, 0.35) 42%, transparent 72%);
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  transform: translateX(-100%);
  transition: transform 0.45s ease, opacity 0.25s ease;
}

.homepage-effects .method-hero-media,
.homepage-effects .integrated-video,
.homepage-effects .fun-card,
.homepage-effects .gift-banner,
.homepage-effects .comparison-table-wrap,
.homepage-effects .program-image-wrap,
.homepage-effects .faq-list details,
.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 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.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;
}

/* Keep FAQ/contact content visible even before scroll-based reveal kicks in. */
.homepage-effects .faq-contact-section .fx-reveal {
  opacity: 1;
  transform: none;
}

@media (hover: hover) and (pointer: fine) {
  .homepage-effects .hero-cta:hover,
  .homepage-effects .comparison-cta:hover,
  .homepage-effects .contact-cta:hover,
  .homepage-effects .contact-submit:hover,
  .homepage-effects .footer-newsletter-btn:hover,
  .homepage-effects .btn-login:hover {
    transform: translateY(-1px);
  }

  .homepage-effects .hero-cta:hover::before,
  .homepage-effects .comparison-cta: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(110%);
  }

  .homepage-effects .top-news-right a:hover,
  .homepage-effects .main-nav a:hover,
  .homepage-effects .program-link:hover,
  .homepage-effects .footer-links-col a:hover,
  .homepage-effects .footer-legal a:hover {
    opacity: 0.8;
  }

  .homepage-effects .social-links a:hover,
  .homepage-effects .footer-social a:hover {
    transform: translateY(-2px);
  }

  .homepage-effects .method-hero-media:hover,
  .homepage-effects .integrated-video:hover,
  .homepage-effects .program-image-wrap:hover,
  .homepage-effects .contact-card:hover,
  .homepage-effects .contact-form:hover {
    box-shadow: 0 20px 35px rgba(16, 24, 40, 0.15);
    transform: translateY(-4px);
  }

  .homepage-effects .fun-card:hover,
  .homepage-effects .gift-banner:hover {
    transform: translateY(-3px);
  }

  .homepage-effects .method-hero-media:hover .hero-media-desktop,
  .homepage-effects .method-hero-media:hover .hero-media-mobile {
    transform: translate3d(var(--hero-bg-x), var(--hero-bg-y), 0) scale(1.07);
  }

  .homepage-effects .integrated-video:hover img,
  .homepage-effects .program-image-wrap:hover img {
    transform: scale(1.045);
  }

  .homepage-effects .integrated-video.is-playing:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    transform: none;
  }

  .homepage-effects .faq-list details:hover,
  .homepage-effects .faq-list .kampus-faq-item:hover {
    border-bottom-color: #b8b8b8;
  }

  .homepage-effects .method-hero-scroll:hover {
    transform: translateX(-50%) translateY(-2px);
  }

  .homepage-effects .method-hero-scroll:hover .method-hero-scroll-mouse {
    border-color: #e83c66;
  }

  .homepage-effects .method-hero-scroll:hover .method-hero-scroll-wheel {
    background: #e83c66;
  }
}

@keyframes methodPlayPulse {
  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);
  }
}

@keyframes methodScrollNudge {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
    opacity: 0.9;
  }

  50% {
    transform: translateX(-50%) translateY(8px);
    opacity: 1;
  }
}

@keyframes methodWheelDrop {
  0% {
    transform: translateY(0);
    opacity: 0.95;
  }

  60% {
    transform: translateY(8px);
    opacity: 0.15;
  }

  100% {
    transform: translateY(0);
    opacity: 0.95;
  }
}

.homepage-effects .method-hero-scroll-wheel {
  animation: methodWheelDrop 1.6s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
  .homepage-effects .video-play,
  .homepage-effects .method-hero-scroll,
  .homepage-effects .method-hero-scroll-wheel {
    animation: none;
  }
}

@media (max-width: 1200px) {
  .method-hero-grid {
    gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .method-hero-content h1 {
    font-size: 44px;
    line-height: 48px;
  }

  .method-hero-media {
    height: 420px;
  }

  .hero-stats {
    gap: 12px;
    left: 16px;
    right: 16px;
  }

  .hero-stat-card {
    padding: 12px;
  }

  .hero-stat-card strong {
    font-size: 20px;
    line-height: 28px;
  }

  .hero-stat-card span {
    font-size: 14px;
    line-height: 20px;
  }

  .integrated-video {
    height: 560px;
  }

  .integrated-columns,
  .program-grid,
  .faq-grid,
  .contact-form-wrap {
    grid-template-columns: 1fr;
  }

  .gift-banner {
    gap: 24px;
    grid-template-columns: 120px 1fr;
    padding: 32px;
  }

  .gift-visual {
    justify-self: center;
  }

  .gift-badge {
    align-self: center;
    justify-content: center;
    margin-inline: auto;
  }

  .gift-content h3 {
    text-align: center;
  }

  .comparison-head,
  .comparison-row {
    grid-template-columns: 40% 20% 20% 20%;
  }

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

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

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

  .footer-social,
  .footer-legal {
    justify-self: flex-start;
  }
}

@media (max-width: 960px) {
  .method-hero-scroll {
    display: none;
  }

  .top-news-inner,
  .contact-strip-inner,
  .header-inner {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    padding: 12px 0;
  }

  .main-nav {
    justify-content: center;
    width: 100%;
  }

  .method-hero-section {
    padding: 32px 0 56px;
  }

  .integrated-section,
  .fun-section,
  .comparison-section,
  .programs-section {
    padding: 56px 0;
  }

  .faq-contact-section {
    padding: 56px 0 0;
  }

  .method-hero-grid {
    gap: 32px;
    grid-template-columns: 1fr;
  }

  .method-hero-media {
    height: 460px;
  }

  .hero-stats {
    bottom: 16px;
    gap: 12px;
    left: 16px;
    right: 16px;
  }

  .hero-stat-card {
    padding: 14px 12px;
  }

  .method-hero-content p,
  .integrated-section .section-heading p,
  .integrated-left p,
  .integrated-right li,
  .gift-content li,
  .comparison-row > div:first-child,
  .program-content p,
  .faq-intro p,
  .contact-card p {
    font-size: 16px;
    line-height: 24px;
  }

  .integrated-video {
    height: 460px;
    margin-top: 40px;
  }

  .video-play {
    height: 104px;
    width: 104px;
  }

  .video-play img {
    height: 42px;
    width: 42px;
  }

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

  .integrated-left h3,
  .section-heading h2,
  .faq-intro h2,
  .contact-card h3 {
    font-size: 36px;
    line-height: 40px;
  }

  .integrated-right h4,
  .program-content h3,
  .program-content h4,
  .comparison-cta-row h3,
  .contact-card h4 {
    font-size: 24px;
    line-height: 32px;
  }

  .integrated-right li,
  .gift-content li {
    align-items: flex-start;
  }

  .fun-cards {
    grid-template-columns: 1fr;
  }

  .fun-card {
    align-items: center;
    grid-template-columns: 200px 1fr;
  }

  .fun-card-text {
    text-align: center;
  }

  .gift-banner {
    gap: 24px;
    grid-template-columns: 120px 1fr;
    padding: 32px;
  }

  .comparison-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .comparison-head,
  .comparison-row,
  .comparison-cta-row {
    min-width: 715px;
  }

  .comparison-head,
  .comparison-row {
    grid-template-columns: 280px 145px 145px 145px;
  }

  .comparison-cta-row {
    align-items: center;
    justify-content: space-between;
  }

  .comparison-cta-row p {
    max-width: 430px;
  }

  .program-grid {
    gap: 48px;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .program-image-wrap {
    height: 420px;
  }

  .program-right-main {
    top: -24px;
  }

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

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

  .faq-list .kampus-faq-trigger {
    padding: 20px;
  }

  .faq-list summary {
    padding: 20px;
  }

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

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

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

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

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

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

  .is-mobile,
  .news-text-mobile {
    display: inline;
  }

  .is-desktop,
  .news-text-desktop {
    display: none;
  }

  .top-news-left,
  .top-news-right a,
  .contact-links a,
  .main-nav a,
  .section-badge {
    font-size: 12px;
  }

  .section-badge,
  .gift-badge {
    font-size: 12px;
    line-height: 18px;
  }

  .method-hero-section {
    padding: 24px 0 40px;
  }

  .method-hero-grid {
    gap: 24px;
  }

  .method-hero-content {
    align-items: center;
    gap: 16px;
    text-align: center;
  }

  .method-hero-content h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .section-heading h2,
  .faq-intro h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .method-hero-content p {
    font-size: 14px;
    line-height: 20px;
  }

  .integrated-section .section-heading p,
  .integrated-left p,
  .gift-content li,
  .program-content p,
  .faq-intro p,
  .contact-card p {
    font-size: 16px;
    line-height: 24px;
  }

  .hero-cta {
    font-size: 18px;
    justify-content: center;
    line-height: 28px;
    min-height: 44px;
    padding: 8px 24px;
    width: 100%;
  }

  .method-hero-media {
    border-radius: 0;
    height: 218px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
  }

  .method-hero-media > img {
    object-position: center 42%;
  }

  .method-hero-media .hero-media-desktop {
    display: none;
  }

  .method-hero-media .hero-media-mobile {
    display: block;
  }

  .hero-stats {
    display: grid;
  }

  .hero-stats {
    bottom: 8px;
    gap: 8px;
    left: 16px;
    right: 16px;
  }

  .hero-stat-card {
    border-radius: 12px;
    padding: 10px 8px;
  }

  .hero-stat-card strong {
    font-size: 22px;
    line-height: 26px;
  }

  .hero-stat-card span {
    font-size: 12px;
    line-height: 16px;
  }

  .integrated-section,
  .fun-section,
  .comparison-section,
  .programs-section,
  .faq-contact-section {
    padding: 40px 0;
  }

  .integrated-video {
    border-radius: 12px;
    height: 200px;
    margin-top: 32px;
  }

  .video-play {
    height: 84px;
    width: 84px;
  }

  .video-play img {
    height: 34px;
    width: 34px;
  }

  .integrated-columns {
    gap: 24px;
    margin-top: 32px;
  }

  .integrated-left h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .integrated-right h4 {
    font-size: 18px;
    line-height: 28px;
  }

  .integrated-right ul {
    gap: 16px;
    margin-top: 20px;
  }

  .integrated-right li {
    font-size: 16px;
    line-height: 24px;
  }

  .integrated-check {
    border-radius: 10px;
    flex: 0 0 32px;
    height: 32px;
    width: 32px;
  }

  .integrated-check img {
    height: 18px;
    width: 18px;
  }

  .fun-cards {
    gap: 24px;
    margin-top: 32px;
  }

  .fun-card {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
    min-height: 0;
    padding: 16px;
  }

  .fun-card-text {
    text-align: center;
  }

  .fun-card-image {
    height: 200px;
    width: 100%;
  }

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

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

  .gift-banner {
    gap: 20px;
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .gift-badge {
    align-self: center;
    justify-content: center;
    margin-inline: auto;
  }

  .gift-visual {
    height: 96px;
    width: 96px;
  }

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

  .gift-visual > img:not(.gift-spark) {
    height: 55px;
    left: 20px;
    object-fit: contain;
    top: 20px;
    width: 55px;
  }

  .gift-spark-large {
    left: 74px;
    top: 6px;
    width: 12px;
  }

  .gift-spark-small {
    left: -4px;
    top: 78px;
    width: 22px;
  }

  .gift-content h3 {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }

  .gift-content li {
    font-size: 16px;
    line-height: 24px;
  }

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

  .comparison-table-wrap {
    margin-top: 32px;
  }

  .comparison-head {
    display: grid;
    font-size: 14px;
    line-height: 20px;
    padding: 12px 16px;
  }

  .comparison-head,
  .comparison-row {
    grid-template-columns: 280px 145px 145px 145px;
    min-width: 715px;
  }

  .comparison-row {
    padding: 16px;
  }

  .comparison-row > div:first-child {
    font-size: 14px;
    line-height: 20px;
  }

  .cell-yes span {
    height: 32px;
    width: 32px;
  }

  .comparison-cta-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    min-width: 715px;
    padding: 16px;
  }

  .comparison-cta-row h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .comparison-cta-row p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 4px;
  }

  .comparison-cta {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 18px;
  }

  .program-grid {
    gap: 32px;
    margin-top: 32px;
  }

  .program-card {
    gap: 16px;
  }

  .program-image-wrap {
    height: 343px;
  }

  .program-image-wrap-left > img {
    height: 100%;
    object-fit: cover;
    top: 0;
    width: 100%;
  }

  .program-image-badge {
    font-size: 12px;
    left: 12px;
    line-height: 18px;
    top: 12px;
  }

  .program-right-main {
    height: 100%;
    object-fit: cover;
    object-position: center top;
    top: 0;
    width: 100%;
  }

  .program-content {
    gap: 16px;
  }

  .program-content h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .program-content h4 {
    font-size: 18px;
    line-height: 28px;
  }

  .program-tags {
    gap: 8px;
  }

  .program-tags span {
    font-size: 12px;
    line-height: 18px;
    padding: 4px 8px;
  }

  .program-link {
    font-size: 16px;
    line-height: 24px;
  }

  .program-link img {
    height: 16px;
    width: 16px;
  }

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

  .faq-grid {
    gap: 24px;
  }

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

  .faq-intro .section-badge {
    align-self: center;
  }

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

  .faq-mobile-featured h3 {
    font-family: "Poppins", "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    grid-area: title;
    line-height: 20px;
    margin: 0;
  }

  .faq-mobile-featured p {
    color: #454545;
    font-size: 16px;
    grid-area: content;
    line-height: 24px;
    margin: 0;
  }

  .faq-mobile-featured .faq-chevron {
    align-self: start;
    grid-area: icon;
    justify-self: end;
    transform: rotate(180deg);
  }

  .faq-item-first {
    display: block;
  }

  .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-list summary {
    font-family: "Poppins", "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    padding: 22px 16px;
  }

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

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

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

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

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

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

  .contact-card p {
    margin-top: 16px;
  }

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

  .contact-cta {
    font-size: 18px;
    line-height: 28px;
    min-height: 44px;
    padding: 8px 24px;
    width: 100%;
  }

  .contact-submit {
    font-size: 16px;
    line-height: 24px;
    min-height: 40px;
    padding: 8px 24px;
    width: 100%;
  }

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

  .contact-form label {
    font-size: 14px;
    line-height: 20px;
  }

  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    min-height: 44px;
  }

  .phone-input-wrap {
    grid-template-columns: 72px 1fr;
  }

  .form-note {
    justify-content: flex-start;
  }

  .site-footer {
    margin-top: 16px !important;
    padding: 40px 0;
  }

  .footer-container {
    gap: 32px;
  }

  .footer-top {
    gap: 28px;
  }

  .footer-newsletter {
    gap: 20px;
  }

  .footer-newsletter-form {
    width: 100%;
  }

  .footer-bottom {
    gap: 12px;
    grid-template-columns: 1fr;
  }

  .footer-legal {
    flex-wrap: wrap;
    gap: 10px 18px;
  }
}

@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 .container {
    width: calc(100% - 32px);
  }

  body.homepage-effects .top-news {
    z-index: 40;
  }

  body.homepage-effects .top-news-inner {
    align-items: center;
    flex-wrap: nowrap;
    gap: 12px;
    justify-content: space-between;
    min-height: 44px;
    padding: 0;
  }

  body.homepage-effects .top-news-left {
    flex: 1 1 auto;
    max-width: calc(100% - 112px);
    min-width: 0;
  }

  body.homepage-effects .top-news-left span {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.homepage-effects .top-news-right {
    gap: 12px;
  }

  body.homepage-effects .top-news-right a {
    font-size: 14px;
    gap: 4px;
    line-height: 20px;
    white-space: nowrap;
  }

  body.homepage-effects .contact-strip {
    z-index: 41;
  }

  body.homepage-effects .contact-strip-inner {
    flex-wrap: nowrap;
    justify-content: space-between;
    min-height: 36px;
    padding: 0;
  }

  body.homepage-effects .contact-links {
    gap: 0;
  }

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

  body.homepage-effects .social-links {
    margin-left: 0;
  }

  body.homepage-effects .site-header {
    z-index: 42;
  }

  body.homepage-effects .site-header .header-inner {
    align-items: center;
    min-height: 72px;
    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 16px 18px;
    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-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 {
    background: #fcf0f3;
  }

  body.homepage-effects .site-header .btn-login {
    background: #fcf0f3;
    color: transparent;
    font-size: 0;
    gap: 0;
  }

  body.homepage-effects .site-header .btn-login img,
  body.homepage-effects .site-header .btn-login-label {
    display: 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);
  }
}
