@import url(https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,300;14..32,400;14..32,500;14..32,600;14..32,700&family=Playfair+Display:wght@400;500;600;700&display=swap);*{box-sizing:border-box;margin:0;padding:0}body{background:#fff;color:#1a1a1a;font-family:Inter,sans-serif;line-height:1.6;scroll-behavior:smooth}.app{display:flex;flex-direction:column;min-height:100vh}main{flex:1 1}.container{margin:0 auto;max-width:1280px;padding:0 40px}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #9dd8cc4d;box-shadow:0 2px 20px #00000005;padding:1rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.nav-container{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 auto;max-width:1280px}.logo{color:#1a1a1a;cursor:pointer;font-family:Playfair Display,serif;font-size:1.6rem;font-weight:600;letter-spacing:-.5px;transition:all .3s}.logo span{color:#9dd8cc}.logo:hover{opacity:.8}.nav-links{display:flex;gap:2.5rem;list-style:none}.nav-links li{color:#4b5563;cursor:pointer;font-weight:500;letter-spacing:.3px;padding:.5rem 0;position:relative;transition:color .3s}.nav-links li:after{background:#9dd8cc;border-radius:2px;bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-links li.active:after,.nav-links li:hover:after{width:100%}.nav-links li.active,.nav-links li:hover{color:#1a1a1a}.hero{align-items:center;background-image:url(https://images.unsplash.com/photo-1510557880182-3d4d3cba35a5?w=1600);background-position:50%;background-size:cover;display:flex;height:85vh;justify-content:center;min-height:600px;position:relative;text-align:center}.hero:before{background:linear-gradient(135deg,#ffffffeb,#9dd8cce0);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.hero-content{animation:fadeInUp .8s ease;max-width:900px;padding:2rem;position:relative;z-index:1}.hero h1{color:#1a1a1a;font-family:Playfair Display,serif;font-size:3rem;font-weight:600;line-height:1.2;margin-bottom:1.5rem}.hero p{color:#374151;font-size:1.15rem;margin-bottom:1rem}.btn{background:#9dd8cc;border:none;border-radius:40px;box-shadow:0 4px 12px #9dd8cc4d;color:#1a1a1a;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;letter-spacing:.5px;padding:14px 36px;transition:all .3s ease}.btn:hover{background:#7bc4b6;box-shadow:0 8px 20px #9dd8cc66;transform:translateY(-2px)}.btn-outline{background:#0000;border:1.5px solid #9dd8cc;box-shadow:none;color:#1a1a1a}.btn-outline:hover{background:#9dd8cc1a;transform:translateY(-2px)}.card-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));padding:3rem 0}.card{background:#fff;border:1px solid #e5e7eb;border-radius:24px;box-shadow:0 4px 12px #00000008;overflow:hidden;transition:all .4s cubic-bezier(.2,.9,.4,1.1)}.card:hover{border-color:#9dd8cc;box-shadow:0 20px 35px -12px #9dd8cc40;transform:translateY(-6px)}.card-image{height:220px;object-fit:cover;transition:transform .5s;width:100%}.card:hover .card-image{transform:scale(1.02)}.card-content{padding:1.8rem}.card h3{color:#1a1a1a;font-family:Playfair Display,serif;font-size:1.35rem;margin-bottom:.75rem}.card p{color:#6b7280;line-height:1.6}.section-header{padding:4rem 0 2rem;text-align:center}.section-header h2{color:#1a1a1a;font-family:Playfair Display,serif;font-size:2.5rem;font-weight:600;margin-bottom:1rem}.section-header .underline{background:#9dd8cc;border-radius:3px;height:3px;margin:1rem auto 0;width:80px}.contact-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr;padding:2rem 0}.contact-form,.contact-info{background:#fff;border:1px solid #e5e7eb;border-radius:28px;box-shadow:0 4px 12px #00000005;padding:2rem;transition:all .3s}.contact-form:hover,.contact-info:hover{border-color:#9dd8cc;box-shadow:0 8px 25px #9dd8cc1a}.info-item{align-items:center;background:#f9fafb;border-radius:16px;display:flex;gap:1rem;margin-bottom:1.5rem;padding:1rem;transition:all .3s}.info-item:hover{background:#9dd8cc14}.info-icon{font-size:2rem}.map{border:1px solid #e5e7eb;border-radius:20px;margin-top:1.5rem;overflow:hidden}.form-group{margin-bottom:1.5rem}.form-group label{color:#374151;display:block;font-size:.9rem;font-weight:500;letter-spacing:.3px;margin-bottom:.5rem}.form-group input,.form-group textarea{background:#f9fafb;border:1px solid #e5e7eb;border-radius:16px;color:#1a1a1a;font-family:Inter,sans-serif;font-size:1rem;padding:12px 16px;transition:all .3s;width:100%}.form-group input:focus,.form-group textarea:focus{background:#fff;border-color:#9dd8cc;box-shadow:0 0 0 3px #9dd8cc33;outline:none}.whatsapp-float{align-items:center;background:#25d366;border-radius:50%;bottom:30px;box-shadow:0 4px 15px #25d3664d;color:#fff;cursor:pointer;display:flex;font-size:2rem;height:60px;justify-content:center;position:fixed;right:30px;transition:all .3s;width:60px;z-index:1000}.whatsapp-float:hover{box-shadow:0 6px 25px #25d36666;transform:scale(1.08)}.footer{background:#f9fafb;border-top:1px solid #e5e7eb;margin-top:4rem;padding:2.5rem;text-align:center}.footer p{color:#6b7280;font-size:.9rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.container{padding:0 24px}.nav-container{flex-direction:column;gap:1rem}.nav-links{gap:1.5rem}.hero{height:70vh;min-height:500px}.hero h1{font-size:1.8rem}.hero p{font-size:1rem}.contact-grid{grid-template-columns:1fr}.section-header h2{font-size:2rem}.logo img{height:40px!important}}
/*# sourceMappingURL=main.6fc10422.css.map*/