.header{background:#fff;box-shadow:0 2px 12px #0000001f,0 4px 16px #0000001a;padding:24px 0;border-bottom:none}.header-content{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.logo-section{display:flex;align-items:center;gap:16px;cursor:pointer}.logo-icon{display:flex;align-items:center;justify-content:center}.logo-image{width:48px;height:48px;object-fit:contain}.logo-text{display:flex;flex-direction:column}.logo-title{font-size:20px;font-weight:400;font-family:Quando,serif;color:#007a4d;margin:0;line-height:1.2}.logo-tagline{font-size:13px;font-family:Noto Sans,sans-serif;font-weight:400;color:#696969;margin:4px 0 0;line-height:1.3}@media (max-width: 768px){.header-content{flex-direction:column;gap:16px;align-items:flex-start}}.typology-trigger{display:inline-block;cursor:help}.typology-tooltip{position:fixed;z-index:10000;pointer-events:auto;transform:translate(-50%,-100%);margin-top:-16px;animation:tooltipFadeIn .2s ease-out}@keyframes tooltipFadeIn{0%{opacity:0;transform:translate(-50%,calc(-100% + 8px))}to{opacity:1;transform:translate(-50%,-100%)}}.typology-tooltip-content{background:linear-gradient(135deg,#fff,#f8f9fa);border:2px solid #c8e6c9;border-radius:16px;padding:40px 20px 18px;max-width:450px;min-width:300px;box-shadow:0 20px 25px -5px #4cb0501a,0 10px 10px -5px #4cb0500a,0 0 0 1px #4cb0500d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative}.typology-tooltip-close{position:absolute;top:10px;right:10px;width:28px;height:28px;border:none;background:#4cb0501a;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#4cb050;padding:0;z-index:1}.typology-tooltip-close:hover{background:#4cb050;color:#fff;transform:rotate(90deg)}.typology-tooltip-close svg{width:14px;height:14px}.typology-tooltip-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px;padding-bottom:14px;border-bottom:2px solid #c8e6c9}.typology-tooltip-title{margin:0;font-size:17px;font-weight:700;color:#1e293b;line-height:1.3;flex:1;letter-spacing:-.01em}.typology-tooltip-badge{display:inline-block;padding:5px 10px;background:linear-gradient(135deg,#4cb050,#45a049);color:#fff;border-radius:6px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;box-shadow:0 3px 5px -1px #4cb0504d;flex-shrink:0}.typology-tooltip-section{margin-bottom:14px}.typology-tooltip-label{margin:0 0 8px;font-size:11px;font-weight:700;color:#4cb050;text-transform:uppercase;letter-spacing:.8px;display:flex;align-items:center;gap:5px}.typology-tooltip-label:before{content:"";display:inline-block;width:3px;height:3px;background:#4cb050;border-radius:50%}.typology-tooltip-text{margin:0;font-size:13px;line-height:1.6;color:#475569;text-align:justify}.typology-tooltip-text em,.typology-tooltip-text i{color:#64748b;font-style:italic;font-size:13px}.typology-tooltip-footer{display:flex;align-items:center;gap:8px;padding:10px 12px;background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border-radius:8px;margin-top:14px;border:1px solid #a5d6a7}.typology-tooltip-icon{width:14px;height:14px;color:#4cb050;flex-shrink:0}.typology-tooltip-source{font-size:11px;color:#475569;font-weight:500;line-height:1.4}.typology-tooltip-source-link{font-size:11px;color:#4cb050;font-weight:600;line-height:1.4;text-decoration:underline;text-underline-offset:2px;transition:all .2s ease;cursor:pointer;display:inline-flex;align-items:center;gap:4px}.typology-tooltip-source-link:hover{color:#45a049;text-decoration:underline}.typology-tooltip-external-icon{width:14px;height:14px;flex-shrink:0;transition:transform .2s ease;color:#4cb050;display:inline-block;margin-left:2px}.typology-tooltip-source-link:hover .typology-tooltip-external-icon{transform:translate(1px,-1px)}.typology-tooltip-sources-container{display:flex;flex-direction:column;gap:10px}.typology-tooltip-arrow{position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #c8e6c9}.typology-tooltip-arrow:after{content:"";position:absolute;bottom:2px;left:50%;transform:translate(-50%);width:0;height:0;border-left:9px solid transparent;border-right:9px solid transparent;border-top:9px solid #f8f9fa}@media (max-width: 768px){.typology-tooltip{left:50%!important;right:auto;max-width:calc(100vw - 32px)}.typology-tooltip-content{max-width:calc(100vw - 32px);min-width:280px;padding:38px 18px 16px}.typology-tooltip-title{font-size:15px}.typology-tooltip-badge{font-size:9px;padding:4px 8px}.typology-tooltip-text{font-size:12px}}.checkbox-label{cursor:help;transition:background-color .2s ease}.checkbox-label:hover{background-color:#4cb0500d}.form-section{display:flex;justify-content:center;align-items:flex-start;width:100%;font-family:Noto Sans,sans-serif}.form-card{background:linear-gradient(135deg,#fff,#f8fbf9,#f1f8f4);border-radius:48px;border:.2px solid #D9D9D9;box-shadow:0 2px 8px #00000014;padding:40px;width:100%;max-width:800px;margin-top:0;font-family:Noto Sans,sans-serif;box-sizing:border-box}.form-title{font-size:24px;font-weight:500;color:#424242;margin-bottom:8px;font-family:Noto Sans,sans-serif}.form-subtitle{font-size:14px;color:#757575;margin-bottom:32px;font-weight:500;font-family:Noto Sans,sans-serif}.form-fields{display:flex;flex-direction:column;gap:24px}.form-field{display:flex;flex-direction:column;gap:8px;position:relative}.form-field label{font-size:14px;font-weight:500;color:#424242;font-family:Noto Sans,sans-serif}.form-field input,.form-field select{width:100%;padding:12px 16px;border:1px solid #e0e0e0;border-radius:8px;font-size:14px;font-family:Noto Sans,sans-serif;font-weight:500;background:#fff;color:#424242;transition:border-color .2s}.form-field input::placeholder{color:transparent}.form-field input:focus,.form-field select:focus{outline:none;border-color:#4cb050;z-index:1}.form-field select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px;cursor:pointer;box-sizing:border-box}.form-field select:invalid,.form-field select option[value=""][disabled]{color:#9e9e9e}.form-field select option:not([value=""]){color:#424242;padding:12px 16px}.form-actions{display:flex;justify-content:space-between;gap:16px;margin-top:32px;padding-top:24px;border-top:1px solid #f0f0f0}.form-field input.error,.form-field select.error{border-color:#f44336;background-color:#ffebee}.error-label{color:#f44336!important}.error-border{border:2px solid #f44336;border-radius:8px;padding:16px}@media (max-width: 768px){.form-card{border-radius:24px;padding:24px;width:100%;max-width:100%}.form-section{width:100%;padding:0 16px;box-sizing:border-box}.form-field input,.form-field select,.form-field textarea{font-size:16px!important}}.btn{display:flex;align-items:center;gap:8px;padding:12px 24px;border:none;border-radius:8px;font-size:14px;font-weight:500;font-family:Noto Sans,sans-serif;cursor:pointer;transition:all .2s}.btn-previous{flex-direction:row;background:#fff;color:#424242;border:1px solid #e0e0e0;box-shadow:0 2px 4px #00000014}.btn-previous:hover{background:#fafafa;border-color:#d0d0d0}.btn-previous:disabled{opacity:.5;cursor:not-allowed}.btn-next{flex-direction:row;margin-left:auto;background:#333;color:#fff;border:none;box-shadow:0 2px 4px #00000026;transition:background-color .3s ease}.btn-next:hover{background:#2a2a2a}.btn-next-valid{background:#4cb050!important}.btn-next-valid:hover{background:#45a049!important}.btn svg{flex-shrink:0}.show-more-btn{display:flex;align-items:center;gap:4px;margin-top:16px;padding:8px 16px;background:#fff;border:1px solid #e0e0e0;border-radius:6px;font-size:14px;font-weight:500;font-family:Noto Sans,sans-serif;color:#424242;cursor:pointer;transition:all .2s}.show-more-btn:hover{background:#f5f5f5;border-color:#d0d0d0}.read-more-btn{background:none;border:none;color:#4cb050;font-size:13px;font-weight:600;font-family:Noto Sans,sans-serif;cursor:pointer;padding:0;margin-top:4px;text-align:left;transition:color .2s}.read-more-btn:hover{color:#45a049;text-decoration:underline}.dropdown-icon{display:inline-flex;align-items:center;justify-content:center;transition:transform .2s;vertical-align:middle;margin-left:2px}.dropdown-icon.rotated{transform:rotate(180deg)}.dropdown-icon svg{flex-shrink:0;display:block;position:relative;top:1px}.checkbox-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:8px}.checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;font-weight:500;color:#424242;font-family:Noto Sans,sans-serif}.checkbox-label input[type=checkbox]{width:18px;height:18px;min-width:18px;margin:0;padding:0;cursor:pointer;accent-color:#4CB050;appearance:none;-webkit-appearance:none;-moz-appearance:none;border:2px solid #9e9e9e;border-radius:3px;background-color:#fff;position:relative;flex-shrink:0;transition:background-color .2s,border-color .2s;vertical-align:middle}.checkbox-label input[type=checkbox]:checked{background-color:#4cb050;border-color:#4cb050}.checkbox-label input[type=checkbox]:checked:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-60%) rotate(45deg);width:5px;height:9px;border:solid white;border-width:0 2px 2px 0;pointer-events:none}.checkbox-label span{line-height:1.4;display:flex;align-items:center}@media (max-width: 768px){.checkbox-grid{grid-template-columns:1fr}.checkbox-label input[type=checkbox]{appearance:auto;-webkit-appearance:auto;-moz-appearance:auto;border:none;background-color:transparent;accent-color:#4CB050}.checkbox-label input[type=checkbox]:checked:after{content:none}}.toast{position:fixed;bottom:32px;left:50%;transform:translate(-50%);background:#333;color:#fff;padding:16px 24px;border-radius:8px;box-shadow:0 4px 12px #0000004d;font-family:Noto Sans,sans-serif;font-size:14px;font-weight:500;z-index:1000;animation:slideUp .3s ease}@keyframes slideUp{0%{bottom:0;opacity:0}to{bottom:32px;opacity:1}}@media (max-width: 768px){.toast{bottom:24px;left:16px;right:16px;transform:none}}.loader-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#fffffff2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:9999;animation:fadeIn .3s ease-in}.loader-container{display:flex;flex-direction:column;align-items:center;gap:20px}.loader{width:60px;height:60px;border:4px solid #f3f3f3;border-top:4px solid #007A4D;border-radius:50%;animation:spin 1s linear infinite}.loader-text{font-size:16px;font-weight:500;color:#424242;margin:0;font-family:Noto Sans,sans-serif}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.step3-container{width:100%;display:flex;flex-direction:column;gap:32px}.project-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.project-hero{position:relative;width:960px;height:160px;background-image:url(/assets/Generic%20Sample%20Cover%20Image-CdummCgS.png);background-size:cover;background-position:center;border-radius:16px 16px 0 0;overflow:hidden;margin:0 auto}.project-overlay{position:absolute;bottom:0;left:0;right:0;padding:24px;background:linear-gradient(to top,rgba(0,0,0,.7),transparent)}.project-name{font-size:28px;font-weight:600;color:#fff;margin:0 0 8px;font-family:Noto Sans,sans-serif}.project-location{font-size:14px;color:#ffffffe6;margin:0;font-family:Noto Sans,sans-serif;font-weight:400}.project-info-card{position:relative;width:960px;min-height:140px;background:#fff;border-radius:0 0 16px 16px;overflow:visible;margin:-32px auto 0;box-shadow:0 2px 8px #0000001a}.project-details{padding:24px;display:flex;flex-direction:column;gap:16px}.project-detail-item{display:flex;flex-direction:row;gap:8px;align-items:flex-start}.detail-label{font-size:15px;font-weight:600;color:#344054;font-family:Noto Sans,sans-serif;flex-shrink:0;white-space:nowrap}.detail-value{font-size:15px;font-weight:500;color:#424242;font-family:Noto Sans,sans-serif;word-wrap:break-word;overflow-wrap:break-word;flex:1;line-height:1.5}.funding-section{display:flex;flex-direction:column;gap:20px;width:960px;margin:0 auto}.funding-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.funding-title{font-size:18px;font-weight:600;color:#545454;margin:0;font-family:Noto Sans,sans-serif}.view-toggle{display:flex;gap:12px}.view-card{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#fff;border:1px solid #e0e0e0;border-radius:16px;color:#757575;font-size:14px;font-weight:500;font-family:Noto Sans,sans-serif;cursor:pointer;transition:all .2s;box-shadow:0 1px 3px #0000000d}.view-card:hover{background:#f5f5f5;border-color:#d0d0d0}.view-card.active{background:#404040;color:#fff;border-color:#404040}.view-card svg{width:20px;height:20px}.funding-tabs{display:flex;gap:12px;width:960px;height:52px;margin:0 auto;background:#e8e8e8;border-radius:32px;padding:8px;align-items:center}.funding-tab{flex:1;padding:10px 24px;background:transparent;border:none;border-radius:28px;color:#404040;font-size:14px;font-weight:400;font-family:Noto Sans,sans-serif;cursor:pointer;transition:all .2s;height:100%;display:flex;align-items:center;justify-content:center}.funding-tab:hover{opacity:.8}.funding-tab.active{background:#fff;color:#404040;box-shadow:0 2px 4px #0000001a;font-weight:700}.funding-opportunities{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:32px;min-height:200px;display:flex;align-items:center;justify-content:center}.opportunities-placeholder{font-size:14px;color:#757575;text-align:center;font-family:Noto Sans,sans-serif;margin:0}.no-results{grid-column:1 / -1;text-align:center;padding:60px 20px;color:#757575;font-family:Noto Sans,sans-serif;font-size:16px}.scroll-to-top-btn{position:fixed;bottom:32px;right:32px;width:56px;height:56px;background:linear-gradient(135deg,#007a4d,#005a3a);border:none;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px #007a4d4d;transition:all .3s ease;z-index:999;animation:fadeInUp .3s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.scroll-to-top-btn:before{content:"Back to Top";position:absolute;right:calc(100% + 12px);background:#333;color:#fff;padding:8px 12px;border-radius:6px;font-size:13px;font-weight:500;font-family:Noto Sans,sans-serif;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s ease;box-shadow:0 2px 8px #00000026}.scroll-to-top-btn:after{content:"";position:absolute;right:calc(100% + 4px);border:6px solid transparent;border-left-color:#333;opacity:0;pointer-events:none;transition:opacity .2s ease}.scroll-to-top-btn:hover:before,.scroll-to-top-btn:hover:after{opacity:1}.scroll-to-top-btn:hover{background:linear-gradient(135deg,#005a3a,#004830);transform:translateY(-4px);box-shadow:0 6px 16px #007a4d66}.scroll-to-top-btn:active{transform:translateY(-2px)}.scroll-to-top-btn svg{width:24px;height:24px}.step3-footer{display:flex;justify-content:space-between;align-items:center;padding:24px 20px;margin:32px auto 0;width:920px;border-top:1px solid #e0e0e0}.back-to-form-btn{display:flex;align-items:center;gap:8px;padding:12px 24px;background:#fff;border:1px solid #545454;border-radius:8px;color:#545454;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.back-to-form-btn:hover{background:#f5f5f5;border-color:#333;color:#333}.download-dropdown-container{position:relative}.download-xlsx-btn{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 20px;background:#f2f8f6;border:1px solid #007A4D;border-radius:8px;color:#007a4d;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:200px}.download-xlsx-btn:hover{background:#fff;border-color:#007a4d}.download-btn-content{display:flex;align-items:center;gap:8px}.chevron-icon{display:flex;align-items:center;transition:transform .3s ease;margin-left:4px}.chevron-icon.rotated{transform:rotate(180deg)}.download-dropdown{position:absolute;bottom:100%;right:0;margin-bottom:8px;background:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 4px 12px #00000026;overflow:hidden;min-width:240px;z-index:1000;animation:dropdownFadeIn .2s ease-out}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.download-option{display:block;width:100%;padding:14px 20px;background:#fff;border:none;border-bottom:1px solid #e8e8e8;text-align:left;color:#424242;font-size:14px;font-weight:500;font-family:Noto Sans,sans-serif;cursor:pointer;transition:all .2s ease}.download-option:first-child{border-radius:12px 12px 0 0}.download-option:last-child{border-bottom:none;border-radius:0 0 12px 12px}.download-option:hover{background:#f2f8f6;color:#007a4d;font-weight:600}@media (max-width: 768px){.project-hero{width:100%;height:150px}.project-info-card{width:100%;min-height:150px}.project-details{padding:20px 16px}.project-detail-item{flex-direction:column;align-items:flex-start;gap:4px}.detail-label{font-size:14px}.detail-value{font-size:14px;width:100%}.project-overlay{padding:16px}.project-name{font-size:22px}.project-location{font-size:13px}.funding-section{width:100%}.funding-header{flex-direction:column;align-items:flex-start}.view-toggle{display:none}.funding-tabs{width:100%;height:auto;flex-direction:column;padding:8px}.funding-tab{width:100%;height:44px}}@media (max-width: 1000px){.step3-footer{width:calc(100% - 40px);margin-left:20px;margin-right:20px}}@media (max-width: 600px){.project-details{padding:16px 12px;gap:14px}.detail-label,.detail-value{font-size:13px}.step3-footer{flex-direction:column;gap:16px;width:calc(100% - 40px)}.back-to-form-btn,.download-xlsx-btn{width:100%;justify-content:center}.download-dropdown-container{width:100%}.download-dropdown{right:auto;left:0;width:100%}.scroll-to-top-btn{bottom:20px;right:20px;width:48px;height:48px}.scroll-to-top-btn svg{width:20px;height:20px}.scroll-to-top-btn:before,.scroll-to-top-btn:after{display:none}}.schemes-grid{width:960px;margin:0 auto;display:grid;gap:20px;justify-content:center;transition:opacity .35s ease,transform .35s ease}.schemes-grid.grid-view{grid-template-columns:repeat(auto-fill,minmax(300px,300px));grid-auto-rows:1fr;justify-content:center;opacity:1;transform:translateY(0)}.schemes-grid.list-view{grid-template-columns:1fr;grid-auto-rows:auto;opacity:1;transform:translateY(4px)}.scheme-card{perspective:1400px}.schemes-grid.grid-view .scheme-card{width:300px;max-width:300px;height:600px}.schemes-grid.list-view .scheme-card{height:auto}.scheme-card-inner{position:relative;width:100%;height:100%;transition:transform .6s ease;transform-style:preserve-3d}.scheme-card.flipped .scheme-card-inner{transform:rotateY(180deg)}.scheme-card-front,.scheme-card-back{position:relative;background:#fff;border:1px solid transparent;border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:16px;box-shadow:0 2px 6px #00000014;height:100%;min-height:550px;backface-visibility:hidden;overflow-y:auto;scrollbar-width:none}.scheme-card-front::-webkit-scrollbar,.scheme-card-back::-webkit-scrollbar{display:none}.scheme-card-back{position:absolute;top:0;left:0;background:#f9fafb;box-shadow:0 10px 24px #0000001f;transform:rotateY(180deg);border-color:transparent}.schemes-grid.list-view .scheme-card-front,.schemes-grid.list-view .scheme-card-back{min-height:auto;height:auto;padding:32px;border-radius:12px;box-shadow:0 2px 8px #00000014;background:#fff}.scheme-card:focus,.scheme-card:focus-within{outline:none}.scheme-card:focus .scheme-card-front,.scheme-card:focus-within .scheme-card-front,.scheme-card:focus .scheme-card-back,.scheme-card:focus-within .scheme-card-back{border-color:transparent;box-shadow:0 6px 16px #00000024}.scheme-card:hover{box-shadow:0 4px 12px #0000001f;transform:translateY(-2px)}.scheme-header{display:flex;flex-direction:column;gap:8px;align-items:flex-start}.scheme-logo{font-size:48px;margin-bottom:8px;display:flex;justify-content:center;align-items:center;width:100%}.scheme-logo-img{width:140px;height:140px;object-fit:contain;display:block;margin:0 auto}.scheme-title{font-size:18px;font-weight:600;color:#545454;margin:0;font-family:Noto Sans,sans-serif;min-height:50px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.scheme-org{font-size:13px;font-weight:500;color:#424242;margin:0;font-family:Noto Sans,sans-serif;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.scheme-location{font-size:12px;color:#757575;margin:0;font-family:Noto Sans,sans-serif;line-height:1.5}.scheme-list-layout{display:flex;gap:24px;align-items:flex-start}.scheme-logo-container{flex-shrink:0;display:flex;align-items:flex-start}.scheme-logo-img-list{width:100px;height:100px;object-fit:contain;display:block}.scheme-content-wrapper{flex:1;display:flex;flex-direction:column;gap:16px;min-width:0}.scheme-header-list{display:flex;flex-direction:column;gap:8px}.scheme-title-list{font-size:24px;font-weight:600;color:#545454;margin:0 0 8px;font-family:Noto Sans,sans-serif;line-height:1.3}.scheme-subtitle-list{font-size:16px;font-weight:600;color:#424242;margin:0 0 12px;font-family:Noto Sans,sans-serif}.scheme-location-list{font-size:14px;color:#757575;margin:0;font-family:Noto Sans,sans-serif}.scheme-tags,.scheme-tags-list{display:flex;flex-wrap:wrap;gap:8px}.scheme-tag{padding:6px 14px;background:#fff;border:1px solid;border-radius:20px;font-size:11px;font-weight:500;font-family:Noto Sans,sans-serif}.scheme-timeline,.scheme-timeline-list{font-size:13px;color:#424242;font-family:Noto Sans,sans-serif}.scheme-timeline strong,.scheme-timeline-list strong{font-weight:600}.scheme-description{font-size:13px;color:#616161;line-height:1.6;margin:0;font-family:Noto Sans,sans-serif;flex:1;word-wrap:break-word;overflow-wrap:break-word}.scheme-description.truncated{display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.scheme-description.expanded{display:block}.scheme-description-list{font-size:14px;color:#616161;line-height:1.6;margin:0 0 16px;font-family:Noto Sans,sans-serif;word-wrap:break-word;overflow-wrap:break-word}.scheme-description-list.truncated{display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.scheme-description-list.expanded{display:block}.scheme-sponsored,.scheme-sponsored-list{font-size:13px;color:#424242;font-family:Noto Sans,sans-serif}.scheme-sponsored strong,.scheme-sponsored-list strong{font-weight:600}.financial-info,.financial-info-list{display:flex;flex-direction:column;gap:12px;font-size:13px;color:#424242;font-family:Noto Sans,sans-serif}.financial-info strong,.financial-info-list strong{font-weight:600;color:#545454}.financial-field,.financial-field-list{display:flex;flex-direction:column;gap:4px}.financial-field .scheme-description{white-space:pre-wrap;word-wrap:break-word;line-height:1.6;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.financial-field-list .scheme-description-list{white-space:pre-wrap;word-wrap:break-word;line-height:1.6}.financial-field-list .scheme-description-list.truncated{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.financial-field-list .scheme-description-list.expanded{display:block}.financial-field .read-more-btn,.financial-field-list .read-more-btn{margin-top:0}.financial-minimum{display:flex;flex-direction:column;gap:8px}.development-info,.development-info-list{display:flex;flex-direction:column;gap:12px;font-size:13px;color:#424242;font-family:Noto Sans,sans-serif}.development-bank{font-weight:600;color:#212121}.development-about{display:flex;flex-direction:column;gap:4px}.development-about .read-more-btn{margin-top:0}.scheme-expandable{border-top:1px solid #f0f0f0;padding-top:12px}.schemes-grid.list-view .scheme-expandable{border-top:1px solid #e0e0e0;padding-top:16px;margin-top:0}.expand-button{width:100%;display:flex;justify-content:space-between;align-items:center;padding:0;background:none;border:none;font-size:13px;font-weight:500;color:#424242;font-family:Noto Sans,sans-serif;cursor:pointer;text-align:left}.schemes-grid.list-view .expand-button{font-size:14px;font-weight:500;color:#424242;padding:4px 0}.expand-icon{font-size:20px;font-weight:300;transition:transform .2s;color:#424242}.schemes-grid.list-view .expand-icon{font-size:24px;font-weight:300;color:#424242}.expand-icon.rotated{transform:rotate(45deg)}.expand-content{margin-top:12px;font-size:13px;color:#616161;line-height:1.6;font-family:Noto Sans,sans-serif;word-wrap:break-word;overflow-wrap:break-word}.expand-content p{margin:0 0 8px;word-wrap:break-word;overflow-wrap:break-word}.flip-back-header{display:flex;align-items:center;gap:10px;border-bottom:1px solid #e4e7ec;padding-bottom:8px}.flip-back-title{font-size:14px;font-weight:600;color:#1f2937}.flip-back-button{background:none;border:none;padding:0;cursor:pointer;color:#1f2937;display:flex;align-items:center;justify-content:center;width:24px;height:24px}.flip-back-button:hover{color:#0f172a}.back-icon{font-size:18px;line-height:1;color:inherit}.flip-card-content{display:flex;flex-direction:column;gap:10px;font-size:13px;color:#475467;line-height:1.6}.flip-card-content p{margin:0}.scheme-footer,.scheme-footer-list{display:flex;justify-content:space-between;align-items:center;padding-top:12px;margin-top:auto;border-top:1px solid #f0f0f0}.scheme-footer-list{padding-top:16px}.resource-link-btn{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#fff;border:1px solid #e0e0e0;border-radius:8px;font-size:13px;font-weight:500;color:#424242;font-family:Noto Sans,sans-serif;cursor:pointer;transition:all .2s;text-decoration:none}.resource-link-btn:hover{background:#f5f5f5;border-color:#d0d0d0}.resource-link-btn svg{width:14px;height:14px}.bookmark-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#fff;border:1px solid #e0e0e0;border-radius:8px;color:#757575;cursor:pointer;transition:all .2s;padding:0}.bookmark-btn:hover{background:#f5f5f5;border-color:#d0d0d0;color:#424242}.bookmark-btn.saved{background:#4cb050;border-color:#4cb050;color:#fff}.bookmark-btn svg{width:18px;height:18px}@media (min-width: 769px){.schemes-grid.list-view .read-more-btn{display:none}.schemes-grid.list-view .scheme-description-list,.schemes-grid.list-view .financial-field-list .scheme-description-list{display:block;-webkit-line-clamp:unset;line-clamp:unset;overflow:visible}}@media (max-width: 768px){.schemes-grid{width:100%}.schemes-grid.grid-view{grid-template-columns:1fr}.scheme-card{padding:20px}.scheme-logo{font-size:40px}.scheme-list-layout{flex-direction:column;align-items:center;gap:16px}.scheme-logo-container{width:100%;justify-content:center;align-items:center}.scheme-content-wrapper{width:100%}.scheme-description,.scheme-description-list,.expand-content{word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-weight:400}.financial-field .scheme-description,.financial-field-list .scheme-description-list{font-weight:400}.read-more-btn{margin-top:2px;font-weight:600}.financial-field .read-more-btn,.financial-field-list .read-more-btn{margin-top:2px}}.landing-page{min-height:calc(100vh - 100px);display:flex;flex-direction:column;align-items:center;padding:40px 20px 0;background:linear-gradient(145deg,#f8f9fa,#e8f5e9 30%,#f5f5f5 70%,#e0f2f1);position:relative;overflow:hidden}.landing-page:before{content:"";position:absolute;top:-100px;right:-100px;width:400px;height:400px;background:linear-gradient(135deg,#007a4d0d,#4cb05014);border-radius:50%;z-index:0}.landing-page:after{content:"";position:absolute;bottom:100px;left:-150px;width:350px;height:350px;background:linear-gradient(135deg,#0096880f,#81c7840a);border-radius:50%;z-index:0}.hero-section{width:100%;max-width:900px;margin:0 auto 40px;position:relative;z-index:1}.hero-card{background:linear-gradient(135deg,#e8f4fc,#eef7f4);border-radius:24px;box-shadow:0 8px 32px #00000014,0 2px 8px #0000000a;overflow:hidden;position:relative;min-height:420px}.hero-image{width:100%;height:100%;object-fit:cover;object-position:left center;display:block;position:absolute;top:0;left:0}.hero-content{position:absolute;top:50%;right:40px;transform:translateY(-50%);display:flex;flex-direction:column;align-items:flex-start;gap:24px;max-width:320px;z-index:2}.hero-description{font-family:Noto Sans,sans-serif;font-size:15px;font-weight:400;line-height:1.7;color:#424242;margin:0}.get-started-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background:#007a4d;color:#fff;border:none;border-radius:8px;font-family:Noto Sans,sans-serif;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #007a4d40}.get-started-btn:hover{background:#006241;transform:translateY(-1px);box-shadow:0 6px 16px #007a4d4d}.get-started-btn:active{transform:translateY(0)}.get-started-btn svg{transition:transform .2s ease}.get-started-btn:hover svg{transform:translate(3px)}.features-section{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;padding:32px 16px 0;margin-top:0}.feature-item{display:flex;flex-direction:column;gap:8px}.feature-title{font-family:Noto Sans,sans-serif;font-size:14px;font-weight:600;color:#007a4d;margin:0;line-height:1.4}.feature-description{font-family:Noto Sans,sans-serif;font-size:13px;font-weight:400;color:#616161;line-height:1.5;margin:0}.landing-footer{width:100%;padding:32px 20px;background:transparent;text-align:center;margin-top:auto;position:relative;z-index:1}.footer-title{font-family:Noto Sans,sans-serif;font-size:15px;font-weight:600;color:#007a4d;margin:0 0 12px}.footer-address,.footer-contact{font-family:Noto Sans,sans-serif;font-size:13px;font-weight:400;color:#616161;line-height:1.6;max-width:800px;margin:0 auto 8px}.footer-contact{margin-bottom:0}@media (max-width: 900px){.hero-card{min-height:380px}.hero-content{right:24px;max-width:280px;gap:20px}.hero-description{font-size:14px}}@media (max-width: 768px){.landing-page{padding:20px 16px 0}.landing-page:before,.landing-page:after{display:none}.hero-section{margin-bottom:24px}.hero-card{border-radius:16px;min-height:auto;display:flex;flex-direction:column}.hero-image{position:relative;width:100%;height:220px;object-position:left center}.hero-content{position:relative;top:auto;right:auto;transform:none;max-width:100%;padding:24px;align-items:flex-start;text-align:left;background:linear-gradient(180deg,#eef7f4,#fff)}.hero-description{font-size:14px;line-height:1.6}.get-started-btn{width:100%;justify-content:center;padding:14px 24px}.features-section{grid-template-columns:1fr;gap:20px;padding:24px 0 0}.feature-item{text-align:left;padding:0}.landing-footer{padding:24px 16px}.footer-address,.footer-contact{font-size:12px;text-align:center}}@media (max-width: 480px){.landing-page{padding:16px 12px 0}.hero-card{border-radius:12px}.hero-image{height:180px}.hero-content{padding:20px 16px;gap:16px}.hero-description{font-size:13px}.get-started-btn{padding:12px 20px;font-size:14px}.features-section{gap:16px;padding:20px 0 0}.feature-title{font-size:13px}.feature-description{font-size:12px}.landing-footer{padding:20px 12px}.footer-title{font-size:14px}.footer-address,.footer-contact{font-size:11px}}.homepage{min-height:100vh;background:linear-gradient(145deg,#f8f9fa,#e8f5e9 30%,#f5f5f5 70%,#e0f2f1)}.homepage-content{max-width:1200px;margin:0 auto;padding:60px 20px 40px;display:flex;flex-direction:column;gap:40px;align-items:flex-start}.intro-section{padding-top:0;max-width:800px;margin:0 auto;text-align:left}.main-heading{font-size:24px;font-weight:600;color:#545454;margin-bottom:24px;margin-top:0;line-height:1.3}.intro-text{font-size:16px;color:#616161;line-height:1.6;margin-top:0}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f5f5;min-height:100vh;position:static!important;top:0!important}#root{min-height:100vh}@media (max-width: 768px){input,select,textarea{font-size:16px!important}}
