:root{--primary:#1b365d;--primary-hover:#122240;--secondary:#1b365d;--accent:#d32f2f;--accent-2:#8da044;--accent-3:#5bb2e5;--bg-color:#fff;--bg-alt:#f9fafb;--text-dark:#1e293b;--text-muted:#64748b;--white:#fff;--pastel-yellow:#f9fafb;--pastel-pink:#fff1f2;--pastel-purple:#f1f5f9;--pastel-blue:#f0f9ff;--font-heading:"Baloo 2", sans-serif;--font-body:"DM Sans", sans-serif;--transition-fast:.2s ease-in-out;--transition:.3s ease-in-out;--transition-slow:.5s cubic-bezier(.4, 0, .2, 1);--glass-bg:#ffffffe6;--glass-border:#fff6;--glass-shadow:0 12px 40px #1b365d14;--border-radius-sm:8px;--border-radius:16px;--border-radius-lg:24px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:100px}body{font-family:var(--font-body);background:var(--bg-color);color:var(--text-dark);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:-.01em;margin-bottom:.75rem;font-weight:700}h1{color:var(--primary);font-size:clamp(2.2rem,5vw,4rem);line-height:1.1}h2{color:var(--primary);text-align:center;font-size:clamp(1.8rem,4vw,2.6rem);line-height:1.3}h3{font-size:clamp(1.2rem,2.5vw,1.6rem)}a{color:inherit;transition:color var(--transition);text-decoration:none}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 2rem}section{z-index:1;background-color:#ffffffd1;padding:clamp(60px,8vw,100px) 0;position:relative}section.bg-alt{background-color:#f8f6fccc}.glass-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);border-radius:var(--border-radius)}.header{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;border-bottom:1px solid #0000000d;width:100%;position:fixed;top:0;left:0;box-shadow:0 4px 6px #00000005}.nav-container{justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;padding:.5rem 2rem;display:flex}.brand-wrapper{align-items:center;gap:1rem;text-decoration:none;display:flex}.school-banner-logo{object-fit:contain;width:auto;max-width:640px;height:110px;display:block}.brand-text{flex-direction:column;display:flex}.brand-name{font-family:var(--font-heading);letter-spacing:1px;font-size:1.6rem;font-weight:700;line-height:1.1}.brand-tagline{color:var(--text-muted);letter-spacing:1px;text-transform:uppercase;font-size:.8rem;font-weight:600}.nav-links{align-items:center;gap:2rem;display:flex}.nav-link{font-family:var(--font-heading);color:var(--primary);font-size:1.05rem;font-weight:400;position:relative}.nav-link.active{color:var(--accent)}.nav-admission-btn{white-space:nowrap;padding:.55rem 1.4rem!important;font-size:.95rem!important}.nav-link:after{content:"";background-color:var(--accent);width:0;height:2px;transition:width var(--transition);position:absolute;bottom:-4px;left:0}.nav-link:hover:after{width:100%}.hamburger-btn{color:var(--primary);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;border-radius:8px;flex-shrink:0;padding:.5rem;display:none}.hamburger-btn:hover{background:#1b365d14}.mobile-menu{background:var(--white);z-index:999;border-top:2px solid #0000000f;flex-direction:column;padding:.5rem 0 1rem;display:flex;box-shadow:0 12px 30px #1b365d1f}.mobile-nav-link{font-family:var(--font-heading);color:var(--primary);transition:background var(--transition-fast), color var(--transition-fast);border-bottom:1px solid #0000000a;padding:1rem 2rem;font-size:1.15rem;font-weight:700;text-decoration:none;display:block}.mobile-nav-link:hover{color:var(--accent);background:#1b365d0d}.mobile-nav-admission{background:var(--accent);text-align:center;border-bottom:none;border-radius:50px;margin:.75rem 2rem 0;padding:.9rem 2rem;box-shadow:0 4px 14px #d32f2f4d;color:var(--white)!important}.mobile-nav-admission:hover{color:var(--white)!important;background:#b71c1c!important}.btn{font-family:var(--font-heading);cursor:pointer;transition:all var(--transition-fast);text-align:center;border:none;border-radius:50px;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:1.1rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-primary{background-color:var(--accent);color:var(--white);box-shadow:0 4px 14px #d32f2f4d}.btn-primary:hover{background-color:#b71c1c;transform:translateY(-2px);box-shadow:0 6px 20px #d32f2f66}.btn-secondary{background-color:var(--secondary);color:var(--primary);box-shadow:0 4px 14px #fdb8134d}.btn-secondary:hover{background-color:#f8a700;transform:translateY(-2px)}.hero{background-color:var(--bg-color);grid-template-columns:1.1fr .9fr;align-items:center;min-height:100vh;padding-top:120px;display:grid;position:relative;overflow:hidden}.hero-content{z-index:2;padding:4rem clamp(2rem,6vw,6rem)}.hero-content h1{color:var(--primary);margin-bottom:1.5rem}.hero-content h1 span{color:var(--accent)}.hero-content p{color:var(--text-muted);max-width:540px;margin-bottom:2.5rem;font-size:clamp(1.125rem,2vw,1.35rem);font-weight:500}.hero-visual{width:100%;height:calc(100vh - 80px);min-height:500px;padding:2rem 2rem 2rem 0;position:relative}.hero-visual-inner{border-radius:var(--border-radius-lg);width:100%;height:100%;min-height:400px;position:relative;overflow:hidden;box-shadow:0 20px 50px #00000026}.hero-visual img{object-fit:cover;object-position:center;width:100%;height:100%}.hero-visual-inner:after{content:"";pointer-events:none;background:linear-gradient(135deg,#1b365d33 0%,#d32f2f1a 100%);width:100%;height:100%;position:absolute;top:0;left:0}.trust-card{z-index:10;border-left:6px solid var(--secondary);flex-direction:column;gap:1.25rem;padding:1.75rem 2rem;animation:1s ease-out .5s both slideInLeft;display:flex;position:absolute;bottom:2.5rem;left:-3rem}.trust-item{color:var(--primary);align-items:center;gap:1rem;font-size:1.1rem;font-weight:700;display:flex}.trust-icon{color:var(--accent);background:#d32f2f1a;border-radius:50%;padding:6px}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.floating-bg-container{z-index:0;pointer-events:none;width:100vw;height:100vh;position:fixed;top:0;left:0;overflow:hidden}.hero-stars-dots{pointer-events:none;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.hero-element{pointer-events:none;filter:blur(.5px)}.floating-bg-item{pointer-events:none;opacity:.45;filter:drop-shadow(0 4px 6px #00000008);position:absolute}.star-field{z-index:-1;background:var(--bg-color);pointer-events:none;width:100vw;height:100vh;position:fixed;top:0;left:0;overflow:hidden}.star{border-radius:50%;animation:4s ease-in-out infinite twinkle;position:absolute}.star-1{filter:drop-shadow(0 0 4px #fdb813a6);background:#fdb813;width:3.5px;height:3.5px}.star-2{filter:drop-shadow(0 0 5px #5bb2e5b3);background:#5bb2e5;width:4.5px;height:4.5px}.star-3{filter:drop-shadow(0 0 3px #ff6b6b99);background:#ff6b6b;width:2.5px;height:2.5px}.star-4{filter:blur(.5px)drop-shadow(0 0 6px #8da04480);background:#8da044;width:5.5px;height:5.5px}.star-5{filter:drop-shadow(0 0 4px #fdb813a6);background:#fdb813;width:4px;height:4px}@keyframes twinkle{0%{opacity:.07;transform:scale(.8)}to{opacity:.4;transform:scale(1.4)}}.star-sprinkle-overlay{pointer-events:none;z-index:9999;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.sprinkle-star{filter:drop-shadow(0 0 10px);position:absolute}.bg-alt{background-color:var(--bg-alt)!important}.testimonials-pastel-bg{background-color:var(--bg-color)!important}.popup-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172aa6;justify-content:center;align-items:center;width:100%;height:100%;padding:2rem;display:flex;position:fixed;top:0;left:0;z-index:10000!important}.section-header{text-align:center;max-width:800px;margin-bottom:4rem;margin-left:auto;margin-right:auto}.section-header p{color:var(--text-muted);font-size:1.15rem;font-weight:500}.tag{color:var(--primary);text-transform:uppercase;letter-spacing:1px;background:#5bb2e526;border-radius:50px;margin-bottom:1rem;padding:.4rem 1.2rem;font-size:.9rem;font-weight:700;display:inline-block}.methodology-list{flex-direction:column;gap:3rem;max-width:900px;margin-top:3rem;margin-left:auto;margin-right:auto;display:flex}.methodology-row{background:var(--white);border-radius:var(--border-radius-lg);border:1px solid #00000008;align-items:center;gap:3rem;padding:2.5rem;display:flex;box-shadow:0 10px 40px #0000000a}.methodology-row.reverse{flex-direction:row-reverse}.methodology-icon-box{width:120px;height:120px;transition:transform var(--transition);border-radius:30px;flex-shrink:0;justify-content:center;align-items:center;display:flex;transform:rotate(-3deg)}.methodology-row:hover .methodology-icon-box{transform:rotate(0)scale(1.05)}.teach-box{color:var(--accent);background:#d32f2f1a}.train-box{color:#e6a000;background:#fdb81326}.test-box{color:var(--accent-3);background:#5bb2e526}.methodology-content h3{color:var(--primary);margin-bottom:.75rem;font-size:2rem}.methodology-content p{color:var(--text-muted);font-size:1.15rem;line-height:1.7}@media (width<=768px){.methodology-row,.methodology-row.reverse{text-align:center;flex-direction:column;gap:1.5rem}}.polaroid-frame{cursor:pointer;transition:all var(--transition);background:#fff;border:8px solid #fff;border-radius:4px;padding:1.25rem 1.25rem 3rem;position:relative;box-shadow:0 10px 30px #00000014}.polaroid-frame:before{content:"";z-index:2;background:#bae6fd99;width:100px;height:35px;position:absolute;top:-15px;left:50%;transform:translate(-50%)rotate(-2deg);box-shadow:0 2px 5px #0000000d}.polaroid-frame:nth-child(2n):before{background:#fbcfe899;transform:translate(-50%)rotate(3deg)}.polaroid-frame:nth-child(3n):before{background:#fef08a99}.polaroid-frame:hover{box-shadow:0 20px 50px #0000001f;transform:translateY(-10px)rotate(0)!important}.polaroid-image-wrapper{aspect-ratio:4/3;background:#f0f0f0;border-radius:2px;overflow:hidden}.admission-popup{border:8px solid var(--pastel-yellow);background:#fff;border-radius:24px;width:100%;max-width:420px;max-height:88vh;padding:2rem;position:relative;overflow-y:auto;box-shadow:0 30px 60px #0003}.popup-close{background:var(--pastel-pink);cursor:pointer;width:40px;height:40px;color:var(--primary);border:none;border-radius:50%;justify-content:center;align-items:center;transition:transform .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.popup-close:hover{transform:scale(1.1)}.popup-tag{background:var(--pastel-blue);color:var(--primary);text-transform:uppercase;border-radius:50px;margin-bottom:1rem;padding:.4rem 1rem;font-size:.8rem;font-weight:800;display:inline-block}.popup-header h3{color:var(--primary);margin-bottom:.4rem;font-size:1.7rem}.popup-form{flex-direction:column;gap:.75rem;margin-top:1.25rem;display:flex}.popup-form input,.popup-form select{border:2px solid #eee;border-radius:12px;padding:.75rem;font-family:inherit;font-size:.95rem}.popup-success{text-align:center;padding:2rem 0}.success-icon{margin-bottom:1.5rem;animation:2s infinite bounce}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.star-sprinkle-overlay{pointer-events:none;z-index:3000;width:100vw;height:100vh;position:fixed;top:0;left:0}.sprinkle-star{position:absolute}.polaroid-image-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow)}.polaroid-frame:hover .polaroid-image-wrapper img{transform:scale(1.05)}.polaroid-caption{text-align:center;margin-top:1.5rem}.polaroid-caption h4{font-family:"Shadows Into Light", var(--font-heading);color:var(--primary);margin-bottom:.25rem;font-size:1.25rem}.polaroid-caption p{color:var(--text-muted);font-size:.9rem}.form-wrapper{background:var(--white);border-radius:var(--border-radius-lg);border-top:8px solid var(--accent);max-width:700px;margin:0 auto;padding:3.5rem;box-shadow:0 20px 60px #1b365d14}.form-row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.form-group{margin-bottom:1.5rem}.form-label{color:var(--primary);margin-bottom:.5rem;font-size:.95rem;font-weight:700;display:block}.form-input{width:100%;transition:all var(--transition);color:var(--text-dark);background-color:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;padding:1rem 1.25rem;font-family:inherit;font-size:1rem}.form-input:focus{border-color:var(--accent-3);background-color:var(--white);outline:none;box-shadow:0 0 0 4px #5bb2e526}.form-success{color:var(--primary);border-radius:var(--border-radius);text-align:center;border:2px dashed var(--accent-2);background-color:#8da0441a;flex-direction:column;align-items:center;gap:1.5rem;padding:3rem;font-weight:500;display:flex}.form-success h3{color:var(--accent-2)}.social-hub{justify-content:center;gap:1.5rem;margin-top:2rem;display:flex}.social-link{background:var(--white);width:50px;height:50px;color:var(--primary);transition:all var(--transition);border-radius:50%;justify-content:center;align-items:center;display:flex;box-shadow:0 4px 15px #0000000d}.social-link:hover{background:var(--accent);color:var(--white);transform:translateY(-5px);box-shadow:0 8px 25px #d32f2f4d}.footer{background-color:var(--primary);color:var(--white);border-top:6px solid var(--secondary);padding:5rem 0 2rem}.footer-grid{grid-template-columns:1.2fr .8fr;gap:4rem;margin-bottom:4rem;display:grid}.footer-brand{text-align:left;flex-direction:column;align-items:flex-start;display:flex}.footer-logo{background-color:#fff;border-radius:10px;height:70px;margin-bottom:1.5rem;padding:5px}.footer-brand h2{color:var(--white);margin-bottom:1rem;font-size:1.8rem}.footer-info{flex-direction:column;gap:2.5rem;display:flex}.footer-contact{color:#fffffff2;flex-direction:column;align-items:flex-start;gap:1.25rem;font-size:1.05rem;display:flex}.contact-item{align-items:flex-start;gap:1rem;display:flex}.contact-icon{color:var(--accent-3);flex-shrink:0}.footer-bottom{text-align:center;color:#ffffff80;border-top:1px solid #ffffff1a;padding-top:2rem;font-size:.9rem}@media (width<=1024px){.hero{text-align:center;grid-template-columns:1fr;min-height:auto;padding-top:100px}.hero-content{order:1;padding:2rem 1.5rem 1rem}.hero-content p{margin:0 auto 2.5rem}.hero-visual{order:2;height:auto;margin-bottom:2rem;padding:0 1rem}.hero-visual-inner{height:400px}.trust-card{text-align:center;border-left:none;border-top:6px solid var(--secondary);align-items:center;width:90%;margin:0 auto;bottom:-2rem;left:0;right:0}.bento-grid{grid-template-columns:repeat(2,1fr)}.form-row{grid-template-columns:1fr}.footer-grid{text-align:center;grid-template-columns:1fr}.footer-brand,.footer-contact,.contact-item{text-align:center;align-items:center}}@media (width<=768px){.nav-links{display:none}.hamburger-btn{justify-content:center;align-items:center;display:flex}.nav-container{flex-direction:row;justify-content:space-between;align-items:center;gap:0;padding:.5rem 1rem}.school-banner-logo{object-fit:contain;width:calc(100% - 60px);max-width:100%;height:auto}}@media (width<=640px){.bento-grid{grid-template-columns:1fr}.bento-large,.bento-wide{grid-column:span 1}.bento-large{grid-row:span 1}.form-wrapper{padding:2rem}.hero-visual{height:auto;margin-bottom:5rem;padding:0 1rem}.hero-visual-inner{height:350px}.trust-card{width:calc(100% - 2rem);padding:1.25rem 1rem;bottom:-3rem}.trust-item{gap:.5rem;font-size:.95rem}}.image-modal-overlay{-webkit-backdrop-filter:blur(12px);z-index:999999;cursor:zoom-out;background:#fffffffa;justify-content:center;align-items:center;width:100vw;height:100vh;padding:2rem;display:flex;position:fixed;top:0;left:0}.modal-close{color:#0f172a;cursor:pointer;width:50px;height:50px;transition:all var(--transition);z-index:1000005;pointer-events:auto;background:#0f172a14;border:1px solid #0f172a26;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:2rem;right:2rem}.modal-close:hover{color:#fff;background:#0f172a;transform:rotate(90deg)}.modal-image{object-fit:contain;border-radius:var(--border-radius-lg);cursor:default;border:1px solid #0000000f;max-width:80vw;max-height:65vh;box-shadow:0 25px 60px -15px #0000001f}.bento-item.zoomable{cursor:zoom-in}.bento-item.zoomable:after{content:"";-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;width:44px;height:44px;transition:opacity var(--transition);z-index:10;background-color:#ffffff4d;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3Cline x1='11' y1='8' x2='11' y2='14'%3E%3C/line%3E%3Cline x1='8' y1='11' x2='14' y2='11'%3E%3C/line%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;border-radius:50%;position:absolute;top:1.5rem;right:1.5rem;box-shadow:0 4px 10px #0000001a}.bento-item.zoomable:hover:after{opacity:1}.password-gate{background:var(--primary);z-index:10000;justify-content:center;align-items:center;width:100%;height:100vh;padding:2rem;display:flex;position:fixed;top:0;left:0}.gate-card{background:var(--white);border-radius:var(--border-radius-lg);text-align:center;border-top:8px solid var(--accent);width:100%;max-width:450px;padding:3rem;box-shadow:0 25px 50px -12px #00000080}.gate-card h2{color:var(--primary);margin-bottom:1rem;font-size:2rem}.gate-card p{color:var(--text-muted);margin-bottom:2rem;font-weight:500}.gate-card form{flex-direction:column;gap:1.25rem;display:flex}.gate-card input{transition:all var(--transition);text-align:center;letter-spacing:.1rem;border:2px solid #e2e8f0;border-radius:12px;outline:none;padding:1.25rem;font-size:1.1rem}.gate-card input:focus{border-color:var(--accent);box-shadow:0 0 0 4px #d32f2f1a}.gate-card input.error{border-color:var(--accent);animation:.4s ease-in-out shake}.gate-card button{background:var(--primary);color:#fff;cursor:pointer;transition:all var(--transition);border:none;border-radius:12px;padding:1.1rem;font-size:1.1rem;font-weight:700}.gate-card button:hover{background:var(--primary-hover);transform:translateY(-2px)}.error-msg{color:var(--accent);margin-top:1rem;font-size:.9rem;font-weight:600}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-10px)}75%{transform:translate(10px)}}.testimonials-section{background:var(--bg-color);padding:6rem 0}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem;display:grid}.testimonial-card{transition:transform var(--transition);padding:2.5rem;position:relative}.testimonial-card:hover{transform:translateY(-5px)}.quote-icon{color:var(--accent);opacity:.2;margin-bottom:1rem}.testimonial-text{color:var(--text-dark);margin-bottom:2rem;font-size:1.1rem;font-style:italic;line-height:1.7}.testimonial-author strong{font-family:var(--font-heading);color:var(--primary);font-size:1.1rem;display:block}.testimonial-author span{color:var(--text-muted);font-size:.9rem}.stats-section{background-color:var(--white);padding:4rem 0}.stats-grid-new{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;display:grid}.stat-card{text-align:center;transition:transform var(--transition);padding:1.5rem;position:relative}.stat-card:nth-child(2){border-bottom-color:var(--accent)}.stat-card:nth-child(3){border-bottom-color:var(--accent-2)}.stat-card:nth-child(4){border-bottom-color:var(--accent-3)}.stat-card:hover{transform:translateY(-8px)}.stat-number{font-family:var(--font-heading);color:var(--secondary);margin-bottom:.5rem;font-size:3rem;font-weight:800;line-height:1}.stat-card:nth-child(2) .stat-number{color:var(--accent)}.stat-card:nth-child(3) .stat-number{color:var(--accent-2)}.stat-card:nth-child(4) .stat-number{color:var(--accent-3)}.stat-label{color:var(--white);letter-spacing:1px;text-transform:uppercase;font-size:1.1rem;font-weight:600}.floating-contact-buttons{z-index:9999;flex-direction:column;gap:1rem;display:flex;position:fixed;bottom:2rem;right:2rem}.whatsapp-float,.phone-float,.instagram-float{width:65px;height:65px;transition:all var(--transition);color:#fff;border-radius:50%;justify-content:center;align-items:center;display:flex}.whatsapp-float{background:#25d366;box-shadow:0 10px 25px #25d36666}.phone-float{background:var(--accent-3);box-shadow:0 10px 25px #5bb2e566}.instagram-float{background:radial-gradient(circle at 30% 107%,#fdf497 0% 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%);box-shadow:0 10px 25px #d6249f66}.whatsapp-float:hover,.phone-float:hover,.instagram-float:hover{transform:scale(1.1)}.whatsapp-float:hover{box-shadow:0 14px 30px #25d36680}.phone-float:hover{box-shadow:0 14px 30px #5bb2e580}.instagram-float:hover{box-shadow:0 14px 30px #d6249f80}@media (width<=768px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:3rem 1rem}.stat-value{font-size:2rem}.testimonials-section{padding:4rem 0}.floating-contact-buttons{gap:.75rem;bottom:1.5rem;right:1.5rem}.whatsapp-float,.phone-float,.instagram-float{width:55px;height:55px}section{padding:3rem 0}.section-header{margin-bottom:2.5rem}}.star-field{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.star{clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);animation:3s ease-in-out infinite alternate twinkle;position:absolute}.star-1{background:#fdb81366;width:8px;height:8px}.star-2{background:#5bb2e566;width:10px;height:10px}.star-3{background:#d32f2f66;width:6px;height:6px}.star-4{background:#228c2266;width:9px;height:9px}.star-5{background:#fdb81366;width:16px;height:16px}.hero-new{z-index:1;background:#ffffffd1;grid-template-columns:1.05fr .95fr;align-items:center;gap:3rem;min-height:90vh;padding:130px clamp(2rem,4vw,5rem) 5rem clamp(2rem,6vw,7rem);display:grid;position:relative;overflow:hidden}.hero-new-content{z-index:2;position:relative}.hero-badge{color:#fff;background:linear-gradient(90deg,#d32f2f,#ff6b6b);border-radius:50px;margin-bottom:1.5rem;padding:.5rem 1.4rem;font-size:.9rem;font-weight:700;display:inline-block;box-shadow:0 4px 15px #d32f2f4d}.hero-new-h1{color:var(--primary);margin-bottom:1.5rem;font-size:clamp(2.6rem,5.5vw,4.5rem);line-height:1.15}.typed-line{min-height:1.3em;display:inline-block}.typed-word{color:var(--accent)}.typed-cursor{color:var(--secondary);margin-left:2px;animation:.75s step-end infinite blink;display:inline-block}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.hero-new-sub{color:var(--text-muted);max-width:520px;margin-bottom:2rem;font-size:clamp(1rem,2vw,1.18rem);line-height:1.75}.hero-new-ctas{flex-wrap:wrap;gap:1rem;margin-bottom:2rem;display:flex}.btn-hero{padding:.85rem 2rem!important;font-size:1rem!important}.btn-outline-hero{font-family:var(--font-heading);color:var(--primary);border:2.5px solid var(--primary);cursor:pointer;background:0 0;border-radius:50px;align-items:center;gap:.4rem;padding:.85rem 2rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .2s ease-in-out;display:inline-flex}.btn-outline-hero:hover{background:var(--primary);color:#fff;transform:translateY(-2px)}.trust-pills{flex-wrap:wrap;gap:.75rem;display:flex}.trust-pill{color:var(--primary);background:#ffffffe0;border:1.5px solid #1b365d1a;border-radius:50px;align-items:center;gap:.35rem;padding:.35rem 1rem;font-size:.85rem;font-weight:700;display:inline-flex;box-shadow:0 2px 8px #0000000d}.hero-new-visual{z-index:2;position:relative}.hero-img-frame{border-radius:30px;position:relative;box-shadow:0 30px 70px #1b365d2e}.hero-img-frame img{object-fit:cover;border-radius:30px;width:100%;height:520px;display:block}.deco-star{z-index:5;filter:drop-shadow(0 4px 8px #0000001f);font-size:2rem;position:absolute}.s1{top:-24px;right:30px}.s2{font-size:1.7rem;bottom:20px;left:-20px}.s3{font-size:1.8rem;top:40%;right:-24px}.fun-banner{background:linear-gradient(90deg, var(--primary), #23447a, var(--primary));white-space:nowrap;z-index:2;padding:.9rem 0;display:flex;position:relative;overflow:hidden}.fun-banner-item{font-family:var(--font-heading);color:var(--secondary);flex-shrink:0;padding:0 2rem;font-size:1.05rem;animation:28s linear infinite scroll-banner;display:inline-block}@keyframes scroll-banner{0%{transform:translate(100vw)}to{transform:translate(-200%)}}.method-num{font-family:var(--font-heading);color:#1b365d12;margin-bottom:-.5rem;font-size:3.5rem;line-height:1}.stat-emoji{margin-bottom:.75rem;font-size:2rem;display:block}.methodology-list{flex-direction:column;gap:5rem;margin-top:4rem;display:flex}.methodology-clean-row{align-items:center;gap:4rem;display:flex}.methodology-clean-row.reverse{flex-direction:row-reverse}.methodology-icon-simple{width:100px;height:100px;color:var(--primary);background:#f8f6fcc7;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.methodology-content-simple h3{color:var(--primary);margin-bottom:1rem;font-size:2rem}.stats-grid-simple{text-align:center;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;display:grid}.stat-simple-item{flex-direction:column;align-items:center;display:flex}.stat-number-simple{font-family:var(--font-heading);margin:1rem 0 .5rem;font-size:3.5rem;font-weight:800;line-height:1}.stat-label-simple{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;font-size:.9rem;font-weight:700}.testimonials-grid-clean{grid-template-columns:1fr;gap:4rem;max-width:900px;margin:4rem auto 0;display:grid}.testimonial-clean-item{text-align:center;border-bottom:1px solid #f0f0f0;padding-bottom:3rem}.testimonial-clean-item:last-child{border-bottom:none}.testimonial-text-clean{color:var(--text-dark);margin-bottom:1.5rem;font-size:1.4rem;font-style:italic;line-height:1.6}.t-author-clean{color:var(--primary);font-size:1.1rem}@media (width<=768px){.methodology-clean-row{text-align:center;gap:2rem;flex-direction:column!important}.stats-grid-simple{grid-template-columns:repeat(2,1fr);gap:2rem 1rem}.stat-number-simple{font-size:2.2rem}.stat-label-simple{font-size:.75rem}.testimonial-text-clean{font-size:1.15rem}}@media (width<=480px){.stats-grid-simple{grid-template-columns:repeat(2,1fr);gap:1.5rem .5rem}.stat-number-simple{font-size:1.8rem}}.pillars-section{z-index:1;background:#ffffffd1;padding:clamp(60px,8vw,100px) 0;position:relative;overflow:hidden}.pillars-section:before{content:"";background:linear-gradient(90deg,#0000,#1b365d14,#0000);height:1px;position:absolute;top:0;left:0;right:0}.pillars-showcase{grid-template-columns:280px 1fr;gap:3rem;min-height:340px;margin-top:3rem;display:grid}.pillars-tabs{flex-direction:column;gap:.5rem;display:flex}.pillar-tab{cursor:pointer;font-family:var(--font-heading);color:var(--text-muted);text-align:left;background:0 0;border:none;border-radius:14px;align-items:center;gap:1rem;padding:1rem 1.5rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:flex;position:relative;overflow:hidden}.pillar-tab:hover{color:var(--primary);background:#1b365d0a}.pillar-tab.active{color:var(--primary);background:#1b365d0f}.pillar-tab-icon{color:inherit;justify-content:center;align-items:center;transition:color .3s,transform .3s;display:flex}.pillar-tab.active .pillar-tab-icon{color:var(--pillar-color);transform:scale(1.1)}.pillar-tab-word{letter-spacing:.5px;flex:1}.pillar-tab-indicator{border-radius:0 4px 4px 0;width:4px;position:absolute;top:0;bottom:0;left:0}.pillar-detail-panel{justify-content:center;align-items:center;display:flex}@media (width<=850px){.pillars-showcase{grid-template-columns:1fr;gap:2rem}.pillars-tabs{scrollbar-width:none;-ms-overflow-style:none;flex-direction:row;padding-bottom:1rem;overflow-x:auto}.pillars-tabs::-webkit-scrollbar{display:none}.pillar-tab{white-space:nowrap;flex:none;padding:.8rem 1.2rem}.pillar-tab-indicator{border-radius:4px 4px 0 0;width:100%;height:4px;top:auto;bottom:0}}.pillar-detail{background:#f8f6fcc7;border:1px solid #0000000a;border-radius:24px;width:100%;max-width:600px;padding:3rem 3.5rem;position:relative;overflow:hidden}.pillar-detail-accent{border-radius:24px 24px 0 0;height:4px;position:absolute;top:0;left:0;right:0}.pillar-detail-icon-wrap{background:#ffffffe6;border-radius:18px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.5rem;display:flex;box-shadow:0 4px 15px #0000000f}.pillar-detail-title{letter-spacing:-.5px;margin-bottom:1rem;font-size:2.4rem;font-weight:800}.pillar-detail-desc{color:var(--text-dark);opacity:.85;margin-bottom:2rem;font-size:1.15rem;line-height:1.75}.pillar-progress-bar{background:#0000000f;border-radius:3px;width:100%;height:3px;overflow:hidden}.pillar-progress-fill{border-radius:3px;height:100%}@media (width<=768px){.pillars-showcase{grid-template-columns:1fr;gap:2rem}.pillars-tabs{-webkit-overflow-scrolling:touch;flex-direction:row;gap:.25rem;padding-bottom:.5rem;overflow-x:auto}.pillar-tab{flex-shrink:0;gap:.5rem;min-width:fit-content;padding:.75rem 1rem;font-size:.95rem}.pillar-tab-indicator{border-radius:3px 3px 0 0;width:100%;height:3px;inset:auto 0 0}.pillar-detail{padding:2rem 1.5rem}.pillar-detail-title{font-size:1.8rem}}.cta-premium-wrapper{z-index:1;background:#ffffffd1;padding:clamp(60px,8vw,100px) 0;position:relative}.cta-premium-card{background:#d32f2f;border-radius:28px;justify-content:space-between;align-items:center;gap:3rem;padding:3.5rem 4rem;display:flex;position:relative;overflow:hidden}.cta-premium-content h2{color:#fff;text-align:left;margin-bottom:.75rem;font-size:clamp(1.6rem,3vw,2.2rem)}.cta-premium-content p{color:#fffc;max-width:500px;font-size:1.1rem;line-height:1.6}.btn-premium{background:var(--secondary);color:var(--primary);font-family:var(--font-heading);white-space:nowrap;border-radius:50px;flex-shrink:0;align-items:center;gap:.5rem;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 20px #fdb81366}.btn-premium:hover{background:#ffd54f;transform:translateY(-3px);box-shadow:0 8px 30px #fdb81380}.btn-premium-icon{transition:transform .3s}.btn-premium:hover .btn-premium-icon{transform:translate(4px)}.cta-glow{filter:blur(80px);pointer-events:none;opacity:.15;border-radius:50%;position:absolute}.glow-1{background:var(--secondary);width:300px;height:300px;top:-100px;right:-50px}.glow-2{background:var(--accent-3);width:250px;height:250px;bottom:-80px;left:-40px}@media (width<=768px){.cta-premium-card{text-align:center;flex-direction:column;gap:2rem;padding:2.5rem 2rem}.cta-premium-content h2{text-align:center}.cta-premium-content p{max-width:100%}}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2.5rem;margin-top:3rem;display:grid}@media (width<=640px){.gallery-grid{grid-template-columns:1fr;gap:2rem}}@media (width<=1024px){.hero-new{text-align:center;grid-template-columns:1fr;gap:2rem;min-height:auto;padding-top:110px;padding-left:1.5rem;padding-right:1.5rem}.hero-new-content{order:1}.hero-new-visual{order:2}.hero-new-sub{margin-left:auto;margin-right:auto}.hero-new-ctas,.trust-pills{justify-content:center}.hero-img-frame img{height:380px}}@media (width<=640px){.hero-img-frame img{height:280px}.hero-new-h1{font-size:clamp(2rem,8vw,3rem)}}.about-page-wrapper{z-index:1;position:relative}.about-hero-section{text-align:center;z-index:1;background:#ffffffd1;padding-top:160px;padding-bottom:clamp(60px,8vw,100px);position:relative}.about-hero-content{max-width:800px;margin:0 auto}.about-hero-content .tag{margin-bottom:1.25rem;display:inline-block}.about-hero-content h1{color:var(--primary);text-align:center;margin-bottom:1.5rem;font-size:clamp(2.2rem,5vw,3.6rem);line-height:1.15}.about-hero-sub{color:var(--text-muted);max-width:640px;margin:0 auto;font-size:clamp(1.05rem,2vw,1.25rem);font-weight:500;line-height:1.75}.about-story-section{padding:clamp(60px,8vw,100px) 0}.about-story-grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:4rem;display:grid}.about-story-text .tag{margin-bottom:1rem}.about-story-text h2{text-align:left;margin-bottom:1.5rem}.about-story-text p{color:var(--text-muted);margin-bottom:1.25rem;font-size:1.1rem;line-height:1.8}.about-story-text p:last-child{margin-bottom:0}.about-story-image{position:relative}.about-img-rounded{object-fit:cover;border-radius:24px;width:100%;box-shadow:0 20px 50px #1b365d1f}.about-img-badge{color:var(--primary);background:#fff;border-radius:50px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.95rem;font-weight:700;display:flex;position:absolute;bottom:-16px;left:24px;box-shadow:0 4px 20px #0000001a}@media (width<=768px){.about-story-grid{grid-template-columns:1fr;gap:2.5rem}.about-story-text h2,.about-story-text{text-align:center}}.vision-section{background:#ffffffd1;padding:clamp(60px,8vw,100px) 0}.vision-grid{grid-template-columns:1fr 1fr;gap:2.5rem;display:grid}.vision-card{border:1px solid #0000000d;border-radius:20px;padding:2.5rem;position:relative;overflow:hidden}.vision-primary,.vision-secondary{background:#fafafa}.vision-card-icon-box{background:#fff;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.5rem;display:flex;box-shadow:0 4px 12px #0000000f}.vision-card h3{color:var(--primary);margin-bottom:1rem;font-size:1.6rem}.vision-card p{color:var(--text-muted);font-size:1.1rem;line-height:1.75}@media (width<=768px){.vision-grid{grid-template-columns:1fr;gap:2rem}}.editorial-values{background:#f8f6fcc7;padding:clamp(60px,8vw,100px) 0}.ed-list{flex-direction:column;gap:0;display:flex;position:relative}.ed-line{background:linear-gradient(#0000,#1b365d14,#0000);width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.ed-item{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;padding:3rem 0;display:grid;position:relative}.ed-item:nth-child(odd) .ed-content{text-align:right;order:1}.ed-item:nth-child(odd) .ed-graphic{order:2}.ed-item:nth-child(2n) .ed-content{text-align:left;order:2}.ed-item:nth-child(2n) .ed-graphic{order:1}.ed-huge-title{letter-spacing:-1px;margin-bottom:.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1}.ed-sub-title{font-family:var(--font-heading);color:var(--primary);text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;font-size:1.15rem;font-weight:700;display:block}.ed-desc{color:var(--text-muted);max-width:420px;font-size:1.1rem;line-height:1.75}.ed-item:nth-child(odd) .ed-desc{margin-left:auto}.ed-graphic{justify-content:center;align-items:center;display:flex;position:relative}.ed-bg-blob{background:var(--bg-blob-color);opacity:.06;filter:blur(30px);border-radius:50%;width:180px;height:180px;position:absolute}.ed-icon-wrap{z-index:1;opacity:.2;position:relative}@media (width<=768px){.ed-line{display:none}.ed-item{text-align:center;grid-template-columns:1fr;gap:1.5rem;padding:2rem 0}.ed-item:nth-child(odd) .ed-content,.ed-item:nth-child(2n) .ed-content{text-align:center;order:1}.ed-item:nth-child(odd) .ed-graphic,.ed-item:nth-child(2n) .ed-graphic{order:2}.ed-item:nth-child(odd) .ed-desc{margin-left:auto;margin-right:auto}.ed-desc{margin:0 auto}.ed-huge-title{font-size:clamp(2rem,8vw,3rem)}.ed-bg-blob{width:120px;height:120px}}.value-flow-item{transition:all .4s cubic-bezier(.4,0,.2,1)}.value-flow-item.is-centered{text-align:center;padding:3rem 1rem}.value-flow-item.is-centered .value-flow-content{margin:0 auto}.value-flow-item.is-centered .value-flow-accent{width:100px;height:4px;position:absolute;top:0;left:50%;transform:translate(-50%)}.journey-section{background:#ffffffd1;padding:clamp(60px,8vw,100px) 0}.journey-timeline{max-width:800px;margin:3rem auto 0;padding-left:40px;position:relative}.journey-timeline:before{content:"";background:linear-gradient(180deg, var(--secondary), var(--accent-3), var(--accent));border-radius:3px;width:3px;position:absolute;top:0;bottom:0;left:20px}.journey-item{padding:1.5rem 0 2.5rem 2rem;position:relative}.journey-item:last-child{padding-bottom:0}.journey-dot{background:var(--primary);color:#fff;width:40px;height:40px;font-family:var(--font-heading);z-index:2;border-radius:50%;justify-content:center;align-items:center;font-size:1rem;font-weight:800;display:flex;position:absolute;top:1.5rem;left:-30px;box-shadow:0 4px 12px #1b365d33}.journey-content h4{color:var(--primary);margin-bottom:.5rem;font-size:1.4rem}.journey-content p{color:var(--text-muted);font-size:1.05rem;line-height:1.7}@media (width<=768px){.journey-timeline{padding-left:30px}.journey-timeline:before{left:15px}.journey-dot{width:34px;height:34px;font-size:.9rem;left:-25px}.journey-item{padding-left:1.5rem}}.why-choose-section{padding:clamp(60px,8vw,100px) 0}.why-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-top:3rem;display:grid}.why-item{text-align:center;padding:2rem 1.5rem}.why-icon{width:64px;height:64px;color:var(--primary);background:#1b365d0d;border-radius:18px;justify-content:center;align-items:center;margin-bottom:1.25rem;display:inline-flex}.why-item h4{color:var(--primary);margin-bottom:.75rem;font-size:1.2rem}.why-item p{color:var(--text-muted);font-size:1.05rem;line-height:1.7}@media (width<=768px){.why-grid{grid-template-columns:1fr 1fr;gap:1.5rem}}@media (width<=480px){.why-grid{grid-template-columns:1fr}}.admission-process-section{padding:clamp(60px,8vw,100px) 0}.admission-steps{grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem;display:grid}.admission-step{text-align:center;background:#fff;border:1px solid #0000000a;border-radius:20px;padding:2rem 1.25rem;position:relative}.step-number{font-family:var(--font-heading);color:#1b365d0f;font-size:2.5rem;font-weight:800;line-height:1;position:absolute;top:12px;right:16px}.step-icon{color:var(--primary);margin-bottom:1rem}.admission-step h4{color:var(--primary);margin-bottom:.75rem;font-size:1.15rem}.admission-step p{color:var(--text-muted);font-size:1rem;line-height:1.65}.admission-note{text-align:center;border-left:4px solid var(--secondary);background:#1b365d08;border-radius:14px;margin-top:2.5rem;padding:1.5rem 2rem}@media (width<=768px){.admission-steps{grid-template-columns:1fr 1fr;gap:1.5rem}}@media (width<=480px){.admission-steps{grid-template-columns:1fr}}.values-clean-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}.value-clean-item{background:#fff;border:1px solid #0000000a;border-radius:18px;padding:2rem;position:relative;overflow:hidden}.value-accent-line{border-radius:18px 18px 0 0;height:4px;position:absolute;top:0;left:0;right:0}.value-hero-word{letter-spacing:-.5px;margin-bottom:.25rem;font-size:2rem;font-weight:800;line-height:1.1}.value-subtitle{font-family:var(--font-heading);color:var(--primary);text-transform:uppercase;letter-spacing:1px;opacity:.7;margin-bottom:1rem;font-size:.9rem;font-weight:700;display:block}.value-desc{color:var(--text-muted);font-size:1.05rem;line-height:1.7}@media (width<=768px){.values-clean-grid{grid-template-columns:1fr 1fr;gap:1.5rem}}@media (width<=480px){.values-clean-grid{grid-template-columns:1fr}}.journey-cards-grid{grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem;display:grid}.journey-card{background:#fff;border:1px solid #0000000a;border-radius:20px;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden}.journey-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #00000014}.journey-card-number{font-family:var(--font-heading);color:var(--primary);opacity:.8;justify-content:center;align-items:center;padding:1.5rem;font-size:2.5rem;font-weight:800;display:flex}.journey-card-body{padding:0 1.5rem 2rem}.journey-card-body h4{color:var(--primary);margin-bottom:.25rem;font-size:1.3rem}.journey-age{color:var(--accent);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem;font-size:.85rem;font-weight:600;display:inline-block}.journey-card-body p{color:var(--text-muted);font-size:1rem;line-height:1.65}@media (width<=768px){.journey-cards-grid{grid-template-columns:1fr 1fr;gap:1.5rem}}@media (width<=480px){.journey-cards-grid{grid-template-columns:1fr}}.cta-premium-cta{text-align:center;background:linear-gradient(135deg,#ea580c 0%,#f97316 50%,#f59e0b 100%);border-radius:28px;padding:3.5rem 2rem;position:relative;overflow:hidden;box-shadow:0 20px 40px #f9731633}.cta-premium-cta h2{color:#fff;text-shadow:0 2px 4px #00000026;margin-bottom:.75rem;font-size:clamp(1.6rem,3vw,2.2rem)}.cta-premium-cta p{color:#ffffffe6;max-width:550px;margin:0 auto 2rem;font-size:1.15rem;line-height:1.65}.cta-premium-cta .btn-premium{color:#ea580c;font-family:var(--font-heading);background:#fff;border-radius:50px;align-items:center;gap:.5rem;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 20px #0000001a}.cta-premium-cta .btn-premium:hover{background:#f0fdfa;transform:translateY(-3px);box-shadow:0 8px 30px #ffffff40}.pillars-flow{flex-direction:column;gap:0;max-width:700px;margin:0 auto;display:flex}.pillar-flow-item{cursor:pointer;border-bottom:1px solid #0000000f;align-items:flex-start;gap:1.5rem;padding:1.5rem 0;transition:padding .3s;display:flex}.pillar-flow-item:last-child{border-bottom:none}.pillar-flow-item.active{padding:2rem 0}.pillar-flow-accent{border-radius:5px;flex-shrink:0;align-self:stretch;width:5px;min-height:100%}.pillar-flow-word{letter-spacing:-.5px;margin:0;font-size:clamp(1.6rem,5vw,2.8rem);font-weight:800;line-height:1.1;transition:transform .3s}.pillar-flow-item.active .pillar-flow-word{transform:scale(1.03)}.pillar-flow-desc{color:var(--text-muted);margin-top:.5rem;font-size:1.1rem;line-height:1.7;overflow:hidden}.why-flow{flex-direction:column;gap:0;max-width:800px;margin:3rem auto 0;display:flex}.why-flow-item{border-bottom:1px solid #0000000d;align-items:flex-start;gap:1.5rem;padding:2rem 0;display:flex}.why-flow-item:last-child{border-bottom:none}.why-flow-icon{flex-shrink:0;margin-top:2px}.why-flow-text h4{margin-bottom:.4rem;font-size:1.2rem}.why-flow-text p{color:var(--text-muted);font-size:1.05rem;line-height:1.7}.testimonials-flow{flex-direction:column;gap:0;max-width:800px;margin:0 auto;display:flex}.testimonial-flow-item{border-bottom:1px solid #0000000f;padding:2.5rem 0}.testimonial-flow-item:last-child{border-bottom:none}.testimonial-quote{color:var(--text-dark);margin-bottom:1rem;font-size:1.25rem;font-style:italic;line-height:1.75}.testimonial-author{color:var(--text-muted);font-size:1rem}.testimonial-author strong{color:var(--primary)}.testimonial-role{color:var(--text-muted);margin-top:.2rem;font-size:.92rem;display:block}.vision-flow{align-items:flex-start;gap:3rem;max-width:900px;margin:0 auto;display:flex}@media (width<=768px){.vision-flow{flex-direction:column;gap:4rem}}.vision-block{text-align:center;flex:1}.vision-icon-circle{margin-bottom:1rem}.vision-block h3{margin-bottom:1rem;font-size:1.6rem}.vision-block p{color:var(--text-muted);font-size:1.1rem;line-height:1.75}.vision-divider{background:linear-gradient(#0000,#1b365d1f,#0000);flex-shrink:0;align-self:stretch;width:2px}@media (width<=768px){.vision-flow{flex-direction:column;gap:2rem}.vision-divider{background:linear-gradient(90deg,#0000,#1b365d1f,#0000);width:100%;height:1px}}.values-flow-list{flex-direction:column;gap:0;max-width:800px;margin:0 auto;display:flex}.value-flow-item{border-bottom:1px solid #0000000d;align-items:flex-start;gap:1.5rem;padding:2rem 0;display:flex}.value-flow-item:last-child{border-bottom:none}.value-flow-accent{border-radius:5px;flex-shrink:0;align-self:stretch;width:5px}.value-flow-hero{letter-spacing:-.5px;margin-bottom:.2rem;font-size:2rem;font-weight:800;line-height:1.1}.value-flow-title{font-family:var(--font-heading);color:var(--primary);text-transform:uppercase;letter-spacing:1px;opacity:.6;margin-bottom:.75rem;font-size:.85rem;font-weight:700;display:block}.value-flow-content p{color:var(--text-muted);font-size:1.05rem;line-height:1.7}.journey-flow{flex-direction:column;gap:0;max-width:800px;margin:3rem auto 0;display:flex}.journey-flow-item{border-bottom:1px solid #0000000d;align-items:flex-start;gap:1.5rem;padding:2rem 0;display:flex}.journey-flow-item:last-child{border-bottom:none}.journey-flow-number{font-family:var(--font-heading);opacity:.3;flex-shrink:0;font-size:2.5rem;font-weight:800;line-height:1}.journey-flow-body h4{margin-bottom:.15rem;font-size:1.3rem}.journey-flow-age{color:var(--accent);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;font-size:.85rem;font-weight:600;display:inline-block}.journey-flow-body p{color:var(--text-muted);font-size:1.05rem;line-height:1.7}.admissions-page-wrapper{z-index:1;position:relative}.admission-steps-flow{flex-direction:column;gap:0;max-width:700px;margin:3rem auto 0;display:flex}.admission-step-flow{border-bottom:1px solid #0000000d;align-items:flex-start;gap:1.25rem;padding:2rem 0;display:flex;position:relative}.admission-step-flow:last-child{border-bottom:none}.step-flow-number{font-family:var(--font-heading);opacity:.25;flex-shrink:0;font-size:2.2rem;font-weight:800;line-height:1}.step-flow-icon{flex-shrink:0;margin-top:4px}.step-flow-content{flex:1}.admission-step-flow h4{margin-bottom:.4rem;font-size:1.2rem}.admission-step-flow p{color:var(--text-muted);font-size:1.05rem;line-height:1.65}.admission-note{text-align:center;border-left:4px solid var(--secondary);border-radius:0 14px 14px 0;margin-top:2.5rem;padding:1.5rem 2rem}.admission-note p{color:var(--text-muted);font-size:1.05rem;line-height:1.6}.form-success{text-align:center;padding:3rem 2rem}.form-success h3{color:var(--primary);margin-top:1rem}.form-success p{color:var(--text-muted);max-width:450px;margin:.5rem auto;font-size:1.1rem;line-height:1.7}.creative-messages-section{background-color:var(--bg-alt);padding:6rem 0;position:relative;overflow:hidden}.messages-flow{z-index:2;flex-direction:column;gap:4rem;max-width:820px;margin:0 auto;display:flex;position:relative}.message-creative-block{border-left:4px solid;flex-direction:column;align-items:flex-start;gap:0;padding-left:2rem;display:flex;position:relative}.message-creative-block.left{border-color:#d32f2f}.message-creative-block.right{text-align:left;border-color:#5bb2e5}.quote-icon{opacity:.12;pointer-events:none;position:absolute;top:-.5rem;right:-1rem}.message-text{font-size:1.2rem;font-family:var(--font-body);color:var(--primary);margin-bottom:2rem;font-style:normal;font-weight:400;line-height:1.85}.message-text p{color:var(--text-dark);margin-bottom:1.2rem;font-size:1.15rem;line-height:1.85}.message-text p:last-child{margin-bottom:0}.message-author-area{align-items:center;gap:1.5rem;margin-top:2rem;display:flex}.author-line{border-radius:5px;width:50px;height:3px}.message-author-area h4{text-transform:uppercase;letter-spacing:1px;margin:0 0 .2rem;font-size:1.15rem}.message-author-area span{color:var(--text-muted);font-size:.95rem;font-weight:600}@media (width<=768px){.message-creative-block{padding-left:1.25rem}.message-text p{font-size:1.05rem}.quote-icon{display:none}}.modal-nav{color:#0f172a;cursor:pointer;width:60px;height:60px;transition:all var(--transition);z-index:10000;background:#0f172a0f;border:1px solid #0f172a1f;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.modal-nav:hover{color:#fff;background:#0f172a;transform:translateY(-50%)scale(1.1)}.modal-nav-left{left:3rem}.modal-nav-right{right:3rem}.modal-content-wrapper{flex-direction:column;align-items:center;max-width:80vw;max-height:80vh;display:flex}.modal-caption-bar{text-align:center;color:#fff;-webkit-backdrop-filter:blur(8px);background:linear-gradient(135deg,#d32f2f 0%,#b71c1c 100%);border:1.5px solid #ffffff1a;border-top:4px solid #fdb813;border-radius:16px;max-width:600px;margin-top:1.5rem;padding:1.1rem 2.2rem;position:relative;overflow:hidden;box-shadow:0 15px 35px #d32f2f40,0 5px 15px #0000001a}.modal-caption-bar:before{content:"";pointer-events:none;background:radial-gradient(circle at 100% 0,#fdb81326,#0000 60%);width:100%;height:100%;position:absolute;top:0;left:0}.modal-caption-bar h4{color:#fdb813;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.35rem;font-size:1.3rem;font-weight:800}.modal-caption-bar p{color:#fffffff2;margin:0;font-size:.98rem;font-weight:500;line-height:1.55}@media (width<=768px){.modal-nav{width:45px;height:45px}.modal-nav-left{left:1rem}.modal-nav-right{right:1rem}.modal-caption-bar{border-radius:12px;padding:.85rem 1.25rem}.modal-caption-bar h4{font-size:1.05rem}.modal-caption-bar p{font-size:.85rem}}.free-admissions-highlight{-webkit-backdrop-filter:blur(10px);cursor:pointer;background:linear-gradient(135deg,#fff8e6f2 0%,#ffe8cccc 100%);border:1.5px solid #f973164d;border-left:6px solid #f97316;border-radius:20px;align-items:center;gap:1.25rem;max-width:520px;margin-bottom:2rem;padding:1.1rem 1.6rem;transition:all .4s cubic-bezier(.165,.84,.44,1);display:flex;position:relative;overflow:hidden;box-shadow:0 12px 36px #f9731614,inset 0 1px #fffc}.free-admissions-highlight:before{content:"";background:linear-gradient(90deg,#0000,#ffffff73,#0000);width:50%;height:100%;transition:all .75s;position:absolute;top:0;left:-150%;transform:skew(-20deg)}.free-admissions-highlight:hover:before{left:150%}.free-admissions-highlight:hover{background:linear-gradient(135deg,#fff3ccfa 0%,#ffdcb2e6 100%);border-color:#f9731680 #f9731680 #f9731680 #ea580c;transform:translateY(-4px)scale(1.02);box-shadow:0 20px 45px #f973162e,inset 0 1px #ffffffe6}.highlight-icon-wrapper{color:#fff;background:linear-gradient(135deg,#f97316,#ea580c);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .4s;animation:2.5s ease-in-out infinite pulseIcon;display:flex;box-shadow:0 4px 12px #f973164d}.highlight-icon-wrapper svg{width:20px!important;height:20px!important}.free-admissions-highlight:hover .highlight-icon-wrapper{background:linear-gradient(135deg,#ea580c,#fdb813);transform:rotate(360deg)scale(1.12);box-shadow:0 4px 15px #fdb81373}@keyframes pulseIcon{0%,to{box-shadow:0 4px 12px #f9731659}50%{box-shadow:0 6px 18px #f973168c}}.highlight-content{z-index:1;flex-direction:column;gap:.25rem;width:100%;display:flex}.highlight-header-row{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.highlight-title{font-family:var(--font-heading);color:#c2410c;letter-spacing:-.2px;margin:0;font-size:1.25rem;font-weight:800;line-height:1.2;transition:color .3s}.free-admissions-highlight:hover .highlight-title{color:var(--primary)}.premium-free-badge{color:#fff;text-transform:uppercase;letter-spacing:.8px;white-space:nowrap;background:linear-gradient(135deg,#f97316,#d97706);border-radius:50px;align-items:center;padding:.18rem .6rem;font-size:.65rem;font-weight:800;line-height:1;display:inline-flex;box-shadow:0 3px 8px #10b98140}.highlight-description{color:#7c2d12;margin:0;font-size:.94rem;font-weight:600;line-height:1.45}.highlight-description strong{color:var(--primary);font-weight:700}@media (width<=768px){.free-admissions-highlight{gap:.75rem;max-width:100%;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;padding:.75rem 1rem}.highlight-icon-wrapper{width:34px;height:34px}.highlight-icon-wrapper svg{width:15px!important;height:15px!important}.highlight-header-row{flex-direction:row;align-items:center;gap:.5rem}.highlight-title{font-size:1.02rem}.highlight-description{font-size:.82rem;line-height:1.35}}.testimonials-layout-wrapper{grid-template-columns:1.35fr .65fr;align-items:flex-start;gap:3.5rem;display:grid}.feedback-qr-card-wrapper{justify-content:center;width:100%;display:flex}.feedback-qr-card{text-align:center;background:linear-gradient(135deg,#1b365d05 0%,#5bb2e50d 100%);border:2px dashed #1b365d1f;border-radius:24px;flex-direction:column;align-items:center;width:100%;max-width:320px;padding:2rem 1.8rem;transition:all .4s cubic-bezier(.165,.84,.44,1);display:flex;box-shadow:0 12px 35px #1b365d05}.feedback-qr-card:hover{background:linear-gradient(135deg,#1b365d08 0%,#5bb2e514 100%);border-color:#5bb2e580;transform:translateY(-5px);box-shadow:0 20px 45px #5bb2e51f}.feedback-qr-header{margin-bottom:1rem}.feedback-qr-tag{color:var(--accent);text-transform:uppercase;letter-spacing:1px;background:#d32f2f0f;border-radius:50px;margin-bottom:.5rem;padding:.22rem .65rem;font-size:.72rem;font-weight:800;display:inline-block}.feedback-qr-card h3{font-family:var(--font-heading);color:var(--primary);margin:0;font-size:1.3rem;font-weight:800}.feedback-qr-card p{color:var(--text-muted);max-width:250px;margin-bottom:1.25rem;font-size:.88rem;line-height:1.45}.qr-scan-container{background:#fff;border:1px solid #1b365d0d;border-radius:18px;margin-bottom:1rem;padding:.85rem;transition:transform .3s;position:relative;box-shadow:0 8px 25px #1b365d0f}.feedback-qr-card:hover .qr-scan-container{transform:scale(1.04)}.qr-scan-img{object-fit:contain;width:120px;height:120px;display:block}.scan-me-badge{background:linear-gradient(135deg, var(--accent), #e63946);color:#fff;text-transform:uppercase;letter-spacing:.5px;border-radius:50px;align-items:center;gap:.35rem;padding:.35rem .85rem;font-size:.78rem;font-weight:800;animation:2s ease-in-out infinite pulseScanBadge;display:inline-flex;box-shadow:0 4px 10px #d32f2f40}@keyframes pulseScanBadge{0%,to{transform:scale(1);box-shadow:0 4px 10px #d32f2f40}50%{transform:scale(1.06);box-shadow:0 6px 15px #d32f2f66}}@media (width<=991px){.testimonials-layout-wrapper{grid-template-columns:1fr;gap:3rem}.feedback-qr-card{max-width:380px;padding:2.2rem 2rem}.qr-scan-img{width:130px;height:130px}}
