*,:before,:after{box-sizing:border-box}html,body,#root{width:100%;min-height:100vh;margin:0;padding:0}a{color:inherit}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{color:#111827;-webkit-font-smoothing:antialiased;background:#f5f5f4;font-family:system-ui,-apple-system,sans-serif}.page{flex-direction:column;min-height:100vh;display:flex}.topbar{background:#fff;border-bottom:1px solid #e5e7eb;align-items:center;height:128px;padding:0 2rem;display:flex}.logo{color:#111827;align-items:center;gap:8px;font-size:15px;font-weight:500;display:flex}.logo-img{width:auto;height:128px;display:block}.hero{text-align:center;padding:2.5rem 1.5rem 1.5rem}.hero h1{color:#111827;margin-bottom:8px;font-size:22px;font-weight:500}.hero p{color:#6b7280;max-width:440px;margin:0 auto;font-size:14px}.municipality-select{width:100%;font-size:14px}.municipality__control{min-height:48px;box-shadow:none!important;border-color:#d1d5db!important;border-radius:10px!important}.municipality__control:hover,.municipality__control--is-focused{border-color:#3730a3!important}.municipality__option--is-focused{background:#eef2ff!important}.municipality__option--is-selected{background:#3730a3!important}.municipality__menu{z-index:20}.card-wrap{justify-content:center;margin-top:1.25rem;padding:0 1rem 3rem;display:flex}.q-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;width:100%;max-width:520px;animation:.25s slideIn;overflow:hidden}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.progress-bar-track{background:#e5e7eb;height:3px}.progress-bar-fill{background:#3730a3;height:3px;transition:width .4s}.card-body{padding:1.75rem 1.75rem 1.5rem}.step-dots{gap:6px;margin-bottom:.75rem;display:flex}.dot{background:#d1d5db;border-radius:50%;width:6px;height:6px;transition:background .3s,transform .3s}.dot.active{background:#3730a3;transform:scale(1.35)}.dot.done{opacity:.35;background:#3730a3}.q-title{color:#111827;margin-bottom:4px;font-size:17px;font-weight:500;line-height:1.4}.q-sub{color:#6b7280;margin-bottom:1.25rem;font-size:13px;line-height:1.5}.answer-area{flex-direction:column;justify-content:center;width:100%;display:flex}.options-grid{flex-wrap:wrap;gap:8px;margin-bottom:.25rem;display:flex}.opt-btn{color:#111827;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:8px 14px;font-family:inherit;font-size:13px;line-height:1;transition:border-color .15s,background .15s,color .15s}.opt-btn:hover{background:#eef2ff;border-color:#3730a3}.opt-btn.sel{color:#3730a3;background:#eef2ff;border-color:#3730a3;font-weight:500}.option-icon{object-fit:contain;width:190px;height:200px}.text-input{color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:8px;outline:none;width:100%;margin-top:.75rem;padding:9px 12px;font-family:inherit;font-size:14px;transition:border-color .15s}.text-input:focus{border-color:#3730a3}.text-input.err{border-color:#dc2626}.err-msg{color:#991b1b;margin-top:6px;font-size:12px}.card-footer{border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1rem 1.75rem;display:flex}.back-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:0;font-family:inherit;font-size:13px;transition:color .15s;display:flex}.back-btn:hover:not(:disabled){color:#111827}.back-btn:disabled{opacity:.35;cursor:default}.next-btn{color:#fff;cursor:pointer;background:#3730a3;border:none;border-radius:8px;padding:9px 20px;font-family:inherit;font-size:13px;font-weight:500;transition:opacity .15s,background .15s}.next-btn:hover:not(:disabled){background:#312e81}.next-btn:disabled{opacity:.35;cursor:default}.results-wrap{justify-content:center;padding:0 1rem 3rem;animation:.25s slideIn;display:flex}.results-inner{width:100%;max-width:520px}.results-header{margin-bottom:1.25rem}.results-header h2{color:#111827;margin-bottom:4px;font-size:18px;font-weight:500}.results-header p{color:#6b7280;font-size:13px}.fund-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;margin-bottom:10px;padding:1.25rem}.fund-card.locked{opacity:.5;filter:blur(2px);pointer-events:none;-webkit-user-select:none;user-select:none}.fund-name{color:#111827;margin-bottom:4px;font-size:15px;font-weight:500}.fund-desc{color:#6b7280;margin-bottom:10px;font-size:13px;line-height:1.5}.fund-tags{flex-wrap:wrap;gap:6px;margin-bottom:10px;display:flex}.tag{color:#3730a3;background:#eef2ff;border-radius:20px;padding:3px 10px;font-size:11px}.fund-link{color:#3730a3;font-size:13px;font-weight:500;text-decoration:none}.fund-link:hover{text-decoration:underline}.lock-card{text-align:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:16px;margin-bottom:10px;padding:1.25rem}.lock-card p{color:#6b7280;font-size:13px}.result-actions{flex-direction:column;gap:8px;margin-top:1.25rem;display:flex}.cta-primary{color:#fff;cursor:pointer;background:#3730a3;border:none;border-radius:8px;width:100%;padding:11px;font-family:inherit;font-size:14px;font-weight:500;transition:background .15s}.cta-primary:hover{background:#312e81}.cta-secondary{color:#6b7280;cursor:pointer;background:0 0;border:1px solid #d1d5db;border-radius:8px;width:100%;padding:10px;font-family:inherit;font-size:13px;transition:border-color .15s,color .15s}.cta-secondary:hover{color:#111827;border-color:#9ca3af}.thankyou-page{background:#f5f5f4;justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.thankyou-card{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:20px;width:100%;max-width:700px;padding:48px;box-shadow:0 10px 40px #0000000f}.thankyou-animation{width:180px;height:180px;margin:0 auto 20px}.thankyou-card h1{color:#111827;margin-bottom:12px;font-size:32px}.subtitle{color:#6b7280;margin-bottom:28px;line-height:1.6}.info-box{text-align:left;background:#eef2ff;border:1px solid #c7d2fe;border-radius:14px;margin-bottom:24px;padding:24px}.info-box p{margin-bottom:14px;line-height:1.6}.info-box p:last-child{margin-bottom:0}.next-steps{text-align:left;margin-bottom:32px}.next-steps h3{margin-bottom:12px}.next-steps ul{padding-left:20px}.next-steps li{margin-bottom:10px}.home-btn{color:#fff;background:#3730a3;border-radius:10px;padding:14px 28px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.home-btn:hover{background:#312e81}@media (width<=768px){.thankyou-card{padding:28px}.thankyou-card h1{font-size:26px}.thankyou-animation{width:140px;height:140px}}.region-map-card{width:50%;margin:.75rem 0 0}.region-map-svg{background:#eef2ff;border-radius:16px;width:100%;height:auto;display:block}.region-map-selected{text-align:center;color:#3730a3;margin-top:.5rem;font-weight:600}.funds-page{background:#f5f5f4;min-height:100vh;padding:2rem 1rem 4rem}.funds-hero{text-align:center;max-width:900px;margin:0 auto 2rem}.funds-hero h1{color:#111827;margin-bottom:10px;font-size:32px}.funds-hero p{color:#6b7280;font-size:15px}.funds-list{gap:18px;max-width:1000px;margin:0 auto;display:grid}.fund-list-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:24px}.fund-card-top{gap:8px;margin-bottom:12px;display:flex}.fund-badge{color:#fff;background:#3730a3;border-radius:999px;padding:5px 12px;font-size:12px;font-weight:600}.fund-badge.secondary{color:#3730a3;background:#eef2ff}.fund-list-card h2{margin-bottom:10px;font-size:21px}.fund-description{color:#6b7280;margin-bottom:16px;line-height:1.6}.fund-meta{flex-wrap:wrap;gap:8px;margin-bottom:18px;display:flex}.fund-meta span{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:6px 10px;font-size:13px}.fund-section{margin-top:16px}.fund-section h3{margin-bottom:8px;font-size:14px}.fund-section ul{color:#6b7280;padding-left:18px;line-height:1.6}.fund-details-btn{color:#fff;background:#3730a3;border-radius:9px;margin-top:20px;padding:10px 16px;font-size:14px;font-weight:600;text-decoration:none;display:inline-block}.header{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffe0;border-bottom:1px solid #ececec;position:sticky;top:0}.header-container{justify-content:space-between;align-items:center;max-width:1240px;margin:0 auto;padding:14px 28px;display:flex}.header-logo{align-items:center;display:flex}.logo-img{width:auto;height:5.75rem;transition:all .2s}.logo-img:hover{transform:scale(1.03)}.header-nav{gap:36px;display:flex}.nav-link{color:#4b5563;font-size:15px;font-weight:500;text-decoration:none;transition:all .2s;position:relative}.nav-link:hover{color:#3730a3}.nav-link:after{content:"";background:#3730a3;width:0;height:2px;transition:all .25s;position:absolute;bottom:-6px;left:0}.nav-link:hover:after{width:100%}.header-actions{gap:8px;display:flex}.header-cta{color:#fff;background:#3730a3;border-radius:10px;padding:12px 18px;font-weight:600;text-decoration:none;transition:all .2s}.header-cta:hover{background:#312e81;transform:translateY(-1px)}.spinner{vertical-align:middle;border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;margin-right:8px;animation:.8s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}button:disabled{opacity:.7;cursor:not-allowed}@media (width<=768px){.header-container{flex-wrap:wrap;gap:14px;padding:14px 18px}.header-nav{order:3;justify-content:center;gap:22px;width:100%}.header-cta{padding:10px 14px;font-size:14px}.funds-hero h1{font-size:26px}.fund-list-card{padding:18px}.fund-meta{flex-direction:column}.fund-details-btn{text-align:center;width:100%}.region-map-card{margin-bottom:1rem}.topbar{justify-content:center;height:88px;padding:0 1rem}.logo-img{height:88px}.hero{padding:1.75rem 1rem 1rem}.hero h1{font-size:20px;line-height:1.3}.hero p{font-size:13px}.card-wrap,.results-wrap{padding:0 .75rem 2rem}.q-card,.results-inner{max-width:100%}.card-body{padding:1.25rem 1rem 1rem}.options-grid{flex-direction:column;gap:12px;width:100%;display:flex}.opt-btn{width:100%;min-height:52px;padding:12px 14px;line-height:1.3}.option-media{justify-content:center;width:100%;display:flex}.option-icon{width:150px;height:150px}.card-footer{gap:12px;padding:.875rem 1rem}.next-btn{padding:10px 16px}}@media (width<=420px){.card-footer{flex-direction:column-reverse;align-items:stretch}.back-btn,.next-btn{justify-content:center;width:100%}.hero h1{font-size:18px}.option-icon{width:130px;height:130px}}.legal-page{background:#f4f8fd;min-height:100vh;padding:60px 20px}.legal-container{background:#fff;border-radius:20px;max-width:900px;margin:0 auto;padding:50px;box-shadow:0 25px 60px #2588ff14}.legal-container h1{color:#1f2937;margin-top:0;margin-bottom:10px;font-size:36px}.last-updated{color:#64748b;margin-bottom:40px;font-size:14px}.legal-container section{margin-bottom:40px}.legal-container h2{color:#6c63ff;margin-bottom:16px;font-size:22px}.legal-container p{color:#475569;margin-bottom:16px;line-height:1.8}.legal-container ul{padding-left:24px}.legal-container li{color:#475569;margin-bottom:10px;line-height:1.7}.contact-box{background:#f8f9ff;border:1px solid #e6e8ff;border-radius:12px;padding:18px}.contact-box a{color:#6c63ff;font-weight:700;text-decoration:none}.contact-box a:hover{text-decoration:underline}@media (width<=768px){.legal-container{padding:28px}.legal-container h1{font-size:28px}.legal-container h2{font-size:20px}}
