﻿@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@500;600;700&family=Neucha&family=Nunito:wght@400;600;700;800;900&display=swap");





:root { --ink:#463549; --cyan:#09b8d7; --pink:#e60078; --orange:#f5aa1c; --lime:#72b72d; --violet:#8b4ba3; --paper:#fffdf9; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); background:var(--paper); font-family:"Nunito",sans-serif; font-size:16px; line-height:1.55; }
body, button, input, select { font-family:"Nunito",sans-serif; }
a { color:inherit; text-decoration:none; }
button, input, select { font:inherit; }
button, a { -webkit-tap-highlight-color:transparent; }
main { overflow:hidden; }
.container { width:min(1120px, calc(100% - 44px)); margin-inline:auto; position:relative; z-index:2; }
.paper-section { background-color:#fffdf9; background-image:radial-gradient(rgba(92,66,94,.06) .8px,transparent .8px); background-size:11px 11px; }
.blue-paper, .orange-paper, .pink-paper { position:relative; color:white; }
.blue-paper { background:#08b8d7; background-image:radial-gradient(circle at 20% 30%,rgba(255,255,255,.12) 0 2px,transparent 3px),linear-gradient(135deg,rgba(255,255,255,.05),transparent 60%); background-size:31px 31px,100% 100%; }
.orange-paper { background:#f7ad1c; background-image:radial-gradient(circle,rgba(255,255,255,.16) 0 2px,transparent 2.5px); background-size:22px 22px; }
.pink-paper { background:#e60078; background-image:linear-gradient(45deg,rgba(255,255,255,.045) 25%,transparent 25%,transparent 75%,rgba(255,255,255,.045) 75%); background-size:30px 30px; }
.blue-paper::before,.orange-paper::before,.pink-paper::before { content:""; position:absolute; inset:-33px 0 auto; height:35px; background:inherit; clip-path:polygon(0 70%,8% 42%,16% 78%,25% 32%,35% 74%,45% 40%,56% 80%,66% 35%,76% 76%,87% 38%,100% 72%,100% 100%,0 100%); }
.blue-paper::after,.orange-paper::after,.pink-paper::after { content:""; position:absolute; inset:auto 0 -1px; height:34px; background:var(--paper); clip-path:polygon(0 70%,8% 42%,16% 78%,25% 32%,35% 74%,45% 40%,56% 80%,66% 35%,76% 76%,87% 38%,100% 72%,100% 100%,0 100%); z-index:1; }
.section-heading { max-width:850px; margin:0 auto 54px; text-align:center; }
.section-heading span,.eyebrow,.contact-card>div>span { display:inline-block; color:var(--pink); text-transform:uppercase; font-size:12px; font-weight:900; letter-spacing:.16em; margin-bottom:9px; }
.section-heading h2 { margin:0; font:400 clamp(36px,4vw,53px)/1.03 "Neucha",cursive; text-transform:uppercase; }
.section-heading i { display:block; width:82px; height:7px; border-radius:50%; margin:18px auto 0; border-top:3px solid var(--pink); transform:rotate(-3deg); }
.section-heading.light span { color:#fff29b; }
.section-heading.light i { border-color:white; }
.action { display:inline-flex; align-items:center; justify-content:center; gap:13px; min-height:52px; padding:13px 25px; border-radius:40px; background:var(--pink); color:white; font-weight:900; box-shadow:0 8px 0 rgba(115,0,59,.16),0 16px 30px rgba(93,36,72,.2); transition:.22s ease; }
.action:hover { transform:translateY(-3px) rotate(-1deg); box-shadow:0 10px 0 rgba(115,0,59,.12),0 18px 35px rgba(93,36,72,.22); }
.action-pale { background:white; color:var(--pink); box-shadow:0 8px 0 rgba(71,39,73,.15); }
.center { text-align:center; margin-top:40px; }

.site-header { position:absolute; inset:0 0 auto; z-index:20; }
.header-wave { height:112px; background:white; border-radius:0 0 50% 50% / 0 0 30% 30%; box-shadow:0 4px 0 rgba(70,53,73,.13); }
.header-top { min-height:98px; display:flex; align-items:center; gap:34px; }
.brand { display:flex; align-items:center; gap:11px; min-width:240px; }
.brand-mark { width:63px; aspect-ratio:1; display:grid; place-items:center; color:#f3a719; background:#fff; border:4px solid #ef3c92; border-radius:47% 53% 44% 56%; font-size:34px; transform:rotate(-7deg); box-shadow:inset 0 0 0 4px #fff,0 0 0 2px #9bce43; }
.brand b { display:block; color:var(--pink); font:400 34px/1 "Neucha",cursive; }
.brand small { display:block; color:#745677; font-size:11px; font-weight:800; text-align:center; }
.socials { display:flex; gap:8px; margin-left:auto; }
.socials a { width:32px; height:32px; display:grid; place-items:center; border:2px solid var(--pink); border-radius:50%; color:var(--pink); font-size:11px; font-weight:900; }
.header-contact { display:grid; grid-template-columns:auto auto; align-items:center; gap:5px 24px; font-family:"Neucha",cursive; font-size:17px; }
.header-contact span { display:flex; align-items:center; gap:7px; }
.header-contact a { grid-column:2; background:var(--pink); color:white; border-radius:18px; padding:5px 14px; text-align:center; }
.color-menu { width:min(980px,calc(100% - 40px)); margin:-16px auto 0; display:flex; justify-content:center; align-items:stretch; position:relative; z-index:3; }
.color-menu a { flex:1; min-height:70px; display:grid; place-items:center; padding:8px; border:3px solid white; color:white; font:400 18px/1.05 "Neucha",cursive; text-align:center; box-shadow:0 4px 0 rgba(0,0,0,.11); transition:.2s ease; }
.color-menu a:hover { transform:translateY(6px); }
.mobile-toggle { display:none; border:0; background:var(--pink); color:white; width:45px; height:45px; border-radius:50%; place-items:center; }

.hero { min-height:790px; padding-top:180px; display:flex; align-items:center; color:white; position:relative; background:linear-gradient(105deg,#06b9dc,#09c3dc 55%,#0bb6d0); }
.hero::after { content:""; position:absolute; inset:auto 0 0; height:70px; background:white; border-radius:50% 50% 0 0/60% 60% 0 0; transform:translateY(42px); }
.hero-grid { display:grid; grid-template-columns:1fr 1fr; align-items:center; gap:64px; }
.hero-photo { height:570px; position:relative; align-self:end; }
.hero-photo img { object-fit:cover; object-position:center; border-radius:48% 52% 46% 54%; filter:saturate(.85) contrast(1.02); box-shadow:0 0 0 13px rgba(255,255,255,.18),0 30px 70px rgba(0,81,110,.25); }
.photo-splash { position:absolute; inset:6% -5%; background:white; opacity:.17; border-radius:44% 56% 48% 52%; transform:rotate(-6deg); }
.hero-copy h1 { font:400 clamp(42px,4.6vw,66px)/.98 "Neucha",cursive; text-transform:uppercase; margin:8px 0 24px; }
.hero-copy>p:not(.eyebrow) { font-size:18px; max-width:540px; margin-bottom:30px; }
.hero .eyebrow { color:#fff29b; }
.doodles { position:absolute; inset:0; z-index:1; pointer-events:none; }
.doodles span { position:absolute; font:400 64px/1 "Neucha",cursive; color:#ffd330; opacity:.9; }
.doodles span:nth-child(1){left:5%;top:30%;transform:rotate(-18deg)} .doodles span:nth-child(2){left:43%;top:55%;color:#5cc72a}.doodles span:nth-child(3){right:5%;top:23%;color:#f0a62b;font-size:150px}.doodles span:nth-child(4){right:12%;bottom:10%;color:#80c329}.doodles span:nth-child(5){left:7%;bottom:8%;color:#ed6a3b}

.trial { padding:120px 0 105px; }
.benefit-row { display:grid; grid-template-columns:repeat(4,1fr); gap:22px; margin-bottom:34px; }
.benefit-row article { display:flex; gap:12px; align-items:center; }
.benefit-row article>span { font-size:33px; filter:drop-shadow(0 4px 3px rgba(70,53,73,.12)); }
.benefit-row b,.benefit-row small { display:block; }
.benefit-row b { font:400 20px/1.1 "Neucha",cursive; }
.benefit-row small { color:#77657a; font-size:12px; }
.trial-form { display:grid; grid-template-columns:1fr 1fr 1.45fr .8fr; gap:10px; }
input,select { width:100%; min-height:48px; border:2px solid #f0a5ca; border-radius:24px; padding:0 18px; background:white; outline:none; color:var(--ink); }
input:focus,select:focus { border-color:var(--pink); box-shadow:0 0 0 4px rgba(230,0,120,.08); }
form button { border:0; min-height:48px; border-radius:24px; background:#3db7d7; color:white; font-weight:900; cursor:pointer; box-shadow:0 6px 0 #1686a5; }

.about-section { padding:130px 0 150px; }
.split { display:grid; grid-template-columns:1.02fr .98fr; align-items:center; gap:70px; }
.split .section-heading { text-align:left; margin-inline:0; }
.split .section-heading i { margin-left:0; }
.about-section .split>div>p { font-size:18px; max-width:540px; }
.polaroid { position:relative; height:520px; background:white; padding:15px; transform:rotate(3deg); border:12px solid white; box-shadow:0 18px 50px rgba(0,71,95,.27); }
.polaroid::after { content:"НА ЗАНЯТИЯХ"; position:absolute; bottom:-48px; left:20%; color:var(--ink); font:28px "Neucha",cursive; }
.polaroid img { object-fit:cover; }
.badge-row { display:grid; gap:13px; margin-top:32px; }
.badge-row div { display:flex; align-items:center; gap:13px; }
.badge-row strong { width:42px; height:42px; display:grid; place-items:center; background:white; color:var(--pink); border-radius:50%; transform:rotate(-5deg); }
.badge-row span { font-weight:800; }

.potential { padding:125px 0 135px; }
.center-lead { text-align:center; font:27px "Neucha",cursive; margin:-25px 0 40px; }
.cloud-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:38px 52px; max-width:900px; margin:auto; }
.cloud-grid div { min-height:150px; position:relative; display:grid; place-items:center; text-align:center; padding:35px; background:white; border:3px solid #d7cbd7; border-radius:48% 52% 45% 55%; box-shadow:0 14px 28px rgba(69,44,73,.11); font:24px/1.05 "Neucha",cursive; }
.cloud-grid div:nth-child(even){transform:translateY(22px) rotate(2deg)} .cloud-grid div:nth-child(odd){transform:rotate(-2deg)}
.cloud-grid b { position:absolute; top:-25px; width:55px; height:55px; display:grid; place-items:center; border-radius:50%; color:white; background:var(--pink); font-size:36px; }

.ages { padding:130px 0 150px; }
.age-list { display:grid; gap:35px; }
.age-card { min-height:360px; display:grid; grid-template-columns:.8fr 1.2fr; gap:44px; align-items:center; background:white; color:var(--ink); border-radius:28px 76px 32px 65px; padding:22px 70px 22px 22px; box-shadow:0 18px 0 rgba(137,78,0,.13); transform:rotate(-1deg); overflow:hidden; }
.age-card.reverse { grid-template-columns:1.2fr .8fr; padding:22px 22px 22px 70px; transform:rotate(1deg); }
.age-card.reverse .age-image { order:2; }
.age-image { position:relative; height:315px; border-radius:26px 60px 26px 60px; overflow:hidden; }
.age-image img { object-fit:cover; }
.age-card h3 { font:47px/1 "Neucha",cursive; margin:12px 0; }
.age-pill { display:inline-block; color:white; padding:5px 14px; border-radius:20px; font-weight:900; }
.age-card ul { list-style:none; padding:0; margin:20px 0; }
.age-card li { display:flex; gap:9px; margin:9px 0; font-weight:700; }
.age-card li svg { color:var(--pink); flex:none; margin-top:3px; }

.programs { padding:130px 0 150px; }
.program-tabs { display:flex; flex-wrap:wrap; justify-content:center; gap:8px; margin-bottom:38px; }
.program-tabs button { border:2px solid rgba(255,255,255,.72); background:transparent; color:white; padding:8px 15px; border-radius:20px; cursor:pointer; }
.program-tabs button.active,.program-tabs button:hover { background:white; color:var(--pink); }
.program-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:22px; }
.program-grid article { background:white; color:var(--ink); text-align:center; padding:28px 18px; border-radius:24px 42px 22px 38px; box-shadow:0 13px 0 rgba(0,81,110,.12); transition:.2s ease; }
.program-grid article:nth-child(odd){transform:rotate(-1deg)} .program-grid article:nth-child(even){transform:rotate(1deg)} .program-grid article:hover{transform:translateY(-8px) rotate(0)}
.program-grid article>span { width:82px; height:82px; display:grid; place-items:center; margin:auto; border-radius:43% 57% 50% 50%; font-size:39px; }
.program-grid h3 { font:28px/1.05 "Neucha",cursive; margin:18px 0 5px; }
.program-grid p { margin:0 0 13px; color:#826f83; }
.program-grid a { font-weight:900; }

.philosophy { padding:130px 0; }
.philosophy h3 { font:31px "Neucha",cursive; }
.philosophy p { font-size:18px; margin-bottom:28px; }
.cutout { height:570px; position:relative; border-radius:48% 52% 43% 57%; overflow:hidden; box-shadow:18px 20px 0 #f5b322; }
.cutout img { object-fit:cover; }

.gallery { padding:130px 0 150px; }
.gallery-grid { display:grid; grid-template-columns:1fr 1fr; grid-template-rows:300px 230px; gap:22px; }
.gallery-grid figure { position:relative; margin:0; border:10px solid white; box-shadow:0 15px 30px rgba(0,75,100,.25); overflow:hidden; }
.gallery-grid figure:nth-child(1){grid-row:span 2;transform:rotate(-1deg)} .gallery-grid figure:nth-child(2){transform:rotate(1deg)} .gallery-grid figure:nth-child(3){transform:rotate(-1deg)} .gallery-grid figure:nth-child(4){display:none}
.gallery-grid img { object-fit:cover; }
.gallery-grid figcaption { position:absolute; inset:auto 14px 12px; background:white; color:var(--ink); padding:5px 12px; font:20px "Neucha",cursive; }

.reasons { padding:130px 0 150px; }
.reason-grid { display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.reason-grid article { min-height:165px; display:flex; align-items:center; gap:22px; padding:28px; border:3px solid rgba(255,255,255,.65); border-radius:28px 50px 28px 50px; }
.reason-grid article.light-card { background:white; color:var(--ink); transform:rotate(1deg); }
.reason-grid article>span { font-size:50px; }
.reason-grid h3 { font:29px/1.05 "Neucha",cursive; margin:0 0 8px; }
.reason-grid p { margin:0; }

.simple-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:22px; }
.simple-grid article { padding:30px 24px; border:2px dashed #d6c7d5; border-radius:28px; box-shadow:0 12px 30px rgba(73,53,78,.08); }
.simple-grid article:nth-child(even){transform:translateY(22px)}
.simple-grid b { color:var(--pink); font:40px "Neucha",cursive; }
.simple-grid h3 { font:28px/1 "Neucha",cursive; }
.paper-section:has(.simple-grid) { padding:130px 0 155px; }

.mission { padding:115px 0; text-align:center; position:relative; color:white; background:linear-gradient(110deg,#70b72d,#99cb26); }
.mission h2 { max-width:800px; margin:15px auto 30px; font:56px/1 "Neucha",cursive; text-transform:uppercase; }
.mission .doodles span { color:white; opacity:.4; }

.teachers { padding:130px 0; }
.teacher-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:26px; }
.teacher-grid article { text-align:center; }
.teacher-grid article>div { height:300px; position:relative; overflow:hidden; border-radius:50% 50% 45% 55%; border:9px solid white; box-shadow:0 0 0 3px #ef9ac4,0 15px 30px rgba(73,48,75,.18); }
.teacher-grid article:nth-child(even)>div { transform:translateY(18px) rotate(2deg); }
.teacher-grid img { object-fit:cover; }
.teacher-grid h3 { font:31px "Neucha",cursive; margin:26px 0 0; color:var(--pink); }
.teacher-grid p { margin:0; color:#766378; }

.numbers { padding:130px 0 145px; }
.number-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
.number-grid article { text-align:center; position:relative; padding:32px 15px; }
.number-grid b { display:block; font:62px/1 "Neucha",cursive; }
.number-grid span { display:block; font-weight:800; }
.number-grid i { display:block; width:58px; height:6px; border-radius:50%; margin:15px auto; }

.reviews { padding:130px 0; }
.review-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.review-grid blockquote { margin:0; padding:32px; background:white; border:2px solid #eadde8; border-radius:30px 50px 30px 50px; box-shadow:0 16px 35px rgba(71,48,74,.09); }
.review-grid blockquote:nth-child(2){transform:translateY(20px) rotate(1deg)}
.review-grid blockquote>div { color:#f6af1e; letter-spacing:5px; }
.review-grid p { font-size:17px; }
.review-grid footer { color:var(--pink); font-weight:900; }

.contact { padding:130px 0 135px; }
.contact-card { display:grid; grid-template-columns:1fr 1fr; gap:70px; align-items:center; background:white; color:var(--ink); padding:58px 65px; border-radius:35px 75px 35px 75px; box-shadow:0 20px 0 rgba(111,0,58,.16); }
.contact-card h2 { font:49px/1 "Neucha",cursive; text-transform:uppercase; margin:5px 0 17px; }
.contact-line { display:flex; align-items:center; gap:10px; font-weight:900; }
.contact-card form { display:grid; gap:12px; }
.contact-card form button { background:var(--pink); box-shadow:0 6px 0 #9f0054; }
.contact-card form small { color:#887587; font-size:11px; }

.footer { background:#453648; color:white; padding:70px 0 35px; }
.footer>.container { display:grid; grid-template-columns:1fr .9fr 1.3fr; gap:35px; align-items:start; }
.footer-brand .brand-mark { width:54px; }
.footer-brand b { color:white; }
.footer-brand small { color:#d6c8d6; }
.footer p { margin:0; }
.footer nav { display:grid; grid-template-columns:1fr 1fr; gap:8px; }
.footer nav a:hover { color:#ff9bcf; }
.footer>.container>small { grid-column:1/-1; opacity:.6; border-top:1px solid rgba(255,255,255,.18); padding-top:20px; }

.reveal { opacity:1; transform:none; }
.motion-ready .reveal { opacity:0; transform:translateY(28px); transition:opacity .7s ease,transform .7s ease; }
.motion-ready .reveal.visible { opacity:1; transform:none; }
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.action,.program-grid article{transition:none}}

@media (max-width:980px){
  .header-wave{height:92px}.header-top{min-height:82px}.brand{min-width:0}.brand-mark{width:52px}.brand b{font-size:28px}.socials,.header-contact{display:none}.mobile-toggle{display:grid;margin-left:auto}.color-menu{position:absolute;top:84px;right:20px;width:290px;display:none;flex-direction:column;margin:0;box-shadow:0 20px 50px rgba(53,35,56,.25)}.color-menu.open{display:flex}.color-menu a{min-height:48px;flex:none}
  .hero{padding-top:130px;min-height:auto}.hero-grid,.split{grid-template-columns:1fr}.hero-grid{gap:20px}.hero-copy{order:-1;text-align:center}.hero-photo{height:480px;width:min(600px,100%);margin:auto}.hero-copy>p:not(.eyebrow){margin-inline:auto}.benefit-row{grid-template-columns:1fr 1fr}.trial-form{grid-template-columns:1fr 1fr}.split{gap:45px}.polaroid,.cutout{height:500px}.program-grid,.simple-grid,.teacher-grid,.number-grid{grid-template-columns:1fr 1fr}.simple-grid article:nth-child(even){transform:none}.footer>.container{grid-template-columns:1fr 1fr}.footer nav{grid-column:2}.footer>.container>small{grid-column:1/-1}
}

@media (max-width:680px){
  body{font-size:15px}.container{width:min(100% - 28px,1120px)}.section-heading{margin-bottom:38px}.section-heading h2{font-size:36px}.header-wave{border-radius:0 0 38% 38%/0 0 23% 23%}.brand-mark{width:45px}.brand b{font-size:25px}.brand small{font-size:9px}.hero{padding-top:120px}.hero-copy h1{font-size:42px}.hero-photo{height:390px}.doodles span{font-size:42px}.hero .doodles span:nth-child(3){font-size:80px}.trial,.potential,.philosophy,.teachers,.reviews{padding:95px 0}.benefit-row,.trial-form,.cloud-grid,.program-grid,.reason-grid,.simple-grid,.teacher-grid,.number-grid,.review-grid,.contact-card{grid-template-columns:1fr}.benefit-row{gap:17px}.trial-form{gap:11px}.about-section,.ages,.programs,.gallery,.reasons,.numbers,.contact{padding:105px 0 115px}.polaroid,.cutout{height:380px}.cloud-grid{gap:42px}.cloud-grid div:nth-child(even),.cloud-grid div:nth-child(odd){transform:none}.age-card,.age-card.reverse{grid-template-columns:1fr;padding:16px 16px 32px}.age-card.reverse .age-image{order:0}.age-image{height:280px}.age-card h3{font-size:39px}.program-tabs{justify-content:flex-start;overflow:auto;flex-wrap:nowrap;padding-bottom:8px}.program-tabs button{white-space:nowrap}.gallery-grid{grid-template-columns:1fr;grid-template-rows:repeat(3,260px)}.gallery-grid figure:nth-child(1){grid-row:auto}.gallery-grid figure:nth-child(4){display:block}.reason-grid article{min-height:auto}.simple-grid{gap:15px}.teacher-grid{grid-template-columns:1fr 1fr}.teacher-grid article>div{height:220px}.teacher-grid article:nth-child(even)>div{transform:none}.number-grid{grid-template-columns:1fr 1fr}.review-grid blockquote:nth-child(2){transform:none}.contact-card{padding:38px 23px;gap:35px}.contact-card h2{font-size:39px}.mission h2{font-size:42px}.footer>.container{grid-template-columns:1fr}.footer nav{grid-column:1}.footer>.container>small{grid-column:1}
}




/* Статические страницы «ШКоДа» */
img{display:block;max-width:100%}figure,blockquote{margin:0}h1,h2,h3,p{margin-top:0}.mobile-toggle span{display:block;width:22px;height:2px;background:#fff;margin:4px auto}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-actions .action-pale{color:var(--pink)}.home-benefits article>span{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:var(--lime);color:#fff;font-weight:900}.motto{margin:24px 0;padding:22px 25px;border-left:5px solid var(--pink);background:rgba(255,255,255,.16);border-radius:8px 28px 8px 28px;font:25px/1.3 "Neucha",cursive}.program-card>button{display:block;width:100%;border:0;background:transparent;color:inherit;text-align:center;cursor:pointer}.program-card b{font-weight:900}.program-cloud{width:min(760px,calc(100% - 28px));max-height:90vh;padding:0;border:0;background:transparent;color:var(--ink);overflow:visible}.program-cloud::backdrop{background:rgba(49,31,52,.72);backdrop-filter:blur(5px)}.program-cloud>article{max-height:88vh;overflow:auto;position:relative;background:#fffdf9;padding:48px 58px;border:5px solid #fff;border-radius:75px 48px 82px 55px;box-shadow:0 25px 80px rgba(34,18,38,.38);background-image:radial-gradient(rgba(92,66,94,.06) .8px,transparent .8px);background-size:11px 11px}.program-cloud h2{font:400 46px/1 "Neucha",cursive;text-transform:uppercase;margin:8px 0 18px}.program-cloud h3{font:28px "Neucha",cursive;margin:26px 0 10px}.program-cloud ul{list-style:none;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:8px 22px}.program-cloud li{font-weight:800}.program-cloud-icon{width:76px;height:76px;display:grid;place-items:center;border-radius:45% 55% 48% 52%;font-size:36px}.cloud-close{position:absolute;right:23px;top:18px;width:42px;height:42px;border:0;border-radius:50%;background:var(--pink);color:#fff;font-size:27px;line-height:1;cursor:pointer}.program-cloud .action{margin-top:28px}.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-grid article:last-child{grid-column:1/-1;max-width:540px;margin:auto}.inner-hero{min-height:610px;padding:205px 0 100px;display:flex;align-items:center;position:relative}.inner-hero:after{content:"";position:absolute;inset:auto 0 0;height:44px;background:var(--paper);clip-path:polygon(0 65%,10% 35%,20% 70%,30% 38%,40% 72%,50% 30%,60% 68%,70% 40%,80% 72%,90% 35%,100% 66%,100% 100%,0 100%)}.inner-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}.inner-hero h1{font:400 clamp(46px,5vw,70px)/.98 "Neucha",cursive;text-transform:uppercase;margin:8px 0 23px}.inner-hero-grid>div>p:not(.eyebrow){font-size:19px;max-width:590px}.inner-hero figure{height:365px;position:relative;border:12px solid #fff;border-radius:46% 54% 48% 52%;overflow:hidden;transform:rotate(2deg);box-shadow:0 20px 50px rgba(0,72,93,.25)}.inner-hero figure img,.teacher-portrait img{width:100%;height:100%;object-fit:cover}.programs-light{color:var(--ink);padding:130px 0}.programs-light .program-grid article{border:2px solid #eadce8}.contact-page{padding:130px 0}.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.contact-item{display:grid;grid-template-columns:145px 1fr;gap:18px;padding:13px 0;border-bottom:1px dashed #d8c8d7}.contact-item b{color:var(--pink)}.map-placeholder{min-height:460px;display:grid;place-items:center;align-content:center;text-align:center;padding:40px;background:#dff6fa;border:3px dashed #0aa8c4;border-radius:35px 70px 35px 70px}.map-placeholder span{font:42px "Neucha",cursive;color:#0b9bc1}.faq{padding:120px 0}.faq-list{max-width:900px;margin:auto;display:grid;gap:14px}.faq-list details{background:#fff;border:2px solid #eadce8;border-radius:18px 34px 18px 34px;padding:0 24px;box-shadow:0 8px 25px rgba(70,48,73,.08)}.faq-list summary{cursor:pointer;padding:20px 30px 20px 0;font:24px "Neucha",cursive;position:relative}.faq-list summary::after{content:"+";position:absolute;right:0;color:var(--pink);font-size:30px}.faq-list details[open] summary::after{content:"−"}.faq-list details p{padding-bottom:20px}.review-slider{display:grid;grid-template-columns:52px 1fr 52px;gap:18px;align-items:center}.review-track blockquote{display:none;max-width:760px;margin:auto;padding:38px;background:#fff;border:2px solid #eadde8;border-radius:30px 50px 30px 50px;box-shadow:0 16px 35px rgba(71,48,74,.09)}.review-track blockquote.active{display:block;animation:fadeReview .45s ease}.review-track blockquote>div{color:#f6af1e;letter-spacing:5px}.review-track footer{color:var(--pink);font-weight:900}.slider-prev,.slider-next{width:52px;height:52px;border:0;border-radius:50%;background:var(--pink);color:#fff;font-size:24px;cursor:pointer}.lead-form output{font-weight:800;color:#317a24}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.teacher-grid{grid-template-columns:repeat(3,1fr)}.teacher-grid article a{color:inherit}.teacher-grid figure{height:300px;position:relative;overflow:hidden;border-radius:50% 50% 45% 55%;border:9px solid #fff;box-shadow:0 0 0 3px #ef9ac4,0 15px 30px rgba(73,48,75,.18)}.teacher-grid figure img{width:100%;height:100%;object-fit:cover}.teacher-grid-large{grid-template-columns:repeat(3,1fr)}.teacher-grid-large article:last-child{grid-column:auto}.reason-grid.trust-grid article{color:var(--ink);border-color:#eadce8}.mission>div.container>p{max-width:760px;margin:0 auto 28px;font-size:19px}.gallery.paper-section{padding:125px 0}.lead-form{display:grid;gap:12px}.review-track blockquote{height:360px;grid-template-rows:auto 1fr auto auto}.review-track blockquote.active{display:grid}.review-track blockquote.is-expanded{height:auto;min-height:360px}.review-text{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:6;overflow:hidden;line-height:1.6;align-self:start}.review-track blockquote.is-expanded .review-text{display:block;overflow:visible}.review-more{justify-self:start;border:0;background:transparent;color:var(--pink);padding:6px 0;font:800 15px inherit;text-decoration:underline;text-underline-offset:4px;cursor:pointer}.footer-socials{display:flex;gap:10px;align-items:center;justify-content:center;margin:8px 0}.footer-socials a{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:#fff;color:var(--pink);font-size:12px;font-weight:900;text-decoration:none;box-shadow:0 6px 18px rgba(43,25,47,.18)}.footer-socials a:hover{transform:translateY(-2px)}@keyframes fadeReview{from{opacity:0;transform:translateX(18px)}to{opacity:1;transform:none}}
.review-track blockquote{height:300px;position:relative;padding-bottom:92px}.review-track blockquote.active{display:block}.review-track blockquote.is-expanded{height:auto;min-height:300px}.review-text{-webkit-line-clamp:4}.review-more{position:absolute;left:38px;bottom:54px}.review-track footer{position:absolute;left:38px;bottom:27px}.footer-socials{justify-content:flex-start;margin:18px 0 0}
.brand-logo{width:76px;height:76px;flex:0 0 76px;border-radius:50%;object-fit:cover;box-shadow:0 4px 14px rgba(70,53,73,.16)}.socials a img{width:18px;height:18px;object-fit:contain}.footer-socials a img{width:22px;height:22px;object-fit:contain}.footer-hours{display:block;margin-top:10px;color:#e4dbe5;font-size:14px;line-height:1.5}
.hero-photo{width:min(440px,100%);height:470px;justify-self:center}.hero-photo img,.polaroid img{width:100%;height:100%;object-fit:cover}.polaroid{width:min(430px,100%);height:400px;justify-self:center}
@media(max-width:980px){.inner-hero-grid,.contact-layout{grid-template-columns:1fr}.inner-hero{padding-top:150px}.inner-hero-grid>div{text-align:center}.inner-hero-grid>div>p{margin-inline:auto}.inner-hero figure{height:420px}.teacher-grid,.teacher-grid-large{grid-template-columns:1fr 1fr}.teacher-grid-large article:last-child{grid-column:auto}.trust-grid{grid-template-columns:1fr}.trust-grid article:last-child{grid-column:auto;max-width:none}}
@media(max-width:980px){.hero-photo{width:min(400px,100%);height:410px}.polaroid{width:min(390px,100%);height:360px}}
@media(max-width:680px){.hero-actions{justify-content:center}.brand-logo{width:58px;height:58px;flex-basis:58px}.hero-photo{width:min(315px,100%);height:330px}.polaroid{width:min(305px,100%);height:310px}.inner-hero{padding:125px 0 90px}.inner-hero h1{font-size:42px}.inner-hero figure{height:300px}.contact-item{grid-template-columns:1fr;gap:3px}.teacher-grid,.teacher-grid-large{grid-template-columns:1fr 1fr}.review-slider{grid-template-columns:38px 1fr 38px;gap:7px}.slider-prev,.slider-next{width:38px;height:38px}.trust-grid{grid-template-columns:1fr}.program-cloud>article{padding:42px 23px 30px;border-radius:42px 28px 48px 32px}.program-cloud h2{font-size:35px}.program-cloud ul{grid-template-columns:1fr}.program-cloud-icon{width:62px;height:62px;font-size:30px}}

/* Самостоятельная дизайн-система «ШКоДа» */
:root{--ink:#29344f;--cyan:#2eb7c4;--pink:#ff5d8f;--orange:#ffb84d;--lime:#82c65a;--violet:#7167d9;--paper:#fffaf4}
body{background:var(--paper);color:var(--ink)}
.paper-section{background-color:#fffaf4;background-image:radial-gradient(rgba(71,85,123,.055) .75px,transparent .75px);background-size:14px 14px}
.blue-paper{background:linear-gradient(135deg,#3267a2 0%,#2eb7c4 100%);background-image:radial-gradient(circle at 15% 20%,rgba(255,255,255,.13) 0 2px,transparent 2.5px),linear-gradient(135deg,#3267a2 0%,#2eb7c4 100%);background-size:34px 34px,100% 100%}
.orange-paper{background:linear-gradient(135deg,#ff9f43,#ffc857)}
.pink-paper{background:linear-gradient(135deg,#ff5d8f,#e84991 58%,#8b63cf)}
.blue-paper::before,.blue-paper::after,.orange-paper::before,.orange-paper::after,.pink-paper::before,.pink-paper::after{display:none}
.section-heading{margin-bottom:50px}.section-heading h2,.hero-copy h1,.mission h2,.contact-card h2,.program-cloud h2{font-family:"Comfortaa",sans-serif;font-weight:700;text-transform:none;letter-spacing:-.035em}.section-heading h2{font-size:clamp(32px,3.8vw,50px);line-height:1.12}.section-heading i{width:54px;height:10px;border:0;background:linear-gradient(90deg,var(--pink),var(--orange));border-radius:10px;transform:none;margin-top:17px}.section-heading span,.eyebrow,.contact-card>div>span{letter-spacing:.2em}
.action{min-height:54px;padding:14px 27px;border-radius:16px;background:linear-gradient(135deg,var(--pink),#ea3b83);box-shadow:0 12px 28px rgba(225,55,125,.28);transition:transform .2s ease,box-shadow .2s ease}.action:hover{transform:translateY(-3px);box-shadow:0 16px 32px rgba(225,55,125,.34)}
.site-header{padding:18px 0 0}.header-wave{height:auto;background:transparent;border-radius:0;box-shadow:none}.header-top{min-height:88px;padding:8px 18px;background:rgba(255,255,255,.96);border:1px solid rgba(57,74,111,.09);border-radius:26px;box-shadow:0 18px 45px rgba(32,48,81,.14);backdrop-filter:blur(12px)}.brand b{font-family:"Comfortaa",sans-serif;font-size:28px;font-weight:700}.brand-logo{width:68px;height:68px;flex-basis:68px;box-shadow:none}.color-menu{width:min(900px,calc(100% - 64px));margin:10px auto 0;padding:6px;gap:3px;background:rgba(255,255,255,.97);border:1px solid rgba(57,74,111,.08);border-radius:18px;box-shadow:0 14px 35px rgba(32,48,81,.13)}.color-menu a{position:relative;min-height:46px;border:0;border-radius:12px;background-color:transparent!important;color:var(--ink);font:700 14px/1.15 "Comfortaa",sans-serif;box-shadow:none;transition:.2s ease}.color-menu a::before{content:"";width:7px;height:7px;margin-right:7px;display:inline-block;border-radius:50%;background:var(--pink)}.color-menu a:nth-child(2)::before{background:var(--orange)}.color-menu a:nth-child(3)::before{background:var(--lime)}.color-menu a:nth-child(4)::before{background:#c467bd}.color-menu a:nth-child(5)::before{background:var(--cyan)}.color-menu a:nth-child(6)::before{background:var(--violet)}.color-menu a:hover{transform:none;background:#f3f1fb!important;color:#4b4a9d}
section.hero{min-height:790px;padding:215px 0 95px;background:linear-gradient(135deg,#26365f 0%,#3e6ca4 48%,#2eb7c4 100%);border-radius:0 0 72px 72px;overflow:hidden}section.hero::before{content:"";position:absolute;width:520px;height:520px;right:-150px;top:120px;border-radius:50%;background:rgba(255,255,255,.07);box-shadow:-620px 310px 0 rgba(255,184,77,.08)}section.hero::after{height:42px;inset:auto 0 0;background:var(--paper);border-radius:0;transform:none;clip-path:polygon(0 68%,100% 0,100% 100%,0 100%)}.hero-grid{grid-template-columns:.92fr 1.08fr;gap:78px}.hero-photo{width:min(430px,100%);height:480px;transform:rotate(-1.5deg)}.hero-photo::before{content:"";position:absolute;inset:20px -18px -18px 20px;border-radius:36px;background:linear-gradient(145deg,var(--orange),var(--pink));z-index:0}.hero-photo img{position:relative;z-index:1;border:10px solid rgba(255,255,255,.92);border-radius:32px;box-shadow:0 25px 60px rgba(13,28,60,.32);object-position:center}.hero-copy h1{font-size:clamp(40px,4.4vw,60px);line-height:1.08;margin-bottom:26px}.hero-copy>p:not(.eyebrow){font-size:17px;line-height:1.7}.hero .eyebrow{color:#ffe08b}section.hero .doodles span{opacity:.25;font-family:"Comfortaa",sans-serif}section.hero .doodles span:nth-child(3),section.hero .doodles span:nth-child(4){display:none}
.about-section,.programs,.contact{margin:42px 18px;border-radius:48px;overflow:hidden}.about-section{padding:115px 0 125px}.polaroid{padding:10px;border:0;border-radius:34px 12px 34px 12px;transform:none;box-shadow:18px 18px 0 rgba(255,184,77,.92),0 24px 55px rgba(25,48,83,.24)}.polaroid img{border-radius:25px 8px 25px 8px}.polaroid::after{bottom:-40px;left:24px;padding:8px 14px;border-radius:12px;background:#fff;color:var(--violet);font:700 13px "Comfortaa",sans-serif;letter-spacing:.08em;box-shadow:0 8px 20px rgba(34,45,75,.14)}.motto{border-left:0;border-radius:18px;background:rgba(255,255,255,.14);font-family:"Comfortaa",sans-serif;font-size:19px;line-height:1.55}
.reasons.paper-section{padding:115px 0}.reason-grid{gap:18px}.reason-grid article,.reason-grid article.light-card{min-height:150px;padding:25px;background:#fff;color:var(--ink);border:1px solid rgba(61,78,116,.1);border-radius:22px;box-shadow:0 14px 35px rgba(36,51,83,.09);transform:none}.reason-grid article>span{width:58px;height:58px;flex:0 0 58px;display:grid;place-items:center;border-radius:17px;background:#f1f7ff;font-size:30px}.reason-grid h3{font:700 22px/1.2 "Comfortaa",sans-serif}.reason-grid p{color:#667087}
.programs{padding:115px 0 125px}.program-grid{gap:18px}.program-grid article,.program-grid article:nth-child(odd),.program-grid article:nth-child(even){position:relative;overflow:hidden;padding:24px 16px;border:1px solid rgba(50,69,106,.09);border-radius:22px;background:#fff;box-shadow:0 15px 35px rgba(21,55,85,.14);transform:none}.program-grid article::before{content:"";position:absolute;inset:0 0 auto;height:6px;background:linear-gradient(90deg,var(--pink),var(--orange))}.program-grid article:hover{transform:translateY(-6px)}.program-card .program-open>span{width:68px;height:68px;display:grid;place-items:center;margin:4px auto 0;border-radius:19px!important;font-size:32px}.program-grid h3{font:700 20px/1.25 "Comfortaa",sans-serif;margin-top:16px}.program-grid p{font-size:14px}.program-cloud>article{border:0;border-radius:28px;background:#fff;box-shadow:0 30px 90px rgba(20,31,60,.36)}.program-cloud h2{font-size:40px;line-height:1.12}.program-cloud-icon{border-radius:18px}.cloud-close{border-radius:13px;background:var(--violet)}
.teachers{padding:115px 0}.teacher-grid{gap:22px}.teacher-grid article{padding:14px 14px 24px;background:#fff;border:1px solid rgba(51,68,105,.09);border-radius:26px;box-shadow:0 16px 40px rgba(38,50,81,.1)}.teacher-grid figure{height:270px;border:0;border-radius:22px 22px 8px 22px;box-shadow:10px 10px 0 #dfe9ff;transform:none!important}.teacher-grid h3{font:700 21px/1.3 "Comfortaa",sans-serif;color:var(--violet);margin-top:22px}.teacher-grid p{font-size:14px;line-height:1.5}
.mission{margin:35px 18px;padding:105px 0;border-radius:48px;background:linear-gradient(135deg,#6258c7,#7b70df 55%,#429cc7)}.mission h2{font-size:clamp(36px,4.5vw,54px);line-height:1.15}.mission .doodles span{opacity:.16}
.reviews{padding:115px 0}.review-track blockquote{border:1px solid rgba(61,78,116,.11);border-left:7px solid var(--pink);border-radius:22px;background:#fff;box-shadow:0 18px 45px rgba(38,50,81,.1)}.slider-prev,.slider-next{border-radius:15px;background:var(--violet);box-shadow:0 10px 24px rgba(75,65,163,.24)}.review-more{color:var(--violet)}.review-track footer{color:var(--pink)}
.contact{padding:105px 0}.contact-card{padding:54px 58px;border-radius:32px;background:#fff;box-shadow:0 25px 65px rgba(84,31,91,.22)}.contact-card form button{background:linear-gradient(135deg,var(--pink),#d93a8a);box-shadow:0 10px 25px rgba(216,49,129,.25)}input,select{border-color:#d9d8ec;border-radius:14px}.footer{margin-top:28px;padding-top:62px;background:#24304f}.footer-socials a{border-radius:13px;box-shadow:none}.footer nav a{opacity:.86}.footer nav a:hover{color:#ffd486;opacity:1}
@media(max-width:980px){.site-header{padding:10px 12px 0}.header-top{min-height:76px;border-radius:22px}.header-wave{height:auto}.color-menu{top:96px;right:12px;width:290px;padding:7px;border-radius:18px}.color-menu a{min-height:45px}.brand-logo{width:58px;height:58px;flex-basis:58px}section.hero{padding:145px 0 90px;border-radius:0 0 48px 48px}.hero-grid{grid-template-columns:1fr;gap:55px}.hero-copy{order:-1}.hero-photo{height:410px;transform:none}.about-section,.programs,.contact,.mission{margin-inline:12px;border-radius:36px}.teacher-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.site-header{padding:8px}.header-top{padding:7px 12px;border-radius:18px}.brand-logo{width:52px;height:52px;flex-basis:52px}.brand b{font-size:23px}.color-menu{top:82px;right:8px;width:calc(100% - 16px)}section.hero{padding:125px 0 75px;border-radius:0 0 32px 32px}.hero-copy h1{font-size:36px;line-height:1.12}.hero-copy>p:not(.eyebrow){font-size:16px}.hero-photo{width:min(300px,100%);height:330px}.hero-photo::before{inset:14px -10px -12px 14px;border-radius:27px}.hero-photo img{border-width:7px;border-radius:25px}.about-section,.programs,.contact,.mission{margin:24px 8px;border-radius:28px}.about-section,.programs,.teachers,.reviews{padding:88px 0}.section-heading h2{font-size:32px}.polaroid{width:min(290px,100%);height:300px}.reason-grid{grid-template-columns:1fr}.program-grid{grid-template-columns:1fr}.teacher-grid{grid-template-columns:1fr}.teacher-grid figure{height:280px}.mission h2{font-size:34px}.review-slider{grid-template-columns:34px 1fr 34px}.slider-prev,.slider-next{width:34px;height:44px}.review-track blockquote{padding:28px 24px 88px}.review-more,.review-track footer{left:24px}.contact-card{padding:34px 22px;border-radius:24px}.footer{margin-top:14px}.footer>.container{gap:28px}}

/* Живой контент без изменения основной визуальной системы */
.hero-proof{display:flex;gap:10px;flex-wrap:wrap;margin:25px 0 28px}.hero-proof span{padding:10px 13px;border:1px solid rgba(255,255,255,.22);border-radius:13px;background:rgba(255,255,255,.1);color:#fff;font-size:13px;line-height:1.2;backdrop-filter:blur(8px)}.hero-proof b{display:block;color:#ffe08b;font:700 19px/1.1 "Comfortaa",sans-serif}.center-facts{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:60px}.center-facts article{padding:22px;border:1px solid rgba(255,255,255,.2);border-radius:19px;background:rgba(255,255,255,.12);color:#fff;backdrop-filter:blur(9px)}.center-facts b{display:block;margin-bottom:7px;color:#ffe08b;font:700 22px/1.2 "Comfortaa",sans-serif}.center-facts span{font-size:14px;line-height:1.45}
.activity-stories{padding:115px 0}.story-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:stretch}.story-grid figure{display:grid;grid-template-rows:320px 1fr;overflow:hidden;height:100%;border-radius:26px;background:#fff;border:1px solid rgba(51,68,105,.09);box-shadow:0 16px 40px rgba(38,50,81,.1)}.story-grid img,.story-grid figure:first-child img{width:100%;height:320px;object-fit:cover}.story-grid figcaption{display:grid;align-content:start;gap:7px;padding:21px}.story-grid b{font:700 20px/1.25 "Comfortaa",sans-serif;color:var(--violet)}.story-grid span{color:#667087;line-height:1.55}
.age-filter{display:flex;gap:9px;flex-wrap:wrap;justify-content:center;margin:-12px 0 38px}.age-filter button{min-height:44px;padding:10px 17px;border:1px solid rgba(255,255,255,.3);border-radius:13px;background:rgba(255,255,255,.11);color:#fff;font:700 13px "Comfortaa",sans-serif;cursor:pointer;transition:.2s ease}.age-filter button:hover,.age-filter button.active{border-color:#fff;background:#fff;color:var(--violet);transform:translateY(-2px)}.program-card[hidden]{display:none!important}
.teacher-open{display:flex;flex-direction:column;width:100%;height:100%;padding:0;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.teacher-open h3{min-height:55px}.teacher-open p{flex:1;margin-bottom:0}.teacher-open b{display:block;margin:16px 4px 0;color:var(--pink);font-size:13px}.teacher-open:hover b{text-decoration:underline;text-underline-offset:4px}.teacher-detail-head{display:grid;grid-template-columns:150px 1fr;gap:25px;align-items:center;margin-bottom:28px}.teacher-detail-head figure{width:150px;height:150px;overflow:hidden;border-radius:22px}.teacher-detail-head img{width:100%;height:100%;object-fit:cover}.teacher-detail-grid{display:grid;grid-template-columns:1fr .9fr;gap:34px;align-items:start}.teacher-detail-grid h3{margin:20px 0 7px;font:700 19px/1.25 "Comfortaa",sans-serif;color:var(--violet)}.teacher-work-photo{overflow:hidden;border-radius:20px;background:#f4f6fb}.teacher-work-photo img{width:100%;height:330px;object-fit:cover}.teacher-work-photo figcaption{padding:12px 15px;color:#667087;font-size:11px;line-height:1.45}.lesson-video-placeholder{display:flex;gap:17px;align-items:center;margin-top:28px;padding:20px;border:1px dashed #bbb7dd;border-radius:19px;background:#f6f4ff}.lesson-video-placeholder>span{width:52px;height:52px;display:grid;place-items:center;flex:0 0 52px;border-radius:15px;background:var(--violet);color:#fff}.lesson-video-placeholder b{font:700 16px "Comfortaa",sans-serif}.lesson-video-placeholder p{margin:5px 0 0;color:#667087;font-size:13px}.teacher-cloud>article{width:min(820px,100%)}
.video-reviews{padding:35px 0 115px}.video-review-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.video-review-grid figure{overflow:hidden;border:1px solid rgba(51,68,105,.09);border-radius:26px;background:#fff;box-shadow:0 16px 40px rgba(38,50,81,.1)}.video-poster{position:relative;height:320px;overflow:hidden}.video-poster::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(28,37,67,.42),transparent 58%)}.video-poster img{width:100%;height:100%;object-fit:cover}.video-poster span{position:absolute;left:50%;top:50%;z-index:1;width:70px;height:70px;display:grid;place-items:center;padding-left:5px;border:2px solid rgba(255,255,255,.7);border-radius:22px;background:rgba(113,103,217,.9);color:#fff;font-size:25px;transform:translate(-50%,-50%);box-shadow:0 14px 35px rgba(31,35,70,.28)}.video-review-grid figcaption{padding:22px}.video-review-grid b{font:700 20px "Comfortaa",sans-serif;color:var(--violet)}.video-review-grid p{margin:8px 0 0;color:#667087}.faq-home{padding:115px 0}
@media(max-width:980px){.center-facts{grid-template-columns:repeat(2,1fr)}.story-grid{grid-template-columns:1fr 1fr}.story-grid figure:first-child{grid-column:auto}.teacher-detail-grid{grid-template-columns:1fr}.video-poster{height:270px}}
@media(max-width:680px){section.hero{min-height:auto}.hero-proof{justify-content:center}.hero-proof span{flex:1 1 95px;text-align:center}.center-facts{grid-template-columns:1fr 1fr;gap:9px;margin-top:45px}.center-facts article{padding:17px 14px}.center-facts b{font-size:17px}.activity-stories,.faq-home{padding:88px 0}.story-grid,.video-review-grid{grid-template-columns:1fr}.story-grid figure{grid-template-rows:260px 1fr}.story-grid figure:first-child{grid-column:auto}.story-grid img,.story-grid figure:first-child img{height:260px}.age-filter{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:8px}.age-filter button{flex:0 0 auto}.teacher-detail-head{grid-template-columns:82px 1fr;gap:15px}.teacher-detail-head figure{width:82px;height:82px}.teacher-cloud .teacher-detail-head h2{font-size:27px}.teacher-work-photo img{height:240px}.video-poster{height:230px}.video-reviews{padding:0 0 88px}}

/* Читабельность и фотоколлаж первого экрана */
.hero-sketches{position:absolute;inset:0;z-index:1;overflow:hidden;pointer-events:none}.hero-grid{position:relative;z-index:2}.sketch{position:absolute;display:grid;place-items:center;font:800 25px/1 "Comfortaa",sans-serif;opacity:.76;filter:drop-shadow(0 7px 12px rgba(22,48,86,.18));user-select:none}.sketch-abc{left:4.5%;top:27%;width:78px;height:58px;border:3px solid #ffd447;border-radius:19px 13px 20px 12px;color:#ffd447;transform:rotate(-8deg)}.sketch-star{left:45%;top:28%;color:#ff77a4;font-size:54px;transform:rotate(10deg)}.sketch-sun{right:4.5%;top:43%;color:#ffd447;font-size:58px;transform:rotate(8deg)}.sketch-sum{left:5%;bottom:13%;padding:12px 15px;border:3px dashed rgba(255,255,255,.72);border-radius:15px;color:#fff;transform:rotate(7deg)}.sketch-heart{right:5%;bottom:10%;color:#ff77a4;font-size:64px;transform:rotate(-10deg)}
body{font-size:17px;line-height:1.65}.section-heading span,.eyebrow,.contact-card>div>span{font-size:15px;font-weight:800}.brand small{font-size:14px}.header-contact span{font-size:18px;font-weight:800}.color-menu a{font-size:15px}.home-benefits b{font-size:16px}.home-benefits small{font-size:15px}.age-filter button{font-size:15px}.hero-visual{position:relative;width:min(500px,100%);height:520px;justify-self:center}.hero-visual .hero-photo{position:absolute;inset:20px auto auto 32px;width:410px;height:470px}.hero-mini{position:absolute;z-index:3;overflow:hidden;border:7px solid rgba(255,255,255,.96);border-radius:22px;box-shadow:0 18px 38px rgba(13,28,60,.32);transform:rotate(4deg)}.hero-mini img{width:100%;height:100%;object-fit:cover}.hero-mini-one{width:142px;height:150px;right:-8px;top:0}.hero-mini-two{width:132px;height:140px;left:-5px;bottom:-3px;transform:rotate(-5deg)}.hero .eyebrow{color:#ffd447;font-size:15px;font-weight:900;text-shadow:0 1px 14px rgba(255,191,36,.25)}.hero-copy>p:not(.eyebrow){font-size:19px;font-weight:600}.hero-proof span{min-width:118px;padding:15px 18px;border-color:rgba(255,255,255,.58);background:rgba(255,255,255,.2);font-size:17px;font-weight:900;box-shadow:0 8px 22px rgba(20,48,85,.12)}.hero-proof b{margin-bottom:4px;font-size:27px;color:#ffd447;font-weight:900}.center-facts span{font-size:16px;font-weight:600}.program-grid p{font-size:16px}.program-grid b{font-size:15px}.program-cloud>article>p,.program-cloud li,.program-cloud .contact-item{font-size:16px;line-height:1.65}.program-cloud small{display:block;font-size:15px;line-height:1.55}.teacher-grid{grid-template-columns:repeat(4,1fr);align-items:stretch}.teacher-grid article{height:100%}.teacher-grid p{font-size:16px}.teacher-open b{font-size:15px}.story-grid span,.video-review-grid p,.faq-list details p,.review-text{font-size:16px}.teacher-work-photo figcaption,.lesson-video-placeholder p{font-size:15px}.footer small,.footer nav a,.footer-contacts{font-size:15px}.footer-hours{font-size:15px}
@media(max-width:1180px){.sketch-star{display:none}.sketch-abc{left:2%}.sketch-sun{right:2%}.hero-visual{width:450px}.hero-visual .hero-photo{left:25px;width:380px}.hero-mini-one{right:-2px}.teacher-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:980px){.sketch-star{display:grid;left:auto;right:7%;top:22%;font-size:45px}.sketch-abc{left:5%;top:52%}.sketch-sun{right:6%;top:56%;font-size:50px}.sketch-sum{left:7%;bottom:15%}.sketch-heart{right:7%;bottom:11%}.hero-visual{width:min(430px,100%);height:470px}.hero-visual .hero-photo{inset:20px auto auto 25px;width:380px;height:420px}.hero-mini-one{right:-5px}.hero-mini-two{left:-5px}.teacher-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){body{font-size:16px}.section-heading span,.eyebrow,.contact-card>div>span{font-size:14px;line-height:1.5}.brand small{font-size:11px;line-height:1.15;white-space:nowrap}.sketch{opacity:.66}.sketch-abc{left:3%;top:65%;width:55px;height:42px;border-width:2px;border-radius:13px;font-size:17px}.sketch-star{right:2%;top:28%;font-size:36px}.sketch-sun{right:4%;top:auto;bottom:5%;font-size:40px}.sketch-sum{left:4%;bottom:6%;padding:8px 10px;border-width:2px;font-size:17px}.sketch-heart{display:none}.hero-visual{width:315px;height:365px}.hero-visual .hero-photo{inset:18px auto auto 20px;width:275px;height:325px}.hero-mini{border-width:5px;border-radius:16px}.hero-mini-one{width:88px;height:96px;right:0;top:2px}.hero-mini-two{width:88px;height:94px;left:0;bottom:0}.hero-copy>p:not(.eyebrow){font-size:17px}.hero-proof{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;align-items:stretch}.hero-proof span{display:flex;min-width:0;padding:12px 4px;flex-direction:column;justify-content:center;font-size:13px;font-weight:600;text-align:center;overflow-wrap:anywhere}.hero-proof b{font-size:24px;font-weight:900;white-space:nowrap}.center-facts span{font-size:15px}.program-grid p,.teacher-grid p,.story-grid span,.video-review-grid p,.faq-list details p,.review-text{font-size:16px}.program-cloud>article>p,.program-cloud li,.program-cloud .contact-item{font-size:16px}.teacher-grid{grid-template-columns:1fr}.teacher-open h3{min-height:auto}}
@media(max-width:380px){.hero-visual{width:292px}.hero-visual .hero-photo{left:18px;width:258px}.hero-mini-one{right:1px}.hero-mini-two{left:1px}.sketch-abc{left:2%}.sketch-star{right:2%}.sketch-sum{left:2%}.sketch-sun{right:2%}}

/* Финальная настройка читабельности */
body{font-size:19px;line-height:1.68}.site-header{position:absolute;inset:0 0 auto;width:100%;height:auto;display:block;padding:18px 0 0;background:transparent;border:0;backdrop-filter:none}.header-wave{width:100%}.header-contact{margin-left:auto}.socials{position:absolute;top:188px;left:max(32px,calc(50% - 480px));z-index:4;display:flex;margin:0;gap:10px;transform:none}.socials a{width:42px;height:42px;background:#fff;border:0;box-shadow:0 8px 22px rgba(15,41,78,.22)}.socials a img{width:21px;height:21px}.hero-photo img{object-position:center 43%}.hero-mini-one{right:auto;left:-8px;top:-8px}.hero-mini-two{left:auto;right:-8px;bottom:-3px}.hero-mini-one img{object-position:center 46%}.hero-mini-two img{object-position:center 70%}.section-heading span,.eyebrow,.contact-card>div>span{font-size:17px}.brand small{font-size:15px}.color-menu{display:flex}.color-menu a{font-size:17px}.action,.lead-form input,.lead-form select,.lead-form button{font-size:18px}.home-benefits b{font-size:19px}.home-benefits small{font-size:17px}.age-filter button{font-size:17px}.hero .eyebrow{color:#fff;font-size:18px;text-shadow:0 2px 14px rgba(14,39,78,.32)}.hero-copy>p:not(.eyebrow){font-size:21px}.hero-proof span{font-size:18px}.hero-proof b{color:#fff;font-size:29px;font-weight:900;text-shadow:0 2px 12px rgba(13,34,72,.25)}.program-grid p,.teacher-grid p,.story-grid span,.video-review-grid p,.faq-list details p,.review-text{font-size:18px}.program-grid b,.teacher-open b,.program-cloud small,.teacher-work-photo figcaption,.lesson-video-placeholder p,.footer small,.footer nav a,.footer-contacts,.footer-hours{font-size:17px}.program-cloud>article>p,.program-cloud li,.program-cloud .contact-item{font-size:18px}.teacher-detail-grid h3{font-size:21px}.lesson-video-placeholder b{font-size:18px}.review-more{font-size:17px}.motto{text-align:center;font-size:22px;line-height:1.7}.footer>.container>small{text-align:center;line-height:1.75}
@media(max-width:980px){.socials{top:80px;left:50%;transform:translateX(-50%)}.header-contact{display:none}.mobile-toggle{margin-left:auto}.color-menu{display:none}.color-menu.open{display:flex}}
@media(max-width:680px){body{font-size:18px;line-height:1.67}.header-top{display:flex}.brand{min-width:0}.brand small{font-size:12px}.mobile-toggle{margin-left:auto}.socials{top:86px}.socials a{width:38px;height:38px}.socials a img{width:19px;height:19px}.color-menu{top:82px}section.hero{padding-top:165px}.hero-mini-one{left:0;top:0}.hero-mini-two{right:0;bottom:0}.section-heading span,.eyebrow,.contact-card>div>span{font-size:16px}.hero .eyebrow{font-size:17px}.hero-copy>p:not(.eyebrow){font-size:19px}.hero-proof span{font-size:14px}.hero-proof b{font-size:25px;letter-spacing:-.04em}.program-grid p,.teacher-grid p,.story-grid span,.video-review-grid p,.faq-list details p,.review-text,.program-cloud>article>p,.program-cloud li,.program-cloud .contact-item{font-size:18px}.program-grid b,.teacher-open b,.program-cloud small,.teacher-work-photo figcaption,.lesson-video-placeholder p,.footer small,.footer nav a,.footer-contacts,.footer-hours{font-size:17px}.motto{font-size:20px}.faq-list summary{font-size:25px}.footer nav{display:flex;flex-wrap:wrap;gap:12px 18px}}
.story-grid figure:nth-child(1) img{object-position:center 68%}.story-grid figure:nth-child(2) img{object-position:center 35%}.story-grid figure:nth-child(3) img{object-position:center 68%}
body{font-size:20px}.section-heading span,.eyebrow,.contact-card>div>span{font-size:18px}.color-menu a{font-size:18px}.action,.lead-form input,.lead-form select,.lead-form button{font-size:19px}.home-benefits b{font-size:20px}.home-benefits small{font-size:18px}.age-filter button{font-size:18px}.hero .eyebrow{font-size:19px}.hero-copy>p:not(.eyebrow){font-size:22px}.program-grid p,.teacher-grid p,.story-grid span,.video-review-grid p,.faq-list details p,.review-text{font-size:19px}.story-grid b{font-size:20px}.program-grid b,.teacher-open b,.program-cloud small,.teacher-work-photo figcaption,.lesson-video-placeholder p,.footer small,.footer nav a,.footer-contacts,.footer-hours{font-size:18px}.program-cloud>article>p,.program-cloud li,.program-cloud .contact-item{font-size:19px}.teacher-detail-grid h3{font-size:22px}.lesson-video-placeholder b{font-size:19px}.review-more{font-size:18px}.motto{font-size:23px}
@media(max-width:980px){body{font-size:19px}.hero-copy>p:not(.eyebrow){font-size:21px}}
@media(max-width:680px){body{font-size:19px}.section-heading span,.eyebrow,.contact-card>div>span{font-size:17px}.hero .eyebrow{font-size:18px}.hero-copy>p:not(.eyebrow){font-size:20px}.program-grid p,.teacher-grid p,.story-grid span,.video-review-grid p,.faq-list details p,.review-text,.program-cloud>article>p,.program-cloud li,.program-cloud .contact-item{font-size:19px}.story-grid b{font-size:20px}.program-grid b,.teacher-open b,.program-cloud small,.teacher-work-photo figcaption,.lesson-video-placeholder p,.footer small,.footer nav a,.footer-contacts,.footer-hours{font-size:18px}.motto{font-size:21px}.faq-list summary{font-size:26px}}
@media(max-width:360px){.hero-proof b{font-size:24px;letter-spacing:-.055em}}

/* Цельная мобильная компоновка */
@media(max-width:680px){
  body{font-size:17px;line-height:1.58}
  .container{width:min(calc(100% - 32px),1120px)}
  .reveal,.reveal.visible{opacity:1!important;transform:none!important;transition:none!important}
  .section-heading{margin-bottom:32px}
  .section-heading h2{font-size:30px;line-height:1.16;letter-spacing:-.025em}
  .section-heading span,.eyebrow,.contact-card>div>span{font-size:14px;line-height:1.45;letter-spacing:.14em}
  .section-heading i{width:46px;height:8px;margin-top:13px}
  .trial,.reasons.paper-section,.activity-stories,.teachers,.reviews,.faq-home,.video-reviews{padding:64px 0}
  .about-section,.programs,.contact,.mission{margin:16px 8px;border-radius:26px}
  .about-section,.programs{padding:64px 0}

  .site-header{padding:8px}
  .header-top{min-height:64px;padding:6px 10px}
  .brand-logo{width:48px;height:48px;flex-basis:48px}
  .brand b{font-size:21px}
  .brand small{font-size:11px}
  .mobile-toggle{width:42px;height:42px}
  .socials{top:80px}
  .socials a{width:36px;height:36px}
  .color-menu{top:76px}

  section.hero{padding:145px 0 58px;border-radius:0 0 30px 30px}
  .hero-grid{gap:30px}
  .hero-copy h1{font-size:33px;line-height:1.1;margin-bottom:20px}
  .hero .eyebrow{font-size:15px;line-height:1.5}
  .hero-copy>p:not(.eyebrow){font-size:18px;line-height:1.6}
  .hero-proof{gap:7px;margin-top:22px}
  .hero-proof span{padding:10px 3px;font-size:13px;line-height:1.25}
  .hero-proof b{font-size:23px}
  .action{min-height:50px;padding:12px 20px;font-size:17px}
  .hero-visual{width:300px;height:350px}
  .hero-visual .hero-photo{left:18px;top:16px;width:264px;height:316px}
  .hero-mini-one,.hero-mini-two{width:82px;height:88px}

  .benefit-row{gap:11px;margin-bottom:0}
  .home-benefits article{padding:12px 13px;border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(38,50,81,.08)}
  .home-benefits article>span{width:34px;height:34px;flex:0 0 34px;font-size:22px}
  .home-benefits b{font-size:18px;line-height:1.25}
  .home-benefits small{font-size:16px;line-height:1.35}

  .split{gap:30px}
  .about-section article>p{font-size:17px;line-height:1.62;margin-bottom:17px}
  .motto{margin:20px 0 0;padding:18px;font-size:19px;line-height:1.55}
  .polaroid{height:290px}

  .reason-grid{gap:12px}
  .reason-grid article,.reason-grid article.light-card{min-height:0;padding:18px;gap:15px;border-radius:18px}
  .reason-grid article>span{width:46px;height:46px;flex-basis:46px;border-radius:14px;font-size:24px}
  .reason-grid h3{font-size:18px;line-height:1.3;margin-bottom:5px}
  .reason-grid p{font-size:16px;line-height:1.5}

  .story-grid{gap:14px}
  .story-grid figure{grid-template-rows:230px auto;border-radius:20px}
  .story-grid img,.story-grid figure:first-child img{height:230px}
  .story-grid figcaption{gap:5px;padding:16px}
  .story-grid b{font-size:18px;line-height:1.3}
  .story-grid span{font-size:16px;line-height:1.45}

  .programs{padding-bottom:70px}
  .age-filter{margin-bottom:25px;scrollbar-width:none;-ms-overflow-style:none}
  .age-filter::-webkit-scrollbar{display:none}
  .age-filter button{font-size:15px;padding:10px 14px}
  .program-grid{gap:11px}
  .program-grid article,.program-grid article:nth-child(odd),.program-grid article:nth-child(even){padding:15px;border-radius:18px}
  .program-card .program-open{display:grid;grid-template-columns:58px minmax(0,1fr);grid-template-rows:auto auto auto;column-gap:14px;align-items:center;text-align:left}
  .program-card .program-open>span{grid-column:1;grid-row:1/4;width:56px;height:56px;margin:0;border-radius:16px!important;font-size:27px}
  .program-grid h3{grid-column:2;margin:0;font-size:18px;line-height:1.3}
  .program-grid p{grid-column:2;margin:3px 0 0;font-size:16px;line-height:1.3}
  .program-grid b{grid-column:2;margin-top:5px;font-size:16px;line-height:1.3}

  .teacher-grid{gap:13px}
  .teacher-grid article{padding:12px;border-radius:20px}
  .teacher-open{display:grid;grid-template-columns:105px minmax(0,1fr);grid-template-rows:auto auto auto;gap:4px 15px;align-items:start}
  .teacher-grid figure{grid-column:1;grid-row:1/4;width:105px;height:125px;border-radius:17px}
  .teacher-open h3{grid-column:2;min-height:0;margin:2px 0 0;font-size:18px;line-height:1.3}
  .teacher-grid p{grid-column:2;margin:0;font-size:16px;line-height:1.4}
  .teacher-open b{grid-column:2;margin:5px 0 0;font-size:15px;line-height:1.35}

  .mission{margin-block:20px;padding:62px 12px;border-radius:28px}
  .mission h2{font-size:30px;line-height:1.2}
  .mission>div.container>p{font-size:17px;line-height:1.55}

  .review-slider{grid-template-columns:30px minmax(0,1fr) 30px;gap:5px}
  .slider-prev,.slider-next{width:30px;height:42px;font-size:18px}
  .review-track blockquote,.review-track blockquote.is-expanded{height:auto;min-height:330px;padding:24px 20px 86px;border-radius:18px}
  .review-text{font-size:16px;line-height:1.55;-webkit-line-clamp:6}
  .review-more,.review-track footer{left:20px}
  .video-review-grid{gap:14px}
  .video-poster{height:210px}
  .video-review-grid figcaption{padding:17px}
  .video-review-grid b{font-size:18px}
  .video-review-grid p{font-size:16px;line-height:1.5}

  .faq-list{gap:10px}
  .faq-list details{padding:0 18px;border-radius:16px}
  .faq-list summary{padding:16px 28px 16px 0;font-size:20px;line-height:1.35}
  .faq-list details p{font-size:16px;line-height:1.55;padding-bottom:17px}

  .contact{padding:22px 14px}
  .contact-card{grid-template-columns:1fr;gap:24px;padding:26px 18px;border-radius:20px}
  .contact-card h2{font-size:29px;line-height:1.15}
  .contact-card p,.contact-line{font-size:16px;line-height:1.5}
  .lead-form input,.lead-form select,.lead-form button{min-height:50px;font-size:17px}

  .footer{padding:48px 0 28px}
  .footer>.container{grid-template-columns:1fr;text-align:center;gap:22px}
  .footer-brand{justify-content:center;margin:auto}
  .footer nav{grid-column:1;justify-content:center}
  .footer-socials{justify-content:center}
  .footer-contacts,.footer-hours,.footer nav a,.footer small{font-size:16px;line-height:1.55}
}
