@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;line-height:1.6;color:#333}button{font-family:Inter,sans-serif}.App{min-height:100vh;display:flex;flex-direction:column}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section{padding:4rem 0}.section-title{text-align:center;margin-bottom:3rem;color:#1e3a8a}.btn{display:inline-block;padding:12px 30px;background:#1e3a8a;color:#fff;text-decoration:none;border-radius:5px;border:none;cursor:pointer;transition:background .3s ease}.btn:hover{background:#3b82f6}.btn-secondary{background:#10b981}.btn-secondary:hover{background:#059669}.whatsapp{width:40px;height:40px;border-radius:50px;position:fixed;bottom:30px;left:30px;z-index:99999}.header{background:#1e3a8a;color:#fff;padding:1rem 0;position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px #0000001a}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.nav-wrapper{display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:.5rem}.logo-icon{font-size:1.8rem}.nav{display:flex;gap:1.5rem;align-items:center}.nav-link{background:none;border:none;color:#fff;cursor:pointer;padding:.75rem 1.25rem;border-radius:6px;transition:all .3s ease;font-weight:500;font-size:.95rem;white-space:nowrap}.nav-link:hover{background:#ffffff26;transform:translateY(-1px)}.nav-link.active{background:#fff3;font-weight:600}.auth-buttons{display:flex;gap:.75rem;align-items:center;margin-left:1rem}.login-btn{background:transparent;border:2px solid rgba(255,255,255,.3);color:#fff;padding:.6rem 1.25rem;border-radius:6px;cursor:pointer;transition:all .3s ease;font-weight:500}.login-btn:hover{background:#ffffff1a;border-color:#ffffff80}.signup-btn{background:#10b981;border:2px solid #10b981;color:#fff;padding:.6rem 1.25rem;border-radius:6px;cursor:pointer;transition:all .3s ease;font-weight:500}.signup-btn:hover{background:#059669;border-color:#059669;transform:translateY(-1px)}.mobile-menu-btn{display:none;flex-direction:column;justify-content:space-between;width:30px;height:21px;background:transparent;border:none;cursor:pointer;padding:0}.mobile-menu-btn span{display:block;height:3px;width:100%;background-color:#fff;border-radius:3px;transition:all .3s ease}.mobile-menu-btn.active span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.mobile-menu-btn.active span:nth-child(2){opacity:0}.mobile-menu-btn.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobile-menu{display:none;position:absolute;top:100%;left:0;right:0;background:#1e3a8a;border-top:1px solid rgba(255,255,255,.1);padding:1rem;box-shadow:0 4px 20px #00000026}.mobile-menu.active{display:block;animation:slideDown .3s ease}.mobile-nav{display:flex;flex-direction:column;gap:.5rem}.mobile-nav-link{background:none;border:none;color:#fff;cursor:pointer;padding:1rem;border-radius:6px;transition:background .3s ease;text-align:left;font-size:1rem;font-weight:500}.mobile-nav-link:hover,.mobile-nav-link.active{background:#ffffff26}.mobile-auth-buttons{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.mobile-auth-buttons .login-btn,.mobile-auth-buttons .signup-btn{width:100%;text-align:center;justify-content:center}.user-menu{position:relative;display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.5rem;border-radius:6px;transition:background .3s ease}.user-menu:hover{background:#ffffff1a}.user-avatar{width:32px;height:32px;border-radius:50%;background:#3b82f6;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}.user-dropdown{position:absolute;top:100%;right:0;background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;min-width:200px;margin-top:.5rem;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease}.user-dropdown.active{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-item{display:block;width:100%;padding:.75rem 1rem;border:none;background:none;text-align:left;cursor:pointer;color:#374151;transition:background .3s ease;border-bottom:1px solid #f3f4f6}.dropdown-item:last-child{border-bottom:none;border-top:1px solid #f3f4f6;color:#ef4444}.dropdown-item:hover{background:#f3f4f6}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.nav{gap:1rem}.nav-link{padding:.6rem 1rem;font-size:.9rem}}@media (max-width: 768px){.nav-wrapper{position:relative}.nav,.auth-buttons,.user-menu{display:none}.mobile-menu-btn{display:flex}.logo{font-size:1.3rem}}@media (max-width: 480px){.header{padding:.75rem 0}.container{padding:0 .75rem}.logo{font-size:1.2rem}.mobile-menu{padding:.75rem}.mobile-nav-link{padding:.875rem;font-size:.95rem}}@media (max-width: 360px){.logo{font-size:1.1rem}.mobile-menu-btn{width:26px;height:18px}.mobile-menu-btn span{height:2px}}.hero{background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;padding:6rem 0;text-align:center}.hero-content{max-width:800px;margin:0 auto}.hero-title{font-size:3rem;margin-bottom:1.5rem;font-weight:700}.hero-subtitle{font-size:1.2rem;margin-bottom:2.5rem;opacity:.9}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary{background:#10b981}.btn-primary:hover{background:#059669}@media (max-width: 768px){.hero-title{font-size:2rem}.hero-buttons{flex-direction:column;align-items:center}}.visa-types{background:#f8fafc}.section-subtitle{text-align:center;margin-bottom:3rem;color:#6b7280;font-size:1.1rem}.visa-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.visa-card{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 4px 6px #0000000d;border:1px solid #e5e7eb;transition:transform .3s ease,box-shadow .3s ease}.visa-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.visa-name{color:#1e3a8a;margin-bottom:1rem;font-size:1.3rem}.visa-description{color:#6b7280;margin-bottom:1.5rem;line-height:1.6}.visa-details h4{color:#374151;margin-bottom:.5rem}.requirements-list{list-style:none;padding:0;margin-bottom:1.5rem}.requirements-list li{padding:.5rem 0 .5rem 1.5rem;position:relative}.requirements-list li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}.visa-meta{background:#f9fafb;padding:1rem;border-radius:6px;margin-bottom:1.5rem}.meta-item{display:flex;justify-content:space-between;margin-bottom:.5rem}.meta-item:last-child{margin-bottom:0}.meta-label{font-weight:600;color:#374151}.meta-value{color:#1e3a8a;font-weight:600}.btn-outline{background:transparent;border:2px solid #1e3a8a;color:#1e3a8a;width:100%}.btn-outline:hover{background:#1e3a8a;color:#fff}.disclaimer-box{background:#fef3c7;border:1px solid #f59e0b;padding:1.5rem;border-radius:8px;text-align:center}.disclaimer-box h4{color:#92400e;margin-bottom:.5rem}.disclaimer-box a{color:#1e3a8a;text-decoration:underline}@media (max-width: 768px){.visa-grid{grid-template-columns:1fr}}.modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;padding:2rem}@media (max-width: 600px){.modal-overlay{padding:0rem}}.modal-content{background:#fff;padding:2rem;border-radius:10px;width:100%;max-height:80vh;overflow-y:auto;position:relative}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#6b7280}.modal-close:hover{color:#374151}.modal-description{color:#6b7280;margin-bottom:1.5rem;font-size:1.1rem}.modal-details{display:flex;flex-direction:column;gap:1.5rem}.detail-section h3{color:#1e3a8a;margin-bottom:.75rem}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.detail-item{padding:.5rem 0}.expanded-details{margin-top:1.5rem;padding-top:1.5rem;border-top:2px solid #e5e7eb}@media (max-width: 768px){.modal-content{margin:1rem;padding:1.5rem}.detail-grid{grid-template-columns:1fr}}.payment-breakdown{background:#f8fafc;padding:1.5rem;border-radius:8px;margin-bottom:1.5rem}.payment-item{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #e5e7eb}.payment-item:last-child{border-bottom:none}.payment-item.total{border-top:2px solid #1e3a8a;font-weight:700;font-size:1.1rem;color:#1e3a8a;margin-top:.5rem;padding-top:1rem}.payment-label{color:#374151}.payment-amount{color:#1e3a8a;font-weight:600}.payment-item.total .payment-amount{color:#10b981;font-size:1.2rem}.payment-instructions{background:#f0f9ff;padding:1.5rem;border-radius:8px;border-left:4px solid #3b82f6}.payment-instructions h4{color:#1e3a8a;margin-bottom:1rem}.payment-instructions ol{margin:0;padding-left:1.5rem}.payment-instructions li{padding:.5rem 0;color:#374151;line-height:1.5}.action-buttons{display:flex;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:2px solid #f3f4f6}.action-buttons .btn{flex:1}.detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.detail-item{background:#f8fafc;padding:1rem;border-radius:6px;border-left:3px solid #1e3a8a}.detail-item strong{color:#374151;display:block;margin-bottom:.25rem}@media (max-width: 768px){.action-buttons{flex-direction:column}.detail-grid{grid-template-columns:1fr}.payment-item{flex-direction:column;gap:.25rem}}.application-wizard{min-height:100vh;background:#f8fafc;padding:2rem 0}.wizard-header{background:#fff;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 4px #0000001a;margin-bottom:2rem}.wizard-header h2{color:#1e3a8a;margin:0}.back-button,.close-button{background:none;border:none;color:#6b7280;cursor:pointer;font-size:1rem;padding:.5rem 1rem;border-radius:5px;transition:background .3s ease}.back-button:hover,.close-button:hover{background:#f3f4f6}.progress-bar{display:flex;justify-content:space-between;align-items:center;max-width:800px;margin:0 auto 3rem;padding:0 2rem}.progress-step{display:flex;flex-direction:column;align-items:center;flex:1;position:relative}.progress-step:not(:last-child):after{content:"";position:absolute;top:15px;left:60%;right:-40%;height:2px;background:#e5e7eb;z-index:1}.progress-step.active:not(:last-child):after{background:#1e3a8a}.step-number{width:30px;height:30px;border-radius:50%;background:#e5e7eb;color:#6b7280;display:flex;align-items:center;justify-content:center;font-weight:700;margin-bottom:.5rem;position:relative;z-index:2}.progress-step.active .step-number{background:#1e3a8a;color:#fff}.step-title{font-size:.8rem;color:#6b7280;text-align:center}.progress-step.active .step-title{color:#1e3a8a;font-weight:600}.wizard-content{max-width:800px;margin:0 auto;background:#fff;border-radius:10px;box-shadow:0 4px 6px #0000000d;padding:2rem}.step-container h3{color:#1e3a8a;margin-bottom:1.5rem;text-align:center}.application-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;color:#374151;margin-bottom:.5rem}.form-group input,.form-group select{padding:.75rem;border:2px solid #e5e7eb;border-radius:5px;font-size:1rem;transition:border-color .3s ease}.form-actions{display:flex;justify-content:space-between;margin-top:2rem;padding-top:1.5rem;border-top:2px solid #f3f4f6}.documents-list{line-height:1.6}.documents-list ul{list-style:none;padding:0;margin:1.5rem 0}.documents-list li{padding:.5rem 0 .5rem 1.5rem;position:relative}.documents-list li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}.upload-section{background:#f0f9ff;padding:1.5rem;border-radius:8px;border-left:4px solid #3b82f6;margin-top:1.5rem}.payment-summary{background:#f8fafc;padding:1.5rem;border-radius:8px}.cost-breakdown{margin-bottom:1.5rem}.cost-item,.cost-total{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #e5e7eb}.cost-total{border-top:2px solid #1e3a8a;font-weight:700;font-size:1.1rem;color:#1e3a8a;margin-top:.5rem}.payment-notice{background:#fef3c7;padding:1rem;border-radius:6px;border-left:4px solid #f59e0b}.confirmation-step{text-align:center}.success-icon{width:80px;height:80px;background:#10b981;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;margin:0 auto 1.5rem}.confirmation-content{text-align:left;margin:2rem 0}.next-steps,.important-notes{margin:1.5rem 0}.next-steps ol,.important-notes ul{margin:1rem 0;padding-left:1.5rem}.next-steps li,.important-notes li{padding:.5rem 0;line-height:1.5}@media (max-width: 768px){.form-row{grid-template-columns:1fr}.progress-bar{flex-direction:column;gap:1rem}.progress-step:not(:last-child):after{display:none}.form-actions{flex-direction:column;gap:1rem}.wizard-header{flex-direction:column;gap:1rem;text-align:center}}.application-summary{background:#f0f9ff;padding:1.5rem;border-radius:8px;margin:1.5rem 0;border-left:4px solid #3b82f6}.summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1rem}.summary-item{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #e5e7eb}.summary-item strong{color:#374151}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin:1.5rem 0}.step-card{background:#fff;padding:1.5rem;border-radius:8px;text-align:center;border:2px solid #e5e7eb;transition:transform .3s ease}.step-card:hover{transform:translateY(-2px);border-color:#3b82f6}.step-card .step-number{width:40px;height:40px;background:#1e3a8a;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;margin:0 auto 1rem}.step-card h5{color:#1e3a8a;margin-bottom:.5rem}.step-card p{color:#6b7280;font-size:.9rem;margin:0}.action-options{background:#f8fafc;padding:1.5rem;border-radius:8px;margin:2rem 0;border:2px solid #e5e7eb}.option-buttons{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.important-notes ul{list-style:none;padding:0}.important-notes li{padding:.5rem 0;color:#374151}@media (max-width: 768px){.steps-grid,.summary-grid{grid-template-columns:1fr}.option-buttons{gap:.75rem}}.payment-form{margin-top:2rem}.payment-methods{margin-bottom:2rem}.method-options{display:flex;gap:1rem;margin-top:1rem}.method-option{display:flex;align-items:center;gap:.5rem;padding:1rem;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .3s ease;flex:1}.method-option:hover{border-color:#3b82f6}.method-option input[type=radio]:checked+span{font-weight:700;color:#1e3a8a}.method-option input[type=radio]:checked~span{font-weight:700;color:#1e3a8a}.method-option:has(input[type=radio]:checked){border-color:#1e3a8a;background:#f0f9ff}.card-details{background:#f8fafc;padding:1.5rem;border-radius:8px;margin:1.5rem 0}.security-notice{background:#d1fae5;padding:1rem;border-radius:6px;text-align:center;margin:1.5rem 0}.secure-badge{display:inline-block;background:#10b981;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:700;margin-bottom:.5rem}.application-review{margin:2rem 0}.review-sections{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:1rem}.review-section{background:#f8fafc;padding:1.5rem;border-radius:8px;border-left:4px solid #1e3a8a}.review-section h5{color:#1e3a8a;margin-bottom:1rem}.next-steps-timeline{margin:2rem 0}.timeline{position:relative;margin:2rem 0}.timeline-item{display:flex;align-items:flex-start;margin-bottom:2rem;position:relative}.timeline-marker{width:40px;height:40px;background:#1e3a8a;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;margin-right:1rem;flex-shrink:0}.timeline-content{flex:1;padding-top:.5rem}.timeline-content h5{color:#1e3a8a;margin-bottom:.5rem}.success-step{text-align:center}.success-header{margin-bottom:2rem}.success-message{font-size:1.1rem;color:#6b7280;margin-top:1rem}.application-details{margin:2rem 0}.detail-card{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 4px 6px #0000000d;max-width:500px;margin:0 auto}.detail-item{display:flex;justify-content:space-between;padding:1rem 0;border-bottom:1px solid #e5e7eb}.detail-item:last-child{border-bottom:none}.action-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin:1.5rem 0}.action-card{background:#fff;padding:1.5rem;border-radius:8px;border:2px solid #e5e7eb;text-align:center}.action-card h5{color:#1e3a8a;margin-bottom:.5rem}.final-actions{display:flex;gap:1rem;justify-content:center;margin-top:2rem;flex-wrap:wrap}@media (max-width: 768px){.method-options{flex-direction:column}.review-sections,.action-cards{grid-template-columns:1fr}.final-actions{flex-direction:column}.timeline-item{flex-direction:column;text-align:center}.timeline-marker{margin-right:0;margin-bottom:1rem}}.resources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:4rem}.resource-category h3{color:#1e3a8a;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #e5e7eb}.resource-list{display:flex;flex-direction:column;gap:1rem}.resource-item{background:#fff;padding:1.5rem;border-radius:8px;text-decoration:none;color:inherit;border:2px solid #f3f4f6;transition:all .3s ease}.resource-item:hover{border-color:#3b82f6;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.resource-item h4{color:#1e3a8a;margin-bottom:.5rem}.resource-item p{color:#6b7280;margin-bottom:1rem;line-height:1.5}.resource-link{color:#3b82f6;font-weight:600;font-size:.9rem}.faq-section{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 4px 6px #0000000d;margin-bottom:3rem}.faq-section h3{text-align:center;color:#1e3a8a;margin-bottom:2rem}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.faq-item{background:#f8fafc;padding:1.5rem;border-radius:8px;border-left:4px solid #1e3a8a}.faq-item h4{color:#1e3a8a;margin-bottom:.75rem}.faq-item p{color:#6b7280;margin:0;line-height:1.6}.emergency-contacts h3{text-align:center;color:#1e3a8a;margin-bottom:2rem}.contact-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.contact-card{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 4px 6px #0000000d;text-align:center;border:2px solid #f3f4f6}.contact-card h4{color:#1e3a8a;margin-bottom:1rem}.contact-card p{color:#6b7280;margin-bottom:.5rem}.contact-card a{color:#3b82f6;text-decoration:none;font-weight:600}.contact-card a:hover{text-decoration:underline}@media (max-width: 768px){.resources-grid,.faq-grid,.contact-cards{grid-template-columns:1fr}}.process-container{display:grid;grid-template-columns:300px 1fr;gap:3rem;margin-bottom:4rem}.steps-sidebar{display:flex;flex-direction:column;gap:.5rem}.step-button{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:#fff;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .3s ease;text-align:left}.step-button:hover{border-color:#3b82f6}.step-button.active{border-color:#1e3a8a;background:#1e3a8a;color:#fff}.step-number{background:#e5e7eb;color:#374151;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}.step-button.active .step-number{background:#fff;color:#1e3a8a}.process-step-title{font-weight:600}.step-content{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 4px 6px #0000000d}.step-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:2px solid #f3f4f6}.step-header h3{color:#1e3a8a;margin:0}.timeline-badge{background:#10b981;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600}.step-description{color:#6b7280;margin-bottom:1.5rem;font-size:1.1rem}.step-details h4{color:#374151;margin-bottom:1rem}.step-details ul{list-style:none;padding:0}.step-details li{padding:.5rem 0 .5rem 1.5rem;position:relative}.step-details li:before{content:"•";position:absolute;left:0;color:#1e3a8a;font-weight:700}.step-actions{display:flex;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:2px solid #f3f4f6}.process-tips{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 4px 6px #0000000d}.process-tips h3{text-align:center;color:#1e3a8a;margin-bottom:2rem}.tips-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.tip-card{background:#f8fafc;padding:1.5rem;border-radius:8px;border-left:4px solid #1e3a8a}.tip-card h4{color:#1e3a8a;margin-bottom:.5rem}.tip-card p{color:#6b7280;margin:0;line-height:1.5}@media (max-width: 968px){.process-container{grid-template-columns:1fr;gap:2rem}.steps-sidebar{flex-direction:row;overflow-x:auto;padding-bottom:1rem}.step-button{min-width:200px}}@media (max-width: 768px){.step-header{flex-direction:column;align-items:flex-start;gap:1rem}.step-actions{flex-direction:column}}.footer{background:#1e3a8a;color:#fff;margin-top:auto}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;padding:3rem 0}.footer-section h3,.footer-section h4{margin-bottom:1rem;color:#fff}.footer-section h3{font-size:1.5rem}.footer-section p{color:#e5e7eb;line-height:1.6;margin-bottom:1rem}.footer-section ul{list-style:none;padding:0}.footer-section li{margin-bottom:.5rem}.footer-section a{color:#e5e7eb;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#fff;text-decoration:underline}.footer-disclaimer{background:#0003;padding:2rem;border-radius:8px;margin:2rem 0}.footer-disclaimer h4{color:#fef3c7;margin-bottom:1rem}.footer-disclaimer p{color:#e5e7eb;line-height:1.6;margin:0}.footer-disclaimer a{color:#93c5fd;text-decoration:underline}.footer-bottom{border-top:1px solid #374151;padding:1.5rem 0;text-align:center;color:#9ca3af}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;text-align:center}}.eligibility-form{max-width:600px;margin:0 auto;background:#fff;padding:2rem;border-radius:10px;box-shadow:0 4px 6px #0000001a}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:700;color:#1e3a8a}.form-group input,.form-group select{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:5px;font-size:1rem}.form-group input:focus,.form-group select:focus{outline:none;border-color:#3b82f6}.checkbox-group label{display:flex;align-items:center;gap:.5rem;font-weight:400;cursor:pointer}.checkbox-group input{width:auto}.result{margin-top:2rem;padding:1.5rem;border-radius:8px;text-align:center}.result.eligible{background:#d1fae5;border:2px solid #10b981;color:#065f46}.result.not-eligible{background:#fee2e2;border:2px solid #ef4444;color:#7f1d1d}.disclaimer{font-size:.9rem;opacity:.7;margin-top:1rem}.about-page{min-height:100vh}.about-hero{background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;padding:6rem 0 4rem;text-align:center}.about-hero-content h1{font-size:3.5rem;margin-bottom:1rem;font-weight:700}.about-hero-content p{font-size:1.3rem;opacity:.9}.about-story{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:start}.story-content h2{color:#1e3a8a;margin-bottom:1.5rem;font-size:2.5rem}.story-content p{font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem;color:#4b5563}.story-stats{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.stat{text-align:center;padding:2rem 1rem;background:#f8fafc;border-radius:10px;border:2px solid #e5e7eb}.stat-number{font-size:2.5rem;font-weight:700;color:#1e3a8a;margin-bottom:.5rem}.stat-label{color:#6b7280;font-weight:600}.mission-section{background:#f8fafc}.mission-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.mission-card{background:#fff;padding:3rem 2rem;border-radius:15px;text-align:center;box-shadow:0 4px 6px #0000000d;border:1px solid #e5e7eb;transition:transform .3s,box-shadow .3s}.mission-card:hover{transform:translateY(-5px);box-shadow:0 20px 25px #0000001a}.mission-icon{font-size:3rem;margin-bottom:1.5rem}.mission-card h3{color:#1e3a8a;margin-bottom:1rem;font-size:1.5rem}.mission-card p{color:#6b7280;line-height:1.6}.team-section{background:#fff}.section-subtitle{text-align:center;font-size:1.2rem;color:#6b7280;max-width:600px;margin:0 auto 3rem;line-height:1.6}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.team-member{background:#f8fafc;padding:2.5rem 2rem;border-radius:15px;text-align:center;border:2px solid #e5e7eb;transition:all .3s}.team-member:hover{border-color:#3b82f6;transform:translateY(-3px)}.member-avatar{font-size:4rem;margin-bottom:1rem}.team-member h3{color:#1e3a8a;margin-bottom:.5rem;font-size:1.3rem}.member-role{color:#10b981;font-weight:600;margin-bottom:1rem;font-size:1rem}.member-bio{color:#6b7280;line-height:1.6;margin-bottom:1.5rem}.member-qualifications{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.member-qualifications span{background:#e0e7ff;color:#3730a3;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600}.why-us-section{background:#f0f9ff}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature{background:#fff;padding:2.5rem 2rem;border-radius:15px;text-align:center;box-shadow:0 4px 6px #0000000d;transition:transform .3s}.feature:hover{transform:translateY(-5px)}.feature-icon{font-size:3rem;margin-bottom:1.5rem}.feature h3{color:#1e3a8a;margin-bottom:1rem;font-size:1.3rem}.feature p{color:#6b7280;line-height:1.6}.accreditations-section{background:#fff}.accreditations{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.accreditation{text-align:center;padding:2rem}.accreditation-icon{font-size:3rem;margin-bottom:1.5rem}.accreditation h3{color:#1e3a8a;margin-bottom:1rem;font-size:1.3rem}.accreditation p{color:#6b7280;line-height:1.6}.cta-section{background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;text-align:center}.cta-content h2{color:#fff;font-size:2.5rem;margin-bottom:1rem}.cta-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (max-width: 768px){.about-hero-content h1{font-size:2.5rem}.about-story{grid-template-columns:1fr;gap:2rem}.story-stats{grid-template-columns:1fr 1fr;gap:1rem}.stat{padding:1.5rem .5rem}.stat-number{font-size:2rem}.mission-grid,.team-grid,.features-grid,.accreditations{grid-template-columns:1fr}.cta-buttons{flex-direction:column;align-items:center}.cta-buttons .btn{width:100%;max-width:300px}}@media (max-width: 480px){.story-stats{grid-template-columns:1fr}.about-hero-content h1,.story-content h2{font-size:2rem}}
