.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:#2d0a4ff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 0;transition:all .3s ease}.navbar.scrolled{background:#2d0a4ffa;box-shadow:0 4px 20px #0000004d;padding:.7rem 0}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}@media (max-width: 480px){.nav-container{padding:0 1rem}}.logo a{text-decoration:none;display:flex;align-items:center;line-height:1.2}.logo-script{font-family:Dancing Script,cursive;font-size:1.2rem;color:var(--white);font-weight:600}.logo-bold{font-size:1.8rem;font-weight:900;color:var(--bright-yellow);letter-spacing:3px;text-transform:uppercase}.nav-links{display:flex;list-style:none;gap:2rem;align-items:center}.nav-links li a{color:var(--white);text-decoration:none;font-weight:500;position:relative;transition:color .3s ease;padding:.5rem 0}.nav-links li a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--bright-yellow);transition:width .3s ease}.nav-links li a:hover:after,.nav-links li a.active:after{width:100%}.nav-links li a:hover,.nav-links li a.active{color:var(--bright-yellow)}.mobile-menu-btn{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:5px}.mobile-menu-btn span{width:25px;height:3px;background:var(--bright-yellow);transition:all .3s ease;border-radius:2px}.mobile-menu{display:none;flex-direction:column;background:#2d0a4ffa;padding:1rem 2rem;gap:1rem}.mobile-menu a{color:var(--white);text-decoration:none;font-weight:500;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.mobile-menu a.active{color:var(--bright-yellow)}@media (max-width: 768px){.nav-links{display:none}.mobile-menu-btn{display:flex;padding:8px;z-index:1001}.mobile-menu{display:flex;position:absolute;top:100%;left:0;right:0;width:100%;box-shadow:0 4px 20px #0000004d}.logo-bold{font-size:1.4rem;letter-spacing:2px}}@media (max-width: 480px){.logo-bold{font-size:1.2rem;letter-spacing:1px}.mobile-menu{padding:1rem}.mobile-menu a{padding:.75rem 0;font-size:1rem}}.home-page{padding-top:80px;width:100%;max-width:100vw;overflow-x:hidden}.hero-banner{min-height:90vh;position:relative;overflow:hidden;background:var(--primary-purple);display:flex;align-items:center;padding:2rem}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;z-index:0}.curve-shape{position:absolute;border-radius:50%;opacity:.3}.curve-top{width:500px;height:500px;background:var(--bright-yellow);top:-200px;right:-100px;z-index:1}.curve-bottom{width:400px;height:400px;background:var(--white);bottom:-150px;right:50px;z-index:1}.hero-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;align-items:center;position:relative;z-index:2;width:100%;padding:0 1rem}@media (max-width: 968px){.hero-content{grid-template-columns:1fr;gap:2rem;padding:0}}.hero-text{color:var(--white)}.decorative-dots{display:flex;gap:.5rem;margin-bottom:1rem}.decorative-dots span{width:8px;height:8px;background:var(--white);border-radius:50%}.hero-headline{margin-bottom:1.5rem;line-height:1.2}.script-text{font-family:Dancing Script,cursive;font-size:3rem;font-weight:600;color:var(--white);display:block;margin-bottom:.5rem}.bold-text{font-size:4rem;font-weight:800;color:var(--white);display:block;letter-spacing:3px;text-transform:uppercase}.highlight-text{font-size:5rem;font-weight:900;color:var(--bright-yellow);display:block;letter-spacing:4px;text-transform:uppercase}.divider-line{height:2px;background:var(--white);margin:1.5rem 0;width:100%}.hero-description,.hero-location{color:var(--text-light);line-height:1.8;margin-bottom:1rem;font-size:1.1rem}.hero-cta{margin:2rem 0}.cta-button{display:inline-block;background:var(--bright-yellow);color:#000;padding:1rem 3rem;font-weight:800;text-transform:uppercase;text-decoration:none;border-radius:50px;letter-spacing:2px;transition:all .3s ease;box-shadow:0 4px 15px #ffd70066}.hero-contact{display:flex;align-items:center;gap:1rem;margin-top:1.5rem}.phone-icon{font-size:1.5rem;display:inline-flex;align-items:center;justify-content:center;color:var(--bright-yellow)}.phone-icon svg{width:1.2em;height:1.2em}.phone-number{color:var(--white);text-decoration:none;font-size:1.3rem;font-weight:600;transition:color .3s ease}.phone-number:hover{color:var(--bright-yellow)}.hero-image{position:relative;display:flex;justify-content:center;align-items:center}.image-frame{width:400px;height:400px;border-radius:50%;border:8px solid var(--bright-yellow);position:relative;overflow:hidden;background:var(--dark-purple)}.frame-glow{position:absolute;top:-10px;left:-10px;right:-10px;bottom:-10px;border-radius:50%;z-index:-1}.image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#ffd7001a,#ffffff1a);display:flex;align-items:center;justify-content:center;position:relative}.tutor-image{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem}.tutor-avatar,.student-avatar{font-size:4rem;color:var(--bright-yellow);display:flex;align-items:center;justify-content:center;animation:float 3s ease-in-out infinite}.tutor-avatar svg,.student-avatar svg{width:100%;height:100%}.student-avatar{animation-delay:1.5s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.features-section{padding:5rem 2rem;background:var(--dark-purple);width:100%;max-width:100vw;overflow-x:hidden}.section-title{text-align:center;margin-bottom:3rem}.section-title h2{font-size:3rem;color:var(--bright-yellow);font-weight:800;text-transform:uppercase;letter-spacing:3px}.features-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}@media (max-width: 768px){.features-grid{grid-template-columns:1fr;gap:1.5rem}}.feature-card{background:#ffffff0d;padding:2rem;border-radius:20px;text-align:center;border:2px solid transparent;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);touch-action:pan-y;-webkit-overflow-scrolling:touch}.feature-card:hover{border-color:var(--bright-yellow);background:#ffffff1a}.feature-icon{font-size:3rem;margin-bottom:1rem;display:inline-flex;align-items:center;justify-content:center;color:var(--bright-yellow);animation:bounce 2s ease-in-out infinite}.feature-icon svg{width:100%;height:100%}.feature-card h3{color:var(--bright-yellow);font-size:1.5rem;margin-bottom:.5rem;font-weight:700}.feature-card p{color:var(--text-light);line-height:1.6}@media (max-width: 968px){.hero-content{grid-template-columns:1fr;gap:2rem}.hero-image{order:-1}.image-frame{width:300px;height:300px}.script-text{font-size:2rem}.bold-text{font-size:2.5rem}.highlight-text{font-size:3rem}}@media (max-width: 768px){.hero-banner{min-height:auto;padding:2rem 1rem}.curve-top,.curve-bottom{display:none}.features-grid{grid-template-columns:1fr}.hero-content{gap:2rem}.hero-description,.hero-location{font-size:1rem}.cta-button{padding:.9rem 2rem;font-size:.9rem;width:100%;text-align:center}.phone-number{font-size:1.1rem}.features-section{padding:3rem 1rem}.section-title h2{font-size:2rem;letter-spacing:1px}.feature-card{padding:1.5rem}}@media (max-width: 480px){.home-page{padding-top:70px}.hero-banner{padding:1.5rem 1rem}.script-text{font-size:1.5rem}.bold-text{font-size:1.8rem;letter-spacing:1px}.highlight-text{font-size:2.2rem;letter-spacing:2px}.hero-description,.hero-location{font-size:.9rem;line-height:1.6}.image-frame{width:250px;height:250px;border-width:6px}.tutor-avatar,.student-avatar{font-size:3rem}.cta-button{padding:.8rem 1.5rem;font-size:.85rem;letter-spacing:1px}.phone-icon{font-size:1.2rem}.phone-number{font-size:1rem}.features-section{padding:2rem 1rem}.section-title h2{font-size:1.5rem}.feature-card{padding:1.2rem}.feature-icon{font-size:3rem}.feature-card h3{font-size:1.2rem}}.about-page{padding-top:80px;min-height:100vh;width:100%;max-width:100vw;overflow-x:hidden}.about-hero{background:linear-gradient(135deg,var(--primary-purple),var(--dark-purple));padding:5rem 2rem;text-align:center;position:relative;overflow:hidden}.about-hero:before{content:"";position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:var(--bright-yellow);border-radius:50%;opacity:.1;animation:float 6s ease-in-out infinite}.about-hero-content h1{font-size:4rem;font-weight:900;color:var(--white);margin-bottom:1rem;text-transform:uppercase;letter-spacing:3px;position:relative;z-index:2}.about-hero-content .highlight{color:var(--bright-yellow)}.about-subtitle{font-size:1.3rem;color:var(--text-light);max-width:600px;margin:0 auto;position:relative;z-index:2}.about-content{padding:4rem 2rem;background:var(--dark-purple);width:100%;max-width:100vw;overflow-x:hidden}.about-intro{margin-bottom:4rem;text-align:center}.about-intro h2{font-size:2.5rem;color:var(--bright-yellow);margin-bottom:2rem;font-weight:800}.about-intro p{color:var(--text-light);line-height:1.8;font-size:1.1rem;margin-bottom:1.5rem;max-width:900px;margin-left:auto;margin-right:auto}.stats-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin:4rem 0}@media (max-width: 768px){.stats-section{grid-template-columns:1fr;gap:1.5rem}}.stat-card{background:#ffffff0d;padding:2rem;border-radius:20px;text-align:center;border:2px solid transparent;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.stat-card:hover{border-color:var(--bright-yellow);background:#ffffff1a}.stat-number{font-size:3.5rem;font-weight:900;color:var(--bright-yellow);margin-bottom:.5rem}.stat-label{font-size:1.1rem;color:var(--text-light);font-weight:500}.values-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:4rem 0}@media (max-width: 768px){.values-section{grid-template-columns:1fr;gap:1.5rem}}.value-card{background:#ffffff0d;padding:2.5rem;border-radius:20px;text-align:center;border:2px solid transparent;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);touch-action:pan-y;-webkit-overflow-scrolling:touch}.value-card:hover{border-color:var(--bright-yellow);background:#ffffff1a;box-shadow:0 10px 30px #ffd70033}.value-icon{font-size:3rem;margin-bottom:1rem;display:inline-flex;align-items:center;justify-content:center;color:var(--bright-yellow);animation:rotate 3s ease-in-out infinite}.value-icon svg{width:100%;height:100%}@keyframes rotate{0%,to{transform:rotate(0)}50%{transform:rotate(10deg)}}.value-card h3{font-size:1.8rem;color:var(--bright-yellow);margin-bottom:1rem;font-weight:700}.value-card p{color:var(--text-light);line-height:1.8;font-size:1rem}.why-choose-section{margin-top:4rem;text-align:center}.why-choose-section h2{font-size:2.5rem;color:var(--bright-yellow);margin-bottom:2rem;font-weight:800}.features-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;max-width:900px;margin:0 auto}.feature-item{background:#ffffff0d;padding:1.5rem;border-radius:15px;display:flex;align-items:center;gap:1rem;border-left:4px solid var(--bright-yellow);transition:all .3s ease}.feature-item:hover{background:#ffffff1a;transform:translate(10px)}.check-icon{font-size:1.5rem;color:var(--bright-yellow);font-weight:700;min-width:30px}.feature-item span:last-child{color:var(--text-light);font-size:1rem}@media (max-width: 768px){.about-hero{padding:3rem 1.5rem}.about-hero-content h1{font-size:2.5rem;letter-spacing:2px}.about-subtitle{font-size:1rem}.about-content{padding:3rem 1.5rem}.about-intro h2{font-size:2rem}.about-intro p{font-size:1rem}.stats-section{grid-template-columns:1fr;gap:1.5rem}.stat-card{padding:1.5rem}.stat-number{font-size:2.5rem}.values-section{grid-template-columns:1fr;gap:1.5rem}.value-card{padding:2rem}.why-choose-section h2{font-size:2rem}.features-list{grid-template-columns:1fr;gap:1rem}.feature-item{padding:1.2rem}}@media (max-width: 480px){.about-hero{padding:2rem 1rem}.about-hero-content h1{font-size:1.8rem;letter-spacing:1px}.about-subtitle{font-size:.9rem}.about-content{padding:2rem 1rem}.about-intro h2{font-size:1.5rem}.about-intro p{font-size:.9rem}.stats-section{grid-template-columns:1fr;gap:1rem;margin:2rem 0}.stat-card{padding:1.2rem}.stat-number{font-size:2rem}.stat-label{font-size:.9rem}.value-card{padding:1.5rem}.value-icon{font-size:3rem}.value-card h3{font-size:1.4rem}.why-choose-section h2{font-size:1.5rem}.feature-item{padding:1rem;gap:.8rem}.check-icon{font-size:1.2rem;min-width:25px}}.contact-page{padding-top:80px;min-height:100vh;width:100%;max-width:100vw;overflow-x:hidden;touch-action:pan-y;-webkit-overflow-scrolling:touch}.contact-hero{background:linear-gradient(135deg,var(--primary-purple),var(--dark-purple));padding:5rem 2rem;text-align:center;position:relative;overflow:hidden}.contact-hero:before{content:"";position:absolute;bottom:-30%;left:-10%;width:400px;height:400px;background:var(--bright-yellow);border-radius:50%;opacity:.1;animation:float 6s ease-in-out infinite}.contact-hero-content h1{font-size:4rem;font-weight:900;color:var(--white);margin-bottom:1rem;text-transform:uppercase;letter-spacing:3px;position:relative;z-index:2}.contact-hero-content .highlight{color:var(--bright-yellow)}.contact-subtitle{font-size:1.3rem;color:var(--text-light);max-width:700px;margin:0 auto;position:relative;z-index:2}.contact-content{padding:4rem 2rem;background:var(--dark-purple);width:100%;max-width:100vw;overflow-x:hidden;box-sizing:border-box}.container{max-width:1200px;margin:0 auto;width:100%;padding:0 1rem;box-sizing:border-box}.contact-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;align-items:start;width:100%;max-width:100%;box-sizing:border-box;margin:0;padding:0}@media (max-width: 968px){.contact-grid{grid-template-columns:1fr;gap:2rem}}.contact-info h2,.contact-form-wrapper h2{font-size:2.5rem;color:var(--bright-yellow);margin-bottom:1.5rem;font-weight:800}.info-description{color:var(--text-light);line-height:1.8;margin-bottom:2rem;font-size:1.1rem}.contact-cards{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}.contact-card{background:#ffffff0d;padding:2rem;border-radius:15px;border:2px solid transparent;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);touch-action:pan-y;-webkit-overflow-scrolling:touch}.contact-card:hover{border-color:var(--bright-yellow);background:#ffffff1a}.contact-icon{font-size:2rem;margin-bottom:1rem;color:var(--bright-yellow);display:flex;align-items:center;justify-content:center}.contact-icon svg{width:100%;height:100%}.contact-card h3{color:var(--bright-yellow);font-size:1.3rem;margin-bottom:.5rem;font-weight:700}.contact-card p,.contact-card a{color:var(--text-light);text-decoration:none;font-size:1.1rem;transition:color .3s ease}.contact-card a:hover{color:var(--bright-yellow)}.social-links{margin-top:2rem}.social-links h3{color:var(--bright-yellow);margin-bottom:1rem;font-size:1.5rem}.social-icons{display:flex;gap:1rem}.social-icons a{font-size:1.5rem;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;color:var(--bright-yellow);transition:transform .3s ease,color .3s ease}.social-icons a:hover{color:var(--gold-yellow)}.social-icons a svg{width:100%;height:100%}.contact-form-wrapper{background:#ffffff0d;padding:2.5rem;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,215,0,.2);max-width:600px;margin:0 auto}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:var(--bright-yellow);font-weight:600;font-size:1rem}.form-group input,.form-group textarea{padding:1rem;border:2px solid rgba(255,255,255,.1);border-radius:10px;background:#ffffff0d;color:var(--white);font-size:1rem;font-family:Poppins,sans-serif;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--bright-yellow);background:#ffffff1a;box-shadow:0 0 10px #ffd7004d}.form-group input::placeholder,.form-group textarea::placeholder{color:#ffffff80}.submit-btn{padding:1.2rem 3rem;background:var(--bright-yellow);color:#000;border:none;border-radius:50px;font-size:1.1rem;font-weight:800;text-transform:uppercase;letter-spacing:2px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ffd70066;margin-top:1rem}.submit-btn:hover:not(:disabled){background:var(--gold-yellow);box-shadow:0 6px 20px #ffd70099;transform:translateY(-2px)}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.success-message{background:#4caf5033;border:2px solid #4caf50;color:#4caf50;padding:1rem;border-radius:10px;text-align:center;font-weight:600;margin-top:1rem}.error-message{background:#f4433633;border:2px solid #f44336;color:#f44336;padding:1rem;border-radius:10px;text-align:center;font-weight:600;margin-top:1rem}@media (max-width: 968px){.contact-grid{grid-template-columns:1fr;gap:2rem}.contact-form-wrapper{order:-1}}@media (max-width: 768px){.contact-hero{padding:3rem 1.5rem}.contact-hero-content h1{font-size:2.5rem;letter-spacing:2px}.contact-subtitle{font-size:1rem}.contact-content{padding:3rem 1.5rem}.contact-info h2,.contact-form-wrapper h2{font-size:2rem}.contact-form-wrapper,.contact-card{padding:1.5rem}.contact-icon{font-size:2rem}.form-group input,.form-group textarea{padding:.9rem;font-size:.95rem}.submit-btn{padding:1rem 2rem;font-size:1rem;width:100%}}@media (max-width: 480px){.contact-hero{padding:2rem 1rem}.contact-hero-content h1{font-size:1.8rem;letter-spacing:1px}.contact-subtitle{font-size:.9rem}.contact-content{padding:2rem 1rem;margin:0;width:100%;max-width:100vw;overflow-x:hidden}.container{padding:0 1rem;margin:0 auto;width:100%;max-width:100%;box-sizing:border-box}.contact-grid{margin:0;padding:0;width:100%;max-width:100%}.contact-info h2,.contact-form-wrapper h2{font-size:1.5rem;margin-bottom:1rem}.info-description{font-size:.9rem}.contact-form-wrapper,.contact-card{padding:1.2rem}.contact-icon{font-size:1.8rem}.contact-card h3{font-size:1.1rem}.contact-card p,.contact-card a{font-size:.95rem}.social-links h3{font-size:1.2rem}.social-icons a{font-size:1.8rem}.contact-form{gap:1.2rem}.form-group label{font-size:.9rem}.form-group input,.form-group textarea{padding:.8rem;font-size:.9rem}.submit-btn{padding:.9rem 1.5rem;font-size:.9rem;letter-spacing:1px}.success-message,.error-message{padding:.8rem;font-size:.9rem}}.services-page{padding-top:80px;min-height:100vh;width:100%;max-width:100vw;overflow-x:hidden}.services-hero{background:linear-gradient(135deg,var(--primary-purple),var(--dark-purple));padding:5rem 2rem;text-align:center;position:relative;overflow:hidden}.services-hero:before{content:"";position:absolute;top:-30%;left:-10%;width:400px;height:400px;background:var(--bright-yellow);border-radius:50%;opacity:.1;animation:float 6s ease-in-out infinite}.services-hero-content h1{font-size:4rem;font-weight:900;color:var(--white);margin-bottom:1rem;text-transform:uppercase;letter-spacing:3px;position:relative;z-index:2}.services-hero-content .highlight{color:var(--bright-yellow)}.services-subtitle{font-size:1.3rem;color:var(--text-light);max-width:700px;margin:0 auto;position:relative;z-index:2}.services-content{padding:4rem 2rem;background:var(--dark-purple);width:100%;max-width:100vw;overflow-x:hidden}.service-types{margin-bottom:5rem}.types-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}@media (max-width: 768px){.types-grid{grid-template-columns:1fr;gap:1.5rem}}.type-card{background:#ffffff0d;padding:2.5rem;border-radius:20px;text-align:center;border:2px solid transparent;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);touch-action:pan-y;-webkit-overflow-scrolling:touch}.type-card:hover{border-color:var(--bright-yellow);background:#ffffff1a;box-shadow:0 10px 30px #ffd70033}.type-icon{font-size:3rem;margin-bottom:1rem;display:inline-flex;align-items:center;justify-content:center;color:var(--bright-yellow);animation:bounce 2s ease-in-out infinite}.type-icon svg{width:100%;height:100%}.type-card h3{color:var(--bright-yellow);font-size:1.8rem;margin-bottom:1rem;font-weight:700}.type-card p{color:var(--text-light);line-height:1.6;margin-bottom:1rem}.availability{display:inline-block;background:#ffd70033;color:var(--bright-yellow);padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600}.services-grid-section{margin-bottom:5rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}@media (max-width: 768px){.services-grid{grid-template-columns:1fr;gap:1.5rem}}.service-card{background:#ffffff0d;padding:2.5rem;border-radius:20px;border:2px solid transparent;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden;touch-action:pan-y;-webkit-overflow-scrolling:touch}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--bright-yellow),var(--gold-yellow));transform:scaleX(0);transition:transform .3s ease}.service-card:hover:before{transform:scaleX(1)}.service-card:hover{border-color:var(--bright-yellow);background:#ffffff1a;box-shadow:0 15px 40px #ffd7004d}.service-icon-wrapper{display:inline-block;margin-bottom:1.5rem}.service-icon{font-size:3rem;display:inline-flex;align-items:center;justify-content:center;color:var(--bright-yellow);filter:drop-shadow(0 4px 8px rgba(255,215,0,.3))}.service-icon svg{width:100%;height:100%}.service-card h3{color:var(--bright-yellow);font-size:1.8rem;margin-bottom:1rem;font-weight:700}.service-description{color:var(--text-light);line-height:1.8;margin-bottom:1.5rem;font-size:1rem}.service-features{list-style:none;padding:0}.service-features li{color:var(--text-light);margin-bottom:.8rem;display:flex;align-items:center;gap:.8rem;font-size:.95rem}.check-mark{color:var(--bright-yellow);font-weight:700;font-size:1.2rem;min-width:20px}.cta-section{text-align:center;background:#ffffff0d;padding:3rem;border-radius:20px;border:2px solid rgba(255,215,0,.3)}.cta-section h2{font-size:2.5rem;color:var(--bright-yellow);margin-bottom:1rem;font-weight:800}.cta-section p{color:var(--text-light);font-size:1.2rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.cta-button{display:inline-block;background:var(--bright-yellow);color:#000;padding:1.2rem 3rem;font-weight:800;text-transform:uppercase;text-decoration:none;border-radius:50px;letter-spacing:2px;transition:all .3s ease;box-shadow:0 4px 15px #ffd70066;font-size:1.1rem}.cta-button:hover{transform:translateY(-3px);box-shadow:0 6px 20px #ffd70099;background:var(--gold-yellow)}@media (max-width: 968px){.services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media (max-width: 768px){.services-hero{padding:3rem 1.5rem}.services-hero-content h1{font-size:2.5rem;letter-spacing:2px}.services-subtitle{font-size:1rem}.services-content{padding:3rem 1.5rem}.section-title{font-size:2rem;letter-spacing:1px}.types-grid,.services-grid{grid-template-columns:1fr;gap:1.5rem}.type-card,.service-card{padding:2rem}.cta-section{padding:2rem 1.5rem}.cta-section h2{font-size:2rem}.cta-section p{font-size:1rem}.cta-button{padding:1rem 2rem;font-size:1rem;width:100%}}@media (max-width: 480px){.services-hero{padding:2rem 1rem}.services-hero-content h1{font-size:1.8rem;letter-spacing:1px}.services-subtitle{font-size:.9rem}.services-content{padding:2rem 1rem}.section-title{font-size:1.5rem}.types-grid,.services-grid{gap:1rem}.type-card,.service-card{padding:1.5rem}.type-icon,.service-icon{font-size:3rem}.type-card h3,.service-card h3{font-size:1.4rem}.service-description{font-size:.9rem}.service-features li{font-size:.85rem}.cta-section{padding:1.5rem 1rem}.cta-section h2{font-size:1.5rem}.cta-section p{font-size:.9rem}.cta-button{padding:.9rem 1.5rem;font-size:.9rem;letter-spacing:1px}}.testimonials-page{padding-top:80px;min-height:100vh;width:100%;max-width:100vw;overflow-x:hidden}.testimonials-hero{background:linear-gradient(135deg,var(--primary-purple),var(--dark-purple));padding:5rem 2rem;text-align:center;position:relative;overflow:hidden}.testimonials-hero:before{content:"";position:absolute;bottom:-30%;right:-10%;width:400px;height:400px;background:var(--bright-yellow);border-radius:50%;opacity:.1;animation:float 6s ease-in-out infinite}.testimonials-hero-content h1{font-size:4rem;font-weight:900;color:var(--white);margin-bottom:1rem;text-transform:uppercase;letter-spacing:3px;position:relative;z-index:2}.testimonials-hero-content .highlight{color:var(--bright-yellow)}.testimonials-subtitle{font-size:1.3rem;color:var(--text-light);max-width:700px;margin:0 auto;position:relative;z-index:2}.testimonials-content{padding:4rem 2rem;background:var(--dark-purple);width:100%;max-width:100vw;overflow-x:hidden}.achievements-section{margin-bottom:5rem}.achievements-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}@media (max-width: 768px){.achievements-grid{grid-template-columns:1fr;gap:1.5rem}}.achievement-card{background:#ffffff0d;padding:2rem;border-radius:20px;text-align:center;border:2px solid transparent;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);touch-action:pan-y;-webkit-overflow-scrolling:touch}.achievement-card:hover{border-color:var(--bright-yellow);background:#ffffff1a;box-shadow:0 10px 30px #ffd70033}.achievement-icon{font-size:2.5rem;margin-bottom:1rem;display:inline-flex;align-items:center;justify-content:center;color:var(--bright-yellow);animation:bounce 2s ease-in-out infinite}.achievement-icon svg{width:100%;height:100%}.achievement-number{font-size:3rem;font-weight:900;color:var(--bright-yellow);margin-bottom:.5rem}.achievement-label{color:var(--text-light);font-size:1rem;font-weight:500}.testimonials-section{margin-bottom:5rem}.section-title{font-size:2.5rem;color:var(--bright-yellow);text-align:center;margin-bottom:3rem;font-weight:800;text-transform:uppercase;letter-spacing:2px}.testimonial-carousel{position:relative;max-width:800px;margin:0 auto 2rem;display:flex;align-items:center;gap:1rem}.carousel-btn{background:#ffd70033;border:2px solid var(--bright-yellow);color:var(--bright-yellow);width:50px;height:50px;border-radius:50%;font-size:2rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0}.carousel-btn:hover{background:var(--bright-yellow);color:#000;transform:scale(1.1)}.testimonial-card{background:#ffffff0d;padding:3rem;border-radius:20px;border:2px solid rgba(255,215,0,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex:1;min-height:350px;display:flex;flex-direction:column}.testimonial-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:1.5rem}.testimonial-avatar{font-size:4rem;width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:#ffd70033;color:var(--bright-yellow)}.testimonial-avatar svg{width:100%;height:100%}.testimonial-avatar{border-radius:50%;border:3px solid var(--bright-yellow)}.testimonial-info h3{color:var(--bright-yellow);font-size:1.5rem;margin-bottom:.3rem;font-weight:700}.testimonial-role{color:var(--text-light);font-size:1rem;margin-bottom:.3rem}.testimonial-subject{color:var(--bright-yellow);font-size:.9rem;font-weight:600}.testimonial-rating{margin-bottom:1.5rem;font-size:1.5rem;display:flex;gap:.3rem;color:var(--bright-yellow)}.testimonial-rating svg{width:1.2em;height:1.2em}.testimonial-text{color:var(--text-light);line-height:1.8;font-size:1.1rem;flex:1;font-style:italic}.testimonial-dots{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.dot{width:12px;height:12px;border-radius:50%;border:2px solid var(--bright-yellow);background:transparent;cursor:pointer;transition:all .3s ease}.dot.active{background:var(--bright-yellow);transform:scale(1.3)}.gallery-section{margin-top:5rem}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}@media (max-width: 768px){.gallery-grid{grid-template-columns:1fr;gap:1.5rem}}.gallery-item{background:#ffffff0d;padding:2.5rem;border-radius:20px;text-align:center;border:2px solid transparent;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.gallery-item:hover{border-color:var(--bright-yellow);background:#ffffff1a;box-shadow:0 10px 30px #ffd70033}.gallery-emoji{font-size:4rem;margin-bottom:1rem;display:inline-flex;align-items:center;justify-content:center;color:var(--bright-yellow);animation:float 3s ease-in-out infinite}.gallery-emoji svg{width:100%;height:100%}.gallery-label{color:var(--bright-yellow);font-size:1.1rem;font-weight:600}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@media (max-width: 968px){.testimonial-carousel{flex-direction:column}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%)}.carousel-btn.prev{left:-60px}.carousel-btn.next{right:-60px}.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}@media (max-width: 768px){.testimonials-hero{padding:3rem 1.5rem}.testimonials-hero-content h1{font-size:2.5rem;letter-spacing:2px}.testimonials-subtitle{font-size:1rem}.testimonials-content{padding:3rem 1.5rem}.section-title{font-size:2rem;letter-spacing:1px}.testimonial-carousel{gap:.5rem}.carousel-btn{width:40px;height:40px;font-size:1.5rem}.testimonial-card{padding:2rem;min-height:auto}.testimonial-header{flex-direction:column;text-align:center;gap:1rem}.testimonial-avatar{width:70px;height:70px;font-size:3rem}.testimonial-info h3{font-size:1.3rem}.testimonial-text{font-size:1rem}.carousel-btn.prev{left:-50px}.carousel-btn.next{right:-50px}.achievements-grid{grid-template-columns:1fr;gap:1rem}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.achievement-card,.gallery-item{padding:1.5rem}}@media (max-width: 480px){.testimonials-hero{padding:2rem 1rem}.testimonials-hero-content h1{font-size:1.8rem;letter-spacing:1px}.testimonials-subtitle{font-size:.9rem}.testimonials-content{padding:2rem 1rem}.section-title{font-size:1.5rem}.testimonial-carousel{flex-direction:column;gap:1rem}.carousel-btn{position:static;width:45px;height:45px;transform:none}.carousel-btn.prev,.carousel-btn.next{left:auto;right:auto}.testimonial-card{padding:1.5rem}.testimonial-avatar{width:60px;height:60px;font-size:2.5rem}.testimonial-info h3{font-size:1.1rem}.testimonial-role,.testimonial-subject{font-size:.85rem}.testimonial-text{font-size:.9rem}.achievements-grid{grid-template-columns:1fr}.achievement-card{padding:1.2rem}.achievement-icon{font-size:2.5rem}.achievement-number{font-size:2rem}.gallery-grid{grid-template-columns:1fr;gap:1rem}.gallery-item{padding:1.5rem 1rem}.gallery-emoji{font-size:3rem}.gallery-label{font-size:.9rem}}.footer{background:var(--dark-purple);padding:3rem 2rem 1rem;margin-top:4rem}.footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{color:var(--bright-yellow);margin-bottom:1rem;font-size:1.5rem}.footer-section h4{color:var(--bright-yellow);margin-bottom:1rem;font-size:1.2rem}.footer-section p{color:var(--text-light);line-height:1.6;margin-bottom:.5rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:var(--text-light);text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:var(--bright-yellow)}.footer-section a{color:var(--text-light);text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:var(--bright-yellow)}.footer-section .icon{margin-right:.5rem;display:inline-flex;align-items:center;color:var(--bright-yellow)}.footer-section .icon svg{width:1.2em;height:1.2em}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:var(--text-light)}@media (max-width: 768px){.footer{padding:2rem 1.5rem 1rem}.footer-container{grid-template-columns:1fr;gap:1.5rem}.footer-section h3{font-size:1.3rem}.footer-section h4{font-size:1.1rem}.footer-section p{font-size:.95rem}}@media (max-width: 480px){.footer{padding:2rem 1rem 1rem;margin-top:2rem}.footer-container{gap:1.2rem}.footer-section h3{font-size:1.2rem}.footer-section h4{font-size:1rem}.footer-section p,.footer-section ul li a{font-size:.9rem}.footer-bottom{padding-top:1.5rem;font-size:.85rem}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-purple: #6b46c1;--dark-purple: #1e1b4b;--light-purple: #8b5cf6;--bright-yellow: #ffd700;--gold-yellow: #ffc107;--white: #ffffff;--text-light: rgba(255, 255, 255, .9);--bg-dark: #0f172a;--bg-card: rgba(30, 27, 75, .6);--accent-blue: #3b82f6}body{font-family:Poppins,sans-serif;background:linear-gradient(135deg,var(--bg-dark) 0%,var(--dark-purple) 100%);background-attachment:fixed;color:var(--white);overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;max-width:100vw;touch-action:pan-y;-webkit-overflow-scrolling:touch}html{scroll-behavior:smooth;overflow-x:hidden;width:100%;max-width:100vw}#root{width:100%;max-width:100vw;overflow-x:hidden}button,a,input,textarea{-webkit-tap-highlight-color:rgba(255,215,0,.3)}@media screen and (max-width: 768px){input,textarea,select{font-size:16px!important}}html{scroll-behavior:smooth}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--dark-purple)}::-webkit-scrollbar-thumb{background:var(--bright-yellow);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--gold-yellow)}
