*{padding:0;box-sizing:border-box;margin:0}body{overflow-x:hidden;color:#2c3e50;background:#f9fafc;line-height:1.7;font-family:Poppins,Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.gradient-bg{background:linear-gradient(135deg,#2da9e1 20%,#febb13 110%)}.card{overflow:hidden;padding:3rem;border:1px solid #e5e7eb;transition:transform .4s ease,box-shadow .4s ease;position:relative;box-shadow:0 10px 30px rgba(0,0,0,.1);border-radius:55px;background:#fff}.card:before{height:5px;transform:scaleX(0);right:0;transition:transform .4s ease;content:"";position:absolute;top:0;background:linear-gradient(45deg,#7f9cf5,#2da9e1);left:0}.card:hover:before{transform:scaleX(1)}.card:hover{transform:translateY(-10px);box-shadow:0 20px 50px rgba(0,0,0,.15)}.header{backdrop-filter:blur(12px);padding:1rem 0;transition:background .3s ease;position:fixed;top:0;box-shadow:0 4px 20px rgba(0,0,0,.15);width:100%;z-index:1000}.header.scrolled{background:linear-gradient(35deg,rgba(254,187,19,.95),rgba(254,187,19,.35))}.nav-container{padding:0 2rem;justify-content:space-between;max-width:1400px;margin:0 auto}.logo,.nav-container{align-items:center;display:flex}.logo{text-decoration:none;gap:10px}.logo img{height:70px;object-fit:cover;box-shadow:0 4px 10px rgba(0,0,0,.2);border-radius:50%;width:70px}.logo span{font-size:1.2rem;font-weight:900;color:#fff;transition:transform .3s ease}.logo:hover{transform:scale(1.05)}.nav-menu{list-style:none;display:flex}.nav-menu li{position:relative}.nav-menu a{padding:1rem 1.5rem;font-size:1.1rem;text-decoration:none;font-weight:500;color:#fff;transition:background .3s ease,box-shadow .3s ease;gap:.5rem;will-change:background,box-shadow;align-items:center;display:flex}.nav-menu a:hover{box-shadow:0 2px 8px rgba(0,0,0,.1);background:hsla(0,0%,100%,.2)}.nav-menu a.active{border-bottom:2px solid #fff;background:hsla(0,0%,100%,.3)}.hamburger{padding:12px;flex-direction:column;gap:6px;cursor:pointer;order:-1;display:none}.hamburger span{height:4px;transition:all .3s ease;border-radius:3px;background:#fff;width:30px}.hamburger.active span:first-child{transform:rotate(45deg) translate(8px,8px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(8px,-8px)}main{margin-top:85px}.container{padding:0 2rem;max-width:1400px;margin:0 auto}.welcome-hero{overflow:hidden;padding:10rem 0;position:relative;text-align:center}.welcome-hero:before{animation:backgroundFloat 20s linear infinite;right:0;content:"";position:absolute;bottom:0;top:0;background:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="10" cy="10" r="3" fill="rgba(255,255,255,0.2)"/><circle cx="90" cy="90" r="4" fill="rgba(255,255,255,0.15)"/><circle cx="50" cy="20" r="2" fill="rgba(255,255,255,0.25)"/><circle cx="30" cy="80" r="3" fill="rgba(255,255,255,0.2)"/></svg>');left:0}@keyframes backgroundFloat{0%{transform:translateY(0) rotate(0deg)}to{transform:translateY(-60px) rotate(1turn)}}.hero-content{position:relative;z-index:2}.welcome-hero h1{animation:heroSlideUp 1s ease-out;font-size:4.5rem;font-weight:700;margin-bottom:1.5rem;text-shadow:0 4px 10px rgba(0,0,0,.2);color:#fff;line-height:1.2}.welcome-hero .subtitle{animation:heroSlideUp 1s ease-out .2s both;font-size:1.5rem;font-weight:300;margin-bottom:3rem;color:#fff;opacity:.95}.hero-buttons{animation:heroSlideUp 1s ease-out .4s both;justify-content:center;flex-wrap:wrap;gap:2rem;display:flex}.cta-button{overflow:hidden;padding:1.3rem 3rem;font-size:1.2rem;text-decoration:none;font-weight:600;color:#fff;transition:all .4s ease;position:relative;gap:.8rem;align-items:center;box-shadow:0 8px 25px hsla(0,100%,71%,.4);border-radius:50px;background:linear-gradient(45deg,#2da9e1,#2da9e1);display:inline-flex}.cta-button:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 15px 40px hsla(0,100%,71%,.5)}.cta-button:before{height:100%;transition:left .4s ease;content:"";position:absolute;top:0;background:linear-gradient(45deg,hsla(0,0%,100%,.3),transparent);left:-100%;width:100%}.cta-button:hover:before{left:100%}.cta-secondary{backdrop-filter:blur(12px);border:2px solid hsla(0,0%,100%,.4);background:hsla(0,0%,100%,.15)}.cta-secondary:hover{background:hsla(0,0%,100%,.25)}@keyframes heroSlideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.features{padding:10rem 0;background:linear-gradient(180deg,#f9fafc,#fff)}.section-title{font-size:3.2rem;font-weight:700;margin-bottom:1.2rem;color:#2c3e50;position:relative;text-align:center}.section-subtitle{font-size:1.3rem;margin-right:auto;margin-bottom:4rem;color:#6b7280;max-width:700px;text-align:center;margin-left:auto}.section-title:after{height:5px;transform:translateX(-50%);content:"";position:absolute;bottom:-15px;border-radius:3px;background:linear-gradient(45deg,#7f9cf5,#2da9e1);left:50%;width:120px}.features-grid{grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:3rem;margin-top:4rem;display:grid}.feature-card{animation:fadeInUp .6s ease-out forwards;transform:translateY(20px);opacity:0}.feature-card:nth-child(2){animation-delay:.1s}.feature-card:nth-child(3){animation-delay:.2s}.feature-card:nth-child(4){animation-delay:.3s}@keyframes fadeInUp{to{transform:translateY(0);opacity:1}}.feature-icon{height:90px;justify-content:center;font-size:2.2rem;color:#fff;transition:all .4s ease;margin:0 auto 2rem;align-items:center;border-radius:25px;background:linear-gradient(135deg,#7f9cf5,#2da9e1);width:90px;display:flex}.feature-card:hover .feature-icon{transform:scale(1.15) rotate(5deg);background:linear-gradient(135deg,#2da9e1,#7f9cf5)}.feature-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:#2c3e50}.feature-card p{font-size:1.1rem;color:#6b7280;line-height:1.8}.page-header{overflow:hidden;padding:8rem 0;position:relative;text-align:center}.page-header:before{right:0;content:"";position:absolute;bottom:0;top:0;background:rgba(0,0,0,.15);left:0}.page-header-content{position:relative;z-index:2}.page-header h1{font-size:4rem;font-weight:700;margin-bottom:1.2rem;text-shadow:0 4px 10px rgba(0,0,0,.2);color:#fff}.page-header p{font-size:1.4rem;color:#fff;opacity:.9}.content-section{padding:8rem 0}.content-grid{grid-template-columns:1fr 1fr;gap:4rem;margin:4rem 0;align-items:center;display:grid}.content-text h2{font-size:2.5rem;font-weight:600;margin-bottom:1.5rem;color:#2c3e50}.content-text p{font-size:1.2rem;margin-bottom:1.5rem;color:#6b7280;line-height:1.8}.content-visual{padding:3rem;text-align:center;border-radius:30px}.content-icon{font-size:7rem;margin-bottom:1.5rem;color:#7f9cf5;background:linear-gradient(135deg,#7f9cf5,#2da9e1);-webkit-background-clip:text;background-clip:text}.reviews-section{padding:8rem 0;background:linear-gradient(180deg,#f9fafc,#fff)}.reviews-container{grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:3rem;margin-top:3rem;display:grid}.review-card{animation:fadeInUp .6s ease-out forwards;transform:translateY(20px);opacity:0}.review-card:nth-child(2){animation-delay:.1s}.review-card:nth-child(3){animation-delay:.2s}.review-card:before{font-size:4rem;font-weight:700;color:#7f9cf5;content:'"';position:absolute;opacity:.3;top:-10px;left:20px}.review-header{margin-bottom:1.5rem}.review-avatar,.review-header{align-items:center;display:flex}.review-avatar{height:60px;justify-content:center;font-size:1.2rem;font-weight:700;margin-right:1rem;color:#fff;box-shadow:0 4px 15px rgba(127,156,245,.3);border-radius:50%;background:linear-gradient(45deg,#7f9cf5,#2da9e1);width:60px}.review-info h4{font-weight:600;margin-bottom:.3rem;color:#2c3e50}.review-date{font-size:.9rem;color:#6b7280}.stars{font-size:1.2rem;color:#f59e0b;margin:.5rem 0}.review-text{font-size:1.1rem;font-style:italic;color:#6b7280;line-height:1.8}.services-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;margin-top:3rem;display:grid}.service-card{animation:fadeInUp .6s ease-out forwards;transform:translateY(20px);opacity:0}.service-card:nth-child(2){animation-delay:.1s}.service-card:nth-child(3){animation-delay:.2s}.service-card:nth-child(4){animation-delay:.3s}.service-icon{height:80px;justify-content:center;font-size:2rem;color:#fff;margin:0 auto 1.5rem;align-items:center;border-radius:20px;background:linear-gradient(135deg,#7f9cf5,#2da9e1);width:80px;display:flex}.service-card h3{font-size:1.4rem;font-weight:600;margin-bottom:1rem;color:#2c3e50}.service-card p{font-size:1.1rem;color:#6b7280}.gallery-image{height:200px;transition:transform .3s ease,box-shadow .3s ease;object-fit:cover;border-radius:20px;cursor:pointer;width:100%}.gallery-image:hover{transform:scale(1.05);box-shadow:0 10px 20px rgba(0,0,0,.2)}.staff-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;margin-top:3rem;display:grid}.staff-card{height:350px;flex-direction:column;display:flex}.staff-card:nth-child(2){animation-delay:.1s}.staff-card:nth-child(3){animation-delay:.2s}.staff-card:nth-child(4){animation-delay:.3s}.staff-image{border-radius:20px}.staff-card img,.staff-image{height:200px;object-fit:cover;width:100%}.staff-card h3{font-size:1.4rem;font-weight:600;margin-bottom:.5rem;color:#2c3e50}.staff-card p{font-size:1.1rem;color:#6b7280}.lightbox{height:100%;justify-content:center;position:fixed;top:0;align-items:center;background:rgba(0,0,0,.8);left:0;width:100%;display:none;z-index:2000}.lightbox.active{display:flex}.lightbox-content{padding:2rem;max-width:600px;text-align:center;border-radius:15px;background:#fff}.lightbox-content img{margin-bottom:1rem;max-width:100%;border-radius:10px}.lightbox-content h3{margin-bottom:1rem;color:#2c3e50}.lightbox-content p{color:#6b7280}.lightbox-close{font-size:1.5rem;right:1rem;color:#fff;position:absolute;top:1rem;cursor:pointer}.contact-grid{grid-template-columns:1fr 1fr;gap:4rem;margin-top:3rem;display:grid}.contact-info{padding:3rem}.contact-item{padding:1rem;margin-bottom:2rem;transition:all .3s ease;align-items:center;border-radius:12px;display:flex}.contact-item:hover{transform:translateX(5px);background:#f9fafc}.contact-item i{height:50px;justify-content:center;font-size:1.3rem;margin-right:1rem;align-items:center;border-radius:12px;background:linear-gradient(135deg,#febb13);width:50px;display:flex}.contact-details h4{font-weight:600;margin-bottom:.3rem;color:#2c3e50}.contact-details p{color:#6b7280;margin:0}.contact-form input,.contact-form textarea{padding:1rem;font-size:1.1rem;border:1px solid #e5e7eb;margin-bottom:1.5rem;transition:border-color .3s ease,box-shadow .3s ease;border-radius:12px;width:100%}.contact-form input:focus,.contact-form textarea:focus{border-color:#7f9cf5;outline:none;box-shadow:0 0 8px rgba(127,156,245,.3)}.contact-form input:invalid[required]:not(:placeholder-shown),.contact-form textarea:invalid[required]:not(:placeholder-shown){border-color:#ef4444}.contact-form .error{font-size:.9rem;margin-bottom:1rem;color:#ef4444;margin-top:-1rem;display:none}.admin-panel{padding:4rem 0}.admin-panel h2{font-size:2.5rem;margin-bottom:2rem;text-align:center}.admin-section{margin-bottom:3rem}.admin-section h3{font-size:1.8rem;margin-bottom:1.5rem}.admin-form input,.admin-form textarea{padding:1rem;border:1px solid #e5e7eb;margin-bottom:1rem;border-radius:8px;width:100%}.admin-form button{padding:1rem 2rem;border:none;color:#fff;border-radius:8px;background:linear-gradient(45deg,#7f9cf5,#2da9e1);cursor:pointer}.admin-list{margin-top:2rem}.admin-item{padding:1rem;justify-content:space-between;border-bottom:1px solid #e5e7eb;align-items:center;display:flex}.admin-item button{padding:.5rem 1rem;border:none;color:#fff;border-radius:8px;background:#ef4444;cursor:pointer}.message-list{margin-top:2rem}.message-item{padding:1rem;border-bottom:1px solid #e5e7eb}.footer{padding:5rem 0 2rem;color:#fff;background:linear-gradient(135deg,#2d3748,#4b5563)}.footer-content{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:3rem;gap:3rem;display:grid}.footer-section h3{font-size:1.4rem;font-weight:600;margin-bottom:1.5rem;color:#7f9cf5}.footer-section a,.footer-section p{text-decoration:none;margin-bottom:1rem;color:#d1d5db;transition:all .3s ease;align-items:center;display:flex}.footer-section a:hover{transform:translateX(5px);color:#7f9cf5}.footer-section i{margin-right:.8rem;width:18px}.social-links{gap:1rem;display:flex}.social-links a{font-size:1.5rem;color:#d1d5db}.social-links a:hover{transform:scale(1.2);color:#7f9cf5}.references-slider{overflow:hidden;padding:2rem 0;color:#fff;position:relative;border-top:4px solid #7f9cf5;background:linear-gradient(135deg,#4b5563,#2d3748);white-space:nowrap}.slider-content{animation:slide 25s linear infinite;font-size:1.2rem;font-weight:500;display:inline-block}@keyframes slide{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.reference-item{margin-right:4rem;align-items:center;display:inline-flex}.reference-item i{margin-right:.8rem;color:#f59e0b}@media (max-width:1024px){.nav-menu{height:100vh;backdrop-filter:blur(12px);padding-top:4rem;justify-content:flex-start;transition:left .4s ease;position:fixed;flex-direction:column;top:0;align-items:flex-start;background:linear-gradient(135deg,rgba(127,156,245,.95),rgba(254,187,19,.95));left:-250px;width:250px;z-index:999}.nav-menu.active{left:0}.hamburger{display:flex}.contact-grid,.content-grid{grid-template-columns:1fr;padding:0 1.5rem;gap:3rem}.welcome-hero h1{font-size:3.5rem}.page-header h1{font-size:3rem}.content-section{padding:6rem 0}.services-grid,.staff-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media (max-width:768px){.welcome-hero h1{font-size:2.8rem}.welcome-hero .subtitle{font-size:1.2rem}.hero-buttons{flex-direction:column;align-items:center}.content-icon{font-size:5rem}.page-header h1{font-size:2.8rem}.section-title{font-size:2.2rem}.features-grid,.reviews-container,.services-grid,.staff-grid{grid-template-columns:1fr}.container,.nav-container{padding:0 1.5rem}.features,.reviews-section,.welcome-hero{padding:6rem 0}}.loading-overlay{height:100%;justify-content:center;transition:opacity .6s ease;position:fixed;opacity:1;top:0;align-items:center;background:linear-gradient(135deg,#7f9cf5,#2da9e1);left:0;width:100%;display:flex;z-index:9999}.loading-overlay.hide{pointer-events:none;opacity:0}.loader{animation:spin .8s linear infinite;height:60px;border:4px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;width:60px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.scroll-top{height:60px;font-size:1.4rem;border:none;right:2rem;color:#fff;transition:all .4s ease;position:fixed;opacity:0;bottom:2rem;visibility:hidden;border-radius:50%;background:linear-gradient(135deg,#7f9cf5,#2da9e1);cursor:pointer;width:60px;z-index:1000}.scroll-top.show{opacity:1;visibility:visible}.scroll-top:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(127,156,245,.5)}