*{box-sizing:border-box;margin:0;padding:0}:root{--background:#fff;--primary-text:#282828;--secondary-text:#2f2f2e}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;background-color:var(--background);color:#282828;color:var(--primary-text);line-height:1.7;margin:0}body,h1,h2,h3,h4,h5,h6{font-family:Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}h1,h2,h3,h4,h5,h6{font-weight:400;line-height:1.3;margin-bottom:1rem}h1{font-size:3.5rem;letter-spacing:-.02em}h2{font-size:2.5rem;letter-spacing:-.01em}h3{font-size:1.75rem}p{margin-bottom:1rem}a{color:#282828;color:var(--primary-text);text-decoration:none;transition:opacity .3s ease}a:hover{opacity:.7}html{scroll-behavior:smooth}.App{min-height:100vh;width:100%}.navigation{background-color:initial;left:0;padding:1.5rem 0;position:fixed;top:0;transition:background-color .3s ease,box-shadow .3s ease;width:100%;z-index:1000}.navigation.scrolled{background-color:#fcf7f3fa;box-shadow:0 2px 10px #0000000d}.nav-container{justify-content:flex-end;margin:0 auto;max-width:1200px;padding:0 2rem}.nav-container,.nav-logo{align-items:center;display:flex}.nav-logo{cursor:pointer;transition:transform .2s ease}.nav-logo:hover{transform:scale(1.05)}.logo-icon{color:var(--primary-text);height:40px;width:40px}.nav-links{align-items:center;display:flex;gap:2.5rem;list-style:none}.nav-links li a{cursor:pointer;font-size:.95rem;font-weight:400;letter-spacing:.05em;text-transform:uppercase}.mobile-menu-toggle{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:6px;padding:0;z-index:1001}.mobile-menu-toggle span{background-color:var(--primary-text);height:2px;transition:all .3s ease;width:25px}.mobile-menu-toggle.open span:first-child{transform:rotate(45deg) translate(8px,8px)}.mobile-menu-toggle.open span:nth-child(2){opacity:0}.mobile-menu-toggle.open span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}@media (max-width:768px){.nav-container{justify-content:space-between}.mobile-menu-toggle{display:flex}.nav-links{align-items:flex-start;background-color:var(--background);box-shadow:-5px 0 15px #0000001a;flex-direction:column;gap:2rem;height:100vh;max-width:300px;padding:6rem 2rem 2rem;position:fixed;right:-100%;top:0;transition:right .3s ease;width:70%}.nav-links.mobile-open{right:0}.nav-links li a{font-size:1.1rem}}.hero,.hero-banner{position:relative}.hero-banner{align-items:center;background:#d67b5a;display:flex;justify-content:center;min-height:45vh;padding-bottom:1.5rem;padding-top:5rem;width:100%}.banner-image,.hero-overlay{display:none}.hero-corner-logo{height:100px;position:absolute;right:2rem;top:2rem;width:100px;z-index:20}.hero-content{align-items:center;color:var(--primary-text);display:flex;flex-direction:column;gap:1.5rem;margin:0 auto;max-width:900px;padding:2rem;position:relative;text-align:center;z-index:10}.hero-center-logo{height:165px;object-fit:contain;width:165px}.hero h1{color:#fff;font-size:4rem;letter-spacing:-.01em;margin-bottom:1rem}.hero-subtitle{color:#fafafa;font-family:Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1.1rem;font-weight:400;letter-spacing:.02em;line-height:1.6;margin-bottom:0;max-width:700px}@media (max-width:768px){.hero-banner{min-height:40vh}.hero-corner-logo{height:70px;right:1rem;top:1rem;width:70px}.hero-center-logo{height:110px;width:110px}.hero h1{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-content{gap:1rem;padding:1.5rem}}.about{background-color:var(--background);padding:4rem 2rem 3rem}.about-container{flex-direction:row;gap:3rem;margin:0 auto;max-width:1200px}.about-container,.about-image{align-items:flex-start;display:flex}.about-image{flex-shrink:0;justify-content:center;max-width:250px;min-width:250px}.profile-photo{aspect-ratio:3/4;border:1px solid #28282814;border-radius:8px;height:auto;object-fit:cover;overflow:hidden;width:100%}.about-content{flex:1 1}.about-content h2{margin-bottom:2rem;text-align:left}.about-content p{color:var(--secondary-text);font-size:1.05rem;line-height:1.8;margin-bottom:1.5rem}.about-closing{font-family:Georgia,Times New Roman,Times,serif;font-style:italic;margin-top:2rem}@media (max-width:968px){.about-container{align-items:center;flex-direction:column;gap:2rem}.about-image{margin:0 auto;max-width:400px;position:relative;top:0}.about-content h2{text-align:center}.about{padding:3rem 1.5rem 2rem}}.services{background-color:var(--background);padding:3rem 2rem 6rem}.services-container{margin:0 auto;max-width:1400px}.services-container h2{margin-bottom:4rem;text-align:center}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.service-card{align-items:center;background-color:#fff;border:1px solid #2828281a;border-radius:8px;cursor:pointer;display:flex;justify-content:center;min-height:200px;padding:3rem 2rem;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{box-shadow:0 10px 30px #00000014;transform:translateY(-5px)}.service-category{color:var(--primary-text);font-family:Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.9rem;font-weight:600;letter-spacing:.1em;line-height:1.5;margin:0;text-align:center;text-transform:uppercase}.modal-overlay{animation:fadeIn .3s ease;background-color:#0009;height:100%;width:100%;z-index:2000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{animation:slideUp .3s ease;border-radius:8px;max-width:800px}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.modal-close{font-size:2.5rem;line-height:1;right:1.5rem;top:1.5rem;transition:color .3s ease}.modal-title{color:var(--primary-text);font-family:Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1.1rem;font-weight:600;letter-spacing:.1em;margin-bottom:2rem;padding-right:3rem;text-transform:uppercase}.modal-services{display:flex;flex-direction:column;gap:2.5rem}.modal-service-item h4{color:var(--primary-text);font-family:Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1.3rem;font-weight:400;margin-bottom:1rem}.modal-service-item p{color:var(--secondary-text);font-size:1rem;line-height:1.8;margin-bottom:0}@media (max-width:1024px){.services-grid{gap:2rem;grid-template-columns:1fr}}@media (max-width:768px){.services{padding:2rem 1.5rem 4rem}.services-container h2{margin-bottom:3rem}.service-card{min-height:150px;padding:2rem 1.5rem}.service-category{font-size:.8rem}.modal-content{max-height:90vh;padding:2rem}.modal-title{font-size:.95rem}.modal-service-item h4{font-size:1.1rem}.modal-service-item p{font-size:.95rem}}.testimonials{background-color:var(--background);padding:6rem 2rem}.testimonials-container{margin:0 auto;max-width:1400px}.testimonials-container h2{margin-bottom:4rem;text-align:center}.testimonials-row{display:flex;gap:1.5rem}.testimonial-card{background-color:#fff;border:1px solid #28282814;border-radius:8px;cursor:pointer;display:flex;flex:1 1;flex-direction:column;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.testimonial-card:hover{box-shadow:0 10px 30px #0000001f;transform:translateY(-5px)}.stars{display:flex;gap:.25rem;margin-bottom:1rem}.star{color:gold;font-size:1.5rem}.testimonial-text{-webkit-line-clamp:5;-webkit-box-orient:vertical;color:var(--secondary-text);display:-webkit-box;font-size:.95rem;font-style:italic;line-height:1.7;margin-bottom:1.5rem;overflow:hidden;text-overflow:ellipsis}.testimonial-author{color:var(--primary-text);font-family:Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.9rem;font-weight:600;margin-bottom:0;margin-top:auto}.modal-overlay{align-items:center;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:1000}.modal-content{background-color:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;max-height:80vh;max-width:700px;overflow-y:auto;padding:3rem;position:relative;width:100%}.modal-close{align-items:center;background:none;border:none;border-radius:50%;color:var(--secondary-text);cursor:pointer;display:flex;font-size:2rem;height:40px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:background-color .2s ease,color .2s ease;width:40px}.modal-close:hover{background-color:#0000000d;color:var(--primary-text)}.modal-text{color:var(--secondary-text);font-size:1.05rem;font-style:italic;line-height:1.8;margin-bottom:1.5rem}.modal-author{color:var(--primary-text);font-family:Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:600;margin-bottom:0}@media (max-width:1200px){.testimonials-row{gap:1rem}.testimonial-card{padding:1.5rem}.testimonial-text{-webkit-line-clamp:4;font-size:.9rem}}@media (max-width:968px){.testimonials-row{flex-direction:column}.testimonial-text{-webkit-line-clamp:5}}@media (max-width:768px){.testimonials{padding:4rem 1.5rem}.testimonials-container h2{margin-bottom:3rem}.testimonial-card{padding:1.75rem}.modal-overlay{padding:1rem}.modal-content{padding:2rem}.modal-text{font-size:1rem}}.contact{background-color:var(--background);padding:6rem 2rem}.contact-container{margin:0 auto;max-width:1200px}.contact-container h2{margin-bottom:4rem;text-align:center}.contact-content{margin:0 auto;max-width:900px}.contact-info{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(3,1fr)}.contact-item h3{color:var(--primary-text);font-family:Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1.3rem;font-weight:400;margin-bottom:.75rem}.phone-wrapper{align-items:flex-start;display:flex;gap:.75rem}.phone-info{display:flex;flex-direction:column;gap:.25rem}.phone-number{margin-bottom:0}.icon-container{align-items:center;background-color:#fff;border:2px solid var(--primary-text);box-shadow:0 2px 8px #0000001a;display:flex;flex-shrink:0;height:48px;justify-content:center;padding:6px;width:48px}.laptop-icon-container,.phone-icon-container,.social-icon-container{border-radius:12px}.map-icon-container{border-radius:10px}.contact-icon{color:var(--primary-text);height:32px;width:32px}.service-area{align-items:flex-start;display:flex;gap:.75rem;margin-bottom:.75rem}.contact-item p{color:var(--secondary-text);font-size:1.05rem;line-height:1.8;margin-bottom:.5rem}.service-area p{margin-bottom:0}.contact-item a{color:var(--primary-text);font-weight:500}.contact-note{color:var(--secondary-text);font-size:.85rem;font-style:italic;margin-bottom:0}.social-links{display:flex;flex-direction:column;gap:1rem;margin-top:.5rem}.social-link{align-items:center;display:flex;font-size:1.05rem;gap:.75rem;transition:transform .3s ease}.social-link:hover{transform:translateX(5px)}.social-icon{color:var(--primary-text);height:32px;width:32px}@media (max-width:968px){.contact-info{gap:2.5rem;grid-template-columns:1fr}}@media (max-width:768px){.contact{padding:4rem 1.5rem}.contact-container h2{margin-bottom:3rem}}.footer{background-color:var(--background);border-top:1px solid #2828281a;padding:3rem 2rem}.footer-container{margin:0 auto;max-width:1200px;text-align:center}.footer-logo{display:block;height:120px;margin:0 auto 1.5rem;width:120px}.footer p{color:var(--secondary-text);font-size:.9rem;margin:0}@media (max-width:768px){.footer{padding:2rem 1.5rem}.footer-logo{height:90px;width:90px}.footer p{font-size:.85rem}}
/*# sourceMappingURL=main.010b4343.css.map*/