:root{--color-white: #ffffff;--color-green-light: #dae386;--color-green-dark: #037234;--color-gray-light: #f5f7f5;--color-text: #2d3436;--color-text-light: #636e72;--color-border: #e0e0e0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background-color:var(--color-white);color:var(--color-text);min-width:320px}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,Georgia,serif;font-weight:700;line-height:1.2;color:var(--color-green-dark)}h1{font-size:clamp(2rem,5vw,3rem)}h2{font-size:clamp(1.75rem,4vw,2.5rem)}h3{font-size:clamp(1.25rem,3vw,1.5rem)}p{margin-bottom:1rem;color:var(--color-text-light)}a{color:var(--color-green-dark);text-decoration:none;transition:color .3s ease}a:hover{color:var(--color-green-light)}img{max-width:100%;height:auto}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:4rem 0}.section--alt{background-color:var(--color-gray-light)}.section__title{text-align:center;margin-bottom:1rem}.section__subtitle{text-align:center;max-width:600px;margin:0 auto 3rem;color:var(--color-text-light)}.btn{display:inline-block;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-align:center;border-radius:8px;transition:all .3s ease;cursor:pointer;border:none}.btn--primary{background-color:var(--color-green-dark);color:var(--color-white)}.btn--primary:hover{background-color:#025a2a;color:var(--color-white)}.btn--secondary{background-color:transparent;color:var(--color-green-dark);border:2px solid var(--color-green-dark)}.btn--secondary:hover{background-color:var(--color-green-dark);color:var(--color-white)}.text-center{text-align:center}.mb-2{margin-bottom:2rem}@media(max-width:768px){.section{padding:3rem 0}.container{padding:0 1rem}}.header{position:fixed;top:0;left:0;right:0;background-color:var(--color-white);box-shadow:0 2px 10px #00000014;z-index:1000}.header__nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;max-width:1200px;margin:0 auto}.header__logo{display:flex;align-items:center;text-decoration:none}.header__logo-img{height:50px;width:auto;object-fit:contain}.header__menu{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.header__menu a{font-weight:500;color:var(--color-text);transition:color .3s ease;position:relative}.header__menu a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background-color:var(--color-green-dark);transition:width .3s ease}.header__menu a:hover{color:var(--color-green-dark)}.header__menu a:hover:after{width:100%}@media(max-width:768px){.header__nav{padding:.875rem 1rem}.header__logo-text{font-size:1rem}.header__menu{gap:1rem}.header__menu a{font-size:.875rem}}@media(max-width:480px){.header__menu{gap:.75rem}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden}.hero__overlay{position:absolute;inset:0;background:linear-gradient(135deg,#037234eb,#025a2ad9,#003c1ee6);pointer-events:none}.hero:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 20% 80%,rgba(218,227,134,.15) 0%,transparent 40%),radial-gradient(circle at 80% 20%,rgba(255,255,255,.08) 0%,transparent 40%),radial-gradient(circle at 40% 40%,rgba(218,227,134,.1) 0%,transparent 30%);z-index:1;pointer-events:none;animation:float 20s ease-in-out infinite}.hero:after{content:"";position:absolute;bottom:0;left:0;right:0;height:200px;background:linear-gradient(to top,rgba(0,0,0,.3) 0%,transparent 100%);pointer-events:none;z-index:1}@keyframes float{0%,to{transform:translate(0) rotate(0)}33%{transform:translate(2%,1%) rotate(1deg)}66%{transform:translate(-1%,2%) rotate(-1deg)}}.hero__content{position:relative;z-index:1;text-align:center;padding:6rem 1.5rem 4rem;max-width:800px}.hero__app-badge{display:inline-block;background-color:#dae38633;color:var(--color-green-light);padding:.5rem 1.25rem;border-radius:50px;font-size:.875rem;font-weight:600;margin-bottom:1.5rem;border:1px solid rgba(218,227,134,.3)}.hero__title{font-size:clamp(2.5rem,8vw,3.5rem);color:var(--color-white);margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,.2)}.hero__subtitle{font-size:clamp(1.125rem,3vw,1.5rem);color:var(--color-green-light);font-weight:500;margin-bottom:1.5rem;letter-spacing:.5px}.hero__description{font-size:1.125rem;color:#ffffffe6;max-width:600px;margin:0 auto 2.5rem;line-height:1.7}.hero__stores{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:2.5rem}.hero__store-btn{display:flex;align-items:center;gap:.75rem;background-color:var(--color-white);color:var(--color-text);padding:.875rem 1.5rem;border-radius:12px;text-decoration:none;transition:all .3s ease;min-width:180px}.hero__store-btn:hover{transform:translateY(-3px);box-shadow:0 10px 30px #0003;color:var(--color-text)}.hero__store-btn--disabled{opacity:1;cursor:not-allowed;background-color:#fff}.hero__store-btn--disabled:hover{transform:none;box-shadow:none}.hero__store-icon{width:32px;height:32px;object-fit:contain}.hero__store-text{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.hero__store-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.5px;color:var(--color-text-light)}.hero__store-name{font-size:1.125rem;font-weight:700;color:var(--color-text)}.hero__features{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.hero__feature{display:flex;align-items:center;gap:.5rem;color:#ffffffe6;font-size:.9375rem}.hero__feature-icon{color:var(--color-green-light);font-weight:700}@media(max-width:768px){.hero{min-height:auto;padding:8rem 0 4rem}.hero__content{padding:2rem 1rem}.hero__description{font-size:1rem}.hero__stores{flex-direction:column;align-items:center}.hero__store-btn{width:100%;max-width:220px;justify-content:center}.hero__features{flex-direction:column;gap:1rem}}@media(max-width:480px){.hero__app-badge{font-size:.75rem;padding:.4rem 1rem}}.about__content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.about__text{line-height:1.8}.about__text p{margin-bottom:1.25rem;font-size:1.0625rem;color:var(--color-text-light)}.about__text strong{color:var(--color-green-dark)}.about__values{display:flex;flex-direction:column;gap:1.5rem}.about__value{display:flex;gap:1rem;padding:1.5rem;background-color:var(--color-gray-light);border-radius:12px;transition:transform .3s ease,box-shadow .3s ease}.about__value:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0372341a}.about__value-icon{width:40px;height:40px;min-width:40px;display:flex;align-items:center;justify-content:center;background-color:var(--color-green-dark);color:var(--color-white);border-radius:50%;font-size:1.25rem;font-weight:700}.about__value-content h3{font-size:1.125rem;margin-bottom:.5rem;font-family:Inter,sans-serif;font-weight:600}.about__value-content p{margin:0;font-size:.9375rem;line-height:1.5}@media(max-width:968px){.about__content{grid-template-columns:1fr;gap:2.5rem}}@media(max-width:480px){.about__value{padding:1.25rem}.about__value-icon{width:36px;height:36px;min-width:36px;font-size:1rem}}.contact__content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact__info{display:flex;flex-direction:column;gap:1.5rem}.contact__item{display:flex;gap:1rem;padding:1.25rem;background-color:var(--color-gray-light);border-radius:12px;transition:transform .3s ease}.contact__item:hover{transform:translate(4px)}.contact__item-icon{font-size:1.75rem;width:50px;height:50px;min-width:50px;display:flex;align-items:center;justify-content:center;background-color:var(--color-white);border-radius:12px}.contact__item-content h3{font-size:1rem;font-family:Inter,sans-serif;font-weight:600;margin-bottom:.25rem;color:var(--color-green-dark)}.contact__item-content p{margin:0;font-size:.9375rem;color:var(--color-text-light)}.contact__message-card{background-color:var(--color-green-dark);color:var(--color-white);padding:2.5rem;border-radius:16px;height:100%}.contact__message-card h3{color:var(--color-white);font-size:1.5rem;margin-bottom:1.25rem}.contact__message-card p{color:#ffffffe6;line-height:1.7;margin-bottom:1rem}.contact__message-card .btn--primary{margin-top:1rem;background-color:var(--color-green-light);color:var(--color-green-dark)}.contact__message-card .btn--primary:hover{background-color:var(--color-white)}@media(max-width:968px){.contact__content{grid-template-columns:1fr;gap:2.5rem}.contact__message-card{padding:2rem}}@media(max-width:480px){.contact__item{padding:1rem}.contact__item-icon{width:44px;height:44px;min-width:44px;font-size:1.5rem}.contact__message-card{padding:1.5rem}}.privacy-policy{padding:120px 0 60px;min-height:100vh;background-color:#f9f9f9}.privacy-policy__title{font-size:2.5rem;color:#333;margin-bottom:.5rem;text-align:center}.privacy-policy__date{text-align:center;color:#666;font-size:.95rem;margin-bottom:2.5rem}.privacy-policy__content{background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 2px 12px #00000014;max-width:900px;margin:0 auto}.privacy-policy__section{margin-bottom:2rem}.privacy-policy__section:last-child{margin-bottom:0}.privacy-policy__section h2{font-size:1.4rem;color:#2c5530;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #e8f5e9}.privacy-policy__section h3{font-size:1.1rem;color:#444;margin:1.25rem 0 .75rem}.privacy-policy__section p{color:#555;line-height:1.7;margin-bottom:.75rem}.privacy-policy__section ul{list-style:none;padding:0;margin:.75rem 0}.privacy-policy__section ul li{position:relative;padding-left:1.5rem;margin-bottom:.6rem;color:#555;line-height:1.6}.privacy-policy__section ul li:before{content:"•";position:absolute;left:0;color:#4caf50;font-weight:700}.privacy-policy__section strong{color:#333}.privacy-policy__contact{background:#f5f5f5;padding:1.25rem;border-radius:8px;margin-top:1rem}.privacy-policy__contact p{margin-bottom:.4rem}.privacy-policy__contact p:last-child{margin-bottom:0}.privacy-policy__back{text-align:center;margin-top:2.5rem}.privacy-policy__back-link{display:inline-block;color:#2c5530;text-decoration:none;font-weight:600;padding:.75rem 1.5rem;border:2px solid #2c5530;border-radius:8px;transition:all .3s ease}.privacy-policy__back-link:hover{background-color:#2c5530;color:#fff}@media(max-width:768px){.privacy-policy{padding:100px 0 40px}.privacy-policy__title{font-size:2rem}.privacy-policy__content{padding:1.5rem;margin:0 1rem}.privacy-policy__section h2{font-size:1.25rem}.privacy-policy__section h3{font-size:1rem}}.footer{background-color:var(--color-green-dark);color:var(--color-white);padding:4rem 0 0}.footer__content{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer__brand{max-width:300px}.footer__logo{display:flex;align-items:center;margin-bottom:1rem}.footer__logo-img{height:60px;width:auto;object-fit:contain}.footer__tagline{color:#fffc;line-height:1.6;font-size:.9375rem}.footer__links h4,.footer__contact h4{color:var(--color-green-light);font-family:Inter,sans-serif;font-size:1rem;font-weight:600;margin-bottom:1.25rem;text-transform:uppercase;letter-spacing:.5px}.footer__links ul{list-style:none;padding:0;margin:0}.footer__links li{margin-bottom:.75rem}.footer__links a{color:#fffc;transition:color .3s ease;font-size:.9375rem}.footer__links a:hover{color:var(--color-green-light)}.footer__contact p{color:#fffc;margin-bottom:.75rem;font-size:.9375rem}.footer__bottom{padding:1.5rem 0;text-align:center}.footer__bottom p{color:#fff9;font-size:.875rem;margin:0}@media(max-width:768px){.footer{padding:3rem 0 0}.footer__content{grid-template-columns:1fr;gap:2rem;text-align:center}.footer__brand{max-width:100%}.footer__logo{justify-content:center}.footer__links ul{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.footer__links li{margin-bottom:0}}
