@charset "UTF-8";.header{position:sticky;top:0;background-color:#151a1f;border-bottom:1px solid rgba(74,222,128,.2);z-index:1000;transition:border-color .3s ease}.header__container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}@media(min-width:768px){.header__container{padding:0 2rem}}.header__container{display:flex;align-items:center;justify-content:space-between;padding:1.5rem}@media(min-width:768px){.header__container{padding:1.5rem 2rem}}.header__logo{font-size:1.5rem;font-weight:700;color:#4ade80;text-decoration:none;transition:color .3s ease;text-transform:uppercase;letter-spacing:.1em}.header__logo:hover{color:#e5e7eb}.header__nav{display:none}@media(min-width:768px){.header__nav{display:flex;gap:2rem}}.header__nav-link{color:#e5e7eb;text-decoration:none;font-weight:500;transition:color .3s ease;position:relative;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem}.header__nav-link:hover{color:#4ade80}.header__nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background-color:#4ade80;transition:width .3s ease}.header__nav-link:hover:after{width:100%}.header__mobile-menu{display:block;background:none;border:1px solid rgba(74,222,128,.2);padding:.5rem;font-size:1.5rem;color:#e5e7eb;cursor:pointer;transition:border-color .3s ease}.header__mobile-menu:hover{border-color:#4ade80}@media(min-width:768px){.header__mobile-menu{display:none}}.header__mobile-nav{background-color:#151a1f;border-top:1px solid rgba(74,222,128,.2)}.hero{padding:3rem 0}@media(min-width:768px){.hero{padding:4rem 0}}.hero{background-color:#0e1114;color:#e5e7eb;text-align:center;position:relative;border-bottom:1px solid rgba(74,222,128,.2)}.hero__container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}@media(min-width:768px){.hero__container{padding:0 2rem}}.hero__container{display:flex;flex-direction:column;align-items:center;gap:2rem;max-width:800px}.hero__title{font-size:3rem;font-weight:700;margin:0;line-height:1.2;color:#4ade80;text-transform:uppercase;letter-spacing:.1em}@media(min-width:768px){.hero__title{font-size:4rem}}.hero__tagline{font-size:1.25rem;margin:0;color:#e5e7ebb3;text-transform:uppercase;letter-spacing:.15em;font-weight:500}@media(min-width:768px){.hero__tagline{font-size:1.5rem}}.hero__subtitle{font-size:1rem;margin:0;color:#e5e7ebb3;max-width:600px;line-height:1.6}@media(min-width:768px){.hero__subtitle{font-size:1.25rem}}.hero__cta{margin-top:2rem;display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap}.hero__button--primary{background-color:#4ade80;color:#0e1114;border:1px solid #4ade80;padding:1rem 2rem;border-radius:0;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.05em}.hero__button--primary:hover{background-color:transparent;color:#4ade80}.hero__button--primary:active{opacity:.8}.hero__button--secondary{background-color:transparent;color:#4ade80;border:1px solid #4ade80;padding:1rem 2rem;border-radius:0;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.05em}.hero__button--secondary:hover{background-color:#4ade80;color:#0e1114}.about{padding:3rem 0}@media(min-width:768px){.about{padding:4rem 0}}.about{background-color:#151a1f;border-bottom:1px solid rgba(74,222,128,.2)}.about__container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}@media(min-width:768px){.about__container{padding:0 2rem}}.about__container{max-width:900px}.about__content{display:grid;gap:3rem}.about__text{display:flex;flex-direction:column;gap:1.5rem}.about__title{font-size:2rem;font-weight:700;color:#e5e7eb;margin:0 0 1.5rem;text-transform:uppercase;letter-spacing:.05em;border-left:2px solid #4ade80;padding-left:1.5rem}@media(min-width:768px){.about__title{font-size:3rem}}.about__paragraph{font-size:1rem;line-height:1.8;color:#e5e7ebb3;margin:0}@media(min-width:768px){.about__paragraph{font-size:1.25rem}}.about__highlight{color:#4ade80;font-weight:500}.services{padding:3rem 0}@media(min-width:768px){.services{padding:4rem 0}}.services{background-color:#0e1114;border-bottom:1px solid rgba(74,222,128,.2)}.services__container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}@media(min-width:768px){.services__container{padding:0 2rem}}.services__header{text-align:center;margin-bottom:3rem}.services__title{font-size:2rem;font-weight:700;color:#e5e7eb;margin:0 0 1.5rem;text-transform:uppercase;letter-spacing:.05em}@media(min-width:768px){.services__title{font-size:3rem}}.services__subtitle{font-size:1rem;color:#e5e7ebb3;margin:0}@media(min-width:768px){.services__subtitle{font-size:1.25rem}}.services__grid{display:grid;gap:2rem;grid-template-columns:1fr}@media(min-width:768px){.services__grid{grid-template-columns:repeat(3,1fr)}}.services__card{background-color:#151a1f;padding:2rem;border:1px solid rgba(74,222,128,.2);transition:border-color .3s ease;display:flex;flex-direction:column;gap:1.5rem;position:relative}.services__card:before{content:"";position:absolute;top:0;left:0;width:2px;height:0;background-color:#4ade80;transition:height .3s ease}.services__card:hover{border-color:#4ade804d}.services__card:hover:before{height:100%}.services__card-title{font-size:1.5rem;font-weight:700;color:#4ade80;margin:0;text-transform:uppercase;letter-spacing:.05em}.services__card-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.services__card-item{font-size:1rem;line-height:1.6;color:#e5e7ebb3;padding-left:1.5rem;position:relative}.services__card-item:before{content:"—";position:absolute;left:0;color:#4ade804d}.how-it-works{padding:3rem 0}@media(min-width:768px){.how-it-works{padding:4rem 0}}.how-it-works{background-color:#151a1f;border-bottom:1px solid rgba(74,222,128,.2)}.how-it-works__container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}@media(min-width:768px){.how-it-works__container{padding:0 2rem}}.how-it-works__header{text-align:center;margin-bottom:3rem}.how-it-works__title{font-size:2rem;font-weight:700;color:#e5e7eb;margin:0 0 1.5rem;text-transform:uppercase;letter-spacing:.05em}@media(min-width:768px){.how-it-works__title{font-size:3rem}}.how-it-works__subtitle{font-size:1rem;color:#e5e7ebb3;margin:0}@media(min-width:768px){.how-it-works__subtitle{font-size:1.25rem}}.how-it-works__flow{display:grid;gap:3rem;grid-template-columns:1fr}@media(min-width:768px){.how-it-works__flow{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.how-it-works__flow{grid-template-columns:repeat(4,1fr)}}.how-it-works__step{display:flex;flex-direction:column;gap:1rem;position:relative;padding:2rem;background-color:#0e1114;border:1px solid rgba(74,222,128,.2);transition:border-color .3s ease}.how-it-works__step:hover{border-color:#4ade804d}.how-it-works__step-number{font-size:2rem;font-weight:700;color:#4ade80;margin-bottom:.5rem}.how-it-works__step-title{font-size:1.25rem;font-weight:700;color:#e5e7eb;margin:0;text-transform:uppercase;letter-spacing:.05em}.how-it-works__step-description{font-size:1rem;line-height:1.6;color:#e5e7ebb3;margin:0}.how-it-works__connector{display:none}@media(min-width:992px){.how-it-works__connector{display:block;position:absolute;top:50%;right:-3rem;width:3rem;height:1px;background:linear-gradient(to right,rgba(74,222,128,.3),transparent);z-index:1}.how-it-works__connector:after{content:"";position:absolute;right:0;top:-2px;width:0;height:0;border-left:4px solid rgba(74,222,128,.3);border-top:2px solid transparent;border-bottom:2px solid transparent}}.who-we-serve{padding:3rem 0}@media(min-width:768px){.who-we-serve{padding:4rem 0}}.who-we-serve{background-color:#0e1114;border-bottom:1px solid rgba(74,222,128,.2)}.who-we-serve__container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}@media(min-width:768px){.who-we-serve__container{padding:0 2rem}}.who-we-serve__header{text-align:center;margin-bottom:3rem}.who-we-serve__title{font-size:2rem;font-weight:700;color:#e5e7eb;margin:0 0 1.5rem;text-transform:uppercase;letter-spacing:.05em}@media(min-width:768px){.who-we-serve__title{font-size:3rem}}.who-we-serve__subtitle{font-size:1rem;color:#e5e7ebb3;margin:0}@media(min-width:768px){.who-we-serve__subtitle{font-size:1.25rem}}.who-we-serve__grid{display:grid;gap:2rem;grid-template-columns:1fr}@media(min-width:768px){.who-we-serve__grid{grid-template-columns:repeat(3,1fr)}}.who-we-serve__card{background-color:#151a1f;padding:2rem;border:1px solid rgba(74,222,128,.2);transition:border-color .3s ease;display:flex;flex-direction:column;gap:1.5rem}.who-we-serve__card:hover{border-color:#4ade804d}.who-we-serve__card-title{font-size:1.5rem;font-weight:700;color:#4ade80;margin:0;text-transform:uppercase;letter-spacing:.05em}.who-we-serve__card-description{font-size:1rem;line-height:1.6;color:#e5e7ebb3;margin:0}.trust-compliance{padding:3rem 0}@media(min-width:768px){.trust-compliance{padding:4rem 0}}.trust-compliance{background-color:#151a1f;border-bottom:1px solid rgba(74,222,128,.2)}.trust-compliance__container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}@media(min-width:768px){.trust-compliance__container{padding:0 2rem}}.trust-compliance__header{text-align:center;margin-bottom:3rem}.trust-compliance__title{font-size:2rem;font-weight:700;color:#e5e7eb;margin:0 0 1.5rem;text-transform:uppercase;letter-spacing:.05em}@media(min-width:768px){.trust-compliance__title{font-size:3rem}}.trust-compliance__subtitle{font-size:1rem;color:#e5e7ebb3;margin:0}@media(min-width:768px){.trust-compliance__subtitle{font-size:1.25rem}}.trust-compliance__grid{display:grid;gap:2rem;grid-template-columns:1fr}@media(min-width:768px){.trust-compliance__grid{grid-template-columns:repeat(2,1fr)}}.trust-compliance__card{background-color:#0e1114;padding:2rem;border:1px solid rgba(74,222,128,.2);transition:border-color .3s ease;display:flex;flex-direction:column;gap:1rem}.trust-compliance__card:hover{border-color:#4ade804d}.trust-compliance__card-title{font-size:1.25rem;font-weight:700;color:#4ade80;margin:0;text-transform:uppercase;letter-spacing:.05em}.trust-compliance__card-description{font-size:1rem;line-height:1.6;color:#e5e7ebb3;margin:0}.contact{padding:3rem 0}@media(min-width:768px){.contact{padding:4rem 0}}.contact{background-color:#0e1114;border-bottom:1px solid rgba(74,222,128,.2)}.contact__container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}@media(min-width:768px){.contact__container{padding:0 2rem}}.contact__container{max-width:800px}.contact__header{text-align:center;margin-bottom:3rem}.contact__title{font-size:2rem;font-weight:700;color:#e5e7eb;margin:0 0 1.5rem;text-transform:uppercase;letter-spacing:.05em}@media(min-width:768px){.contact__title{font-size:3rem}}.contact__subtitle{font-size:1rem;color:#e5e7ebb3;margin:0}@media(min-width:768px){.contact__subtitle{font-size:1.25rem}}.contact__form{display:flex;flex-direction:column;gap:1.5rem}.contact__form-group{display:flex;flex-direction:column;gap:.5rem}.contact__label{font-size:1rem;font-weight:500;color:#e5e7eb;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem}.contact__input,.contact__textarea,.contact__select{padding:1rem;border:1px solid rgba(74,222,128,.2);border-radius:0;font-size:1rem;font-family:Inter,IBM Plex Sans,Space Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#151a1f;color:#e5e7eb;transition:border-color .3s ease}.contact__input:focus,.contact__textarea:focus,.contact__select:focus{outline:none;border-color:#4ade80}.contact__input::placeholder,.contact__textarea::placeholder,.contact__select::placeholder{color:#e5e7ebb3}.contact__select{cursor:pointer}.contact__textarea{min-height:120px;resize:vertical}.contact__button{background-color:#4ade80;color:#0e1114;border:1px solid #4ade80;padding:1rem 2rem;border-radius:0;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.05em}.contact__button:hover{background-color:transparent;color:#4ade80}.contact__button:active{opacity:.8}.contact__button{width:100%;margin-top:1rem}@media(min-width:768px){.contact__button{width:auto;align-self:flex-start}}.contact__message{padding:1rem;border-radius:0;margin-top:1rem;text-align:center;font-weight:500;border:1px solid}.contact__message--success{background-color:#c49a3a1a;color:#4ade80;border-color:#4ade804d}.contact__message--error{background-color:#e539351a;color:#e53935;border-color:#e539354d}.footer{background-color:#151a1f;color:#e5e7eb;padding:3rem 0;border-top:1px solid rgba(74,222,128,.2)}.footer__container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}@media(min-width:768px){.footer__container{padding:0 2rem}}.footer__container{display:flex;flex-direction:column;gap:2rem;text-align:center}@media(min-width:768px){.footer__container{display:flex;align-items:center;justify-content:space-between;flex-direction:row;text-align:left}}.footer__content{display:flex;flex-direction:column;gap:1rem}.footer__title{font-size:1.5rem;font-weight:700;margin:0;color:#4ade80;text-transform:uppercase;letter-spacing:.1em}.footer__text{font-size:1rem;color:#e5e7ebb3;margin:0}.footer__links{display:flex;flex-direction:column;gap:.5rem}@media(min-width:768px){.footer__links{align-items:flex-end}}.footer__link{color:#e5e7ebb3;text-decoration:none;transition:color .3s ease;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem}.footer__link:hover{color:#4ade80}.footer__social{display:flex;align-items:center;justify-content:center;gap:2rem;padding-top:2rem;margin-top:2rem}.footer__social-link{color:#e5e7ebb3;text-decoration:none;transition:color .3s ease;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:500;position:relative}.footer__social-link:hover{color:#4ade80}.footer__social-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background-color:#4ade80;transition:width .3s ease}.footer__social-link:hover:after{width:100%}.footer__copyright{text-align:center;padding-top:2rem;margin-top:2rem;color:#e5e7ebb3;font-size:.875rem}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,IBM Plex Sans,Space Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;line-height:1.6;color:#e5e7eb;background-color:#0e1114;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1}#root{min-height:100vh}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}@media(min-width:768px){.container{padding:0 2rem}}.section{padding:3rem 0}@media(min-width:768px){.section{padding:4rem 0}}
