*{margin:0;padding:0;box-sizing:border-box}:root{--font-sans:"Plus Jakarta Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--font-kannada:"Noto Sans Kannada","Tunga","Kedage",system-ui,sans-serif;--text-body:#4d6277;--text-muted:#5c6f81;--text-heading:#304b63;--leading-snug:1.35;--leading-normal:1.62;--leading-relaxed:1.72;--text-fluid-body:clamp(0.9375rem,0.9rem + 0.22vw,1.0625rem);--text-fluid-lead:clamp(1.0625rem,1rem + 0.35vw,1.25rem);--text-fluid-h1:clamp(1.75rem,1.4rem + 2vw,4rem);--text-fluid-h2:clamp(1.5rem,1.25rem + 1.2vw,2.875rem);--text-fluid-h3:clamp(1.125rem,1.05rem + 0.45vw,1.75rem);--text-fluid-small:clamp(0.8125rem,0.78rem + 0.15vw,0.9375rem);--section-pad-x:clamp(20px,4vw,40px);--section-gap:clamp(48px,6vw,72px);--section-gap-tight:clamp(28px,3.5vw,40px);--fab-btn:56px;--fab-gap:12px;--fab-bottom:25px;--fab-right:25px;--demo-fab-gap:16px;--demo-strip-w:44px;--top-bar-height:90px}html{scroll-behavior:smooth;overflow-x:clip}.section-scroll-anchor{display:block;width:0;height:0;margin:0;padding:0;pointer-events:none;scroll-margin-top:calc(var(--top-bar-height) + 16px)}#gallery,#why-us,.best-section{content-visibility:visible}#courses,#f1,#f2,#f3,#faq,#features,#kit,#why-us{scroll-margin-top:calc(var(--top-bar-height) + 16px)}body{font-family:var(--font-sans);font-size:var(--text-fluid-body);line-height:var(--leading-normal);color:var(--text-body);background:#f5f2ea;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"kern" 1,"liga" 1;overflow-x:clip;padding-top:var(--top-bar-height)}html:not(.page-loaded) body{overflow:hidden}#page-loader{position:fixed;inset:0;z-index:100000;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;background:linear-gradient(165deg,#f5f2ea 0,#dfeaf0 55%,#b7d4dc 100%);transition:opacity .45s ease,visibility .45s ease}html.page-loaded #page-loader{opacity:0;visibility:hidden;pointer-events:none}.page-loader-pic{display:block}.page-loader-logo{height:52px;width:auto;display:block}.page-loader-bar{width:min(220px,50vw);height:4px;border-radius:4px;background:rgba(48,75,99,.12);overflow:hidden;position:relative}.page-loader-bar::after{content:"";position:absolute;left:-40%;width:40%;height:100%;background:linear-gradient(90deg,transparent,#304b63,#304b63,transparent);animation:pageLoaderShimmer 1.1s ease-in-out infinite}@keyframes pageLoaderShimmer{0%{transform:translateX(0)}100%{transform:translateX(350%)}}.page-loader-msg{font-size:15px;font-weight:600;color:#304b63;letter-spacing:.02em}h1,h2,h3,h4,h5,h6{font-family:var(--font-sans);color:var(--text-heading);font-weight:700;line-height:var(--leading-snug);letter-spacing:-.02em}p{line-height:var(--leading-relaxed)}button,input,select,textarea{font-family:inherit}.top-bar{position:fixed;top:0;left:0;right:0;z-index:10050;width:100%;background:#b7d4dc;padding:15px 20px;padding-top:max(15px,env(safe-area-inset-top,0px));display:flex;align-items:center;flex-wrap:nowrap;gap:clamp(8px,2vw,18px);box-shadow:0 2px 12px rgba(31,52,71,.08)}.top-left{display:flex;align-items:center;justify-content:flex-start;flex-shrink:0;margin-right:auto}.top-logo{height:60px;width:auto;display:block}.nav-wrap{flex:0 1 auto;min-width:0}.top-bar .nav{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:6px 18px;margin:0;padding:0}.top-bar button.top-lang-btn{padding:8px 12px;border:none;background:#f59b42;color:#fff;margin:0;border-radius:6px;cursor:pointer;font-weight:600;font-size:13px;letter-spacing:.02em;line-height:1;min-height:36px}.top-lang{display:flex;align-items:center;gap:8px;flex-shrink:0}.top-bar-trail{display:flex;align-items:center;justify-content:flex-end;gap:6px;flex-shrink:0}.nav-toggle{display:none;flex-shrink:0;width:40px;height:40px;padding:0;border:none;border-radius:8px;background:rgba(255,255,255,.35);cursor:pointer;align-items:center;justify-content:center;flex-direction:column;gap:6px;transition:background .2s ease}.nav-toggle:hover{background:rgba(255,255,255,.55)}.nav-toggle:focus-visible{outline:2px solid #304b63;outline-offset:2px}.nav-toggle-bar{display:block;width:22px;height:2px;background:#304b63;border-radius:1px;transition:transform .25s ease,opacity .2s ease}.top-bar.nav-open .nav-toggle-bar:first-child{transform:translateY(8px) rotate(45deg)}.top-bar.nav-open .nav-toggle-bar:nth-child(2){opacity:0}.top-bar.nav-open .nav-toggle-bar:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.nav-backdrop{display:none;-webkit-appearance:none;appearance:none;font:inherit}@media(max-width:768px){.nav-backdrop{display:block;position:fixed;inset:0;z-index:10040;background:rgba(31,52,71,.42);border:0;padding:0;margin:0;cursor:pointer;opacity:0;pointer-events:none;transition:opacity .25s ease;border-radius:0}.top-bar.nav-open .nav-backdrop{opacity:1;pointer-events:auto}}@media(max-width:768px){.top-bar{flex-wrap:wrap;justify-content:flex-start;align-items:center;padding:10px 12px;padding-top:max(10px,env(safe-area-inset-top,0px));row-gap:8px;column-gap:8px}.top-logo{height:48px}.top-left{margin-right:0;flex:1 1 auto;min-width:0;max-width:calc(100% - 210px);order:1;position:relative;z-index:10046}.top-bar-trail{order:2;margin-left:auto;position:relative;z-index:10046;gap:6px}.nav-toggle{display:inline-flex;width:40px;height:40px}.nav-wrap{order:3;flex-basis:100%;width:100%;max-width:100%;max-height:0;overflow:hidden;transition:max-height .38s ease;position:relative;z-index:10045}.top-bar.nav-open .nav-wrap{max-height:min(72vh,440px);overflow-y:auto;margin-top:10px;padding:8px 10px 2px;border-top:1px solid rgba(48,75,99,.14);background:#fff;border-radius:14px;box-shadow:0 10px 25px rgba(31,52,71,.16)}.top-bar .nav{flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0}.top-bar .nav a{padding:14px 10px;border-bottom:1px solid rgba(48,75,99,.14);font-size:16px;color:#1f3547;font-weight:700}.top-bar .nav a:last-child{border-bottom:none}.top-bar .nav a[aria-current=page]{color:#f07e1c}}.header{padding:18px 30px;display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.logo{font-size:32px;font-weight:800;letter-spacing:-.03em;color:#ff7a00}.top-bar .nav a{text-decoration:none;color:#304b63;margin:0;font-size:17px;font-weight:600;letter-spacing:.01em}.top-bar .nav a:hover{text-decoration:underline;text-underline-offset:4px}.top-bar .nav a[aria-current=page]{text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:2px}.hero{display:flex;justify-content:space-between;align-items:center;padding:clamp(28px,4.5vw,48px) var(--section-pad-x) var(--section-gap-tight);flex-wrap:wrap;gap:clamp(24px,3.5vw,40px)}.hero-text{flex:1 1 480px;min-width:280px}.hero-text h1{font-size:clamp(36px,5vw,64px);color:var(--text-heading);line-height:1.12;font-weight:800;max-width:18ch}.hero-text p{margin-top:clamp(18px,3vw,24px);font-size:clamp(18px,2.1vw,22px);color:var(--text-muted);line-height:1.68;max-width:36ch}.hero-text p+p{margin-top:clamp(12px,2vw,16px)}.hero-text .hero-cta{margin-top:clamp(28px,3.5vw,40px);padding:15px 30px;background:#f59b42;border:none;color:#fff;font-size:18px;border-radius:40px;cursor:pointer;display:inline-block;text-decoration:none;font-weight:700;text-align:center;font-family:inherit;box-sizing:border-box}.hero-text .hero-cta:empty{display:none}.hero-text .hero-cta:not(:empty){display:inline-block}.hero-text .hero-cta:hover{filter:brightness(1.06)}.hero-img{flex:1.28 1 420px;min-width:min(100%,320px);max-width:min(860px,54vw);display:flex;justify-content:center;align-items:center;margin-top:-8px;align-self:center}.hero-img img{width:100%;height:auto;max-height:min(660px,72vh);display:block;border-radius:clamp(22px,3vw,32px);box-shadow:0 18px 44px rgba(48,75,99,.2);object-fit:contain;object-position:center center}@media (min-width:1200px){.hero-img{max-width:min(920px,52vw)}.hero-img img{max-height:min(720px,76vh)}}.section{padding:var(--section-gap) var(--section-pad-x);background:#eef3f4}.section h2{text-align:center;font-size:clamp(32px,4vw,48px);color:var(--text-heading);margin-bottom:clamp(24px,3vw,36px);line-height:var(--leading-snug);font-weight:800}.cards{display:flex;justify-content:center;gap:25px;flex-wrap:wrap}.card{width:320px;padding:22px;border-radius:20px;text-align:center;color:#fff}.card img{width:100%;height:220px;object-fit:cover;object-position:center;border-radius:15px;margin-bottom:14px;image-rendering:auto}.card:first-child{background:#75aab6}.card:nth-child(2){background:#f1a157}.card:nth-child(3){background:#37556d}.card p{font-size:clamp(20px,2.4vw,26px);line-height:1.45;font-weight:600}.card h3{font-size:clamp(21px,2.5vw,28px);line-height:1.35;font-weight:700;margin:0;color:#fff}.footer{background:#f5f2ea;padding:40px;text-align:center;color:#304b63;font-size:18px}@media(max-width:768px){.top-bar{padding:10px 12px;padding-top:max(10px,env(safe-area-inset-top,0px))}.header{padding:15px 20px}.hero{display:flex;flex-direction:column;padding:clamp(20px,5vw,28px) 18px var(--section-gap-tight);gap:clamp(14px,3.5vw,20px)}.hero-text{width:100%;order:1}.hero-text h1{font-size:clamp(32px,8vw,42px);max-width:none}.hero-text p{font-size:17px;margin-top:clamp(14px,3.5vw,18px)}.hero-text p+p{margin-top:clamp(10px,2.5vw,14px)}.hero-text .hero-cta{margin-top:clamp(22px,5vw,32px);font-size:17px;padding:14px 26px}.hero-img{width:100%;max-width:100%;margin-top:0;order:2;align-self:stretch}.hero-img img{width:100%;max-width:var(--promo-img-max-w,min(640px,94vw));max-height:var(--promo-img-max-h,min(280px,48vh));display:block;margin:0 auto}.section{padding:35px 20px}.section h2{font-size:35px}.footer{padding:30px 20px}}.about-section{padding:var(--section-gap-tight) var(--section-pad-x) var(--section-gap);background:#f4f4f4}.about-container{max-width:1400px;margin:auto;display:flex;flex-direction:column;align-items:center;gap:clamp(24px,3.5vw,36px)}.about-section .about-left{width:100%;max-width:min(920px,94vw);margin:0 auto}.about-section .about-left img{width:100%;max-width:100%;min-height:180px;max-height:min(625px,62vh);height:auto;aspect-ratio:4/3;display:block;margin:0 auto;border-radius:24px;object-fit:cover;object-position:center top;box-shadow:0 18px 45px rgba(0,0,0,.11);background:#e8eef2}.about-right{width:100%;max-width:1200px}.about-small{color:#f39b46;font-size:28px;margin-bottom:15px}.about-title{font-size:clamp(34px,5vw,62px);color:var(--text-heading);line-height:var(--leading-snug);margin-bottom:clamp(16px,2vw,22px);font-weight:800}.about-desc{font-size:clamp(18px,1.35vw,22px);color:var(--text-muted);line-height:var(--leading-relaxed);margin-bottom:clamp(20px,3vw,28px);max-width:48ch}.about-boxes{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.about-item{background:#fff;padding:18px 25px;border-radius:50px;font-size:28px;color:#2f4b64;font-weight:600;box-shadow:0 5px 10px rgba(0,0,0,.08)}@media(max-width:768px){.about-section{padding:var(--section-gap-tight) 18px var(--section-gap)}.about-container{gap:clamp(18px,4vw,24px)}.about-title{font-size:34px}.about-desc{font-size:18px;margin-bottom:clamp(18px,4vw,24px)}.about-boxes{grid-template-columns:1fr}.about-item{font-size:20px;padding:16px 20px}}@media(max-width:768px){.top-bar{padding:10px 12px;padding-top:max(10px,env(safe-area-inset-top,0px));gap:8px}.header{padding:15px 18px}.hero{flex-direction:column;padding:clamp(20px,5vw,28px) 18px var(--section-gap-tight);gap:clamp(14px,3.5vw,20px)}.hero-img,.hero-text{width:100%}.hero-img{margin-top:0}.hero-text h1{font-size:clamp(32px,8vw,36px);max-width:none}.hero-text p{font-size:17px;line-height:1.65;margin-top:clamp(14px,3.5vw,18px)}.hero-text p+p{margin-top:clamp(10px,2.5vw,14px)}.hero-text .hero-cta{margin-top:clamp(22px,5vw,32px);padding:14px 26px;font-size:17px}.section{padding:35px 20px}.section h2{font-size:32px}.about-section{padding:var(--section-gap-tight) 18px var(--section-gap)}.about-container{flex-direction:column;gap:clamp(18px,4vw,24px)}.about-left,.about-right{width:100%}.about-title{font-size:34px}.about-desc{font-size:18px;margin-bottom:clamp(18px,4vw,24px)}.about-boxes{grid-template-columns:1fr;gap:14px}.about-item{font-size:20px;padding:16px 20px}.footer{padding:30px 20px}}.features-section{padding:var(--section-gap) var(--section-pad-x);background:#f5f2ea}.section-title{text-align:center;margin-bottom:clamp(40px,5vw,54px)}.section-title h2{font-size:clamp(32px,3.8vw,46px);color:var(--text-heading);margin-bottom:clamp(12px,2vw,18px);font-weight:800;line-height:var(--leading-snug)}.section-title p{font-size:clamp(17px,1.35vw,20px);color:var(--text-muted);max-width:40rem;margin:0 auto;line-height:var(--leading-relaxed)}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:35px;max-width:1400px;margin:auto}.feature-card{text-align:center;padding:10px}.icon-box{width:170px;height:170px;margin:0 auto 22px;display:flex;justify-content:center;align-items:center;overflow:hidden}.icon-box img{width:100%;height:100%;max-width:170px;max-height:170px;object-fit:contain;object-position:center;display:block;image-rendering:auto}.feature-card h3{font-size:28px;color:#304b63;margin-bottom:12px}.feature-card p{font-size:17px;color:var(--text-muted);line-height:var(--leading-relaxed)}@media(max-width:992px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.features-section{padding:45px 20px}.section-title h2{font-size:34px}.section-title p{font-size:17px}.features-grid{grid-template-columns:1fr;gap:30px}.icon-box{width:140px;height:140px}.feature-card h3{font-size:24px}.feature-card p{font-size:16px}}.contact-buttons{position:fixed;bottom:var(--fab-bottom);right:var(--fab-right);display:flex;flex-direction:column;gap:var(--fab-gap);z-index:9999}.contact-buttons .btn{width:var(--fab-btn);height:var(--fab-btn);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 18px rgba(0,0,0,.25);transition:all .3s ease}.contact-buttons .whatsapp{background:#25d366}.contact-buttons .phone{background:#007bff}.contact-buttons svg{width:26px;height:26px}.contact-buttons .btn:hover{transform:scale(1.1);box-shadow:0 10px 25px rgba(0,0,0,.35)}@media (max-width:600px){:root{--fab-btn:50px;--fab-bottom:20px;--fab-right:20px;--demo-fab-gap:14px;--demo-strip-w:42px}.contact-buttons .btn{width:var(--fab-btn);height:var(--fab-btn)}.contact-buttons svg{width:22px;height:22px}.demo-tab{font-size:11px;min-height:108px;padding:10px 7px;border-radius:11px}}.testimonial-section{padding:var(--section-gap) var(--section-pad-x);background:linear-gradient(180deg,#e8eef1 0,#eef3f4 45%,#e5ebee 100%)}.testimonial-title{text-align:center;margin-bottom:clamp(32px,4vw,48px)}.testimonial-title h2{font-size:clamp(28px,3.5vw,44px);color:var(--text-heading);line-height:var(--leading-snug);font-weight:800}.testimonial-title p{margin-top:10px;font-size:clamp(15px,1.4vw,17px);color:var(--text-muted);max-width:36rem;margin-left:auto;margin-right:auto}.testimonial-viewport{max-width:1400px;margin:auto;width:100%;overflow-x:hidden;overflow-y:visible;padding:0 14px;box-sizing:border-box}.testimonial-slider-shell{max-width:1400px;margin:auto;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:center}.testimonial-arrow{width:38px;height:38px;border:0;border-radius:50%;background:#304b63;color:#fff;font-size:20px;line-height:1;cursor:pointer;box-shadow:0 8px 18px rgba(48,75,99,.22)}.testimonial-arrow:hover{background:#253c51}.testimonial-arrow{display:none;align-items:center;justify-content:center;flex-shrink:0;touch-action:manipulation}.testimonial-grid{display:flex;flex-wrap:nowrap;justify-content:flex-start;gap:0;width:100%;transition:transform .45s cubic-bezier(.25,.46,.45,.94);will-change:transform;align-items:flex-start;backface-visibility:hidden;touch-action:pan-y pinch-zoom}.testimonial-card{flex:0 0 100%;width:100%;max-width:100%;min-width:0;margin:0 auto;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;text-align:center;background:0 0;border-radius:0;box-shadow:none;padding:8px 6px 28px;min-height:auto;position:relative}.testimonial-card::after{content:"";position:absolute;left:50%;bottom:8px;transform:translateX(-50%);width:min(200px,55vw);height:3px;border-radius:3px;background:linear-gradient(90deg,transparent,rgba(245,155,66,.55),transparent);opacity:.85}.testimonial-card:hover{transform:none}.testimonial-card img{width:72px;height:72px;border-radius:50%;object-fit:cover;object-position:center top;margin-bottom:14px;border:3px solid rgba(255,255,255,.95);box-shadow:0 4px 16px rgba(48,75,99,.15)}.testimonial-card p{font-size:15px;color:var(--text-body);line-height:var(--leading-relaxed);margin-bottom:14px;max-width:100%;width:100%;min-width:0;overflow-wrap:anywhere;word-break:break-word;font-style:italic}.testimonial-card p::before{content:"\201C";font-size:1.35em;font-style:normal;color:rgba(48,75,99,.22);font-weight:800;margin-right:2px;vertical-align:-.08em}.testimonial-card h4{font-size:17px;color:#f59b42;font-weight:700;margin:0 0 6px 0}.testimonial-card .parent-text{font-size:13px;color:var(--text-body);opacity:1;margin-top:2px;display:block;width:100%;max-width:100%;min-width:0;overflow-wrap:anywhere;word-break:break-word}.testimonial-card .stars{display:block;width:100%;text-align:center;font-size:17px;line-height:1;margin-top:4px;letter-spacing:1px}.testimonial-card .stars .filled{color:#f5b301}.testimonial-card .stars .empty{color:#c5d0d8}.testimonial-dots{max-width:1400px;margin:18px auto 0;display:flex;justify-content:center;gap:8px;align-items:center;flex-wrap:wrap;padding:0 12px}.testimonial-dot{width:10px;height:10px;border-radius:50%;border:0;background:#b7c5cf;cursor:pointer;transition:transform .25s ease,background .25s ease;padding:0;flex-shrink:0}.testimonial-dot.active{background:#304b63;transform:scale(1.25)}@media(min-width:769px){.testimonial-section{background:linear-gradient(135deg,#e5edf0 0,#eef3f4 40%,#dee8ec 100%)}.testimonial-viewport{padding:0 clamp(16px,3vw,28px)}.testimonial-card{flex:0 0 100%;display:grid;grid-template-columns:104px minmax(0,1fr);grid-template-rows:auto auto auto auto;column-gap:clamp(24px,3vw,36px);row-gap:6px;align-items:start;text-align:left;max-width:min(820px,94vw);padding:clamp(20px,3vw,36px) 0 clamp(28px,3vw,40px);margin:0 auto}.testimonial-card::after{display:none}.testimonial-card img{grid-column:1;grid-row:1/-1;width:96px;height:96px;margin:0;align-self:start;justify-self:center;border:3px solid #fff;box-shadow:0 6px 22px rgba(48,75,99,.14)}.testimonial-card p{grid-column:2;grid-row:1;font-size:clamp(15px,1.25vw,17px);margin:0 0 10px 0;max-width:none;width:auto;min-width:0;padding-left:18px;border-left:4px solid #f59b42;overflow-wrap:anywhere;word-break:break-word;color:var(--text-muted)}.testimonial-card h4{grid-column:2;grid-row:2;font-size:clamp(17px,1.35vw,19px);padding-left:18px;margin:0;min-width:0}.testimonial-card .stars{grid-column:2;grid-row:3;text-align:left;margin:6px 0 0 0;padding-left:18px;font-size:18px}.testimonial-card .parent-text{grid-column:2;grid-row:4;padding-left:18px;margin-top:4px;text-align:left}.testimonial-dots{margin-top:24px;gap:10px}.testimonial-dot{width:11px;height:11px}}@media(max-width:992px) and (min-width:769px){.testimonial-card p{max-width:38rem}}@media(max-width:768px){.testimonial-section{padding:40px max(14px,env(safe-area-inset-right)) 48px max(14px,env(safe-area-inset-left))}.testimonial-viewport{padding:0 max(12px,env(safe-area-inset-left)) 0 max(12px,env(safe-area-inset-right))}.testimonial-title h2{font-size:clamp(26px,7vw,32px)}.testimonial-grid{gap:0;width:100%}.testimonial-slider-shell{grid-template-columns:auto minmax(0,1fr) auto;gap:6px;max-width:100%}.testimonial-arrow{display:flex;width:36px;height:36px;font-size:18px}.testimonial-card{display:flex!important;flex-direction:column;grid-template-columns:unset;grid-template-rows:unset;align-items:center;text-align:center;padding:10px max(10px,env(safe-area-inset-right)) 32px max(10px,env(safe-area-inset-left));max-width:100%}.testimonial-card img{width:72px;height:72px;margin-bottom:14px;grid-column:unset;grid-row:unset}.testimonial-card p{font-size:15px;line-height:1.75;margin-bottom:14px;grid-column:unset;grid-row:unset;padding-left:0;padding-right:0;border-left:none;max-width:100%;color:var(--text-body)}.testimonial-card h4{font-size:17px;grid-column:unset;grid-row:unset;padding-left:0}.testimonial-card .stars{font-size:16px;grid-column:unset;grid-row:unset;padding-left:0;margin-top:6px}.testimonial-card .parent-text{font-size:13px;grid-column:unset;grid-row:unset;padding-left:0;color:var(--text-muted)}.testimonial-card::after{bottom:10px}.testimonial-dots{margin-top:16px;gap:8px}}.courses-section{padding:var(--section-gap) var(--section-pad-x);background:#fff}.courses-section .section-title{text-align:center;margin-bottom:clamp(40px,5vw,56px)}.courses-section .section-title h2{font-size:clamp(32px,3.8vw,46px);color:var(--text-heading);margin-bottom:clamp(10px,1.5vw,14px);font-weight:800;line-height:var(--leading-snug)}.courses-section .section-title p{font-size:clamp(17px,1.35vw,20px);color:var(--text-muted);max-width:40rem;margin:0 auto;line-height:var(--leading-relaxed)}.courses-grid{max-width:1350px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.course-card{background:#fffefd;border:1px solid rgba(48,75,99,.08);padding:0;border-radius:24px;text-align:center;box-shadow:0 14px 32px rgba(48,75,99,.09);transition:transform .35s ease,box-shadow .35s ease;overflow:hidden;display:flex;flex-direction:column;min-height:100%}.course-card:hover{transform:translateY(-10px);box-shadow:0 22px 44px rgba(48,75,99,.14)}.course-card-media{margin:28px auto 18px;width:calc(100% - 56px);max-width:320px;aspect-ratio:4/3;border-radius:22px;background:linear-gradient(155deg,#e8f2f6 0,#b7d4dc 38%,#d9edf2 100%);display:flex;align-items:center;justify-content:center;padding:0;box-sizing:border-box;box-shadow:inset 0 2px 0 rgba(255,255,255,.5);overflow:hidden}.course-card-media img{width:100%;height:100%;object-fit:cover;object-position:center top;image-rendering:auto}.course-card h3{font-size:28px;color:#304b63;margin:0 25px 8px;line-height:1.25;font-weight:800}.course-card .course-age{font-size:18px;color:#304b63;font-weight:700;margin:0 25px 6px;padding:8px 16px;display:inline-block;border-radius:999px;background:rgba(245,155,66,.18)}.course-card .course-desc{font-size:17px;color:#556a7d;line-height:1.75;margin:14px 25px 32px;flex-grow:1}@media(max-width:992px){.courses-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.courses-section{padding:45px 20px}.courses-section .section-title h2{font-size:34px}.courses-section .section-title p{font-size:17px}.courses-grid{grid-template-columns:1fr;gap:22px}.course-card{padding:25px 20px}.course-card-media{margin:22px auto 14px;width:calc(100% - 44px);max-width:300px;padding:0}.course-card-media img{width:100%;height:100%}.course-card h3{font-size:22px;margin-left:22px;margin-right:22px}.course-card .course-age{font-size:16px;margin-left:22px;margin-right:22px}.course-card .course-desc{font-size:16px;margin-left:22px;margin-right:22px;margin-bottom:28px}}.kit-section{padding:var(--section-gap-tight) var(--section-pad-x);background:#f5f2ea}.kit-container{max-width:1200px;margin:0 auto;text-align:center;background:#b7d4dc;padding:clamp(28px,3.5vw,40px) clamp(20px,3vw,28px) clamp(24px,3vw,32px);border-radius:28px;box-shadow:0 14px 35px rgba(48,75,99,.1)}.kit-header{margin-bottom:clamp(18px,2.2vw,26px)}.kit-header h2{font-size:clamp(28px,3.6vw,44px);color:var(--text-heading);line-height:var(--leading-snug);margin-bottom:clamp(8px,1.2vw,12px);font-weight:800}.kit-header p{font-size:clamp(16px,1.4vw,19px);color:#3d5669;max-width:40rem;margin:0 auto;line-height:var(--leading-normal)}.kit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(14px,2vw,22px);margin-bottom:clamp(14px,1.8vw,20px)}.kit-card{--kit-accent:#f59b42;text-align:center;padding:4px 4px;display:flex;flex-direction:column;align-items:center}.kit-card--abacus{--kit-accent:#f59b42}.kit-card--books{--kit-accent:#75aab6}.kit-card--bag{--kit-accent:#37556d}.kit-card--shirt{--kit-accent:#f1a157}.kit-icon-wrap{width:64px;height:64px;margin:0 auto 12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.kit-svg{width:100%;height:100%;display:block;color:#304b63;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.kit-svg rect[rx]{fill:currentColor;stroke:none;opacity:.22}.kit-svg circle{fill:currentColor;stroke:currentColor}.kit-svg-accent{fill:var(--kit-accent);stroke:var(--kit-accent)}.kit-card--books .kit-svg path:first-child,.kit-card--books .kit-svg path:nth-child(2){fill:currentColor;fill-opacity:0.14}.kit-card--bag .kit-svg path:first-child,.kit-card--shirt .kit-svg path:first-child{fill:currentColor;fill-opacity:0.12}.kit-card h3{font-size:clamp(18px,1.35vw,22px);color:#304b63;margin:0 0 6px;font-weight:800;line-height:var(--leading-snug)}.kit-card p{font-size:clamp(14px,.95vw,16px);color:#3d5669;line-height:var(--leading-normal);margin:0;max-width:15rem}.kit-note{max-width:40rem;margin:0 auto;padding-top:clamp(12px,1.6vw,16px);border-top:1px solid rgba(48,75,99,.14);text-align:center;font-size:clamp(14px,1.05vw,16px);color:#3d5669;line-height:var(--leading-normal)}@media(max-width:992px){.kit-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.kit-section{padding:36px 18px}.kit-container{padding:24px 16px 22px;border-radius:22px}.kit-header h2{font-size:30px}.kit-header p{font-size:16px}.kit-grid{grid-template-columns:1fr;gap:20px}.kit-icon-wrap{width:56px;height:56px;margin-bottom:10px}.kit-card h3{font-size:22px}.kit-card p{font-size:15px;max-width:none}}.apply-section{padding:var(--section-gap) var(--section-pad-x);background:#f5f2ea}.apply-container{max-width:1200px;margin:auto;text-align:center;background:#b7d4dc;padding:clamp(48px,6vw,68px) clamp(28px,4vw,40px);border-radius:32px;box-shadow:0 14px 35px rgba(48,75,99,.1)}.apply-container h2{font-size:clamp(32px,4.2vw,52px);color:var(--text-heading);line-height:var(--leading-snug);margin-bottom:clamp(14px,2vw,22px);font-weight:800}.apply-container p{font-size:clamp(17px,1.65vw,22px);color:#3d5669;max-width:36rem;margin:0 auto clamp(26px,3.5vw,36px);line-height:var(--leading-relaxed)}.apply-btn{display:inline-block;padding:16px 40px;background:#f59b42;color:#fff;font-size:18px;font-weight:700;text-decoration:none;border-radius:50px;transition:.3s ease;letter-spacing:.02em}.apply-btn:hover{background:#eb8a28;transform:translateY(-3px)}.gallery-section{padding:var(--section-gap) var(--section-pad-x);background:#faf8f5}.gallery-inner{max-width:1400px;margin:auto}.gallery-intro{text-align:center;max-width:42rem;margin:0 auto clamp(36px,4vw,48px)}.gallery-intro h2{font-size:clamp(32px,3.8vw,48px);color:var(--text-heading);font-weight:800;margin-bottom:clamp(12px,2vw,18px);line-height:var(--leading-snug)}.gallery-intro p{font-size:clamp(17px,1.5vw,20px);color:var(--text-muted);line-height:var(--leading-relaxed)}.gallery-video-slot{max-width:900px;margin:0 auto clamp(36px,4vw,48px);border-radius:24px;overflow:hidden;box-shadow:0 18px 40px rgba(48,75,99,.12);background:#1a2936}.gallery-video-slot video{display:block;width:100%;max-width:100%;height:auto;aspect-ratio:16/9;min-height:200px;object-fit:contain;object-position:center center;background:#000;transform:translateZ(0);-webkit-transform:translateZ(0)}.gallery-video-slot .video-load-error{display:none;margin:0;padding:12px 16px;font-size:14px;font-weight:600;color:#ffd4d4;background:#4a2020;text-align:center}.gallery-video-slot .video-load-error.is-visible{display:block}@media(max-width:768px){.gallery-video-slot{margin-left:0;margin-right:0;border-radius:16px}.gallery-video-slot video{min-height:min(52vw,280px)}}.gallery-video-slot figcaption{padding:14px 18px;font-size:15px;font-weight:600;color:#e8eef2;background:#243445}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(14px,2vw,22px);max-width:1100px;margin:0 auto}.gallery-tile{margin:0;border-radius:20px;overflow:hidden;box-shadow:0 10px 28px rgba(48,75,99,.1);background:#eae6df}.gallery-tile img{width:100%;height:260px;object-fit:cover;object-position:center center;display:block;image-rendering:auto}.gallery-tile figcaption{padding:14px 16px;font-size:15px;font-weight:600;color:var(--text-heading);background:#fff}@media(max-width:992px){.gallery-grid{grid-template-columns:1fr}.gallery-tile img{height:220px}}@media(max-width:992px){.apply-container h2{font-size:42px}.apply-container p{font-size:20px}}@media(max-width:768px){.gallery-section{padding:45px 20px}.apply-section{padding:45px 20px}.apply-container{padding:40px 22px;border-radius:24px}.apply-container h2{font-size:34px}.apply-container p{font-size:17px;margin-bottom:28px}.apply-btn{padding:14px 28px;font-size:18px}}.best-section{padding:var(--section-gap) var(--section-pad-x);background:#fff}.best-container{max-width:1400px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.best-image{position:relative;border-radius:30px;overflow:hidden}.best-image img{width:100%;height:630px;object-fit:cover;border-radius:30px;box-shadow:0 18px 40px rgba(0,0,0,.1)}.best-image video{width:100%;height:630px;object-fit:contain;object-position:center center;background:#000;border-radius:30px;box-shadow:0 18px 40px rgba(0,0,0,.1);display:block;transform:translateZ(0)}.play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90px;height:90px;border-radius:50%;background:#f59b42;color:#fff;font-size:34px;display:flex;justify-content:center;align-items:center;box-shadow:0 10px 25px rgba(245,155,66,.35);cursor:pointer}.best-content h5{font-size:24px;color:#f59b42;margin-bottom:14px;font-weight:700}.best-content h2{font-size:clamp(32px,3.8vw,52px);color:var(--text-heading);line-height:var(--leading-snug);margin-bottom:clamp(14px,2vw,20px);font-weight:800}.best-content p{font-size:clamp(17px,1.35vw,20px);color:var(--text-muted);line-height:var(--leading-relaxed);margin-bottom:clamp(22px,3vw,30px);max-width:48ch}.best-points{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.best-item{background:#f5f2ea;padding:18px 20px;border-radius:16px;font-size:18px;color:#304b63;font-weight:600}@media(max-width:992px){.best-container{grid-template-columns:1fr;gap:35px}.best-content h2{font-size:42px}.best-image img,.best-image video{height:550px}}@media(max-width:768px){.best-section{padding:45px 20px}.best-content h5{font-size:20px}.best-content h2{font-size:34px}.best-content p{font-size:17px}.best-image img,.best-image video{height:410px;border-radius:22px}.play-btn{width:70px;height:70px;font-size:28px}.best-points{grid-template-columns:1fr}.best-item{font-size:16px;padding:15px 16px}}.demo-tab{position:fixed;top:auto;left:auto;z-index:10055;cursor:pointer;right:calc(var(--fab-right) + env(safe-area-inset-right,0px) + (var(--fab-btn) - var(--demo-strip-w))/ 2);bottom:calc(env(safe-area-inset-bottom,0px) + var(--fab-bottom) + (var(--fab-btn) * 2) + var(--fab-gap) + var(--demo-fab-gap));display:flex;align-items:center;justify-content:center;width:var(--demo-strip-w);min-height:118px;max-height:min(220px,calc(100vh - 120px));padding:12px 8px;box-sizing:border-box;background:#ff6a00;color:#fff;text-decoration:none;font-size:clamp(11px, 2.6vw, 13px);font-weight:600;letter-spacing:.06em;line-height:1.35;text-align:center;writing-mode:vertical-rl;text-orientation:mixed;border-radius:12px;box-shadow:0 5px 18px rgba(0,0,0,.22);transition:background .25s ease,box-shadow .25s ease}.demo-tab:hover{background:#e65f00;box-shadow:0 7px 22px rgba(0,0,0,.28)}.faq-section{padding:var(--section-gap) var(--section-pad-x);background:#f5f2ea}.faq-inner{max-width:860px;margin:0 auto}.faq-section .section-title{text-align:center;margin-bottom:clamp(36px,4.5vw,48px)}.faq-section .section-title h2{font-size:clamp(32px,3.8vw,46px);color:var(--text-heading);margin-bottom:clamp(10px,1.5vw,14px);font-weight:800;line-height:var(--leading-snug)}.faq-section .section-title p{font-size:clamp(17px,1.35vw,20px);color:var(--text-muted);max-width:40rem;margin:0 auto;line-height:var(--leading-relaxed)}.faq-list{display:flex;flex-direction:column;gap:12px}.faq-item{background:#fffefd;border:1px solid rgba(48,75,99,.1);border-radius:18px;overflow:hidden;box-shadow:0 8px 22px rgba(48,75,99,.07);transition:box-shadow .25s ease,border-color .25s ease}.faq-item[open]{border-color:rgba(245,155,66,.35);box-shadow:0 12px 28px rgba(48,75,99,.11)}.faq-item summary{list-style:none;cursor:pointer;padding:18px 52px 18px 20px;font-size:clamp(16px,1.1vw,18px);font-weight:700;color:var(--text-heading);line-height:var(--leading-snug);position:relative;user-select:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary::after{content:"+";position:absolute;right:18px;top:50%;transform:translateY(-50%);width:28px;height:28px;border-radius:50%;background:#f5f2ea;color:#f59b42;font-size:20px;font-weight:700;line-height:28px;text-align:center}.faq-item[open] summary::after{content:"\2212";background:#f59b42;color:#fff}.faq-item[open] summary{border-bottom:1px solid rgba(48,75,99,.08)}.faq-answer{padding:16px 20px 18px;font-size:clamp(15px,1.05vw,17px);color:var(--text-body);line-height:var(--leading-relaxed)}@media(max-width:768px){.faq-section{padding:45px 20px}.faq-section .section-title h2{font-size:34px}.faq-section .section-title p{font-size:17px}.faq-item summary{padding:16px 46px 16px 16px;font-size:16px}.faq-item summary::after{right:14px;width:26px;height:26px;font-size:18px;line-height:26px}.faq-answer{padding:14px 16px 16px;font-size:15px}}.footer-section{background:#1f3447;color:#fff;padding-top:70px}.footer-container{max-width:1400px;margin:auto;padding:0 30px}.footer-main{display:grid;grid-template-columns:2fr 1fr 1fr 1.3fr;gap:40px;padding-bottom:50px}.footer-logo{width:180px;margin-bottom:18px}.footer-about p{font-size:17px;color:#d8e2ea;line-height:1.72;margin-bottom:20px;max-width:36rem}.footer-social{display:flex;gap:12px}.footer-social a{width:52px;height:52px;border-radius:50%;background:#304b63;color:#fff;display:flex;justify-content:center;align-items:center;text-decoration:none;font-size:18px;box-shadow:0 6px 16px rgba(0,0,0,.18)}.footer-social a:first-child{background:#1877f2}.footer-social a:nth-child(2){background:red}.footer-social a:nth-child(3){background:#e4405f}.footer-social a svg{width:24px;height:24px;fill:currentColor;display:block}.footer-title{font-size:24px;margin-bottom:18px;color:#fff}.footer-contact p,.footer-links a{display:block;color:#d8e2ea;text-decoration:none;font-size:17px;margin-bottom:12px;line-height:1.68;transition:.3s}.footer-links a:hover{color:#f59b42;padding-left:5px}.footer-contact a.footer-contact-link{color:inherit;text-decoration:none;font-weight:600}.footer-contact a.footer-contact-link:hover{color:#f59b42;text-decoration:underline}.footer-addr-note{display:block;margin-top:6px;font-size:16px;color:#b8cad8}.footer-bottom{text-align:center;padding:22px 15px;border-top:1px solid rgba(255,255,255,.1);font-size:16px;color:#d8e2ea}.footer-bottom p{margin:0}.footer-powered{margin-top:10px;font-size:14px;color:#b8cad8;letter-spacing:.02em}@media(max-width:992px){.footer-main{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.footer-section{padding-top:45px}.footer-container{padding:0 20px}.footer-main{grid-template-columns:1fr;gap:30px}.footer-logo{width:150px}.footer-title{font-size:22px}.footer-about p,.footer-contact p,.footer-links a{font-size:16px}.footer-bottom{font-size:15px}}.footer-section{background:#1f3447;color:#fff;padding-top:clamp(48px,6vw,70px);padding-bottom:0}.footer-container{max-width:1400px;margin:auto;padding:0 clamp(20px,4vw,30px)}.footer-main{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1.25fr);gap:clamp(22px,3vw,40px);padding-bottom:clamp(40px,5vw,52px);align-items:start}.footer-main>*{min-width:0}.footer-logo{width:180px;max-width:min(180px,100%);height:auto;margin-bottom:18px}.footer-about p{font-size:17px;color:#d8e2ea;line-height:1.72;margin-bottom:20px;max-width:36rem;overflow-wrap:anywhere;word-break:break-word}.footer-social{display:flex;gap:12px}.footer-social a{width:52px;height:52px;border-radius:50%;background:#304b63;color:#fff;display:flex;justify-content:center;align-items:center;text-decoration:none;font-size:18px;box-shadow:0 6px 16px rgba(0,0,0,.18)}.footer-social a:first-child{background:#1877f2}.footer-social a:nth-child(2){background:red}.footer-social a:nth-child(3){background:#e4405f}.footer-social a svg{width:24px;height:24px;fill:currentColor;display:block}.footer-title{font-size:24px;margin-bottom:18px;color:#fff}.footer-contact p,.footer-links a{display:block;color:#d8e2ea;text-decoration:none;font-size:17px;margin-bottom:12px;line-height:1.68;transition:color .2s ease;overflow-wrap:anywhere;word-break:break-word}.footer-links a:hover{color:#f59b42}#footPhone{font-size:16px;line-height:1.68}.footer-addr-note{display:block;margin-top:6px;font-size:16px;color:#b8cad8}.footer-bottom{margin-top:0;padding-top:20px;padding-bottom:clamp(22px,3vw,28px);border-top:1px solid rgba(255,255,255,.1);font-size:15px;color:#d8e2ea;line-height:1.65;text-align:center;overflow-wrap:anywhere}@media(max-width:1100px){.footer-main{grid-template-columns:minmax(0,1.5fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr)}}@media(max-width:992px){.footer-main{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px clamp(18px,3vw,28px)}.footer-main>.footer-about{grid-column:1/-1}.footer-main>.footer-contact{grid-column:1/-1}}@media(max-width:768px){.footer-section{padding-top:45px}.footer-container{padding:0 20px}.footer-main{grid-template-columns:1fr;gap:28px}.footer-main>.footer-about,.footer-main>.footer-contact{grid-column:auto}.footer-logo{width:150px;max-width:min(150px,100%)}.footer-title{font-size:22px}.footer-about p,.footer-contact p,.footer-links a{font-size:16px}.footer-bottom{font-size:15px;padding-top:18px;padding-bottom:24px}}img{height:auto;max-width:100%}.course-card-media img,.features-section .icon-box img,.gallery-tile img,.section .card img,.testimonial-card img{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.card img{aspect-ratio:276/220}@media(min-width:769px){.hero-img img{aspect-ratio:720/560;min-width:min(380px,42vw)}html[lang=kn] .hero-text h1{max-width:22ch}html[lang=kn] .hero-text p{max-width:44ch}}.about-left img{aspect-ratio:4/3}.course-card-media{aspect-ratio:400/260}.testimonial-viewport{min-height:clamp(260px,42vw,340px)}.testimonial-grid{min-height:1px}.feature-card{min-height:200px}.card{min-height:320px;contain:layout style}.defer-paint{content-visibility:auto;contain-intrinsic-size:auto 520px}@media (prefers-reduced-motion:reduce){*,::after,::before{animation-duration:NaNs!important;animation-iteration-count:1!important;transition-duration:NaNs!important;scroll-behavior:auto!important}.page-loader-bar::after{animation:none}}@media(max-width:768px){:root{--promo-img-max-h:min(280px,48vh);--promo-img-max-w:min(640px,94vw);--promo-img-radius:18px}.header{display:none!important;height:0!important;padding:0!important;margin:0!important;overflow:hidden}.hero{display:flex;flex-direction:column;padding:10px 16px 14px!important;gap:10px!important;margin-bottom:0}.hero-text{flex:0 0 auto;width:100%;order:1}.hero-text .hero-cta{margin-top:14px;margin-bottom:0}.hero-img{flex:0 0 auto!important;flex-grow:0!important;flex-shrink:0!important;width:100%!important;max-width:100%!important;min-width:0!important;min-height:0!important;margin:0!important;padding:0;line-height:0;order:2;align-self:center}.about-section .about-left img,.hero-img img{display:block!important;width:100%!important;max-width:var(--promo-img-max-w)!important;height:auto!important;max-height:var(--promo-img-max-h)!important;margin-left:auto!important;margin-right:auto!important;border-radius:var(--promo-img-radius)!important;box-shadow:0 12px 32px rgba(48,75,99,.12)}.hero-img img{aspect-ratio:unset!important;object-fit:contain!important;object-position:center center}.about-section{padding:14px 16px 36px!important;margin-top:0}.about-container{gap:16px}.about-section .about-left{width:100%;max-width:var(--promo-img-max-w);margin:0 auto;line-height:0}.about-section .about-left img{aspect-ratio:4/3;object-fit:cover;object-position:center top}}.hero-text h1{font-size:var(--text-fluid-h1);line-height:1.12}.about-desc,.best-desc,.course-desc,.faq-answer,.feature-card p,.gallery-intro,.hero-text p,.kit-card p,.section-title p,.testimonial-card p{font-size:var(--text-fluid-lead);line-height:var(--leading-relaxed)}.about-title,.apply-container h2,.best-title,.courses-section .section-title h2,.kit-header h2,.section h2,.section-title h2,.testimonial-title h2{font-size:var(--text-fluid-h2)}.card h3,.course-card h3,.feature-card h3,.kit-card h3{font-size:var(--text-fluid-h3)}.about-small,.best-content h5,.gallery-intro+p{font-size:var(--text-fluid-small)}html[lang=kn] .about-desc,html[lang=kn] .feature-card p,html[lang=kn] .hero-text p{line-height:1.78}