*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}.app{min-height:100vh;overflow-x:hidden}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.error,.loading{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:100vh;text-align:center}.spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#667eea;height:50px;margin-bottom:1rem;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error h2{color:#e74c3c;margin-bottom:1rem}.navbar{background:#fff;box-shadow:0 2px 10px #0000001a;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.nav-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 2rem}.nav-brand h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:1.5rem}.mobile-menu-toggle{background:none;border:none;color:#333;cursor:pointer;display:none;font-size:1.5rem}.nav-menu{align-items:center;display:flex;gap:2rem;list-style:none}.nav-menu li a{color:#333;font-weight:500;position:relative;text-decoration:none;transition:color .3s ease}.nav-menu li a:hover{color:#667eea}.nav-menu li a:after{background:linear-gradient(135deg,#667eea,#764ba2);bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-menu li a:hover:after{width:100%}.admin-link{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:5px;color:#fff!important;padding:.5rem 1rem;transition:transform .3s ease}.admin-link:hover{transform:translateY(-2px)}.hero{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;justify-content:center;min-height:100vh;padding:2rem;position:relative;text-align:center}.hero-overlay{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23fff' fill-opacity='.1' d='m0 96 48 16c48 16 144 48 240 48s192-32 288-37.3C672 117 768 139 864 144s192-5 288-26.7C1248 96 1344 64 1392 48l48-16v288H0Z'/%3E%3C/svg%3E") no-repeat bottom;background-size:cover;bottom:0;left:0;opacity:.3;position:absolute;right:0;top:0}.hero-content{max-width:800px;position:relative;z-index:1}.hero-title{animation:fadeInUp 1s ease;font-size:3.5rem;font-weight:800;margin-bottom:1rem}.hero-subtitle{animation:fadeInUp 1s ease .2s both;font-size:1.8rem;font-weight:300;margin-bottom:1rem}.hero-description{animation:fadeInUp 1s ease .4s both;font-size:1.2rem;margin-bottom:2rem;opacity:.9}.hero-buttons{animation:fadeInUp 1s ease .6s both;display:flex;gap:1rem;justify-content:center}.btn{border-radius:50px;display:inline-block;font-size:1rem;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.btn-primary{background:#fff;color:#667eea}.btn-primary:hover{box-shadow:0 10px 30px #0003;transform:translateY(-3px)}.btn-secondary{background:#0000;border:2px solid #fff;color:#fff}.btn-secondary:hover{background:#fff;color:#667eea;transform:translateY(-3px)}.hero-scroll{animation:bounce 2s infinite;bottom:2rem;left:50%;position:absolute;text-align:center;transform:translateX(-50%)}.scroll-arrow{font-size:2rem;margin-top:.5rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateX(-50%) translateY(0)}40%{transform:translateX(-50%) translateY(-10px)}60%{transform:translateX(-50%) translateY(-5px)}}.section-header{margin-bottom:4rem;text-align:center}.section-title{color:#333;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.section-subtitle{color:#666;font-size:1.2rem}.about-section{background:#f9fafb;padding:6rem 0}.about-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.about-text h3{color:#667eea;font-size:1.8rem;margin:2rem 0 1rem}.about-text p{color:#555;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.about-stats{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);margin-top:3rem}.stat{background:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;padding:1.5rem;text-align:center;transition:transform .3s ease}.stat:hover{transform:translateY(-5px)}.stat h4{color:#667eea;font-size:2.5rem;margin-bottom:.5rem}.stat p{color:#666;font-size:.9rem}.about-image-placeholder{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;display:flex;justify-content:center;padding:3rem}.about-image-placeholder svg{max-width:300px;width:100%}.services-section{background:#fff;padding:6rem 0}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.service-card{background:#fff;border-radius:15px;box-shadow:0 4px 20px #0000001a;padding:2.5rem;text-align:center;transition:all .3s ease}.service-card:hover{box-shadow:0 10px 40px #667eea4d;transform:translateY(-10px)}.service-icon{font-size:3rem;margin-bottom:1rem}.service-card h3{color:#333;font-size:1.5rem;margin-bottom:1rem}.service-card p{color:#666;line-height:1.6}.blog-section{background:#f9fafb;padding:6rem 0}.blog-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.blog-card{background:#fff;border-radius:15px;box-shadow:0 4px 20px #0000001a;overflow:hidden;transition:all .3s ease}.blog-card:hover{box-shadow:0 10px 40px #00000026;transform:translateY(-10px)}.blog-image-placeholder{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;font-size:4rem;height:200px;justify-content:center}.blog-content{padding:2rem}.blog-content h3{color:#333;font-size:1.5rem;margin-bottom:1rem}.blog-excerpt{color:#666;line-height:1.6;margin-bottom:1.5rem}.blog-excerpt p{margin:0}.read-more-btn{color:#667eea;font-weight:600;text-decoration:none;transition:color .3s ease}.read-more-btn:hover{color:#764ba2}.no-content{color:#666;font-size:1.1rem;grid-column:1/-1;padding:3rem;text-align:center}.testimonials-section{background:#fff;padding:6rem 0}.testimonials-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.testimonial-card{background:#f9fafb;border-radius:15px;box-shadow:0 4px 20px #0000001a;padding:2.5rem;position:relative;transition:all .3s ease}.testimonial-card:hover{box-shadow:0 10px 40px #667eea33;transform:translateY(-5px)}.testimonial-quote{color:#667eea;font-size:4rem;left:1.5rem;opacity:.3;position:absolute;top:1rem}.testimonial-text{color:#555;font-size:1.1rem;line-height:1.8;margin-bottom:2rem;position:relative;z-index:1}.testimonial-author{align-items:center;display:flex;gap:1rem}.author-avatar{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;font-size:1.2rem;font-weight:700;height:50px;justify-content:center;width:50px}.author-info h4{color:#333;font-size:1.1rem;margin-bottom:.2rem}.author-info p{color:#666;font-size:.9rem}.contact-section{background:#f9fafb;padding:6rem 0}.contact-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item{align-items:flex-start;display:flex;gap:1.5rem}.contact-icon{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:2rem}.contact-item h4{color:#333;font-size:1.2rem;margin-bottom:.5rem}.contact-item p{color:#666}.contact-form-placeholder{align-items:center;background:#fff;border-radius:15px;box-shadow:0 4px 20px #0000001a;display:flex;flex-direction:column;justify-content:center;padding:3rem;text-align:center}.contact-form-placeholder p{color:#666;font-size:1.1rem;margin-bottom:1rem}.footer{background:#1a1a2e;color:#fff;padding:4rem 0 2rem}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:3rem}.footer-col h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;margin-bottom:1rem}.footer-col h4{font-size:1.2rem;margin-bottom:1rem}.footer-col p{color:#aaa;line-height:1.8}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:.8rem}.footer-col ul li a{color:#aaa;text-decoration:none;transition:color .3s ease}.footer-col ul li a:hover{color:#667eea}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-icon{align-items:center;background:#667eea33;border-radius:50%;color:#667eea;display:flex;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.social-icon:hover{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;transform:translateY(-3px)}.footer-bottom{border-top:1px solid #ffffff1a;color:#aaa;padding-top:2rem;text-align:center}.footer-bottom p{margin-bottom:.5rem}.footer-tech a{color:#667eea;text-decoration:none}.footer-tech a:hover{color:#764ba2}@media (max-width:968px){.mobile-menu-toggle{display:block}.nav-menu{background:#fff;box-shadow:0 4px 10px #0000001a;flex-direction:column;left:0;opacity:0;padding:2rem;pointer-events:none;position:absolute;right:0;top:100%;transform:translateY(-100%);transition:all .3s ease}.nav-menu.active{opacity:1;pointer-events:all;transform:translateY(0)}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.3rem}.hero-buttons{flex-direction:column}.about-content{grid-template-columns:1fr}.about-stats{grid-template-columns:repeat(2,1fr)}.blog-grid,.contact-content,.footer-content{grid-template-columns:1fr}}@media (max-width:640px){.container{padding:0 1rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.section-title{font-size:2rem}.about-stats,.services-grid,.testimonials-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=main.f5e18915.css.map*/