@import"https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap";@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap";: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;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}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}}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#fff;min-height:100vh;padding-top:120px}.app{min-height:100vh}.navbar{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;border-bottom:1px solid #e5e7eb;position:fixed;top:0;left:0;width:100%;background-color:#fff;z-index:1000}.logo-img{width:60px;height:60px;object-fit:contain;border-radius:8px}.logo-text{font-size:1.5rem;font-weight:700;color:#15803d;font-family:Manrope,sans-serif}.nav-links a{color:#6b7280;text-decoration:none;transition:color .3s;font-family:Roboto,sans-serif!important;font-weight:400}.logo-text{font-weight:700;font-size:1.5rem;margin-left:8px}.sign-in-btn{font-family:Roboto,sans-serif;font-size:16px;font-weight:500;color:#8b8b8b;background-color:transparent;border:2px solid #8B8B8B!important;border-radius:8px;padding:.5rem 1.2rem;cursor:pointer;outline:none;transition:background .2s ease,color .2s ease,border-color .2s ease}.sign-in-btn:hover{background-color:#0f9100;color:#fff;border-color:#0f9100}@media (max-width: 1024px){.navbar{padding:.8rem 1.5rem}.navbar-left{gap:2rem}.logo-img{width:50px;height:50px}.logo-text{font-size:1.3rem}.nav-links{gap:1.2rem}.nav-links a{font-size:.9rem}.sign-in-btn{padding:.4rem 1rem;font-size:14px}}@media (max-width: 768px){.navbar{padding:.7rem 1rem}.navbar-left{gap:1rem}.logo-img{width:45px;height:45px}.logo-text{font-size:1.2rem}.nav-links{gap:.8rem}.nav-links a{font-size:.85rem}.sign-in-btn{padding:.35rem .9rem;font-size:13px}}@media (max-width: 480px){.navbar{padding:.5rem .8rem}.navbar-left{gap:.8rem}.logo-img{width:40px;height:40px}.logo-text{font-size:1rem}.nav-links{gap:.6rem}.nav-links a{font-size:.8rem}.sign-in-btn{padding:.3rem .8rem;font-size:12px}}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.navbar{display:flex;align-items:center;justify-content:space-between;padding:.6rem 1.5rem;border-bottom:1px solid #e5e7eb;position:fixed;top:0;left:0;width:100%;background-color:#fff;z-index:1000}.navbar-left{display:flex;align-items:center;gap:3.5rem}.logo-container{display:flex;align-items:center;gap:.55rem}.logo-link{display:flex;align-items:center;text-decoration:none;color:inherit}.logo-img{width:55px;height:55px;object-fit:contain;border-radius:8px}.logo-text{font-size:1.6rem;font-weight:700;color:#15803d;font-family:Manrope,sans-serif}.nav-links{display:flex;align-items:center;gap:2rem}.nav-links a{color:#6b7280;text-decoration:none;font-weight:500;font-family:Manrope,sans-serif;transition:color .3s ease}.nav-links a:hover{color:#111827}.navbar-right{display:flex;align-items:center}.profile-container{display:flex;align-items:center;justify-content:center;background-color:#e5e7eb;border-radius:50%;width:45px;height:45px;cursor:pointer;transition:background .2s ease}.profile-container:hover{background-color:#d1d5db}.profile-icon{font-size:1.8rem;color:#15803d}.profile-dropdown{position:absolute;top:65px;right:1.5rem;background-color:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 4px 12px #0000001a;width:180px;padding:8px 0;z-index:2000;animation:fadeIn .2s ease}.dropdown-item{display:block;width:100%;text-align:left;padding:10px 16px;color:#374151;background:none;border:none;font-size:.95rem;font-family:Roboto,sans-serif;cursor:pointer;text-decoration:none;transition:background .2s ease,color .2s ease}.dropdown-item:hover{background-color:#f3f4f6;color:#0f9100}.logout-btn{color:#dc2626!important}.profile-container.active{background-color:#d1fae5;box-shadow:0 0 0 2px #15803d inset}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.footer{width:100%;background:linear-gradient(to right,#006610,#ffd600);color:#fff;padding:1.5rem 0;font-weight:400}.footer-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center}.footer-logo{font-family:Manrope,sans-serif;font-size:2rem;font-weight:600;margin-bottom:.8rem}.footer-text{font-size:.9rem;font-weight:600;display:inline-block;transform:translate(50px)}.social-icons{display:flex;gap:1.5rem}.icon{background:#fff;color:#166534;padding:.8rem;border-radius:50%;font-size:2rem;width:45px;height:45px;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:all .3s ease;cursor:pointer}.icon:hover{background:#166534;color:#fff;transform:scale(1.15)}@media (min-width: 768px){.footer-container{flex-direction:row;justify-content:space-between;text-align:left}.footer-logo,.footer-text{margin-bottom:0}}@media (max-width: 768px){.footer{padding:.5rem 0;font-size:.75rem}.footer-container{flex-direction:column;align-items:center;text-align:center;gap:.5rem;padding:0 1rem}.footer-logo{font-size:1.2rem;margin-bottom:.3rem}.footer-text{font-size:.7rem;margin-bottom:.5rem;margin-right:6rem}.social-icons{gap:.5rem}.icon{font-size:1.2rem;width:30px;height:30px;padding:.3rem}}@media (max-width: 480px){.footer{padding:.4rem 0;font-size:.7rem}.footer-container{gap:.4rem;padding:0 .8rem}.footer-logo{font-size:1rem;margin-bottom:.2rem}.footer-text{font-size:.65rem;margin-bottom:.4rem}.social-icons{gap:.4rem}.icon{font-size:1rem;width:28px;height:28px;padding:.25rem}}.dashboard-container{font-family:Poppins,sans-serif;background-color:#fff;min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden}.account-section{background-color:#0f9100;color:#fff;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;padding:2rem 1.5rem;width:100vw;max-width:100vw;margin:0 auto;position:relative;top:0;left:0;z-index:10;box-sizing:border-box;overflow:hidden}.account-info{display:flex;flex-direction:column;justify-content:center;margin-left:6rem}.account-info h2{font-size:1.5rem;font-weight:700;margin-bottom:.3rem}.account-balance{font-size:2.5rem;font-weight:700;display:flex;align-items:center;gap:.5rem}.eye-icon{font-size:1.3rem;cursor:pointer}.account-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;align-items:flex-start;flex:1;margin-left:2rem}.action-card{background-color:#fff;color:#333;border-radius:12px;padding:1.2rem;width:210px;height:120px;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:1rem;box-shadow:0 2px 8px #0000001a;transition:transform .2s ease,box-shadow .2s ease}.action-card:hover{transform:translateY(-3px);box-shadow:0 4px 10px #00000026}.action-text{flex:1}.action-text h3{font-size:.95rem;font-weight:700;margin-bottom:.3rem}.action-text p{font-size:.75rem;color:#666;line-height:1.4;margin:0}.action-icon{font-size:1.8rem;background-color:#e8f5e8;color:#0b520b;width:45px;height:45px;border-radius:50%;display:flex;align-items:center;justify-content:center}.content-area{padding:2rem 1.5rem;flex:1}@media (max-width: 768px){.account-section{flex-direction:column;align-items:center;text-align:center;padding:2rem 1rem;width:100vw!important}.account-actions{justify-content:center;gap:1rem;margin-left:0}.action-card{width:100%;max-width:320px;height:auto}.account-balance{font-size:1.6rem}}.about-page{position:relative;background:#fff;padding:40px 12%;min-height:90vh;font-family:Roboto,sans-serif}.about-container{display:flex;flex-direction:column;align-items:flex-start;text-align:left;max-width:900px;margin:0;gap:25px;padding-left:5%}.about-title{margin-left:-15%;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.2;background:linear-gradient(to right,#0f9100,#042b00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-desc,.about-text{font-size:1rem;line-height:1.6;color:#444;margin-left:-15%;max-width:600px;margin-bottom:15px;margin-top:10px;text-align:justify;text-align-last:left;white-space:normal;word-wrap:break-word;overflow-wrap:break-word}.about-desc strong{color:#0f9100;font-weight:600}.about-logos{position:absolute;top:20px;right:2%;width:600px;overflow:hidden;display:flex;align-items:center}.logos-track{display:flex;gap:0px;animation:slideLoop 18s linear infinite}.about-logos img{height:110px;width:auto;flex-shrink:0}.about-image-section{position:absolute;top:120px;right:-1%;display:flex;justify-content:flex-end;align-items:center}.about-phone-image{width:440px;height:auto;transform:translateY(-20px);transition:transform .4s ease}@keyframes slideLoop{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width: 1024px){.about-container{padding:0 5%}.about-logos{position:relative;top:auto;right:auto;justify-content:center;margin-top:20px}.about-logos img{height:80px}}@media (max-width: 768px){.about-title{font-size:clamp(2rem,6vw,2.5rem)}.about-desc,.about-text{font-size:.95rem}.about-logos{position:relative;top:auto;right:auto;justify-content:center;margin-top:15px}.about-logos img{height:70px}}@media (max-width: 480px){.about-title{font-size:clamp(1.5rem,8vw,2rem)}.about-desc,.about-text{font-size:.9rem}.about-logos{position:relative;top:auto;right:auto;justify-content:center;margin-top:10px}.about-logos img{height:60px}}:root{--green: #0F9100;--yellow: #FFD600}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Roboto,sans-serif;background:#fff;overflow-x:hidden}.signin-container{display:flex;justify-content:center;align-items:center;min-height:90vh;padding:40px 20px}.signin-content{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1200px;flex-wrap:wrap;gap:40px}.signin-left{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;text-align:left;margin-left:60px;margin-top:60px}.signin-title{font-size:2rem;font-weight:700;letter-spacing:4px;background:linear-gradient(90deg,var(--green),var(--yellow));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;width:100%;text-align:center;margin-bottom:40px}.signin-logo{width:520px;max-width:100%;height:auto;margin-bottom:-7%;margin-top:-140px}.signin-right{display:flex;flex-direction:column;align-items:flex-end;text-align:right;position:absolute;right:240px;top:57%;transform:translateY(-50%);gap:10px}.login-btn{background:linear-gradient(90deg,var(--green),var(--yellow));color:#fff;padding:18px 60px;font-size:1.4rem;border:none;border-radius:16px;cursor:pointer;transition:.3s;display:inline-flex;align-items:center;gap:14px;font-weight:600}.login-btn:hover{opacity:.9;transform:translateY(-2px)}.login-icon{width:28px;height:28px;background-color:#fff;display:inline-block}.create-account-text{margin-top:20px;font-size:1rem;color:#333;text-align:center;width:100%;display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.create-link{color:var(--green);font-weight:500;text-decoration:none;margin-left:5px}.create-link:hover{color:var(--green);text-decoration:underline}.footer{width:100vw;background:linear-gradient(to right,var(--green),var(--yellow));padding:30px 20px;color:#fff;margin-top:40px;box-sizing:border-box}@media (max-width: 1024px){.signin-container{flex-direction:column;padding:40px 20px}.signin-content{flex-direction:column;align-items:center;text-align:center}.signin-left{margin:0;align-items:center}.signin-title{margin-bottom:20px}.signin-logo{max-width:360px;margin:0 auto}.signin-right{position:static;transform:none;align-items:center;text-align:center;margin:0}.login-btn{padding-left:40px;padding-right:40px}}@media (max-width: 768px){.signin-container{width:100vw;min-height:100vh;background:#fff;overflow-x:hidden}.signin-content{width:100%;max-width:400px;margin:0 auto;background:#fff}.signin-content{flex-direction:column;align-items:center;justify-content:center;text-align:center}.signin-left,.signin-right{position:static!important;margin:0 auto!important;text-align:center!important;align-items:center!important;justify-content:center!important;width:100%}.signin-logo{margin:0 auto!important;display:block}.login-btn{margin:0 auto}}.signup-container{position:relative;display:flex;align-items:center;justify-content:space-between;height:100vh;width:100vw;background:url(./farmer-bg.png) center center / cover no-repeat;padding:0 80px;margin-top:-90px;z-index:0}*{font-family:Roboto,sans-serif;box-sizing:border-box}.signup-page{margin:0;padding:0;min-height:120vh;overflow-x:hidden}.signup-container{position:relative;display:flex;align-items:center;justify-content:space-between;height:100vh;width:100vw;background:url(./farmer-bg.png) center center / cover no-repeat;padding:0 80px;margin-top:-90px;z-index:0}.signup-left{flex:1;display:flex;justify-content:center;align-items:center}.signup-logo{margin-top:30px;width:460px;max-width:80%;height:auto}.signup-right{flex:1;display:flex;justify-content:center;align-items:center}.signup-card{background-color:#f2f2f2;padding:50px 30px;border-radius:20px;width:430px;box-shadow:0 8px 25px #00000026;text-align:left;border:3px solid #fff}.signup-card h2{color:#056710;margin-bottom:25px;font-size:1.6rem;font-weight:700}.signup-input{width:100%;padding:15px 5px;border:none;border-bottom:1px solid #aaa;font-size:1rem;outline:none;background:transparent;margin-bottom:20px;color:#000;caret-color:#0f9100}.no-email{color:#0f9100;font-size:1rem;margin:15px 0 30px;text-align:center;cursor:pointer;transition:color .3s ease}.no-email:hover{color:#0c6e00;text-decoration:underline}.signup-next-btn{width:100%;padding:14px 0;background-color:#0f9100;color:#fff;border:none;border-radius:14px;font-size:1.2rem;font-weight:600;cursor:pointer;transition:.3s ease}.signup-next-btn:hover{background-color:#0c6e00}.requirements-step h2{color:#006610;font-weight:700;font-size:1.3rem;margin-bottom:1rem;text-align:left}.requirements-list{list-style:none;padding:0;margin-bottom:2rem}.requirements-list li{display:flex;align-items:center;gap:10px;margin-bottom:.8rem;font-size:1rem;color:#333}.requirements-list svg{color:#006610;font-size:1.2rem}.back-btn{background-color:transparent;color:#0f9100;border:2px solid #0F9100;border-radius:14px;padding:12px 32px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:48%}.back-btn:hover{background-color:#0f9100;color:#fff;transform:scale(1.02)}.nav-buttons{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:25px;width:100%}.passcode-boxes{display:flex;justify-content:center;align-items:center;gap:12px;margin:30px 0}.passcode-input{width:55px;height:60px;text-align:center;font-size:1.5rem;font-weight:600;border:2px solid #0F9100;border-radius:12px;outline:none;background-color:#fff;color:#000;transition:all .25s ease}.passcode-input:focus{border-color:#056710;box-shadow:0 0 6px #0f910066;transform:scale(1.05)}.passcode-input::placeholder{color:#bbb;font-weight:400}.update-buttons{display:flex;justify-content:center;gap:20px;margin-top:25px}.yes-btn{background:linear-gradient(90deg,#0f9100,#4cd964);color:#fff;border:none;padding:12px 30px;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.yes-btn:hover{background:linear-gradient(90deg,#0c7a00,#34c759);transform:translateY(-2px)}.no-btn{background:#f1f1f1;color:#444;border:2px solid #ccc;padding:12px 30px;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.no-btn:hover{background:#e8e8e8;transform:translateY(-2px)}.phone-input-group{display:flex;align-items:center;gap:8px;width:100%}.country-code{height:50px;border:1px solid #ccc;border-radius:10px;padding:0 12px;background-color:#f9f9f9;font-size:1rem;font-weight:500;color:#333;display:flex;align-items:center;justify-content:center;transform:translateY(-10px);cursor:default}.phone-input{flex:1;height:50px;border:1px solid #ccc;border-radius:10px;padding:0 12px;font-size:1rem;outline:none}.phone-input:focus{border-color:#0f9100;box-shadow:0 0 0 2px #0f910026}@media (max-width: 480px){.update-buttons{flex-direction:column;gap:10px}.yes-btn,.no-btn{width:100%}}@media (max-width: 480px){.passcode-boxes{gap:8px}.passcode-input{width:45px;height:50px;font-size:1.3rem}}@media (max-width: 600px){.nav-buttons{flex-direction:column}.back-btn,.signup-next-btn{width:100%}}@media (max-width: 1024px){.signup-container{flex-direction:column;justify-content:center;align-items:center;padding:60px 40px;height:auto}.signup-left{margin-bottom:30px}.signup-logo{width:380px;max-width:90%}.signup-card{width:100%;max-width:420px}}@media (max-width: 768px){.signup-container{padding:40px 20px;margin-top:-70px;background-position:center}.signup-logo{width:300px;margin-top:10px}.signup-card{width:100%;max-width:380px;padding:40px 25px}.signup-card h2{font-size:1.4rem;text-align:center}.signup-right{margin-bottom:40px}.signup-next-btn{font-size:1rem}}@media (max-width: 480px){.signup-container{padding:30px 15px}.signup-logo{width:240px;margin-top:0}.signup-card{padding:30px 20px;max-width:340px}.signup-card h2{font-size:1.2rem}.signup-input{font-size:.9rem;padding:12px 4px}.signup-next-btn{font-size:.95rem;padding:12px 0}}@media (max-width: 900px){.signup-container{flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:120px 20px;height:100dvh;min-height:100vh;width:100vw;margin-top:-70px;background:url(./farmer-bg.png) center center / cover no-repeat;background-attachment:scroll}.signup-left{margin-bottom:20px}.signup-logo{width:260px;margin-top:0}.signup-card{width:100%;max-width:360px;padding:35px 25px}}.personal-info-step{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;width:100%;gap:-40px;padding:0 1px}.input-row{display:flex;gap:10px;width:100%}.input-group{flex:1;display:flex;flex-direction:column}.signup-label{font-weight:600;font-size:.85rem;color:#333;margin-bottom:6px}.personal-info-step .signup-input{width:100%;padding:8px 10px;border:1px solid #ccc;border-radius:10px;font-size:.9rem;background:#fff;color:#000;transition:border-color .2s ease}.personal-info-step .signup-input:focus{border-color:#0f9100;outline:none}.dob-group{display:flex;justify-content:space-between;gap:8px;width:100%}.dob-input{width:28%;text-align:center;padding:6px 0;border:1px solid #ccc;border-radius:10px;background:#fff;font-size:.85rem;color:#000}.dob-input:focus{border-color:#0f9100;outline:none}.personal-info-card{width:380px!important;min-height:420px!important;padding:25px 20px;border-radius:16px;background-color:#f2f2f2;box-shadow:0 6px 20px #00000026;margin:0 auto;transition:all .3s ease}.contact-info-card{width:380px!important;min-height:340px!important;padding:25px 20px;border-radius:16px;background-color:#f2f2f2;margin:0 auto;transition:all .3s ease;display:flex;flex-direction:column;justify-content:flex-start}.contact-info-step{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;width:100%;gap:-40px;padding:0 1px}.contact-info-step .input-row{display:flex;gap:10px;width:100%}.contact-info-step .input-group{flex:1;display:flex;flex-direction:column}.contact-info-step .signup-label{font-weight:600;font-size:.85rem;color:#333;margin-bottom:6px}.contact-info-step .signup-input{width:100%;padding:8px 10px;border:1px solid #ccc;border-radius:10px;font-size:.9rem;background:#fff;color:#000;transition:border-color .2s ease}.contact-info-step .signup-input:focus{border-color:#0f9100;outline:none}.address-info-step{width:380px;height:340px;padding:-10px 20px;border-radius:16px;background-color:#f2f2f2;margin:-10px auto 40px;transition:all .3s ease;display:flex;flex-direction:column;justify-content:flex-start;gap:0px}.address-info-step .signup-label{font-weight:600;font-size:.85rem;color:#333;margin-bottom:0}.address-info-step .signup-input{width:100%;padding:8px 10px;border:1px solid #ccc;border-radius:10px;font-size:.9rem;background:#fff;color:#000;transition:border-color .2s ease}.address-info-step .signup-input:focus{border-color:#0f9100;outline:none}.address-info-step .input-row{display:flex;gap:10px;width:100%}.address-info-step .input-group{flex:1;display:flex;flex-direction:column}.radio-group{display:flex;gap:15px;align-items:center;margin-bottom:10px}.radio-option{display:flex;align-items:center;gap:5px;font-size:.85rem;color:#333}.main-content{max-width:120vw;margin:0 auto;padding:0}.hero-grid{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;min-height:80vh;padding-bottom:8rem}.hero-content{margin-left:4rem}.hero-content .greeting{color:#0f9100;font-size:2.2rem;font-weight:700;margin-bottom:1.2rem;margin-top:3.5rem;font-family:Manrope,sans-serif}.primary-btn,.secondary-btn{font-family:Manrope,sans-serif}.hero-content .hero-title,.hero-content .hero-description{font-family:Roboto,sans-serif}.hero-content .hero-title{font-size:4rem;font-weight:700;color:#111827;margin-bottom:1.5rem;line-height:1.1;max-width:100%;white-space:nowrap;word-break:normal}.hero-content .hero-description{color:#6b7280;font-size:1.125rem;line-height:1.7;margin-bottom:2.5rem;margin-top:1.2rem}.hero-video{width:720px;max-width:100%;height:auto;object-fit:cover;border-radius:20px;opacity:.9;mix-blend-mode:multiply;display:block;margin-left:auto;margin-right:10rem;margin-top:-1rem}.button-container{display:flex;align-items:center;gap:1rem}.primary-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(to right,#006610,#ffd600);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:box-shadow .3s}.primary-btn:hover{box-shadow:0 10px 15px -3px #0000001a}.btn-icon{width:20px;height:20px;background:#fff;display:inline-block}.secondary-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:transparent;color:#0f9100;border:none;font-weight:600;cursor:pointer;transition:color .3s}.secondary-btn:hover{color:#0f9100}.play-icon{font-size:1.5rem}.logo-section{display:flex;justify-content:center;align-items:center}.hexagon-logo{width:400px;height:400px;filter:drop-shadow(0 20px 25px rgba(0,0,0,.15))}@media (max-width: 1024px){.hero-grid{flex-direction:column;align-items:center;gap:3rem;padding-bottom:4rem}.hero-content{margin-left:2rem;margin-right:2rem;text-align:left}.hero-content .greeting{font-size:1.8rem;margin-top:2rem}.hero-content .hero-title{font-size:2.8rem;max-width:100%;white-space:normal}.hero-content .hero-description{font-size:1rem}.hero-logo{width:500px;margin:0 auto}.hexagon-logo{width:350px;height:350px}.nav-links{gap:1rem}}@media (max-width: 768px){.main-content{max-width:100vw;overflow-x:hidden}.hero-grid{flex-direction:column-reverse;align-items:center;justify-content:center;gap:2rem;min-height:auto;padding:2rem 1rem 3rem}.hero-logo{order:-1;width:100%;max-width:400px;margin:0 auto 1rem;display:block}.hero-content{margin-left:0;margin-right:0;padding:0 1.5rem;text-align:center;width:100%}.hero-content .greeting{font-size:1.5rem;margin-top:1rem;margin-bottom:1rem}.hero-content .hero-title{font-size:2rem;max-width:100%;white-space:normal;line-height:1.2}.hero-content .hero-description{font-size:1rem;line-height:1.6;margin-bottom:2rem}.button-container{flex-direction:column;align-items:center;width:100%;gap:.75rem}.primary-btn,.secondary-btn{width:100%;max-width:300px;justify-content:center;padding:.875rem 1.5rem}.logo-section{width:100%;padding:0 1rem}.hexagon-logo{width:280px;height:280px}.navbar{flex-direction:column;gap:1rem;padding:1rem}.navbar-left{flex-direction:column;gap:1rem;align-items:center;width:100%}}@media (max-width: 480px){.hero-grid{padding:1.5rem .5rem 2rem}.hero-content{padding:0 1rem}.hero-content .greeting{font-size:1.3rem}.hero-content .hero-title{font-size:1.75rem}.hero-content .hero-description{font-size:.95rem}.primary-btn,.secondary-btn{max-width:100%;padding:.75rem 1.25rem;font-size:.95rem}.hero-logo{max-width:320px}.hexagon-logo{width:240px;height:240px}}@media (max-width: 360px){.hero-content .greeting{font-size:1.2rem}.hero-content .hero-title{font-size:1.5rem}.hero-content .hero-description{font-size:.9rem}.hero-logo{max-width:280px}.hexagon-logo{width:220px;height:220px}}.features-section{background-color:#f2f2f2;padding:.5rem 1rem;height:400px;position:relative;overflow:hidden;max-width:100%;width:100%;box-sizing:border-box;box-shadow:0 -4px 6px -2px #00000026,0 4px 6px -2px #00000026}.features-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.feature-card{text-align:center;padding:0rem}.feature-icon-img{width:240px;height:240px;margin:0 auto;display:block;object-fit:contain}.feature-title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:1rem;margin-top:-1.5rem;line-height:1.3;white-space:pre-line;word-break:normal;overflow-wrap:normal;max-width:100%}.feature-description{color:#6b7280;font-size:1rem;line-height:1.6}.feature-title,.feature-description{font-family:Roboto,sans-serif}@media (max-width: 1024px){.features-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.features-section{height:auto;padding:3rem 2rem}.feature-icon-img{width:200px;height:200px}}@media (max-width: 768px){.features-section{height:auto;padding:4rem 1rem}.features-grid{grid-template-columns:1fr;gap:2rem}.feature-card{padding:1rem 0}.feature-icon-img{width:180px;height:180px}.feature-title{font-size:1.3rem;margin-top:.5rem}.feature-description{font-size:.95rem;line-height:1.6;padding:0 1rem}}@media (max-width: 480px){.features-section{padding:3rem .5rem}.feature-icon-img{width:150px;height:150px}.feature-title{font-size:1.2rem}.feature-description{font-size:.9rem;padding:0 .5rem}}.carousel-section{width:100%;background-color:#fff;padding:48px 0;box-shadow:0 -4px 6px -2px #00000026,0 4px 6px -2px #00000026}.carousel-container{max-width:1400px;margin:0 auto;padding:0 40px}.carousel-title{font-size:1.6rem;font-weight:540;color:#006610;margin-bottom:2.5rem;font-family:Roboto,sans-serif;text-align:left;padding-left:72px}.carousel-flex{display:flex;align-items:center;justify-content:center;gap:20px}.carousel-arrow{flex-shrink:0;padding:8px;border:none;background:transparent;cursor:pointer;border-radius:50%;transition:background-color .2s}.carousel-arrow:hover{background-color:#f9fafb}.carousel-arrow-icon{width:40px;height:40px;color:#a8bcdb}.carousel-cards{display:flex;gap:24px;width:100%;max-width:1200px}.carousel-card-outer{flex:1;min-width:0}.carousel-card{background-color:#fff;border-radius:20px;box-shadow:0 8px 16px #00000026;overflow:hidden;border:1px solid #e5e7eb}.carousel-image-container{width:100%;height:240px;overflow:hidden;background-color:#f3f4f6}.carousel-image{width:100%;height:100%;object-fit:cover}.carousel-card-title-container{padding:20px}.carousel-card-title{font-size:16px;font-weight:700;color:#111827;text-align:center;margin:0;font-family:system-ui,-apple-system,sans-serif}@media (max-width: 768px){.carousel-section{padding:32px 0}.carousel-container{padding:0 16px}.carousel-title{font-size:1.4rem;text-align:center;padding-left:0;margin-bottom:1.5rem}.carousel-flex{flex-direction:column;gap:16px}.carousel-arrow{display:none}.carousel-cards{flex-direction:column;align-items:center;gap:16px}.carousel-card-outer{width:100%;max-width:320px}.carousel-image-container{height:180px}.carousel-card-title{font-size:14px}}.sdg-section{font-family:Roboto,sans-serif;padding:80px 0;background-color:#f2f2f2;position:relative;height:1170px;overflow:hidden;box-shadow:0 -4px 6px -2px #00000026,0 4px 6px -2px #00000026}.sdg-container{max-width:1200px;margin:0 auto;padding:0 24px;position:relative;z-index:2}.sdg-subtitle{font-family:Roboto,sans-serif;font-size:16px;font-weight:500;color:#444;margin-bottom:8px;letter-spacing:.5px}.sdg-title{font-family:Roboto,sans-serif;font-size:64px;font-weight:680;line-height:1.1;color:#1e1e1e;margin-bottom:40px}.sdg-cards{display:grid;grid-template-columns:repeat(2,160px);column-gap:240px;row-gap:50px;max-width:400px}.sdg-card{display:flex;flex-direction:column;align-items:flex-start;align-self:start}.sdg-card:nth-child(3){grid-column:1 / 2;margin-top:20px}.sdg-card-image{width:180px;height:180px;object-fit:cover;margin-bottom:12px}.sdg-card-body{width:100%}.sdg-card-label{font-family:Roboto,sans-serif;font-size:24px;font-weight:600;color:#000;margin-bottom:4px}.sdg-card-title{font-family:Roboto,sans-serif;font-size:18px;font-weight:400;line-height:1.3;color:#333}.sdg-content{position:relative;z-index:2}.sdg-illustration{text-align:center;margin-top:-30px;position:relative;z-index:3;transform:translate(300px)}.farmers-image{width:100%;max-width:800px;height:auto;display:block;margin:0 auto}.sdg-shapes{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.shape-circle.large{position:absolute;top:-50x;right:40px;width:300px;height:300px}.shape-triangle{position:absolute;top:300px;right:200px;width:120px;height:100px}.shape-circle.medium{position:absolute;top:380px;right:20px;width:120px;height:120px}.shape-circle.small{position:absolute;bottom:500px;right:200px;width:60px;height:60px}.shape-rectangle{position:absolute;bottom:300px;right:50px;width:80px;height:180px}@media (max-width: 992px){.sdg-title{font-size:40px;margin-bottom:20px}.sdg-cards{grid-template-columns:1fr;justify-items:center;gap:24px}.sdg-card:nth-child(3){margin-top:0}.shape-circle.large{right:50px;width:150px;height:150px}.shape-triangle{right:100px}}.timeline-section{position:relative;padding:80px 5%;background-color:#fff;height:1000px;font-family:Roboto,sans-serif;margin-bottom:0;box-shadow:0 -4px 6px -2px #00000026;overflow:visible}.timeline-illustration{position:absolute;top:0;left:0;width:80px;height:200px;z-index:1}.timeline-illustration img{width:420px;height:auto;object-fit:contain}.farmer-image-top{position:absolute;top:200px;left:100px;width:350px;height:auto;z-index:20}.farmer-image-bottom{position:absolute;top:-50px;left:-10px;width:480px;height:auto;z-index:2}.farmer-image2-bottom{position:absolute;top:440px;left:20px;width:520px;height:auto;z-index:2}.timeline-content{position:relative;z-index:10;margin-left:520px;text-align:right;margin-right:50px}.timeline-title{font-family:Roboto,sans-serif;font-size:60px;font-weight:700;line-height:1.3;display:inline-block;text-align:right;margin:0 0 60px;max-width:550px}.timeline-title .highlight{background:linear-gradient(80deg,#006610,#ffd600);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.timeline-item{position:relative;margin-bottom:10px;padding-top:75px}.timeline-icon{position:absolute;top:-40px;left:-30px;width:120px;height:120px;z-index:5}.timeline-item.right .timeline-icon{left:auto;right:-30px;top:-50px}.timeline-text{position:relative;max-width:440px;text-align:left;z-index:10}.timeline-item.right .timeline-text{text-align:right;margin-left:auto}.timeline-item:nth-of-type(2) .timeline-text{position:relative;top:-10px}.timeline-text h3{font-size:28px;font-weight:600;color:#111827;margin:0 0 6px}.timeline-text p{font-size:16px;color:#444;line-height:1.6;margin:0}.hero-cta-section{position:relative;padding:4rem 5%;overflow:visible;display:flex;gap:3rem;align-items:center}.hero-cta-content{flex:1;max-width:600px}.hero-cta-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.hero-cta-description{font-size:1.125rem;line-height:1.6;color:#444;margin-bottom:2rem}.hero-cta-button{background-color:#006610;color:#fff;padding:1rem 2rem;font-size:1.125rem;font-weight:600;border:none;border-radius:.5rem;cursor:pointer;transition:background-color .3s ease}.hero-cta-button:hover{background-color:#004d0c}.hero-cta-images{position:relative;width:50%;min-width:500px;height:500px;flex-shrink:0}.hero-cta-images .hero-green-dot{width:60px!important;height:60px!important;border-radius:50%;background:#006610;position:absolute!important;z-index:1!important}.hero-cta-images .hero-dot-1{top:90px!important;left:50px!important}.hero-cta-images .hero-dot-2{bottom:-50px!important;right:120px!important}.hero-yellow-shape{position:absolute;top:50%;left:40%;transform:translate(-50%,-50%);width:200px;height:200px;background-color:#ffd600;border-radius:1.5rem;z-index:50}.hero-cta-images .SAGANA-HAND-image{position:absolute!important;top:50%!important;left:71%!important;transform:translate(-50%,-50%)!important;width:450px!important;height:auto!important;z-index:100!important}.hero-cta-images .hero-farmer-image{position:absolute!important;z-index:2!important;border-radius:50%;object-fit:cover}.hero-cta-images .hero-farmer-top{position:absolute!important;top:-80px!important;right:-60px!important;width:280px!important;height:280px!important;z-index:5!important}.hero-cta-images .hero-farmer-bottom{position:absolute!important;bottom:-10px!important;left:20px!important;width:280px!important;height:280px!important;z-index:2!important}.hero-cta-images .hero-farmer-right{position:absolute!important;top:380px!important;right:-10px!important;width:220px!important;height:220px!important;z-index:150!important}@media (max-width: 992px){.timeline-section{padding:20px 5%;height:auto}.timeline-content{margin-left:0;text-align:center;padding:0 10px}.timeline-title{font-size:26px;line-height:1.1;margin-bottom:12px;text-align:right}.timeline-item,.timeline-item.right{flex-direction:column;align-items:center;text-align:center;margin-bottom:15px;gap:8px}.timeline-text,.timeline-item.right .timeline-text{text-align:left}.timeline-text h3{font-size:20px;margin-bottom:5px}.timeline-text p{font-size:14px;line-height:1.4;margin-bottom:10px}.timeline-icon{width:60px;height:60px;margin-bottom:8px;margin-left:auto;margin-right:auto}.timeline-illustration{width:160px;height:auto;top:0;left:0}.timeline-illustration img{width:300px;height:auto}.farmer-image-bottom{width:280px;top:60px;left:0}.farmer-image2-bottom{width:280px;top:400px;left:40px}.farmer-image-top{width:160px;top:140px;left:40px}.hero-cta-section{flex-direction:column;gap:1.5rem;padding:1.5rem 5%;align-items:center}.hero-cta-content{max-width:100%;text-align:center;margin-top:1.5rem}.hero-cta-title{margin-bottom:1rem;font-size:2rem}.hero-cta-description{text-align:center;margin:0 auto 1.5rem;font-size:1rem}.hero-cta-button{display:inline-block;margin:0 auto;padding:.8rem 1.5rem}.hero-cta-images{width:100%;min-width:100%;margin-bottom:1.5rem;height:auto}.hero-yellow-shape{width:100px;height:100px}.SAGANA-HAND-image{width:220px}.hero-farmer-image,.hero-farmer-top{width:80px;height:80px}.hero-farmer-bottom{width:100px;height:100px}.hero-farmer-right{width:80px;height:80px}.hero-green-dot{width:40px;height:40px}}.hero-cta-section{display:flex;align-items:center;justify-content:space-between;padding:4rem 5%;max-width:1400px;margin:0 auto;gap:4rem;position:relative;overflow:hidden;min-height:600px;font-family:Roboto,sans-serif}.hero-cta-content{flex:1;max-width:600px;z-index:5}.hero-cta-title{font-size:3.9rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:#111827;max-width:600px;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.hero-cta-description{font-size:1.125rem;line-height:1.7;color:#4b5563;margin-bottom:2rem}.hero-cta-button{background-color:#0f9100;color:#fff;padding:1rem 2.5rem;font-size:1.125rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #16a34a4d}.hero-cta-button:hover{background-color:#62da1e;transform:translateY(-2px);box-shadow:0 6px 16px #16a34a66}.hero-cta-images{flex:1;position:relative;min-height:600px;display:flex;align-items:center;justify-content:center}.hero-farmer-image{position:absolute;border-radius:50%;object-fit:cover}.hero-farmer-top{width:300px;height:300px;top:-10%;right:35%;z-index:3}.hero-farmer-right{width:300px;height:300px;top:25%;right:-10%;z-index:3}.hero-farmer-bottom{width:350px;height:350px;bottom:-10%;left:5%;z-index:2}.hero-yellow-shape{position:absolute;width:950px;height:550px;background:linear-gradient(to left,#006610,#ffd600);border-radius:50%;right:-575px;top:34%;transform:translateY(-50%);z-index:1}.hero-green-dot{position:absolute;background-color:#006610;border-radius:50%;z-index:4}.hero-dot-1{width:70px;height:70px;top:35%;right:70%}.hero-dot-2{width:100px;height:100px;bottom:8%;right:8%}@media (max-width: 1024px){.hero-cta-section{flex-direction:column;text-align:center;padding:3rem 5%}.hero-cta-content{max-width:100%}.hero-cta-title{font-size:2.5rem}.hero-cta-images{min-height:500px;width:100%}.hero-farmer-top{width:250px;height:250px}.hero-farmer-bottom{width:280px;height:280px}}@media (max-width: 768px){.hero-cta-title{font-size:2rem}.hero-cta-description{font-size:1rem}.hero-farmer-top{width:200px;height:200px}.hero-farmer-bottom{width:220px;height:220px}.hero-yellow-shape{width:400px;height:400px}.hero-dot-1{width:50px;height:50px}.hero-dot-2{width:70px;height:70px}}.gantimpala-page{display:flex;justify-content:center;align-items:flex-start;gap:3rem;padding:2rem 4rem;font-family:Manrope,sans-serif;background-color:#fff;color:#222}.gantimpala-left{flex:1;display:flex;flex-direction:column;gap:1.2rem;max-width:400px}.gantimpala-logo{display:flex;justify-content:center;align-items:center}.logo-image{width:260px;height:auto;object-fit:contain}.points-card{background:#fff;border-radius:1rem;padding:1.5rem;text-align:center;box-shadow:0 2px 10px #0000001a}.points-card h2{font-size:2rem;font-weight:700;margin-bottom:.25rem}.points-card .sgn{color:#007d2f}.points-label{color:gray;margin-bottom:1rem}.button-group{display:flex;justify-content:center;gap:.75rem}.btn{background-color:#007d2f;color:#fff;border:none;border-radius:.5rem;padding:.4rem .9rem;font-weight:600;cursor:pointer;transition:.2s}.btn:hover{background-color:#00591f}.goals-container{background:#fff;border-radius:1rem;padding:1rem 1.5rem;box-shadow:0 2px 8px #00000014}.goals-container h3{color:#007d2f;margin-bottom:1rem}.goal-card{display:flex;justify-content:space-between;border-bottom:1px solid #eee;padding:.75rem 0}.goal-card:last-child{border-bottom:none}.goal-info h4{font-size:1rem;font-weight:600;color:#333}.goal-info p{color:#666;font-size:.9rem}.goal-status{text-align:right}.goal-status span{color:#007d2f;font-weight:700;display:block}.goal-status .completed{font-size:.8rem;color:#16a34a}.gantimpala-right{flex:1.5;padding-top:0rem}.gantimpala-right h3{font-weight:700;margin-bottom:1rem}.timeline{position:relative;border-left:3px solid #ccc;padding-left:1.5rem}.timeline-item{position:relative;margin-bottom:.5rem}.timeline-dot{position:absolute;left:-2.05rem;top:.2rem;width:15px;height:15px;background-color:#007d2f;border-radius:50%}.timeline-content h4{font-weight:700;color:#007d2f}.timeline-content p{position:relative;margin-top:.5rem;color:#555}@media (max-width: 900px){.gantimpala-page{flex-direction:column;align-items:center;padding:1.5rem}.gantimpala-left,.gantimpala-right{width:100%;max-width:none}.timeline{padding-left:1rem}}.savings-container{display:flex;justify-content:center;align-items:flex-start;padding:50px 100px;gap:100px;font-family:Poppins,sans-serif;color:#333;margin-top:-20px}.savings-summary{flex:1;display:flex;flex-direction:column;align-items:flex-start}.savings-title{color:#7ba500;font-size:1.8rem;font-weight:700;margin-bottom:20px}.savings-label{font-size:1rem;margin-bottom:8px}.savings-amount{font-size:2.5rem;font-weight:700;color:#555;margin-bottom:10px}.savings-interest{font-size:.95rem;color:#777}.savings-list{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.savings-card{width:560px;height:120px;background:#fff;box-shadow:0 2px 8px #0000001a;border-radius:12px;padding:16px 24px;display:flex;align-items:center;justify-content:space-between}.savings-left{display:flex;align-items:center;gap:12px}.savings-emoji{font-size:2rem}.savings-name{color:#0d520d;font-size:1.1rem;font-weight:700}.savings-value{font-size:.95rem;color:#333}.add-funds{background:#0d520d;color:#fff;border:none;border-radius:6px;padding:6px 16px;cursor:pointer;font-weight:600}.add-funds:hover{background:#0b400b}.add-savings{margin-top:8px;font-size:.9rem;color:#333;cursor:pointer}*{font-family:Roboto,sans-serif;box-sizing:border-box;margin:0;padding:0}.profile-wrapper{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;background:#fff;z-index:0}.profile-card{display:flex;flex-direction:column;align-items:center;text-align:center;background:#fff;padding:2.5rem 3rem;border-radius:12px}.profile-title{color:#4caf00;font-size:2rem;font-weight:700;margin-bottom:1.5rem}.profile-image-container{position:relative}.profile-image{width:140px;height:140px;border-radius:50%;object-fit:cover}.edit-icon{position:absolute;bottom:10px;right:15px;background:#0f9100;border-radius:50%;border:1px solid #ccc;padding:4px 6px;font-size:14px;cursor:pointer}.profile-name{font-size:1.8rem;font-weight:700;margin-top:1rem;color:#333}.profile-role{color:#666;margin-bottom:2rem}.profile-buttons{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem 2rem;margin-bottom:2rem}.profile-btn{display:flex;align-items:center;justify-content:center;border:1px solid #aaa;border-radius:12px;padding:.6rem 1.2rem;background:#fff;cursor:pointer;transition:.2s;color:#424242;font-weight:400}.profile-btn:hover{background:#f7f7f7}.btn-icon{margin-right:8px;color:#000}.profile-logout-btn{border:1px solid #aaa;border-radius:30px;padding:.6rem 2rem;background:#fff;cursor:pointer;transition:.3s;color:#424242;font-weight:400}.profile-logout-btn:hover{background-color:#f1f1f1}@media (max-width: 600px){.profile-card{width:90%;padding:2rem 1rem}.profile-buttons{grid-template-columns:1fr;gap:1rem}}
