@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";*{box-sizing:border-box}html,body,#root{width:100%;margin:0;padding:0;overflow-x:hidden}.navbar{z-index:999;background:#fff;border-bottom:1px solid #e4eee4;grid-template-columns:minmax(220px,auto) minmax(0,1fr) auto auto;align-items:center;gap:18px;width:100%;min-height:76px;padding:0 24px;display:grid;position:sticky;top:0;box-shadow:0 4px 20px #0000000f}.navbar-left{min-width:0}.brand{max-width:100%;color:inherit;align-items:center;gap:12px;text-decoration:none;display:inline-flex}.brand-logo{object-fit:contain;border-radius:50%;flex:none;width:clamp(44px,4vw,58px);height:clamp(44px,4vw,58px);overflow:hidden}.brand-text{flex-direction:column;min-width:0;line-height:1.05;display:flex}.brand-title{color:#1b5e20;white-space:nowrap;font-size:clamp(22px,2vw,32px);font-weight:900}.brand-title span{color:#4caf50}.brand-subtitle{color:#667166;letter-spacing:.8px;text-transform:uppercase;white-space:nowrap;margin-top:4px;font-size:11px;font-weight:700}.nav-menu{justify-content:center;align-items:center;gap:6px;min-width:0;display:flex}.nav-link{color:#234d20;white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;min-height:40px;padding:8px 10px;font-size:14px;font-weight:700;text-decoration:none;transition:background .2s,color .2s;display:inline-flex}.nav-link:hover,.nav-link.active{color:#fff;background:#2e7d32}.right{justify-content:flex-end;align-items:center;gap:10px;min-width:0;display:flex}.language-switcher{background:#f8fbf8;border:1px solid #d7e6d7;border-radius:999px;justify-content:center;align-items:center;min-height:40px;padding:0 10px;display:inline-flex}.language-switcher__select{color:#1f3f1d;cursor:pointer;background:0 0;border:0;outline:none;padding:8px 6px;font-size:14px;font-weight:700}.navbar-search{background:#f8fbf8;border:1px solid #d9e6d9;border-radius:999px;align-items:center;width:clamp(180px,16vw,260px);min-width:0;height:42px;padding:0 13px;display:flex;position:relative}.mobile-search{display:none}.search-icon{color:#2e7d32;flex:none;align-items:center;display:flex}.navbar-search input{color:#253325;background:0 0;border:0;outline:0;width:100%;min-width:0;margin-left:9px;font-size:14px}.navbar-search input::placeholder{color:#6d7b6d}.search-dropdown{z-index:2000;background:#fff;border:1px solid #e2ece2;border-radius:12px;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:hidden;box-shadow:0 12px 28px #0000001f}.search-item{color:#253325;cursor:pointer;width:100%;font:inherit;text-align:left;background:0 0;border:0;align-items:center;gap:10px;padding:12px 15px;display:flex}.search-item svg{color:#2e7d32;flex:none}.search-item:hover{background:#edf7ed}.icon,.navbar-profile-avatar{border-radius:50%;flex:none;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.icon{color:#244824;cursor:pointer;background:#f4f7f4;border:0}.icon:hover{background:#e8f5e9}.profile-link{flex:none;text-decoration:none;display:flex}.profile-drawer-overlay{z-index:999;background:#12201259;animation:.2s forwards profileDrawerFade;position:fixed;inset:0}.profile-drawer{z-index:1000;color:#fff;opacity:0;background:linear-gradient(#0d371b 0%,#184f2d 100%);flex-direction:column;width:min(320px,86vw);height:100vh;padding:20px 18px 24px;transition:right .28s cubic-bezier(.2,.8,.2,1),opacity .2s;display:flex;position:fixed;top:0;right:-360px;box-shadow:-12px 0 28px #00000038}.profile-drawer.open{opacity:1;right:0}@keyframes profileDrawerFade{0%{opacity:0}to{opacity:1}}.profile-drawer__welcome-row{color:#ffffffdb;letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;font-size:.82rem;font-weight:700;display:flex}.profile-drawer__edit{color:#f3fff4;cursor:pointer;background:#ffffff14;border:1px solid #ffffff2e;border-radius:999px;padding:6px 10px;font-size:.7rem;font-weight:700}.profile-drawer__header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;padding-bottom:16px;display:flex}.profile-drawer__user-info{align-items:center;gap:12px;min-width:0;display:flex}.profile-drawer__avatar{color:#f3fff4;background:linear-gradient(135deg,#ffffff38,#89d8a62e);border:2px solid #ffffff52;border-radius:50%;justify-content:center;align-items:center;width:62px;height:62px;font-size:1.5rem;font-weight:800;display:flex;box-shadow:0 10px 18px #0000001f}.profile-drawer__user-info h3{color:#f6fff7;margin:0;font-size:1.2rem;line-height:1.2}.profile-drawer__user-info p{color:#ffffffb8;word-break:break-all;margin:4px 0 0;font-size:.72rem}.profile-drawer__close{color:#fff;cursor:pointer;background:0 0;border:none;font-size:2rem;line-height:1}.profile-drawer__status-wrap{justify-content:flex-start;margin-bottom:12px;display:flex}.profile-drawer__status{letter-spacing:.02em;border-radius:999px;justify-content:center;align-items:center;padding:6px 10px;font-size:.76rem;font-weight:700;display:inline-flex}.profile-drawer__status.logged-in{color:#dfffe9;background:#81e9a12e;border:1px solid #81e9a166}.profile-drawer__status.guest{color:#f8f9f8;background:#ffffff14;border:1px solid #ffffff29}.profile-drawer__section-label{color:#ffffffb8;letter-spacing:.12em;text-transform:uppercase;margin-top:4px;font-size:.7rem;font-weight:700}.profile-drawer__divider{background:#ffffff24;height:1px;margin:8px 0 16px}.profile-drawer__body{flex-direction:column;flex:1;gap:12px;display:flex}.profile-drawer__item{color:#f4fff5;text-align:left;cursor:pointer;background:#ffffff14;border:1px solid #ffffff1a;border-radius:14px;align-items:center;gap:10px;width:100%;padding:14px 16px;font-size:1rem;font-weight:700;transition:background .2s,transform .2s,border-color .2s,box-shadow .2s;display:flex;position:relative;box-shadow:inset 0 0 0 1px #0000}.profile-drawer__item:hover{background:#ffffff24;border-color:#fff3;transform:translate(-2px);box-shadow:0 8px 18px #0a1f101f}.profile-drawer__item:first-child{background:#a0e9b51f;border-color:#a0e9b552}.profile-drawer__badge{color:#143c24;background:#ffd75f;border-radius:999px;justify-content:center;align-items:center;min-width:22px;height:22px;margin-left:auto;padding:0 6px;font-size:.7rem;font-weight:800;display:inline-flex}.profile-drawer__badge.large{min-width:26px;height:26px;font-size:.75rem}.profile-drawer__footer{border-top:1px solid #ffffff24;margin-top:auto;padding-top:16px}.profile-drawer__auth{color:#0d3d1f;cursor:pointer;background:linear-gradient(135deg,#dfffe7,#bfeec7);border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px 16px;font-size:.98rem;font-weight:800;display:flex;box-shadow:0 10px 18px #0000001f}.profile-drawer__auth.secondary{color:#f4fff5;box-shadow:none;background:#ffffff14;border:1px solid #ffffff1f}.profile-drawer__settings-header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.profile-drawer__back{color:#fff;cursor:pointer;background:0 0;border:none;font-size:.95rem;font-weight:700}.profile-drawer__settings-body{flex-direction:column;flex:1;gap:12px;display:flex}.profile-drawer__setting-row{background:#ffffff14;border:1px solid #ffffff1a;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.profile-drawer__setting-label{color:#f5fff5;font-size:.96rem;font-weight:700}.profile-drawer__setting-subtext{color:#ffffffb8;margin-top:4px;font-size:.73rem}.profile-drawer__notifications-header{color:#ffffffd1;letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;align-items:center;margin-bottom:12px;font-size:.76rem;font-weight:700;display:flex}.profile-drawer__notifications-body{flex-direction:column;flex:1;gap:10px;display:flex;overflow:auto}.profile-drawer__notification{color:#f4fff5;background:#ffffff12;border:1px solid #ffffff14;border-radius:14px;padding:12px}.profile-drawer__notification.unread{border-color:#fff3}.profile-drawer__notification-title-row{justify-content:space-between;align-items:center;gap:8px;margin-bottom:6px;display:flex}.profile-drawer__notification p{color:#ffffffb8;margin:0;font-size:.76rem;line-height:1.5}.profile-drawer__dot{background:#7ae4a4;border-radius:50%;width:9px;height:9px;display:inline-block}.profile-drawer__empty{text-align:center;color:#ffffffb3;background:#ffffff0a;border:1px dashed #fff3;border-radius:14px;justify-content:center;align-items:center;min-height:110px;display:flex}.profile-drawer__toggle{cursor:pointer;background:linear-gradient(90deg,#dfe9df 0%,#bfe4c1 100%);border:none;border-radius:999px;width:58px;height:32px;padding:0;transition:background .2s,box-shadow .2s;position:relative;box-shadow:inset 0 2px 6px #00000014}.profile-drawer__toggle span{background:linear-gradient(135deg,#fffef9,#f1e9b5);border-radius:50%;width:24px;height:24px;transition:transform .2s;position:absolute;top:4px;left:4px;box-shadow:0 2px 8px #00000029}.profile-drawer__toggle.active{background:linear-gradient(90deg,#1e4e2d 0%,#2f7f48 100%)}.profile-drawer__toggle.active span{background:linear-gradient(135deg,#f5f7fb,#dfe8ff);transform:translate(26px)}body.dark-theme .profile-drawer{background:linear-gradient(#071b10 0%,#102d1d 100%)}body.dark-theme .profile-drawer__item,body.dark-theme .profile-drawer__setting-row{background:#ffffff0f;border-color:#ffffff1f}body.dark-theme .profile-drawer__auth{background:linear-gradient(135deg,#e8fff0,#d5f7de)}.navbar-profile-avatar{color:#fff;background:#2e7d32;transition:transform .2s}.navbar-profile-avatar:hover{transform:scale(1.06)}.hamburger{cursor:pointer;background:#f4f7f4;border:0;border-radius:50%;flex-direction:column;flex:none;justify-content:center;align-items:center;gap:3px;width:42px;height:42px;display:none}.hamburger span{background:#234d20;border-radius:999px;width:16px;height:2px;transition:transform .2s,opacity .2s;display:block}.hamburger.active span:first-child{transform:translateY(5px)rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:last-child{transform:translateY(-5px)rotate(-45deg)}@media (width<=1320px){.navbar{grid-template-columns:minmax(210px,auto) minmax(0,1fr) auto auto;gap:12px;padding:0 18px}.nav-link{padding:8px;font-size:13px}.navbar-search{width:clamp(170px,14vw,220px)}}@media (width<=1120px){.navbar{grid-template-columns:minmax(0,1fr) auto auto}.hamburger{display:flex}.nav-menu{background:#fff;border-bottom:1px solid #e4eee4;align-items:stretch;max-height:calc(100vh - 76px);padding:10px 18px 18px;display:none;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 16px 28px #0000001a}.nav-menu.open{flex-direction:column;display:flex}.nav-link{border-radius:8px;justify-content:flex-start;width:100%;min-height:46px;padding:12px 14px;font-size:15px}}@media (width<=760px){.navbar{gap:8px;min-height:68px;padding:0 14px}.brand{gap:8px}.brand-logo{width:42px;height:42px}.brand-title{font-size:21px}.desktop-search{display:none}.mobile-search{width:100%;margin-bottom:8px;display:flex}.nav-menu{max-height:calc(100vh - 68px);padding:12px 14px 16px}.right{gap:7px}.icon,.navbar-profile-avatar,.hamburger{width:38px;height:38px}}@media (width<=440px){.navbar{padding:0 10px}.brand-logo{width:36px;height:36px}.brand-title{font-size:18px}.brand-subtitle{letter-spacing:.3px;font-size:9px}.icon,.navbar-profile-avatar,.hamburger{width:34px;height:34px}.hamburger span{width:15px}}@media (width<=360px){.brand-title{text-overflow:ellipsis;max-width:110px;overflow:hidden}.brand-subtitle{display:none}.right{gap:5px}}.footer{color:#fff;box-sizing:border-box;background:#416541;border-radius:0;flex-direction:column;flex-shrink:0;justify-content:space-between;width:100%;max-width:100%;margin-top:2rem;padding:1.5rem;font-size:.95rem;display:flex;overflow-x:hidden;box-shadow:0 -2px 8px #0000004d}.footer a{font-weight:600;text-decoration:none}.footer a:hover{text-decoration:underline}@media (width>=640px){.footer{border-radius:30px;margin-top:3rem;padding:2rem 1.5rem;box-shadow:0 -4px 10px #0006}}@media (width>=1024px){.footer{border-radius:60px;margin-top:3.75rem;padding:2.5rem 3rem}}.footer-sections{flex-wrap:wrap;justify-content:flex-start;gap:1.5rem;margin-bottom:1rem;display:flex}@media (width>=640px){.footer-sections{gap:2.5rem}}@media (width>=1024px){.footer-sections{gap:3rem;margin-bottom:.5rem}}.footer-section{flex-direction:column;flex:auto;min-width:160px;display:flex}@media (width>=640px){.footer-section{flex:0 auto;min-width:180px}}.footer-section h4{color:#fff;margin:0 0 1rem;font-size:1rem;font-weight:700;position:relative}@media (width>=640px){.footer-section h4{margin-bottom:1.25rem;font-size:1.1rem}}@media (width>=1024px){.footer-section h4{font-size:1.2rem}}.footer-section h4:after{content:"";background:#4caf50;border-radius:2px;width:30px;height:3px;margin-top:.4rem;display:block}@media (width>=640px){.footer-section h4:after{width:40px;margin-top:.5rem}}.footer-section a{color:#fff;border-radius:4px;padding:.25rem 0;font-size:.9rem;line-height:1.5;text-decoration:none;transition:all .3s}@media (width>=640px){.footer-section a{padding:.35rem 0;font-size:.95rem}}@media (width>=1024px){.footer-section a{font-size:.97rem}}.footer-section a:hover{color:#4caf50;background:#ffffff0d;padding-left:.4rem}.footer-social{justify-content:flex-start;align-items:center;gap:1rem;margin:.5rem 0;display:flex}@media (width>=640px){.footer-social{justify-content:center;gap:1.25rem}}.footer-social a{color:#fff;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.25rem;transition:transform .3s,color .3s;display:inline-flex}@media (width>=640px){.footer-social a{width:48px;height:48px;font-size:1.4rem}}.footer-social a:hover{color:#4caf50;background:#ffffff26;transform:scale(1.15)}.footer-copy{text-align:center;color:#ccc;margin:1rem 0 0;font-size:.8rem}@media (width>=640px){.footer-copy{margin-top:1.25rem;font-size:.85rem}}@media (width<=639px){.footer-sections{flex-direction:column;align-items:flex-start}.footer-section{width:100%}.footer-social{justify-content:flex-start}.footer-copy{text-align:left}}@media (width<=600px){.footer{width:100%;padding-bottom:env(safe-area-inset-bottom,24px);box-shadow:none;border-radius:60px;margin-top:30px;position:static}.footer.sticky{z-index:100;background:#416541;border-radius:20px 20px 0 0;width:100vw;position:fixed;bottom:0;left:0;box-shadow:0 -2px 16px #00000038}}.home-page{background:#f8fbf5;width:100%;overflow-x:hidden}.home-page>section{width:100%;padding:70px 0}@media (width<=992px){.home-page>section{padding:50px 0}}@media (width<=576px){.home-page>section{padding:40px 0}}.hero-banner{border-radius:20px;width:100%;height:560px;margin:30px auto;position:relative;overflow:hidden}.hero-banner-image{object-fit:cover;width:100%;height:100%;transition:opacity .6s}.hero-overlay{background:linear-gradient(90deg,#000000a6,#00000026);align-items:center;display:flex;position:absolute;inset:0}.hero-content{color:#fff;max-width:650px;margin-left:80px}.hero-badge{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff2e;border-radius:30px;margin-bottom:20px;padding:10px 18px;display:inline-block}.hero-content h1{margin-bottom:10px;font-size:54px}.hero-content h2{margin-bottom:20px;font-size:34px}.hero-content p{max-width:550px;font-size:18px;line-height:1.8}.hero-buttons{gap:18px;margin-top:35px;display:flex}.primary-btn{color:#fff;cursor:pointer;background:#2e7d32;border:none;border-radius:50px;padding:15px 34px;font-size:16px}.secondary-btn{color:#2e7d32;cursor:pointer;background:#fff;border:none;border-radius:50px;padding:15px 34px}.hero-arrow{cursor:pointer;background:#ffffffd9;border:none;border-radius:50%;width:46px;height:46px;font-size:20px;position:absolute;top:50%;transform:translateY(-50%)}.hero-arrow.left{left:25px}.hero-arrow.right{right:25px}.hero-dots{gap:12px;display:flex;position:absolute;bottom:28px;left:50%;transform:translate(-50%)}.dot{cursor:pointer;background:#ffffff73;border-radius:50%;width:12px;height:12px}.dot.active{background:#fff;transform:scale(1.3)}@media (width<=768px){.hero-banner{border-radius:0;height:420px}.hero-content{margin:25px}.hero-content h1{font-size:34px}.hero-content h2{font-size:22px}.hero-buttons{flex-direction:column}.hero-arrow{display:none}}.quick-services{padding:30px 0 60px}.services-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.service-card{cursor:pointer;border-radius:20px;justify-content:space-between;align-items:center;min-height:220px;padding:24px;transition:all .35s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 25px #00000014}.service-card:hover{transform:translateY(-8px);box-shadow:0 18px 40px #00000026}.service-content{z-index:2;width:60%}.service-icon{margin-bottom:14px;font-size:42px}.service-card h3{color:#1b5e20;margin-bottom:12px;font-size:24px}.service-card p{color:#555;margin-bottom:22px;line-height:1.6}.service-card button{color:#fff;cursor:pointer;background:#2e7d32;border:none;border-radius:30px;padding:12px 24px;font-weight:600;transition:all .3s}.service-card button:hover{background:#1b5e20}.service-image{object-fit:contain;width:160px;height:160px;transition:all .4s}.service-card:hover .service-image{transform:scale(1.08)}@media (width<=1100px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.services-grid{grid-template-columns:1fr}.service-card{text-align:center;flex-direction:column}.service-content{width:100%}.service-image{margin-top:20px}}.feature-section{background:#f8fbf5;padding:80px 6%}.feature-header{text-align:center;margin-bottom:60px}.feature-tag{color:#2e7d32;background:#e8f5e9;border-radius:30px;margin-bottom:20px;padding:8px 18px;font-weight:600;display:inline-block}.feature-header h2{color:#1b5e20;margin-bottom:15px;font-size:42px}.feature-header p{color:#666;max-width:700px;margin:auto;font-size:17px;line-height:1.7}.feature-grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.feature-card{text-align:center;cursor:pointer;background:#fff;border:1px solid #edf1ed;border-radius:20px;padding:35px;transition:all .35s;box-shadow:0 10px 30px #0000000d}.feature-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001f}.feature-icon{background:#eef8ef;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;margin:auto auto 25px;font-size:42px;display:flex}.feature-card h3{color:#1b5e20;margin-bottom:15px;font-size:24px}.feature-card p{color:#666;min-height:70px;margin-bottom:25px;line-height:1.7}.feature-card button{color:#fff;cursor:pointer;background:#2e7d32;border:none;border-radius:30px;padding:12px 28px;font-size:15px;transition:all .3s}.feature-card button:hover{background:#1b5e20}@media (width<=1100px){.feature-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.feature-grid{grid-template-columns:1fr}.feature-header h2{font-size:32px}.feature-section{padding:60px 20px}}.weather-section{background:#fff;padding:80px 6%}.weather-container{color:#fff;background:linear-gradient(135deg,#bdf4c0,#43a047);border-radius:24px;grid-template-columns:1fr 1.2fr;gap:40px;padding:50px;display:grid}.weather-tag{background:#2591534d;border-radius:30px;padding:8px 18px;display:inline-block}.weather-left h2{margin-top:20px;font-size:42px}.location{opacity:.9;margin-top:15px}.temperature{align-items:center;margin-top:35px;display:flex}.weather-icon{margin-right:20px;font-size:70px}.temperature h1{font-size:70px}.weather-stats{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.stat-card{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1f;border-radius:18px;padding:25px}.stat-card h3{margin:12px 0;font-size:30px}.forecast{justify-content:space-between;margin-top:35px;display:flex}.forecast-card{text-align:center;background:#ffffff1f;border-radius:16px;width:90px;padding:18px 10px}.forecast-card span{font-size:34px}.forecast-card h4{margin-top:12px}@media (width<=992px){.weather-container{grid-template-columns:1fr}.forecast{flex-wrap:wrap;gap:15px}}@media (width<=768px){.weather-section{padding:60px 20px}.weather-container{padding:30px}.temperature h1{font-size:48px}.weather-left h2{font-size:30px}.weather-stats{grid-template-columns:1fr 1fr}.forecast-card{width:70px}}.mandi-section{background:#f8fbf5;padding:80px 6%}.section-title{text-align:center;margin-bottom:40px}.section-title span{color:#2e7d32;font-weight:600}.section-title h2{color:#1b5e20;margin:15px 0;font-size:40px}.section-title p{color:#666}.mandi-table{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 25px #00000014}.table-header,.table-row{grid-template-columns:2fr 2fr 2fr 1fr;align-items:center;padding:20px 30px;display:grid}.table-header{color:#fff;background:#2e7d32;font-weight:600}.table-row{border-bottom:1px solid #eee;transition:all .3s}.table-row:hover{background:#f4fff2}.table-row small{color:#888;margin-top:4px;display:block}.up{color:#2e7d32;font-weight:600}.down{color:#d32f2f;font-weight:600}.same{color:#ff9800;font-weight:600}.mandi-footer{text-align:center;margin-top:35px}.mandi-footer button{color:#fff;cursor:pointer;background:#2e7d32;border:none;border-radius:30px;padding:14px 32px}@media (width<=768px){.table-header{display:none}.table-row{grid-template-columns:1fr;gap:12px;padding:20px}}.schemes-section{background:#fff;padding:80px 6%}.schemes-header{text-align:center;margin-bottom:55px}.schemes-header h2{color:#1b5e20;margin:18px 0;font-size:42px}.schemes-header p{color:#666;max-width:650px;margin:auto}.schemes-grid{grid-template-columns:repeat(4,1fr);gap:25px;display:grid}.scheme-card{border-radius:22px;padding:30px;transition:all .35s;box-shadow:0 12px 30px #0000000f}.scheme-card:hover{transform:translateY(-8px)}.scheme-icon{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:75px;height:75px;margin-bottom:20px;font-size:36px;display:flex}.scheme-card h3{color:#1b5e20;margin-bottom:15px;font-size:22px}.scheme-card p{color:#555;min-height:70px;line-height:1.6}.scheme-benefit{color:#fff;background:#2e7d32;border-radius:20px;margin:20px 0;padding:8px 15px;font-size:14px;font-weight:600;display:inline-block}.scheme-card button{color:#fff;cursor:pointer;background:#1b5e20;border:none;border-radius:30px;width:100%;padding:14px;transition:all .3s}@media (width<=1100px){.schemes-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.schemes-grid{grid-template-columns:1fr}.schemes-header h2{font-size:32px}.schemes-section{padding:60px 20px}}.updates-section{background:#f8fbf5;padding:80px 6%}.updates-header{text-align:center;margin-bottom:40px}.updates-header h2{color:#1b5e20;margin:20px 0;font-size:40px}.updates-header p{color:#666}.updates-tabs{justify-content:center;gap:15px;margin-bottom:40px;display:flex}.updates-tabs button{cursor:pointer;background:#fff;border:none;border-radius:30px;padding:12px 26px;font-weight:600;box-shadow:0 5px 15px #00000014}.updates-tabs .active{color:#fff;background:#2e7d32}.updates-grid{grid-template-columns:repeat(2,1fr);gap:30px;display:grid}.update-card{background:#fff;border-radius:20px;transition:all .35s;overflow:hidden;box-shadow:0 10px 25px #0000000f}.update-card:hover{transform:translateY(-8px)}.update-card img{object-fit:cover;width:100%;height:220px}.update-content{padding:25px}.update-type{color:#2e7d32;text-transform:uppercase;font-size:13px;font-weight:600}.update-content h3{color:#1b5e20;margin:15px 0}.update-content p{color:#666;line-height:1.7}.update-footer{justify-content:space-between;align-items:center;margin-top:25px;display:flex}.update-footer button{color:#fff;cursor:pointer;background:#2e7d32;border:none;border-radius:25px;padding:10px 18px}@media (width<=768px){.updates-grid{grid-template-columns:1fr}.updates-tabs{flex-wrap:wrap}.updates-header h2{font-size:30px}}.testimonials-section{background:#fff;padding:80px 6%}.testimonials-header{text-align:center;margin-bottom:50px}.section-tag{color:#f9a825;background:#fff8e1;border-radius:30px;padding:8px 18px;font-weight:600;display:inline-block}.testimonials-header h2{color:#1b5e20;margin:20px 0;font-size:40px}.testimonials-header p{color:#666}.testimonial-grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.testimonial-card{background:#fff;border-radius:20px;padding:30px;transition:all .3s;box-shadow:0 10px 25px #00000014}.testimonial-card:hover{transform:translateY(-8px)}.testimonial-top{align-items:center;gap:18px;margin-bottom:20px;display:flex}.testimonial-top img{object-fit:cover;border-radius:50%;width:70px;height:70px}.testimonial-top h3{color:#1b5e20;margin-bottom:5px}.testimonial-top span{color:#2e7d32;font-size:14px}.testimonial-top p{color:#777;margin-top:6px;font-size:14px}.rating{margin-bottom:15px;font-size:20px}.review{color:#555;font-style:italic;line-height:1.8}@media (width<=992px){.testimonial-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.testimonial-grid{grid-template-columns:1fr}.testimonials-header h2{font-size:30px}.testimonials-section{padding:60px 20px}}.download-section{background:#f1f3ef;padding:90px 6%}.download-container{color:#fff;background:linear-gradient(135deg,#e8f8e9,#43a047);border-radius:28px;grid-template-columns:1.2fr 1fr;align-items:center;gap:60px;padding:60px;display:grid}.download-tag{background:#10110f2e;border-radius:30px;margin-bottom:25px;padding:8px 18px;display:inline-block}.download-content h2{margin-bottom:20px;font-size:48px;line-height:1.2}.download-content p{opacity:.95;font-size:18px;line-height:1.8}.feature-list{grid-template-columns:repeat(2,1fr);gap:15px;margin:35px 0;display:grid}.feature-item{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1f;border-radius:12px;padding:12px 16px}.store-buttons{gap:20px;margin-top:30px;display:flex}.store-buttons button{cursor:pointer;border:none;border-radius:50px;padding:16px 28px;font-size:16px;font-weight:600;transition:all .3s}.play-store{color:#1b5e20;background:#fff}.app-store{color:#fff;background:#000}.store-buttons button:hover{transform:translateY(-4px)}.mobile-preview{text-align:center;position:relative}.mobile-preview img{width:320px;max-width:100%}.qr-card{color:#333;background:#fff;border-radius:18px;width:150px;padding:16px;position:absolute;bottom:10px;right:-10px;box-shadow:0 12px 30px #0003}.qr-card h4{text-align:center;margin-bottom:12px}.qr-card img{width:100%}@media (width<=992px){.download-container{text-align:center;grid-template-columns:1fr}.feature-list{grid-template-columns:1fr}.store-buttons{justify-content:center}.mobile-preview{margin-top:40px}.qr-card{margin:20px auto 0;position:relative;right:auto}}@media (width<=768px){.download-section{padding:60px 20px}.download-container{padding:35px}.download-content h2{font-size:34px}.store-buttons{flex-direction:column}}.footer-cta{background:#fff;padding:90px 6%}.cta-wrapper{color:#fff;background:linear-gradient(135deg,#ccf7cf,#43a047);border-radius:30px;grid-template-columns:1fr 1fr;align-items:center;gap:50px;padding:60px;display:grid}.cta-badge{background:#ffffff26;border-radius:30px;margin-bottom:25px;padding:8px 18px;display:inline-block}.cta-content h2{margin-bottom:20px;font-size:44px;line-height:1.3}.cta-content p{opacity:.95;line-height:1.8}.cta-buttons{gap:20px;margin-top:35px;display:flex}.primary-btn,.secondary-btn{cursor:pointer;border:none;border-radius:40px;padding:15px 28px;font-weight:600;transition:all .3s}.primary-btn{color:#1b5e20;background:#fff}.secondary-btn{color:#fff;background:#0b3d1c}.primary-btn:hover,.secondary-btn:hover{transform:translateY(-4px)}.cta-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.cta-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;background:#ffffff1f;border-radius:18px;padding:28px;transition:all .3s}.cta-card:hover{background:#ffffff38;transform:translateY(-5px)}.cta-icon{color:#1b5e20;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:65px;height:65px;margin-bottom:20px;font-size:32px;display:flex}.cta-card h3{margin-bottom:10px}.cta-card p{opacity:.9;line-height:1.6}@media (width<=992px){.cta-wrapper{grid-template-columns:1fr}}@media (width<=768px){.footer-cta{padding:60px 20px}.cta-wrapper{padding:35px}.cta-content h2{font-size:32px}.cta-grid{grid-template-columns:1fr}.cta-buttons{flex-direction:column}}.about-container{color:#1f2937;box-sizing:border-box;background-color:#f9fafb;border-radius:8px;width:100%;max-width:100%;margin:1rem auto;padding:1rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;overflow-x:hidden;box-shadow:0 1px 8px #00000014}@media (width>=640px){.about-container{border-radius:10px;max-width:85%;margin:1.5rem auto;padding:1.5rem;box-shadow:0 2px 10px #0000001a}}@media (width>=1024px){.about-container{border-radius:12px;max-width:700px;margin:1.5rem auto;padding:2rem;box-shadow:0 2px 12px #0000001a}}.about-container h1{color:#166534;text-align:center;margin-bottom:1rem;font-size:1.5rem;font-weight:700}@media (width>=640px){.about-container h1{margin-bottom:1.25rem;font-size:1.75rem}}@media (width>=1024px){.about-container h1{margin-bottom:1.5rem;font-size:2rem}}.about-container p{margin-bottom:1rem;font-size:.95rem}@media (width>=640px){.about-container p{margin-bottom:1.25rem;font-size:1rem}}@media (width>=1024px){.about-container p{font-size:1.1rem}}.about-container strong{color:#15803d;font-weight:600}.current-weather{width:92%;max-width:1400px;margin:auto}.weather-wrapper{grid-template-columns:420px 1fr;align-items:stretch;gap:30px;display:grid}.left-card{color:#fff;background:linear-gradient(135deg,#2e7d32,#43a047);border-radius:24px;flex-direction:column;justify-content:space-between;min-height:420px;padding:35px;display:flex}.location{align-items:center;gap:10px;font-size:18px;display:flex}.main-weather{align-items:center;gap:20px;margin-top:40px;display:flex}.weather-icon{font-size:100px}.main-weather h1{margin:0;font-size:72px;line-height:1}.main-weather p{opacity:.95;font-size:22px}.weather-badge{background:#ffffff26;border-radius:40px;width:max-content;margin-top:40px;padding:12px 20px;display:inline-block}.right-card{background:#fff;border-radius:24px;padding:40px;box-shadow:0 12px 35px #00000014}.right-card h2{color:#1b5e20;margin-bottom:20px;font-size:38px}.right-card p{color:#666;margin-bottom:35px;font-size:18px;line-height:1.8}.metric-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.metric-grid div{text-align:center;background:#f6fbf5;border-radius:18px;padding:24px;transition:all .3s}.metric-grid div:hover{transform:translateY(-5px);box-shadow:0 12px 25px #00000014}.metric-grid svg{color:#2e7d32;font-size:40px}.metric-grid h4{color:#666;margin:15px 0 10px}.metric-grid span{color:#2e7d32;font-size:24px;font-weight:700}@media (width<=992px){.weather-wrapper{grid-template-columns:1fr}.metric-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.metric-grid{grid-template-columns:1fr}.main-weather h1{font-size:54px}.right-card{padding:25px}}.hourly-section{width:92%;max-width:1400px;margin:60px auto}.hourly-header{margin-bottom:30px}.hourly-tag{color:#2e7d32;background:#e8f5e9;border-radius:30px;padding:8px 18px;font-weight:600;display:inline-block}.hourly-header h2{color:#1b5e20;margin:18px 0 8px;font-size:36px}.hourly-header p{color:#666}.hourly-scroll{gap:20px;padding:10px 0 15px;display:flex;overflow-x:auto}.hour-card{text-align:center;background:#fff;border-radius:22px;min-width:170px;padding:28px;transition:all .3s;box-shadow:0 10px 30px #0000000f}.hour-card:hover{transform:translateY(-6px);box-shadow:0 20px 35px #0000001f}.hour-time{color:#777;font-weight:600}.hour-icon{color:#fbc02d;margin:15px 0;font-size:70px}.hour-card h3{color:#2e7d32;margin-bottom:18px;font-size:34px}.hour-meta{flex-direction:column;gap:10px;display:flex}.hour-meta span{color:#666;justify-content:center;align-items:center;gap:8px;display:flex}.hour-meta svg{color:#43a047;font-size:22px}.hourly-scroll::-webkit-scrollbar{height:8px}.hourly-scroll::-webkit-scrollbar-thumb{background:#cfcfcf;border-radius:20px}.weekly-section{width:92%;max-width:1400px;margin:70px auto}.weekly-header{text-align:center;margin-bottom:40px}.weekly-tag{color:#2e7d32;background:#e8f5e9;border-radius:30px;padding:8px 18px;font-weight:600;display:inline-block}.weekly-header h2{color:#1b5e20;margin:18px 0 10px;font-size:38px}.weekly-header p{color:#666}.weekly-grid{grid-template-columns:repeat(7,1fr);gap:18px;display:grid}.weekly-card{text-align:center;background:#fff;border-radius:20px;padding:28px;transition:all .3s;box-shadow:0 8px 25px #0000000f}.weekly-card:hover{transform:translateY(-6px);box-shadow:0 20px 35px #0000001f}.weekly-card h3{color:#2e7d32;margin:0}.weekly-card small{color:#888}.weekly-icon{color:#fbc02d;margin:18px 0;font-size:64px}.temp{justify-content:center;gap:12px;margin-bottom:15px;display:flex}.high{color:#2e7d32;font-size:26px;font-weight:700}.low{color:#888;font-size:22px}.rain{color:#1976d2;justify-content:center;align-items:center;gap:6px;font-weight:600;display:flex}.rain svg{font-size:22px}@media (width<=1200px){.weekly-grid{grid-template-columns:repeat(4,1fr)}}@media (width<=768px){.weekly-grid{grid-template-columns:repeat(2,1fr)}.weekly-header h2{font-size:30px}}@media (width<=500px){.weekly-grid{grid-template-columns:1fr}}.alerts-section{width:92%;max-width:1400px;margin:70px auto}.alerts-header{text-align:center;margin-bottom:40px}.alerts-tag{color:#ef6c00;background:#fff3e0;border-radius:30px;padding:8px 18px;font-weight:600;display:inline-block}.alerts-header h2{color:#1b5e20;margin:20px 0 10px;font-size:38px}.alerts-header p{color:#666}.alerts-grid{gap:24px;display:grid}.alert-card{background:#fff;border-radius:18px;align-items:flex-start;gap:25px;padding:24px;transition:all .3s;display:flex;box-shadow:0 10px 25px #0000000f}.alert-card:hover{transform:translateY(-4px);box-shadow:0 16px 35px #0000001f}.alert-icon{font-size:58px}.alert-content{flex:1}.severity{color:#fff;border-radius:20px;margin-bottom:12px;padding:5px 14px;font-size:13px;font-weight:600;display:inline-block}.alert-content h3{color:#1b5e20;margin-bottom:12px}.alert-content p{color:#555;line-height:1.7}@media (width<=768px){.alert-card{text-align:center;flex-direction:column}.alert-icon{align-self:center}}.advisory-section{width:92%;max-width:1400px;margin:70px auto}.advisory-header{text-align:center;margin-bottom:45px}.advisory-tag{color:#2e7d32;background:#e8f5e9;border-radius:30px;padding:8px 18px;font-weight:600;display:inline-block}.advisory-header h2{color:#1b5e20;margin:18px 0 12px;font-size:38px}.advisory-header p{color:#666;max-width:700px;margin:auto}.advisory-grid{grid-template-columns:repeat(2,1fr);gap:25px;display:grid}.advisory-card{background:#fff;border-radius:20px;gap:20px;padding:28px;transition:all .3s;display:flex;box-shadow:0 10px 25px #0000000f}.advisory-card:hover{transform:translateY(-5px);box-shadow:0 18px 35px #0000001f}.advisory-icon{color:#2e7d32;background:#edf7ee;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:70px;height:70px;font-size:30px;display:flex}.advisory-content{flex:1}.priority{color:#fff;border-radius:20px;margin-bottom:10px;padding:5px 12px;font-size:13px;font-weight:600;display:inline-block}.priority.high{background:#e53935}.priority.medium{background:#fb8c00}.priority.low{background:#43a047}.advisory-content h3{color:#1b5e20;margin-bottom:10px}.advisory-content p{color:#555;line-height:1.7}@media (width<=768px){.advisory-grid{grid-template-columns:1fr}.advisory-card{text-align:center;flex-direction:column}.advisory-icon{margin:auto}}.aqi-section{width:92%;max-width:1400px;margin:70px auto}.aqi-header{text-align:center;margin-bottom:45px}.aqi-tag{color:#2e7d32;background:#edf7ee;border-radius:30px;padding:8px 18px;font-weight:600;display:inline-block}.aqi-header h2{color:#1b5e20;margin:18px 0 10px;font-size:38px}.aqi-header p{color:#666}.aqi-container{grid-template-columns:350px 1fr;gap:35px;margin-top:35px;display:grid}.aqi-left{text-align:center;background:#fff;border-radius:24px;padding:35px;box-shadow:0 10px 30px #0000000f}.aqi-circle{border:12px solid;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:200px;height:200px;margin:auto;display:flex}.aqi-circle h1{color:#2e7d32;margin:0;font-size:70px}.aqi-circle span{font-weight:700}.aqi-left p{color:#666;margin-top:30px;line-height:1.8}.aqi-right{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.pollution-card{background:#fff;border-radius:20px;align-items:center;gap:18px;padding:28px;transition:all .3s;display:flex;box-shadow:0 10px 25px #0000000f}.pollution-card:hover{transform:translateY(-5px);box-shadow:0 18px 35px #0000001f}.pollution-card svg{color:#2e7d32;font-size:42px}.pollution-card h4{color:#666;margin:0 0 8px}.pollution-card span{color:#1b5e20;font-size:24px;font-weight:700}.aqi-advisory{background:#edf7ee;border-left:6px solid #43a047;border-radius:20px;align-items:flex-start;gap:20px;margin-top:35px;padding:28px;display:flex}.aqi-advisory svg{color:#2e7d32;font-size:42px}.aqi-advisory h3{color:#1b5e20;margin-bottom:10px}.aqi-advisory p{color:#555;line-height:1.8}@media (width<=992px){.aqi-container{grid-template-columns:1fr}.aqi-right{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.aqi-right{grid-template-columns:1fr}.pollution-card{padding:22px}.aqi-circle{width:160px;height:160px}.aqi-circle h1{font-size:52px}}.weather-search{align-items:center;gap:18px;width:92%;max-width:1400px;margin:30px auto;display:flex}.search-box{background:#fff;border-radius:50px;flex:1;align-items:center;height:60px;padding:0 18px;display:flex;box-shadow:0 10px 25px #00000014}.search-icon{color:#43a047;margin-right:12px;font-size:22px}.search-box input{background:0 0;border:none;outline:none;flex:1;font-size:16px}.location-btn{color:#fff;cursor:pointer;background:#2e7d32;border:none;border-radius:50px;align-items:center;gap:10px;height:60px;padding:0 24px;font-weight:600;transition:all .3s;display:flex}.location-btn:hover{background:#1b5e20}.refresh-btn{cursor:pointer;background:#fff;border:none;border-radius:50%;width:60px;height:60px;transition:all .3s;box-shadow:0 10px 25px #00000014}.refresh-btn:hover{transform:rotate(180deg)}@media (width<=768px){.weather-search{flex-direction:column}.search-box{width:100%}.location-btn{justify-content:center;width:100%}}.contact-whatsapp-container{box-sizing:border-box;flex-wrap:wrap;gap:1.5rem;width:100%;max-width:100%;margin:1.5rem auto;padding:1rem;display:flex;overflow-x:hidden}@media (width>=640px){.contact-whatsapp-container{gap:2rem;max-width:95%;margin:2rem auto;padding:1.25rem}}@media (width>=1024px){.contact-whatsapp-container{gap:2.5rem;max-width:900px;margin:2.5rem auto;padding:1.5rem}}.contact-form{background-color:#f5f9f5;border-radius:12px;flex-direction:column;flex:100%;gap:1rem;padding:1.5rem;display:flex;box-shadow:0 2px 12px #2591531a}@media (width>=640px){.contact-form{border-radius:14px;flex:45%;gap:1.1rem;padding:1.75rem 2rem;box-shadow:0 4px 18px #2591531c}}@media (width>=1024px){.contact-form{border-radius:16px;flex:40%;gap:1.125rem;padding:1.75rem 2rem;box-shadow:0 6px 28px #2591531f}}.contact-form h2{color:#259153;text-align:center;margin-bottom:1rem;font-size:1.5rem;font-weight:700}@media (width>=640px){.contact-form h2{margin-bottom:1.25rem;font-size:1.75rem}}@media (width>=1024px){.contact-form h2{margin-bottom:1.25rem;font-size:2rem}}.contact-form label{font-size:.95rem;font-weight:600}@media (width>=640px){.contact-form label{font-size:.975rem}}@media (width>=1024px){.contact-form label{font-size:1.05rem}}.contact-form input,.contact-form textarea{resize:vertical;color:#234d20;border:2px solid #8fbc8f;border-radius:8px;outline:none;padding:.75rem 1rem;font-family:inherit;font-size:.95rem;transition:border-color .3s,box-shadow .3s}@media (width>=640px){.contact-form input,.contact-form textarea{border-radius:10px;padding:.875rem 1rem;font-size:1rem}}@media (width>=1024px){.contact-form input,.contact-form textarea{border-radius:12px;padding:.75rem 1rem}}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#8aa28a}.contact-form input:focus,.contact-form textarea:focus{border-color:#259153;box-shadow:0 0 0 3px #2591531a}.contact-submit-btn{color:#fff;cursor:pointer;touch-action:manipulation;background-color:#259153;border:none;border-radius:8px;margin-top:.5rem;padding:.875rem 0;font-size:1rem;font-weight:700;transition:background-color .3s,box-shadow .3s;box-shadow:0 2px 8px #25915340}@media (width>=640px){.contact-submit-btn{border-radius:12px;margin-top:.5rem;padding:.875rem 0;font-size:1.05rem;box-shadow:0 3px 12px #2591534d}}@media (width>=1024px){.contact-submit-btn{border-radius:16px;margin-top:.5rem;padding:.875rem 0;font-size:1.15rem;box-shadow:0 5px 20px #25915359}}.contact-submit-btn:hover,.contact-submit-btn:focus{background-color:#1b6c3b;outline:none;box-shadow:0 4px 16px #25915366}.contact-status{color:#3c763d;text-align:center;margin-top:1rem;font-size:.95rem;font-weight:700}@media (width>=640px){.contact-status{font-size:1rem}}.whatsapp-card{color:#fff;background-color:#25d366;border-radius:10px;flex-direction:column;flex:100%;justify-content:center;align-items:center;gap:1rem;max-width:100%;margin-top:1.5rem;padding:1.5rem 1.25rem;display:flex;box-shadow:0 2px 12px #2595564d}@media (width>=640px){.whatsapp-card{border-radius:12px;flex:40%;gap:1.25rem;max-width:300px;margin-top:0;padding:1.75rem 1.5rem;box-shadow:0 4px 18px #25955659}}@media (width>=1024px){.whatsapp-card{border-radius:14px;flex:35%;max-width:320px;margin-top:0;padding:1.5rem 1.25rem;box-shadow:0 6px 28px #25955680}}.whatsapp-card h3{margin-top:0;margin-bottom:12px;font-size:1.6rem}.whatsapp-card p{margin-bottom:24px;font-size:1.1rem}.whatsapp-button{color:#25d366;background:#fff;border-radius:30px;padding:12px 28px;font-size:1rem;font-weight:700;text-decoration:none;transition:background-color .3s;box-shadow:0 6px 28px #25955659}.whatsapp-button:hover,.whatsapp-button:focus{background-color:#d9f0d3;outline:none}@media (width<=800px){.contact-whatsapp-container{flex-direction:column;gap:36px;padding:16px}.contact-form{flex:100%}.whatsapp-card{flex:100%;max-width:320px;margin:0 auto}}:root{--soil-primary:#2e7d32;--soil-secondary:#43a047;--soil-bg:#f7fbf6;--soil-card:#fff;--soil-text:#1f2937;--soil-subtext:#6b7280;--soil-border:#e5e7eb;--soil-shadow:0 8px 24px #0000000f}.soil-page{background:var(--soil-bg);max-width:1440px;min-height:100vh;margin:0 auto;padding:32px 20px 60px}.soil-section{margin:60px 0}.section-title{color:var(--soil-primary);margin-bottom:12px;font-size:32px;font-weight:700}.section-subtitle{color:var(--soil-subtext);margin-bottom:28px;font-size:16px;line-height:1.7}.soil-grid{gap:24px;display:grid}.soil-card{background:var(--soil-card);border:1px solid var(--soil-border);box-shadow:var(--soil-shadow);border-radius:18px;padding:24px}.soil-loading{min-height:70vh;color:var(--soil-primary);flex-direction:column;justify-content:center;align-items:center;gap:16px;font-size:28px;font-weight:700;display:flex}.soil-loading:after{content:"";border:5px solid #d8ead8;border-top-color:var(--soil-primary);border-radius:50%;width:50px;height:50px;animation:.8s linear infinite soil-spin}@keyframes soil-spin{to{transform:rotate(360deg)}}.soil-error{color:#d32f2f;text-align:center;background:#fff5f5;border:1px solid #ffcdd2;border-radius:12px;margin:40px 0;padding:20px}.soil-empty{text-align:center;color:var(--soil-subtext);padding:60px 20px}@media (width<=1024px){.soil-page{padding:24px 18px 50px}}@media (width<=768px){.soil-page{padding:20px 14px 40px}.soil-section{margin:40px 0}.section-title{font-size:26px}.section-subtitle{font-size:15px}.soil-card{padding:18px}}@media (width<=480px){.soil-page{padding:16px 12px 30px}.section-title{font-size:22px}}.soil-hero{background-image:url(/images/soil-banner.png);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:24px;align-items:center;min-height:650px;margin-bottom:60px;display:flex;position:relative;overflow:hidden}.hero-overlay{background:linear-gradient(90deg,#ffffffeb 0%,#ffffffd1 40%,#ffffff26 75%,#fff0 100%);position:absolute;inset:0}.soil-hero-content{z-index:2;max-width:720px;padding:70px;position:relative}.hero-badge{color:#2e7d32;background:#fff;border-radius:30px;margin-bottom:25px;padding:10px 18px;font-weight:700;display:inline-block;box-shadow:0 10px 25px #00000014}.soil-hero h1{color:#1f2937;margin-bottom:10px;font-size:62px;line-height:1.1}.soil-hero h2{color:#2e7d32;margin-bottom:25px;font-size:38px}.soil-hero p{color:#555;margin-bottom:35px;font-size:19px;line-height:1.8}.hero-buttons{flex-wrap:wrap;gap:18px;margin-bottom:40px;display:flex}.hero-btn{cursor:pointer;border-radius:12px;padding:16px 30px;font-size:17px;font-weight:700;transition:all .3s}.hero-btn-primary{color:#fff;background:#2e7d32;border:none}.hero-btn-primary:hover{background:#1b5e20}.hero-btn-secondary{color:#2e7d32;background:#fff;border:2px solid #2e7d32}.hero-btn-secondary:hover{color:#fff;background:#2e7d32}.hero-stats{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.hero-stat{text-align:center;background:#fff;border-radius:18px;padding:20px;box-shadow:0 12px 30px #00000014}.hero-stat h3{color:#2e7d32;margin-bottom:8px;font-size:34px}.hero-stat span{color:#666;font-size:14px}@media (width<=992px){.soil-hero{min-height:auto}.hero-overlay{background:#ffffffeb}.soil-hero-content{max-width:100%;padding:40px}.soil-hero h1{font-size:42px}.soil-hero h2{font-size:28px}.hero-stats{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.soil-hero-content{padding:25px}.soil-hero h1{font-size:32px}.soil-hero h2{font-size:22px}.soil-hero p{font-size:15px}.hero-buttons{flex-direction:column}.hero-btn{width:100%}.hero-stats{grid-template-columns:1fr}}.soil-overview-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.overview-card{background:#fff;border:1px solid #edf2ee;border-radius:18px;padding:28px;transition:all .3s;box-shadow:0 10px 30px #0000000f}.overview-card:hover{transform:translateY(-6px);box-shadow:0 15px 40px #0000001a}.overview-icon{background:#e8f5e9;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:20px;font-size:30px;display:flex}.overview-label{color:#777;margin-bottom:10px;font-size:14px;display:block}.overview-card h3{color:#2e7d32;margin-bottom:10px;font-size:28px}.overview-card p{color:#666;font-size:15px;line-height:1.6}.overview-badge{border-radius:30px;margin-top:10px;padding:6px 14px;font-size:13px;font-weight:700;display:inline-block}.overview-badge.excellent{color:#2e7d32;background:#e8f5e9}@media (width<=1100px){.soil-overview-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.soil-overview-grid{grid-template-columns:1fr}.overview-card{padding:22px}}.recommendation-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;display:grid}.recommendation-card{background:#fff;border:1px solid #edf2ee;border-radius:18px;padding:24px;transition:all .3s;box-shadow:0 8px 25px #0000000f}.recommendation-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #00000014}.recommendation-header{align-items:center;gap:15px;margin-bottom:20px;display:flex}.recommendation-icon{background:#e8f5e9;border-radius:14px;justify-content:center;align-items:center;width:55px;height:55px;font-size:28px;display:flex}.recommendation-header h3{color:#2e7d32;margin:0;font-size:20px}.recommendation-card ul{margin:0;padding:0;list-style:none}.recommendation-card li{color:#555;border-bottom:1px solid #f1f1f1;padding:12px 0;font-size:15px}.recommendation-card li:last-child{border-bottom:none}.irrigation-box{color:#2e7d32;background:#e8f5e9;border-radius:12px;padding:18px;font-size:17px;font-weight:600;line-height:1.6}@media (width<=768px){.recommendation-grid{grid-template-columns:1fr}}.soil-type-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;display:grid}.soil-type-card{background:#fff;border:1px solid #edf2ee;border-radius:18px;padding:26px;transition:all .3s;box-shadow:0 8px 25px #0000000f}.soil-type-card:hover{transform:translateY(-6px);box-shadow:0 15px 35px #00000014}.soil-type-icon{background:#e8f5e9;border-radius:18px;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:20px;font-size:34px;display:flex}.soil-type-card h3{color:#2e7d32;margin-bottom:12px;font-size:24px}.soil-type-card p{color:#666;margin-bottom:20px;line-height:1.7}.soil-type-card h4{color:#333;margin-bottom:15px}.crop-tags{flex-wrap:wrap;gap:10px;display:flex}.crop-tag{color:#2e7d32;background:#e8f5e9;border-radius:30px;padding:8px 14px;font-size:14px;font-weight:600;transition:all .3s}.crop-tag:hover{color:#fff;background:#2e7d32}@media (width<=768px){.soil-type-grid{grid-template-columns:1fr}.soil-type-card{padding:22px}.soil-type-icon{width:60px;height:60px;font-size:28px}}.soil-tips-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;display:grid}.soil-tip-card{background:#fff;border:1px solid #edf2ee;border-radius:18px;align-items:flex-start;gap:18px;padding:24px;transition:all .3s;display:flex;box-shadow:0 8px 25px #0000000f}.soil-tip-card:hover{transform:translateY(-6px);box-shadow:0 15px 35px #0000001a}.tip-icon{background:#e8f5e9;border-radius:18px;justify-content:center;align-items:center;width:70px;min-width:70px;height:70px;font-size:34px;display:flex}.tip-content{flex:1}.tip-content h3{color:#2e7d32;margin:0 0 12px;font-size:20px}.tip-content p{color:#666;margin:0;font-size:15px;line-height:1.7}.tip-footer{border-top:1px solid #eee;margin-top:18px;padding-top:15px}.tip-footer span{color:#2e7d32;background:#e8f5e9;border-radius:30px;padding:6px 14px;font-size:13px;font-weight:600;display:inline-block}@media (width<=768px){.soil-tips-grid{grid-template-columns:1fr}.soil-tip-card{padding:20px}.tip-icon{width:60px;min-width:60px;height:60px;font-size:28px}.tip-content h3{font-size:18px}}.soil-booking-card{color:#fff;background:linear-gradient(135deg,#2e7d32,#43a047);border-radius:24px;grid-template-columns:1.2fr .8fr;align-items:center;gap:50px;margin:60px 0;padding:60px;display:grid;position:relative;overflow:hidden;box-shadow:0 20px 50px #00000026}.soil-booking-card:before{content:"";background:#ffffff14;border-radius:50%;width:350px;height:350px;position:absolute;top:-120px;right:-120px}.soil-booking-card:after{content:"";background:#ffffff0d;border-radius:50%;width:220px;height:220px;position:absolute;bottom:-80px;left:-80px}.booking-content{z-index:2;position:relative}.booking-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff26;border-radius:30px;align-items:center;gap:8px;margin-bottom:22px;padding:10px 18px;font-weight:600;display:inline-flex}.booking-content h2{margin-bottom:18px;font-size:44px;line-height:1.2}.booking-content p{opacity:.95;max-width:650px;margin-bottom:35px;font-size:18px;line-height:1.8}.booking-features{grid-template-columns:repeat(2,1fr);gap:18px;margin-bottom:40px;display:grid}.booking-feature{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1f;border-radius:14px;align-items:center;gap:12px;padding:16px 18px;transition:all .3s;display:flex}.booking-feature:hover{background:#ffffff2e;transform:translateY(-4px)}.booking-feature span{font-size:24px}.booking-button{color:#2e7d32;cursor:pointer;background:#fff;border:none;border-radius:12px;padding:18px 36px;font-size:17px;font-weight:700;transition:all .3s;box-shadow:0 10px 25px #0000002e}.booking-button:hover{background:#f3f3f3;transform:translateY(-3px)}.booking-image{z-index:2;justify-content:center;align-items:center;display:flex;position:relative}.booking-image img{object-fit:contain;filter:drop-shadow(0 20px 35px #00000040);width:100%;max-width:420px;height:auto;animation:4s ease-in-out infinite bookingFloat}@keyframes bookingFloat{0%{transform:translateY(0)}50%{transform:translateY(-12px)}to{transform:translateY(0)}}@media (width<=1024px){.soil-booking-card{text-align:center;grid-template-columns:1fr;padding:45px}.booking-content p{margin-left:auto;margin-right:auto}.booking-features{grid-template-columns:1fr 1fr}.booking-image{order:-1}}@media (width<=768px){.soil-booking-card{gap:30px;padding:28px}.booking-content h2{font-size:32px}.booking-content p{font-size:16px}.booking-features{grid-template-columns:1fr}.booking-button{width:100%}.booking-image img{max-width:280px}}@media (width<=480px){.soil-booking-card{padding:22px}.booking-content h2{font-size:28px}.booking-badge{font-size:13px}}.mandi-container{max-width:1400px;margin:auto;padding:30px 20px 60px}.mandi-container h1{text-align:center;color:#2e7d32;margin-bottom:20px;font-size:34px}.mandi-intro{color:#555;background:#f7fff8;border-left:5px solid #43a047;border-radius:10px;margin-bottom:30px;padding:20px;line-height:1.8}.mandi-dashboard{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 10px 30px #00000014}.dashboard-header{border-bottom:1px solid #eee;padding:20px}.toggle-buttons{gap:15px;display:flex}.toggle-buttons button{cursor:pointer;background:#f5f5f5;border:none;border-radius:8px;padding:12px 24px;font-size:15px;font-weight:600;transition:all .3s}.toggle-buttons button:hover{background:#e8f5e9}.toggle-buttons button.active{color:#fff;background:#2e7d32}.filter-row{border-bottom:1px solid #eee;flex-wrap:wrap;gap:20px;padding:20px;display:flex}.filter-row input{border:1px solid #ddd;border-radius:8px;outline:none;flex:1;min-width:280px;padding:12px 18px;font-size:15px}.filter-row input:focus{border-color:#2e7d32}.filter-row select{background:#fff;border:1px solid #ddd;border-radius:8px;min-width:220px;padding:12px;font-size:15px}.dashboard-body{grid-template-columns:280px 1fr;min-height:650px;display:grid}.summary-row{background:linear-gradient(#fff,#fbfff9);border-bottom:1px solid #eee;padding:18px 24px}.summary-inner{justify-content:space-between;align-items:center;gap:20px;display:flex}.summary-left h3{color:#1b5e20;margin:0 0 6px}.summary-meta{color:#666;font-size:13px}.summary-right{align-items:center;gap:16px;display:flex}.modal-badge{text-align:center;background:linear-gradient(90deg,#fff8e1,#fff3e0);border:1px solid #ffe0b2;border-radius:8px;padding:10px 14px}.modal-badge .modal-label{color:#8d6e63;font-size:12px}.modal-badge .modal-value{color:#bf360c;margin-top:4px;font-weight:800}.minmax{color:#444;gap:16px;display:flex}.filter-row.sticky{z-index:20;background:#fff;padding-top:10px;position:sticky;top:0}.filter-chips{flex-wrap:wrap;gap:10px;padding:12px 20px;display:flex}.chip{color:#0b486b;background:#eef7ff;border:1px solid #cde8ff;border-radius:20px;align-items:center;gap:8px;padding:6px 10px;font-size:13px;display:inline-flex}.chip-close{cursor:pointer;color:#0b486b;background:0 0;border:none;font-size:14px;line-height:1}.reset-btn{cursor:pointer;background:#f5f5f5;border:1px solid #ddd;border-radius:8px;margin-left:8px;padding:10px 12px}.left-panel{background:#fafafa;border-right:1px solid #eee;width:280px;max-height:650px;overflow-y:auto}.left-panel::-webkit-scrollbar{width:6px}.left-panel::-webkit-scrollbar-thumb{background:#bbb;border-radius:10px}.list-card{cursor:pointer;border-bottom:1px solid #eee;padding:18px 20px;transition:all .25s}.list-card:hover{background:#f1f8f2}.list-card.selected{background:#e8f5e9;border-left:5px solid #2e7d32}.list-card h4{color:#2e7d32;margin:0;font-size:17px}.list-card small{color:#777;margin-top:6px;font-size:13px;display:block}.right-panel{padding:30px}.details-header{margin-bottom:20px}.details-header h2{color:#2e7d32;margin:0}.placeholder{color:#888;flex-direction:column;justify-content:center;align-items:center;height:500px;display:flex}.placeholder h2{margin-bottom:10px}.price-table{border-collapse:collapse;width:100%;margin-top:20px}.price-table th{color:#fff;text-align:left;background:#2e7d32;padding:14px}.price-table td{border-bottom:1px solid #eee;padding:14px}.price-table tr:hover{background:#f9fff9}.modal-highlight{color:#bf360c;background:linear-gradient(90deg,#fff8e1,#fff3e0);border-left:4px solid #ffb300;padding-left:10px;font-weight:700}.api-error{color:#7f1d11;background:#fff4f0;border-left:4px solid #ff8a65;border-radius:6px;margin-bottom:12px;padding:12px 16px}.empty-state{text-align:center;color:#999;padding:50px}@media (width<=992px){.dashboard-body{grid-template-columns:1fr}.left-panel{border-bottom:1px solid #eee;border-right:none;max-height:300px}.right-panel{padding:20px}}@media (width<=768px){.toggle-buttons{flex-direction:column}.toggle-buttons button{width:100%}.filter-row{flex-direction:column}.filter-row input,.filter-row select{width:100%;min-width:auto}.mandi-container h1{font-size:28px}}@media (width<=480px){.right-panel{padding:15px}.price-table th,.price-table td{padding:10px;font-size:13px}}.filter-row{flex-wrap:wrap;align-items:center;gap:16px;padding:20px;display:flex}.filter-row input{flex:1;min-width:260px}.filter-row select{min-width:180px}.schemes-container{max-width:1200px;margin:30px auto;padding:20px}.schemes-container h1{color:#2e7d32;text-align:center;margin-bottom:8px;font-size:30px;font-weight:700}.schemes-container>p{color:#666;text-align:center;margin-bottom:20px;font-size:15px}.schemes-container input{max-width:450px;margin:0 auto 20px;padding:10px 14px;font-size:15px}.scheme-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:18px;display:grid}.scheme-card{background:#fff;border-left:4px solid #43a047;border-radius:8px;padding:14px;transition:all .2s;box-shadow:0 2px 8px #00000014}.scheme-card button{border-radius:6px;padding:9px 16px;font-size:14px}.pagination{margin-top:30px}.pagination button{padding:8px 18px;font-size:14px}.pagination span{font-size:15px}.scheme-card:hover{transform:translateY(-2px);box-shadow:0 6px 14px #0000001f}.scheme-card h3{color:#2e7d32;margin:0 0 8px;font-size:17px;line-height:1.3}.scheme-card p{color:#555;margin:0 0 12px;font-size:14px;line-height:1.5}.scheme-card button{color:#fff;cursor:pointer;background:#2e7d32;border:none;border-radius:6px;padding:8px 14px;font-size:13px}.scheme-card button:hover{background:#1b5e20}.filter-bar{flex-wrap:wrap;justify-content:center;align-items:center;gap:15px;margin:25px 0 30px;display:flex}.filter-bar input,.filter-bar select{background:#fff;border:1px solid #d6d6d6;border-radius:8px;outline:none;min-width:180px;padding:10px 14px;font-size:14px;transition:all .25s}.filter-bar input{min-width:280px}.filter-bar input:focus,.filter-bar select:focus{border-color:#2e7d32;box-shadow:0 0 0 3px #2e7d3226}.filter-bar select{cursor:pointer}.clear-btn{color:#fff;cursor:pointer;background:#e53935;border:none;border-radius:8px;padding:10px 18px;font-weight:600;transition:all .3s}.clear-btn:hover{background:#c62828}.scheme-meta{flex-wrap:wrap;gap:8px;margin:15px 0;display:flex}.scheme-meta span{color:#444;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:30px;padding:5px 10px;font-size:12px}.status-active{font-weight:600;color:#2e7d32!important;background:#e8f5e9!important;border-color:#81c784!important}.status-inactive{font-weight:600;color:#c62828!important;background:#ffebee!important;border-color:#ef9a9a!important}@media (width<=768px){.filter-bar{flex-direction:column;align-items:stretch}.filter-bar input,.filter-bar select,.clear-btn{width:100%;min-width:unset}.scheme-grid{grid-template-columns:1fr}}.scheme-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin:30px 0;display:flex}.scheme-toolbar input{flex:1;min-width:280px;max-width:450px}.toolbar-actions{align-items:center;gap:15px;display:flex}.filter-btn{color:#fff;cursor:pointer;background:#2e7d32;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 18px;font-weight:600;display:flex}.filter-btn:hover{background:#1b5e20}.toolbar-actions select{border:1px solid #d6d6d6;border-radius:8px;min-width:180px;padding:10px 14px}.drawer-overlay{z-index:999;background:#00000059;position:fixed;inset:0}.filter-drawer{z-index:1000;background:#fff;flex-direction:column;width:340px;height:100vh;transition:all .35s;display:flex;position:fixed;top:0;right:-380px;box-shadow:-6px 0 20px #00000026}.filter-drawer.open{right:0}.drawer-header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:20px;display:flex}.drawer-header h2{color:#2e7d32;align-items:center;gap:10px;display:flex}.drawer-header button{cursor:pointer;background:0 0;border:none;font-size:22px}.drawer-body{flex-direction:column;gap:18px;padding:20px;display:flex}.drawer-body label{color:#555;font-weight:600}.drawer-body select{border:1px solid #ddd;border-radius:8px;padding:12px}.drawer-footer{gap:12px;margin-top:auto;padding:20px;display:flex}.drawer-footer button{cursor:pointer;border:none;border-radius:8px;flex:1;padding:12px}.clear{background:#f5f5f5}.apply{color:#fff;background:#2e7d32}.scheme-details-page{max-width:1100px;margin:40px auto;padding:20px}.back-btn{color:#2e7d32;cursor:pointer;align-items:center;gap:8px;margin-bottom:25px;font-weight:600;text-decoration:none;display:inline-flex}.scheme-title{text-align:center;color:#2e7d32;margin-bottom:40px;font-size:42px;font-weight:700}.scheme-card{background:#fff;border:1px solid #e8e8e8;border-radius:18px;padding:35px;box-shadow:0 10px 35px #00000014}.section{margin-bottom:30px}.section h3{color:#2e7d32;align-items:center;gap:10px;margin-bottom:10px;font-size:22px;display:flex}.section p{color:#555;font-size:16px;line-height:1.8}.info-grid{grid-template-columns:repeat(2,1fr);gap:20px;margin-top:25px;display:grid}.info-item{background:#f7faf7;border-left:5px solid #4caf50;border-radius:12px;padding:18px}.info-label{color:#888;margin-bottom:6px;font-size:14px}.info-value{color:#333;font-size:18px;font-weight:600}.status{color:#2e7d32;background:#dff7e5;border-radius:20px;padding:6px 16px;font-size:14px;font-weight:700;display:inline-block}.scheme-link{justify-content:center;margin-top:35px;display:flex}.scheme-link a{color:#fff;background:#2e7d32;border-radius:10px;padding:14px 28px;font-weight:600;text-decoration:none;transition:all .3s}.scheme-link a:hover{background:#1b5e20;transform:translateY(-2px)}@media (width<=768px){.scheme-title{font-size:30px}.info-grid{grid-template-columns:1fr}.scheme-card{padding:25px}}.auth-container{background:#f1f8ee;justify-content:center;align-items:center;min-height:80vh;padding:1rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;display:flex}.auth-form{box-sizing:border-box;background:#fff;border-radius:12px;width:100%;max-width:360px;padding:1.75rem 1.5rem;box-shadow:0 4px 16px #25915326}@media (width>=640px){.auth-form{border-radius:14px;max-width:380px;padding:2rem;box-shadow:0 6px 20px #2591532e}}@media (width>=1024px){.auth-form{border-radius:16px;max-width:400px;padding:2.25rem 2rem;box-shadow:0 8px 30px #25915333}}.auth-form h2{color:#259153;text-align:center;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}@media (width>=640px){.auth-form h2{margin-bottom:1.75rem;font-size:1.6rem}}@media (width>=1024px){.auth-form h2{margin-bottom:1.75rem;font-size:1.8rem}}.auth-form label{color:#234d20;margin-bottom:1rem;font-size:.95rem;font-weight:600;display:block}@media (width>=640px){.auth-form label{margin-bottom:1.1rem;font-size:1rem}}@media (width>=1024px){.auth-form label{margin-bottom:1.125rem;font-size:1.05rem}}.auth-form input{box-sizing:border-box;border:2px solid #8fbc8f;border-radius:10px;outline:none;width:100%;margin-top:.4rem;padding:.75rem 1rem;font-size:1rem;transition:border-color .3s,box-shadow .3s}@media (width>=640px){.auth-form input{border-radius:11px;padding:.875rem 1rem}}@media (width>=1024px){.auth-form input{border-radius:12px;padding:.75rem 1rem}}.auth-form input:focus{border-color:#259153;box-shadow:0 0 0 3px #2591531a}.auth-submit-btn{color:#fff;cursor:pointer;touch-action:manipulation;background-color:#259153;border:none;border-radius:10px;width:100%;margin-top:1.25rem;padding:1rem 0;font-size:1rem;font-weight:700;transition:background-color .3s,box-shadow .3s;box-shadow:0 3px 12px #2591534d}@media (width>=640px){.auth-submit-btn{border-radius:12px;padding:1.1rem 0;font-size:1.05rem;box-shadow:0 4px 14px #25915366}}@media (width>=1024px){.auth-submit-btn{border-radius:16px;padding:1rem 0;font-size:1.1rem;box-shadow:0 4px 16px #25915380}}.auth-submit-btn:hover,.auth-submit-btn:focus{background-color:#1b6c3b;outline:none;box-shadow:0 4px 20px #25915380}.auth-submit-btn:active{transform:scale(.98)}.auth-link{text-align:center;color:#259153;margin-top:1.25rem;font-size:.95rem;font-weight:600;text-decoration:none;display:block}@media (width>=640px){.auth-link{margin-top:1.5rem;font-size:.975rem}}@media (width>=1024px){.auth-link{font-size:1rem}}.auth-link:hover,.auth-link:focus{color:#1b6c3b;text-decoration:underline}.signup-container{background:#f1f8ee;justify-content:center;align-items:center;min-height:80vh;padding:1rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;display:flex}.signup-form{box-sizing:border-box;background:#fff;border-radius:12px;width:100%;max-width:360px;padding:1.5rem;box-shadow:0 4px 16px #25915326}@media (width>=640px){.signup-form{border-radius:14px;max-width:420px;padding:1.75rem;box-shadow:0 6px 20px #2591532e}}@media (width>=1024px){.signup-form{border-radius:16px;max-width:480px;padding:1.875rem;box-shadow:0 8px 30px #25915333}}.signup-form h2{color:#259153;text-align:center;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}@media (width>=640px){.signup-form h2{margin-bottom:1.75rem;font-size:1.6rem}}@media (width>=1024px){.signup-form h2{margin-bottom:1.75rem;font-size:1.8rem}}.signup-form label{color:#234d20;margin-bottom:.75rem;font-size:.95rem;font-weight:600;display:block}@media (width>=640px){.signup-form label{margin-bottom:.875rem;font-size:1rem}}@media (width>=1024px){.signup-form label{margin-bottom:.75rem;font-size:1.05rem}}.signup-form input{box-sizing:border-box;border:2px solid #8fbc8f;border-radius:10px;outline:none;width:100%;margin-top:.3rem;margin-bottom:.75rem;padding:.7rem .875rem;font-size:1rem;transition:border-color .3s,box-shadow .3s}@media (width>=640px){.signup-form input{border-radius:11px;margin-bottom:.875rem;padding:.75rem 1rem}}@media (width>=1024px){.signup-form input{border-radius:12px;margin-bottom:.75rem;padding:.75rem 1rem}}.signup-form input:focus{border-color:#259153;box-shadow:0 0 0 3px #2591531a}.signup-submit-btn{color:#fff;cursor:pointer;touch-action:manipulation;background-color:#259153;border:none;border-radius:10px;width:100%;margin-top:1.25rem;padding:1rem 0;font-size:1rem;font-weight:700;transition:background-color .3s,box-shadow .3s;box-shadow:0 3px 12px #2591534d}@media (width>=640px){.signup-submit-btn{border-radius:12px;padding:1.1rem 0;font-size:1.05rem;box-shadow:0 4px 14px #25915366}}@media (width>=1024px){.signup-submit-btn{border-radius:16px;padding:1rem 0;font-size:1.1rem;box-shadow:0 4px 16px #25915380}}.signup-submit-btn:hover,.signup-submit-btn:focus{background-color:#1b6c3b;outline:none}.signup-link{text-align:center;color:#259153;margin-top:20px;font-size:1rem;font-weight:600;text-decoration:none;display:block}.signup-link:hover,.signup-link:focus{text-decoration:underline}.profile-loading,.profile-error{color:#333;flex-direction:column;justify-content:center;align-items:center;min-height:80vh;font-size:1.2rem;display:flex}.profile-error{color:red;text-align:center;font-weight:700}.spinner{border:6px solid #f3f3f3;border-top-color:#259153;border-radius:50%;width:50px;height:50px;margin-bottom:12px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.auth-error{color:red;text-align:center;margin-bottom:12px;font-weight:700}.user-profile{color:#234d20;box-sizing:border-box;background-color:#f4f9f0;border-radius:10px;flex-direction:column;width:100%;max-width:100%;margin:1.5rem auto;padding:1rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;display:flex;overflow-x:hidden;box-shadow:0 2px 12px #234d201a}@media (width>=640px){.user-profile{border-radius:12px;flex-direction:row;max-width:95%;margin:2.5rem auto;padding:1.5rem;box-shadow:0 4px 16px #234d201f}}@media (width>=1024px){.user-profile{border-radius:16px;max-width:650px;margin:2.5rem auto;padding:1.5rem;box-shadow:0 8px 26px #234d2021}}.profile-avatar-wrapper{align-self:center;margin-bottom:1.5rem;position:relative}@media (width>=640px){.profile-avatar-wrapper{margin-bottom:0}}.profile-avatar{background-color:#f0f0f0;border:3px solid #259153;border-radius:50%;width:100px;height:100px;position:relative;overflow:hidden}@media (width>=640px){.profile-avatar{border:3.5px solid #259153;width:120px;height:120px}}@media (width>=1024px){.profile-avatar{border:4px solid #259153;width:140px;height:140px}}.profile-avatar img{object-fit:cover;width:100%;height:100%}.avatar-placeholder{color:#888;text-align:center;justify-content:center;align-items:center;height:100%;font-size:.85rem;display:flex}.avatar-edit-button{color:#000;cursor:pointer;z-index:10;background:#fff;border:1px solid #ccc;border-radius:50%;justify-content:center;align-items:center;padding:.4rem;font-size:1.2rem;transition:transform .2s,background-color .3s;display:flex;position:absolute;bottom:2px;right:2px;box-shadow:0 1px 4px #0003}@media (width>=640px){.avatar-edit-button{padding:.5rem;font-size:1.1rem;bottom:3px;right:3px}}@media (width>=1024px){.avatar-edit-button{padding:.375rem;font-size:1.125rem;bottom:4px;right:4px;box-shadow:0 2px 6px #0000004d}}.avatar-edit-button:hover{color:#259153;background:#fff;transform:scale(1.15)}.profile-details{text-align:center;flex-direction:column;flex:1;justify-content:center;margin-left:0;display:flex}@media (width>=640px){.profile-details{text-align:left;margin-left:1.5rem}}@media (width>=1024px){.profile-details{margin-left:1.625rem}}.profile-name{margin-bottom:.5rem;font-size:1.5rem;font-weight:700}@media (width>=640px){.profile-name{margin-bottom:.5rem;font-size:1.8rem}}@media (width>=1024px){.profile-name{margin-bottom:.5rem;font-size:2.2rem}}.profile-email,.profile-phone{color:#416841;margin:.25rem 0;font-size:.95rem;font-weight:500}@media (width>=640px){.profile-email,.profile-phone{margin:.3rem 0;font-size:1rem}}@media (width>=1024px){.profile-email,.profile-phone{margin:.25rem 0;font-size:1.1rem}}.profile-bio-section{flex-direction:column;margin-top:1.5rem;display:flex}@media (width>=1024px){.profile-bio-section{margin-top:1.375rem}}.bio-label{color:#486b31;margin-bottom:.5rem;font-size:.9rem;font-weight:600}.profile-bio{white-space:pre-wrap;background-color:#e5f2d8;border-radius:12px;min-height:80px;padding:12px 16px;font-size:1.05rem;line-height:1.5}.bio-textarea{resize:vertical;color:#234d20;border:2px solid #8fbc8f;border-radius:12px;min-height:80px;padding:12px 14px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:1.05rem}.edit-bio-btn{color:#fff;cursor:pointer;background-color:#259153;border:none;border-radius:12px;align-self:flex-start;margin-top:12px;padding:10px 24px;font-size:1rem;font-weight:600;transition:background-color .3s;box-shadow:0 3px 12px #25915399}.edit-bio-btn:hover{background-color:#1b6c3b}.profile-menu-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;max-width:760px;margin:24px auto 8px;padding:0 16px;display:flex}.profile-menu-item{color:#167a3f;cursor:pointer;background:#edf9f0;border:1px solid #bfe0c4;border-radius:999px;align-items:center;gap:8px;padding:10px 16px;font-size:.95rem;font-weight:700;transition:all .2s;display:inline-flex}.profile-menu-item:hover{background:#dff5e7;border-color:#8fd0a4;transform:translateY(-1px)}.profile-menu-item__icon{justify-content:center;align-items:center;font-size:1rem;display:inline-flex}.logout-btn{color:#fff;cursor:pointer;background-color:#c63636;border:none;border-radius:12px;margin-top:24px;padding:10px 28px;font-size:1rem;transition:background-color .3s;display:inline-block;box-shadow:0 3px 12px #c6363699}.logout-btn:hover{background-color:#9b2e2e}.profile-language-section{flex-direction:column;gap:.5rem;margin-top:1rem;display:flex}.language-select-wrap{width:100%}.language-select{color:#234d20;cursor:pointer;background:#fff;border:2px solid #8fbc8f;border-radius:12px;outline:none;width:100%;min-height:46px;padding:.7rem .9rem;font-size:1rem;font-weight:600;transition:border-color .2s,box-shadow .2s}.language-select:focus{border-color:#259153;box-shadow:0 0 0 3px #2591531f}.language-select:disabled{opacity:.7;cursor:not-allowed}.community-container{color:#234d20;box-sizing:border-box;width:100%;max-width:100%;margin:1.5rem auto;padding:0 1rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;overflow-x:hidden}@media (width>=640px){.community-container{max-width:95%;margin:2rem auto;padding:0 1.25rem}}@media (width>=1024px){.community-container{max-width:900px;margin:2.5rem auto;padding:0 1.5rem}}.community-container h1{text-align:center;margin-bottom:1.25rem;font-size:1.75rem;font-weight:700}@media (width>=640px){.community-container h1{margin-bottom:1.5rem;font-size:2.1rem}}@media (width>=1024px){.community-container h1{margin-bottom:1.5rem;font-size:2.4rem}}.community-intro{text-align:center;margin-bottom:1.5rem;font-size:.95rem;line-height:1.5}@media (width>=640px){.community-intro{margin-bottom:1.75rem;font-size:1.05rem}}@media (width>=1024px){.community-intro{margin-bottom:1.875rem;font-size:1.15rem}}.community-cards{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem;display:flex}@media (width>=640px){.community-cards{gap:1.25rem;margin-bottom:2rem}}@media (width>=1024px){.community-cards{gap:1.5rem;margin-bottom:2rem}}.community-card{cursor:pointer;color:#2c5d2f;-webkit-user-select:none;user-select:none;text-align:center;background-color:#e2f0d9;border-radius:10px;min-width:100px;padding:.75rem 1rem;font-size:.9rem;font-weight:700;transition:background-color .25s,box-shadow .25s;box-shadow:0 2px 8px #2591531f}@media (width>=640px){.community-card{border-radius:11px;min-width:110px;padding:.875rem 1.5rem;font-size:1rem}}@media (width>=1024px){.community-card{border-radius:12px;min-width:120px;padding:1rem 1.75rem;font-size:1.1rem}}.community-card:hover{background-color:#c8e6bb;box-shadow:0 4px 14px #25915333}@media (width>=1024px){.community-card:hover{box-shadow:0 6px 18px #2591534d}}.community-card.selected{color:#fff;background-color:#259153;box-shadow:0 3px 12px #25915359}@media (width>=1024px){.community-card.selected{box-shadow:0 6px 24px #25915399}}.community-details{color:#2d5837;border-top:2px solid #259153;max-width:100%;margin:0 auto;padding-top:1.5rem;font-size:.95rem;line-height:1.6}@media (width>=640px){.community-details{max-width:95%;padding-top:1.75rem;font-size:1rem}}@media (width>=1024px){.community-details{max-width:700px;padding-top:1.875rem;font-size:1.1rem}}.community-details h3{color:#234d20;margin-bottom:1rem;font-size:1.3rem;font-weight:700}@media (width>=640px){.community-details h3{margin-bottom:1.125rem;font-size:1.4rem}}@media (width>=1024px){.community-details h3{margin-bottom:1rem;font-size:1.5rem}}.feeds-page{color:#234d20;box-sizing:border-box;width:100%;max-width:100%;margin:0 auto 2rem;padding:0 1rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;overflow-x:hidden}@media (width>=640px){.feeds-page{max-width:95%;margin-bottom:2.5rem;padding:0 1.25rem}}@media (width>=1024px){.feeds-page{max-width:700px;margin:0 auto 3.75rem;padding:0}}.feeds-page h2{text-align:center;margin-bottom:1.5rem;font-size:1.6rem;font-weight:700}@media (width>=640px){.feeds-page h2{margin-bottom:1.75rem;font-size:1.85rem}}@media (width>=1024px){.feeds-page h2{margin-bottom:1.875rem;font-size:2rem}}.feed-card{background-color:#f0f8eb;border-radius:10px;margin-bottom:1.25rem;padding:1rem;box-shadow:0 1px 8px #2591531a}@media (width>=640px){.feed-card{border-radius:12px;margin-bottom:1.5rem;padding:1.25rem;box-shadow:0 2px 10px #2591531f}}@media (width>=1024px){.feed-card{border-radius:14px;margin-bottom:1.5rem;padding:1.3rem 1.5rem;box-shadow:0 2px 14px #2591531f}}.feed-card p{color:#2b5a2e;margin:0 0 .75rem;font-size:.95rem}@media (width>=640px){.feed-card p{margin-bottom:1rem;font-size:1rem}}@media (width>=1024px){.feed-card p{margin-bottom:.75rem;font-size:1rem}}.feed-card b{color:#1a3a16;font-weight:700}.feed-card button{color:#fff;cursor:pointer;background-color:#259153;border:none;border-radius:8px;padding:.6rem 1.25rem;font-size:.9rem;font-weight:600;transition:background-color .3s,box-shadow .3s;box-shadow:0 2px 8px #25915340}@media (width>=640px){.feed-card button{border-radius:10px;padding:.65rem 1.4rem;font-size:.95rem;box-shadow:0 3px 10px #2591534d}}@media (width>=1024px){.feed-card button{border-radius:12px;padding:.5rem 1.125rem;font-size:1rem;box-shadow:0 4px 14px #25915359}}.feed-card button:hover,.feed-card button:focus{background-color:#1b6c3b;outline:none;box-shadow:0 4px 14px #25915366}.feed-card div p{color:#406830;margin-left:.75rem;font-size:.9rem;line-height:1.4}@media (width>=640px){.feed-card div p{margin-left:1rem;font-size:.95rem}}@media (width>=1024px){.feed-card div p{margin-left:.75rem;font-size:.95rem}}.feed-card div button{margin-top:.75rem}.community-details,.feeds-page{padding:0 12px}.advisors-container{color:#234d20;box-sizing:border-box;width:100%;max-width:100%;margin:1.5rem auto;padding:1rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;overflow-x:hidden}@media (width>=640px){.advisors-container{max-width:95%;margin:2rem auto;padding:1.5rem}}@media (width>=1024px){.advisors-container{max-width:900px;margin:2.5rem auto;padding:2rem}}.advisors-list{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1.5rem;display:flex}@media (width>=640px){.advisors-list{gap:1.5rem;margin-top:2rem}}@media (width>=1024px){.advisors-list{gap:1.5rem;margin-top:1.5rem}}.advisor-card{cursor:default;box-sizing:border-box;background-color:#e5f2d8;border-radius:12px;align-items:center;gap:1rem;width:100%;max-width:240px;padding:1rem;transition:box-shadow .3s,transform .3s;display:flex;box-shadow:0 3px 14px #2591531f}@media (width>=640px){.advisor-card{border-radius:14px;max-width:240px;padding:1.2rem;box-shadow:0 4px 16px #25915324}}@media (width>=1024px){.advisor-card{border-radius:16px;max-width:260px;padding:1.25rem;box-shadow:0 6px 22px #25915324}}.advisor-card:hover{transform:translateY(-2px);box-shadow:0 6px 24px #25915333}@media (width>=1024px){.advisor-card:hover{transform:translateY(-4px);box-shadow:0 10px 34px #2591534d}}.advisor-photo{object-fit:cover;border:2px solid #259153;border-radius:50%;flex-shrink:0;width:70px;height:70px;box-shadow:0 2px 6px #25915333}@media (width>=640px){.advisor-photo{border:2.5px solid #259153;width:75px;height:75px}}@media (width>=1024px){.advisor-photo{border:3px solid #259153;width:80px;height:80px;box-shadow:0 2px 8px #2591534d}}.advisor-info h3{margin:0 0 .4rem;font-size:1.1rem;font-weight:700}@media (width>=640px){.advisor-info h3{margin-bottom:.5rem;font-size:1.2rem}}@media (width>=1024px){.advisor-info h3{margin-bottom:.375rem;font-size:1.3rem}}.advisor-info p{color:#416841;margin:.25rem 0;font-size:.9rem;font-weight:500}@media (width>=640px){.advisor-info p{margin:.3rem 0;font-size:.95rem}}@media (width>=1024px){.advisor-info p{margin:.25rem 0;font-size:1rem}}.chat-assistant-window{z-index:1000;background:#fff;border:1px solid #ccc;border-radius:12px;flex-direction:column;width:min(92vw,320px);height:min(72vh,420px);max-height:calc(100vh - 4rem);display:flex;position:fixed;bottom:4rem;right:1rem;overflow:hidden;box-shadow:0 2px 10px #00000026}@media (width>=640px){.chat-assistant-window{border-radius:12px;width:320px;height:min(74vh,450px);max-height:calc(100vh - 4.5rem);bottom:4.5rem;right:1.25rem;box-shadow:0 4px 12px #0003}}@media (width>=1024px){.chat-assistant-window{width:340px;height:min(76vh,480px);bottom:4.5rem;right:1.5rem}}.chat-assistant-header{color:#fff;background:linear-gradient(135deg,#166534 0%,#22c55e 100%);padding:.7rem .75rem;box-shadow:inset 0 -1px #fff3}.chat-assistant-brand{text-align:left;justify-content:center;align-items:center;gap:.55rem;display:flex}.chat-assistant-icon{background:#ffffff2e;border-radius:50%;justify-content:center;align-items:center;width:2rem;min-width:2rem;height:2rem;font-size:1rem;display:flex;box-shadow:inset 0 0 0 1px #fff3}.chat-assistant-header-text{flex-direction:column;line-height:1.15;display:flex}.chat-assistant-header-title{letter-spacing:.01em;font-size:.92rem;font-weight:700}.chat-assistant-header-subtitle{opacity:.9;margin-top:.12rem;font-size:.66rem;font-weight:500}@media (width>=640px){.chat-assistant-header{padding:.7rem .75rem}.chat-assistant-icon{width:1.9rem;min-width:1.9rem;height:1.9rem;font-size:.95rem}.chat-assistant-header-title{font-size:.88rem}.chat-assistant-header-subtitle{font-size:.64rem}}.chat-links{background:#fff;border-radius:10px;flex-direction:column;align-items:stretch;gap:.15rem;width:auto;margin:1rem 1rem 0;padding:.75rem;display:flex;box-shadow:0 1px 6px #22c55e14}@media (width>=640px){.chat-links{border-radius:12px;gap:.15rem;margin:1rem 1rem 0;padding:.75rem;box-shadow:0 2px 10px #22c55e17,0 2px 6px #00000014}}.chat-links button{color:#fff;cursor:pointer;text-align:center;background:#22c55e;border:none;border-radius:6px;padding:.4rem .5rem;font-size:.8rem;font-weight:500;transition:background .2s,box-shadow .2s;box-shadow:0 1px 4px #22c55e1a}@media (width>=640px){.chat-links button{border-radius:8px;padding:.35rem .75rem;font-size:.85rem;box-shadow:0 2px 8px #22c55e21}}.chat-links button:hover{background:#16a34a;box-shadow:0 2px 8px #22c55e26}@media (width>=640px){.chat-links button:hover{box-shadow:0 4px 12px #22c55e2e}}.chat-messages{flex:1;padding:.75rem;font-size:.9rem;overflow-y:auto}@media (width>=640px){.chat-messages{padding:.75rem;font-size:.875rem}}.chat-box{background:#fafafa;border-top:1px solid #ddd;gap:.5rem;padding:.6rem;display:flex}@media (width>=640px){.chat-box{gap:.4rem;padding:.5rem}}.chat-box input{border:1px solid #ccc;border-radius:6px;outline:none;flex:1;padding:.5rem .75rem;font-size:.85rem;transition:border-color .2s}@media (width>=640px){.chat-box input{border-radius:6px;padding:.5rem .75rem;font-size:.875rem}}.chat-box input:focus{border-color:#16a34a}.chat-box button{color:#fff;cursor:pointer;background-color:#16a34a;border:none;border-radius:6px;justify-content:center;align-items:center;min-width:36px;height:36px;padding:.5rem .75rem;font-size:1rem;transition:background-color .2s;display:flex}@media (width>=640px){.chat-box button{border-radius:6px;min-width:32px;height:32px;padding:.5rem .625rem}}.chat-box button:hover{background-color:#15803d}.chat-box button:active{transform:scale(.95)}.chat-toggle{color:#fff;cursor:pointer;z-index:999;touch-action:manipulation;background:linear-gradient(135deg,#16a34a 0%,#22c55e 100%);border:2px solid #ffffffbf;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;padding:0;font-size:1.5rem;line-height:1;transition:transform .2s,box-shadow .2s,filter .2s;display:flex;position:fixed;bottom:.75rem;right:1rem;box-shadow:0 10px 24px #22c55e47}@media (width>=640px){.chat-toggle{width:54px;height:54px;font-size:1.7rem;bottom:1rem;right:1.25rem;box-shadow:0 12px 28px #22c55e52}}@media (width>=1024px){.chat-toggle{right:1.5rem}}.chat-toggle:hover{filter:brightness(1.04);transform:translateY(-2px)scale(1.03);box-shadow:0 14px 30px #16a34a61}.chat-toggle:active{transform:scale(.95)}.chat-message{flex-direction:column;gap:.4rem;margin-bottom:.75rem;display:flex}.chat-message.user{align-items:flex-end}.chat-message.bot{align-items:flex-start}.chat-message-bubble{word-break:break-word;border-radius:14px;max-width:85%;padding:.7rem .8rem;font-size:.85rem;line-height:1.45;box-shadow:0 2px 10px #0f172a0f}.chat-message.user .chat-message-bubble{color:#14532d;background:linear-gradient(135deg,#dcfce7 0%,#bbf7d0 100%);border-bottom-right-radius:5px}.chat-message.bot .chat-message-bubble{color:#111827;background:linear-gradient(135deg,#f8fafc 0%,#eef2f7 100%);border:1px solid #94a3b826;border-bottom-left-radius:5px}.chat-option-buttons,.chat-cta-buttons{flex-wrap:wrap;gap:.45rem;max-width:90%;display:flex}.chat-option-buttons button,.chat-cta-buttons button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#22c55e 0%,#16a34a 100%);border:none;border-radius:999px;padding:.42rem .7rem;font-size:11px;font-weight:600;transition:transform .2s,box-shadow .2s,opacity .2s;box-shadow:0 4px 10px #22c55e2e}.chat-option-buttons button:hover,.chat-cta-buttons button:hover{opacity:.97;transform:translateY(-1px);box-shadow:0 6px 16px #22c55e40}.chat-option-buttons button:active,.chat-cta-buttons button:active{transform:scale(.97)}.footer-page{background:#f7f9f5;min-height:60vh;padding:48px 20px 72px}.footer-page__container{background:#fff;border-radius:16px;max-width:960px;margin:0 auto;padding:32px 28px;box-shadow:0 10px 30px #17341d14}.footer-page__container h1{color:#1d4d2d;margin:0 0 20px;font-size:clamp(2rem,2vw + 1rem,2.8rem)}.footer-page__container p{color:#2d3a2f;margin:0 0 16px;font-size:1rem;line-height:1.8}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--primary:#2e7d32;--primary-light:#4caf50;--secondary:#f9fafb;--background:#fff;--text:#222;--border:#e5e7eb;--shadow:0 6px 18px #00000014;color:var(--text);background:var(--background);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Poppins,sans-serif}html,body,#root{width:100%;min-height:100%}body{color:var(--text);background:#f6f8fb;line-height:1.5;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:#222;font-weight:600}p{color:#555}a{color:inherit;text-decoration:none}ul,ol{list-style:none}img{max-width:100%;display:block}button{cursor:pointer;border:none;outline:none;font-family:inherit;transition:all .3s}button:hover{opacity:.9}input,textarea,select{outline:none;font-family:inherit}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#ececec}::-webkit-scrollbar-thumb{background:#4caf50;border-radius:20px}::-webkit-scrollbar-thumb:hover{background:#2e7d32}.container{width:92%;max-width:1400px;margin:auto}.section{padding:60px 0}.card{box-shadow:var(--shadow);background:#fff;border-radius:16px;padding:20px}.text-center{text-align:center}.hidden{display:none}@media (width<=992px){.container{width:95%}}@media (width<=768px){.section{padding:40px 0}}@media (width<=480px){body{font-size:14px}}
