:root{
  --red:#c83f35;--red-dark:#a92f28;--red-soft:#fff0ec;--ink:#2f2926;--muted:#726862;--cream:#fffaf4;--sand:#f5eadc;--white:#fff;--green:#28795e;--green-soft:#eaf7f0;--yellow:#f5bd49;--blue:#477ea5;--border:#eadfd4;--shadow:0 20px 60px rgba(87,54,37,.12);--radius:28px;--container:1180px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;color:var(--ink);background:var(--cream);line-height:1.55;-webkit-font-smoothing:antialiased}body.modal-open{overflow:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea{font:inherit}.container{width:min(var(--container),calc(100% - 40px));margin:auto}.section-pad{padding:104px 0}.section-soft{background:#f8f1e8}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;left:15px;top:-80px;background:#fff;padding:12px 18px;z-index:2000;border-radius:12px}.skip-link:focus{top:15px}
.site-header{height:82px;display:flex;align-items:center;position:sticky;top:0;z-index:1000;background:rgba(255,250,244,.9);backdrop-filter:blur(18px);border-bottom:1px solid rgba(234,223,212,.65)}.header-row{display:flex;align-items:center;gap:32px}.brand{display:inline-flex;align-items:center;gap:10px;min-width:max-content}.brand-mark{width:49px;height:49px;display:block}.brand-mark svg,.brand-mark img{width:100%;height:100%;object-fit:contain;display:block}.brand-copy{display:flex;flex-direction:column;line-height:1.08}.brand-copy strong{font-size:18px;letter-spacing:-.3px}.brand-copy small{font-size:11px;color:var(--muted);margin-top:5px}.main-nav{display:flex;gap:26px;margin-left:auto}.main-nav a{font-size:14px;font-weight:650;position:relative;padding:10px 0}.main-nav a:after{content:"";position:absolute;height:2px;left:0;right:100%;bottom:4px;background:var(--red);transition:.25s}.main-nav a:hover:after{right:0}.header-actions{display:flex;align-items:center;gap:14px}.header-login{font-weight:700;font-size:14px}.menu-toggle{display:none;background:none;border:0;width:42px;height:42px;padding:8px}.menu-toggle span:not(.sr-only){display:block;height:2px;background:var(--ink);margin:6px 0;border-radius:3px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:999px;border:1px solid transparent;padding:13px 22px;font-weight:750;cursor:pointer;transition:transform .2s,box-shadow .2s,background .2s}.btn:hover{transform:translateY(-2px)}.btn-small{padding:10px 18px;font-size:14px;background:var(--ink);color:#fff}.btn-primary{background:var(--red);color:#fff;box-shadow:0 12px 28px rgba(200,63,53,.24)}.btn-primary:hover{background:var(--red-dark)}.btn-ghost{border-color:#d9ccc1;background:rgba(255,255,255,.55)}.btn-light{background:#fff;color:var(--ink);box-shadow:0 12px 25px rgba(0,0,0,.12)}.btn-outline-light{color:#fff;border-color:rgba(255,255,255,.5)}.btn-large{padding:17px 27px}.play-icon{width:29px;height:29px;border-radius:50%;display:grid;place-items:center;background:var(--red-soft);color:var(--red);font-size:10px}
.hero{position:relative;overflow:hidden;padding-top:82px;min-height:720px;display:flex;align-items:center}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 20%,#ffe1c5 0,transparent 31%),radial-gradient(circle at 15% 35%,#fff 0,transparent 25%);z-index:-2}.hero-shape{position:absolute;border-radius:50%;filter:blur(.2px);opacity:.45;z-index:-1}.hero-shape-one{width:180px;height:180px;background:#ffd56a;left:-80px;top:160px}.hero-shape-two{width:280px;height:280px;background:#f4b5a9;right:-130px;bottom:30px}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:40px}.eyebrow{display:inline-flex;align-items:center;gap:9px;background:#fff;border:1px solid var(--border);box-shadow:0 8px 25px rgba(87,54,37,.07);border-radius:999px;padding:9px 14px;font-size:13px;font-weight:700;color:#665c55}.eyebrow-dot{width:9px;height:9px;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px var(--green-soft)}.hero h1{font-size:clamp(46px,5.3vw,75px);line-height:1.03;letter-spacing:-3.4px;margin:25px 0 24px;max-width:720px}.hero h1 span{color:var(--red);position:relative}.hero h1 span:after{content:"";position:absolute;left:3px;right:0;bottom:-6px;height:11px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='11' viewBox='0 0 300 11'%3E%3Cpath d='M2 8C85 1 205 2 298 5' stroke='%23E89182' stroke-width='5' stroke-linecap='round' fill='none'/%3E%3C/svg%3E") center/100% 100% no-repeat}.hero-lead{font-size:19px;max-width:645px;color:var(--muted);margin:0 0 31px}.hero-actions{display:flex;gap:13px;flex-wrap:wrap}.hero-facts{display:flex;gap:30px;margin-top:38px;padding-top:28px;border-top:1px solid var(--border)}.hero-facts div{display:flex;flex-direction:column}.hero-facts strong{font-size:19px}.hero-facts span{font-size:12px;color:var(--muted);margin-top:2px}.hero-visual{position:relative}.hero-visual>img{width:100%;aspect-ratio:3/2;object-fit:cover;border-radius:34px;border:1px solid rgba(234,223,212,.9);box-shadow:0 28px 60px rgba(91,50,30,.16);filter:none}.hero-card{position:absolute;z-index:2;background:rgba(255,255,255,.94);box-shadow:0 18px 45px rgba(69,45,32,.15);border:1px solid rgba(255,255,255,.8);border-radius:19px;padding:14px 17px;display:flex;align-items:center;gap:12px;animation:float 4s ease-in-out infinite}.hero-card>span{width:40px;height:40px;border-radius:13px;background:var(--green-soft);color:var(--green);display:grid;place-items:center;font-weight:900}.hero-card div{display:flex;flex-direction:column}.hero-card strong{font-size:13px}.hero-card small{font-size:10px;color:var(--muted)}.hero-card-top{top:9%;left:-2%}.hero-card-bottom{bottom:10%;right:-3%;animation-delay:-2s}.hero-card-bottom>span{background:#fff1ca}@keyframes float{50%{transform:translateY(-10px)}}
.trust-strip{background:#fff;border-block:1px solid var(--border)}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr)}.trust-grid>div{padding:25px 34px;display:flex;gap:15px;align-items:center;border-right:1px solid var(--border)}.trust-grid>div:last-child{border-right:0}.trust-icon{width:42px;height:42px;border-radius:13px;background:var(--red-soft);display:grid;place-items:center;font-size:12px;font-weight:850;color:var(--red)}.trust-grid p{font-size:13px;color:var(--muted);margin:0}.trust-grid strong{font-size:14px;color:var(--ink)}
.section-heading{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:44px}.section-heading h2,.feature-copy h2,.rewards-copy h2,.faq-intro h2,.final-card h2,.wildlife h2{font-size:clamp(34px,4vw,53px);line-height:1.08;letter-spacing:-2px;margin:8px 0 0}.section-heading p{width:410px;max-width:100%;color:var(--muted);margin:0}.section-kicker{font-size:12px;text-transform:uppercase;letter-spacing:1.6px;color:var(--red);font-weight:850}.direction-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:21px}.direction-card{overflow:hidden;border-radius:var(--radius);background:#fff;border:1px solid var(--border);transition:transform .25s,box-shadow .25s}.direction-card:hover{transform:translateY(-7px);box-shadow:var(--shadow)}.direction-art{height:220px;overflow:hidden;display:flex;align-items:end;justify-content:center}.direction-art img{height:100%;width:100%;object-fit:cover}.direction-card.preschool .direction-art{background:#fde1bd}.direction-card.school .direction-art{background:#d8eafb}.direction-card.creative .direction-art{background:#e9dff6}.direction-content{padding:27px 29px 30px}.direction-content h3{font-size:25px;margin:11px 0 8px}.direction-content p{font-size:14px;color:var(--muted);min-height:66px}.card-label{font-size:11px;background:var(--red-soft);color:var(--red);padding:7px 10px;border-radius:999px;font-weight:800}.text-link{font-weight:800;font-size:14px}.text-link b{display:inline-block;margin-left:4px;transition:transform .2s}.text-link:hover b{transform:translateX(5px)}
.filter-tabs{display:flex;gap:8px;margin-bottom:28px}.filter-tabs button{border:1px solid var(--border);background:#fff;border-radius:999px;padding:10px 17px;font-size:13px;font-weight:750;cursor:pointer}.filter-tabs button.is-active{background:var(--ink);border-color:var(--ink);color:#fff}.olympiad-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.olympiad-card{background:#fff;border-radius:24px;border:1px solid var(--border);overflow:hidden;transition:transform .25s,box-shadow .25s}.olympiad-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.olympiad-card.is-hidden{display:none}.olympiad-cover{height:215px;display:block;position:relative;overflow:hidden}.olympiad-cover img{width:100%;height:100%;object-fit:cover;transition:transform .45s}.olympiad-card:hover .olympiad-cover img{transform:scale(1.045)}.age-badge,.free-badge{position:absolute;top:15px;left:15px;background:rgba(255,255,255,.92);border-radius:999px;padding:7px 10px;font-size:11px;font-weight:850;box-shadow:0 6px 18px rgba(0,0,0,.08)}.free-badge{left:auto;right:15px;background:#e7f6ec;color:var(--green)}.olympiad-body{padding:23px}.tag-row{display:flex;gap:6px;flex-wrap:wrap}.tag-row span{font-size:10px;background:#f5efe8;color:#766960;padding:5px 8px;border-radius:99px;font-weight:750}.olympiad-body h3{font-size:21px;line-height:1.2;margin:13px 0 9px}.olympiad-body p{font-size:13px;color:var(--muted);margin:0;min-height:61px}.card-footer{display:flex;align-items:end;justify-content:space-between;border-top:1px solid #eee3d9;margin-top:20px;padding-top:17px}.price{display:flex;flex-direction:column}.price small{font-size:10px;color:var(--muted)}.price strong{font-size:20px}.round-link{width:39px;height:39px;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:#fff;font-size:18px;transition:.2s}.round-link:hover{background:var(--red);transform:rotate(-12deg)}
.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.feature-visual{position:relative;padding:40px}.dashboard-shell{background:#fff;border:1px solid var(--border);border-radius:26px;box-shadow:var(--shadow);padding:24px;transform:rotate(-2deg)}.dash-head{display:grid;grid-template-columns:13px 1fr auto;align-items:center;gap:10px;padding-bottom:18px;border-bottom:1px solid var(--border)}.dash-head>span{width:11px;height:11px;background:var(--red);border-radius:50%}.dash-head small{font-size:10px;color:var(--muted)}.dash-progress{display:flex;gap:6px;margin:22px 0}.dash-progress i{height:5px;border-radius:8px;background:#e8ded4;flex:1}.dash-progress i.done{background:var(--green)}.dash-progress i.active{background:var(--yellow)}.dash-card{display:grid;grid-template-columns:48px 1fr auto;gap:12px;align-items:center;background:#fff9f1;border:1px solid #efe0d1;border-radius:17px;padding:14px}.dash-icon{height:48px;border-radius:14px;background:#fde0bb;display:grid;place-items:center;font-size:24px}.dash-card div{display:flex;flex-direction:column}.dash-card small{font-size:10px;color:var(--muted)}.status{font-size:10px;font-weight:800;color:#a26000;background:#fff0c5;padding:6px 8px;border-radius:99px}.dash-list{padding:16px 3px}.dash-list div{font-size:12px;padding:8px 0;display:flex;gap:9px;border-bottom:1px dashed #eee1d4}.dash-list span{color:var(--green);font-weight:900}.dashboard-shell button{width:100%;border:0;border-radius:12px;background:var(--red);color:#fff;padding:12px;font-weight:750}.feature-float{position:absolute;right:-8px;bottom:8px;background:var(--ink);color:#fff;border-radius:19px;padding:15px 19px;display:flex;gap:11px;align-items:center;box-shadow:0 16px 35px rgba(0,0,0,.18)}.feature-float b{font-size:30px;color:var(--yellow)}.feature-float span{font-size:10px;line-height:1.25}.feature-copy p,.rewards-copy p,.faq-intro p{font-size:16px;color:var(--muted);margin:22px 0}.check-list{list-style:none;padding:0;margin:27px 0 34px}.check-list li{display:flex;gap:14px;margin:17px 0}.check-list li>span{width:30px;height:30px;flex:0 0 30px;border-radius:50%;display:grid;place-items:center;background:var(--green-soft);color:var(--green);font-weight:900}.check-list div{display:flex;flex-direction:column}.check-list small{color:var(--muted);margin-top:2px}
.section-dark{background:#302925;color:#fff;position:relative;overflow:hidden}.section-dark:before{content:"";position:absolute;width:400px;height:400px;border:80px solid rgba(255,255,255,.025);border-radius:50%;right:-120px;top:-180px}.section-heading.light p{color:#bfb2aa}.section-heading.light .section-kicker{color:#f0a89f}.step-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.step-card{position:relative;padding:27px 24px 29px;border:1px solid rgba(255,255,255,.11);border-radius:23px;background:rgba(255,255,255,.035);min-height:260px}.step-num{position:absolute;right:20px;top:18px;color:rgba(255,255,255,.22);font-size:12px;font-weight:850}.step-icon{width:53px;height:53px;border-radius:16px;background:#4b4039;display:grid;place-items:center;font-size:23px;color:#ffc75b}.step-card h3{font-size:19px;margin:25px 0 10px}.step-card p{font-size:13px;color:#bfb2aa;margin:0}
.rewards-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}.reward-points{display:flex;flex-wrap:wrap;gap:9px;margin:25px 0 31px}.reward-points span{padding:8px 12px;background:#fff;border:1px solid var(--border);border-radius:999px;font-size:12px;font-weight:750}.documents-stack{position:relative;height:600px}.doc{position:absolute;width:370px;border-radius:17px;box-shadow:0 28px 65px rgba(74,43,25,.18);border:1px solid #e8d8c8}.doc-back{right:3%;top:0;transform:rotate(8deg)}.doc-front{left:6%;top:55px;transform:rotate(-5deg)}.reward-seal{position:absolute;right:10%;bottom:80px;width:125px;height:125px;border-radius:50%;background:var(--red);color:#fff;display:grid;place-items:center;text-align:center;box-shadow:0 15px 35px rgba(200,63,53,.27);font-size:24px;border:6px solid #fff}.reward-seal span{font-size:10px;line-height:1.2;margin-top:-30px}
.wildlife-card{background:#28644e;color:#fff;border-radius:34px;display:grid;grid-template-columns:1fr .9fr;align-items:center;min-height:430px;overflow:hidden;padding:55px 65px;position:relative}.wildlife-card:before{content:"";position:absolute;width:330px;height:330px;border-radius:50%;background:rgba(255,255,255,.06);right:70px;top:-120px}.wildlife-copy{position:relative;z-index:2}.wildlife .section-kicker{color:#ffcf76}.wildlife h2{max-width:600px}.wildlife p{color:#d4e7de;max-width:590px}.wildlife-art{align-self:end;position:relative;z-index:1}.wildlife-art img{width:100%;margin-bottom:-20px}
.faq-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:90px}.accordion{border-top:1px solid var(--border)}.accordion-item{border-bottom:1px solid var(--border)}.accordion-item button{width:100%;display:flex;justify-content:space-between;align-items:center;background:none;border:0;padding:22px 0;text-align:left;font-weight:800;cursor:pointer}.accordion-item button i{font-style:normal;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid var(--border);font-size:17px}.accordion-content{display:none;padding:0 45px 20px 0}.accordion-content p{margin:0;color:var(--muted);font-size:14px}.accordion-item.is-open .accordion-content{display:block}.final-cta{padding-top:0}.final-card{background:var(--red);color:#fff;border-radius:34px;padding:55px 62px;display:flex;align-items:center;justify-content:space-between;gap:45px}.final-card .section-kicker{color:#ffd2cc}.final-card h2{font-size:40px}.final-card p{color:#f8d9d5;margin-bottom:0}.final-actions{display:flex;gap:10px;flex-shrink:0}
.site-footer{background:#241f1c;color:#fff;padding:70px 0 25px}.footer-grid{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:60px}.footer-grid>div{display:flex;flex-direction:column;align-items:flex-start}.footer-brand{margin-bottom:18px}.footer-brand .brand-copy small,.footer-grid p{color:#a99d96}.footer-grid p{max-width:330px;font-size:13px}.footer-grid h3{font-size:13px;margin:8px 0 16px}.footer-grid a:not(.brand){font-size:12px;color:#bfb3ad;margin:6px 0}.footer-grid a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:50px;padding-top:22px;display:flex;justify-content:space-between;color:#817772;font-size:11px}
.modal{position:fixed;inset:0;z-index:2000;display:none;align-items:center;justify-content:center;padding:20px}.modal.is-open{display:flex}.modal-overlay{position:absolute;inset:0;background:rgba(30,23,20,.72);backdrop-filter:blur(5px)}.modal-box{position:relative;background:#fff;width:min(500px,100%);max-height:calc(100vh - 40px);overflow:auto;border-radius:27px;padding:38px;box-shadow:0 30px 90px rgba(0,0,0,.27)}.modal-wide{width:min(820px,100%)}.modal-box h2{font-size:32px;margin:8px 0}.modal-box>p{color:var(--muted)}.modal-close{position:absolute;top:16px;right:16px;width:38px;height:38px;border-radius:50%;border:1px solid var(--border);background:#fff;cursor:pointer;font-size:22px}.question-form label{display:block;font-size:12px;font-weight:750;margin:15px 0}.question-form input,.question-form textarea{width:100%;margin-top:6px;padding:13px 15px;border:1px solid var(--border);border-radius:12px;background:#fffaf5;outline:none}.question-form input:focus,.question-form textarea:focus{border-color:var(--red)}.question-form .btn{width:100%;margin-top:7px}.question-form>small{display:block;color:var(--muted);font-size:9px;text-align:center;margin-top:10px}.form-success{display:none;text-align:center;padding:20px}.form-success>div{width:70px;height:70px;border-radius:50%;display:grid;place-items:center;background:var(--green-soft);color:var(--green);font-size:35px;margin:auto}.video-placeholder{border-radius:19px;background:#f7eee5;overflow:hidden;padding-bottom:18px;text-align:center}.video-placeholder img{width:100%}.video-placeholder p{font-size:12px;color:var(--muted)}.to-top{position:fixed;right:22px;bottom:22px;width:46px;height:46px;border:0;border-radius:50%;background:var(--ink);color:#fff;display:none;cursor:pointer;z-index:500;box-shadow:0 10px 25px rgba(0,0,0,.2)}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.reveal.is-visible{opacity:1;transform:none}.delay-1{transition-delay:.1s}.delay-2{transition-delay:.2s}.delay-3{transition-delay:.3s}.mobile-only{display:none}.center{text-align:center}
@media(max-width:1020px){.main-nav{display:none}.header-actions{margin-left:auto}.menu-toggle{display:block;order:3}.main-nav.is-open{display:flex;position:absolute;top:82px;left:0;right:0;background:#fff;padding:20px;flex-direction:column;box-shadow:0 15px 35px rgba(0,0,0,.1)}.hero-grid,.feature-grid,.rewards-grid{gap:35px}.hero h1{font-size:54px}.direction-grid,.olympiad-grid{grid-template-columns:repeat(2,1fr)}.direction-grid .direction-card:last-child{grid-column:1/-1}.direction-grid .direction-card:last-child{display:grid;grid-template-columns:1fr 1fr}.direction-grid .direction-card:last-child .direction-art{height:100%}.step-grid{grid-template-columns:repeat(2,1fr)}.faq-grid{gap:40px}.final-card{flex-direction:column;align-items:flex-start}.footer-grid{grid-template-columns:1.5fr repeat(2,1fr)}.footer-grid>div:last-child{grid-column:2}}
@media(max-width:760px){.container{width:min(100% - 28px,var(--container))}.section-pad{padding:72px 0}.site-header{height:70px}.brand-mark{width:43px;height:43px}.brand-copy strong{font-size:15px}.brand-copy small{font-size:9px}.header-actions{display:none}.main-nav.is-open{top:70px}.hero{padding-top:45px;min-height:0}.hero-grid{grid-template-columns:1fr}.hero-copy{text-align:center}.eyebrow{font-size:10px}.hero h1{font-size:43px;letter-spacing:-2px}.hero-lead{font-size:16px}.hero-actions{justify-content:center}.hero-facts{justify-content:center;gap:20px}.hero-visual{max-width:520px;margin:auto}.hero-card-top{left:0}.hero-card-bottom{right:0}.trust-grid{grid-template-columns:1fr}.trust-grid>div{border-right:0;border-bottom:1px solid var(--border);padding:18px 10px}.section-heading{display:block;margin-bottom:30px}.section-heading p{margin-top:13px}.section-heading h2,.feature-copy h2,.rewards-copy h2,.faq-intro h2,.wildlife h2{font-size:36px;letter-spacing:-1.3px}.direction-grid,.olympiad-grid{grid-template-columns:1fr}.direction-grid .direction-card:last-child{display:block;grid-column:auto}.direction-grid .direction-card:last-child .direction-art{height:220px}.desktop-only{display:none}.mobile-only{display:block}.olympiad-cover{height:230px}.feature-grid,.rewards-grid,.faq-grid{grid-template-columns:1fr}.feature-visual{padding:15px}.feature-float{right:0}.step-grid{grid-template-columns:1fr}.step-card{min-height:auto}.documents-stack{height:470px}.doc{width:280px}.reward-seal{width:100px;height:100px;right:1%;bottom:45px}.wildlife-card{grid-template-columns:1fr;padding:40px 29px}.wildlife-art{max-width:430px;margin:auto}.final-card{padding:38px 27px}.final-card h2{font-size:32px}.final-actions{flex-direction:column;width:100%}.footer-grid{grid-template-columns:1fr 1fr;gap:35px}.footer-grid>div:first-child{grid-column:1/-1}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{flex-direction:column;gap:5px}.modal-box{padding:31px 22px}}
@media(max-width:430px){.hero h1{font-size:37px}.hero-actions .btn{width:100%}.hero-facts{gap:13px}.hero-facts strong{font-size:16px}.hero-facts span{font-size:10px}.hero-card{padding:9px 10px}.hero-card>span{width:32px;height:32px}.hero-card strong{font-size:10px}.hero-card small{font-size:8px}.filter-tabs{overflow:auto;padding-bottom:4px}.filter-tabs button{white-space:nowrap}.documents-stack{height:400px}.doc{width:235px}.final-card h2{font-size:29px}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.reveal{opacity:1;transform:none;transition:none}.hero-card{animation:none}}

/* Updated real-image assets */
.brand-mark{width:58px;height:58px;flex:0 0 58px}
.brand-mark img{filter:drop-shadow(0 3px 5px rgba(70,35,20,.12))}
.olympiad-cover:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,10,8,0) 58%,rgba(15,10,8,.13));pointer-events:none}
.documents-photo{height:420px;display:flex;align-items:center;justify-content:center}
.awards-photo-frame{position:relative;width:min(100%,680px);padding:14px;background:#fff;border:1px solid #ead9ca;border-radius:25px;box-shadow:0 28px 65px rgba(74,43,25,.18);transform:rotate(1.4deg)}
.awards-photo-frame img{display:block;width:100%;height:auto;border-radius:16px}
.documents-photo .reward-seal{right:3%;bottom:35px}
@media(max-width:760px){.brand-mark{width:50px;height:50px;flex-basis:50px}.documents-photo{height:300px}.awards-photo-frame{padding:9px;border-radius:18px}.documents-photo .reward-seal{bottom:18px}}

/* Visual audit corrections */
.skip-link{left:-10000px;top:15px;opacity:0;transition:opacity .15s}
.skip-link:focus{left:15px;top:15px;opacity:1}
.olympiad-card{display:flex;flex-direction:column;height:100%}
.olympiad-body{display:flex;flex-direction:column;flex:1}
.olympiad-body p{min-height:0}
.card-footer{margin-top:auto}
@media(max-width:760px){
  .documents-photo{height:auto;min-height:0;padding:24px 0 44px}
  .documents-photo .reward-seal{right:0;bottom:0}
  .wildlife-card{min-height:0;padding:38px 28px 24px}
  .wildlife-art{width:100%;margin-top:28px}
  .wildlife-art img{width:min(100%,330px);margin:0 auto -8px}
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-grid>div:first-child{grid-column:1/-1}
  .footer-grid>div:last-child{grid-column:auto}
}
@media(max-width:360px){
  .footer-grid{grid-template-columns:1fr}
  .footer-grid>div:first-child{grid-column:auto}
}

/* Preserve intrinsic image proportions and prevent decorative overflow */
body{overflow-x:hidden}
img{height:auto}

/* Progressive enhancement: content remains visible even if animation script is delayed. */
.reveal{opacity:1;transform:none}

/* Browser QA corrections */
html{scroll-padding-top:100px}
main [id]{scroll-margin-top:100px}
.footer-question{appearance:none;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.06);color:#d8cec8;border-radius:999px;padding:9px 13px;margin-top:7px;font:inherit;font-size:12px;cursor:pointer;transition:background .2s,border-color .2s,color .2s}
.footer-question:hover,.footer-question:focus-visible{background:rgba(255,255,255,.13);border-color:rgba(255,255,255,.38);color:#fff;outline:none}
@media(max-width:760px){
  html{scroll-padding-top:82px}
  main [id]{scroll-margin-top:82px}
  .filter-tabs{flex-wrap:wrap;overflow:visible;padding-bottom:0}
  .filter-tabs button{white-space:normal}
}
@media(max-width:430px){
  .filter-tabs{overflow:visible;flex-wrap:wrap}
}

@media(max-width:760px){.hero-visual>img{border-radius:25px}}


/* Game-format showcase */
.gameplay-section{position:relative;overflow:hidden}
.gameplay-section.section-soft{background:#f8f1e8}
.gameplay-showcase{display:grid;grid-template-columns:1.05fr .95fr;gap:0;border:1px solid var(--border);border-radius:34px;overflow:hidden;background:#fff;box-shadow:var(--shadow)}
.gameplay-scene{position:relative;min-height:520px;background:#ece4db;overflow:hidden}
.gameplay-scene>img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
.gameplay-scene:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(20,15,10,.02) 45%,rgba(20,15,10,.45) 100%);pointer-events:none}
.gameplay-scene-badge{position:absolute;z-index:2;top:22px;left:22px;background:rgba(255,255,255,.92);backdrop-filter:blur(9px);border-radius:999px;padding:9px 13px;font-size:11px;font-weight:850;box-shadow:0 8px 22px rgba(0,0,0,.1)}
.gameplay-scene-caption{position:absolute;z-index:2;left:28px;right:28px;bottom:25px;color:#fff}
.gameplay-scene-caption small{display:block;text-transform:uppercase;letter-spacing:1.4px;font-size:10px;font-weight:850;color:#ffe1b0;margin-bottom:7px}
.gameplay-scene-caption strong{display:block;font-size:28px;line-height:1.15;max-width:470px}
.gameplay-task{padding:46px;display:flex;flex-direction:column;justify-content:center}
.gameplay-task .section-kicker{margin-bottom:8px}
.gameplay-task h3{font-size:34px;line-height:1.12;letter-spacing:-1.2px;margin:5px 0 14px}
.gameplay-task>p{font-size:15px;color:var(--muted);margin:0 0 22px}
.game-dialog{display:flex;gap:13px;align-items:flex-start;background:#fff8ef;border:1px solid #f0dfce;border-radius:20px;padding:17px;margin-bottom:17px}
.game-dialog-avatar{width:44px;height:44px;border-radius:14px;background:#fff;border:1px solid #ead8c8;display:grid;place-items:center;flex:0 0 44px;overflow:hidden}
.game-dialog-avatar img{width:38px;height:38px;object-fit:contain}
.game-dialog p{margin:0;font-size:14px;line-height:1.55;color:#514842}
.game-options{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:2px 0 18px}
.game-option{border:1px solid var(--border);border-radius:16px;padding:13px 11px;background:#fff;font-size:12px;font-weight:800;text-align:center;color:#514842}
.game-option em{display:grid;place-items:center;width:27px;height:27px;border-radius:9px;background:#edf5ff;color:#477ea5;font-style:normal;margin:0 auto 7px}
.gameplay-note{font-size:11px!important;color:#91847b!important;margin:0!important;padding-top:15px;border-top:1px solid var(--border)}
.gameplay-principles{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:22px}
.gameplay-principle{background:#fff;border:1px solid var(--border);border-radius:20px;padding:20px;min-height:130px}
.gameplay-principle b{display:block;font-size:15px;margin-bottom:6px}
.gameplay-principle span{font-size:12px;color:var(--muted);line-height:1.55}
.gameplay-principle i{width:34px;height:34px;border-radius:11px;background:#fff0e8;color:var(--red);display:grid;place-items:center;font-style:normal;font-weight:900;margin-bottom:13px}
@media(max-width:1020px){.gameplay-showcase{grid-template-columns:1fr}.gameplay-scene{min-height:430px}.gameplay-task{padding:36px}.gameplay-principles{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.gameplay-scene{min-height:350px}.gameplay-task{padding:28px 22px}.gameplay-task h3{font-size:29px}.gameplay-scene-caption strong{font-size:22px}.game-options{grid-template-columns:1fr}.gameplay-principles{grid-template-columns:1fr}.gameplay-principle{min-height:auto}}
@media(max-width:430px){.gameplay-scene{min-height:300px}.gameplay-scene-badge{top:14px;left:14px}.gameplay-scene-caption{left:18px;right:18px;bottom:18px}.gameplay-task{padding:25px 18px}}

section[id]{scroll-margin-top:96px}
@media(max-width:760px){section[id]{scroll-margin-top:78px}}


.real-task-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:6px}
.real-task-card{background:#fff7f1;border:1px solid var(--border);border-radius:22px;padding:14px;box-shadow:0 10px 24px rgba(69,45,32,.06)}
.real-task-card img{display:block;width:100%;height:auto;border-radius:14px;border:1px solid #eadfd5;background:#fff}
.real-task-card strong{display:block;font-size:15px;line-height:1.35;margin:12px 0 4px}
.real-task-card span{display:block;font-size:12px;color:var(--muted);line-height:1.5}
.real-task-single{margin-top:6px;background:#fff7f1;border:1px solid var(--border);border-radius:22px;padding:14px;box-shadow:0 10px 24px rgba(69,45,32,.06)}
.real-task-single img{display:block;width:100%;height:auto;border-radius:14px;border:1px solid #eadfd5;background:#fff}
.real-task-single strong{display:block;font-size:15px;line-height:1.35;margin:12px 0 4px}
.real-task-single span{display:block;font-size:12px;color:var(--muted);line-height:1.5}
@media(max-width:760px){.real-task-grid{grid-template-columns:1fr}}
