*{box-sizing:border-box;margin:0;padding:0}body{background-color:#fff;color:#333;font-family:Inter,sans-serif;line-height:1.6}.container{margin:0 auto;max-width:1200px;padding:0 20px}.header{background:#fff;box-shadow:0 2px 10px #0000001a;left:0;position:fixed;right:0;top:0;z-index:1000}.nav{align-items:center;display:flex;justify-content:space-between;padding:1rem 0}.logo{color:#2563eb;font-size:1.5rem;font-weight:700}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:#333;font-weight:500;text-decoration:none;transition:color .3s ease}.nav-links a:hover{color:#2563eb}.mobile-menu{cursor:pointer;display:none;flex-direction:column}.mobile-menu span{background:#333;height:3px;margin:3px 0;transition:.3s;width:25px}.hero{align-items:center;color:#fff;display:flex;min-height:100vh;padding:120px 0 80px;text-align:center}.hero h1{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.hero-subtitle{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.btn{border:none;border-radius:50px;cursor:pointer;display:inline-block;font-weight:600;padding:12px 30px;text-decoration:none;transition:all .3s ease}.btn-primary{background:#fff;color:#2563eb}.btn-primary:hover{background:#f8fafc;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #fff;color:#fff}.btn-secondary:hover{background:#fff;color:#2563eb}.btn-secondary:focus{box-shadow:0 0 0 3px #ffffff4d;outline:none}.about{background:#f8fafc;padding:80px 0}.section-title{color:#1e293b;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.about-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:2fr 1fr}.about-text{color:#64748b;font-size:1.1rem;line-height:1.8}.about-image{border-radius:15px;box-shadow:0 10px 30px #0000001a;height:400px;overflow:hidden;width:100%}.about-image img{height:100%;object-fit:cover;object-position:center;width:100%}.services{padding:80px 0}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);margin-top:3rem}.service-card{background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000001a;padding:2rem;text-align:center;transition:transform .3s ease}.service-card:hover{transform:translateY(-5px)}.service-icon{color:#2563eb;font-size:3rem;margin-bottom:1rem}.service-card h3{color:#1e293b;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.service-card p{color:#64748b;line-height:1.6}.gallery{background:#f8fafc;padding:80px 0}.gallery-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:3rem}.gallery-item{border-radius:15px;box-shadow:0 5px 20px #0000001a;overflow:hidden;position:relative;transition:transform .3s ease}.gallery-item:hover{transform:scale(1.05)}.gallery-item img{height:250px;object-fit:cover;transition:transform .3s ease;width:100%}.gallery-item:hover img{transform:scale(1.1)}.gallery-overlay{background:linear-gradient(#0000,#000c);bottom:0;color:#fff;left:0;padding:1rem;position:absolute;right:0;transform:translateY(100%);transition:transform .3s ease}.gallery-item:hover .gallery-overlay{transform:translateY(0)}.testimonials{padding:80px 0}.testimonials-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);margin-top:3rem}.testimonial-card{background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000001a;padding:2rem;position:relative}.testimonial-card:before{color:#2563eb;content:'"';font-family:serif;font-size:4rem;left:20px;position:absolute;top:-10px}.testimonial-text{color:#64748b;font-style:italic;line-height:1.6;margin-bottom:1rem}.testimonial-author{color:#1e293b;font-weight:600}.special-testimonial{background:linear-gradient(135deg,#2563eb,#1d4ed8);border:3px solid #fbbf24;color:#fff;overflow:hidden;position:relative}.special-testimonial:before{color:#fbbf24;content:"⭐";font-size:1.5rem;position:absolute;right:15px;top:10px}.special-testimonial .testimonial-text{color:#fff;font-weight:500}.special-testimonial .testimonial-author{color:#fbbf24;font-size:1.1rem;font-weight:700}.testimonial-image-container{align-items:center;display:flex;flex-direction:column;text-align:center}.testimonial-image{border-radius:10px;box-shadow:0 4px 15px #0003;height:auto;margin-bottom:1rem;max-width:300px;transition:transform .3s ease;width:100%}.testimonial-image:hover{transform:scale(1.05)}.special-testimonial .testimonial-image-container .testimonial-author{margin-top:.5rem}.promo-section{background:#fff;padding:80px 0;text-align:center}.promo-content{margin:0 auto;max-width:800px}.promo-heading{color:#ec4899;font-size:2.5rem;font-weight:700;line-height:1.3;margin-bottom:1.5rem}.promo-text{color:#374151;font-size:1.2rem;line-height:1.8;margin:0}.contact{background:#f8fafc;padding:80px 0}.contact-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-top:3rem}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item{align-items:center;display:flex;gap:1rem}.contact-icon{color:#2563eb;font-size:1.5rem}.contact-form{background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000001a;padding:2rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#1e293b;display:block;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group textarea{border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;padding:12px;transition:border-color .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#2563eb;outline:none}.form-group textarea{height:120px;resize:vertical}.social-links a{transition:all .3s ease}.social-links a:hover{color:#1d4ed8!important;transform:translateY(-3px) scale(1.1)}.footer{background:#1e293b;color:#fff;padding:2rem 0;text-align:center}@media (max-width:1200px){.services-grid,.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.nav-links{display:none}.mobile-menu{display:flex}.hero h1{font-size:2rem}.hero-buttons{align-items:center;flex-direction:column}.about-content,.contact-content{gap:2rem;grid-template-columns:1fr}.section-title{font-size:2rem}.services-grid,.testimonials-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.promo-heading{font-size:1.8rem}.promo-text{font-size:1rem}}
/*# sourceMappingURL=main.9c92e431.css.map*/