body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}:root{--sage-green:#87a96b;--sage-dark:#6b8c52;--sage-light:#a8c994;--beige:#e8d5c4;--beige-light:#f5ebe0;--beige-dark:#d4c4b0;--white:#fff;--text-dark:#3a4a3a;--text-light:#5a6a5a;--shadow:0 4px 6px #87a96b26;--shadow-lg:0 10px 25px #87a96b33}html{scroll-behavior:smooth;scroll-padding-top:80px}body,html{background-color:#fff}body{color:#3a4a3a;color:var(--text-dark);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;margin:0;padding:0}.app{background-attachment:fixed;background-color:#000;background-image:linear-gradient(180deg,#f5ebe01a,#e8d5c426),url(/static/media/backgroundImage.949cac9fdf1c9fa0ebe7.png);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;min-height:100vh;position:relative}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#ffffffd9;box-shadow:0 4px 6px #87a96b26;box-shadow:var(--shadow);padding:1rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.navbar-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px}.navbar-brand a{align-items:center;display:flex;text-decoration:none;transition:opacity .3s ease}.navbar-brand a:hover{opacity:.8}.logo{height:60px;max-width:250px;object-fit:contain;width:auto}.navbar-menu{display:flex;gap:2rem;list-style:none}.navbar-menu li a{border-radius:6px;color:#3a4a3a;color:var(--text-dark);font-size:1rem;font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.navbar-menu li a:hover{background:#87a96b;background:var(--sage-green);color:#fff;color:var(--white)}.hamburger{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:6px;padding:.5rem;z-index:1001}.hamburger span{background:#87a96b;background:var(--sage-green);border-radius:3px;display:block;height:3px;transition:all .3s ease;width:28px}.hamburger.active span:first-child{transform:translateY(9px) rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.hero{background-attachment:fixed;background-image:linear-gradient(135deg,#6b8c52bf,#87a96bb3 50%,#6b8c52bf),url(/static/media/backgroundImage.949cac9fdf1c9fa0ebe7.png);background-position:50%;background-size:cover;color:#fff;color:var(--white);overflow:hidden;padding:8rem 2rem;position:relative;text-align:center}.hero:after{background:linear-gradient(45deg,#0000 30%,#e8d5c41a 50%,#0000 70%)}.hero:after,.hero:before{bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.hero:before{background:radial-gradient(ellipse at center,#0000 0,#6b8c5233 100%)}.hero-content{margin:0 auto;max-width:800px;position:relative;z-index:1}.hero h1{animation:fadeInUp .8s ease;font-size:3.5rem;font-weight:700;margin-bottom:1rem}.hero-subtitle{animation:fadeInUp .8s ease .2s both;font-size:1.75rem;font-weight:300;margin-bottom:1rem}.hero-description{animation:fadeInUp .8s ease .4s both;font-size:1.125rem;margin-bottom:2rem;opacity:.9}.cta-button{animation:fadeInUp .8s ease .6s both;background:linear-gradient(135deg,#e8d5c4,#f5ebe0);background:linear-gradient(135deg,var(--beige) 0,var(--beige-light) 100%);border-radius:50px;box-shadow:0 4px 15px #87a96b4d;color:#6b8c52;color:var(--sage-dark);display:inline-block;font-size:1.125rem;font-weight:700;padding:1rem 2.5rem;text-decoration:none;transition:all .3s ease}.cta-button:hover{background:linear-gradient(135deg,#f5ebe0,#fff);background:linear-gradient(135deg,var(--beige-light) 0,var(--white) 100%);box-shadow:0 6px 25px #87a96b80;transform:translateY(-3px)}main{flex:1 1}.section-container{margin:0 auto;max-width:1200px;padding:4rem 2rem}.section-title{color:#6b8c52;color:var(--sage-dark);font-size:2.5rem;font-weight:700;margin-bottom:3rem;position:relative;text-align:center}.section-title:after{background:linear-gradient(90deg,#87a96b,#a8c994,#87a96b);background:linear-gradient(to right,var(--sage-green),var(--sage-light),var(--sage-green));border-radius:2px;content:"";display:block;height:4px;margin:1rem auto 0;width:80px}.about{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#ffffffa6}.about-content{margin:0 auto;max-width:900px}.about-text p{color:#5a6a5a;color:var(--text-light);font-size:1.125rem;line-height:1.8;margin-bottom:1.5rem}.credentials-list{list-style:none;margin:1.5rem 0;padding-left:0}.credentials-list li{color:#5a6a5a;color:var(--text-light);font-size:1.125rem;padding:.75rem 0 .75rem 2rem;position:relative}.credentials-list li:before{color:#87a96b;color:var(--sage-green);content:"✓";font-size:1.25rem;font-weight:700;left:0;position:absolute}.services{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:linear-gradient(180deg,#f5ebe099,#e8d5c4a6 50%,#f5ebe099);position:relative}.services:before{background:linear-gradient(90deg,#0000,#87a96b,#0000);background:linear-gradient(to right,#0000,var(--sage-green),#0000);content:"";height:2px;left:0;position:absolute;right:0;top:0}.services-note{color:#5a6a5a;color:var(--text-light);font-size:1.125rem;font-style:italic;margin-bottom:3rem;text-align:center}.pricing-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.pricing-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffbf;border:2px solid #0000;border-radius:12px;box-shadow:0 4px 6px #87a96b26;box-shadow:var(--shadow);padding:2rem;transition:all .3s ease}.pricing-card:hover{border-color:#87a96b;border-color:var(--sage-green);box-shadow:0 10px 30px #87a96b4d;transform:translateY(-8px)}.pricing-card h3{color:#6b8c52;color:var(--sage-dark);font-size:1.5rem;font-weight:700;margin-bottom:.75rem}.service-description{color:#5a6a5a;color:var(--text-light);font-size:.95rem;margin-bottom:1.5rem;min-height:3rem}.price-options{display:flex;flex-direction:column;gap:1rem}.price-item{align-items:center;background-color:#fff;background-color:var(--white);border-radius:8px;display:flex;justify-content:space-between;padding:1rem;transition:all .3s ease}.price-item:hover{background:linear-gradient(135deg,#a8c994,#87a96b);background:linear-gradient(135deg,var(--sage-light) 0,var(--sage-green) 100%);color:#fff;color:var(--white);transform:translateX(5px)}.duration{color:#3a4a3a;color:var(--text-dark);font-weight:600}.price{color:#6b8c52;color:var(--sage-dark);font-size:1.25rem;font-weight:700}.price-item:hover .duration,.price-item:hover .price{color:#fff;color:var(--white)}.contact{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(180deg,#ffffffa6,#f5ebe0b3)}.contact-content{margin:0 auto;max-width:780px;text-align:center}.contact-info{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.contact-item{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#fffc;border:1px solid #e8d5c4;border:1px solid var(--beige);border-radius:12px;display:flex;flex-direction:column;gap:.5rem;padding:1rem;transition:all .3s ease}.contact-item:hover{box-shadow:0 4px 6px #87a96b26;box-shadow:var(--shadow);transform:translateY(-5px)}.contact-label{color:#5a6a5a;color:var(--text-light);font-size:.875rem;font-weight:600;letter-spacing:1px;text-transform:uppercase}.contact-value{color:#6b8c52;color:var(--sage-dark);font-size:1.25rem;font-weight:600;overflow-wrap:break-word;text-decoration:none;transition:color .3s ease;word-break:break-word}.contact-value:hover{color:#87a96b;color:var(--sage-green)}.contact-cta{color:#5a6a5a;color:var(--text-light);font-size:1.125rem;line-height:1.8}.footer{background:linear-gradient(135deg,#6b8c52,#87a96b 50%,#6b8c52);background:linear-gradient(135deg,var(--sage-dark) 0,var(--sage-green) 50%,var(--sage-dark) 100%);color:#fff;color:var(--white);margin-top:auto;padding:3rem 2rem 1rem;position:relative}.footer:before{background:linear-gradient(90deg,#0000,#e8d5c4,#f5ebe0,#e8d5c4,#0000);background:linear-gradient(to right,#0000,var(--beige),var(--beige-light),var(--beige),#0000);content:"";height:3px;left:0;position:absolute;right:0;top:0}.footer-container{margin:0 auto;max-width:1200px}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.footer-section h4{font-size:1.25rem;margin-bottom:1rem}.footer-section h4,.footer-section p{color:#f5ebe0;color:var(--beige-light)}.footer-section p{font-size:.95rem;margin-bottom:.5rem;opacity:.9}.footer-bottom{border-top:1px solid #ffffff1a;padding-top:2rem;text-align:center}.footer-bottom p{color:#f5ebe0;color:var(--beige-light);font-size:.875rem;opacity:.85}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.hamburger{display:flex}.navbar-container{flex-direction:row}.navbar-menu{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background-color:#fffffffa;box-shadow:-5px 0 15px #0000001a;flex-direction:column;gap:0;height:100vh;overflow-y:auto;padding:5rem 0 2rem;position:fixed;right:-100%;top:0;transition:right .4s ease;width:280px;z-index:1000}.navbar-menu.active{right:0}.navbar-menu li{border-bottom:1px solid var(--background-light);width:100%}.navbar-menu li a{border-radius:0;display:block;font-size:1.125rem;padding:1.25rem 2rem;width:100%}.navbar-menu li a:hover{background:#a8c994;background:var(--sage-light);border-left:4px solid #87a96b;border-left:4px solid var(--sage-green);color:#6b8c52;color:var(--sage-dark)}}@media (max-width:768px){.app,.hero{background-attachment:scroll;background-position:50%;background-size:cover}.hero{padding:5rem 1.5rem}.hero h1{font-size:2.5rem}.hero-subtitle{font-size:1.25rem}.hero-description{font-size:1rem}.section-container{padding:3rem 1.5rem}.section-title{font-size:2rem}.pricing-grid{gap:1.5rem;grid-template-columns:1fr}.pricing-card{padding:1.5rem}.contact-info{gap:1.5rem;grid-template-columns:1fr;margin:0 auto 2rem;max-width:400px}.contact-item,.footer-content{text-align:center}.footer-content{grid-template-columns:1fr}.logo{height:50px;max-width:200px}}@media (max-width:480px){.app,.hero{background-attachment:scroll;background-position:50%;background-size:cover}.hero h1{font-size:2rem}.hero-subtitle{font-size:1.125rem}.cta-button{font-size:1rem;padding:.875rem 2rem}.navbar-menu{right:-100%;width:100%}.logo{height:40px;max-width:180px}.section-title{font-size:1.75rem}.contact-info{gap:1rem;max-width:100%}.contact-item{padding:1.25rem 1rem}.contact-cta,.contact-value{font-size:1rem}}
/*# sourceMappingURL=main.f358239c.css.map*/