@import url(https://fonts.googleapis.com/css2?family=Zen+Loop:ital@0;1&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Zen+Loop:ital@0;1&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Zen Loop,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--primary-green:#2d5016;--light-green:#4a7c59;--sage-green:#87a96b;--bright-green:#6ba644;--cream-white:#fff;--light-gray:#f8f9fa;--accent-orange:#ff6b35;--text-dark:#333}*{box-sizing:border-box;margin:0;padding:0}body{background:#fff;background:var(--cream-white);color:#333;color:var(--text-dark);font-family:Roboto,sans-serif;line-height:1.6}.App{min-height:100vh}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.navbar{background:#fff;background:var(--cream-white);box-shadow:0 2px 10px #0000001a;padding:1.5rem 0;position:sticky;top:0;z-index:1000}.nav-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.nav-brand h1{color:#2d5016;color:var(--primary-green);font-family:Zen Loop,sans-serif;font-size:2.2rem;font-weight:400;margin-bottom:.2rem}.nav-tagline{color:#4a7c59;color:var(--light-green);font-size:.9rem;font-style:italic}.nav-links{display:flex;gap:2.5rem}.nav-links a{color:#333;color:var(--text-dark);font-size:1rem;font-weight:500;text-decoration:none;transition:color .3s ease}.nav-links a:hover{color:#6ba644;color:var(--bright-green)}.hamburger{background:none;border:none;cursor:pointer;display:none;flex-direction:column;padding:.5rem;z-index:1001}.hamburger span{background:#2d5016;background:var(--primary-green);border-radius:2px;height:3px;margin:3px 0;transition:.3s;width:25px}.hamburger.active span:first-child{transform:rotate(-45deg) translate(-5px,6px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}.mobile-nav{align-items:center;background:#fff;background:var(--cream-white);display:none;flex-direction:column;gap:2rem;height:100vh;justify-content:center;left:0;position:fixed;top:0;transform:translateX(-100%);transition:transform .3s ease;width:100%;z-index:1000}.mobile-nav.active{transform:translateX(0)}.mobile-nav a{color:#2d5016;color:var(--primary-green);font-size:1.5rem;font-weight:500;padding:1rem;text-decoration:none;transition:color .3s ease}.mobile-nav a:hover{color:#6ba644;color:var(--bright-green)}.hero-section{background-attachment:fixed;background-image:linear-gradient(#0006,#0006),url(../../static/media/img2.b269727f9bea350bbf9d.jpg);background-position:50%;background-size:cover;min-height:50vh;position:relative}.hero-overlay,.hero-section{align-items:center;display:flex}.hero-overlay{justify-content:center;padding:2rem 0;width:100%}.hero-content{color:#fff;margin:0 auto;max-width:800px;padding:0 2rem;text-align:center}.hero-main-title{color:#fff;font-family:Zen Loop,sans-serif;font-size:3.2rem;font-weight:400;line-height:1.2;text-shadow:2px 2px 4px #000000b3}.hero-features,.hero-main-title{margin-bottom:2rem}.feature-check{color:#90ee90;font-size:1.2rem;font-weight:600;margin-bottom:.8rem;text-shadow:1px 1px 2px #000000b3}.feature-check svg{stroke:#90ee90;stroke-width:.5px;color:#90ee90!important;filter:drop-shadow(1px 1px 2px rgba(0,0,0,.7));font-weight:600}.hero-description{font-size:1.2rem;font-weight:600;letter-spacing:2px}.hero-description,.hero-subtitle{color:#fff;margin-bottom:1.5rem;text-shadow:1px 1px 2px #000000b3}.hero-subtitle{font-family:Zen Loop,sans-serif;font-size:2rem;font-weight:400}.hero-text-desc{color:#fff;font-size:1.1rem;line-height:1.7;margin-bottom:2rem;text-shadow:1px 1px 2px #000000b3}.coming-soon-notice{color:gold;font-family:Zen Loop,sans-serif;font-size:1.6rem;font-style:italic;font-weight:500;text-shadow:2px 2px 4px #000000b3}.mountain-background{overflow:hidden;position:relative}.mountain-background:before{background:linear-gradient(180deg,#0000 0,#87a96b1a 30%,#87a96b26 60%,#87a96b33);clip-path:polygon(0 100%,15% 85%,25% 90%,35% 75%,45% 80%,55% 65%,65% 70%,75% 55%,85% 60%,95% 45%,100% 50%,100% 100%);height:200px;z-index:1}.mountain-background:after,.mountain-background:before{bottom:0;content:"";left:0;position:absolute;width:100%}.mountain-background:after{background:linear-gradient(180deg,#0000 0,#2d501614 40%,#2d50161f);clip-path:polygon(0 100%,10% 90%,20% 85%,30% 95%,40% 80%,50% 85%,60% 70%,70% 75%,80% 60%,90% 65%,100% 55%,100% 100%);height:150px;z-index:2}.mountain-background .container{position:relative;z-index:10}.categories-section{background:#fff;background:var(--cream-white);padding:2rem 0 4rem}.categories-section h2{color:#2d5016;color:var(--primary-green);font-family:Zen Loop,sans-serif;font-size:2.2rem;font-weight:400;margin-bottom:3rem;text-align:center}.categories-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.category-card{background:#f8f9fa;background:var(--light-gray);border-radius:10px;padding:2rem;text-align:center;transition:transform .3s ease}.category-card:hover{transform:translateY(-5px)}.category-card h3{color:#2d5016;color:var(--primary-green);font-size:1.3rem;margin-bottom:1rem}.category-card p{color:#333;color:var(--text-dark);font-size:.95rem}.why-choose-section{background:#f8f9fa;background:var(--light-gray);padding:4rem 0}.why-choose-section h2{color:#2d5016;color:var(--primary-green);font-family:Zen Loop,sans-serif;font-size:2.2rem;font-weight:400;margin-bottom:3rem;text-align:center}.benefits-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.benefit-item{background:#fff;background:var(--cream-white);border-radius:15px;box-shadow:0 5px 15px #00000014;padding:2.5rem 2rem;text-align:center}.benefit-icon{font-size:3rem;margin-bottom:1rem}.benefit-item h3{color:#2d5016;color:var(--primary-green);font-size:1.3rem;margin-bottom:1rem}.benefit-item p{color:#333;color:var(--text-dark);line-height:1.6}.content-section{padding:4rem 0}.content-section:nth-child(2n){background:#fff;background:var(--cream-white)}.content-section:nth-child(odd){background:#f8f9fa;background:var(--light-gray)}.categories-section,.content-section:nth-child(2n){overflow:hidden;position:relative}.categories-section:before,.content-section:nth-child(2n):before{background:linear-gradient(180deg,#0000 0,#87a96b0f 15%,#87a96b1a 40%,#87a96b26);bottom:0;clip-path:polygon(0 100%,20% 20%,40% 60%,60% 15%,80% 45%,100% 100%);content:"";height:320px;left:0;position:absolute;width:100%;z-index:1}.categories-section:after,.content-section:nth-child(2n):after{background:linear-gradient(180deg,#0000 0,#2d50160d 25%,#2d501614);bottom:0;clip-path:polygon(0 100%,25% 35%,50% 70%,75% 25%,100% 100%);content:"";height:230px;left:0;position:absolute;width:100%;z-index:2}.categories-section .container,.content-section .container{position:relative;z-index:10}.content-row{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:2fr 1fr}.content-row.reverse{grid-template-columns:1fr 2fr}.content-text h2{color:#2d5016;color:var(--primary-green);font-family:Zen Loop,sans-serif;font-size:2.2rem;font-weight:400;margin-bottom:1.5rem}.content-text p{color:#333;color:var(--text-dark);font-size:1.1rem;line-height:1.7;margin-bottom:1.2rem}.content-highlight{background:#fff;background:var(--cream-white);border-radius:15px;box-shadow:0 5px 15px #00000014;padding:2rem;text-align:center}.content-highlight h3{color:#2d5016;color:var(--primary-green);font-family:Zen Loop,sans-serif;font-size:1.8rem;font-style:italic;margin-bottom:1rem}.content-features{align-items:center;display:flex}.feature-list{background:#fff;background:var(--cream-white);border-radius:15px;box-shadow:0 5px 15px #00000014;padding:2rem}.feature{color:#6ba644;color:var(--bright-green);font-size:1rem;font-weight:500;margin-bottom:.8rem}.feature:last-child{margin-bottom:0}.activities-list{display:flex;flex-direction:column;gap:1.5rem}.activity{background:#fff;background:var(--cream-white);border-radius:10px;box-shadow:0 3px 10px #0000000d;padding:1.5rem}.activity h4{color:#2d5016;color:var(--primary-green);font-size:1.1rem;margin-bottom:.5rem}.activity p{color:#333;color:var(--text-dark);font-size:.9rem;margin:0}.newsletter-section{background:#2d5016;background:var(--primary-green);color:#fff;color:var(--cream-white);padding:4rem 0;text-align:center}.newsletter-content h2{font-family:Zen Loop,sans-serif;font-size:2rem;font-weight:400;letter-spacing:1px;margin-bottom:1rem}.newsletter-content>p{font-size:1.1rem;margin-bottom:.5rem;opacity:.9}.newsletter-signup{margin-top:3rem}.newsletter-signup h3{font-size:1.4rem;margin-bottom:.5rem}.newsletter-signup p{opacity:.8}.footer{background:#333;background:var(--text-dark);color:#fff;padding:3rem 0 1rem}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr;margin-bottom:2rem}.footer-info h3{font-family:Zen Loop,sans-serif;font-size:1.8rem;margin-bottom:1rem}.footer-info p{margin-bottom:.5rem;opacity:.9}.footer-social h4{font-size:1.1rem;margin-bottom:1rem}.social-link{align-items:center;background:#ffffff1a;border:2px solid #87a96b;border:2px solid var(--sage-green);border-radius:25px;color:#fff;display:inline-flex;font-size:1.1rem;gap:.8rem;padding:.8rem 1.5rem;text-decoration:none;transition:all .3s ease}.social-link:hover{background:#87a96b;background:var(--sage-green);box-shadow:0 4px 15px #0003;transform:translateY(-2px)}.footer-bottom{border-top:1px solid #fff3;font-size:.9rem;opacity:.8;padding-top:2rem;text-align:center}@media (max-width:768px){.navbar{padding:.7rem 0}.nav-container{align-items:center;justify-content:space-between}.desktop-nav{display:none}.hamburger,.mobile-nav{display:flex}.hero-section{background-attachment:scroll;background-image:linear-gradient(#0006,#0006),url(../../static/media/img2.b269727f9bea350bbf9d.jpg);min-height:30vh}.hero-main-title{-webkit-text-stroke:1px #ffffff4d;font-size:2.4rem;font-weight:600;letter-spacing:1.5px;text-shadow:4px 4px 12px #000,2px 2px 6px #000000e6,1px 1px 3px #000c,0 0 20px #000000b3,0 0 8px #0009}.hero-subtitle{font-size:1.6rem}.feature-check,.hero-description,.hero-subtitle,.hero-text-desc{text-shadow:2px 2px 4px #000000e6}.feature-check svg{stroke:#90ee90;stroke-width:.8px;color:#90ee90!important;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.9));font-weight:600}.coming-soon-notice{font-size:1.3rem;text-shadow:3px 3px 6px #000000e6}.content-row,.content-row.reverse,.footer-content{gap:2rem;grid-template-columns:1fr}.footer-content{text-align:center}.benefits-grid{grid-template-columns:1fr}.categories-grid{grid-template-columns:repeat(2,1fr)}.categories-section:before,.content-section:nth-child(2n):before{clip-path:polygon(0 100%,50% 15%,100% 100%);height:900px}.categories-section:after,.content-section:nth-child(2n):after{clip-path:polygon(0 100%,35% 25%,100% 100%);height:850px}}@media (max-width:480px){.container{padding:0 1rem}.hero-main-title{-webkit-text-stroke:1.2px #fff6;font-size:1.9rem;font-weight:700;letter-spacing:1px;line-height:1.2;text-shadow:5px 5px 15px #000,3px 3px 8px #000000f2,2px 2px 4px #000000e6,1px 1px 2px #000c,0 0 25px #000c,0 0 12px #000000b3}.categories-grid{grid-template-columns:repeat(2,1fr)}.newsletter-content h2{font-size:1.5rem}.categories-section:before,.content-section:nth-child(2n):before{clip-path:polygon(0 100%,50% 20%,100% 100%);height:800px}.categories-section:after,.content-section:nth-child(2n):after{clip-path:polygon(0 100%,70% 35%,100% 100%);height:750px}}html{scroll-behavior:smooth}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.benefit-item,.category-card,.content-section{animation:fadeInUp .6s ease-out}
/*# sourceMappingURL=main.eec8d842.css.map*/