body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{color:#333;font-family:Arial,sans-serif;line-height:1.6}.navbar{background-color:#fff;box-shadow:0 2px 5px #0000001a;position:fixed;top:0;width:100%;z-index:1000}.nav-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem}.logo,.nav-container{align-items:center;display:flex}.logo-img{height:60px;margin-right:1rem;object-fit:contain;width:60px}.logo-text{color:#2c3e50;font-size:1.7rem;font-weight:700}.nav-links{display:flex;list-style:none}.nav-links li{margin-left:2rem}.nav-links a{color:#2c3e50;display:inline-block;font-weight:500;height:40px;line-height:40px;text-decoration:none;transform-origin:bottom;transition:transform .2s cubic-bezier(.4,2,.6,1)}.nav-links li:hover a{transform:scale(1.15)}.hero{align-items:center;background:linear-gradient(#00000080,#00000080),url(https://images.unsplash.com/photo-1497366754035-f200968a6e72?ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80);background-position:50%;background-size:cover;color:#fff;display:flex;height:100vh;justify-content:center;padding:0 1rem;text-align:center}.hero-content h1{font-size:3rem;margin-bottom:2.2rem;margin-top:2.2rem}.hero-content p{font-size:1.2rem;margin-bottom:2rem}.cta-button{background-color:#9b4dbe;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1.1rem;padding:1rem 2rem;transition:background-color .3s ease}.cta-button:hover{background-color:#7a3797}.services{background-color:#f9f9f9;padding:5rem 1rem}.services h2{color:#2c3e50;margin-bottom:3rem;text-align:center}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1200px}.service-card{background:#fff;border-radius:10px;box-shadow:0 3px 10px #0000001a;padding:2rem;text-align:center}.service-card h3{color:#2c3e50;margin-bottom:1rem}.services-subheading{color:#7a3797;font-size:1.4rem;font-weight:600;margin-bottom:2rem;text-align:center}.large-services-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:900px}.large-service-card{background:#fff;border-radius:20px;box-shadow:0 6px 24px #9b4dbe1a;font-size:1.18rem;min-height:280px;padding:3.5rem 2.5rem;text-align:center;transition:transform .2s cubic-bezier(.4,2,.6,1),box-shadow .2s cubic-bezier(.4,2,.6,1)}.large-service-card h3{color:#9b4dbe;font-size:1.35rem;margin-bottom:1.2rem}.large-service-card:hover{box-shadow:0 12px 32px #9b4dbe2e;transform:translateY(-8px) scale(1.04)}.about{margin:0 auto;max-width:1200px;padding:5rem 1rem}.about h2{color:#2c3e50;margin-bottom:3rem;text-align:center}.about-content{font-size:1.1rem;text-align:center}.owner-portrait-container{align-items:center;display:flex;flex-direction:column;margin-bottom:2rem}.owner-portrait{border:4px solid #9b4dbe;border-radius:50%;box-shadow:0 4px 16px #9b4dbe26;height:220px;margin-bottom:.75rem;object-fit:cover;width:220px}.owner-name{color:#2c3e50;font-size:1.2rem;font-weight:600;text-align:center}.contact{background:linear-gradient(120deg,#f9f9f9 60%,#e9d6f7);padding:5rem 1rem}.contact h2{color:#2c3e50;font-size:2.3rem;letter-spacing:1px;margin-bottom:1.2rem;position:relative;text-align:center}.contact-subtitle{color:#9b4dbe;font-size:1.2rem;font-weight:600;margin-bottom:.5rem;text-align:center}.contact-intro{color:#555;font-size:1.05rem;margin-bottom:2.2rem;text-align:center}.contact-form-container{background:#fff;border-radius:18px;box-shadow:0 8px 32px #9b4dbe21;margin:0 auto;max-width:500px;padding:2.5rem 2rem 2rem}.contact-form form{display:flex;flex-direction:column;gap:1.7rem}.contact-form input,.contact-form textarea{background:#f3eafd;border:none;border-radius:12px;box-shadow:0 2px 8px #9b4dbe12;color:#2c3e50;font-size:1.08rem;padding:1.25rem 1.3rem;transition:box-shadow .2s,background .2s}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#b49ad1;font-size:1.05rem;opacity:1}.contact-form input:focus,.contact-form textarea:focus{background:#f8f4fc;box-shadow:0 0 0 3px #e9d6f7;outline:none}.contact-form textarea{height:150px;resize:vertical}.contact-form button{background-color:#9b4dbe;border:none;border-radius:5px;box-shadow:0 2px 8px #9b4dbe1a;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;letter-spacing:.5px;padding:1rem;transition:background-color .3s ease}.contact-form button:hover{background-color:#7a3797}.contact-confirmation{background:#fff;border-radius:18px;box-shadow:0 8px 32px #9b4dbe21;color:#7a3797;font-size:1.2rem;font-weight:600;letter-spacing:.5px;margin:2.5rem auto;max-width:500px;padding:2.5rem 2rem;text-align:center}.footer{background-color:#000;color:#fff;padding:2rem 1rem;text-align:center}@media (max-width:768px){.nav-container{flex-direction:column}.nav-links{margin-top:1rem}.nav-links li{margin:0 1rem}.hero-content h1{font-size:2rem}.services-grid{grid-template-columns:1fr}}@media (max-width:900px){.large-services-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=main.1861e4d1.css.map*/