@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap";:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--font-primary: "Plus Jakarta Sans", Arial, sans-serif;--primary: #0bc91b;--primary-dark: #199551;--secondary: #127c47;--text: #080808;--bg-main: #f0fcef;--bg-section: #d9f5d6;--white: #FFFFFF;--dark: #333333;--border: #E5E7EB;--shadow: rgba(0,0,0,.1)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-primary);background-color:var(--bg-main);color:var(--dark);line-height:1.6;text-align:center}.app{display:ruby;min-height:100vh;width:100%;max-width:100vw;overflow-x:hidden}.nav{position:fixed;width:100%;z-index:1000;transition:all .3s ease;padding:1rem 0}.nav-solid{background-color:var(--white);box-shadow:0 2px 4px var(--shadow)}.container{display:flex;justify-content:center;align-items:center;width:100%;height:100vh}.nav-container{width:90%;max-width:1080px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.nav-logo{font-family:var(--font-primary);font-weight:600;font-size:1.5rem;color:var(--primary)}.nav-contact{font-family:var(--font-primary);font-weight:500;color:var(--primary);text-decoration:none;padding:.5rem 1rem;border:2px solid var(--primary);border-radius:.5rem;transition:all .3s ease}.nav-contact:hover{background-color:var(--primary);color:var(--white)}.hero{width:100%;background:linear-gradient(#00000080,#00000080),url(src/house.jpg);background-size:cover;background-position:center bottom;background-attachment:fixed;padding:8rem 0 4rem;text-align:center;min-height:80vh;display:flex;align-items:center;justify-content:center}.hero-content{width:90%;max-width:1080px;margin:0 auto;padding:0 20px}.hero-title{font-family:var(--font-primary);font-weight:700;font-size:3.5rem;color:var(--white);margin-bottom:1.5rem;line-height:1.2;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.hero-subtitle{font-family:var(--font-primary);font-weight:500;font-size:1.25rem;color:var(--white);margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.stats-section{width:90%;max-width:1080px;margin:0 auto;padding:4rem 20px}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.stat-card{background:var(--white);padding:2rem;border-radius:1rem;box-shadow:0 4px 6px var(--shadow)}.stat-number{font-family:var(--font-primary);font-weight:700;font-size:2.5rem;color:var(--primary);margin-bottom:.5rem}.stat-text{font-family:var(--font-primary);font-weight:500;color:var(--text)}.services-section{width:100%;background-color:var(--bg-section);padding:4rem 0}.section-title{font-family:var(--font-primary);font-weight:600;font-size:2.5rem;color:var(--secondary);margin-bottom:3rem}.services-grid{width:90%;max-width:1080px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.service-card{background:var(--white);padding:2rem;border-radius:1rem;box-shadow:0 4px 6px var(--shadow)}.service-emoji{font-size:2.5rem;margin-bottom:1.5rem}.service-title{font-family:var(--font-primary);font-weight:600;font-size:1.5rem;color:var(--secondary);margin-bottom:1rem}.service-list{list-style:none;color:var(--text);text-align:left}.service-list li{font-family:var(--font-primary);font-weight:400;margin-bottom:.5rem;cursor:pointer}.cta-section{width:100%;background-color:var(--bg-section);padding:4rem 0}.cta-card{width:90%;max-width:1080px;margin:0 auto;padding:3rem 20px;background:var(--white);border-radius:1rem;box-shadow:0 4px 6px var(--shadow)}.cta-title{font-family:var(--font-primary);font-weight:600;font-size:2rem;color:var(--secondary);margin-bottom:1rem}.cta-text{font-family:var(--font-primary);font-weight:400;color:var(--text);margin-bottom:2rem}.cta-button{font-family:var(--font-primary);font-weight:600;display:inline-block;background:var(--primary);color:var(--white);padding:1rem 2.5rem;border-radius:.5rem;text-decoration:none;transition:all .3s ease}.cta-button:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 4px 6px var(--shadow)}.footer{width:100%;background:var(--white);padding:4rem 0;border-top:1px solid var(--border)}.footer-content{width:90%;max-width:1080px;margin:0 auto;padding:0 20px}.footer-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;text-align:left;margin-bottom:2rem}.footer-column h4{font-family:var(--font-primary);font-weight:600;color:var(--secondary);margin-bottom:1rem}.footer-column p{font-family:var(--font-primary);font-weight:400;color:var(--text);margin-bottom:.5rem}.footer-bottom{font-family:var(--font-primary);font-weight:400;color:var(--text);padding-top:2rem;border-top:1px solid var(--border)}.nav-logo-wrap{display:flex;align-items:center;gap:10px}.nav-logo-image{height:40px;width:auto;filter:brightness(0) saturate(100%) invert(49%) sepia(88%) saturate(385%) hue-rotate(89deg) brightness(97%) contrast(90%)}.nav-solid .nav-logo-image{filter:brightness(0) saturate(100%) invert(49%) sepia(88%) saturate(385%) hue-rotate(89deg) brightness(97%) contrast(90%)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;z-index:1000}.modal-content{position:fixed;top:10%;left:25%;transform:translate(-50%,-50%);background:#fff;padding:2rem;border-radius:1rem;max-width:800px;width:90%;z-index:1001}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--text)}.modal-title{text-align:center;margin-bottom:2rem;color:var(--secondary)}.flow-diagram{display:flex;align-items:center;justify-content:space-between;margin:2rem 0}.step-container{flex:1;text-align:center}.step{background:var(--bg-section);padding:1.5rem;border-radius:.5rem}.step-icon{font-size:2rem;margin-bottom:1rem;display:block}.connector{height:2px;background:var(--primary);width:50px;margin:0 1rem}.modal-footer{text-align:center;justify-content:space-between;margin-top:3rem}@media (max-width: 768px){.flow-diagram{flex-direction:column}.connector{width:2px;height:30px;margin:1rem 0}}@media (max-width: 768px){.hero-title{font-size:2.5rem}.stats-grid,.services-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;text-align:center}}
