*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,Noto Sans Devanagari,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f4f7fa;color:#1e293b;line-height:1.6;min-height:100vh}.container{width:100%;padding:2.5rem;background:#fff;border-radius:12px;box-shadow:0 10px 30px #0000000a;border:1px solid #e2e8f0;position:relative;transition:all .3s ease}.lang-toggle{position:absolute;top:1rem;right:1rem;padding:.4rem .85rem;border:1.5px solid #0f3460;border-radius:8px;background:#fff;color:#0f3460;font-size:.78rem;font-weight:600;cursor:pointer;transition:all .25s ease}.lang-toggle:hover{background:#0f3460;color:#fff;transform:translateY(-1px);box-shadow:0 2px 8px #0f346033}h1{font-size:1.6rem;font-weight:700;letter-spacing:-.02em;margin-bottom:1.5rem;color:#16213e;padding-right:5rem}.step-nav{display:flex;flex-direction:column;gap:.85rem;background:#fff;padding:1.5rem;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 4px 12px #00000005;align-self:start}.step-btn{display:flex;flex-direction:row;align-items:center;gap:1rem;padding:1rem;border:1.5px solid #e2e8f0;border-radius:8px;background:#fff;cursor:pointer;text-align:left;width:100%;font-size:.9rem;font-weight:500;font-family:inherit;transition:all .25s ease;position:relative;min-width:0}.step-btn:not(:disabled):hover{border-color:#b0c4de;background:#f8faff;transform:translateY(-1px);box-shadow:0 2px 8px #0000000f}.step-btn.active{border-color:#0f3460;background:#e8f0fe;color:#0f3460;box-shadow:0 2px 12px #0f34601f}.step-btn:disabled{opacity:.35;cursor:not-allowed;pointer-events:none}.step-btn.completed{border-color:#4caf50;background:#e8f5e9}.step-btn.has-error{border-color:#e53935;background:#ffebee;animation:shake .4s ease}.step-error-badge{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:#e53935;color:#fff;font-size:.65rem;font-weight:700;line-height:1;position:absolute;top:-5px;right:-5px}.step-number{width:30px;height:30px;border-radius:50%;background:#e8e8e8;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;color:#888;transition:all .25s ease;flex-shrink:0}.step-btn.active .step-number{background:#0f3460;color:#fff;box-shadow:0 2px 6px #0f34604d}.step-btn.completed .step-number{background:#4caf50;color:#fff;font-size:.7rem}.step-label{display:block;font-size:.9rem;font-weight:600;color:#334155;line-height:1.2;word-break:break-word}.form-step{animation:stepFadeIn .35s ease}.form-step h2{font-size:1.15rem;font-weight:600;color:#16213e;margin-bottom:.25rem;padding-bottom:.5rem;border-bottom:2px solid #eef1f5}.step-description{color:#666;margin-bottom:1.5rem;font-size:.88rem;line-height:1.5}.form-group{margin-bottom:1rem;background:#fafbfc;padding:1rem 1.1rem;border-radius:10px;border:1px solid #eef1f5;transition:all .2s ease}.form-group:focus-within{border-color:#0f3460;box-shadow:0 0 0 4px #0f34600f;background:#fff}.form-group.has-error{border-color:#e53935;background:#fff5f5}.form-group label{display:block;margin-bottom:.4rem;font-weight:600;font-size:.85rem;color:#333}.required{color:#e53935;margin-left:2px}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem .85rem;border:1.5px solid #ddd;border-radius:8px;font-size:1rem;font-family:inherit;transition:all .25s ease;background:#fff;color:#1a1a2e;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#0f3460;box-shadow:0 0 0 4px #0f34601a}.form-group input.input-error,.form-group select.input-error,.form-group textarea.input-error{border-color:#e53935}.form-group select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='%23666'%3E%3Cpath d='M1 1l5 5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .85rem center;padding-right:2.2rem}.form-group textarea{min-height:100px;resize:vertical}.error{display:block;color:#e53935;font-size:.8rem;font-weight:500;margin-top:.35rem;animation:errorSlide .25s ease}.help{display:block;color:#475569;font-size:.78rem;margin-top:.3rem}.form-actions{display:flex;justify-content:space-between;align-items:center;gap:.75rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #eef1f5}.form-actions-right{display:flex;gap:.5rem}.btn-primary,.btn-secondary{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:.9rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .2s ease;transform:translateY(0);white-space:nowrap}.btn-primary{background:#fbbf24;color:#0f3460;box-shadow:0 2px 8px #fbbf244d;font-weight:700}.btn-primary:hover{background:#f59e0b;transform:translateY(-1px);box-shadow:0 4px 16px #fbbf2473}.btn-primary:active{transform:translateY(0);box-shadow:0 1px 4px #fbbf2433}.btn-primary:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.btn-secondary{background:#eef1f5;color:#444}.btn-secondary:hover{background:#dde3ea;transform:translateY(-1px)}.btn-secondary:active{transform:translateY(0)}.error-summary{margin-top:1rem;padding:.85rem 1rem;background:#ffebee;border-radius:8px;color:#c62828;font-size:.85rem;font-weight:500;text-align:center;border:1px solid rgba(229,57,53,.15)}.voice-input-wrapper{display:flex;align-items:flex-start;gap:.4rem}.voice-input-wrapper textarea,.voice-input-wrapper input{flex:1}.voice-btn{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1.5px solid #ddd;border-radius:8px;background:#fff;cursor:pointer;color:#666;transition:all .2s ease;padding:0;margin-top:2px}.voice-btn:hover{border-color:#0f3460;color:#0f3460;background:#e8f0fe}.voice-btn.listening{border-color:#e53935;color:#e53935;background:#ffebee;animation:voice-pulse 1.2s ease-in-out infinite}@keyframes voice-pulse{0%,to{box-shadow:0 0 #e5393580}50%{box-shadow:0 0 0 6px #e5393500}}.success-message{text-align:center;padding:3rem 1.5rem}.success-message h2{color:#2e7d32;margin-bottom:.75rem;border-bottom:none;padding-bottom:0}.success-message p{color:#555;margin-bottom:.5rem;font-size:.95rem}.error-message{color:#c62828;text-align:center;padding:2rem;font-size:.95rem}.identity-prompt{text-align:center;padding:2rem 1rem}.identity-prompt p{margin-bottom:1rem;color:#555}.identity-prompt input{width:100%;max-width:360px;padding:.75rem .85rem;border:1.5px solid #ddd;border-radius:8px;font-size:1rem;font-family:inherit;margin-bottom:1rem;transition:border-color .25s ease}.identity-prompt input:focus{outline:none;border-color:#0f3460;box-shadow:0 0 0 4px #0f34601a}.identity-prompt button{display:inline-block}.checkbox-group{display:flex;flex-direction:column;gap:.5rem;margin-top:.25rem}.checkbox-label{position:relative;display:flex;align-items:center;gap:.65rem;font-weight:400;font-size:.9rem;cursor:pointer;padding:.4rem 0 .4rem 2rem;min-height:44px}.checkbox-label input[type=checkbox]{position:absolute;opacity:0;width:0;height:0;pointer-events:none;margin:0}.checkmark{position:absolute;left:0;top:50%;transform:translateY(-50%);width:22px;height:22px;flex-shrink:0;border:2px solid #ccc;border-radius:4px;background:#fff;transition:all .2s ease;box-sizing:border-box}.checkbox-label input:checked+.checkmark{background:#0f3460;border-color:#0f3460}.checkbox-label input:checked+.checkmark:after{content:"";position:absolute;left:5px;top:1px;width:7px;height:12px;border:solid #fff;border-width:0 2.5px 2.5px 0;transform:rotate(45deg);box-sizing:border-box}.radio-group{display:flex;flex-direction:column;gap:.45rem;margin-top:.25rem}.radio-label{position:relative;display:flex;align-items:center;gap:.65rem;font-weight:400;font-size:.9rem;cursor:pointer;padding:.45rem 0 .45rem 2.2rem;min-height:44px;border-radius:8px;transition:background .15s}.radio-label:hover{background:#f0f4ff}.radio-label input[type=radio]{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.radio-mark{position:absolute;left:0;top:50%;transform:translateY(-50%);width:22px;height:22px;flex-shrink:0;border:2px solid #ccc;border-radius:50%;background:#fff;transition:all .2s ease;box-sizing:border-box}.radio-label input:checked+.radio-mark{border-color:#0f3460;background:#0f3460;box-shadow:inset 0 0 0 4px #fff}.matrix-cards{display:flex;flex-direction:column;gap:.6rem;margin-top:.5rem}.matrix-card{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.7rem .85rem;border-radius:10px;border:1.5px solid #e0e0e0;background:#fafbfc;transition:border-color .2s,background .2s;flex-wrap:wrap}.matrix-card-answered{border-color:#0f3460;background:#f5f8ff}.matrix-card-question{font-size:.88rem;font-weight:500;color:#333;flex:1;min-width:0;line-height:1.3}.matrix-card-options{display:flex;gap:.5rem;flex-shrink:0}.matrix-option-btn{padding:.45rem 1.1rem;border-radius:8px;border:1.5px solid #ccc;background:#fff;font-size:.88rem;font-weight:600;cursor:pointer;font-family:inherit;transition:all .18s ease;min-width:56px}.matrix-option-btn:hover{border-color:#0f3460;color:#0f3460}.matrix-option-btn.selected{background:#0f3460;border-color:#0f3460;color:#fff;box-shadow:0 2px 6px #0f346033}.selection-counter{display:inline-block;font-size:.78rem;font-weight:600;color:#0f3460;background:#e8f0fe;border-radius:12px;padding:.2rem .65rem;margin-bottom:.5rem;transition:all .2s}.selection-counter.counter-full{background:#fff3e0;color:#e65100}.disabled-field{background:#f0f0f0!important;color:#888!important;cursor:not-allowed!important}.info-message{padding:.75rem 1rem;background:#e3f2fd;border-radius:8px;color:#1565c0;font-size:.85rem;margin-bottom:1rem;border:1px solid rgba(21,101,192,.12)}@keyframes stepFadeIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes stepFadeInBack{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes shake{0%,to{transform:translate(0)}20%{transform:translate(-4px)}40%{transform:translate(4px)}60%{transform:translate(-3px)}80%{transform:translate(3px)}}@keyframes errorSlide{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes voice-pulse{0%,to{box-shadow:0 0 #e5393566}50%{box-shadow:0 0 0 8px #e5393500}}@media(max-width:480px){.container{padding:1.25rem}h1{font-size:1.25rem;padding-right:4rem}.step-nav{flex-direction:row;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:.4rem;padding:.75rem;margin-bottom:0;scrollbar-width:none}.step-nav::-webkit-scrollbar{display:none}.step-btn{flex:0 0 auto;scroll-snap-align:start;min-width:90px;padding:.5rem .75rem;border-radius:8px}.step-number{width:26px;height:26px;font-size:.72rem}.step-label{font-size:.72rem}.form-group{padding:.8rem .85rem;border-radius:8px}.form-group input,.form-group select,.form-group textarea{padding:.7rem .75rem;font-size:16px}.form-actions{flex-direction:column-reverse;gap:.5rem}.form-actions-right{width:100%}.form-actions-right button{flex:1}.btn-primary,.btn-secondary{flex:1;text-align:center;justify-content:center;padding:.8rem 1rem;font-size:.88rem}.btn-secondary{width:100%}.success-message{padding:2rem 1rem}.success-message h2{font-size:1.1rem}.error-message{padding:1.5rem 1rem;font-size:.9rem}.identity-prompt{padding:1.5rem .5rem}.identity-prompt input{max-width:100%;font-size:16px}.identity-prompt p{font-size:.9rem}.info-message{font-size:.8rem;padding:.65rem .85rem}}@media(min-width:481px)and (max-width:767px){.container{padding:1.5rem}h1{font-size:1.4rem}.step-label{font-size:.8rem}.form-group input,.form-group select,.form-group textarea{font-size:.95rem}}@media(min-width:768px){.container{padding:2.5rem}.step-label{display:inline;font-size:.72rem}.step-btn{flex-direction:row;padding:.7rem .9rem;gap:.5rem}.step-number{width:28px;height:28px;font-size:.78rem}.form-group{padding:1.1rem 1.25rem}}.cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.85rem;margin-top:.5rem}.select-card{display:flex;align-items:center;gap:.85rem;padding:1rem;background:#fff;border:2px solid #e0e0e0;border-radius:12px;cursor:pointer;text-align:left;font-family:inherit;font-size:.9rem;font-weight:500;color:#1a1a2e;transition:all .2s ease-in-out;outline:none;width:100%}.select-card:hover{border-color:#0f3460;background:#f8faff}.select-card.selected{border-color:#0f3460;background:#e8f0fe;box-shadow:0 4px 12px #0f34601f}.select-card-checkbox{display:flex;align-items:center;justify-content:center;flex-shrink:0}.checkbox-box,.radio-box{width:20px;height:20px;border:2px solid #b0b0b0;background:#fff;transition:all .15s ease}.checkbox-box{border-radius:4px}.radio-box{border-radius:50%}.checkbox-box.checked{background:#0f3460;border-color:#0f3460;position:relative}.checkbox-box.checked:after{content:"";position:absolute;left:6px;top:2px;width:5px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.radio-box.checked{background:#0f3460;border-color:#0f3460;position:relative}.radio-box.checked:after{content:"";position:absolute;left:5px;top:5px;width:6px;height:6px;background:#fff;border-radius:50%}.select-card-label{line-height:1.3;font-weight:600;color:#16213e}@media(max-width:480px){.cards-grid{grid-template-columns:1fr;gap:.65rem}.select-card{padding:.85rem}}.step-description{white-space:pre-line;margin-bottom:1.5rem;color:#555;font-size:.92rem}.portal-wrapper{display:flex;flex-direction:column;min-height:100vh;background:#f4f7fa}.portal-header{background:#fff;border-bottom:2px solid #e2e8f0;box-shadow:0 4px 20px #00000008;position:relative;z-index:110}.portal-header-container{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem}.portal-logo-section{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.header-logos{display:flex;gap:1rem;align-items:center}.header-logos .header-logo{height:72px;width:auto;object-fit:contain;transition:transform .3s cubic-bezier(.4,0,.2,1);filter:drop-shadow(0 2px 4px rgba(0,0,0,.06))}.header-logos .header-logo:hover{transform:scale(1.06)}.header-trust-badges{border-left:2px solid #e2e8f0;padding-left:1.25rem;display:flex;flex-direction:column;gap:.2rem}.gov-dept-text{font-size:1rem;font-weight:800;color:#0f3460;letter-spacing:.2px}.header-helpline{font-size:.85rem;font-weight:600;color:#fbbf24;background:#0f3460;padding:.15rem .6rem;border-radius:4px;display:inline-block;align-self:flex-start}.portal-header-actions{display:flex;gap:1rem;align-items:center}.login-btn,.logout-btn{padding:.55rem 1.5rem;border-radius:20px;font-size:.9rem;font-weight:700;cursor:pointer;transition:all .2s ease;background:#fff}.login-btn{border:2px solid #0f3460;color:#0f3460}.login-btn:hover{background:#0f3460;color:#fff;box-shadow:0 4px 12px #0f346026}.logout-btn{border:1.5px solid #ef4444;color:#ef4444}.logout-btn:hover{background:#ef4444;color:#fff}.portal-banner.hero-mode{position:relative;background-image:url(/shg_banner_user.jpeg);background-size:cover;background-position:center center;background-repeat:no-repeat;width:100%}.portal-banner-overlay.hero-overlay{display:flex;flex-direction:column;justify-content:center;padding:4rem 2rem;min-height:240px;background:linear-gradient(180deg,#0f3460d1,#0f346094);width:100%}.hero-center-content{color:#fff;display:flex;flex-direction:column;align-items:center;text-align:center;max-width:900px;margin:0 auto;gap:.6rem}.hero-main-title{font-size:2.2rem;font-weight:800;line-height:1.3;color:#fff;margin:0}.hero-subtext{font-size:1.25rem;font-weight:500;color:#fbbf24;margin:0}.partner-attribution-strip{background:#e2e8f0;padding:.85rem 2rem;border-bottom:1px solid #cbd5e1;width:100%}.partner-strip-container{max-width:1400px;margin:0 auto;font-size:.95rem;color:#334155;display:flex;gap:.5rem;align-items:center;justify-content:center;text-align:center;flex-wrap:wrap;line-height:1.4}.partner-strip-container .strip-title{font-weight:800;color:#0f3460;margin-right:.5rem}.partner-strip-container .strip-partners{font-weight:600;color:#334155}.portal-navbar{background:#0f3460;position:sticky;top:0;z-index:100;border-bottom:4px solid #fbbf24}.portal-navbar-container{max-width:1400px;margin:0 auto;display:flex;align-items:center;padding:0 2rem}.portal-navbar .nav-tab-btn{padding:1.15rem 1.5rem;border:none;background:transparent;color:#94a3b8;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap;border-bottom:4px solid transparent;margin-bottom:-4px}.portal-navbar .nav-tab-btn:hover,.portal-navbar .nav-tab-btn.active{color:#fff;background:#ffffff0d}.portal-navbar .nav-tab-btn.active{border-bottom-color:#fff}.nav-apply-btn{background:#fbbf24!important;color:#0f3460!important;border-radius:4px!important;padding:.6rem 1.5rem!important;font-weight:800!important;border-bottom:none!important;margin-left:auto!important;margin-bottom:0!important;transition:all .2s ease!important}.nav-apply-btn:hover{background:#f59e0b!important;transform:translateY(-1px)!important;box-shadow:0 4px 12px #fbbf244d!important}.nav-apply-btn.active{background:#d97706!important;color:#fff!important;border-bottom:none!important}.portal-main-content{max-width:1400px;margin:2.5rem auto;padding:0 2rem;width:100%;flex-grow:1}.app-sourcing-layout{display:grid;grid-template-columns:300px 1fr;gap:2.5rem;align-items:start;width:100%}.tab-view{background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;border:1px solid #e2e8f0}.tab-view h2{font-size:1.75rem;font-weight:800;color:#0f3460;margin-bottom:.75rem}.section-subtitle{color:#64748b;font-size:1.05rem;margin-bottom:2rem}.home-view .hero-section{margin-bottom:3rem;border-bottom:1px solid #f1f5f9;padding-bottom:2rem}.home-view .hero-desc{font-size:1.1rem;color:#334155;line-height:1.7;margin-bottom:1.5rem}.cta-btn{padding:.75rem 2rem;font-size:1rem;font-weight:700;border-radius:8px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:3rem}.stat-card{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);padding:1.5rem;border-radius:12px;text-align:center;border:1px solid #bae6fd}.stat-value{font-size:2rem;font-weight:800;color:#0369a1;margin-bottom:.25rem}.stat-label{font-size:.9rem;color:#0f172a;font-weight:600}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.program-explainer-section{margin-top:3rem;margin-bottom:3.5rem}.program-explainer-header{margin-bottom:2rem;text-align:center}.program-explainer-heading{font-size:1.8rem;font-weight:800;color:#0f3460;margin-bottom:.5rem}.program-explainer-subtext{font-size:1.05rem;color:#64748b;margin:0}.program-explainer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:900px;margin:0 auto 2rem}.explainer-card{display:flex;flex-direction:column;gap:.75rem;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease;border:1px solid #e2e8f0;background:#fff;padding:1.25rem;border-radius:12px}.explainer-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px #00000014}.explainer-thumbnail-placeholder{position:relative;width:100%;padding-bottom:56.25%;height:0;background:linear-gradient(135deg,#1e293b,#0f3460);border-radius:8px;display:flex;align-items:center;justify-content:center;overflow:hidden}.play-button-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:54px;height:54px;background:#fbbf24f2;color:#0f3460;font-size:1.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 4px 12px #00000040;padding-left:4px}.explainer-card:hover .play-button-icon{background:#fbbf24;transform:translate(-50%,-50%) scale(1.1);box-shadow:0 6px 16px #00000059}.explainer-title{font-size:1.15rem;font-weight:700;color:#0f3460;margin:0}.explainer-description{font-size:.92rem;color:#64748b;margin:0}.explainer-benefits-link-container{display:flex;justify-content:center;margin-top:1.5rem}.explainer-benefits-text-link{background:none;border:none;color:#0f3460;font-weight:700;font-size:1rem;cursor:pointer;padding:.5rem 1rem;transition:all .25s ease;border-bottom:2px solid transparent}.explainer-benefits-text-link:hover{color:#fbbf24;border-bottom-color:#fbbf24}.explainer-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0f172ad9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:1.5rem}.explainer-modal-content{position:relative;width:100%;max-width:800px;background:#000;border-radius:12px;overflow:hidden;box-shadow:0 25px 50px -12px #00000080;border:1px solid rgba(255,255,255,.1)}.explainer-modal-close{position:absolute;top:10px;right:15px;background:#0009;border:none;color:#fff;font-size:2.2rem;font-weight:300;line-height:1;cursor:pointer;z-index:10;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.explainer-modal-close:hover{background:#ef4444e6;color:#fff}.explainer-modal-video-wrapper{position:relative;width:100%;padding-bottom:56.25%;height:0}.explainer-modal-video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.feature-card,.benefit-item-card,.criteria-item,.faq-card,.partner-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;transition:all .25s cubic-bezier(.4,0,.2,1)}.feature-card:hover,.benefit-item-card:hover,.criteria-item:hover,.faq-card:hover,.partner-card:hover{transform:translateY(-3px);box-shadow:0 10px 20px #0f346014;border-color:#cbd5e1}.feature-card h4{font-size:1.1rem;font-weight:700;color:#0f3460;margin-bottom:.5rem}.feature-card p{font-size:.92rem;color:#334155}.benefits-list{display:flex;flex-direction:column;gap:1.25rem}.benefit-item-card{display:flex;gap:1.25rem}.benefit-index{background:#f0fdf4;color:#166534;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.1rem;flex-shrink:0;border:1px solid #bbf7d0}.benefit-text h4{font-size:1.1rem;font-weight:700;color:#0f3460;margin-bottom:.25rem}.benefit-text p{font-size:.95rem;color:#334155}.criteria-list{list-style:none;display:flex;flex-direction:column;gap:1rem}.criteria-item{display:flex;gap:1rem;align-items:flex-start;border-left:4px solid #fbbf24}.bullet-point{color:#d97706;font-weight:700;font-size:1.2rem;line-height:1}.criteria-item p{font-size:.98rem;color:#334155}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-card{overflow:hidden;padding:0}.faq-question{padding:1.25rem;font-weight:700;color:#0f3460;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;font-size:1.05rem}.faq-question::-webkit-details-marker{display:none}.faq-icon{font-size:.9rem;transition:transform .2s ease}.faq-card[open] .faq-icon{transform:rotate(180deg)}.faq-answer{padding:0 1.25rem 1.25rem;color:#334155;font-size:.95rem;line-height:1.6;border-top:1px solid #f1f5f9}.partners-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.partner-card{text-align:center}.partner-logo-placeholder{width:80px;height:80px;border-radius:16px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-weight:800;font-size:.9rem;color:#475569;border:2px dashed #cbd5e1}.partner-card h4{font-size:1.25rem;font-weight:700;color:#0f3460;margin-bottom:.75rem}.partner-card p{font-size:.92rem;color:#64748b;line-height:1.5}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}@media(max-width:768px){.contact-grid{grid-template-columns:1fr}}.contact-info-card{background:#f8fafc;padding:2rem;border-radius:12px;border:1px solid #e2e8f0}.contact-info-card h4,.contact-detail-card h4{font-size:1.1rem;font-weight:700;color:#0f3460;margin-bottom:.75rem}.contact-info-card p{color:#334155;font-size:1rem;line-height:1.6}.contact-details-grid{display:flex;flex-direction:column;gap:1.25rem}.contact-detail-card{background:#fff;border:1px solid #f1f5f9;padding:1.25rem;border-radius:10px;box-shadow:0 1px 2px #00000003}.contact-detail-card a{color:#3b82f6;text-decoration:none}.contact-detail-card a:hover{text-decoration:underline}.portal-footer{background:#0f3460;color:#94a3b8;padding:2rem 0;border-top:4px solid #1e40af;margin-top:auto}.portal-footer-container{max-width:1200px;margin:0 auto;padding:0 2rem;text-align:center;font-size:.85rem}.portal-main-content .container{max-width:800px;margin:0 auto;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}@media(max-width:768px){.portal-header-container{flex-direction:column;text-align:center;gap:.75rem;padding:1rem}.portal-logo-section{flex-direction:column;gap:.75rem;align-items:center;text-align:center}.extended-header{text-align:left;max-width:100%;margin-top:.5rem}.portal-logo-section{flex-direction:column;gap:1rem;align-items:flex-start}.header-main-title{font-size:.9rem}.header-main-title .en-text{font-size:.8rem}.header-joint-initiative{font-size:.75rem;margin:.1rem 0}.header-partners p{font-size:.65rem}.header-partners .en-text{font-size:.6rem}.header-logos{justify-content:flex-start;gap:.75rem;flex-wrap:wrap}.header-logo{height:40px}.portal-navbar-container{padding:0 1rem}.portal-banner{height:auto;min-height:200px}.banner-text-content h1{font-size:1.35rem}.banner-text-content p{font-size:.88rem}.tab-view{padding:1.5rem}}.bottom-cta-container{display:flex;justify-content:center;margin-top:2rem;padding-top:2rem;border-top:1px solid #f1f5f9}.bottom-cta{font-size:1.1rem;padding:1rem 3rem;box-shadow:0 4px 12px #0f346040;animation:pulse-cta 2s infinite}@keyframes pulse-cta{0%{transform:scale(1);box-shadow:0 4px 12px #0f346040}50%{transform:scale(1.03);box-shadow:0 6px 16px #0f346059}to{transform:scale(1);box-shadow:0 4px 12px #0f346040}}.nav-cta-btn{background:#2563eb!important;color:#fff!important;border-radius:8px;margin-left:.5rem;padding:.6rem 1.2rem!important;font-weight:700!important}.nav-cta-btn:hover{background:#1d4ed8!important;transform:translateY(-1px)}.banner-cta-btn{font-size:1.1rem;padding:.75rem 2.5rem;box-shadow:0 4px 12px #0f346066;background:#2563eb;animation:pulse-cta 2s infinite;white-space:nowrap}.banner-cta-btn:hover{background:#1d4ed8}.lang-slider{cursor:pointer;width:120px;height:36px;background-color:#e2e8f0;border-radius:20px;position:relative;-webkit-user-select:none;user-select:none;box-shadow:inset 0 2px 4px #0000000d}.lang-slider-track{width:100%;height:100%;position:relative;display:flex;align-items:center;justify-content:space-between;padding:0 4px}.lang-slider-thumb{position:absolute;top:3px;left:4px;width:56px;height:30px;background-color:#fff;border-radius:18px;box-shadow:0 2px 5px #00000026;transition:transform .3s cubic-bezier(.25,.8,.25,1)}.lang-slider.en .lang-slider-thumb{transform:translate(56px)}.lang-label{position:relative;z-index:1;font-size:.85rem;font-weight:700;color:#64748b;transition:color .3s ease;width:50%;text-align:center}.lang-label.active{color:#0f3460}@media(max-width:768px){.banner-content-wrapper{flex-direction:column;align-items:flex-start}}.form-progress-indicator{font-size:1.15rem;font-weight:800;color:#0f3460;margin-bottom:1.25rem;text-align:center;border-bottom:2px solid #fbbf24;padding-bottom:.5rem;display:inline-block;width:100%}.info-message{background:#ecfdf5;border:1px solid #10b981;color:#065f46;padding:.75rem 1rem;border-radius:8px;font-size:.9rem;font-weight:600;margin-bottom:1.25rem;text-align:center;box-shadow:0 2px 4px #10b9811a}input:disabled,select:disabled,textarea:disabled,.disabled-field{background-color:#f1f5f9!important;color:#64748b!important;border:1.5px solid #cbd5e1!important;cursor:not-allowed!important;opacity:.85;box-shadow:none!important;font-weight:600!important}.declaration-list{display:flex;flex-direction:column;gap:1rem;width:100%}.declaration-list .select-card{width:100%;display:flex;align-items:flex-start;text-align:left;padding:1.25rem 1.5rem;box-sizing:border-box}.declaration-list .select-card-checkbox{margin-top:.2rem;flex-shrink:0}.declaration-list .select-card-label{font-size:.95rem;line-height:1.5;font-weight:600;color:#1e293b;margin-left:.75rem}@media(max-width:1024px){.app-sourcing-layout{grid-template-columns:1fr;gap:1.5rem}.step-nav{flex-direction:row;overflow-x:auto;padding:1rem;scrollbar-width:none}.step-nav::-webkit-scrollbar{display:none}.step-btn{flex:0 0 auto;width:auto;padding:.6rem 1rem}.stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.portal-header-container{flex-direction:column;align-items:center;text-align:center;padding:1rem;gap:.75rem}.portal-logo-section{flex-direction:column;align-items:center;gap:.75rem;width:100%}.header-logos{gap:.75rem;justify-content:center;width:100%;flex-wrap:wrap}.header-logos .header-logo{height:42px}.header-trust-badges{border-left:none;padding-left:0;align-items:center}.header-helpline{align-self:center}.portal-header-actions{width:100%;justify-content:center;margin-top:.5rem}.portal-navbar-container{overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.portal-navbar-container::-webkit-scrollbar{display:none}.portal-navbar .nav-tab-btn{padding:.85rem 1rem;font-size:.9rem}.portal-main-content{margin:1rem auto;padding:0 .75rem}.tab-view{padding:1.25rem 1rem;border-radius:12px}.tab-view h2{font-size:1.4rem}.portal-banner-overlay.hero-overlay{padding:2.5rem 1rem;min-height:200px}.hero-main-title{font-size:1.6rem}.hero-subtext{font-size:.95rem}.form-grid{grid-template-columns:1fr!important;gap:1rem!important}}@media(max-width:600px){.step-nav{display:flex;overflow-x:auto;gap:.5rem;padding:.25rem .1rem;margin-bottom:1.5rem;scrollbar-width:none}.step-nav::-webkit-scrollbar{display:none}.step-btn{flex:0 0 110px;padding:.5rem}.form-actions{flex-direction:column-reverse;gap:1rem;align-items:stretch}.form-actions button,.form-actions .form-actions-right{width:100%}.form-actions-right{flex-direction:column;gap:.75rem}.form-actions button{padding:.85rem;font-size:.95rem;text-align:center;justify-content:center;display:flex;align-items:center}.matrix-card{padding:1rem}.matrix-card-options{flex-wrap:wrap;gap:.5rem}.matrix-option-btn{flex:1 1 calc(50% - .25rem);padding:.65rem .5rem}}@media(max-width:480px){.header-logos .header-logo{height:32px!important}.header-logos{gap:.4rem;justify-content:center;width:100%}.portal-logo-section{gap:.5rem}.gov-dept-text{font-size:.76rem!important}.header-helpline{font-size:.74rem!important;padding:.1rem .4rem}}
