@font-face { font-family: "TuvanDisplay"; src: url("../assets/fonts/comicbd.ttf") format("truetype"); font-display: swap; }
@font-face { font-family: "TuvanText"; src: url("../assets/fonts/comic.ttf") format("truetype"); font-display: swap; }

:root { --ink: #102856; --cream: #fff3d4; --sun: #ffd646; --coral: #f35b45; --sky: #062c70; --night: #061740; --mint: #84e5ae; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "TuvanText", sans-serif; overflow-x: hidden; }
button, a { font: inherit; }
button { border: 0; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
#spark-canvas { inset: 0; pointer-events: none; position: fixed; z-index: 10; }

.hero { min-height: 790px; isolation: isolate; overflow: hidden; position: relative; color: #fff9e9; background: #081d4a; }
.hero__backdrop { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(3,12,41,.86) 0%, rgba(4,29,83,.35) 53%, rgba(3,13,38,.63) 100%), url("img/background_landscape.png") center / cover; transform: scale(1.03); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background-image: radial-gradient(circle at 16% 16%, rgba(255,255,255,.9) 0 1px, transparent 2px), radial-gradient(circle at 70% 29%, rgba(255,224,100,.8) 0 1px, transparent 2px), radial-gradient(circle at 48% 78%, rgba(255,255,255,.7) 0 1px, transparent 2px); background-size: 120px 130px, 160px 180px, 230px 180px; opacity: .65; animation: star-drift 20s linear infinite; }
.nav { align-items: center; display: flex; gap: 28px; min-height: 86px; position: relative; z-index: 2; }
.nav__brand { font-family: "TuvanDisplay", sans-serif; font-size: 1.24rem; letter-spacing: .02em; margin-right: auto; text-shadow: 0 3px 0 #0b1c40; }
.nav__link { font-size: 1.02rem; opacity: .9; transition: color .2s, transform .2s; }
.nav__link:hover { color: var(--sun); transform: translateY(-2px); }
.hero__content { align-items: center; display: grid; gap: 40px; grid-template-columns: 1.02fr .98fr; min-height: 640px; padding-bottom: 72px; }
.eyebrow { color: var(--sun); font-family: "TuvanDisplay", sans-serif; font-size: .83rem; letter-spacing: .11em; margin: 0 0 14px; text-transform: uppercase; }
.eyebrow--dark { color: #d75d30; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "TuvanDisplay", sans-serif; line-height: .98; }
h1 { font-size: clamp(3.2rem, 6.2vw, 5.95rem); letter-spacing: -.045em; margin-bottom: 24px; text-shadow: 0 5px 0 rgba(2,11,34,.45); }
h1 span { color: var(--sun); }
.hero__lead { font-size: clamp(1.13rem, 1.55vw, 1.38rem); line-height: 1.46; max-width: 535px; opacity: .94; }
.hero__actions { align-items: center; display: flex; flex-wrap: wrap; gap: 24px; margin-top: 32px; }
.button { align-items: center; border-radius: 999px; display: inline-flex; font-family: "TuvanDisplay", sans-serif; gap: 14px; justify-content: center; padding: 17px 25px 16px; transition: transform .2s, box-shadow .2s; }
.button--sun { background: linear-gradient(180deg, #fff279, #ffc728); box-shadow: 0 8px 0 #b5660d, 0 16px 30px rgba(0,0,0,.26); color: #5b310a; }
.button--sun:hover { box-shadow: 0 10px 0 #b5660d, 0 20px 34px rgba(0,0,0,.3); transform: translateY(-4px); }
.button--sun:active { box-shadow: 0 3px 0 #b5660d; transform: translateY(5px); }
.button span, .text-link span { font-size: 1.35em; }
.text-link { border-bottom: 1px solid rgba(255,255,255,.6); padding-bottom: 4px; }
.hero__note { color: rgba(255,255,255,.78); font-size: .94rem; margin-top: 35px; }
.hero__stage { align-self: stretch; min-height: 500px; position: relative; }
.hero__halo { aspect-ratio: 1; border-radius: 50%; position: absolute; right: 5%; top: 3%; width: min(490px, 92%); background: radial-gradient(circle, rgba(255,221,91,.52), rgba(101,216,255,.1) 46%, transparent 70%); filter: blur(1px); animation: halo 5s ease-in-out infinite; }
.hero__logo { filter: drop-shadow(0 18px 25px rgba(0,0,0,.38)); left: 12%; max-width: 420px; position: absolute; top: 18%; width: 74%; z-index: 2; animation: logo-float 4.6s ease-in-out infinite; }
.number-orbit { inset: 0; position: absolute; z-index: 3; }
.number { align-items: center; border: 3px solid rgba(255,255,255,.54); border-radius: 50%; box-shadow: inset 0 5px 5px rgba(255,255,255,.5), 0 10px 0 rgba(77,30,14,.36), 0 17px 24px rgba(0,0,0,.22); color: white; cursor: pointer; display: flex; font-family: "TuvanDisplay", sans-serif; font-size: clamp(1.9rem, 4vw, 3.7rem); height: clamp(70px, 10vw, 118px); justify-content: center; position: absolute; transition: transform .2s, filter .2s; width: clamp(70px, 10vw, 118px); }
.number:hover, .number.is-active { filter: brightness(1.16); transform: scale(1.14) rotate(-7deg); }
.number--one { background: linear-gradient(145deg, #9ce83a, #429619); left: 3%; top: 6%; }.number--two { background: linear-gradient(145deg, #53dffc, #1386d4); right: 3%; top: 4%; }.number--three { background: linear-gradient(145deg, #ffb334, #e05a15); right: 0; top: 43%; }.number--four { background: linear-gradient(145deg, #ff86bc, #db3078); bottom: 5%; right: 9%; }.number--five { background: linear-gradient(145deg, #ffea62, #e78d0f); bottom: 2%; left: 9%; }.number--six { background: linear-gradient(145deg, #ad88ff, #5a47d8); left: 0; top: 47%; }
.number-hint { bottom: -4px; color: rgba(255,255,255,.87); left: 50%; margin: 0; position: absolute; transform: translateX(-50%); white-space: nowrap; z-index: 4; }
.hero__wave { background: var(--cream); bottom: -1px; clip-path: polygon(0 40%, 11% 65%, 24% 30%, 39% 70%, 52% 20%, 69% 68%, 84% 35%, 100% 64%, 100% 100%, 0 100%); height: 115px; left: 0; position: absolute; right: 0; }

.intro { display: grid; gap: 90px; grid-template-columns: 1fr 1fr; padding-block: 125px; }.intro h2, .section-heading h2 { color: var(--ink); font-size: clamp(2.6rem, 5vw, 4.7rem); letter-spacing: -.04em; margin-bottom: 0; }.intro__copy { border-left: 2px solid #f4bd45; font-size: 1.27rem; line-height: 1.55; padding-left: 36px; }.intro__signature { color: #ba5932; font-family: "TuvanDisplay", sans-serif; font-size: 1rem; margin-bottom: 0; }
.path { background: #edc06d; padding: 100px 0 120px; position: relative; }.path::before { background: repeating-linear-gradient(90deg, rgba(110,55,15,.08) 0 2px, transparent 2px 13px); content: ""; inset: 0; opacity: .42; pointer-events: none; position: absolute; }.path .shell { position: relative; }.section-heading { margin-bottom: 42px; }.path .section-heading h2 { color: #552814; }.path__grid { display: grid; gap: 26px; grid-template-columns: repeat(2, 1fr); }.path-card { border: 4px solid rgba(255,255,255,.58); border-radius: 35px; box-shadow: 0 18px 0 rgba(105,49,21,.27), 0 25px 45px rgba(74,31,13,.18); min-height: 470px; overflow: hidden; padding: 38px; position: relative; transform: translateY(0); transition: transform .32s, box-shadow .32s; }.path-card:hover { box-shadow: 0 25px 0 rgba(105,49,21,.27), 0 35px 55px rgba(74,31,13,.22); transform: translateY(-8px); }.path-card--kids { background: linear-gradient(125deg, #63cde9 0%, #2076c7 54%, #134c9d 100%); }.path-card--school { background: linear-gradient(125deg, #ee8b55 0%, #d84b48 54%, #9d273f 100%); }.path-card__art { bottom: 0; left: 0; opacity: .8; position: absolute; right: 0; top: 0; background: linear-gradient(0deg, rgba(0,0,0,.32), transparent 60%), url("../assets/images/background_landscape_main.png") center bottom / cover; mix-blend-mode: luminosity; }.path-card__content { max-width: 330px; position: relative; z-index: 1; }.path-card__badge { background: rgba(255,255,255,.2); border: 1px solid rgba(255,255,255,.55); border-radius: 999px; display: inline-block; font-size: .92rem; padding: 7px 13px; }.path-card h3 { color: white; font-size: clamp(2.35rem, 4vw, 3.5rem); margin: 22px 0; text-shadow: 0 4px 0 rgba(73,25,16,.32); }.path-card ul { color: white; line-height: 1.8; list-style: "✦  "; padding-left: 21px; }.path-card__mark { bottom: 29px; color: rgba(255,255,255,.9); font-family: "TuvanDisplay", sans-serif; font-size: clamp(2.8rem, 6vw, 5rem); position: absolute; right: 31px; text-shadow: 0 4px 0 rgba(50,17,12,.25); z-index: 1; }

.path-card__art { background: linear-gradient(0deg, rgba(0,0,0,.32), transparent 60%), url("img/background_landscape_main.png") center bottom / cover; }
.showcase { align-items: center; display: grid; gap: 70px; grid-template-columns: 1.1fr .9fr; padding-block: 130px; }.showcase__visual { border: 9px solid white; border-radius: 35px; box-shadow: 0 22px 50px rgba(20,47,71,.25); overflow: hidden; position: relative; }.showcase__visual > img { display: block; height: 560px; object-fit: cover; width: 100%; }.showcase__question { background: rgba(5,29,79,.91); border: 2px solid rgba(255,255,255,.44); border-radius: 25px; bottom: 25px; color: white; left: 25px; padding: 18px; position: absolute; right: 25px; text-align: center; }.showcase__question span { display: block; font-size: .88rem; opacity: .78; }.showcase__question strong { color: var(--sun); display: block; font-family: "TuvanDisplay", sans-serif; font-size: 2.1rem; }.showcase__answers { display: flex; gap: 10px; justify-content: center; margin-top: 9px; }.showcase__answers b { background: white; border-radius: 12px; color: var(--ink); min-width: 48px; padding: 7px 12px; }.showcase__answers .is-right { background: var(--mint); }.showcase__copy h2 { font-size: clamp(3rem, 5.8vw, 5.2rem); margin-bottom: 26px; }.showcase__copy em { color: #de6536; font-style: normal; }.showcase__copy > p:not(.eyebrow) { font-size: 1.17rem; line-height: 1.55; }.stats { border-top: 1px solid #e9c871; display: flex; gap: 19px; margin-top: 34px; padding-top: 23px; }.stats div { display: flex; gap: 8px; }.stats strong { color: #db6332; font-family: "TuvanDisplay", sans-serif; font-size: 2.25rem; line-height: 1; }.stats span { font-size: .8rem; line-height: 1.2; }
.features { background: #061c51; color: white; overflow: hidden; padding: 110px 0; position: relative; }.features::after { background: radial-gradient(circle, rgba(76,180,255,.45), transparent 65%); content: ""; height: 600px; position: absolute; right: -250px; top: -260px; width: 600px; }.section-heading--light h2 { color: white; max-width: 700px; }.features__grid { display: grid; gap: 16px; grid-template-columns: repeat(4, 1fr); position: relative; z-index: 1; }.feature { background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.17); border-radius: 22px; min-height: 250px; padding: 25px; transition: background .2s, transform .2s; }.feature:hover { background: rgba(255,255,255,.16); transform: translateY(-8px); }.feature span { align-items: center; background: #f8c94f; border-radius: 14px; color: #623a12; display: flex; font-family: Georgia, serif; font-size: 1.5rem; height: 47px; justify-content: center; width: 47px; }.feature h3 { font-size: 1.42rem; margin: 22px 0 12px; }.feature p { color: rgba(255,255,255,.78); font-size: .96rem; line-height: 1.47; }
.cta { padding-block: 95px; }.cta__card { align-items: center; background: linear-gradient(120deg, #9fe6f5, #79b3e8 48%, #6d82d9); border-radius: 34px; box-shadow: 0 21px 0 #29548c, 0 30px 55px rgba(35,73,122,.25); display: grid; gap: 25px; grid-template-columns: 190px 1fr auto; overflow: hidden; padding: 28px 38px; position: relative; }.cta__card::after { background: radial-gradient(circle, rgba(255,244,153,.8), transparent 65%); content: ""; height: 380px; position: absolute; right: -100px; top: -180px; width: 380px; }.cta__card img { filter: drop-shadow(0 9px 10px rgba(18,65,110,.28)); max-width: 175px; position: relative; z-index: 1; }.cta__card h2 { color: #103267; font-size: clamp(2rem, 4vw, 3.5rem); margin: 0; position: relative; z-index: 1; }.cta__card .eyebrow { color: #255a8c; position: relative; z-index: 1; }.cta__card .button { position: relative; z-index: 1; }.footer { background: #031437; color: rgba(255,255,255,.72); font-size: .87rem; padding: 27px 0; }.footer .shell { display: flex; justify-content: space-between; gap: 20px; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.75,.25,1); }.reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes star-drift { to { background-position: 120px 130px, -160px 180px, 230px -180px; } } @keyframes halo { 50% { transform: scale(1.08); opacity: .72; } } @keyframes logo-float { 50% { transform: translateY(-13px) rotate(-1deg); } }
@media (max-width: 850px) { .hero { min-height: 840px; }.hero__content, .intro, .showcase { grid-template-columns: 1fr; }.hero__content { padding-top: 30px; }.hero__stage { min-height: 390px; }.hero__logo { left: 19%; top: 12%; width: 63%; }.number--one { left: 8%; }.number--two { right: 7%; }.intro { gap: 36px; padding-block: 85px; }.intro__copy { padding-left: 22px; }.path__grid { grid-template-columns: 1fr; }.features__grid { grid-template-columns: repeat(2, 1fr); }.showcase { padding-block: 85px; }.showcase__visual > img { height: 420px; }.cta__card { grid-template-columns: 125px 1fr; padding: 25px; }.cta__card img { max-width: 120px; }.cta__card .button { grid-column: 1 / -1; justify-self: start; }.footer .shell { flex-direction: column; } }
@media (max-width: 530px) { .shell { width: min(100% - 30px, 1180px); }.nav { gap: 15px; }.nav__link { display: none; }.hero { min-height: 780px; }.hero__content { gap: 5px; }.hero__stage { min-height: 340px; }.hero__logo { left: 19%; max-width: 285px; }.number { font-size: 1.7rem; height: 62px; width: 62px; }.number--three { right: 4%; }.number--six { left: 3%; }.hero__wave { height: 75px; }.features__grid { grid-template-columns: 1fr; }.feature { min-height: auto; }.showcase__question { left: 12px; right: 12px; bottom: 12px; }.showcase__visual > img { height: 335px; }.stats { gap: 10px; }.cta__card { grid-template-columns: 1fr; }.cta__card img { display: none; } }
