:root{font-family: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;min-width:320px;min-height:100vh;width:100%}#root{width:100%;min-height:100vh}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}}.layout{min-height:100vh;display:flex;flex-direction:column}.header{background:var(--primary-green);color:var(--text-off-white);padding:1rem 0;box-shadow:0 2px 10px var(--shadow)}.container{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.hero-container{max-width:1200px;margin:0 auto;padding:0 1rem;flex-direction:column;align-items:center;justify-content:center;text-align:center}.logo h1{margin:0;font-size:1.5rem;font-weight:700;color:var(--text-off-white)}.nav{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:.5rem}.nav-link{color:var(--text-off-white);text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:5px;transition:all .3s ease;white-space:nowrap}.nav-link:hover{background-color:#ffffff1a;transform:translateY(-2px)}.nav-link.active{background-color:#fff3;font-weight:600}.main{flex:1;background:linear-gradient(180deg,#fefefe 0%,var(--background-brown) 50%,var(--light-brown) 100%)}.footer{background:linear-gradient(135deg,var(--brown) 0%,var(--medium-brown) 100%);text-align:center;padding:1.5rem 0;margin-top:auto}.footer p{margin:.25rem 0;font-size:.9rem;color:var(--text-off-white)}@media (max-width: 768px){.container{flex-direction:column;gap:1rem}.nav{gap:.75rem;justify-content:center;width:100%}.nav-link{font-size:.9rem;padding:.4rem .8rem}.logo h1{font-size:1.25rem}}.home{min-height:100vh}.hero{background:linear-gradient(135deg,var(--primary-green) 0%,var(--secondary-green) 50%,var(--accent-green) 100%);color:var(--white);padding:4rem 0;text-align:center}.hero h1{font-size:2.5rem;margin-bottom:1rem;font-weight:700;margin:0 auto 1rem;color:var(--text-off-white)}.hero p{font-size:1.2rem;opacity:.9;max-width:600px;margin:0 auto}.booking-section{background:#fff;padding:2rem;margin:2rem 0;border-radius:10px;box-shadow:0 4px 15px #0000001a}.booking-section h2{color:var(--primary-green);margin-bottom:1rem;text-align:center}.booking-intro{text-align:center;color:var(--text-light);font-size:1.1rem;margin-bottom:2rem;line-height:1.6}.calendly-booking{margin:0 auto;border-radius:10px;overflow:hidden;box-shadow:0 4px 15px var(--shadow);height:660px}.calendly-iframe{border:none;border-radius:10px;width:100%;height:100%}.booking-form{max-width:600px;margin:0 auto}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--primary-green)}.form-group input{width:100%;padding:.75rem;border:2px solid var(--border-light);border-radius:5px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus{outline:none;border-color:var(--border-focus)}.time-slots{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.75rem;margin-top:1rem}.time-slot{padding:.75rem;border:2px solid var(--border-light);background:var(--white);border-radius:5px;cursor:pointer;transition:all .3s ease;font-size:.9rem;position:relative}.time-slot:hover:not(.unavailable){border-color:var(--border-focus);background-color:var(--background-light)}.time-slot.selected{border-color:var(--primary-green);background-color:var(--primary-green);color:var(--white)}.time-slot.unavailable{background-color:var(--background-light);color:var(--text-light);cursor:not-allowed;opacity:.6}.unavailable-text{font-size:.7rem;display:block;margin-top:.25rem}.book-button{background:linear-gradient(135deg,var(--primary-green) 0%,var(--secondary-green) 100%);color:var(--white);border:none;padding:1rem 2rem;border-radius:5px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .3s ease;width:100%}.book-button:hover{transform:translateY(-2px)}.booking-confirmation{background:#fff;padding:3rem 2rem;margin:2rem 0;border-radius:10px;box-shadow:0 4px 15px #0000001a;text-align:center}.booking-confirmation h2{color:var(--primary-green);margin-bottom:2rem;font-size:2rem}.confirmation-details{background:var(--background-light);padding:1.5rem;border-radius:5px;margin-bottom:2rem;text-align:left;max-width:400px;margin-left:auto;margin-right:auto}.confirmation-details p{margin:.5rem 0;font-size:1.1rem}.confirmation-note{color:var(--text-light);font-style:italic;margin-bottom:2rem}.new-booking-button{background:var(--secondary-green);color:var(--white);border:none;padding:.75rem 1.5rem;border-radius:5px;font-size:1rem;cursor:pointer;transition:background-color .3s ease}.new-booking-button:hover{background:var(--primary-green)}.info-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:3rem 0;width:100%}.info-card{background:var(--white);padding:2rem;border-radius:10px;box-shadow:0 4px 15px var(--shadow);text-align:center;transition:transform .3s ease}.info-card h3{color:var(--primary-green);margin-bottom:1rem;font-size:1.3rem}.info-card p{color:var(--text-light);line-height:1.6}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;width:100%}@media (max-width: 768px){.hero h1{font-size:2rem}.hero p{font-size:1rem}.booking-section{padding:1.5rem}.time-slots{grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}.info-section{grid-template-columns:1fr}}.about{min-height:100vh}.about-content{padding:3rem 0}.story-section{background:var(--white);padding:3rem;margin:2rem 0;border-radius:10px;box-shadow:0 4px 15px var(--shadow)}.story-section h2{color:var(--primary-green);margin-bottom:2rem;font-size:2rem}.story-section p{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:1.5rem}.features-section{margin:3rem 0}.features-section h2{color:var(--primary-green);text-align:center;margin-bottom:3rem;font-size:2rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.feature-card{background:var(--white);padding:2rem;border-radius:10px;box-shadow:0 4px 15px var(--shadow);text-align:center;transition:transform .3s ease}.feature-card:hover{transform:translateY(-5px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{color:var(--primary-green);margin-bottom:1rem;font-size:1.3rem}.feature-card p{color:var(--text-light);line-height:1.6}.process-section{background:var(--white);padding:3rem;margin:3rem 0;border-radius:10px;box-shadow:0 4px 15px var(--shadow)}.process-section h2{color:var(--primary-green);text-align:center;margin-bottom:3rem;font-size:2rem}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.step{text-align:center;position:relative}.step-number{background:linear-gradient(135deg,var(--primary-green) 0%,var(--secondary-green) 100%);color:var(--white);width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1.5rem}.step h3{color:var(--primary-green);margin-bottom:1rem;font-size:1.2rem}.step p{color:var(--text-light);line-height:1.6}@media (max-width: 768px){.hero h1{font-size:2rem}.hero p{font-size:1rem}.story-section,.process-section{padding:2rem}.features-grid,.process-steps{grid-template-columns:1fr}.cta-section{padding:2rem}}.contact{min-height:100vh}.hero{background:linear-gradient(135deg,#2d5016,#4a7c59,#6b8e23);color:var(--white);padding:4rem 1rem;text-align:center}.hero h1{font-size:2.5rem;margin-bottom:1rem;font-weight:700;line-height:1.2}.contact-content{padding:3rem 0;width:100%}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.info-card{background:var(--white);padding:2rem;border-radius:10px;box-shadow:0 4px 15px var(--shadow);transition:transform .3s ease}.info-card:hover{transform:translateY(-5px)}.info-card h2{color:var(--primary-green);margin-bottom:1.5rem;font-size:1.5rem}.info-details p{margin:.5rem 0;color:#555;line-height:1.6}.map-section{background:var(--white);padding:3rem;margin:3rem 0;border-radius:10px;box-shadow:0 4px 15px var(--shadow)}.map-section h2{color:var(--primary-green);margin-bottom:2rem;text-align:center;font-size:2rem}.map-placeholder{background:var(--background-light);border:2px dashed #dee2e6;padding:3rem;text-align:center;border-radius:10px;margin-bottom:2rem;color:var(--text-light)}.map-placeholder p{margin:.5rem 0;font-size:1.1rem}.directions{background:var(--background-light);padding:2rem;border-radius:10px}.directions h3{color:var(--primary-green);margin-bottom:1rem}.directions ul{list-style:none;padding:0}.directions li{color:#555;position:relative;padding:.5rem 0 .5rem 1.5rem}.directions li:before{content:"✓";color:#4a7c59;font-weight:700;position:absolute;left:0}.map-container{border-radius:10px;overflow:hidden;box-shadow:0 2px 10px var(--shadow);margin-top:1rem}.map-container iframe{border:none;width:100%;height:300px}.faq-section{background:var(--white);padding:3rem;margin:3rem 0;border-radius:10px;box-shadow:0 4px 15px var(--shadow)}.faq-section h2{color:var(--primary-green);text-align:center;margin-bottom:3rem;font-size:2rem}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.faq-item{background:var(--background-light);padding:2rem;border-radius:10px;border-left:4px solid #4a7c59}.faq-item p{color:#555;line-height:1.6;margin:0}.cta-section h2{margin-bottom:1rem;font-size:2rem}.cta-section p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}@media (max-width: 768px){.hero h1{font-size:2rem}.hero p{font-size:1rem}.contact-info{grid-template-columns:1fr}.map-section,.faq-section{padding:2rem}.faq-grid{grid-template-columns:1fr}.cta-section{padding:2rem}}.pricing{min-height:100vh}.pricing-content{padding:3rem 1rem;width:100%}.pricing-intro{text-align:center;margin-bottom:3rem}.pricing-intro h2{color:var(--primary-green);margin-bottom:1rem;font-size:2rem}.pricing-intro p{color:var(--text-light);font-size:1.1rem;max-width:600px;margin:0 auto 2rem;line-height:1.6}.pricing-highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:900px;margin:0 auto}.highlight-item{background:var(--white);padding:1.5rem;border-radius:8px;box-shadow:0 2px 10px var(--shadow);text-align:center;color:var(--text-light);line-height:1.5}.highlight-item strong{color:var(--primary-green);display:block;margin-bottom:.5rem;font-size:1rem}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem;width:100%}.pricing-card{background:var(--white);padding:2rem;border-radius:15px;box-shadow:0 4px 15px var(--shadow);text-align:center;position:relative;transition:transform .3s ease,box-shadow .3s ease;border:2px solid transparent}.pricing-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px var(--shadow)}.pricing-card.popular{border-color:var(--primary-green);transform:scale(1.05)}.pricing-card.popular:hover{transform:scale(1.05) translateY(-5px)}.popular-badge{position:absolute;top:-10px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,var(--primary-green) 0%,var(--secondary-green) 100%);color:var(--white);padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600}.tree-size{font-size:1.3rem;font-weight:600;color:var(--primary-green);margin-bottom:.5rem}.price{font-size:2.5rem;font-weight:700;color:var(--primary-green);margin-bottom:1rem}.description{color:var(--text-light);margin-bottom:1.5rem;line-height:1.5}.features{display:flex;flex-direction:column;gap:.5rem}.feature{color:var(--text-light);font-size:.9rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.pricing-notes{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:3rem 0}.note-card{background:var(--white);padding:2rem;border-radius:10px;box-shadow:0 4px 15px var(--shadow);text-align:center;transition:transform .3s ease}.note-card:hover{transform:translateY(-3px)}.note-card h3{color:var(--primary-green);margin-bottom:1rem;font-size:1.2rem}.note-card p{color:var(--text-light);line-height:1.6;margin:0}@media (max-width: 768px){.hero h1{font-size:2rem}.hero p{font-size:1rem}.pricing-highlights{grid-template-columns:1fr;gap:1rem}.highlight-item{padding:1rem;width:100%;box-sizing:border-box}.pricing-grid{grid-template-columns:1fr}.pricing-card.popular{transform:none}.pricing-card.popular:hover{transform:translateY(-5px)}.pricing-notes{grid-template-columns:1fr}.cta-section{padding:2rem}}.faq{min-height:100vh}.hero{background:linear-gradient(135deg,var(--primary-green) 0%,var(--secondary-green) 50%,var(--accent-green) 100%);color:var(--white);padding:4rem 1rem;text-align:center}.hero h1{font-size:2.5rem;margin-bottom:1rem;font-weight:700}.hero p{font-size:1.2rem;opacity:.9}.faq-content{padding:3rem 0}.faq-intro{text-align:center;margin-bottom:3rem}.faq-intro h2{color:var(--primary-green);margin-bottom:1rem;font-size:2rem}.faq-intro p{color:var(--text-light);font-size:1.1rem;max-width:600px;margin:0 auto;line-height:1.6}.faq-intro a{color:var(--secondary-green);text-decoration:none;font-weight:600}.faq-intro a:hover{color:var(--primary-green);text-decoration:underline}.faq-section{margin:3rem 0}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;width:100%}.faq-item{background:var(--white);padding:2rem;border-radius:10px;box-shadow:0 4px 15px var(--shadow);border-left:4px solid var(--primary-green);transition:transform .3s ease}.faq-item:hover{transform:translateY(-3px)}.faq-item h3{color:var(--primary-green);margin-bottom:1rem;font-size:1.2rem}.faq-item p{color:var(--text-light);line-height:1.6;margin:0}.cta-section{background:linear-gradient(135deg,var(--primary-green) 0%,var(--secondary-green) 100%);color:var(--white);padding:3rem;margin:3rem 0;border-radius:10px;text-align:center}.cta-section h2{margin-bottom:1rem;font-size:2rem;color:var(--text-off-white)}.cta-section p{font-size:1.2rem;margin-bottom:2rem;color:var(--text-off-white);opacity:.9}.cta-button{background:var(--white);color:var(--primary-green);padding:1rem 2rem;border-radius:5px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:transform .3s ease;display:inline-block}.cta-button:hover{transform:translateY(-2px)}@media (max-width: 768px){.hero h1{font-size:2rem}.hero p{font-size:1rem}.faq-grid{grid-template-columns:1fr}.cta-section{padding:2rem}}.business-services{min-height:100vh}.business-services .hero{background:linear-gradient(135deg,var(--primary-green) 0%,var(--secondary-green) 100%);color:var(--text-off-white);padding:4rem 0;text-align:center}.business-services .hero h1{font-size:2.5rem;margin-bottom:1rem;font-weight:700}.business-services .hero p{font-size:1.2rem;max-width:600px;margin:0 auto;line-height:1.6}.services-section{padding:4rem 0}.services-section h2{text-align:center;margin-bottom:3rem;color:var(--text-dark);font-size:2.2rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.service-card{background:var(--white);padding:2rem;border-radius:10px;box-shadow:0 4px 15px var(--shadow);text-align:center;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px var(--shadow)}.service-icon{font-size:3rem;margin-bottom:1rem}.service-card h3{color:var(--primary-green);margin-bottom:1rem;font-size:1.4rem}.service-card p{color:var(--text-light);line-height:1.6}.benefits-pricing-row{display:flex;margin:2rem 0;border-radius:15px;box-shadow:0 8px 30px var(--shadow);overflow:hidden;margin:0 auto}.benefits-section{padding:4rem 2rem;flex:1}.benefits-section h2{text-align:center;margin-bottom:3rem;color:var(--text-dark);font-size:2.2rem}.benefits-list{max-width:600px;margin:0 auto}.benefit-item{display:flex;align-items:center;margin-bottom:1rem;padding:.5rem 0}.benefit-check{color:var(--primary-green);font-weight:700;font-size:1.2rem;margin-right:1rem;min-width:20px}.benefit-item span:last-child{color:var(--text-dark);font-size:1.1rem}.pricing-section{flex:1;background:var(--background-light)}.pricing-section h2{text-align:center;margin-bottom:3rem;color:var(--text-dark);font-size:2.2rem}.pricing-header{background:linear-gradient(135deg,var(--primary-green) 0%,var(--secondary-green) 100%);color:var(--text-off-white);padding:2rem;text-align:center}.pricing-header h3{font-size:1.8rem;margin-bottom:.5rem;color:var(--text-off-white)}.pricing-header p{opacity:.9;font-size:1.1rem;color:var(--text-off-white)}.pricing-details{padding:2rem}.pricing-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid var(--border-light)}.pricing-item:last-of-type{border-bottom:none}.pricing-total{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;margin-top:1rem;border-top:2px solid var(--primary-green);font-size:1.2rem}.pricing-note{background:var(--background-light);padding:1rem;margin:1rem 0 0;border-radius:5px;font-size:.9rem;color:var(--text-light);font-style:italic}.process-section{background:var(--background-light);padding:4rem 0;margin:2rem 0}.process-section h2{text-align:center;margin-bottom:3rem;color:var(--text-dark);font-size:2.2rem}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.process-step{text-align:center;padding:1.5rem}.step-number{background:var(--primary-green);color:var(--white);width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1rem}.process-step h3{color:var(--text-dark);margin-bottom:1rem;font-size:1.3rem}.process-step p{color:var(--text-light);line-height:1.6}.cta-section{background:linear-gradient(135deg,var(--brown) 0%,var(--medium-brown) 100%);color:var(--text-off-white);padding:4rem 0;text-align:center;margin:2rem 0;border-radius:0}.cta-section h2{font-size:2.2rem;margin-bottom:1rem}.cta-section p{font-size:1.2rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-button{display:inline-block;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;min-width:150px;text-align:center}.cta-button.primary{background:var(--white);color:var(--brown);border:2px solid var(--white)}.cta-button.primary:hover{background:transparent;color:var(--white)}.cta-button.secondary{background:transparent;color:var(--white);border:2px solid var(--white)}.cta-button.secondary:hover{background:var(--white);color:var(--brown)}@media (max-width: 768px){.business-services .hero h1{font-size:2rem}.business-services .hero p{font-size:1.1rem}.services-grid{grid-template-columns:1fr}.benefits-pricing-row{flex-direction:column;gap:0}.benefits-section{margin-bottom:2rem}.process-steps{grid-template-columns:1fr}.cta-buttons{flex-direction:column;align-items:center}.cta-button{width:100%;max-width:300px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#333;background-color:var(--background-light)}:root{--primary-green: #2d5016;--secondary-green: #4a7c59;--accent-green: #6b8e23;--light-green: #8fbc8f;--brown: #8b4513;--medium-brown: #a0522d;--light-brown: #cd853f;--text-dark: #2d5016;--text-light: #6c757d;--text-off-white: #f5f5f5;--background-light: #f8f9fa;--background-brown: #f5f5dc;--white: #ffffff;--shadow: rgba(0, 0, 0, .1);--border-light: #e9ecef;--border-focus: #4a7c59;--success-bg: #d4edda;--success-border: #c3e6cb;--error-color: #721c24;--error-bg: #f8d7da;--error-border: #f5c6cb}h1,h2,h3,h4,h5,h6{color:var(--primary-green);font-weight:600;line-height:1.2}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}p{color:var(--text-light);line-height:1.6}a{color:var(--secondary-green);text-decoration:none;transition:color .3s ease}a:hover{color:var(--primary-green)}button{font-family:inherit;cursor:pointer;border:none;border-radius:5px;transition:all .3s ease}button:focus{outline:2px solid var(--secondary-green);outline-offset:2px}input,textarea,select{font-family:inherit;border:2px solid var(--border-light);border-radius:5px;padding:.75rem;transition:border-color .3s ease}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--border-focus)}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.text-center{text-align:center}.text-off-white{color:var(--text-off-white)}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}@media (max-width: 768px){h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.25rem}.container{padding:0 .75rem}}@media (max-width: 480px){h1{font-size:1.75rem}h2{font-size:1.5rem}.container{padding:0 .5rem}}.fade-in{animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.slide-in{animation:slideIn .5s ease-out}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.loading{opacity:.6;pointer-events:none}.success{color:var(--secondary-green);background-color:var(--success-bg);border:1px solid var(--success-border);padding:.75rem;border-radius:5px}.error{color:var(--error-color);background-color:var(--error-bg);border:1px solid var(--error-border);padding:.75rem;border-radius:5px}.card{background:var(--white);border-radius:10px;box-shadow:0 4px 15px var(--shadow);padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.card:hover{transform:translateY(-5px);box-shadow:0 8px 25px var(--shadow)}.gradient-primary{background:linear-gradient(135deg,var(--primary-green) 0%,var(--secondary-green) 100%)}.gradient-secondary{background:linear-gradient(135deg,var(--secondary-green) 0%,var(--accent-green) 100%)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:var(--secondary-green);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--primary-green)}
