:root {
  --pink: #ef5b79;
  --pink-dark: #d94464;
  --pink-soft: #fff0f4;
  --coral: #ff8d74;
  --yellow: #ffd975;
  --purple: #573b7a;
  --purple-dark: #2c1d3f;
  --ink: #251d2d;
  --text: #5f5568;
  --white: #ffffff;
  --soft: #fff9f7;
  --line: #eadfe7;
  --shadow: 0 24px 60px rgba(55, 35, 69, 0.12);
  --shadow-soft: 0 14px 35px rgba(55, 35, 69, 0.09);
  --radius: 26px;
  --container: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Poppins", sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }

.skip-link { position: fixed; top: -80px; left: 20px; z-index: 9999; padding: 12px 18px; background: var(--ink); color: white; border-radius: 10px; }
.skip-link:focus { top: 20px; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.center { display: flex; justify-content: center; margin-top: 36px; }

.topbar { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.88); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(234,223,231,.7); }
.topbar__inner { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; }
.brand__mark { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 15px; color: white; background: linear-gradient(135deg, var(--pink), var(--coral)); box-shadow: 0 10px 20px rgba(239,91,121,.25); font-family: "Baloo 2", cursive; font-size: 21px; }
.brand__text { max-width: 180px; line-height: 1.05; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 14px 26px; border: 0; border-radius: 999px; font-weight: 800; text-align: center; cursor: pointer; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button:hover { transform: translateY(-3px); }
.button--small { min-height: 44px; padding: 10px 20px; color: white; background: var(--purple); }
.button--primary { color: white; background: linear-gradient(135deg, var(--pink), var(--pink-dark)); box-shadow: 0 16px 30px rgba(239,91,121,.3); }
.button--primary:hover { box-shadow: 0 20px 34px rgba(239,91,121,.4); }
.button--light { color: var(--purple-dark); background: white; box-shadow: var(--shadow-soft); }
.button--profit { width: min(100%, 650px); min-height: 70px; margin-inline: auto; padding: 18px 34px; color: white; background: linear-gradient(135deg, #27ae60, #168a47); box-shadow: 0 18px 36px rgba(22,138,71,.32); font-size: 1.15rem; text-transform: uppercase; }
.button--profit:hover { background: linear-gradient(135deg, #2fc66e, #168a47); box-shadow: 0 22px 42px rgba(22,138,71,.42); }
.button--wide { width: 100%; }
.pulse { animation: pulse 2.4s infinite; }
@keyframes pulse { 0%,100% { box-shadow: 0 16px 30px rgba(239,91,121,.28); } 50% { box-shadow: 0 16px 34px rgba(239,91,121,.48), 0 0 0 10px rgba(239,91,121,.06); } }

.eyebrow { display: inline-flex; margin-bottom: 14px; color: var(--pink-dark); font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow--light { color: #ffd7e0; }
h1, h2, h3 { margin-top: 0; font-family: "Baloo 2", cursive; line-height: 1.08; }
h1 { margin-bottom: 24px; font-size: clamp(2.7rem, 6vw, 5.25rem); letter-spacing: -.035em; }
h1 em { color: var(--pink); font-style: normal; }
h2 { margin-bottom: 18px; font-size: clamp(2.1rem, 4vw, 3.65rem); letter-spacing: -.025em; }
h3 { margin-bottom: 10px; font-size: 1.45rem; }
p { margin-top: 0; color: var(--text); }

.hero { position: relative; padding: 92px 0 82px; overflow: hidden; color: white; background: radial-gradient(circle at 92% 12%, rgba(115,78,176,.28), transparent 30%), radial-gradient(circle at 8% 72%, rgba(73,48,112,.34), transparent 34%), linear-gradient(120deg, #151022 0%, #09070e 70%); isolation: isolate; }
.hero__stack { display: grid; gap: 42px; }
.hero__headline { max-width: 1080px; min-width: 0; margin-inline: auto; text-align: center; }
.hero__headline h1 { margin-bottom: 0; color: white; font-size: clamp(2.5rem, 5vw, 4.8rem); }
.hero__headline h1 em { color: #aa8cf2; }
.hero__copy { position: relative; z-index: 2; min-width: 0; max-width: 100%; }
.hero__copy--below { width: min(100%, 760px); margin-inline: auto; text-align: center; }
.hero__lead { max-width: 650px; margin-bottom: 24px; font-size: 1.08rem; }
.hero__copy--below .hero__lead { margin-inline: auto; color: #dcd5e5; }
.hero__emphasis { margin: 0; color: white; font-size: 1.2rem; }
.hero__copy--below .check-list { width: fit-content; margin-inline: auto; text-align: left; }
.hero__copy .button { max-width: 520px; margin-top: 10px; }
.hero__copy--below .button { margin-inline: auto; }
.hero__note { display: block; max-width: 520px; margin-top: 12px; color: #897d90; text-align: center; }
.hero__copy--below .hero__note { margin-inline: auto; }
.hero__blob { position: absolute; border-radius: 50%; filter: blur(2px); z-index: -1; opacity: .55; }
.hero__blob--one { width: 420px; height: 420px; right: -170px; top: 30px; background: #503379; }
.hero__blob--two { width: 260px; height: 260px; left: -130px; bottom: -100px; background: #35234f; }
.hero__media { position: relative; width: min(100%, 960px); min-width: 0; max-width: 100%; margin-inline: auto; }
.video-frame { position: relative; width: 100%; aspect-ratio: 16 / 9; margin-inline: auto; overflow: hidden; border: 3px solid #9f82e2; border-radius: 28px; background: #100a18; box-shadow: 0 35px 80px rgba(0,0,0,.42); }
.video-frame__video { position: relative; z-index: 2; width: 100%; height: 100%; object-fit: cover; background: transparent; }
.video-frame__video:not([poster]) ~ .video-placeholder { display: flex; }
.sound-prompt { position: absolute; left: 50%; top: 50%; z-index: 4; display: flex; align-items: center; gap: 12px; min-height: 58px; padding: 13px 22px; border: 1px solid #b69bf5; border-radius: 999px; color: white; background: rgba(37,22,57,.9); box-shadow: 0 18px 42px rgba(0,0,0,.38); cursor: pointer; backdrop-filter: blur(10px); transform: translate(-50%,-50%); transition: transform .25s ease, background .25s ease, opacity .25s ease; }
.sound-prompt:hover { background: rgba(78,50,119,.98); transform: translate(-50%,-50%) scale(1.04); }
.sound-prompt:focus-visible { outline: 3px solid white; outline-offset: 4px; }
.sound-prompt__icon { font-size: 1.35rem; }
.sound-prompt strong { white-space: nowrap; font-size: .9rem; }
.sound-prompt.is-hidden { opacity: 0; pointer-events: none; }
.video-placeholder { position: absolute; inset: 0; z-index: 1; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 8px; color: white; text-align: center; background: linear-gradient(145deg, #211432, #0c0812); }
.video-placeholder__play { width: 70px; height: 70px; display: grid; place-items: center; padding-left: 5px; border-radius: 50%; color: #1b1129; background: #aa8cf2; font-size: 25px; box-shadow: 0 15px 30px rgba(0,0,0,.28); }
.video-placeholder small { opacity: .85; }
.floating-card { position: absolute; z-index: 3; padding: 12px 18px; border: 1px solid #9f82e2; border-radius: 16px; color: white; background: rgba(32,19,49,.92); box-shadow: 0 14px 35px rgba(0,0,0,.28); font-size: .85rem; font-weight: 800; backdrop-filter: blur(12px); }
.floating-card--top { top: 11%; left: -32px; transform: rotate(-4deg); }
.floating-card--bottom { right: -28px; bottom: 12%; transform: rotate(4deg); }

.check-list { display: grid; gap: 11px; margin: 0 0 22px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 34px; color: #514758; font-weight: 500; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--pink); font-size: .8rem; font-weight: 900; }
.check-list--dark li { color: var(--ink); }

.trust-strip { background: var(--purple-dark); color: white; }
.trust-strip__grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-strip__grid div { min-height: 112px; display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 20px; border-right: 1px solid rgba(255,255,255,.12); text-align: center; }
.trust-strip__grid div:last-child { border-right: 0; }
.trust-strip strong { font-family: "Baloo 2", cursive; font-size: 1.4rem; }
.trust-strip span { color: #cfc4d8; font-size: .85rem; }

.section { padding: 105px 0; }
.section--soft { background: var(--soft); }
.section--dark { background: var(--purple-dark); color: white; }
.section--gradient { color: white; background: linear-gradient(135deg, #493069, #9d4b84 58%, #ef7086); }
.section-heading { max-width: 760px; margin: 0 auto 52px; text-align: center; }
.section-heading--left { margin-left: 0; text-align: left; }
.section-heading--light p { color: #d8cede; }

.learning-section { position: relative; overflow: hidden; color: white; background: radial-gradient(circle at 5% 55%, rgba(85,58,130,.38), transparent 34%), linear-gradient(120deg, #151022 0%, #09070e 68%); isolation: isolate; }
.learning-section::before { content: ""; position: absolute; left: -280px; bottom: -340px; z-index: -1; width: 720px; height: 720px; border: 70px solid rgba(125,98,181,.08); border-radius: 50%; box-shadow: 0 0 0 55px rgba(125,98,181,.035), inset 0 0 80px rgba(125,98,181,.08); }
.learning-section__heading { max-width: 900px; margin-bottom: 54px; }
.learning-section__heading h2 { margin-bottom: 0; color: white; font-size: clamp(2.25rem,4vw,3.65rem); }
.learning-section__heading h2 span { color: #aa8cf2; }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 38px; max-width: 1080px; margin-inline: auto; }
.feature-card { min-height: 228px; display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 30px 34px; border: 1px solid #9f82e2; border-radius: 12px; background: rgba(32,19,49,.72); box-shadow: 0 18px 45px rgba(0,0,0,.18); text-align: center; transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.feature-card:nth-child(4) { grid-column: 2; }
.feature-card:hover { transform: translateY(-7px); border-color: #c8b2ff; background: rgba(43,25,65,.88); }
.feature-card__icon { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 50%; color: #160e24; background: #aa8cf2; font-size: 1.9rem; font-weight: 500; line-height: 1; }
.feature-card p { max-width: 290px; margin: 0; color: #eee9f4; font-size: 1.03rem; font-weight: 500; line-height: 1.4; }

.pieces-section { overflow: hidden; background: white; }
.pieces-marquee { --pieces-gap: 32px; --pieces-half-gap: 16px; width: 100%; overflow: hidden; -webkit-mask-image: linear-gradient(to right, transparent, #000 4%, #000 96%, transparent); mask-image: linear-gradient(to right, transparent, #000 4%, #000 96%, transparent); }
.pieces-marquee__track { display: flex; width: max-content; gap: var(--pieces-gap); animation: pieces-marquee-scroll 48s linear infinite; will-change: transform; }
.piece-slide { flex: 0 0 clamp(180px,15.5vw,223px); aspect-ratio: 320 / 507; margin: 0; overflow: hidden; border-radius: 16px; background: #100b18; box-shadow: 0 22px 46px rgba(44,29,63,.18); }
.piece-slide img { width: 100%; height: 100%; object-fit: cover; }
@keyframes pieces-marquee-scroll { from { transform: translateX(0); } to { transform: translateX(calc(-50% - var(--pieces-half-gap))); } }

.testimonials-section { position: relative; overflow: hidden; background: radial-gradient(circle at 85% 70%, rgba(93,67,139,.18), transparent 30%), linear-gradient(120deg, #100b19, #08060d 72%); }
.testimonials-section__heading { margin-bottom: 48px; }
.testimonials-section__heading h2 { margin-bottom: 18px; font-size: clamp(2.4rem,4.5vw,4rem); }
.testimonials-section__heading p { color: #eee9f4; font-size: 1.15rem; line-height: 1.45; }
.proof-carousel { position: relative; }
.proof-carousel__viewport { overflow: hidden; margin-inline: 34px; }
.proof-carousel__track { display: flex; gap: 30px; transform: translateX(0); will-change: transform; }
.proof-card { flex: 0 0 calc((100% - 60px) / 3); aspect-ratio: 3 / 4; margin: 0; overflow: hidden; border: 1px solid rgba(170,140,242,.42); border-radius: 22px; background: #09070d; box-shadow: 0 22px 50px rgba(0,0,0,.32); }
.proof-card img { width: 100%; height: 100%; object-fit: contain; }
.proof-carousel__button { position: absolute; top: 50%; z-index: 4; width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid #aa8cf2; border-radius: 50%; color: white; background: rgba(30,18,45,.94); box-shadow: 0 14px 30px rgba(0,0,0,.34); font-size: 2rem; cursor: pointer; transform: translateY(-50%); transition: background .25s ease, transform .25s ease; }
.proof-carousel__button:hover { background: #644794; transform: translateY(-50%) scale(1.06); }
.proof-carousel__button:focus-visible { outline: 3px solid white; outline-offset: 3px; }
.proof-carousel__button--prev { left: 0; }
.proof-carousel__button--next { right: 0; }
.proof-cta { width: min(100%, 440px); margin-top: 4px; }

.split-layout, .mentor-layout, .offer-layout, .faq-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 75px; }
.split-layout__image, .mentor-photo { position: relative; }
.split-layout__image img, .mentor-photo img { width: 100%; min-height: 540px; object-fit: cover; border-radius: 34px; background: #f1e5ec; box-shadow: var(--shadow); }
.split-layout__image::before { content: ""; position: absolute; width: 150px; height: 150px; left: -35px; bottom: -35px; border-radius: 50%; background: var(--yellow); z-index: -1; }
.character-section { position: relative; overflow: hidden; color: white; background: radial-gradient(circle at 92% 15%, rgba(107,78,157,.22), transparent 27%), linear-gradient(120deg, #151022, #09070e 72%); }
.character-section__heading { max-width: 1160px; margin-bottom: 58px; }
.character-section__heading h2 { margin-bottom: 0; color: white; font-size: clamp(2.2rem,3.4vw,3.1rem); }
.character-section__heading h2 span { color: #aa8cf2; }
.character-showcase { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); align-items: center; gap: 52px; max-width: 1180px; margin-inline: auto; perspective: 1200px; }
.character-card { --rx: 0deg; --ry: 0deg; --rz: 0deg; --tx: 0px; --ty: 0px; --tz: 0px; --card-scale: 1; position: relative; width: 100%; aspect-ratio: 4 / 5; margin: 0; overflow: hidden; border: 2px solid rgba(182,155,245,.72); border-radius: 18px; background: white; box-shadow: 0 28px 60px rgba(0,0,0,.38); transform: perspective(1000px) translate3d(var(--tx),var(--ty),var(--tz)) rotateX(var(--rx)) rotateY(var(--ry)) rotateZ(var(--rz)) scale(var(--card-scale)); transform-style: preserve-3d; transition: transform .18s ease-out, box-shadow .25s ease, border-color .25s ease; will-change: transform; }
.character-card:hover, .character-card:focus-visible { z-index: 10; border-color: #d3c1ff; box-shadow: 0 34px 70px rgba(0,0,0,.42); outline: none; }
.character-card img { width: 100%; height: 100%; object-fit: contain; pointer-events: none; }
.character-card--one { --rz: -2deg; }
.character-card--two { --rz: 2deg; }
.character-card--three { --rz: -2deg; }
.icon-list { display: grid; gap: 17px; margin: 28px 0; padding: 0; list-style: none; }
.icon-list li { display: flex; align-items: flex-start; gap: 12px; color: var(--text); font-weight: 500; }
.icon-list span { flex: 0 0 28px; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 10px; color: white; background: var(--pink); }
.text-link { color: var(--pink-dark); font-weight: 800; }

.modules-showcase { position: relative; overflow: hidden; color: white; background: radial-gradient(circle at 92% 12%, rgba(103,73,157,.25), transparent 30%), linear-gradient(120deg, #151022 0%, #09070e 72%); }
.modules-showcase__heading { margin-bottom: 48px; }
.modules-showcase__heading h2 { margin-bottom: 0; color: white; font-size: clamp(2rem,3vw,2.6rem); text-align: center; }
.modules-marquee { --modules-gap: 32px; --modules-half-gap: 16px; width: 100%; overflow: hidden; -webkit-mask-image: linear-gradient(to right, transparent, #000 5%, #000 95%, transparent); mask-image: linear-gradient(to right, transparent, #000 5%, #000 95%, transparent); }
.modules-marquee__track { display: flex; width: max-content; gap: var(--modules-gap); animation: modules-marquee-scroll 54s linear infinite; will-change: transform; }
.module-slide { flex: 0 0 clamp(205px,15vw,290px); aspect-ratio: 2 / 3; margin: 0; overflow: hidden; border: 1px solid rgba(185,157,245,.35); border-radius: 16px; background: #100b18; box-shadow: 0 24px 54px rgba(0,0,0,.36); }
.module-slide img { width: 100%; height: 100%; object-fit: cover; }
@keyframes modules-marquee-scroll { from { transform: translateX(0); } to { transform: translateX(calc(-50% - var(--modules-half-gap))); } }
.accordion { display: grid; gap: 14px; }
.accordion-item { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: 0 12px 24px rgba(55,35,69,.05); }
.accordion-button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 24px; border: 0; color: var(--ink); background: transparent; text-align: left; cursor: pointer; font-weight: 700; }
.accordion-button span { display: grid; gap: 3px; }
.accordion-button small { color: var(--pink-dark); font-size: .68rem; letter-spacing: .1em; }
.accordion-button b { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 12px; color: var(--pink-dark); background: var(--pink-soft); font-size: 1.15rem; }
.accordion-panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.accordion-panel > * { overflow: hidden; }
.accordion-panel ul, .accordion-panel p { margin: 0; padding: 0 24px; color: var(--text); }
.accordion-panel ul { list-style-position: inside; }
.accordion-panel li { margin-bottom: 7px; }
.accordion-item.is-open .accordion-panel { grid-template-rows: 1fr; }
.accordion-item.is-open .accordion-panel > * { padding-bottom: 22px; }
.accordion-item.is-open { border-color: #efb7c4; }

.course-modules-section { position: relative; overflow: hidden; padding: 56px 0 84px; color: white; background: radial-gradient(circle at 92% 18%, rgba(92,63,139,.22), transparent 30%), linear-gradient(120deg, #151022 0%, #09070e 72%); }
.course-modules-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); align-items: start; gap: 18px clamp(54px,11vw,166px); }
.course-modules-column { display: contents; }
.course-modules-column:first-child .course-module:nth-child(1) { order: 1; }
.course-modules-column:nth-child(2) .course-module:nth-child(1) { order: 2; }
.course-modules-column:first-child .course-module:nth-child(2) { order: 3; }
.course-modules-column:nth-child(2) .course-module:nth-child(2) { order: 4; }
.course-modules-column:first-child .course-module:nth-child(3) { order: 5; }
.course-modules-column:nth-child(2) .course-module:nth-child(3) { order: 6; }
.course-modules-column:first-child .course-module:nth-child(4) { order: 7; }
.course-modules-column:nth-child(2) .course-module:nth-child(4) { order: 8; }
.course-modules-column:first-child .course-module:nth-child(5) { order: 9; }
.course-modules-cta { order: 10; }
.course-module { align-self: stretch; border: 1px solid #a78be9; border-radius: 8px; background: rgba(25,16,38,.72); box-shadow: none; }
.course-module:hover, .course-module.is-open { border-color: #c3acf8; background: rgba(38,24,57,.92); }
.course-module__button { min-height: 57px; padding: 13px 18px; color: white; font-size: 1.18rem; font-weight: 700; line-height: 1.2; }
.course-module__button span { display: block; }
.course-module__button b { width: auto; height: auto; flex: 0 0 auto; border-radius: 0; color: white; background: transparent; font-family: "Poppins",sans-serif; font-size: 1.35rem; line-height: 1; }
.course-module__panel ul { padding: 0 18px; color: #ddd5e5; font-size: .9rem; line-height: 1.5; list-style: none; }
.course-module__panel li { margin-bottom: 10px; }
.course-module.is-open .course-module__panel > * { padding-bottom: 20px; }
.course-modules-cta { width: 100%; min-height: 82px; margin: 36px 0 0; border-radius: 22px; font-size: 1.28rem; text-transform: none; }

.method-pillars-section { overflow: hidden; padding: 66px 0 78px; color: white; background: radial-gradient(circle at 9% 68%, rgba(71,49,111,.28), transparent 34%), linear-gradient(110deg, #151022 0%, #09070e 72%); }
.method-pillars__heading { max-width: 620px; margin-bottom: 70px; text-align: center; }
.method-pillars__heading h2 { margin: 0; color: white; font-size: clamp(2rem,3vw,2.45rem); line-height: 1.13; }
.method-pillars__heading h2 span { color: #a98af1; }
.method-pillars__timeline { border-top: 1px solid #9e83dd; }
.method-pillars__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 80px; }
.method-pillar { position: relative; padding-top: 42px; }
.method-pillar__marker { position: absolute; top: -11px; left: 0; width: 20px; height: 20px; border: 2px solid #a58ae6; border-radius: 50%; background: #0b0811; box-shadow: inset 0 0 0 4px #0b0811; }
.method-pillar__marker::after { content: ""; position: absolute; inset: 5px; border-radius: 50%; background: white; }
.method-pillar__icon { width: 32px; height: 32px; margin-bottom: 15px; fill: none; stroke: #00df91; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.method-pillar h3 { margin: 0; color: #ddd8e2; font-family: "Poppins",sans-serif; font-size: 1.25rem; font-weight: 700; line-height: 1.3; }

.offer-section { overflow: hidden; padding: 48px 0 20px; color: white; background: radial-gradient(circle at 8% 22%, rgba(70,48,110,.3), transparent 33%), linear-gradient(110deg, #151022 0%, #09070e 72%); }
.offer-stage { width: min(calc(100% - 40px),1024px); }
.offer-stage__heading { margin-bottom: 74px; text-align: center; }
.offer-stage__heading h2 { margin-bottom: 20px; color: white; font-size: clamp(2rem,3vw,2.4rem); line-height: 1.14; }
.offer-stage__heading h2 span { color: #aa8cf2; }
.offer-stage__heading p { margin: 0; color: #e1dce5; font-size: 1.16rem; line-height: 1.38; }
.offer-showcase { display: grid; grid-template-columns: 42.2% 57.8%; min-height: 566px; }
.offer-bonuses { display: grid; align-items: center; padding: 72px 34px; border: 1px solid #aa8cf2; border-right: 0; border-radius: 26px 0 0 26px; background: linear-gradient(135deg,rgba(34,23,52,.86),rgba(8,6,13,.88)); }
.offer-bonuses ul { display: grid; gap: 22px; margin: 0; padding: 0; list-style: none; }
.offer-bonuses li { display: grid; grid-template-columns: 28px 1fr; align-items: start; gap: 18px; color: #fff; opacity: 1; text-shadow: none; }
.offer-bonuses p { margin: 0; color: inherit; font-size: 1.08rem; line-height: 1.3; }
.offer-bonuses strong { color: inherit; }
.offer-bonus__check { width: 26px; height: 26px; display: grid; place-items: center; margin-top: 1px; border-radius: 50%; color: #07281d; background: #00c985; font-size: .95rem; font-weight: 900; }
.offer-purchase { display: flex; align-items: center; justify-content: center; flex-direction: column; min-width: 0; padding: 54px 48px; border-radius: 26px; color: #2a2132; background: white; text-align: center; }
.offer-purchase__brand { display: flex; align-items: flex-end; justify-content: center; gap: 14px; margin-bottom: 4px; color: #a98af1; font-family: "Baloo 2",cursive; font-weight: 800; line-height: .95; text-align: left; }
.offer-purchase__brand span { font-size: 1.48rem; }
.offer-purchase__brand strong { font-size: 4.6rem; line-height: .78; }
.offer-purchase__discount { margin: 0 0 22px; color: #33283c; font-size: 1rem; }
.offer-purchase__price { margin: 0 0 12px; color: #56379b; font-family: "Baloo 2",cursive; font-size: clamp(2.8rem,4.2vw,3.7rem); font-weight: 800; line-height: 1; }
.offer-purchase__cash { margin: 0 0 26px; color: #33283c; font-size: 1rem; }
.offer-purchase__button { width: min(100%,375px); min-height: 72px; padding: 16px 24px; border-radius: 17px; color: white; background: linear-gradient(135deg,#3d2178,#6545aa); box-shadow: none; font-size: 1.05rem; }
.offer-purchase__button:hover { box-shadow: 0 16px 30px rgba(83,54,151,.28); }

.guarantee-section { padding: 64px 0 76px; color: white; background: radial-gradient(circle at 8% 30%,rgba(66,45,103,.25),transparent 34%),linear-gradient(110deg,#151022 0%,#09070e 72%); }
.guarantee-showcase { display: grid; grid-template-columns: minmax(420px,.95fr) minmax(430px,1.05fr); align-items: center; gap: 90px; }
.guarantee-showcase__seal img { width: min(100%,560px); margin-inline: auto; filter: drop-shadow(0 24px 34px rgba(0,0,0,.28)); }
.guarantee-showcase__copy { max-width: 520px; }
.guarantee-showcase__copy h2 { margin-bottom: 28px; color: white; font-size: clamp(2.5rem,4vw,3.25rem); line-height: 1.08; }
.guarantee-showcase__copy p { margin-bottom: 30px; color: #eeeaf1; font-size: 1.35rem; line-height: 1.28; }
.guarantee-showcase__copy p:last-child { margin-bottom: 0; }
.guarantee-showcase__copy strong { color: white; font-weight: 800; }

.mentor-photo img { min-height: 620px; }
.mentor-photo__detail { position: absolute; width: 190px; height: 190px; right: -35px; top: -35px; border: 18px solid var(--pink-soft); border-radius: 50%; z-index: -1; }
.mentor-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 30px; }
.mentor-stats div { padding: 17px 12px; border-radius: 18px; background: white; box-shadow: var(--shadow-soft); text-align: center; }
.mentor-stats strong, .mentor-stats span { display: block; }
.mentor-stats strong { color: var(--pink-dark); font-family: "Baloo 2", cursive; font-size: 1.45rem; }
.mentor-stats span { color: var(--text); font-size: .7rem; }
.mentor-section { padding: 66px 0 34px; color: white; background: radial-gradient(circle at 92% 12%,rgba(80,56,125,.24),transparent 32%),linear-gradient(110deg,#151022 0%,#09070e 72%); }
.mentor-showcase { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(440px,.92fr); align-items: center; gap: 84px; }
.mentor-story { padding-bottom: 26px; }
.mentor-story h2 { margin-bottom: 28px; color: white; font-size: clamp(2.3rem,3.4vw,3rem); }
.mentor-story p { max-width: 590px; margin-bottom: 30px; color: #eeeaf1; font-size: 1.28rem; line-height: 1.28; }
.mentor-story p:last-child { margin-bottom: 0; }
.mentor-story strong { color: white; font-weight: 800; }
.mentor-portrait { align-self: end; }
.mentor-portrait img { width: min(100%,542px); margin-inline: auto; }

.faq-dark-section { padding: 46px 0 64px; color: white; background: radial-gradient(circle at 92% 10%,rgba(78,54,121,.2),transparent 32%),linear-gradient(110deg,#151022 0%,#09070e 72%); }
.faq-dark-wrap h2 { margin-bottom: 26px; color: white; font-size: clamp(2.4rem,4vw,3.1rem); text-align: center; }
.faq-dark { gap: 0; }
.faq-dark .accordion-item { border: 0; border-bottom: 1px solid #a98af1; border-radius: 0; background: transparent; box-shadow: none; }
.faq-dark .accordion-button { justify-content: flex-start; min-height: 82px; padding: 20px; color: white; font-size: 1.3rem; font-weight: 700; }
.faq-dark .accordion-button span { display: block; }
.faq-dark .accordion-button b { width: 20px; height: auto; flex: 0 0 20px; border-radius: 0; color: #aa8cf2; background: transparent; font-size: 0; }
.faq-dark .accordion-button b::before { content: "▶"; font-size: 1rem; }
.faq-dark .accordion-item.is-open .accordion-button b::before { content: "▼"; }
.faq-dark .accordion-panel p { margin: 0; padding: 0 20px 0 52px; color: #e7e2ea; font-size: 1.02rem; line-height: 1.55; }
.faq-dark .accordion-item.is-open .accordion-panel > * { padding-bottom: 26px; }
.final-cta { padding: 70px 0; color: white; background: linear-gradient(135deg, var(--pink-dark), #8a477e); }
.final-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.final-cta h2 { max-width: 720px; margin-bottom: 0; }

.footer { padding: 70px 0 26px; color: #d9d0df; background: #21172e; }
.brand--footer { color: white; }
.footer p { max-width: 380px; margin: 18px 0 0; color: #a99db3; }
.footer__grid { display: grid; grid-template-columns: 1.4fr .6fr .8fr; gap: 50px; }
.footer nav, .footer__legal { display: grid; align-content: start; gap: 12px; }
.footer a:hover { color: white; }
.footer__bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 50px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); color: #8f8498; font-size: .8rem; }
.sticky-cta { position: fixed; right: 18px; bottom: 18px; z-index: 1000; display: none; padding: 13px 20px; border-radius: 999px; color: white; background: var(--pink); box-shadow: 0 16px 32px rgba(239,91,121,.35); font-weight: 800; }
.site-footer-simple { position: relative; min-height: 175px; padding: 92px 20px 28px; color: white; background: #07050b; text-align: center; }
.site-footer-simple::before { content: ""; position: absolute; top: 59px; left: 0; width: 100%; height: 4px; background: #a98af1; }
.site-footer-simple p { margin: 0; color: white; font-size: 1rem; line-height: 1.35; }
.site-footer-simple nav { display: flex; justify-content: center; gap: 8px; color: white; font-size: 1rem; line-height: 1.35; }
.site-footer-simple a:hover { color: #aa8cf2; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal--delay { transition-delay: .12s; }
.reveal--delay-2 { transition-delay: .24s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .split-layout, .mentor-layout, .offer-layout, .faq-layout { grid-template-columns: 1fr; }
  .hero__stack { gap: 36px; }
  .hero__copy { text-align: center; }
  .hero__lead, .hero__copy .button { margin-inline: auto; }
  .hero__copy .check-list { width: fit-content; margin-inline: auto; text-align: left; }
  .video-frame { aspect-ratio: 16/9; }
  .feature-grid { grid-template-columns: repeat(2,1fr); }
  .feature-card:nth-child(4) { grid-column: auto; }
  .proof-card { flex-basis: calc((100% - 24px) / 2); }
  .proof-carousel__track { gap: 24px; }
  .modules-showcase__heading { margin-bottom: 42px; }
  .module-slide { flex-basis: 26vw; }
  .character-showcase { gap: 24px; }
  .course-modules-grid { column-gap: 34px; }
  .offer-showcase { grid-template-columns: 1fr; }
  .offer-bonuses { border-right: 1px solid #aa8cf2; border-radius: 22px 22px 0 0; }
  .offer-purchase { border-radius: 0 0 22px 22px; }
  .guarantee-showcase { grid-template-columns: 1fr; gap: 42px; text-align: center; }
  .guarantee-showcase__seal img { width: min(100%,430px); }
  .guarantee-showcase__copy { max-width: 600px; margin-inline: auto; }
  .guarantee-showcase__copy p { font-size: 1.1rem; }
  .mentor-showcase { grid-template-columns: 1fr; gap: 42px; }
  .mentor-story { padding-bottom: 0; }
  .mentor-portrait img { width: min(100%,500px); }
  .mentor-layout .mentor-photo { order: 2; }
  .mentor-layout .mentor-copy { order: 1; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .topbar__inner { min-height: 66px; }
  .brand__mark { width: 40px; height: 40px; border-radius: 13px; }
  .brand__text { display: none; }
  .topbar .button { padding: 9px 16px; font-size: .8rem; }
  .hero { padding: 66px 0 58px; }
  h1 { font-size: clamp(2.45rem, 13vw, 4rem); }
  .hero__headline h1 { font-size: clamp(2rem, 10.5vw, 3rem); overflow-wrap: anywhere; }
  h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .hero__lead { font-size: 1rem; }
  .video-frame { aspect-ratio: 16/9; border-width: 7px; border-radius: 28px; }
  .sound-prompt { max-width: calc(100% - 24px); min-height: 50px; padding: 10px 16px; }
  .sound-prompt strong { white-space: normal; font-size: .78rem; line-height: 1.25; }
  .floating-card { display: none; }
  .trust-strip__grid { grid-template-columns: repeat(2,1fr); }
  .trust-strip__grid div { min-height: 95px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .section { padding: 78px 0; }
  .section-heading { margin-bottom: 36px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-grid { gap: 20px; }
  .pieces-section { padding-block: 72px; }
  .pieces-marquee { --pieces-gap: 18px; --pieces-half-gap: 9px; -webkit-mask-image: linear-gradient(to right, transparent, #000 2.5%, #000 97.5%, transparent); mask-image: linear-gradient(to right, transparent, #000 2.5%, #000 97.5%, transparent); }
  .pieces-marquee__track { animation-duration: 38s; }
  .piece-slide { flex-basis: 44vw; border-radius: 13px; }
  .testimonials-section__heading p br { display: none; }
  .proof-carousel__viewport { margin-inline: 8px; }
  .proof-card { flex-basis: 100%; }
  .proof-carousel__track { gap: 18px; }
  .proof-carousel__button { width: 42px; height: 42px; }
  .proof-carousel__button--prev { left: -7px; }
  .proof-carousel__button--next { right: -7px; }
  .split-layout, .mentor-layout, .offer-layout, .faq-layout { gap: 42px; }
  .split-layout__image img, .mentor-photo img { min-height: 420px; }
  .character-section__heading h2 br { display: none; }
  .character-showcase { width: min(100%, 430px); grid-template-columns: 1fr; gap: 30px; }
  .character-card { border-radius: 18px; }
  .character-card--one, .character-card--two, .character-card--three { --rz: 0deg; }
  .course-modules-section { padding-block: 48px 68px; }
  .course-modules-grid { grid-template-columns: 1fr; gap: 14px; }
  .course-module__button { min-height: 58px; padding: 13px 15px; font-size: 1rem; }
  .course-module__panel ul { padding-inline: 15px; font-size: .84rem; }
  .course-modules-cta { min-height: 68px; margin-top: 18px; font-size: 1rem; }
  .method-pillars-section { padding: 58px 0 68px; }
  .method-pillars__heading { margin-bottom: 48px; }
  .method-pillars__timeline { border-top: 0; }
  .method-pillars__grid { position: relative; grid-template-columns: 1fr; gap: 42px; }
  .method-pillars__grid::before { content: ""; position: absolute; top: 0; bottom: 0; left: 9px; width: 1px; background: #9e83dd; }
  .method-pillar { padding: 0 0 0 52px; }
  .method-pillar__marker { top: 4px; left: 0; }
  .modules-showcase { padding-block: 72px; }
  .modules-showcase__heading { margin-bottom: 34px; }
  .modules-marquee { --modules-gap: 18px; --modules-half-gap: 9px; -webkit-mask-image: linear-gradient(to right, transparent, #000 2.5%, #000 97.5%, transparent); mask-image: linear-gradient(to right, transparent, #000 2.5%, #000 97.5%, transparent); }
  .modules-marquee__track { animation-duration: 46s; }
  .module-slide { flex-basis: 44vw; border-radius: 13px; }
  .offer-section { padding: 58px 0 0; }
  .offer-stage { width: min(calc(100% - 28px),1024px); }
  .offer-stage__heading { margin-bottom: 46px; }
  .offer-stage__heading p br { display: none; }
  .offer-showcase { grid-template-columns: 1fr; }
  .offer-bonuses { padding: 38px 26px; border-right: 1px solid #aa8cf2; border-radius: 22px 22px 0 0; }
  .offer-bonuses ul { gap: 18px; }
  .offer-bonuses li { grid-template-columns: 25px 1fr; gap: 13px; }
  .offer-bonuses p { font-size: .96rem; }
  .offer-bonus__check { width: 24px; height: 24px; }
  .offer-purchase { min-height: 470px; padding: 44px 22px; border-radius: 0 0 22px 22px; }
  .offer-purchase__brand span { font-size: 1.15rem; }
  .offer-purchase__brand strong { font-size: 3.7rem; }
  .offer-purchase__price { font-size: clamp(2.35rem,11vw,3.2rem); }
  .offer-purchase__button { min-height: 66px; font-size: .9rem; }
  .guarantee-section { padding-block: 54px 64px; }
  .guarantee-showcase { grid-template-columns: 1fr; gap: 34px; text-align: center; }
  .guarantee-showcase__seal img { width: min(100%,390px); }
  .guarantee-showcase__copy { max-width: 560px; margin-inline: auto; }
  .guarantee-showcase__copy p { font-size: 1.05rem; }
  .mentor-stats { grid-template-columns: 1fr; }
  .mentor-section { padding: 54px 0 0; }
  .mentor-showcase { grid-template-columns: 1fr; gap: 38px; }
  .mentor-story { padding-bottom: 0; }
  .mentor-story p { font-size: 1.05rem; }
  .mentor-portrait img { width: min(100%,500px); }
  .faq-dark-section { padding-block: 48px 56px; }
  .faq-dark-wrap h2 { margin-bottom: 20px; }
  .faq-dark .accordion-button { min-height: 72px; padding: 17px 8px; font-size: 1rem; }
  .faq-dark .accordion-panel p { padding-left: 36px; padding-right: 8px; font-size: .9rem; }
  .final-cta__inner { align-items: flex-start; flex-direction: column; }
  .footer__grid { grid-template-columns: 1fr; }
  .footer__bottom { align-items: flex-start; flex-direction: column; }
  .sticky-cta { display: inline-flex; }
  .site-footer-simple { min-height: 154px; padding: 76px 16px 26px; }
  .site-footer-simple::before { top: 42px; height: 3px; }
  .site-footer-simple p, .site-footer-simple nav { font-size: .82rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
