@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;font-size:1rem;line-height:1.6;color:#111827;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mt-5{margin-top:3rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mb-5{margin-bottom:3rem}.py-1{padding-top:.5rem;padding-bottom:.5rem}.py-2{padding-top:1rem;padding-bottom:1rem}.py-3{padding-top:1.5rem;padding-bottom:1.5rem}.py-4{padding-top:2rem;padding-bottom:2rem}.py-5{padding-top:3rem;padding-bottom:3rem}.hidden{display:none}.block{display:block}.flex{display:flex}.grid{display:grid}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.gap-4{gap:2rem}.main-content{min-height:100vh;padding-top:72px}.navbar{background-color:#fff;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;position:fixed;top:0;left:0;right:0;z-index:1000;transition:all .3s ease-in-out}.navbar__container{max-width:1280px;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.navbar__logo{display:flex;align-items:center;gap:.5rem;text-decoration:none}.navbar__logo-icon{width:48px;height:48px}.navbar__logo-text{font-family:Poppins,Inter,sans-serif;font-weight:700;font-size:1.25rem;color:#1e40af}.navbar__logo-text span{color:#059669}.navbar__hmp-logo{width:150px;height:50px;object-fit:contain;object-position:center}.navbar__nav{display:none}@media(min-width:1024px){.navbar__nav{display:flex;align-items:center;gap:1.5rem}}.navbar__link{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;font-size:1rem;font-weight:500;color:#374151;text-decoration:none;padding:.5rem 1rem;border-radius:.375rem;transition:all .15s ease-in-out}.navbar__link:hover{color:#1e40af;background-color:#f9fafb}.navbar__link--active{color:#1e40af;background-color:#1e40af1a}.navbar__link--dropdown{display:flex;align-items:center;gap:.25rem;cursor:pointer;background:none;border:none;font-family:inherit}.navbar__dropdown-wrapper{position:relative}.navbar__dropdown-icon{width:16px;height:16px;transition:transform .2s ease}.navbar__dropdown-icon--open{transform:rotate(180deg)}.navbar__dropdown{position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%) translateY(10px);min-width:240px;background-color:#fff;border-radius:.5rem;box-shadow:0 10px 40px #00000026;padding:.5rem 0;opacity:0;visibility:hidden;transition:all .2s ease;z-index:1000;border:1px solid #f3f4f6}.navbar__dropdown:before{content:"";position:absolute;top:-6px;left:50%;transform:translate(-50%);width:12px;height:12px;background-color:#fff;border-left:1px solid #f3f4f6;border-top:1px solid #f3f4f6;transform:translate(-50%) rotate(45deg)}.navbar__dropdown--open{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.navbar__dropdown-link{display:block;padding:.5rem 1.5rem;color:#374151;text-decoration:none;font-size:.875rem;transition:all .15s ease-in-out;position:relative}.navbar__dropdown-link:hover{background-color:#f9fafb;color:#1e40af;padding-left:2rem}.navbar__cta{display:none}@media(min-width:1024px){.navbar__cta{display:inline-flex}}.navbar__mobile-toggle{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:none;background:transparent;cursor:pointer;border-radius:.375rem;transition:background-color .15s ease-in-out}@media(min-width:1024px){.navbar__mobile-toggle{display:none}}.navbar__mobile-toggle:hover{background-color:#f3f4f6}.navbar__mobile-toggle--open .navbar__hamburger-line:nth-child(1){transform:translateY(8px) rotate(45deg)}.navbar__mobile-toggle--open .navbar__hamburger-line:nth-child(2){opacity:0;transform:scaleX(0)}.navbar__mobile-toggle--open .navbar__hamburger-line:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.navbar__hamburger{display:flex;flex-direction:column;justify-content:center;align-items:center;width:24px;height:24px;gap:5px}.navbar__hamburger-line{display:block;width:22px;height:2px;background-color:#374151;border-radius:2px;transition:all .3s ease-in-out;transform-origin:center}.navbar__mobile-menu{display:none;position:fixed;inset:72px 0 0;background-color:#fff;padding:1.5rem;overflow-y:auto}.navbar__mobile-menu.active{display:block}@media(min-width:1024px){.navbar__mobile-menu.active{display:none}}.navbar__mobile-link{display:block;padding:1rem;color:#374151;text-decoration:none;font-size:1.125rem;font-weight:500;border-bottom:1px solid #f3f4f6;transition:all .15s ease-in-out;cursor:pointer}.navbar__mobile-link:hover{color:#1e40af;background-color:#f9fafb}.navbar__mobile-link--with-icon{display:flex;align-items:center;justify-content:space-between;border-bottom:none}.navbar__mobile-chevron{width:20px;height:20px;min-width:20px;min-height:20px;max-width:20px;max-height:20px;flex-shrink:0;color:#6b7280;transition:transform .15s ease-in-out}.navbar__mobile-chevron--open{transform:rotate(180deg)}.navbar__mobile-services{border-bottom:1px solid #f3f4f6}.navbar__mobile-dropdown{padding-left:1.5rem;max-height:0;overflow:hidden;opacity:0;transition:max-height .3s ease-out,opacity .3s ease-out,padding .3s ease-out;padding-top:0;padding-bottom:0}.navbar__mobile-dropdown--open{max-height:300px;opacity:1;padding-top:.5rem;padding-bottom:.5rem}.navbar__mobile-dropdown-link{display:block;padding:.5rem 1rem;color:#4b5563;text-decoration:none;font-size:1rem;transition:color .15s ease-in-out,background-color .15s ease-in-out;border-radius:.375rem}.navbar__mobile-dropdown-link:hover{color:#1e40af;background-color:#f9fafb}.footer{background-color:#111827;color:#fff;padding:4rem 0 1.5rem}.footer__container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.footer__grid{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:3rem}@media(min-width:768px){.footer__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.footer__grid{grid-template-columns:2fr repeat(3,1fr)}}.footer__hmp-logo{width:150px;height:70px;object-fit:cover;object-position:start}.footer__brand-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;text-decoration:none}.footer__brand-icon{width:48px;height:48px}.footer__brand-name{font-family:Poppins,Inter,sans-serif;font-weight:700;font-size:1.25rem;color:#fff}.footer__brand-name span{color:#10b981}.footer__brand-tagline{color:#9ca3af;font-size:.875rem;line-height:1.6;margin-bottom:1.5rem}.footer__brand-socials{display:flex;gap:1rem}.footer__social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#1f2937;border-radius:9999px;color:#9ca3af;transition:all .15s ease-in-out}.footer__social-link:hover{background-color:#1e40af;color:#fff}.footer__social-link svg{width:20px;height:20px}.footer__column-title{font-family:Poppins,Inter,sans-serif;font-weight:600;font-size:1.125rem;color:#fff;margin-bottom:1.5rem}.footer__links{list-style:none;padding:0;margin:0}.footer__link{margin-bottom:.5rem}.footer__link a{color:#9ca3af;text-decoration:none;font-size:.875rem;transition:color .15s ease-in-out}.footer__link a:hover{color:#10b981}.footer__contact-item{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:1rem;color:#9ca3af;font-size:.875rem}.footer__contact-item svg{width:20px;height:20px;flex-shrink:0;margin-top:2px;color:#10b981}.footer__contact-item a{color:#9ca3af;text-decoration:none;transition:color .15s ease-in-out}.footer__contact-item a:hover{color:#10b981}.footer__divider{height:1px;background-color:#1f2937;margin-bottom:1.5rem}.footer__bottom{display:flex;flex-direction:column;gap:1rem;text-align:center}@media(min-width:768px){.footer__bottom{flex-direction:row;justify-content:space-between;align-items:center;text-align:left}}.footer__copyright{color:#6b7280;font-size:.875rem}.footer__legal-links{display:flex;gap:1.5rem;justify-content:center}@media(min-width:768px){.footer__legal-links{justify-content:flex-end}}.footer__legal-links a{color:#6b7280;text-decoration:none;font-size:.875rem;transition:color .15s ease-in-out}.footer__legal-links a:hover{color:#fff}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;font-weight:600;font-size:1rem;padding:.5rem 1.5rem;border-radius:.5rem;border:2px solid transparent;cursor:pointer;text-decoration:none;transition:all .15s ease-in-out;white-space:nowrap}.btn:disabled{opacity:.6;cursor:not-allowed}.btn--sm{padding:.25rem 1rem;font-size:.875rem}.btn--lg{padding:1rem 2rem;font-size:1.125rem}.btn--xl{padding:1.5rem 3rem;font-size:1.125rem}.btn--primary{background-color:#1e40af;color:#fff;border-color:#1e40af}.btn--primary:hover:not(:disabled){background-color:#1e3a8a;border-color:#1e3a8a;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.btn--secondary{background-color:#059669;color:#fff;border-color:#059669}.btn--secondary:hover:not(:disabled){background-color:#047857;border-color:#047857;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.btn--outline-primary{background-color:transparent;color:#1e40af;border-color:#1e40af}.btn--outline-primary:hover:not(:disabled){background-color:#1e40af;color:#fff}.btn--outline-secondary{background-color:transparent;color:#059669;border-color:#059669}.btn--outline-secondary:hover:not(:disabled){background-color:#059669;color:#fff}.btn--white{background-color:#fff;color:#1e40af;border-color:#fff}.btn--white:hover:not(:disabled){background-color:#f3f4f6;border-color:#f3f4f6}.btn--ghost{background-color:transparent;color:#374151;border-color:transparent}.btn--ghost:hover:not(:disabled){background-color:#f3f4f6}.btn--icon{padding:.5rem}.btn--icon svg{width:20px;height:20px}.btn--full{width:100%}.whatsapp-btn{position:fixed;bottom:24px;right:24px;width:60px;height:60px;background-color:#25d366;border-radius:9999px;display:flex;align-items:center;justify-content:center;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;z-index:999;transition:all .15s ease-in-out;text-decoration:none}.whatsapp-btn:hover{transform:scale(1.1);box-shadow:0 8px 25px #25d36666}.whatsapp-btn svg{width:32px;height:32px;color:#fff}.card{background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;overflow:hidden;transition:all .3s ease-in-out}.card:hover{box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;transform:translateY(-4px)}.card__image{width:100%;height:200px;object-fit:cover}.card__body{padding:1.5rem}.card__title{font-family:Poppins,Inter,sans-serif;font-weight:600;font-size:1.25rem;color:#111827;margin-bottom:.5rem}.card__text{color:#4b5563;font-size:1rem;line-height:1.6;margin-bottom:1rem}.card__footer{padding:1rem 1.5rem;background-color:#f9fafb;border-top:1px solid #f3f4f6}.service-card{background-color:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;transition:all .3s ease-in-out;border:1px solid #f3f4f6;height:100%;display:flex;flex-direction:column}.service-card:hover{box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;transform:translateY(-8px);border-color:#3b82f6}.service-card__icon{width:64px;height:64px;background:linear-gradient(135deg,#1e40af,#059669);border-radius:.5rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.service-card__icon svg{width:32px;height:32px;color:#fff}.service-card__title{font-family:Poppins,Inter,sans-serif;font-weight:600;font-size:1.25rem;color:#111827;margin-bottom:.5rem}.service-card__description{color:#4b5563;font-size:1rem;line-height:1.7;margin-bottom:1.5rem;flex-grow:1}.service-card__link{display:inline-flex;align-items:center;gap:.25rem;color:#1e40af;font-weight:600;text-decoration:none;transition:gap .15s ease-in-out}.service-card__link:hover{gap:.5rem}.service-card__link svg{width:20px;height:20px}.feature-card{display:flex;align-items:flex-start;gap:1.5rem;padding:1.5rem;background-color:#fff;border-radius:.75rem;border:1px solid #f3f4f6;transition:all .3s ease-in-out}.feature-card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;border-color:#10b981}.feature-card__icon{width:48px;height:48px;background-color:#0596691a;border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-card__icon svg{width:24px;height:24px;color:#059669}.feature-card__content{flex-grow:1}.feature-card__title{font-family:Poppins,Inter,sans-serif;font-weight:600;font-size:1.125rem;color:#111827;margin-bottom:.25rem}.feature-card__text{color:#4b5563;font-size:.875rem;line-height:1.6}.stat-card{text-align:center;padding:2rem}.stat-card__number{font-family:Poppins,Inter,sans-serif;font-weight:700;font-size:2.25rem;color:#1e40af;margin-bottom:.25rem}@media(min-width:768px){.stat-card__number{font-size:3rem}}.stat-card__label{color:#4b5563;font-size:1rem;font-weight:500}.testimonial-card{background-color:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;border:1px solid #f3f4f6}.testimonial-card__quote{color:#374151;font-size:1.125rem;line-height:1.7;font-style:italic;margin-bottom:1.5rem}.testimonial-card__quote:before{content:'"';font-size:2.25rem;color:#3b82f6;line-height:0}.testimonial-card__author{display:flex;align-items:center;gap:1rem}.testimonial-card__avatar{width:48px;height:48px;border-radius:9999px;object-fit:cover}.testimonial-card__name{font-weight:600;color:#111827;font-size:1rem}.testimonial-card__role{color:#6b7280;font-size:.875rem}.section{padding:4rem 0}@media(min-width:768px){.section{padding:5rem 0}}.section--gray{background-color:#f9fafb}.section--blue{background-color:#1e40af;color:#fff}.section--green{background-color:#059669;color:#fff}.section--gradient{background:linear-gradient(135deg,#1e40af,#059669);color:#fff}.section__container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.section__header{text-align:center;max-width:800px;margin:0 auto 3rem}.section__badge{display:inline-block;padding:.25rem 1rem;background-color:#1e40af1a;color:#1e40af;font-size:.875rem;font-weight:600;border-radius:9999px;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.section__title{font-family:Poppins,Inter,sans-serif;font-weight:700;font-size:1.875rem;color:#111827;margin-bottom:1rem;line-height:1.2}@media(min-width:768px){.section__title{font-size:2.25rem}}.section--blue .section__title,.section--green .section__title,.section--gradient .section__title{color:#fff}.section__subtitle{color:#4b5563;font-size:1.125rem;line-height:1.7}.section--blue .section__subtitle,.section--green .section__subtitle,.section--gradient .section__subtitle{color:#ffffffe6}.hero{background:linear-gradient(135deg,#1e40af,#1e3a8af2);min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;padding-top:80px}.hero:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.5}.hero__container{max-width:1280px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:1}.hero__content{max-width:800px}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.5rem;background-color:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:9999px;color:#fff;font-size:.875rem;font-weight:500;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.2)}.hero__title{font-family:Poppins,Inter,sans-serif;font-weight:700;font-size:2.25rem;color:#fff;margin-bottom:1.5rem;line-height:1.1}@media(min-width:768px){.hero__title{font-size:3rem}}@media(min-width:1024px){.hero__title{font-size:3.75rem}}.hero__title span{color:#10b981}.hero__subtitle{font-size:1.125rem;color:#ffffffe6;line-height:1.7;margin-bottom:2rem;max-width:650px}@media(min-width:768px){.hero__subtitle{font-size:1.25rem}}.hero__buttons{display:flex;flex-wrap:wrap;gap:1rem}.hero__stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:4rem;padding-top:3rem;border-top:1px solid rgba(255,255,255,.1)}@media(min-width:768px){.hero__stats{grid-template-columns:repeat(4,1fr)}}.hero__stat{text-align:center}.hero__stat-number{font-family:Poppins,Inter,sans-serif;font-weight:700;font-size:1.875rem;color:#fff}@media(min-width:768px){.hero__stat-number{font-size:2.25rem}}.hero__stat-label{font-size:.875rem;color:#ffffffb3;margin-top:.25rem}.hero__scroll{position:absolute;bottom:32px;left:50%;transform:translate(-50%);color:#fff;animation:bounce 2s infinite}.hero__scroll svg{width:32px;height:32px}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-10px)}60%{transform:translate(-50%) translateY(-5px)}}.cta{background:linear-gradient(135deg,#1e40af,#059669);padding:4rem 0;position:relative;overflow:hidden}.cta:before{content:"";position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:#ffffff0d;border-radius:50%}.cta__container{max-width:1280px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:1;text-align:center}.cta__title{font-family:Poppins,Inter,sans-serif;font-weight:700;font-size:1.875rem;color:#fff;margin-bottom:1rem}@media(min-width:768px){.cta__title{font-size:2.25rem}}.cta__text{color:#ffffffe6;font-size:1.125rem;max-width:600px;margin:0 auto 2rem;line-height:1.7}.cta__buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.home__services .services-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.home__services .services-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.home__services .services-grid{grid-template-columns:repeat(3,1fr)}}.home__vision-mission .vm-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:1024px){.home__vision-mission .vm-grid{grid-template-columns:repeat(2,1fr)}}.home__vision-mission .vm-card{background-color:#fff;border-radius:.75rem;padding:3rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;position:relative;overflow:hidden}.home__vision-mission .vm-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%}.home__vision-mission .vm-card--vision:before{background:linear-gradient(180deg,#1e40af,#3b82f6)}.home__vision-mission .vm-card--mission:before{background:linear-gradient(180deg,#059669,#10b981)}.home__vision-mission .vm-card__icon{width:64px;height:64px;border-radius:.5rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.home__vision-mission .vm-card__icon svg{width:32px;height:32px;color:#fff}.home__vision-mission .vm-card--vision .vm-card__icon{background:linear-gradient(135deg,#1e40af,#3b82f6)}.home__vision-mission .vm-card--mission .vm-card__icon{background:linear-gradient(135deg,#059669,#10b981)}.home__vision-mission .vm-card__title{font-family:Poppins,Inter,sans-serif;font-weight:700;font-size:1.5rem;color:#111827;margin-bottom:1rem}.home__vision-mission .vm-card__text{color:#4b5563;font-size:1rem;line-height:1.8}.home__why-choose .why-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.home__why-choose .why-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.home__why-choose .why-grid{grid-template-columns:repeat(3,1fr)}}.home__why-choose .why-card{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background-color:#ffffff0d;border-radius:.75rem;border:1px solid rgba(255,255,255,.1);transition:all .3s ease-in-out}.home__why-choose .why-card:hover{background-color:#ffffff1a;transform:translateY(-4px)}.home__why-choose .why-card__icon{width:48px;height:48px;background-color:#ffffff1a;border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.home__why-choose .why-card__icon svg{width:24px;height:24px;color:#10b981}.home__why-choose .why-card__title{font-family:Poppins,Inter,sans-serif;font-weight:600;font-size:1.125rem;color:#fff;margin-bottom:.25rem}.home__why-choose .why-card__text{color:#fffc;font-size:.875rem;line-height:1.6}.home__faq-preview .faq-grid{display:grid;grid-template-columns:1fr;gap:1rem;max-width:900px;margin:0 auto}.home__partners .partners-grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem}.home__partners .partners-grid img{height:48px;width:auto;filter:grayscale(100%);opacity:.6;transition:all .3s ease-in-out}.home__partners .partners-grid img:hover{filter:grayscale(0%);opacity:1}.about__header{background:linear-gradient(135deg,#1e40af,#1e3a8a);padding:120px 0 4rem;position:relative;overflow:hidden}.about__header:before{content:"";position:absolute;top:0;right:0;width:50%;height:100%;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.about__header .section__container{position:relative;z-index:1}.about__header .section__title{color:#fff}.about__header .section__subtitle{color:#ffffffe6}.about__overview .overview-content{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:1024px){.about__overview .overview-content{grid-template-columns:1fr 1fr}}.about__overview .overview-text h3{font-family:Poppins,Inter,sans-serif;font-weight:700;font-size:1.5rem;color:#111827;margin-bottom:1rem}.about__overview .overview-text p{color:#4b5563;font-size:1rem;line-height:1.8;margin-bottom:1.5rem}.about__overview .overview-image{border-radius:.75rem;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.about__overview .overview-image img{width:100%;height:auto;display:block}.about__values .values-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.about__values .values-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.about__values .values-grid{grid-template-columns:repeat(4,1fr)}}.about__values .value-card{text-align:center;padding:2rem;background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;transition:all .3s ease-in-out}.about__values .value-card:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.about__values .value-card__icon{width:72px;height:72px;background:linear-gradient(135deg,#1e40af,#059669);border-radius:9999px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.about__values .value-card__icon svg{width:36px;height:36px;color:#fff}.about__values .value-card__title{font-family:Poppins,Inter,sans-serif;font-weight:600;font-size:1.125rem;color:#111827;margin-bottom:.5rem}.about__values .value-card__text{color:#4b5563;font-size:.875rem;line-height:1.6}.about__timeline .timeline{position:relative;max-width:800px;margin:0 auto}.about__timeline .timeline:before{content:"";position:absolute;left:20px;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#1e40af,#059669)}@media(min-width:768px){.about__timeline .timeline:before{left:50%;transform:translate(-50%)}}.about__timeline .timeline-item{position:relative;padding-left:60px;padding-bottom:3rem}@media(min-width:768px){.about__timeline .timeline-item{padding-left:0;padding-right:0;width:50%}.about__timeline .timeline-item:nth-child(odd){margin-left:50%;padding-left:40px}.about__timeline .timeline-item:nth-child(2n){margin-right:50%;padding-right:40px;text-align:right}}.about__timeline .timeline-item__dot{position:absolute;left:12px;top:0;width:18px;height:18px;background-color:#1e40af;border:3px solid #ffffff;border-radius:9999px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}@media(min-width:768px){.about__timeline .timeline-item__dot{left:auto}}@media(min-width:768px){.timeline-item:nth-child(odd) .about__timeline .timeline-item__dot{left:-9px}}@media(min-width:768px){.timeline-item:nth-child(2n) .about__timeline .timeline-item__dot{right:-9px}}.about__timeline .timeline-item__year{display:inline-block;padding:.25rem 1rem;background-color:#1e40af;color:#fff;font-weight:600;font-size:.875rem;border-radius:9999px;margin-bottom:.5rem}.about__timeline .timeline-item__title{font-family:Poppins,Inter,sans-serif;font-weight:600;font-size:1.125rem;color:#111827;margin-bottom:.25rem}.about__timeline .timeline-item__text{color:#4b5563;font-size:.875rem;line-height:1.6}.services__header{background:linear-gradient(135deg,#1e40af,#059669);padding:120px 0 4rem;position:relative;overflow:hidden}.services__header:before{content:"";position:absolute;top:-100px;right:-100px;width:400px;height:400px;background:#ffffff0d;border-radius:50%}.services__header:after{content:"";position:absolute;bottom:-50px;left:-50px;width:200px;height:200px;background:#ffffff08;border-radius:50%}.services__header .section__container{position:relative;z-index:1}.services__header .section__badge{background-color:#fff3;color:#fff}.services__header .section__title{color:#fff}.services__header .section__subtitle{color:#ffffffe6}.services__header-icon{width:80px;height:80px;background-color:#ffffff1a;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.services__header-icon svg{width:40px;height:40px;color:#fff}.services__content .content-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:1024px){.services__content .content-grid{grid-template-columns:2fr 1fr}}.services__content .content-main h2{font-family:Poppins,Inter,sans-serif;font-weight:700;font-size:1.5rem;color:#111827;margin-bottom:1rem;margin-top:2rem}.services__content .content-main h2:first-child{margin-top:0}.services__content .content-main h3{font-family:Poppins,Inter,sans-serif;font-weight:600;font-size:1.25rem;color:#1f2937;margin-bottom:.5rem;margin-top:1.5rem}.services__content .content-main p{color:#4b5563;font-size:1rem;line-height:1.8;margin-bottom:1rem}.services__content .content-main ul{list-style:none;padding:0;margin:0 0 1.5rem}.services__content .content-main ul li{position:relative;padding-left:2rem;margin-bottom:.5rem;color:#4b5563;line-height:1.6}.services__content .content-main ul li:before{content:"";position:absolute;left:0;top:8px;width:8px;height:8px;background-color:#059669;border-radius:9999px}@media(min-width:1024px){.services__content .content-sidebar{position:sticky;top:100px;align-self:start}}.services__sidebar-card{background-color:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;margin-bottom:1.5rem}.services__sidebar-card-title{font-family:Poppins,Inter,sans-serif;font-weight:600;font-size:1.125rem;color:#111827;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #f3f4f6}.services__quick-links{list-style:none;padding:0;margin:0}.services__quick-links li{margin-bottom:.5rem}.services__quick-links a{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;color:#4b5563;text-decoration:none;border-radius:.375rem;transition:all .15s ease-in-out}.services__quick-links a:hover,.services__quick-links a.active{background-color:#f9fafb;color:#1e40af}.services__quick-links a svg{width:20px;height:20px}.services__features .features-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.services__features .features-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.services__features .features-grid{grid-template-columns:repeat(3,1fr)}}.services__process .process-steps{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.services__process .process-steps{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.services__process .process-steps{grid-template-columns:repeat(4,1fr)}}.services__process .process-step{text-align:center;padding:1.5rem;position:relative}.services__process .process-step__number{width:56px;height:56px;background:linear-gradient(135deg,#1e40af,#059669);border-radius:9999px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-family:Poppins,Inter,sans-serif;font-weight:700;font-size:1.25rem;color:#fff}.services__process .process-step__title{font-family:Poppins,Inter,sans-serif;font-weight:600;font-size:1.125rem;color:#111827;margin-bottom:.25rem}.services__process .process-step__text{color:#4b5563;font-size:.875rem;line-height:1.6}@media(min-width:1024px){.services__process .process-step:after{content:"";position:absolute;top:44px;right:-50%;width:100%;height:2px;background:linear-gradient(90deg,#1e40af,#059669)}}.services__process .process-step:last-child:after{display:none}.services__partners .partners-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(min-width:768px){.services__partners .partners-grid{grid-template-columns:repeat(3,1fr)}}.services__partners .partner-card{background-color:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;text-align:center;transition:all .3s ease-in-out;border:2px solid transparent}.services__partners .partner-card:hover{border-color:#3b82f6;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.services__partners .partner-card__logo{height:60px;width:auto;margin-bottom:1rem}.services__partners .partner-card__name{font-family:Poppins,Inter,sans-serif;font-weight:600;font-size:1rem;color:#111827}.faq__header{background:linear-gradient(135deg,#1e40af,#1e3a8a);padding:120px 0 4rem;position:relative}.faq__header .section__title{color:#fff}.faq__header .section__subtitle{color:#ffffffe6}.faq__content{max-width:900px;margin:0 auto}.faq__categories{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:3rem}.faq__category-btn{padding:.5rem 1.5rem;background-color:#fff;border:2px solid #e5e7eb;border-radius:9999px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;font-size:.875rem;font-weight:500;color:#4b5563;cursor:pointer;transition:all .15s ease-in-out}.faq__category-btn:hover{border-color:#3b82f6;color:#1e40af}.faq__category-btn.active{background-color:#1e40af;border-color:#1e40af;color:#fff}.faq__accordion{display:flex;flex-direction:column;gap:1rem}.faq__item{background-color:#fff;border-radius:.75rem;box-shadow:0 1px 2px #0000000d;overflow:hidden;border:1px solid #f3f4f6;transition:all .3s ease-in-out}.faq__item:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.faq__item.active{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;border-color:#3b82f6}.faq__question{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;padding:1.5rem 2rem;background:transparent;border:none;text-align:left;cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;font-size:1rem;font-weight:600;color:#111827;transition:all .15s ease-in-out}@media(min-width:768px){.faq__question{font-size:1.125rem}}.faq__question:hover,.faq__item.active .faq__question{color:#1e40af}.faq__icon{width:24px;height:24px;flex-shrink:0;color:#9ca3af;transition:transform .15s ease-in-out}.faq__item.active .faq__icon{transform:rotate(180deg);color:#1e40af}.faq__answer{overflow:hidden}.faq__answer-content{padding:0 2rem 1.5rem;color:#4b5563;font-size:1rem;line-height:1.8}.faq__contact{background-color:#f9fafb;border-radius:.75rem;padding:3rem;text-align:center;margin-top:3rem}.faq__contact-title{font-family:Poppins,Inter,sans-serif;font-weight:700;font-size:1.5rem;color:#111827;margin-bottom:.5rem}.faq__contact-text{color:#4b5563;font-size:1rem;margin-bottom:1.5rem}.faq__contact-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.contact__header{background:linear-gradient(135deg,#1e40af,#059669);padding:120px 0 4rem;position:relative}.contact__header .section__title{color:#fff}.contact__header .section__subtitle{color:#ffffffe6}.contact__content{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:1024px){.contact__content{grid-template-columns:1fr 1fr}}.contact__info-title{font-family:Poppins,Inter,sans-serif;font-weight:700;font-size:1.5rem;color:#111827;margin-bottom:1.5rem}.contact__info-text{color:#4b5563;font-size:1rem;line-height:1.7;margin-bottom:2rem}.contact__details{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.contact__detail-item{display:flex;align-items:flex-start;gap:1rem}.contact__detail-item-icon{width:48px;height:48px;background:linear-gradient(135deg,#1e40af,#059669);border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact__detail-item-icon svg{width:24px;height:24px;color:#fff}.contact__detail-item-content h4{font-family:Poppins,Inter,sans-serif;font-weight:600;font-size:1rem;color:#111827;margin-bottom:.25rem}.contact__detail-item-content p,.contact__detail-item-content a{color:#4b5563;font-size:1rem;line-height:1.6;text-decoration:none}.contact__detail-item-content a:hover{color:#1e40af}.contact__socials{display:flex;gap:1rem}.contact__socials-title{font-family:Poppins,Inter,sans-serif;font-weight:600;font-size:1.125rem;color:#111827;margin-bottom:1rem}.contact__social-link{width:44px;height:44px;background-color:#f3f4f6;border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#4b5563;transition:all .15s ease-in-out}.contact__social-link:hover{background-color:#1e40af;color:#fff}.contact__social-link svg{width:22px;height:22px}.contact__form-wrapper{background-color:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.contact__form-title{font-family:Poppins,Inter,sans-serif;font-weight:700;font-size:1.25rem;color:#111827;margin-bottom:1.5rem}.contact__form-group{margin-bottom:1.5rem}.contact__form-group--half{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.contact__form-group--half{grid-template-columns:1fr 1fr}}.contact__label{display:block;font-weight:500;font-size:.875rem;color:#374151;margin-bottom:.5rem}.contact__label span{color:#ef4444}.contact__input,.contact__textarea,.contact__select{width:100%;padding:1rem 1.5rem;background-color:#f9fafb;border:2px solid #e5e7eb;border-radius:.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;font-size:1rem;color:#111827;transition:all .15s ease-in-out}.contact__input::placeholder,.contact__textarea::placeholder,.contact__select::placeholder{color:#9ca3af}.contact__input:focus,.contact__textarea:focus,.contact__select:focus{outline:none;border-color:#1e40af;background-color:#fff;box-shadow:0 0 0 4px #1e40af1a}.contact__input:disabled,.contact__textarea:disabled,.contact__select:disabled{background-color:#f3f4f6;cursor:not-allowed}.contact__textarea{min-height:150px;resize:vertical}.contact__select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-size:20px;padding-right:48px}.contact__checkbox-group{display:flex;align-items:flex-start;gap:.5rem}.contact__checkbox-group input[type=checkbox]{width:20px;height:20px;margin-top:2px;accent-color:#1e40af}.contact__checkbox-group label{font-size:.875rem;color:#4b5563;line-height:1.5}.contact__checkbox-group label a{color:#1e40af;text-decoration:none}.contact__checkbox-group label a:hover{text-decoration:underline}.contact__submit{width:100%;margin-top:1rem}.contact__message{padding:1rem 1.5rem;border-radius:.5rem;margin-bottom:1.5rem;font-size:.875rem}.contact__message--success{background-color:#0596691a;color:#047857;border:1px solid #10b981}.contact__message--error{background-color:#ef44441a;color:#b91c1c;border:1px solid #f87171}.contact__map{margin-top:4rem}.contact__map-wrapper{border-radius:.75rem;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;height:400px}.contact__map-wrapper iframe{width:100%;height:100%;border:none}.contact__map-title{font-family:Poppins,Inter,sans-serif;font-weight:700;font-size:1.5rem;color:#111827;margin-bottom:1.5rem;text-align:center}.team__header{background:linear-gradient(135deg,#1e40af,#059669);padding:120px 0 4rem;position:relative;overflow:hidden}.team__header:before{content:"";position:absolute;top:-100px;right:-100px;width:400px;height:400px;background:#ffffff0d;border-radius:50%}.team__header .section__title{color:#fff}.team__header .section__subtitle{color:#ffffffe6}.team__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.team__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.team__grid{grid-template-columns:repeat(3,1fr)}}.team__join{text-align:center;max-width:700px;margin:0 auto;padding:2rem 0}.team__join-title{font-family:Poppins,Inter,sans-serif;font-weight:700;font-size:1.5rem;color:#111827;margin-bottom:1rem}@media(min-width:768px){.team__join-title{font-size:1.875rem}}.team__join-text{color:#4b5563;font-size:1.125rem;line-height:1.7;margin-bottom:2rem}.team-card{background-color:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;transition:all .3s ease-in-out;border:1px solid #f3f4f6}.team-card:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;border-color:#3b82f6}.team-card:hover .team-card__image-wrapper:after{opacity:.3}.team-card__image-wrapper{position:relative;width:100%;height:280px;overflow:hidden}.team-card__image-wrapper:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#1e40af,#059669);opacity:0;transition:opacity .3s ease-in-out}.team-card__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease-in-out}.team-card:hover .team-card__image{transform:scale(1.05)}.team-card__placeholder{width:100%;height:100%;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);display:flex;align-items:center;justify-content:center}.team-card__placeholder svg{width:80px;height:80px;color:#9ca3af}.team-card__content{padding:2rem}.team-card__name{font-family:Poppins,Inter,sans-serif;font-weight:700;font-size:1.25rem;color:#111827;margin-bottom:.25rem}.team-card__position{font-size:.875rem;font-weight:600;color:#1e40af;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.team-card__description{color:#4b5563;font-size:.875rem;line-height:1.7;margin-bottom:1.5rem}.team-card__contact{display:flex;flex-direction:column;gap:.5rem;padding-top:1rem;border-top:1px solid #f3f4f6}.team-card__contact-item{display:flex;align-items:center;gap:.5rem;color:#4b5563;text-decoration:none;font-size:.875rem;transition:color .15s ease-in-out}.team-card__contact-item:hover{color:#1e40af}.team-card__contact-item svg{width:18px;height:18px;flex-shrink:0;color:#059669}
