:root{color-scheme:light}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;color:#1f2937;background-color:#fff}section{scroll-margin-top:100px}.container{max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.container{padding:0 1.5rem}}@media (min-width: 1024px){.container{padding:0 2rem}}.navbar{background-color:#fff;box-shadow:0 1px 3px #0000001a;border-bottom:1px solid #e5e7eb;height:100px;position:relative;overflow:visible;z-index:20}.nav-container{max-width:1280px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center;height:100%}.logo-link{display:flex;align-items:center}.logo{height:6rem;width:auto;object-fit:contain;position:absolute;top:0;left:1rem;z-index:30;border-radius:.5rem;background-color:#fff}.nav-links{display:flex;align-items:center;gap:2rem;height:100%}.nav-right{display:flex;align-items:center;gap:1rem}.nav-link{color:#4b5563;text-decoration:none;transition:color .2s;font-size:20px;display:flex;align-items:center;height:100%}.nav-link:hover,.nav-link:focus-visible,.nav-link.active{color:#f97316}.desktop-nav{display:none}@media (min-width: 1280px){.desktop-nav{display:flex}}.mobile-menu-btn{display:block;background:none;border:none;color:#4b5563;cursor:pointer;padding:.5rem;transition:color .2s}.mobile-menu-btn:hover,.mobile-menu-btn:focus-visible{color:#f97316}@media (min-width: 1280px){.mobile-menu-btn{display:none}}.menu-icon,.close-icon{width:24px;height:24px}.mobile-nav{position:absolute;top:100%;left:0;width:100%;background-color:#fff;box-shadow:0 10px 15px -3px #0000001a;border-top:1px solid #e5e7eb;z-index:40;padding:1rem;display:flex;flex-direction:column;gap:.5rem}.mobile-nav-link{display:block;padding:1rem;color:#4b5563;text-decoration:none;border-radius:.5rem;transition:all .2s;font-size:16px}.mobile-nav-link:hover,.mobile-nav-link:focus-visible,.mobile-nav-link.active,.mobile-nav-button.active{color:#f97316;background-color:#f9fafb}.hidden{display:none}.landing-section{background-color:#fff}.landing-image-container{width:100%;height:14rem;overflow:hidden}@media (min-width: 768px){.landing-image-container{height:18rem}}.landing-image{width:100%;height:100%;object-fit:cover;object-position:center}.hero-section{background:linear-gradient(to bottom right,#1e3a8a,#1e40af,#1e3a8a);color:#fff;padding-top:1.5rem}.hero-content{padding:2.5rem 1rem;text-align:center}.hero-title{font-size:2.25rem;font-weight:700;margin-bottom:1.5rem}@media (min-width: 768px){.hero-title{font-size:3.75rem}}.hero-highlight{color:#fb923c}.hero-description{font-size:1.25rem;margin-bottom:2rem;color:#dbeafe;max-width:56rem;margin-left:auto;margin-right:auto}@media (min-width: 768px){.hero-description{font-size:1.5rem}}.hero-buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center}@media (min-width: 640px){.hero-buttons{flex-direction:row}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 2rem;border-radius:.5rem;font-weight:500;text-decoration:none;transition:all .2s;border:2px solid transparent}.btn-primary{background-color:#f97316;color:#fff}.btn-primary:hover,.btn-primary:focus-visible{background-color:#ea580c}.btn-secondary{border:2px solid #f97316;color:#f97316;background-color:transparent}.btn-secondary:hover,.btn-secondary:focus-visible{background-color:#f97316;color:#fff}.btn-white{background-color:#fff;color:#f97316}.btn-white:hover,.btn-white:focus-visible{background-color:#f3f4f6}.btn-outline-white{border:2px solid #ffffff;color:#fff;background-color:transparent}.btn-outline-white:hover,.btn-outline-white:focus-visible{background-color:#fff;color:#f97316}.btn-icon{margin-left:.5rem;width:20px;height:20px}.section{padding:5rem 0}.section-light{background-color:#eff6ff}.section-gray{background-color:#f9fafb}.section-white{background-color:#fff}.section-orange{background-color:#f97316}.section-blue{background-color:#1e3a8a}.page-section{padding-top:8rem}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:1.875rem;font-weight:700;color:#111827;margin-bottom:1.5rem}@media (min-width: 768px){.section-title{font-size:2.25rem}}.section-title.text-white{color:#fff}.section-title.text-left{text-align:left}.section-description{font-size:1.25rem;color:#4b5563;max-width:48rem;margin:0 auto}.text-orange-light{color:#fed7aa}.text-blue-light{color:#dbeafe}.subsection-title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:1.5rem}.subsection-title.text-white{color:#fff}.grid{display:grid;gap:2rem}.grid-2{grid-template-columns:1fr}@media (min-width: 768px){.grid-2{grid-template-columns:repeat(2,1fr)}}.grid-3{grid-template-columns:1fr}@media (min-width: 768px){.grid-3{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.grid-3{grid-template-columns:repeat(3,1fr)}}.grid-4{grid-template-columns:1fr}@media (min-width: 768px){.grid-4{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.grid-4{grid-template-columns:repeat(4,1fr)}}.grid-span-2{grid-column:span 1}@media (min-width: 768px){.grid-span-2{grid-column:span 2}}@media (min-width: 1024px){.grid-span-2{grid-column:span 1}}.align-center{align-items:center}.card{background-color:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a}.card-gray{background-color:#f9fafb}.card-blue-dark{background-color:#1e40af;padding:1.5rem;border-radius:.75rem}.card-full{margin-top:3rem}.card-icon{width:40px;height:40px;color:#f97316;margin-bottom:1rem}.card-icon-center{margin-left:auto;margin-right:auto}.card-icon-inline{width:32px;height:32px;color:#f97316;margin-right:.75rem}.card-header{display:flex;align-items:center;margin-bottom:1rem}.card-title{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:1rem}.card-title-inline{font-size:1.25rem;font-weight:600;color:#111827}.card-title-small{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.5rem}.card-text{color:#4b5563}.step-number{font-size:1.5rem;font-weight:700;color:#f97316;margin-bottom:1rem}.text-center{text-align:center}.text-gray{color:#4b5563}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-6{margin-top:1.5rem}.checklist{list-style:none;padding:0}.checklist-item{display:flex;align-items:flex-start;margin-bottom:1rem}.checklist-icon{width:20px;height:20px;color:#fb923c;margin-right:.75rem;margin-top:.125rem;flex-shrink:0}.simple-list{list-style:none;padding:0}.simple-list li{margin-bottom:.75rem}.team-card{display:flex;flex-direction:column;align-items:center}.team-photo{width:8rem;height:8rem;border-radius:9999px;object-fit:cover;margin-bottom:1rem}.team-name{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:.5rem}.team-contact{color:#4b5563;margin-bottom:.5rem}.team-email{color:#f97316;text-decoration:none}.team-email:hover,.team-email:focus-visible{text-decoration:underline}.linkedin-link{color:#2563eb;text-decoration:none;display:flex;align-items:center;justify-content:center}.linkedin-link:hover,.linkedin-link:focus-visible{text-decoration:underline}.linkedin-icon{width:20px;height:20px;margin-right:.5rem}.footer{background-color:#111827;color:#fff;padding:3rem 0}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}@media (min-width: 768px){.footer-grid{grid-template-columns:repeat(3,1fr)}}.footer-logo-section{display:flex;flex-direction:column;gap:1rem}.footer-logo{height:3rem;width:auto;object-fit:contain}.footer-tagline{color:#fff;font-size:1.125rem}.footer-title{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.footer-text{color:#9ca3af;margin-bottom:.5rem}.footer-link{color:#9ca3af;text-decoration:none;transition:color .2s}.footer-link:hover,.footer-link:focus-visible{color:#fb923c}.footer-bottom{border-top:1px solid #374151;padding-top:2rem;text-align:center}.footer-copyright{color:#9ca3af}.nav-link-button{background:none;border:none;color:inherit;font-family:inherit;padding:0;text-align:left;cursor:pointer;font-size:20px}.mobile-nav-button{background:none;border:none;color:#4b5563;font-family:inherit;text-align:left;cursor:pointer;display:block;width:100%;font-size:16px;padding:1rem;border-radius:.5rem;transition:all .2s}.space-y-6>*+*{margin-top:1.5rem}.w-full{width:100%}.px-4{padding-left:1rem;padding-right:1rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-8{padding-top:2rem;padding-bottom:2rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.border{border-width:1px}.border-gray-300{border-color:#d1d5db}.border-gray-200{border-color:#e5e7eb}.border-red-200{border-color:#fecaca}.rounded-lg{border-radius:.5rem}.rounded-full{border-radius:9999px}.focus\:ring-2:focus{outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 2px #3b82f680}.focus\:ring-blue-500:focus{box-shadow:0 0 0 2px #3b82f680}.focus\:border-transparent:focus{border-color:transparent}.transition-colors{transition-property:color,background-color,border-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.placeholder-gray-400::placeholder{color:#9ca3af}.resize-none{resize:none}.disabled\:bg-gray-400:disabled{background-color:#9ca3af}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.bg-blue-600{background-color:#2563eb}.hover\:bg-blue-700:hover{background-color:#1d4ed8}.bg-green-100{background-color:#dcfce7}.bg-red-50{background-color:#fef2f2}.text-gray-700{color:#374151}.text-gray-900{color:#111827}.text-gray-600{color:#4b5563}.text-gray-400{color:#9ca3af}.text-green-600{color:#16a34a}.text-red-700{color:#b91c1c}.font-semibold{font-weight:600}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.space-x-2>*+*{margin-left:.5rem}.w-5{width:1.25rem}.h-5{height:1.25rem}.w-6{width:1.5rem}.h-6{height:1.5rem}.w-8,.h-8{height:2rem}.w-16{width:4rem}.h-16{height:4rem}.mx-auto{margin-left:auto;margin-right:auto}.mb-2{margin-bottom:.5rem}.animate-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.border-t-transparent{border-top-color:transparent}.border-2{border-width:2px}.fixed{position:fixed}.inset-0{top:0;right:0;bottom:0;left:0}.z-50{z-index:50}.bg-black{background-color:transparent}.bg-white{background-color:#fff}.max-w-2xl{max-width:42rem}.max-h-\[90vh\]{max-height:90vh}.overflow-y-auto{overflow-y:auto}.sticky{position:sticky}.relative{position:relative}.absolute{position:absolute}.top-0{top:0}.top-4{top:1rem}.right-6{right:1.5rem}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.cursor-pointer,button{cursor:pointer}.portal-button{padding:.5rem 1.5rem;background-color:#f97316;color:#fff;text-decoration:none;border-radius:.5rem;font-size:16px;font-weight:500;transition:background-color .2s;display:none}.portal-button:hover,.portal-button:focus-visible{background-color:#ea580c}@media (min-width: 768px){.portal-button{display:inline-block}}.mobile-portal-button{display:block;padding:1rem;margin-top:.5rem;background-color:#f97316;color:#fff;text-decoration:none;border-radius:.5rem;text-align:center;font-weight:500;font-size:16px;transition:background-color .2s}.mobile-portal-button:hover,.mobile-portal-button:focus-visible{background-color:#ea580c}
