@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";.navbar{z-index:1000;background-color:#fff;border:1px solid #26479014;border-radius:20px;width:90%;padding:.6rem 2.5rem;transition:all .3s;position:fixed;top:16px;left:5%;box-shadow:0 8px 30px #2647901a}.navbar.scrolled{padding:.45rem 2.5rem;box-shadow:0 10px 35px #26479026}.navbar-container{justify-content:space-between;align-items:center;width:100%;display:flex}.navbar-logo{z-index:1001;align-items:center;display:flex}.logo-image{object-fit:contain;width:auto;height:34px;max-height:38px;transition:transform .2s,filter .2s}.navbar-logo:hover .logo-image{transform:translateY(-1px)scale(1.03)}.navbar-links{align-items:center;gap:1.5rem;display:flex}.navbar-links a:not(.btn){color:#264790;padding:.5rem;font-size:1rem;font-weight:700;transition:color .2s;position:relative}.navbar-links a:not(.btn):after{content:"";background:#44a6d9;border-radius:3px;width:0;height:3px;transition:width .3s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.navbar-links a:not(.btn):hover:after,.navbar-links a.active:after{width:80%}.navbar-links a:not(.btn):hover,.navbar-links a.active{color:#44a6d9}.navbar-cta .btn-navbar-cta{color:#fff;background:linear-gradient(135deg,#264790 0%,#44a6d9 100%);border:none;border-radius:50px;padding:.7rem 2rem;font-size:1rem;font-weight:800;transition:all .3s;box-shadow:0 4px 15px #26479040}.navbar-cta .btn-navbar-cta:hover{background:linear-gradient(135deg,#1f3b78 0%,#3994c4 100%);transform:translateY(-2px);box-shadow:0 6px 20px #44a6d966}.mobile-cta{display:none}.mobile-menu-btn{color:#264790;cursor:pointer;z-index:1001;background:0 0;border:none;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .2s;display:none}.mobile-menu-btn:active{transform:scale(.9)}.mobile-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;opacity:0;visibility:hidden;background:#26479066;width:100%;height:100vh;transition:all .3s;position:fixed;top:0;left:0}@media (width<=1024px){.navbar-links{gap:1rem}}@media (width<=768px){.logo-image{height:26px;max-height:30px}.navbar-cta{display:none}.mobile-menu-btn{display:flex}.mobile-overlay.mobile-overlay-open{opacity:1;visibility:visible}.navbar-links{z-index:1000;opacity:0;visibility:hidden;background:#fff;border-radius:15px;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:0;width:220px;height:auto;padding:1rem 1.5rem;transition:all .3s;position:absolute;top:calc(100% + 10px);right:0;transform:translateY(-10px);box-shadow:0 10px 25px #26479026}.navbar-links.mobile-open{opacity:1;visibility:visible;transform:translateY(0)}.navbar-links a:not(.btn){color:#264790;border-bottom:1px solid #f1f5f9;width:100%;padding:.75rem 0;font-size:1.05rem;font-weight:700;transition:color .2s;display:block}.navbar-links a:not(.btn):after{display:none}.navbar-links a:not(.btn):hover,.navbar-links a.active{color:#44a6d9}.mobile-cta{margin-top:2rem;display:block}}.footer{background-color:#fff;border-top:1px solid #e2e8f0;margin-top:0;padding-top:0;position:relative}.footer-main{color:#0a0e1a;padding:4rem 0 3rem}.footer-grid{grid-template-columns:2fr 1fr 1.5fr;align-items:flex-start;gap:3rem;display:grid}.footer-logo{margin-bottom:1.5rem;transition:transform .2s;display:inline-block}.footer-logo:hover{transform:translateY(-2px)}.footer-logo img{object-fit:contain;width:auto;height:40px;max-height:45px;display:block}.footer-desc{color:#475569;max-width:90%;margin-bottom:2rem;font-size:.95rem;line-height:1.6}.social-links{gap:.75rem;display:flex}.social-links a{color:#264790;background-color:#fff;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex;box-shadow:0 2px 5px #0000000a}.social-links a:hover{color:#fff;background-color:#264790;border-color:#264790;transform:translateY(-2px);box-shadow:0 4px 12px #26479033}.footer-title{color:#264790;margin-bottom:1.5rem;font-size:1.15rem;font-weight:800}.footer-links{flex-direction:column;gap:1.25rem;display:flex}.footer-links a{color:#334155;font-size:.95rem;font-weight:500;transition:color .3s,transform .2s;display:inline-block}.footer-links a:hover{color:#44a6d9;transform:translate(4px)}.footer-contact-info{flex-direction:column;gap:1.25rem;display:flex}.footer-contact-info li{color:#334155;align-items:flex-start;gap:1rem;font-size:.95rem;font-weight:500;line-height:1.5;display:flex}.contact-icon{color:#44a6d9;flex-shrink:0;margin-top:.15rem}.footer-contact-link{color:inherit;align-items:flex-start;gap:1rem;text-decoration:none;transition:color .3s;display:flex}.footer-contact-link:hover{color:#44a6d9}.footer-bottom{background-color:#fff;border-top:1px solid #f1f5f9;padding:1.5rem 0}.footer-bottom-inner{justify-content:space-between;align-items:center;display:flex}.footer-bottom p{color:#64748b;margin:0;font-size:.85rem;font-weight:500}.footer-legal-links{gap:1.5rem;display:flex}.footer-legal-links a{color:#64748b;font-size:.85rem;transition:color .3s}.footer-legal-links a:hover{color:#264790}@media (width<=1024px){.footer-grid{grid-template-columns:repeat(2,1fr);gap:3rem}}@media (width<=768px){.footer-bottom-inner{text-align:center;flex-direction:column;gap:1rem}}@media (width<=640px){.footer-grid{text-align:center;grid-template-columns:1fr;gap:2.5rem}.footer-logo{margin:0 auto 1.5rem}.footer-desc{margin:0 auto 2rem}.social-links,.footer-contact-info li{justify-content:center}.footer-contact-link{justify-content:center;align-items:center}.contact-icon{margin-top:0}}.about-eduneo-section{color:#111827;background-color:#f3f4f6;padding:6rem 0;position:relative;overflow:hidden}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;min-height:85vh;display:grid}.icon-path-container{width:100%;max-width:500px;margin:0 auto;position:relative}.winding-path-svg{z-index:1;width:100%;height:80%;position:absolute;top:5%;left:0}.icons-grid-4x4{z-index:2;grid-template-columns:repeat(4,1fr);gap:2rem 1rem;display:grid;position:relative}.icons-grid-4x4 .path-icon-item:nth-child(5){order:8}.icons-grid-4x4 .path-icon-item:nth-child(6){order:7}.icons-grid-4x4 .path-icon-item:nth-child(7){order:6}.icons-grid-4x4 .path-icon-item:nth-child(8){order:5}.icons-grid-4x4 .path-icon-item:nth-child(13){order:16}.icons-grid-4x4 .path-icon-item:nth-child(14){order:15}.icons-grid-4x4 .path-icon-item:nth-child(15){order:14}.icons-grid-4x4 .path-icon-item:nth-child(16){order:13}.path-icon-item{text-align:center;flex-direction:column;order:0;align-items:center;display:flex}.path-icon-circle{color:#0a0e1a;background:#fff;border:2px solid #0a0e1a;border-radius:50%;justify-content:center;align-items:center;width:65px;height:65px;margin-bottom:.75rem;transition:transform .3s,background .3s,color .3s;display:flex;box-shadow:0 4px 10px #0a0e1a1a}.path-icon-item:hover .path-icon-circle{color:#fff;background:#0a0e1a;transform:scale(1.1)}.path-icon-label{text-transform:uppercase;color:#0a0e1a;font-size:.65rem;font-weight:700;line-height:1.2}.about-content{max-width:600px}.about-heading{color:#0a0e1a;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1.1}.about-subheading{color:#0a0e1a;margin-bottom:2rem;font-size:1.4rem;font-weight:600;line-height:1.4}.about-text{color:#475569;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.7}.book-trial-btn{color:#fff;text-transform:uppercase;cursor:pointer;background:linear-gradient(135deg,#264790 0%,#44a6d9 100%);border:none;border-radius:50px;margin-top:1rem;padding:1rem 2.2rem;font-weight:800;transition:all .3s;display:inline-block;box-shadow:0 6px 20px #26479040}.book-trial-btn:hover{background:linear-gradient(135deg,#1b3369 0%,#308ec4 100%);transform:translateY(-2px);box-shadow:0 8px 25px #44a6d966}.mobile-only-grid{display:none}.desktop-only-grid{display:grid}@media (width<=968px){.about-grid{grid-template-columns:1fr;gap:3rem}.desktop-only-path,.desktop-only-grid,.winding-path-svg{display:none!important}.mobile-only-grid{grid-template-columns:repeat(2,1fr);gap:1.75rem 1rem;display:grid!important}.mobile-icon-item{order:0!important}.mobile-icon-item .path-icon-label{text-transform:none;max-width:145px;font-size:.72rem;font-weight:700;line-height:1.35}.about-heading{font-size:2.5rem}.decor-dice{display:none}}@media (width<=576px){.about-heading{font-size:2rem}.path-icon-circle{width:55px;height:55px}}.decor-dice{opacity:.8;z-index:0;pointer-events:none;width:150px;animation:8s ease-in-out infinite alternate float;position:absolute}.dice-left{top:10%;left:-50px;transform:rotate(-15deg)}.dice-right{animation-delay:2s;bottom:20%;right:-50px;transform:rotate(20deg)}.why-eduneo-section{background-color:#f8fafc;padding:5rem 1.5rem;position:relative}.why-eduneo-header{text-align:center;max-width:850px;margin-bottom:3.5rem;margin-left:auto;margin-right:auto}.why-eyebrow{letter-spacing:1.5px;text-transform:uppercase;color:#44a6d9;margin-bottom:.75rem;font-size:.88rem;font-weight:800;display:block}.why-title{color:#0a0e1a;letter-spacing:-.5px;margin-bottom:1rem;font-size:2.35rem;font-weight:800;line-height:1.2}.why-subtitle{color:#475569;max-width:700px;margin:0 auto;font-size:1.1rem;line-height:1.6}.why-eduneo-grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1150px;margin:0 auto;display:grid}.why-card{background:#fff;border:1px solid #e2e8f0cc;border-radius:20px;flex-direction:column;align-items:flex-start;padding:2.2rem 2rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 4px 20px #00000008}.why-card:hover{border-color:#dbeafe;transform:translateY(-5px);box-shadow:0 12px 30px #26479014}.why-icon-badge{color:#10b981;background-color:#f0fdf4;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;margin-bottom:1.25rem;display:flex}.why-card-title{color:#0a0e1a;margin-bottom:.6rem;font-size:1.2rem;font-weight:800;line-height:1.3}.why-card-desc{color:#475569;margin:0;font-size:.95rem;line-height:1.6}@media (width<=992px){.why-eduneo-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (width<=640px){.why-eduneo-section{padding:3.5rem 1rem}.why-title{font-size:1.8rem}.why-eduneo-grid{grid-template-columns:1fr;gap:1.25rem}.why-card{padding:1.75rem 1.5rem}}.classes-provided-section{background-color:#fff;padding:6rem 2rem;position:relative;overflow:hidden}.cp-header{margin-bottom:4rem}.cp-header h2{color:#0a0e1a;letter-spacing:-.5px;margin-bottom:.75rem;font-size:3rem;font-weight:900}.cp-header .text-highlight{color:#0a0e1a}.cp-subtitle{color:#64748b;max-width:550px;margin:0 auto;font-size:1.15rem}.cp-content-layout{max-width:1100px;margin:0 auto}.classes-grid{grid-template-columns:repeat(5,1fr);gap:1.25rem;margin-bottom:3rem;display:grid}.class-pill{color:#fff;text-align:center;text-transform:uppercase;letter-spacing:1px;cursor:pointer;background:#264790;border:2.5px solid #0000;border-radius:14px;padding:1.1rem 1rem;font-size:1.1rem;font-weight:800;transition:all .35s cubic-bezier(.25,.46,.45,.94);position:relative;overflow:hidden;box-shadow:0 6px 18px #26479026}.class-pill:after{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff1a 0%,#0000 60%);position:absolute;inset:0}.class-pill:hover{background:#1b3369;border-color:#44a6d9;transform:translateY(-6px)scale(1.04);box-shadow:0 14px 28px #44a6d94d}.plus-pill{background:linear-gradient(135deg,#264790 0%,#44a6d9 100%);border-color:#44a6d9}.plus-pill:hover{background:linear-gradient(135deg,#1f3b78 0%,#308ec4 100%);border-color:#7bd6ff}.cp-quote-card{color:#fff;text-align:center;background:linear-gradient(135deg,#264790 0%,#1a3369 100%);border-radius:24px;max-width:650px;margin:0 auto;padding:3rem 3.5rem;position:relative;box-shadow:0 15px 40px #26479040}.quote-icon-bg{color:#ffffff1a;position:absolute;top:1.25rem;left:1.75rem}.cp-quote{z-index:2;font-size:1.35rem;font-style:italic;font-weight:500;line-height:1.6;position:relative}.quote-author{color:#44a6d9;letter-spacing:1px;text-transform:uppercase;margin-top:1.25rem;font-size:.9rem;font-weight:700}.cp-decor{z-index:1;pointer-events:none;position:absolute}.cp-yellow-pill{opacity:.7;background-color:#44a6d9;border-radius:20px;width:70px;height:35px;animation:6s ease-in-out infinite alternate slideFloat;top:8%;left:-15px}.cp-orange-hourglass{clip-path:polygon(0% 0%,100% 0%,50% 50%,100% 100%,0% 100%,50% 50%);background-color:#44a6d9;width:55px;height:55px;animation:14s linear infinite spinSlow;top:4%;right:4%}.cp-blue-quarter{background-color:#264790;border-bottom-left-radius:70px;width:70px;height:70px;animation:8s ease-in-out infinite alternate pulseRotate;bottom:12%;left:3%}.cp-orange-drop{background-color:#44a6d9;border-radius:50% 0 50% 50%;width:22px;height:22px;animation:4s ease-in-out infinite alternate floatUp;bottom:8%;left:42%;transform:rotate(-45deg)}.cp-yellow-hourglass-large{clip-path:polygon(0% 0%,100% 0%,50% 50%,100% 100%,0% 100%,50% 50%);opacity:.15;background-color:#264790;width:180px;height:180px;animation:10s ease-in-out infinite alternate gentleRock;bottom:2%;right:-4%;transform:rotate(90deg)}@keyframes slideFloat{0%{transform:translate(0)translateY(0)}to{transform:translate(15px)translateY(8px)}}@keyframes spinSlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulseRotate{0%{transform:scale(1)rotate(0)}to{transform:scale(1.08)rotate(12deg)}}@keyframes floatUp{0%{transform:translateY(0)rotate(-45deg)}to{transform:translateY(-15px)rotate(-45deg)}}@keyframes gentleRock{0%{transform:rotate(87deg)scale(.96)}to{transform:rotate(93deg)scale(1.04)}}@media (width<=968px){.classes-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=640px){.classes-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.class-pill{padding:.85rem .75rem;font-size:.95rem}.cp-header h2{font-size:2.25rem}.cp-quote-card{padding:2rem 1.5rem}.cp-decor{opacity:.35}}.learning-support-section{background:linear-gradient(#f4f8fc 0%,#edf4fa 100%);border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;padding:6rem 1.5rem;position:relative}.support-header{text-align:center;margin-bottom:3.5rem}.support-title{color:#0a0e1a;letter-spacing:-.5px;max-width:1000px;margin:0 auto;font-size:2.5rem;font-weight:800;line-height:1.2}.support-title-highlight{background:linear-gradient(135deg,#264790 0%,#44a6d9 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.support-content{flex-direction:column;gap:2.5rem;max-width:1200px;margin:0 auto;display:flex}.support-group{flex-direction:column;align-items:flex-start;display:flex}.group-title{color:#0a0e1a;letter-spacing:-.3px;align-items:center;gap:.6rem;margin-bottom:1.1rem;font-size:1.35rem;font-weight:800;display:inline-flex}.group-title:before{content:"";background:linear-gradient(#264790 0%,#44a6d9 100%);border-radius:3px;width:5px;height:1.15em;display:inline-block}.group-subtitle{color:#475569;margin-top:-.2rem;margin-bottom:.6rem;font-size:.98rem;font-weight:600}.pills-wrapper{flex-wrap:wrap;gap:.75rem .9rem;width:100%;display:flex}.subject-pill{color:#0a0e1a;cursor:pointer;white-space:nowrap;background:#fff;border:1.5px solid #dbeafe;border-radius:9999px;padding:.6rem 1.45rem;font-size:.96rem;font-weight:600;transition:all .25s;box-shadow:0 2px 6px #2647900a}.subject-pill:hover{color:#264790;border-color:#264790;transform:translateY(-2px);box-shadow:0 4px 14px #2647901f}.support-footer-tagline{text-align:center;color:#264790;letter-spacing:.2px;margin-top:2rem;font-size:1.05rem;font-weight:800}@media (width<=768px){.learning-support-section{padding:3.5rem 1rem}.support-title{font-size:1.75rem}.group-title{font-size:1.2rem}.pills-wrapper{gap:.6rem}.subject-pill{padding:.45rem 1.1rem;font-size:.88rem}}.let-learning-section{justify-content:center;padding:4rem 0;display:flex;position:relative}.let-learning-card{background:linear-gradient(135deg,#2c4159 0%,#1e2c3d 100%);border-radius:2rem;justify-content:space-between;align-items:center;min-height:380px;padding:0 4rem;display:flex;position:relative;overflow:visible;box-shadow:0 20px 40px #1a234133}.ll-content{color:#fff;z-index:2;flex:1;max-width:60%;padding:3rem 0}.ll-content h2{color:#fff;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem;font-size:2.8rem;font-weight:800;line-height:1.1}.ll-content p{color:#ffffffd9;margin-bottom:2.5rem;font-size:1.25rem;font-weight:500}.btn-yellow{color:#1a2341;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background-color:#fbbc05;border:none;border-radius:3rem;padding:1.2rem 2.5rem;font-size:1.1rem;font-weight:800;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:inline-block;box-shadow:0 8px 15px #fbbc054d}.btn-yellow:hover{background-color:#f2a900;transform:translateY(-4px)scale(1.02);box-shadow:0 12px 20px #fbbc0566}.ll-image-container{z-index:1;justify-content:center;align-items:flex-end;width:40%;height:125%;display:flex;position:absolute;bottom:0;right:2rem}.ll-image{object-fit:contain;object-position:bottom;z-index:1;filter:drop-shadow(0 10px 20px #00000026);height:100%;max-height:480px;position:relative}@media (width<=992px){.let-learning-card{text-align:center;flex-direction:column;margin-top:5rem;padding:3rem 2rem 0;overflow:hidden}.ll-content{max-width:100%;padding:0 0 2rem}.ll-content h2{font-size:2.2rem}.ll-break{display:none}.ll-image-container{width:100%;height:auto;margin-bottom:-10px;position:relative;right:0}.ll-image{object-position:bottom;max-height:320px}}@media (width<=768px){.let-learning-card{border-radius:1.5rem;padding:2.5rem 1.5rem 0}.ll-content h2{margin-bottom:.75rem;font-size:1.8rem}.ll-content p{margin-bottom:2rem;font-size:1rem}.btn-yellow{width:100%;padding:1rem 1.5rem;font-size:.95rem}.ll-image{max-height:280px}}.curriculums-section{background-color:#fff;padding:5.5rem 1.5rem;position:relative}.curriculums-header{text-align:center;max-width:850px;margin-bottom:3.5rem;margin-left:auto;margin-right:auto}.curriculums-eyebrow{letter-spacing:1.5px;text-transform:uppercase;color:#44a6d9;margin-bottom:.75rem;font-size:.88rem;font-weight:800;display:block}.curriculums-title{color:#0a0e1a;letter-spacing:-.5px;margin-bottom:1rem;font-size:2.5rem;font-weight:800;line-height:1.2}.curriculums-subtitle{color:#475569;max-width:750px;margin:0 auto;font-size:1.1rem;line-height:1.6}.curriculums-grid{grid-template-columns:repeat(5,1fr);gap:1.25rem;max-width:1200px;margin:0 auto;display:grid}.curriculum-card{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;align-items:center;padding:2.2rem 1.25rem;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;box-shadow:0 2px 10px #00000005}.curriculum-card:hover{border-color:#cbd5e1;transform:translateY(-5px);box-shadow:0 12px 30px #26479014}.curriculum-badge{letter-spacing:.5px;border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.25rem;padding:.4rem .9rem;font-size:.9rem;font-weight:800;display:flex}.curriculum-card-title{color:#0a0e1a;margin-bottom:.6rem;font-size:1.25rem;font-weight:800;line-height:1.3}.curriculum-card-desc{color:#475569;margin:0;font-size:.92rem;line-height:1.55}.curriculums-footer-tagline{text-align:center;color:#264790;letter-spacing:.2px;margin-top:3.5rem;font-size:1.05rem;font-weight:800}@media (width<=1100px){.curriculums-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (width<=768px){.curriculums-section{padding:3.5rem 1rem}.curriculums-title{font-size:1.85rem}.curriculums-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.curriculum-card{padding:1.75rem 1.25rem}}@media (width<=520px){.curriculums-grid{grid-template-columns:1fr}}.testimonials-section{background-color:#d8dadd;padding:6rem 0}.ts-header{justify-content:center;align-items:center;gap:2rem;max-width:1000px;margin-bottom:3rem;margin-left:auto;margin-right:auto;display:flex}.ts-title-col{text-align:right;flex:1;padding-right:2rem}.ts-title-col h2{color:#1a1640;margin:0;font-size:1.6rem;font-weight:800}.ts-desc-col{border-left:1px solid #0000;flex:2}.ts-desc-col p{color:#4a5568;max-width:600px;margin:0;font-size:1rem;line-height:1.5}.ts-marquee-container{width:100%;padding:1rem 0 2rem;overflow:hidden}.ts-marquee-track{width:fit-content;animation:40s linear infinite scroll-left;display:flex}.ts-marquee-track:hover{animation-play-state:paused}.ts-marquee-content{gap:1.5rem;padding-right:1.5rem;display:flex}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}.ts-card{background:#fff;border:1px solid #0000000a;border-radius:1.25rem;flex-direction:column;flex-shrink:0;justify-content:space-between;gap:1.25rem;width:350px;padding:1.75rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 10px 30px #0000000a}.ts-card:hover{transform:translateY(-4px);box-shadow:0 15px 35px #00000014}.ts-card-top{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:.75rem;padding-bottom:.75rem;display:flex}.ts-stars{letter-spacing:2px;font-size:.85rem}.ts-quote{color:#334155;margin:0;font-size:.95rem;line-height:1.65}.ts-info-top,.ts-info-bottom{flex-direction:column;display:flex}.ts-name{color:#111;text-transform:uppercase;margin:0 0 .2rem;font-size:1.1rem;font-weight:800}.ts-demographics{color:#4a5568;text-transform:uppercase;font-size:.9rem;line-height:1.3}.ts-title{color:#111;text-transform:uppercase;letter-spacing:.5px;margin:0 0 .2rem;font-size:1.3rem;font-weight:400}.ts-subtitle{color:#4a5568;text-transform:uppercase;font-size:.85rem}@media (width<=992px){.ts-header{text-align:center;flex-direction:column}.ts-title-col{text-align:center;padding-right:0}.ts-card{flex:0 0 calc(50% - .75rem)}}@media (width<=768px){.ts-marquee-container{max-width:100vw;margin-left:-1rem;margin-right:-1rem;padding:1rem 1.5rem 2rem}.ts-card{text-align:center;flex-direction:column;width:85vw;max-width:340px;padding:2rem 1.25rem}.ts-info,.ts-info-top{align-items:center}.ts-avatar-wrapper{width:75px;height:75px}}.scholarship-carousel-container{border-radius:1rem;width:100%;max-width:1200px;margin:3rem auto;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000001a}.scholarship-carousel-track{width:100%;transition:transform .6s ease-in-out;display:flex}.scholarship-slide{flex:1;min-width:100%}.scholarship-img{object-fit:cover;width:100%;height:auto;display:block}.scholarship-dots{z-index:10;gap:.5rem;display:flex;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.scholarship-dot{cursor:pointer;background-color:#ffffff80;border:2px solid #0000;border-radius:50%;width:12px;height:12px;padding:0;transition:all .3s}.scholarship-dot:hover{background-color:#fffc}.scholarship-dot.active{background-color:#fff;border-color:#0000001a;transform:scale(1.2)}.text-center{text-align:center}.hero-redesign{width:100%;min-height:45vh;display:flex}.hero-left{color:#0a0e1a;background-color:#fff;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:8rem 3rem 2rem;display:flex;position:relative}.hero-left-content{z-index:2;max-width:600px;position:relative}@keyframes slideUpFade{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-slide-up{opacity:0;animation:.8s cubic-bezier(.16,1,.3,1) forwards slideUpFade}.decor-circle{z-index:1;background:#44a6d914;border-radius:50%;animation:6s ease-in-out infinite float;position:absolute}.decor-1{width:100px;height:100px;animation-delay:0s;top:15%;left:10%}.decor-2{opacity:.3;background:#44a6d9;width:40px;height:40px;animation-delay:1s;bottom:20%;right:10%}.decor-star{color:#44a6d9;z-index:1;font-size:2rem;animation:5s ease-in-out infinite alternate float;position:absolute;top:40%;left:5%}.hero-left h1{color:#0a0e1a;margin-bottom:2rem;font-size:clamp(2.5rem,4vw,4rem);font-weight:800;line-height:1.15}.hero-left p{color:#334155;max-width:500px;font-size:1.15rem;line-height:1.6}.flask-icon{margin-top:3rem;animation:4s ease-in-out infinite float}.hero-start-exam-btn{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#44a6d9 0%,#264790 100%);border:none;border-radius:50px;align-items:center;gap:.5rem;margin-top:2rem;padding:.85rem 2rem;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .3s ease-in-out;display:inline-flex;box-shadow:0 4px 15px #44a6d966}.hero-start-exam-btn:hover{background:linear-gradient(135deg,#264790 0%,#1e3770 100%);transform:translateY(-3px);box-shadow:0 8px 25px #44a6d999}.hero-start-exam-btn:active{transform:scale(.96)}.hero-right{background-color:#fff;flex:1;justify-content:center;align-items:flex-end;display:flex;position:relative;overflow:hidden}.geometric-bg{z-index:1;background-color:#fff;width:100%;height:100%;position:absolute;top:0;left:0}.shape{position:absolute}.yellow-triangle-top{clip-path:polygon(0 0,100% 0,0 100%);opacity:.85;background-color:#44a6d9;width:35%;height:25%;top:0;left:0}.blue-rect-top{background-color:#264790;width:65%;height:25%;top:0;right:0}.orange-rect-mid{background-color:#44a6d9;width:70%;height:35%;top:25%;left:0}.orange-chevron{clip-path:polygon(100% 0,100% 100%,0 100%,30% 50%,0 0);background-color:#388ec4;width:30%;height:35%;top:25%;right:0}.darkblue-chevron{clip-path:polygon(100% 0,100% 100%,0 100%,30% 50%,0 0);background-color:#1b3369;width:30%;height:25%;top:60%;right:0}.yellow-rect-bottom{background-color:#264790;width:100%;height:40%;bottom:0;left:0}.hero-student-img{z-index:2;object-fit:contain;height:90%;max-height:500px;margin-bottom:-10px;position:relative}@media (width<=768px){.hero-redesign{flex-direction:column;min-height:auto;position:relative}.hero-left{flex:1;justify-content:flex-start;align-items:flex-start;min-height:auto;padding:3rem 2rem}.hero-left-content{width:100%;max-width:100%}.hero-start-exam-btn{z-index:15;white-space:nowrap;align-self:center;width:auto;max-width:220px;margin:1rem auto 0;padding:.5rem .9rem;font-size:.88rem;position:relative}.hero-right{flex:1;min-height:400px;position:relative}.decor-circle,.decor-star,.hero-floating-icon{display:none}}.whatsapp-float{z-index:1000;background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .3s;display:flex;position:absolute;bottom:30px;right:30px;box-shadow:0 4px 10px #0003}.whatsapp-float:hover{transform:scale(1.1)}.icon-row-section{background:linear-gradient(#fff,#f8f9fc);border-bottom:1px solid #eaeaea;padding:5rem 0;position:relative;overflow:hidden}.icon-row-section:before{content:"";background:radial-gradient(circle,#00b4d80d 0%,#0000 70%);border-radius:50%;width:200px;height:200px;position:absolute;top:-50px;left:-50px}.icon-row{z-index:2;flex-wrap:wrap;justify-content:space-around;align-items:flex-start;gap:2rem;max-width:1200px;margin:0 auto;display:flex;position:relative}.icon-item{text-align:center;cursor:pointer;flex-direction:column;align-items:center;width:150px;transition:transform .3s;display:flex}.icon-wrapper-outline{background:#fff;border-radius:25px;justify-content:center;align-items:center;width:90px;height:90px;margin-bottom:1.5rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;box-shadow:0 10px 30px #0000000a}.icon-wrapper-outline:after{content:"";opacity:0;border:2px dashed;border-radius:28px;transition:all .4s;position:absolute;inset:-4px;transform:scale(.8)}.icon-item:hover{transform:translateY(-10px)}.icon-item:hover .icon-wrapper-outline{box-shadow:0 15px 35px #00000014}.icon-item:hover .icon-wrapper-outline:after{opacity:.3;animation:10s linear infinite rotateDashed;transform:scale(1)}@keyframes rotateDashed{to{transform:scale(1)rotate(360deg)}}.icon-item h3{color:#2b2b2b;letter-spacing:1px;text-transform:uppercase;font-size:.9rem;font-weight:800;line-height:1.4}.color-cyan{color:#00b4d8}.color-pink{color:#f72585}.color-orange{color:#f8961e}.color-blue{color:#4361ee}.color-red{color:#e63946}.color-yellow{color:#ffb703}.hs-section{color:#fff;background:#1a2341}.academic-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:2rem;transition:all .3s}.academic-card:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-5px)}.hero-shape-bg{background:var(--gradient-primary);filter:blur(80px);opacity:.15;z-index:-1;border-radius:50%;width:500px;height:500px;position:absolute}.planetspark-blob{z-index:0;width:450px;height:450px;top:50%;left:50%;transform:translate(-50%,-50%);filter:none!important;opacity:1!important;background:#e5d4ff!important;border-radius:50%!important}.hero-image{z-index:1;max-width:100%;position:relative}.floating-card{border-radius:var(--radius-lg);z-index:2;box-shadow:var(--shadow-lg);align-items:center;gap:.75rem;padding:1rem 1.5rem;font-weight:600;display:flex;position:absolute}.card-1{animation:4s ease-in-out infinite alternate float;top:10%;left:0}.card-2{animation:5s ease-in-out infinite alternate-reverse float;bottom:20%;right:-5%}.feature-icon{border-radius:var(--radius-lg);justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.5rem;display:flex}.bg-primary-light{background:#dbeafe}.bg-secondary-light{background:#ede9fe}.feature-card h3{margin-bottom:1rem;font-size:1.25rem}.journey-section{background:linear-gradient(#f0f4ff 0%,#f8faff 50%,#fff 100%);padding:5rem 1.5rem 6rem;position:relative;overflow:hidden}.journey-container{z-index:2;max-width:1100px;margin:0 auto;position:relative}.journey-title{color:#0a0e1a;margin-bottom:.5rem;font-size:2.8rem;font-weight:800}.journey-title span{color:#0a0e1a}.journey-subtitle{color:#4a5568;margin-bottom:0;font-size:1.2rem}.journey-single-row{justify-content:space-between;align-items:flex-start;gap:.25rem;width:100%;max-width:1240px;margin:3.5rem auto 0;display:flex}.journey-step-card{text-align:center;min-width:120px;max-width:175px;box-shadow:none;background:0 0;border:none;border-radius:0;flex-direction:column;flex:1;align-items:center;padding:.5rem .25rem 1rem;transition:transform .3s;display:flex;position:relative}.journey-step-card:hover{box-shadow:none;border-color:#0000;transform:translateY(-6px)}.step-number-badge{color:#fff;letter-spacing:.08em;background:#264790;border-radius:20px;margin-bottom:.6rem;padding:3px 12px;font-size:.72rem;font-weight:800;display:inline-block;position:relative;top:0;left:auto;transform:none;box-shadow:0 3px 10px #26479033}.badge-success{background:linear-gradient(135deg,#264790,#44a6d9);box-shadow:0 3px 12px #44a6d959}.step-icon-circle{border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin-top:0;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 8px 25px #2647901f}.journey-step-card:hover .step-icon-circle{transform:scale(1.1);box-shadow:0 12px 30px #26479033}.bg-blue-light{background:#dbeafe}.bg-green-light{background:#d1fae5}.bg-yellow-light{background:#fef3c7}.bg-purple-light{background:#ede9fe}.bg-teal-light{background:#ccfbf1}.bg-orange-light{background:#ffedd5}.step-card-title{color:#0a0e1a;letter-spacing:-.2px;margin:.8rem 0 .25rem;font-size:1rem;font-weight:800}.step-card-desc{color:#475569;max-width:160px;margin:0;font-size:.82rem;line-height:1.45}.journey-arrow-desktop{flex-shrink:0;width:45px;height:20px;margin-top:3.2rem}.journey-arrow-mobile{flex-shrink:0;width:20px;height:35px;display:none}@media (width<=992px){.journey-single-row{grid-template-columns:repeat(2,1fr);gap:2rem 1.25rem;width:100%;max-width:520px;margin-top:2.5rem;margin-left:auto;margin-right:auto;display:grid}.journey-step-card{width:100%;max-width:100%;padding:.5rem}.step-icon-circle{width:68px;height:68px}.step-icon-circle svg{width:26px;height:26px}.step-card-title{margin:.7rem 0 .2rem;font-size:.98rem}.step-card-desc{max-width:100%;font-size:.8rem}.journey-arrow-desktop,.journey-arrow-mobile{display:none!important}}@media (width<=576px){.journey-section{padding:3.5rem 1rem}.journey-single-row{gap:1.75rem .75rem;max-width:420px}.step-icon-circle{width:62px;height:62px}}.arrow-horizontal,.journey-vertical-connector,.arrow-mobile-down{display:none}@media (width<=400px){.journey-step-card{gap:1rem}.journey-step-card:before{left:24px}.journey-step-card .step-icon-circle{width:48px;height:48px}.journey-step-card .step-number-badge{left:4rem}}.journey-timeline,.journey-connector,.step-number{display:none}.stats-section{background:var(--gradient-primary);padding:4rem 0}.stat-item{padding:2rem}.stat-number{margin-bottom:.5rem;font-size:3.5rem;font-weight:800}.stat-label{opacity:.9;font-size:1.25rem}.stars{gap:.25rem;margin-bottom:1rem;display:flex}.testimonial-text{color:var(--text-main);margin-bottom:1.5rem;font-style:italic}.testimonial-author{align-items:center;gap:1rem;display:flex}.author-avatar{border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.25rem;font-weight:700;display:flex}.author-info h4{margin-bottom:.25rem;font-size:1.1rem}.author-info span{color:var(--text-muted);font-size:.9rem}.cta-card{background:var(--gradient-primary);border-radius:var(--radius-xl);color:#fff;box-shadow:var(--shadow-xl);padding:5rem 2rem}.cta-card h2{color:#fff;margin-bottom:1rem}.cta-card p{color:#ffffffe6;font-size:1.25rem}.cta-card .btn-primary{color:var(--primary);box-shadow:none;background:#fff}.cta-card .btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0000001a}@media (width<=1024px){.journey-circle-wrapper{width:420px;height:420px}.journey-center-hub{width:130px;height:130px}.hub-title{font-size:.9rem}.step-icon-circle{width:68px;height:68px}.journey-circle-step{width:110px}}@media (width<=600px){.journey-circle-wrapper{width:340px;height:340px}.journey-center-hub{width:110px;height:110px}.hub-title{font-size:.75rem}.hub-tagline{font-size:.48rem}.step-icon-circle{width:55px;height:55px}.step-icon-circle svg{width:26px;height:26px}.journey-circle-step{width:90px}.step-label-num{font-size:.6rem}.step-desc{font-size:.65rem}}@media (width<=968px){.hero-redesign{background:0 0;border-radius:20px;min-height:85vh;margin-top:5rem;display:block;position:relative;overflow:hidden}.hero-left{text-align:center;z-index:5;background-color:#0000;align-items:flex-start;width:100%;height:100%;padding:3.5rem 1.5rem 0;position:absolute;top:0;left:0}.hero-left-content{z-index:2;-webkit-backdrop-filter:blur(12px);background:#ffffff59;border:1px solid #ffffffe6;border-radius:24px;flex-direction:column;align-items:center;width:90%;margin:0 auto;padding:1.5rem 1rem;display:flex;position:relative;box-shadow:0 20px 40px #0000001a}.hero-left h1{color:#264790;margin-bottom:.5rem}.hero-left p{color:#4a5568;margin-top:.5rem;font-size:.95rem;font-weight:500;line-height:1.5}.hero-start-exam-btn{z-index:15;white-space:nowrap;width:auto;max-width:240px;margin:1rem auto 0;padding:.55rem .9rem;font-size:.9rem;position:relative;left:auto;right:auto}.hero-right{pointer-events:none;background:0 0;width:100%;height:100%;padding:0;position:absolute;top:0;left:0}.geometric-bg{z-index:1;opacity:1;display:block}.hero-student-img{z-index:3;opacity:1;height:auto;max-height:48vh;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.flask-icon{display:none}}@media (width<=768px){.hero-left h1{font-size:2.2rem}.hero-left p{padding:0 1rem;font-size:1rem}.flask-icon{margin-top:1.5rem;transform:scale(.8)}.stats-section .grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.stats-section .grid{grid-template-columns:1fr}.hero-left{padding:2rem 1rem 3rem}}.hero-floating-icon{z-index:1;pointer-events:none;opacity:.8;position:absolute}.home-floating-1{top:15%;right:12%}.home-floating-2{bottom:25%;left:8%}.home-floating-3{top:45%;left:20%}.about-page{background-color:#fcfdfe;overflow-x:hidden}.custom-about-hero{background-color:#fff;align-items:center;min-height:350px;padding-top:2rem;padding-bottom:2rem;display:flex;position:relative;overflow:hidden}.hero-floating-element{z-index:0;animation:6s ease-in-out infinite float;position:absolute}.element-edu-1{opacity:.7;top:15%;left:5%;transform:rotate(-10deg)}.element-edu-2{opacity:.6;animation-delay:1.2s;bottom:20%;left:42%;transform:rotate(15deg)}.element-edu-3{opacity:.7;animation-delay:2.5s;top:12%;right:48%;transform:rotate(45deg)}.element-edu-4{opacity:.5;animation-delay:.8s;bottom:12%;right:6%;transform:rotate(-15deg)}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.custom-hero-left{background-color:#fff;flex-direction:column;flex:1;justify-content:center;padding:4rem 5% 4rem 10%;display:flex}.custom-hero-left-content{max-width:550px}.custom-about-label{color:#44a6d9;margin-bottom:1rem;font-size:1.1rem;font-weight:800}.custom-hero-heading{color:#0a0e1a;letter-spacing:-1px;margin-bottom:1.5rem;font-size:3.5rem;font-weight:900;line-height:1.15}.custom-hero-paragraph{color:#475569;font-size:1.15rem;line-height:1.6}.custom-hero-right{flex:1;justify-content:center;align-items:center;padding:2rem 0;display:flex;position:relative}.creative-blob-container{aspect-ratio:1;width:100%;max-width:450px;margin:0 auto;position:relative}.creative-blob-bg{z-index:1;background-color:#f7cd55;border-radius:60% 40% 30% 70%/60% 30% 70% 40%;width:95%;height:95%;transition:all .5s ease-in-out;position:absolute;top:5%;left:5%}.creative-blob-container:hover .creative-blob-bg{border-radius:40% 60% 70% 30%/40% 50% 60%;transform:rotate(5deg)}.creative-blob-img{object-fit:cover;z-index:2;border:6px solid #fff;border-radius:40% 60% 70% 30%/40% 50% 60%;width:95%;height:95%;transition:all .5s ease-in-out;position:absolute;top:0;left:0;box-shadow:0 10px 30px #00000014}.creative-blob-container:hover .creative-blob-img{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}.mvg-minimal-section{background-color:#fff;padding:4rem 0 6rem}.mvg-minimal-grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1000px;margin:0 auto;display:grid}.mvg-minimal-card{text-align:center;background:#fff;border:3px solid #1a1a1a;border-radius:16px;flex-direction:column;align-items:center;min-height:220px;padding:2.5rem 1.5rem 2rem;transition:transform .3s,box-shadow .3s;display:flex}.mvg-minimal-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000014}.mvg-minimal-card h3{color:#264790;margin:0 0 1rem;font-size:1.5rem;font-weight:800}.mvg-minimal-card p{color:#475569;margin:0;font-size:1rem;line-height:1.6}.mvg-icon-wrapper{border:3px solid #264790;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:1.5rem;transition:transform .3s cubic-bezier(.175,.885,.32,1.275);display:flex}.mvg-minimal-card:hover .mvg-icon-wrapper{transform:scale(1.1)rotate(-8deg)}.bg-blue-glow-mvg{background-color:#eff6ff;border-color:#2563eb;box-shadow:0 4px #2563eb}.bg-amber-glow-mvg{background-color:#fffbeb;border-color:#f59e0b;box-shadow:0 4px #f59e0b}.bg-rose-glow-mvg{background-color:#fff1f2;border-color:#e11d48;box-shadow:0 4px #e11d48}.trust-section-light{background-color:#fcfdfe;padding:6rem 0 8rem;position:relative;overflow:hidden}.trust-stats-horizontal-light{background:0 0;justify-content:space-between;align-items:center;margin-bottom:4rem;padding:1.5rem 0;display:flex}.stat-item-light{text-align:center;border-right:2px dashed #eaeaea;flex:1;padding:0 1.5rem}.stat-item-light:last-child{border-right:none}.stat-number-light{margin-bottom:.25rem;font-size:2.25rem;font-weight:900;line-height:1}.stat-label-light{color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:800}.text-orange{color:#e7612f}.text-blue-light{color:#55a8e0}.text-green{color:#67a775}.trust-header-light{max-width:700px;margin:0 auto 4rem}.trust-header-light h2{color:#1a1a1a;margin-bottom:1.25rem;font-size:2.75rem;font-weight:900}.trust-header-light p{color:#475569;font-size:1.15rem;line-height:1.7}.trust-features-grid-light{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}.trust-feature-card-light{background:#fff;border:3px solid #1a1a1a;border-radius:20px;padding:2.5rem 2rem;transition:transform .3s,box-shadow .3s;box-shadow:4px 4px #0000000d}.trust-feature-card-light:hover{transform:translateY(-8px)translate(-2px);box-shadow:8px 12px #0000000f}.trust-icon-wrapper-light{border:2px solid #0000000d;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.5rem;display:flex}.bg-blue-glow{background:#55a8e026}.bg-orange-glow{background:#e7612f26}.bg-yellow-glow{background:#f7cd5526}.trust-feature-card-light h4{color:#1a1a1a;margin-bottom:.75rem;font-size:1.25rem;font-weight:900}.trust-feature-card-light p{color:#475569;font-size:.95rem;line-height:1.6}@media (width<=968px){.trust-stats-horizontal-light{flex-wrap:wrap;gap:2rem;padding:2rem}.stat-item-light{border-right:none;min-width:40%}.trust-features-grid-light{grid-template-columns:1fr}}.text-highlight{color:#e7612f}.section-header h2{color:#1b4a83;margin-bottom:1rem;font-size:2.5rem;font-weight:900}.section-header p{color:#64748b;max-width:600px;margin:0 auto;font-size:1.1rem}@media (width<=968px){.custom-about-hero{text-align:center;flex-direction:column-reverse}.custom-hero-left{padding:1rem 1.5rem 4rem}.custom-hero-right{width:100%;padding:3rem 1.5rem 1rem}.mvg-minimal-grid{grid-template-columns:1fr;padding:0 1.5rem}.grid-cols-3,.grid-cols-4,.story-grid{grid-template-columns:repeat(2,1fr)!important}.trust-section .grid{gap:3rem;grid-template-columns:1fr!important}}@media (width<=768px){.custom-hero-heading{font-size:2.5rem}.grid-cols-3,.grid-cols-4,.trust-stats-grid,.story-grid{grid-template-columns:1fr!important}.mvg-minimal-card,.trust-feature-card-light{border:1px solid #0000000f;border-radius:24px;box-shadow:0 12px 35px #0000000d}.about-hero-clean h1{font-size:2.5rem}.story-floating-card{width:90%;bottom:-30px;left:5%;right:0}.story-content{margin-top:2rem}}.about-hero-right-dark,.about-geometric-bg{background-color:#0f172a!important}.dark-shape-1{clip-path:polygon(0 0,100% 0,0 100%);background-color:#1e293b;width:35%;height:25%;top:0;left:0}.dark-shape-2{background-color:#334155;width:65%;height:25%;top:0;right:0}.dark-shape-3{background-color:#1b4a83;width:70%;height:35%;top:25%;left:0}.dark-shape-4{background-color:#0f172a;border-top:2px solid #1e293b;width:100%;height:40%;bottom:0;left:0}.dark-shape-5{clip-path:polygon(100% 0,100% 100%,0 100%,30% 50%,0 0);background-color:#475569;width:30%;height:35%;top:25%;right:0}.dark-shape-6{clip-path:polygon(100% 0,100% 100%,0 100%,30% 50%,0 0);background-color:#e7612f;width:30%;height:25%;top:60%;right:0}.explore-courses-page{background-color:#fff;font-family:Inter,sans-serif;overflow-x:hidden}.courses-hero-section{justify-content:center;align-items:center;width:100%;min-height:280px;display:flex;position:relative;overflow:hidden}.courses-hero-video{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.courses-hero-overlay{z-index:1;background:#0f172aa6;width:100%;height:100%;position:absolute;top:0;left:0}.courses-hero-container{z-index:2;text-align:center;padding:4.5rem 1rem;position:relative}.courses-hero-content{max-width:800px;margin:0 auto}.courses-hero-badge{color:#f8fafc;text-transform:uppercase;letter-spacing:2px;background:#ffffff26;border:1px solid #ffffff40;border-radius:50px;margin-bottom:1rem;padding:.4rem 1.25rem;font-size:.85rem;font-weight:700;display:inline-block}.courses-hero-title{color:#fff;letter-spacing:-1px;margin:0;font-size:3.5rem;font-weight:900;line-height:1.15}.courses-marquee-container{color:#f8fafc;background-color:#0f172a;border-bottom:3px solid #2563eb;width:100%;padding:.75rem 0;display:flex;overflow:hidden}.courses-marquee-track{width:max-content;animation:40s linear infinite marquee-scroll;display:flex}.courses-marquee-track:hover{animation-play-state:paused}.marquee-content{justify-content:space-around;gap:2rem;min-width:100%;display:flex}.marquee-item{text-transform:uppercase;letter-spacing:1.5px;white-space:nowrap;color:#f8fafc;font-size:.875rem;font-weight:700;display:inline-block}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.core-programs-section{background-color:#f8fafc;padding:5.5rem 0}.core-programs-header{text-align:center;max-width:650px;margin:0 auto 3.5rem}.core-programs-header h2{color:#0f172a;letter-spacing:-.5px;margin-bottom:.75rem;font-size:2.5rem;font-weight:800}.core-programs-header p{color:#64748b;font-size:1.1rem;line-height:1.6}.core-programs-grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto;display:grid}.core-course-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;justify-content:space-between;height:100%;padding:2.25rem;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;box-shadow:0 10px 30px #00000008}.core-course-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #00000014}.course-card-top{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.course-icon-badge{border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.course-number{color:#94a3b8;letter-spacing:1px;font-size:1.25rem;font-weight:900}.course-card-title{color:#0f172a;margin-bottom:.85rem;font-size:1.4rem;font-weight:800;line-height:1.25}.course-card-desc{color:#475569;margin-bottom:1.75rem;font-size:.975rem;line-height:1.65}.course-card-features-wrapper{border-top:1px dashed #e2e8f0;margin-top:auto;margin-bottom:2rem;padding-top:1.25rem}.course-features-label{text-transform:uppercase;letter-spacing:1px;color:#94a3b8;margin-bottom:.85rem;font-size:.8rem;font-weight:800}.course-features-list{flex-direction:column;gap:.65rem;margin:0;padding:0;list-style:none;display:flex}.course-features-list li{color:#334155;align-items:flex-start;gap:.65rem;font-size:.925rem;font-weight:600;line-height:1.4;display:flex}.course-features-list li .check-icon{flex-shrink:0;margin-top:2px}.course-enroll-btn{border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.85rem 1.25rem;font-size:.95rem;font-weight:800;text-decoration:none;transition:all .25s;display:flex}.course-enroll-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000001f}.theme-blue .course-icon-badge{color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe}.theme-blue .course-enroll-btn{color:#fff;background:#2563eb}.theme-blue .course-enroll-btn:hover{background:#1d4ed8}.theme-amber .course-icon-badge{color:#d97706;background:#fffbeb;border:1px solid #fde68a}.theme-amber .course-enroll-btn{color:#fff;background:#d97706}.theme-amber .course-enroll-btn:hover{background:#b45309}.theme-purple .course-icon-badge{color:#7c3aed;background:#f5f3ff;border:1px solid #ddd6fe}.theme-purple .course-enroll-btn{color:#fff;background:#7c3aed}.theme-purple .course-enroll-btn:hover{background:#6d28d9}.theme-emerald .course-icon-badge{color:#059669;background:#ecfdf5;border:1px solid #a7f3d0}.theme-emerald .course-enroll-btn{color:#fff;background:#059669}.theme-emerald .course-enroll-btn:hover{background:#047857}.theme-rose .course-icon-badge{color:#e11d48;background:#fff1f2;border:1px solid #fecdd3}.theme-rose .course-enroll-btn{color:#fff;background:#e11d48}.theme-rose .course-enroll-btn:hover{background:#be123c}@media (width<=1024px){.core-programs-grid{grid-template-columns:repeat(2,1fr);max-width:800px}}@media (width<=768px){.courses-hero-section{min-height:240px}.courses-hero-title{display:none}.core-programs-section{padding:3.5rem 0}.core-programs-header h2{font-size:1.85rem}.core-programs-grid{grid-template-columns:1fr;gap:1.5rem;max-width:100%}.core-course-card{border-radius:16px;padding:1.75rem}}.base-classes-page{background-color:#fff;font-family:Inter,sans-serif;overflow-x:hidden}.bc-hero-section{text-align:center;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);padding:6rem 0 5rem;position:relative;overflow:hidden}.bc-hero-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#2563eb26 0%,#0f172a00 70%);width:800px;height:400px;position:absolute;top:-50%;left:50%;transform:translate(-50%)}.bc-hero-content{z-index:2;max-width:800px;margin:0 auto;position:relative}.bc-hero-badge{color:#60a5fa;text-transform:uppercase;letter-spacing:1.5px;background:#2563eb26;border:1px solid #3b82f64d;border-radius:50px;margin-bottom:1.5rem;padding:.45rem 1.25rem;font-size:.85rem;font-weight:700;display:inline-block}.bc-hero-title{color:#fff;letter-spacing:-1px;margin-bottom:1.25rem;font-size:3.25rem;font-weight:900;line-height:1.15}.bc-hero-desc{color:#94a3b8;max-width:680px;margin:0 auto;font-size:1.2rem;line-height:1.65}.bc-hero-desc strong{color:#60a5fa;font-weight:700}.bc-overview-banner{z-index:10;margin-top:-2.5rem;padding:0;position:relative}.bc-overview-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;gap:1.5rem;max-width:1050px;margin:0 auto;padding:2.5rem 3rem;display:flex;box-shadow:0 15px 35px #0000000f}.bc-overview-text h2{color:#0f172a;letter-spacing:-.5px;margin-bottom:.75rem;font-size:1.75rem;font-weight:800}.bc-overview-text p{color:#334155;margin:0;font-size:1.1rem;line-height:1.75}.bc-overview-text strong{color:#2563eb;font-weight:700}.bc-subject-pills{border-top:1px dashed #e2e8f0;flex-wrap:wrap;align-items:center;gap:.75rem;padding-top:1.25rem;display:flex}.subject-pill{color:#1d4ed8;letter-spacing:.3px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:50px;padding:.45rem 1.1rem;font-size:.875rem;font-weight:700;transition:all .25s}.subject-pill:hover{color:#fff;background:#2563eb;border-color:#2563eb}.bc-subjects-section{background-color:#fff;padding:5.5rem 0 3rem}.bc-section-header{text-align:center;max-width:700px;margin:0 auto 3.5rem}.bc-section-header h2{color:#0f172a;letter-spacing:-.5px;margin-bottom:.75rem;font-size:2.5rem;font-weight:800}.bc-section-header p{color:#64748b;font-size:1.1rem;line-height:1.6}.bc-subjects-grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto;display:grid}.bc-subject-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;justify-content:space-between;height:100%;padding:2.25rem;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;box-shadow:0 10px 30px #00000008}.bc-subject-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #00000014}.bc-enroll-btn{border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.85rem 1.25rem;font-size:.95rem;font-weight:800;text-decoration:none;transition:all .25s;display:flex}.bc-enroll-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000001f}.theme-emerald .bc-icon-box{color:#059669;background:#ecfdf5;border:1px solid #a7f3d0}.theme-emerald .bc-card-tag{color:#047857;background:#ecfdf5}.theme-emerald .check-icon{color:#059669}.theme-emerald .bc-enroll-btn{color:#fff;background:#059669}.theme-emerald .bc-enroll-btn:hover{background:#047857}.theme-emerald:hover{border-color:#6ee7b7}.theme-purple .bc-icon-box{color:#7c3aed;background:#f5f3ff;border:1px solid #ddd6fe}.theme-purple .bc-card-tag{color:#6d28d9;background:#f5f3ff}.theme-purple .check-icon{color:#7c3aed}.theme-purple .bc-enroll-btn{color:#fff;background:#7c3aed}.theme-purple .bc-enroll-btn:hover{background:#6d28d9}.theme-purple:hover{border-color:#c4b5fd}.theme-blue .bc-enroll-btn{color:#fff;background:#2563eb}.theme-blue .bc-enroll-btn:hover{background:#1d4ed8}.theme-amber .bc-enroll-btn{color:#fff;background:#d97706}.theme-amber .bc-enroll-btn:hover{background:#b45309}.theme-rose .bc-enroll-btn{color:#fff;background:#e11d48}.theme-rose .bc-enroll-btn:hover{background:#be123c}.bc-programs-section{background-color:#f8fafc;padding:5.5rem 0}.bc-programs-header{text-align:center;max-width:650px;margin:0 auto 3.5rem}.bc-programs-header h2{color:#0a0e1a;letter-spacing:-.5px;margin-bottom:.75rem;font-size:2.5rem;font-weight:800}.bc-programs-header p{color:#64748b;font-size:1.1rem;line-height:1.6}.bc-programs-grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto;display:grid}.bc-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;justify-content:space-between;height:100%;padding:2.25rem;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;box-shadow:0 10px 30px #00000008}.bc-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #00000014}.bc-card-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.bc-icon-box{border-radius:14px;justify-content:center;align-items:center;width:54px;height:54px;display:flex}.bc-card-tag{text-transform:uppercase;letter-spacing:.5px;border-radius:50px;padding:.35rem .85rem;font-size:.75rem;font-weight:700}.bc-card-title{color:#0f172a;margin-bottom:.85rem;font-size:1.45rem;font-weight:800;line-height:1.25}.bc-card-desc{color:#475569;margin-bottom:1.75rem;font-size:.975rem;line-height:1.65}.bc-card-features-wrapper{border-top:1px dashed #e2e8f0;margin-top:auto;margin-bottom:2rem;padding-top:1.25rem}.bc-features-heading{text-transform:uppercase;letter-spacing:1px;color:#94a3b8;margin-bottom:1rem;font-size:.8rem;font-weight:800}.bc-features-list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.bc-features-list li{color:#334155;align-items:flex-start;gap:.65rem;font-size:.95rem;font-weight:600;line-height:1.4;display:flex}.bc-features-list li .check-icon{flex-shrink:0;margin-top:1px}.bc-card-btn{border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.25rem;font-size:.925rem;font-weight:700;text-decoration:none;transition:all .25s;display:flex}.bc-card-btn:hover{transform:translateY(-2px)}.theme-blue .bc-icon-box{color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe}.theme-blue .bc-card-tag{color:#1d4ed8;background:#eff6ff}.theme-blue .check-icon{color:#2563eb}.theme-blue .bc-card-btn{color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe}.theme-blue .bc-card-btn:hover{color:#fff;background:#2563eb}.theme-blue:hover{border-color:#93c5fd}.theme-amber .bc-icon-box{color:#d97706;background:#fffbeb;border:1px solid #fde68a}.theme-amber .bc-card-tag{color:#b45309;background:#fffbeb}.theme-amber .check-icon{color:#d97706}.theme-amber .bc-card-btn{color:#d97706;background:#fffbeb;border:1px solid #fde68a}.theme-amber .bc-card-btn:hover{color:#fff;background:#d97706}.theme-amber:hover{border-color:#fcd34d}.theme-rose .bc-icon-box{color:#e11d48;background:#fff1f2;border:1px solid #fecdd3}.theme-rose .bc-card-tag{color:#be123c;background:#fff1f2}.theme-rose .check-icon{color:#e11d48}.theme-rose .bc-card-btn{color:#e11d48;background:#fff1f2;border:1px solid #fecdd3}.theme-rose .bc-card-btn:hover{color:#fff;background:#e11d48}.theme-rose:hover{border-color:#fda4af}.bc-highlights-section{background:#fff;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;padding:5.5rem 0}.bc-highlights-header{text-align:center;max-width:600px;margin:0 auto 3.5rem}.bc-highlights-header h2{color:#0f172a;margin-bottom:.75rem;font-size:2.25rem;font-weight:800}.bc-highlights-header p{color:#64748b;font-size:1.1rem}.bc-highlights-grid{grid-template-columns:repeat(4,1fr);gap:1.75rem;max-width:1200px;margin:0 auto;display:grid}.bc-highlight-card{text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;padding:2.25rem 1.5rem;transition:all .3s}.bc-highlight-card:hover{background:#fff;transform:translateY(-4px);box-shadow:0 12px 30px #0000000d}.bc-highlight-icon{color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe;border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 1.25rem;display:flex}.bc-highlight-card h4{color:#0f172a;margin-bottom:.5rem;font-size:1.15rem;font-weight:800}.bc-highlight-card p{color:#64748b;margin:0;font-size:.925rem;line-height:1.55}.bc-cta-section{background:#f8fafc;padding:5.5rem 0}.bc-cta-card{text-align:center;color:#fff;background:linear-gradient(135deg,#1e3a8a 0%,#0284c7 100%);border-radius:28px;max-width:1050px;margin:0 auto;padding:4.5rem 2.5rem;position:relative;overflow:hidden;box-shadow:0 20px 50px #1e3a8a40}.bc-cta-card h2{color:#fff;margin-bottom:1rem;font-size:2.5rem;font-weight:900;line-height:1.25}.bc-cta-card p{color:#e0f2fe;max-width:650px;margin:0 auto 2.25rem;font-size:1.2rem;line-height:1.6}.bc-cta-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.25rem;display:flex}.btn-cta-primary{color:#0f172a;text-transform:uppercase;letter-spacing:.75px;background:#f59e0b;border-radius:50px;padding:1rem 2.25rem;font-size:.875rem;font-weight:800;text-decoration:none;transition:all .3s;box-shadow:0 6px 20px #f59e0b66}.btn-cta-primary:hover{color:#fff;background:#d97706;transform:translateY(-2px);box-shadow:0 8px 25px #f59e0b80}.btn-cta-secondary{color:#fff;text-transform:uppercase;letter-spacing:.75px;background:#ffffff26;border:1px solid #ffffff59;border-radius:50px;padding:1rem 2.25rem;font-size:.875rem;font-weight:700;text-decoration:none;transition:all .3s}.btn-cta-secondary:hover{color:#fff;background:#ffffff40;transform:translateY(-2px)}@media (width<=1024px){.bc-subjects-grid,.bc-programs-grid{grid-template-columns:repeat(2,1fr);max-width:800px}.bc-highlights-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.bc-hero-section{padding:4.5rem 0 3.5rem}.bc-hero-title{font-size:2.25rem}.bc-hero-desc{font-size:1.05rem}.bc-subjects-section,.bc-programs-section,.bc-highlights-section,.bc-cta-section{padding:3.5rem 0}.bc-section-header h2,.bc-programs-header h2,.bc-highlights-header h2,.bc-cta-card h2{font-size:1.85rem}.bc-subjects-grid,.bc-programs-grid{grid-template-columns:1fr;max-width:100%}.bc-highlights-grid{grid-template-columns:1fr;gap:1.25rem}.bc-cta-card{border-radius:20px;padding:2.75rem 1.5rem}.bc-cta-actions{flex-direction:column;width:100%}.btn-cta-primary,.btn-cta-secondary{text-align:center;width:100%}.hidden-mobile{display:none}}.contact-page-wrapper{background-color:#fff;padding-top:80px}.contact-split-page{width:100%;min-height:calc(100vh - 220px);font-family:Inter,sans-serif;display:flex;overflow-x:hidden}.contact-half{flex:1;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.half-content-wrapper{width:100%;max-width:550px}.bg-eduneo-blue,.bg-white{background-color:#fff}.text-white{color:#0a0e1a!important}.text-light{color:#475569!important}.text-yellow{color:#44a6d9!important}.text-green-light{color:#264790!important}.text-orange-light{color:#44a6d9!important}.bg-white-10{background-color:#2647900f}.contact-subtitle-split{text-transform:uppercase;letter-spacing:4px;margin-bottom:1.5rem;font-size:.875rem;font-weight:700;display:block;color:#44a6d9!important}.contact-title-split{letter-spacing:-2px;margin-bottom:1.5rem;font-size:4rem;font-weight:900;line-height:1.1;color:#264790!important}.contact-desc-split{margin-bottom:4rem;font-size:1.25rem;line-height:1.7;color:#334155!important}.split-info-list{flex-direction:column;gap:2.5rem;display:flex}.split-info-item{align-items:flex-start;gap:1.5rem;display:flex}.contact-top-banner{pointer-events:none;width:100%;height:60px;overflow:hidden}.split-icon-box{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.split-info-item h4{margin-bottom:.25rem;font-size:1.1rem;font-weight:700}.split-info-item p{margin:0;font-size:1.1rem;font-weight:500}.form-wrapper{background:0 0}.form-split-title{color:#264790;margin-bottom:2.5rem;font-size:2rem;font-weight:800}.split-form{flex-direction:column;gap:1.5rem;display:flex}.split-form-row{gap:1.5rem;display:flex}.split-form-row>*{flex:1}.split-form-group{flex-direction:column;gap:.5rem;display:flex}.split-form-group label{color:#264790;font-size:.95rem;font-weight:700}.split-form-group input,.split-form-group select,.split-form-group textarea{color:#0f172a;background-color:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;padding:1rem 1.25rem;font-family:inherit;font-size:1rem;transition:all .2s}.split-form-group input::placeholder,.split-form-group textarea::placeholder{color:#94a3b8}.split-form-group input:focus,.split-form-group select:focus,.split-form-group textarea:focus{background-color:#fff;border-color:#44a6d9;outline:none;box-shadow:0 0 0 4px #44a6d933}.split-submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#264790 0%,#44a6d9 100%);border:none;border-radius:50px;justify-content:center;align-items:center;gap:.75rem;margin-top:1.5rem;padding:1.25rem 2rem;font-size:1.1rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 15px #26479040}.split-submit-btn:hover{background:linear-gradient(135deg,#1f3b78 0%,#308ec4 100%);transform:translateY(-2px);box-shadow:0 6px 20px #44a6d966}@media (width<=968px){.contact-split-page{flex-direction:column;padding-top:60px}.contact-half{padding:4rem 2rem}.contact-title-split{font-size:3rem}}@media (width<=768px){.split-form-row{flex-direction:column;gap:1.5rem}.contact-half{padding:3rem 1.5rem}}@media (width<=576px){.contact-title-split{font-size:2.25rem}.contact-desc-split{margin-bottom:2.5rem;font-size:1.05rem}.split-info-item{gap:1rem}.split-icon-box{width:48px;height:48px}.split-info-item h4{font-size:1rem}.split-info-item p{font-size:.95rem}.form-split-title{margin-bottom:1.5rem;font-size:1.75rem}.contact-half{padding:2rem 1.25rem}.split-submit-btn{padding:1rem 1.5rem;font-size:1rem}}:root{--primary:#264790;--primary-light:#3e63b8;--primary-dark:#1a3369;--secondary:#44a6d9;--secondary-light:#6bc3f2;--secondary-dark:#2c85b5;--accent:#44a6d9;--accent-light:#7bd6ff;--vibrant-yellow:#f5b700;--vibrant-cyan:#44a6d9;--vibrant-pink:#e05688;--vibrant-green:#2ecc71;--bg-color:#fff;--bg-light:#fff;--bg-glass:#fffffff2;--text-main:#0a0e1a;--text-muted:#334155;--text-light:#64748b;--border-light:#e2e8f0;--shadow-sm:0 1px 3px 0 #0000000f;--shadow-md:0 4px 12px -2px #00000014;--shadow-lg:0 10px 25px -4px #2647901a;--shadow-xl:0 20px 30px -5px #2647901f;--shadow-glow:0 0 25px #44a6d959;--gradient-primary:linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);--gradient-accent:linear-gradient(135deg, var(--secondary) 0%, var(--primary) 100%);--gradient-light:linear-gradient(135deg, #fff 0%, #f8fafc 100%);--transition-fast:.2s ease-in-out;--transition-normal:.3s ease-in-out;--transition-slow:.5s ease-in-out;--radius-sm:.375rem;--radius-md:.5rem;--radius-lg:1rem;--radius-xl:1.5rem;--radius-full:9999px}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6,.section-title{color:#0a0e1a;font-weight:700;line-height:1.2}h1{font-size:clamp(2rem,6vw,4rem)}h2{font-size:clamp(1.75rem,5vw,3rem)}h3{font-size:clamp(1.35rem,4vw,2rem)}p{color:var(--text-muted);font-size:1.125rem}a{color:inherit;transition:color var(--transition-fast);text-decoration:none}ul{list-style:none}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}.text-gradient{background:var(--gradient-primary);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.bg-light{background-color:var(--bg-light)}.bg-yellow{background-color:var(--vibrant-yellow)}.bg-cyan{background-color:var(--vibrant-cyan)}.bg-pink{background-color:var(--vibrant-pink)}.bg-green{background-color:var(--vibrant-green)}.bg-purple{background-color:var(--secondary);color:#fff}.btn{border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-normal);text-align:center;text-transform:uppercase;letter-spacing:.5px;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:1.1rem;font-weight:700;display:inline-flex}.btn-primary{background:var(--primary);color:#fff;box-shadow:0 4px 15px #ff5a5f66}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-3px);box-shadow:0 8px 25px #ff5a5f80}.btn-secondary{background-color:var(--accent);color:var(--text-main);box-shadow:0 4px 15px #ffb70366}.btn-secondary:hover{transform:translateY(-3px);box-shadow:0 8px 25px #ffb70380}.btn:active{transform:scale(.96)!important}.card{box-shadow:var(--shadow-md);transition:transform var(--transition-normal), box-shadow var(--transition-normal);background-color:#fff;border:3px solid #0000;border-radius:20px 40px;padding:2.5rem}.card:hover{box-shadow:var(--shadow-xl);border-color:var(--accent);transform:translateY(-8px)}.glass{-webkit-backdrop-filter:blur(12px);background:#fffc;border:1px solid #ffffff80;border-radius:20px}.section{padding:6rem 0}.grid{gap:2rem;display:grid}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}@media (width<=1024px){.grid-cols-4{grid-template-columns:repeat(2,1fr)}.section{padding:4rem 0}}@media (width<=768px){.grid-cols-2,.grid-cols-3,.grid-cols-4{grid-template-columns:1fr}.section{padding:3.5rem 0}.container{padding:0 1.25rem}.btn{padding:.85rem 1.5rem;font-size:1.05rem}.card{border:1px solid #0000000d;border-radius:24px;padding:2rem 1.5rem;box-shadow:0 10px 40px #0000000f}p{color:#475569;font-size:1rem;line-height:1.7}}@media (width<=480px){.section{padding:3rem 0}.btn{justify-content:center;width:100%;margin-bottom:.75rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.6s ease-out forwards fadeIn}.animate-float{animation:4s ease-in-out infinite float}.floating-whatsapp{color:#fff;z-index:1000;background:linear-gradient(135deg,#25d366 0%,#128c7e 100%);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 15px #25d36666}.floating-whatsapp:before{content:"";z-index:-1;background:#25d36680;border-radius:50%;animation:2s cubic-bezier(.25,.8,.25,1) infinite pulse-glow;position:absolute;inset:0}.floating-whatsapp:hover{color:#fff;transform:translateY(-5px)scale(1.05);box-shadow:0 10px 25px #25d36699}@keyframes pulse-glow{0%{opacity:.8;transform:scale(1)}to{opacity:0;transform:scale(1.6)}}@media (width<=768px){.floating-whatsapp{width:50px;height:50px;bottom:1.5rem;right:1.5rem}.floating-whatsapp svg{width:26px;height:26px}}.global-loader{z-index:99999;background-color:#fff;justify-content:center;align-items:center;width:100vw;height:100vh;transition:opacity .5s ease-in-out,visibility .5s ease-in-out;display:flex;position:fixed;top:0;left:0}.global-loader.fade-out{opacity:0;visibility:hidden}.loader-logo{object-fit:contain;width:auto;height:72px;max-height:80px;animation:1.5s ease-in-out infinite pulse-loader}@keyframes pulse-loader{0%{opacity:.8;transform:scale(.95)}50%{opacity:1;transform:scale(1.05)}to{opacity:.8;transform:scale(.95)}}.card-interactive{transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1),border-color .4s cubic-bezier(.16,1,.3,1)!important}.card-interactive:hover{transform:translateY(-8px)scale(1.01)!important;box-shadow:0 20px 40px #7b2cbf14,0 1px 3px #7b2cbf05,0 0 0 1px #7b2cbf1a!important}.hover-bounce{transition:transform .3s cubic-bezier(.175,.885,.32,1.275)}.card-interactive:hover .hover-bounce,.hover-parent:hover .hover-bounce,.hover-bounce:hover{transform:translateY(-5px)}.hover-tilt{transition:transform .3s cubic-bezier(.175,.885,.32,1.275)}.card-interactive:hover .hover-tilt,.hover-parent:hover .hover-tilt,.hover-tilt:hover{transform:rotate(15deg)}.hover-spin-once{transition:transform .6s cubic-bezier(.16,1,.3,1)}.card-interactive:hover .hover-spin-once,.hover-parent:hover .hover-spin-once,.hover-spin-once:hover{transform:rotate(360deg)}.highlight-draw{z-index:1;display:inline-block;position:relative}.highlight-draw:before{content:"";background:var(--accent-light);z-index:-1;transform-origin:0;width:100%;height:35%;transition:transform .6s cubic-bezier(.16,1,.3,1);position:absolute;bottom:2px;left:0;transform:scaleX(0)}.highlight-draw.in-view:before,.hover-parent:hover .highlight-draw:before{transform:scaleX(1)}@keyframes sway{0%{transform:translateY(0)rotate(0)}50%{transform:translateY(-12px)rotate(8deg)}to{transform:translateY(0)rotate(0)}}.animate-sway{animation:6s ease-in-out infinite sway}.animate-sway-delayed-1{animation:7s ease-in-out 1.5s infinite sway}.animate-sway-delayed-2{animation:8s ease-in-out 3s infinite sway}
