body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}.navigation{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffeb;border-bottom:1.5px solid #ececec;box-shadow:0 4px 24px #0000000f;left:0;position:fixed;right:0;top:0;z-index:1000}.nav-container{align-items:center;display:flex;height:70px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 1.2rem}.nav-logo{color:#222;font-size:1.7rem;font-weight:700;text-decoration:none;transition:transform .2s}.nav-logo:hover{transform:scale(1.04)}.logo-container{align-items:center;display:flex;gap:.7rem}.logo-img{background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000000a;height:44px;margin-right:.5rem;object-fit:contain;width:44px}.logo-text{color:#222;font-family:Lora,serif;font-size:1.3rem;font-weight:700;letter-spacing:.5px}.nav-menu{align-items:center;display:flex;gap:1.1rem}.nav-link{background:none;border-radius:22px;color:#222;font-size:1.08rem;font-weight:500;padding:.5rem 1.2rem;position:relative;text-decoration:none;transition:background .18s,color .18s,box-shadow .18s}.nav-link.active,.nav-link:hover{background:#f6f5f2;box-shadow:0 2px 8px #0000000a;color:#7a8f6c}.nav-link.active{color:#2f4031;font-weight:700}.nav-toggle{cursor:pointer;display:none;flex-direction:column;padding:.5rem}.hamburger{background:#222;border-radius:2px;height:3px;margin:3px 0;transition:.3s;width:25px}.hamburger.active:first-child{transform:rotate(-45deg) translate(-5px,6px)}.hamburger.active:nth-child(2){opacity:0}.hamburger.active:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}@media (max-width:768px){.nav-container{padding:0 1rem}.nav-menu{background:#fffffff7;box-shadow:0 10px 27px #0000000d;flex-direction:column;gap:1.2rem;left:-100%;padding:2rem 0;position:fixed;text-align:center;top:76px;transition:.3s;width:100%}.nav-menu.active{left:0}.nav-link{font-size:1.15rem;margin:0 auto;padding:1rem;width:80%}.nav-toggle{display:flex}.logo-text{font-size:1.1rem}.logo-img{height:36px;width:36px}}.logo-text,.nav-link,.nav-logo{font-family:Lora,serif!important}.nav-cta{background:#7a8f6c;border:none;border-radius:20px;box-shadow:0 2px 8px #00000014;color:#fff!important;display:inline-block;font-size:1rem;font-weight:700;margin-left:.7rem;padding:.5rem 1.1rem;transition:background .18s,color .18s,box-shadow .18s}.nav-cta:hover{background:#2f4031;box-shadow:0 4px 16px #2f40311f;color:#fff!important}.nav-cta,.nav-link{font-size:.97rem}.btn,.btn-large,.btn-primary,.btn-secondary,.cta-content h2,.cta-section .btn,.cta-section h2,.feature-card h3,.features-grid h3,.section-title,h1,h2,h3{font-family:Lora,serif!important}.home{background:#f9f8f6;min-height:100vh}.hero-garden{align-items:center;box-shadow:0 4px 32px #0000000a;display:flex;justify-content:center;margin:0 0 3rem;min-height:70vh;overflow:hidden;position:relative}.hero-garden-bg{background:url(https://images.unsplash.com/photo-1552154785-e18cdba9874b?q=80&w=3532&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D) 50%/cover no-repeat;bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.hero-garden-content{background:#f5f1e9d1;border-radius:24px;box-shadow:0 2px 16px #0000000f;margin:0 auto;max-width:600px;padding:3rem 2.5rem;position:relative;text-align:center;z-index:2}.hero-title{color:#2f4031;font-family:Lora,serif;font-size:3rem;margin-bottom:1.2rem}.hero-subtitle{color:#7a8f6c;font-family:Poppins,Arial,sans-serif;font-size:1.08rem;margin-bottom:2rem}.hero-buttons{display:flex;flex-wrap:wrap;gap:1.2rem;justify-content:center}.btn{border-radius:28px;box-shadow:0 2px 8px #0000000a;font-size:1.08rem;padding:.9rem 2.2rem;transition:all .2s cubic-bezier(.4,0,.2,1)}.btn-primary{background:#222}.btn-primary:hover{background:#444}.btn-secondary{background:#fff}.btn-large{font-size:1.15rem;padding:1.1rem 2.7rem}.hero-image{align-items:center;display:flex;justify-content:center}.hero-graphic{height:320px;position:relative;width:320px}.floating-element{animation:float 6s ease-in-out infinite;font-size:4.2rem;position:absolute}.floating-element:first-child{animation-delay:0s;left:18%;top:18%}.floating-element:nth-child(2){animation-delay:2s;right:18%;top:62%}.floating-element:nth-child(3){animation-delay:4s;bottom:18%;left:52%}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.features{background:#fff;border-radius:32px;box-shadow:0 2px 16px #0000000a;margin-bottom:3rem;padding:5rem 2rem}.section-title{color:#222;font-family:Lora,serif;font-size:2.7rem;letter-spacing:.01em;margin-bottom:3.2rem}.features-grid{grid-gap:2.2rem;display:grid;gap:2.2rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.feature-card{background:#f6f5f2;border:1px solid #ececec;border-radius:22px;box-shadow:0 2px 12px #0000000f;padding:2.2rem 2rem;text-align:center;transition:all .2s cubic-bezier(.4,0,.2,1)}.feature-card:hover{box-shadow:0 8px 32px #0000001a;transform:translateY(-8px) scale(1.03)}.feature-icon{font-size:3.2rem;margin-bottom:1.2rem}.feature-card h3{color:#222;font-family:Poppins,Arial,sans-serif;font-size:1.35rem;font-weight:600;margin-bottom:1rem}.feature-card p{color:#555;font-size:1.08rem;line-height:1.7}.cta-section{background:linear-gradient(135deg,#f9f8f6,#e7e4db);border-radius:32px;box-shadow:0 2px 16px #0000000a;color:#222;margin-bottom:3rem;padding:5rem 2rem}.cta-content{margin:0 auto;max-width:600px;text-align:center}.cta-content h2{font-family:Lora,serif;font-size:2.7rem;font-weight:700;letter-spacing:.01em;margin-bottom:1.2rem}.cta-content p{font-family:Poppins,Arial,sans-serif;font-size:1.22rem;margin-bottom:2.2rem;opacity:.92}@media (max-width:900px){.hero-content{gap:2.5rem;grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-buttons{justify-content:center}.hero-graphic{height:220px;width:220px}}@media (max-width:600px){.cta-section,.features,.hero{border-radius:0;margin:0;padding:2rem .5rem}.cta-content h2,.section-title{font-size:2rem}.feature-card{padding:1.2rem .5rem}}.btn,.btn-large,.btn-primary,.btn-secondary,.cta-content h2,.section-title,.service-card h3,.service-title,h1,h2,h3{font-family:Lora,serif!important}.services{min-height:100vh;padding-top:70px}.services-header{background:linear-gradient(135deg,#7a8f6c,#2f4031);color:#fff;padding:4rem 2rem;text-align:center}.services-grid{background:#f8fafc;padding:4rem 2rem}.services-cards{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.service-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 10px 30px #0000001a;overflow:hidden;padding:2rem;position:relative;transition:all .3s ease}.service-card:before{background:linear-gradient(135deg,#7a8f6c,#2f4031);content:"";height:4px;left:0;position:absolute;right:0;top:0}.service-card:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-10px)}.service-header{align-items:center;display:flex;gap:1rem;margin-bottom:1.5rem}.service-icon{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#7a8f6c,#2f4031);-webkit-background-clip:text;background-clip:text;font-size:2.5rem}.service-title{color:#2d3748;font-size:1.5rem;font-weight:600;margin:0}.service-description{color:#4a5568;line-height:1.6;margin-bottom:1.5rem}.service-details{background:#f7fafc;border-radius:10px;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding:1rem}.detail-item{align-items:center;display:flex;flex-direction:column;gap:.25rem}.detail-label{color:#718096;font-size:.875rem;font-weight:500}.detail-value{color:#2d3748;font-weight:600}.detail-value.price{color:#7a8f6c;font-size:1.25rem}.service-features{margin-bottom:2rem}.service-features h4{color:#2d3748;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.service-features ul{list-style:none;margin:0;padding:0}.service-features li{color:#4a5568;padding:.5rem 0 .5rem 1.5rem;position:relative}.service-features li:before{color:#48bb78;content:"✓";font-weight:700;left:0;position:absolute}.service-btn{font-size:1rem;padding:.75rem;width:100%}.insurance-section{background:#fff;padding:4rem 2rem}.insurance-content h2{color:#2d3748;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.insurance-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.insurance-card{background:#f8fafc;border-radius:15px;padding:2rem;text-align:center;transition:all .3s ease}.insurance-card:hover{box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}.insurance-icon{font-size:3rem;margin-bottom:1rem}.insurance-card h3{color:#2d3748;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.insurance-card p{color:#4a5568;line-height:1.6}.faq-section{background:#f8fafc;padding:4rem 2rem}.faq-section h2{color:#2d3748;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.faq-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.faq-item{background:#fff;border-radius:15px;box-shadow:0 5px 15px #00000014;padding:2rem;transition:all .3s ease}.faq-item:hover{box-shadow:0 10px 30px #0000001f;transform:translateY(-5px)}.faq-item h3{color:#2d3748;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.faq-item p{color:#4a5568;line-height:1.6}@media (max-width:768px){.services-header{padding:3rem 1rem}.page-title{font-size:2.5rem}.page-subtitle{font-size:1.1rem}.services-grid{padding:3rem 1rem}.services-cards{grid-template-columns:1fr}.service-card{padding:1.5rem}.service-details{flex-direction:column;gap:1rem}.faq-section,.insurance-section{padding:3rem 1rem}.faq-section h2,.insurance-content h2{font-size:2rem}.faq-grid,.insurance-grid{grid-template-columns:1fr}.faq-item{padding:1.5rem}}@media (max-width:480px){.service-header{flex-direction:column;gap:.5rem;text-align:center}.service-icon{font-size:2rem}.service-title{font-size:1.25rem}}.btn,.contact-details h3,.contact-info-section h2,.emergency-content h3,.map-section h2,.page-subtitle,.page-title,.submit-btn,h1,h2,h3{font-family:Lora,serif!important}.contact{min-height:100vh;padding-top:70px}.contact-header{background:linear-gradient(135deg,#7a8f6c,#2f4031);color:#fff;padding:4rem 2rem;text-align:center}.page-title{font-size:3rem;font-weight:700;margin-bottom:1rem}.page-subtitle{font-size:1.25rem;line-height:1.6;margin:0 auto;max-width:600px;opacity:.9}.contact-content{background:#f8fafc;padding:4rem 2rem}.contact-grid{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px}.contact-form-section{background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000001a;padding:2.5rem}.contact-form-section h2{color:#2d3748;font-size:2rem;font-weight:700;margin-bottom:2rem}.contact-form{gap:1.5rem}.contact-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{color:#2d3748;font-size:.95rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{background:#fff;border:2px solid #e2e8f0;border-radius:10px;font-size:1rem;padding:.75rem 1rem;transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#7a8f6c;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-group textarea{min-height:120px;resize:vertical}.submit-btn{font-size:1.1rem;font-weight:600;margin-top:1rem;overflow:hidden;padding:1rem 2rem;position:relative}.submit-btn.loading{background:#a0aec0;cursor:not-allowed}.submit-btn.loading:after{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:#fff;content:"";height:20px;left:50%;margin:-10px 0 0 -10px;position:absolute;top:50%;width:20px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.success-message{background:#c6f6d5;border:1px solid #9ae6b4;border-radius:10px;color:#22543d}.error-message,.success-message{font-weight:500;margin-top:1rem;padding:1rem;text-align:center}.error-message{background:#fed7d7;border:1px solid #fc8181;border-radius:10px;color:#742a2a}.contact-info-section{display:flex;flex-direction:column;gap:2rem}.contact-info-section h2{color:#2d3748;font-size:2rem;font-weight:700;margin-bottom:1rem}.contact-info-grid{display:flex;flex-direction:column;gap:1.5rem}.contact-info-item{align-items:flex-start;background:#fff;border-radius:15px;box-shadow:0 5px 15px #00000014;display:flex;gap:1rem;padding:1.5rem;transition:all .3s ease}.contact-info-item:hover{box-shadow:0 10px 30px #0000001f;transform:translateY(-5px)}.contact-icon{flex-shrink:0;font-size:2rem}.contact-details h3{color:#2d3748;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.contact-details p{color:#4a5568;line-height:1.6;margin:0}.emergency-notice{align-items:flex-start;background:linear-gradient(135deg,#fed7d7,#feb2b2);border:2px solid #fc8181;border-radius:15px;display:flex;gap:1rem;margin-top:1rem;padding:1.5rem}.emergency-icon{flex-shrink:0;font-size:2rem}.emergency-content h3{color:#742a2a;font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.emergency-content p{color:#742a2a;line-height:1.6;margin-bottom:.5rem}.emergency-phone{color:#c53030;display:block;font-size:1.5rem;font-weight:700;margin:.5rem 0;text-decoration:none;transition:color .3s ease}.emergency-phone:hover{color:#9b2c2c}.emergency-note{font-size:.9rem;margin-top:.5rem;opacity:.8}.map-section{background:#fff;padding:4rem 2rem}.map-section h2{color:#2d3748;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.map-container{margin:0 auto;max-width:800px}.map-placeholder{background:#f7fafc;border:2px dashed #cbd5e0;border-radius:15px;color:#4a5568;padding:4rem 2rem;text-align:center}.map-icon{font-size:4rem;margin-bottom:1rem}.map-placeholder p{font-size:1.25rem;margin-bottom:.5rem}.map-address{color:#718096;font-size:1rem;font-style:italic}@media (max-width:768px){.contact-header{padding:3rem 1rem}.page-title{font-size:2.5rem}.page-subtitle{font-size:1.1rem}.contact-content{padding:3rem 1rem}.contact-grid{gap:2rem;grid-template-columns:1fr}.contact-form-section{padding:2rem}.contact-form-section h2,.contact-info-section h2{font-size:1.75rem}.contact-info-item{padding:1rem}.contact-icon{font-size:1.5rem}.emergency-notice{padding:1rem}.emergency-icon{font-size:1.5rem}.map-section{padding:3rem 1rem}.map-section h2{font-size:2rem}.map-placeholder{padding:3rem 1rem}.map-icon{font-size:3rem}}@media (max-width:480px){.contact-info-item,.emergency-notice{flex-direction:column;gap:.5rem;text-align:center}.emergency-phone{font-size:1.25rem}}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#2d3748;font-family:Poppins,Arial,Helvetica,sans-serif;line-height:1.6}.page-title,.section-title,h1,h2,h3,h4,h5,h6{font-family:Lora,Georgia,serif;font-weight:700;letter-spacing:.01em}.page-title,.section-title{font-weight:700}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1;margin-top:70px}.btn{border:none;border-radius:50px;cursor:pointer;display:inline-block;font-family:inherit;font-size:1rem;font-weight:600;padding:.75rem 2rem;text-align:center;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#7a8f6c,#2f4031);box-shadow:0 4px 15px #0006;color:#fff}.btn-primary:hover{box-shadow:0 8px 25px #0009;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #7a8f6c;color:#7a8f6c}.btn-secondary:hover{background:#7a8f6c;color:#fff;transform:translateY(-2px)}.btn-large{font-size:1.1rem;padding:1rem 2.5rem}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.section-title{color:#2d3748;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}@media (max-width:768px){.container{padding:0 1rem}.section-title{font-size:2rem}}html{scroll-behavior:smooth}button:focus,input:focus,select:focus,textarea:focus{outline:2px solid #7a8f6c;outline-offset:2px}.loading{opacity:.7;pointer-events:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s ease-out}@media print{.navigation{display:none}.main-content{margin-top:0}}
/*# sourceMappingURL=main.4150054a.css.map*/