:root {
  --ink: #011c4c;
  --blue: #145ddd;
  --pink: #f2299a;
  --green: #33c540;
  --yellow: #ffce24;
  --lavender: #e3e9f8;
  --cream: #fffbfb;
  --white: #ffffff;
  --shadow: 0 24px 70px -28px rgba(1, 28, 76, 0.24);
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--ink);
  font-family: "Manrope", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-padding-top: 88px; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
.page-shell { width: min(100% - 32px, 1200px); margin-inline: auto; }
.section-pad { padding-block: 80px; }
.eyebrow { margin: 0 0 14px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.section-heading { max-width: 880px; margin-bottom: 42px; }
.section-heading h2, .benefits-copy h2, .method-copy h2, .project-copy h2, .alpha-copy h2, .trial-copy h2, .consult-card h2 {
  margin: 0; font-family: "Unbounded", sans-serif; font-size: clamp(34px, 7vw, 64px); line-height: 1.03; letter-spacing: -.045em;
}
.section-heading h2 span, .method-copy h2 span { color: var(--pink); }
.section-heading > p:last-child { max-width: 680px; margin: 20px 0 0; font-size: 18px; line-height: 1.65; }
.button { display: inline-flex; min-height: 56px; align-items: center; justify-content: center; padding: 0 25px; border: 0; border-radius: 16px; background: var(--blue); color: var(--white); font-weight: 800; text-align: center; text-transform: uppercase; transition: transform .25s ease, background-color .25s ease; }
.button:hover { background: var(--green); transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
.button--small { min-height: 42px; padding-inline: 17px; border-radius: 12px; font-size: 12px; }
.button--portal { border: 2px solid var(--blue); background: var(--white); color: var(--blue); }
.button--portal:hover { background: var(--lavender); }
.button--disabled, .button--disabled:hover { cursor: not-allowed; background: #8292ad; transform: none; }

.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid rgba(1, 28, 76, .08); background: rgba(255, 251, 251, .94); backdrop-filter: blur(16px); }
.header-inner { display: flex; min-height: 72px; align-items: center; gap: 18px; }
.brand { display: inline-flex; align-items: center; gap: 6px; font-family: "Unbounded", sans-serif; font-size: 16px; font-weight: 800; }
.brand span { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 11px; background: var(--pink); color: var(--white); }
.desktop-nav, .header-actions { display: none; }
.menu-button { margin-left: auto; border: 0; background: transparent; color: var(--ink); font-size: 28px; }
.mobile-nav { padding: 12px 16px 22px; border-top: 1px solid rgba(1, 28, 76, .08); }
.mobile-nav a { display: block; padding: 11px 4px; font-weight: 700; }
.mobile-nav-portals { display: grid; gap: 9px; margin-top: 10px; }
.mobile-nav-portals a { border: 2px solid var(--blue); border-radius: 12px; color: var(--blue); text-align: center; }

.hero { position: relative; overflow: hidden; padding: 56px 0 74px; background: var(--cream); }
.hero::before { position: absolute; inset: auto auto -220px -180px; width: 420px; height: 420px; border-radius: 50%; background: var(--yellow); content: ""; opacity: .8; }
.hero-grid { position: relative; display: grid; gap: 34px; }
.hero-title { margin: 0; color: var(--blue); font-family: "Unbounded", sans-serif; font-size: clamp(50px, 14vw, 112px); font-weight: 800; line-height: .88; letter-spacing: -.075em; text-transform: uppercase; }
.hero-title span { color: var(--pink); }
.hero-lead { max-width: 600px; margin: 25px 0; font-size: clamp(18px, 4.5vw, 25px); font-weight: 600; line-height: 1.45; }
.hero-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.text-link { color: var(--blue); font-weight: 800; }
.hero-pills { display: flex; flex-wrap: wrap; gap: 8px; margin: 30px 0 0; padding: 0; list-style: none; }
.hero-pills li { padding: 8px 14px; border-radius: 999px; background: var(--lavender); color: var(--blue); font-weight: 800; }
.hero-art { position: relative; min-height: 400px; }
.hero-shape { position: absolute; inset: 9% 2% 3%; border-radius: 44% 56% 49% 51% / 54% 45% 55% 46%; background: var(--yellow); transform: rotate(-5deg); }
.hero-student { position: absolute; z-index: 2; right: -7%; bottom: -8%; width: 78%; max-height: 460px; object-fit: contain; }
.hero-laptop { position: absolute; z-index: 3; bottom: 4%; left: 0; width: 56%; transform: rotate(-6deg); filter: drop-shadow(0 28px 22px rgba(1, 28, 76, .22)); }

.intro { background: var(--white); }
.three-values { display: grid; gap: 16px; }
.value-card { min-height: 250px; padding: 26px; border-radius: 28px; background: var(--lavender); }
.value-card:nth-child(2) { background: var(--yellow); }
.value-card:nth-child(3) { background: #d9f6dc; }
.value-card > span { display: block; margin-bottom: 28px; color: var(--blue); font-family: "Unbounded", sans-serif; font-size: 14px; }
.value-card h3 { margin: 0 0 13px; font-family: "Unbounded", sans-serif; font-size: 23px; line-height: 1.15; }
.value-card p { margin: 0; line-height: 1.65; }
.stats { display: grid; gap: 1px; margin-top: 18px; overflow: hidden; border-radius: 28px; background: rgba(255, 255, 255, .25); }
.stats div { display: grid; padding: 28px; background: var(--blue); color: var(--white); }
.stats strong { color: var(--yellow); font-family: "Unbounded", sans-serif; font-size: 43px; }
.stats span { margin-top: 8px; font-size: 14px; font-weight: 700; }

.benefits { background: var(--lavender); }
.benefits-grid, .method-grid, .founder-grid, .alpha-grid, .projects-grid, .trial-grid { display: grid; gap: 40px; }
.benefits-photo, .benefits-copy { min-width: 0; }
.benefits-photo { position: relative; overflow: hidden; min-height: 430px; border-radius: 36px; background: var(--pink); }
.benefits-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.benefits-copy h2 { margin-bottom: 34px; color: var(--blue); }
.benefit-list { display: grid; gap: 10px; }
.benefit-list article { padding: 20px; border-radius: 20px; background: rgba(255, 255, 255, .75); }
.benefit-list b { font-family: "Unbounded", sans-serif; font-size: 16px; }
.benefit-list p { margin: 7px 0 0; line-height: 1.55; }

.method { background: var(--blue); color: var(--white); }
.method-copy .eyebrow { color: var(--yellow); }
.method-copy h2 span { color: var(--yellow); }
.method-copy > p:last-child { margin: 26px 0 0; font-size: 18px; line-height: 1.72; }
.method-collage { position: relative; min-height: 460px; }
.method-collage img { position: absolute; width: 77%; border: 8px solid var(--white); border-radius: 24px; box-shadow: var(--shadow); object-fit: cover; }
.method-collage img:first-child { top: 0; right: 0; aspect-ratio: 1; }
.method-collage img:last-child { bottom: 0; left: 0; aspect-ratio: 1.65; transform: rotate(-5deg); }

.founder { background: var(--yellow); }
.founder-photo { position: relative; min-height: 370px; }
.founder-photo span { position: absolute; inset: 8% 5% 0; border-radius: 52% 48% 42% 58%; background: var(--pink); transform: rotate(4deg); }
.founder-photo img { position: absolute; z-index: 2; bottom: 0; left: 50%; height: 94%; transform: translateX(-50%); object-fit: contain; filter: drop-shadow(0 24px 20px rgba(1, 28, 76, .15)); }
.founder-copy h2 { margin: 0; color: var(--blue); font-family: "Unbounded", sans-serif; font-size: clamp(40px, 9vw, 78px); line-height: .98; letter-spacing: -.05em; }
.founder-copy > p:not(.eyebrow) { max-width: 570px; font-size: 19px; line-height: 1.65; }
.founder-numbers { display: flex; gap: 32px; margin-top: 30px; }
.founder-numbers div { display: grid; }
.founder-numbers strong { color: var(--pink); font-family: "Unbounded", sans-serif; font-size: 43px; }
.founder-numbers span { font-weight: 800; }

.system { background: var(--white); }
.system-grid { display: grid; gap: 14px; }
.system-card { padding: 26px; border: 1px solid rgba(20, 93, 221, .14); border-radius: 25px; background: var(--cream); }
.system-card > span { display: grid; width: 54px; height: 54px; place-items: center; border-radius: 16px; background: var(--blue); color: var(--white); font-family: "Unbounded", sans-serif; font-weight: 800; }
.system-card h3 { margin: 25px 0 10px; font-family: "Unbounded", sans-serif; font-size: 18px; line-height: 1.35; }
.system-card p { margin: 0; line-height: 1.6; }
.attestation { display: grid; gap: 24px; align-items: center; margin-top: 18px; padding: 28px; border-radius: 30px; background: var(--blue); color: var(--white); }
.attestation h3 { margin: 0 0 12px; font-family: "Unbounded", sans-serif; font-size: 27px; }
.attestation p { margin: 0; line-height: 1.6; }
.attestation img { width: 100%; max-width: 310px; margin: auto; border-radius: 18px; }

.program { background: var(--lavender); }
.grade-tabs, .format-controls { display: flex; gap: 8px; margin-bottom: 18px; overflow-x: auto; scrollbar-width: none; }
.grade-tabs button, .format-controls button { flex: 0 0 auto; min-height: 48px; padding: 0 18px; border: 1px solid rgba(20, 93, 221, .2); border-radius: 14px; background: var(--white); color: var(--ink); font-weight: 800; }
.grade-tabs button[aria-selected="true"], .format-controls button[aria-selected="true"] { border-color: var(--blue); background: var(--blue); color: var(--white); }
.subject-panel { display: grid; gap: 28px; padding: 28px; border-radius: 28px; background: var(--white); box-shadow: var(--shadow); }
.panel-label { color: var(--pink); font-family: "Unbounded", sans-serif; font-size: 16px; font-weight: 700; }
.subject-panel ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0 0; padding: 0; list-style: none; }
.subject-panel li { padding: 8px 12px; border-radius: 999px; background: var(--lavender); font-size: 14px; font-weight: 700; }
.program-banner { display: grid; gap: 24px; align-items: center; margin-top: 18px; overflow: hidden; border-radius: 28px; background: var(--pink); color: var(--white); }
.program-banner img { width: 100%; max-height: 360px; object-fit: contain; }
.program-banner div { padding: 0 26px 30px; }
.program-banner h3 { margin: 0; font-family: "Unbounded", sans-serif; font-size: 27px; line-height: 1.25; }
.program-banner p { margin: 14px 0 0; line-height: 1.65; }

.alpha { background: var(--cream); }
.alpha-copy p:not(.eyebrow) { font-size: 18px; line-height: 1.65; }
.alpha-copy ul { display: grid; gap: 9px; padding: 0; list-style: none; }
.alpha-copy li { padding: 12px 16px; border-radius: 14px; background: var(--lavender); font-weight: 800; }
.alpha-art { position: relative; min-height: 400px; }
.alpha-art::before { position: absolute; inset: 5% 0 0 5%; border-radius: 35px; background: var(--yellow); content: ""; transform: rotate(3deg); }
.alpha-art img:first-child { position: absolute; z-index: 2; inset: auto 0 0; margin: auto; max-height: 390px; object-fit: contain; }
.alpha-art img:last-child { position: absolute; z-index: 3; right: 0; bottom: 3%; width: 56%; border: 6px solid var(--white); border-radius: 18px; transform: rotate(5deg); }

.projects { background: var(--blue); color: var(--white); }
.project-images { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.project-images img { width: 100%; height: 100%; min-height: 290px; border-radius: 25px; object-fit: cover; }
.project-images img:last-child { margin-top: 34px; }
.project-copy .eyebrow { color: var(--yellow); }
.project-stat { display: flex; align-items: center; gap: 18px; margin: 24px 0 18px; padding: 17px 20px; border: 1px solid rgba(255, 255, 255, .22); border-radius: 20px; background: rgba(255, 255, 255, .1); }
.project-stat strong { color: var(--yellow); font-family: "Unbounded", sans-serif; font-size: clamp(44px, 7vw, 68px); line-height: 1; }
.project-stat span { max-width: 270px; font-weight: 800; line-height: 1.45; }
.project-lead { margin: 0 0 20px; font-size: 18px; line-height: 1.65; }
.project-topics { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.project-topics article { display: grid; grid-template-columns: 30px 1fr; gap: 10px; padding: 14px; border-radius: 17px; background: rgba(255, 255, 255, .1); }
.project-topics article > span { color: var(--yellow); font-family: "Unbounded", sans-serif; font-size: 20px; font-weight: 800; }
.project-topics strong { display: block; margin-bottom: 5px; font-family: "Unbounded", sans-serif; font-size: 12px; line-height: 1.4; }
.project-topics p { margin: 0; font-size: 12px; line-height: 1.5; opacity: .82; }
.project-summary { margin: 20px 0; font-size: 15px; line-height: 1.65; }
.project-presentation { margin-top: 70px; }
.project-presentation-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.project-presentation-head .eyebrow { margin-bottom: 10px; color: var(--yellow); }
.project-presentation-head h3 { max-width: 700px; margin: 0; font-family: "Unbounded", sans-serif; font-size: clamp(23px, 3vw, 36px); line-height: 1.2; }
.project-presentation-head > p { max-width: 350px; margin: 0; line-height: 1.6; opacity: .78; }
.project-embed { position: relative; overflow: hidden; margin-top: 25px; border: 8px solid var(--white); border-radius: 27px; aspect-ratio: 1350 / 650; background: var(--white); box-shadow: var(--shadow); }
.project-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.soft { background: var(--white); }
.soft-grid { display: grid; gap: 12px; }
.soft-card { padding: 25px; border-radius: 23px; background: var(--lavender); }
.soft-card:nth-child(2n) { background: #d9f6dc; }
.soft-card:nth-child(3n) { background: #fff2b9; }
.soft-card > span { color: var(--pink); font-family: "Unbounded", sans-serif; font-size: 31px; }
.soft-card h3 { margin: 23px 0 9px; font-family: "Unbounded", sans-serif; font-size: 18px; }
.soft-card p { margin: 0; line-height: 1.55; }

.trainers { background: var(--lavender); }
.trainer-story { display: grid; gap: 48px; align-items: center; }
.trainer-copy-label { display: inline-flex; margin-bottom: 17px; padding: 8px 12px; border-radius: 999px; background: var(--yellow); color: var(--ink); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.trainer-copy h3 { margin: 0; font-family: "Unbounded", sans-serif; font-size: clamp(27px, 5vw, 46px); line-height: 1.12; letter-spacing: -.035em; }
.trainer-copy-lead { margin: 22px 0 28px; font-size: 18px; line-height: 1.7; }
.trainer-benefits { display: grid; gap: 11px; }
.trainer-benefits article { display: grid; grid-template-columns: 45px 1fr; gap: 14px; padding: 17px; border-radius: 19px; background: rgba(255, 255, 255, .76); }
.trainer-benefits article > span { display: grid; width: 45px; height: 45px; place-items: center; border-radius: 14px; background: var(--blue); color: var(--white); font-family: "Unbounded", sans-serif; font-weight: 800; }
.trainer-benefits article:nth-child(2) > span { background: var(--pink); }
.trainer-benefits article:nth-child(3) > span { background: var(--green); }
.trainer-benefits strong { font-family: "Unbounded", sans-serif; font-size: 14px; line-height: 1.35; }
.trainer-benefits p { margin: 6px 0 0; font-size: 14px; line-height: 1.5; }
.trainer-note { margin: 20px 0 0; padding: 16px 18px; border-left: 4px solid var(--pink); border-radius: 0 14px 14px 0; background: rgba(255, 255, 255, .55); font-weight: 800; line-height: 1.55; }
.trainer-collage { display: grid; grid-template-columns: .9fr 1.1fr; gap: 16px; align-items: start; width: calc(100% - 16px); margin-inline: auto; padding: 8px; }
.trainer-shot { position: relative; overflow: hidden; margin: 0; border: 8px solid var(--white); border-radius: 26px; background: var(--white); box-shadow: var(--shadow); }
.trainer-shot--main { grid-column: 1; transform: rotate(-2deg); }
.trainer-shot--second { grid-column: 2; margin-top: 24px; transform: rotate(3deg); }
.trainer-shot--third { grid-column: 1; margin-top: 4px; transform: rotate(2deg); }
.trainer-shot--fourth { grid-column: 2; margin-top: -55px; transform: rotate(-2deg); }
.trainer-shot img { display: block; width: 100%; height: auto; }
.video-guides { background: var(--blue); color: var(--white); }
.video-guides .eyebrow { color: var(--yellow); }
.video-grid { display: grid; gap: 18px; }
.video-card { margin: 0; padding: 18px; border-radius: 26px; background: rgba(255, 255, 255, .1); }
.video-card h3 { margin: 0 0 16px; font-family: "Unbounded", sans-serif; font-size: 18px; }
.video-card > div { position: relative; overflow: hidden; aspect-ratio: 16 / 9; border-radius: 17px; background: var(--ink); }
.video-card iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.formats { background: var(--lavender); }
.pricing-sale-note { display: inline-flex; flex-wrap: wrap; align-items: center; gap: 9px; margin: -14px 0 22px; padding: 9px 14px 9px 9px; border-radius: 999px; background: var(--pink); color: var(--white); font-size: 14px; font-weight: 700; }
.pricing-sale-note strong { padding: 7px 11px; border-radius: 999px; background: var(--yellow); color: var(--ink); font-weight: 800; text-transform: uppercase; }
.pricing-sale-note time { font-weight: 800; }
.pricing-grid { display: grid; gap: 14px; }
.price-card { display: flex; flex-direction: column; padding: 27px; border-radius: 28px; background: var(--white); box-shadow: var(--shadow); }
.price-card--featured { background: var(--blue); color: var(--white); }
.price-badge { align-self: flex-start; padding: 7px 11px; border-radius: 999px; background: var(--yellow); color: var(--ink); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.price-card h3 { margin: 23px 0 8px; font-family: "Unbounded", sans-serif; font-size: 24px; }
.price-description { margin: 0 0 13px; line-height: 1.55; }
.price-card .price-period { margin: 0; font-weight: 800; }
.price-start { margin: 5px 0 0; font-size: 13px; opacity: .7; }
.price { margin: 25px 0 3px; color: var(--pink); font-family: "Unbounded", sans-serif; font-size: 35px; }
.price-card--featured .price { color: var(--yellow); }
.old-price { font-size: 13px; opacity: .62; }
.price-section-title { margin: 25px 0 0; font-family: "Unbounded", sans-serif; font-size: 13px; line-height: 1.4; text-transform: uppercase; }
.price-card ul { display: grid; gap: 9px; margin: 14px 0 25px; padding: 0; list-style: none; }
.price-card li { position: relative; padding-left: 20px; line-height: 1.45; }
.price-card li::before { position: absolute; left: 0; color: var(--green); content: "✓"; font-weight: 800; }
.price-card--featured li::before { color: var(--yellow); }
.price-addons { margin: 0 0 24px; padding: 2px 16px 0; border-radius: 17px; background: var(--lavender); color: var(--ink); }
.price-card--featured .price-addons { background: rgba(255, 255, 255, .92); }
.price-addons .price-section-title { margin-top: 16px; }
.price-addons ul { margin-bottom: 16px; font-size: 13px; }
.price-note { margin: 0 0 24px; padding: 13px 15px; border-left: 3px solid var(--yellow); background: rgba(255, 206, 36, .12); font-size: 12px; line-height: 1.55; }
.price-card .button { margin-top: auto; }
.price-card--featured .button { background: var(--yellow); color: var(--ink); }
.forms-note { margin: 22px 0 0; padding: 16px 18px; border-radius: 16px; background: rgba(255, 255, 255, .7); font-size: 14px; }

.order-modal-open { overflow: hidden; }
.order-modal { width: min(100% - 28px, 760px); max-width: none; max-height: min(92vh, 980px); margin: auto; padding: 0; overflow: hidden; border: 0; border-radius: 28px; background: var(--white); color: var(--ink); box-shadow: 0 32px 100px rgba(1, 28, 76, .32); }
.order-modal::backdrop { background: rgba(1, 28, 76, .72); backdrop-filter: blur(8px); }
.order-modal__shell { max-height: min(92vh, 980px); overflow-y: auto; overscroll-behavior: contain; }
.order-modal__header { position: sticky; z-index: 5; top: 0; display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; padding: 25px 27px 18px; border-bottom: 1px solid rgba(20, 93, 221, .1); background: rgba(255, 255, 255, .96); backdrop-filter: blur(14px); }
.order-modal__header .eyebrow { margin-bottom: 7px; color: var(--pink); }
.order-modal__header h2 { margin: 0; font-family: "Unbounded", sans-serif; font-size: clamp(20px, 4vw, 29px); line-height: 1.18; }
.order-modal__close { display: grid; flex: 0 0 44px; width: 44px; height: 44px; place-items: center; padding: 0; border: 0; border-radius: 14px; background: var(--lavender); color: var(--ink); cursor: pointer; font-size: 30px; line-height: 1; }
.order-modal__close:hover { background: var(--yellow); }
.order-modal__lead { margin: 0; padding: 18px 27px 3px; color: #52617c; line-height: 1.55; }
.order-modal__offer-list { display: grid; gap: 12px; padding: 20px 27px 28px; }
.order-modal__offer-link { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 20px; border: 2px solid transparent; border-radius: 18px; background: var(--lavender); color: var(--ink); font-weight: 700; transition: border-color .2s ease, transform .2s ease; }
.order-modal__offer-link:hover { border-color: var(--blue); transform: translateY(-2px); }
.order-modal__offer-link strong { flex: 0 0 auto; color: var(--pink); font-family: "Unbounded", sans-serif; }

.trial { background: var(--yellow); }
.trial-copy p:not(.eyebrow) { font-size: 18px; line-height: 1.65; }
.trial-art { position: relative; min-height: 370px; }
.trial-art::before { position: absolute; inset: 10% 8% 0; border-radius: 50%; background: var(--pink); content: ""; }
.trial-art img:first-child { position: absolute; z-index: 2; bottom: 0; left: 3%; max-height: 100%; object-fit: contain; }
.trial-art img:last-child { position: absolute; z-index: 3; top: 12%; right: 4%; width: 28%; filter: drop-shadow(0 20px 14px rgba(1, 28, 76, .2)); }

.reviews { background: var(--cream); }
.review-slider { position: relative; padding-inline: 0; }
.review-viewport { overflow: hidden; border-radius: 28px; }
.review-track { display: flex; transition: transform .45s cubic-bezier(.22, .61, .36, 1); }
.review-slide { flex: 0 0 100%; margin: 0; padding: 22px; background: var(--blue); color: var(--white); }
.review-video { position: relative; overflow: hidden; aspect-ratio: 16 / 9; border-radius: 18px; background: var(--ink); }
.review-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.review-slide figcaption { margin-top: 15px; font-family: "Unbounded", sans-serif; font-weight: 700; }
.slider-arrow { position: absolute; z-index: 3; top: 45%; display: grid; width: 45px; height: 45px; place-items: center; border: 0; border-radius: 50%; background: var(--yellow); color: var(--ink); font-size: 28px; box-shadow: var(--shadow); transform: translateY(-50%); }
.slider-arrow--prev { left: -8px; }
.slider-arrow--next { right: -8px; }
.slider-dots { display: flex; justify-content: center; gap: 7px; margin-top: 18px; }
.slider-dot { width: 10px; height: 10px; padding: 0; border: 0; border-radius: 50%; background: #a7b0c1; }
.slider-dot[aria-current="true"] { background: var(--pink); transform: scale(1.3); }

.consult { background: var(--pink); }
.consult-card { display: grid; gap: 25px; overflow: hidden; padding: 30px 30px 0; border-radius: 34px; background: var(--white); }
.consult-card p:not(.eyebrow) { font-size: 17px; line-height: 1.65; }
.consult-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.button--whatsapp { background: #128c4c; }
.button--whatsapp:hover { background: #0f7540; }
.button--support { border: 2px solid var(--blue); background: var(--white); color: var(--blue); }
.button--support:hover { background: var(--lavender); }
.consult-card img { align-self: end; width: 100%; max-height: 360px; object-fit: contain; object-position: bottom; }
.site-footer { padding-block: 58px; background: var(--ink); color: var(--white); }
.footer-grid { display: grid; gap: 34px; }
.brand--footer { margin-bottom: 18px; }
.footer-grid p { font-size: 12px; line-height: 1.65; opacity: .72; }
.footer-grid h2 { margin: 0 0 13px; color: var(--yellow); font-family: "Unbounded", sans-serif; font-size: 14px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid a:not(.brand) { font-size: 13px; opacity: .78; transition: opacity .2s ease; }
.footer-grid a:hover { opacity: 1; }

.has-gsap .reveal-up { opacity: 0; transform: translateY(24px); }

@media (min-width: 640px) {
  .page-shell { width: min(100% - 56px, 1200px); }
  .section-pad { padding-block: 105px; }
  .hero-actions { flex-direction: row; align-items: center; }
  .three-values, .system-grid, .soft-grid { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(3, 1fr); }
  .subject-panel, .attestation { grid-template-columns: 1fr 1fr; }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
}

@media (min-width: 900px) {
  .section-pad { padding-block: 130px; }
  .desktop-nav { display: flex; align-items: center; gap: clamp(12px, 1.5vw, 26px); margin-left: auto; }
  .desktop-nav a, .login-link { font-size: 13px; font-weight: 700; }
  .header-actions { display: flex; align-items: center; gap: 10px; }
  .menu-button, .mobile-nav { display: none !important; }
  .hero { padding: 78px 0 90px; }
  .hero-grid { grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr); align-items: center; }
  .hero-art { min-height: 570px; }
  .hero-title { font-size: clamp(76px, 8.2vw, 112px); }
  .three-values { grid-template-columns: repeat(3, 1fr); }
  .benefits-grid, .method-grid, .founder-grid, .alpha-grid, .projects-grid, .trial-grid { grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
  .project-images img { min-height: 520px; }
  .founder-photo { min-height: 560px; }
  .method-collage { min-height: 580px; }
  .system-grid { grid-template-columns: repeat(6, 1fr); }
  .system-card { grid-column: span 2; }
  .system-card:nth-child(4) { grid-column: 2 / span 2; }
  .system-card:nth-child(5) { grid-column: span 2; }
  .subject-panel { padding: 40px; }
  .program-banner { grid-template-columns: .75fr 1.25fr; }
  .program-banner div { padding: 40px 50px 40px 0; }
  .soft-grid { grid-template-columns: repeat(3, 1fr); }
  .trainer-story { grid-template-columns: .86fr 1.14fr; gap: 48px; }
  .trainer-collage { gap: 20px; padding: 14px; }
  .trainer-shot--second { margin-top: 34px; }
  .trainer-shot--fourth { margin-top: -48px; }
  .video-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: repeat(3, 1fr); }
  .review-slider { padding-inline: 55px; }
  .review-viewport { max-width: 760px; margin: auto; }
  .slider-arrow--prev { left: 0; }
  .slider-arrow--next { right: 0; }
  .consult-card { grid-template-columns: 1.2fr .8fr; align-items: center; padding: 55px 55px 0; }
  .footer-grid { grid-template-columns: 1.5fr repeat(3, 1fr); }
}

@media (max-width: 520px) {
  .header-inner { min-height: 64px; }
  .brand { font-size: 13px; }
  .brand span { width: 32px; height: 32px; }
  .hero-art { min-height: 350px; }
  .hero-title { font-size: clamp(48px, 14vw, 70px); }
  .button { width: 100%; }
  .method-collage { min-height: 390px; }
  .founder-numbers { gap: 20px; }
  .founder-numbers strong { font-size: 35px; }
  .project-images img { min-height: 220px; }
  .project-copy { order: -1; }
  .project-topics { grid-template-columns: 1fr; }
  .project-presentation { margin-top: 48px; }
  .project-presentation-head { display: block; }
  .project-presentation-head > p { margin-top: 12px; }
  .project-embed { height: 240px; border-width: 5px; border-radius: 19px; aspect-ratio: auto; }
  .trainer-copy-lead { font-size: 16px; }
  .trainer-benefits article { grid-template-columns: 40px 1fr; padding: 15px; }
  .trainer-benefits article > span { width: 40px; height: 40px; }
  .trainer-collage { grid-template-columns: .92fr 1.08fr; gap: 10px; width: calc(100% - 8px); padding: 4px; }
  .trainer-shot { border-width: 5px; border-radius: 17px; }
  .trainer-shot--main { transform: rotate(-2deg); }
  .trainer-shot--second { margin-top: 18px; transform: rotate(3deg); }
  .trainer-shot--third { margin-top: 3px; transform: rotate(2deg); }
  .trainer-shot--fourth { margin-top: -46px; transform: rotate(-2deg); }
  .review-slide { padding: 15px; }
  .consult-card { padding-inline: 22px; }
  .consult-actions { display: grid; }
  .consult-actions .button { width: 100%; padding-inline: 16px; }
  .order-modal { width: 100%; max-height: 100dvh; border-radius: 22px 22px 0 0; }
  .order-modal__shell { max-height: 100dvh; }
  .order-modal__header { padding: 19px 17px 15px; }
  .order-modal__lead { padding: 15px 17px 2px; font-size: 14px; }
  .order-modal__offer-list { padding: 17px; }
  .order-modal__offer-link { align-items: flex-start; flex-direction: column; gap: 8px; }
}

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