.faq-section{padding:80px 24px;background-color:#fafaf8}.faq-section__container{max-width:1200px;margin:0 auto}.faq-section__header{max-width:700px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin:0 auto 60px}.faq-section__badge{margin-bottom:16px}.faq-section__title{font-size:48px;font-weight:700;color:#1a1a1a;margin-bottom:16px;line-height:1.2}.faq-section__subtitle{font-size:18px!important;color:#666;line-height:1.6}.faq-section__list{display:flex;flex-direction:column;gap:1rem}.faq-section__item{border:1px solid rgba(7,95,85,.35);border-radius:16px;overflow:hidden;transition:all .3s ease}.faq-section__item--open{background-color:rgba(7,95,85,.02)}.faq-section__question{width:100%;text-align:left;padding:18px;background:transparent;border:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background-color .3s ease}.faq-section__question-text{font-size:20px;font-weight:600;color:#1a1a1a;line-height:1.5;flex:1}.faq-section__icon{width:32px;height:32px;border-radius:50%;background-color:transparent;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#1a1a1a;transition:transform .3s ease}.faq-section__icon--open{transform:rotate(180deg)}.faq-section__icon svg{font-size:14px}.faq-section__answer{max-width:100%;padding:0 20px 20px;font-size:18px;color:#49475d;line-height:1.5;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.faq-section{padding:60px 24px}.faq-section__title{font-size:36px}.faq-section__subtitle{font-size:14px}.faq-section__question{padding:24px 20px}.faq-section__question-text{font-size:16px}.faq-section__answer{font-size:14px;padding:12px 20px 24px}}.how-it-works-section{padding:80px 24px;background-color:#fdfdfb}.how-it-works-section__container{max-width:1200px;margin:0 auto}.how-it-works-section__header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:60px}.how-it-works-section__title{max-width:550px;font-size:48px;font-weight:700;color:#1a1a1a;margin:0;line-height:1.2;text-align:left}.how-it-works-section__subtitle{font-size:18px!important;color:#25242d;line-height:150%;max-width:400px;margin:0;text-align:left}.how-it-works-section__steps{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;position:relative}.how-it-works-section__step-wrapper{position:relative;display:flex;flex-direction:column;gap:10px}.how-it-works-section__step-number{font-size:42px;font-weight:600;color:#075e54;line-height:1;opacity:.25!important;z-index:0}.how-it-works-section__step{position:relative;z-index:2;width:100%}.how-it-works-section__step-box{width:100%;min-height:150px;background-color:#f8f6e2;border-radius:10px}.how-it-works-section__step-title{font-size:20px;font-weight:700;color:#1a1a1a;line-height:150%;margin:0}.how-it-works-section__arrow img{width:65px;height:auto;-o-object-fit:contain;object-fit:contain}.how-it-works-section__steps .how-it-works-section__step-wrapper:nth-child(2){padding-top:100px}.how-it-works-section__steps .how-it-works-section__step-wrapper:nth-child(2) .how-it-works-section__arrow--bottom{display:flex;justify-content:flex-end;width:100%}.how-it-works-section__steps .how-it-works-section__step-wrapper:nth-child(3){padding-top:300px}.how-it-works-section__steps .how-it-works-section__step-wrapper:nth-child(4){padding-top:50px}@media(max-width:1024px){.how-it-works-section__header{flex-direction:column;gap:20px}.how-it-works-section__subtitle{text-align:left;max-width:100%}.how-it-works-section__steps{grid-template-columns:repeat(2,1fr);gap:40px}.how-it-works-section__arrow{display:none}}@media(max-width:768px){.how-it-works-section{padding:60px 24px}.how-it-works-section__title{font-size:36px}.how-it-works-section__subtitle{font-size:14px}.how-it-works-section__steps{grid-template-columns:1fr;gap:30px}.how-it-works-section__step-number{font-size:72px}}.services-section{padding:110px 0;background-color:#fdfdfb}.services-section__container{max-width:1200px;margin:0 auto}.services-section__header{max-width:700px;display:flex;flex-direction:column;align-items:center;text-align:center;margin:0 auto 60px}.services-section__badge{margin-bottom:16px}.services-section__title{font-size:48px;font-weight:700;color:#1a1a1a;margin-bottom:16px;line-height:1.2}.services-section__subtitle{font-size:18px!important;color:#666;line-height:1.6;max-width:600px;margin:0 auto}.services-section__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:48px}.services-section__card{border-radius:16px;padding:40px 32px;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease;background-color:#f0f5ea}.services-section__icon{margin-bottom:20px}.services-section__card-title{font-size:20px!important;font-weight:600;color:#1a1a1a;margin-bottom:12px;line-height:1.3}.services-section__card-description{font-size:16px!important;color:#666;line-height:1.6;margin-bottom:1rem!important;flex-grow:1}.services-section__card-items{list-style:none;padding:0;margin:0!important}.services-section__card-item{font-size:16px!important;color:#25242d;line-height:1.6;margin-bottom:4px;display:flex;align-items:flex-start;gap:8px}.services-section__card-item:last-child{margin-bottom:0}.services-section__check-icon{flex-shrink:0;margin-top:2px}.services-section__cta{width:100%;display:flex;justify-content:center;margin-top:48px}@media(max-width:1024px){.services-section__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.services-section{padding:60px 24px}.services-section__title{font-size:36px}.services-section__subtitle{font-size:16px}.services-section__grid{grid-template-columns:1fr;gap:20px}.services-section__card{padding:32px 24px}}.trusted-section{padding:80px 0;background-color:#fafaf8;overflow:hidden}.trusted-section__header{max-width:1400px;margin:0 auto;padding:0 24px}@media(max-width:768px){.trusted-section__header{padding:0 16px}}.trusted-section__title{max-width:900px;font-size:48px;font-weight:700;color:#1a1a1a;margin:0 0 20px;line-height:1.2}@media(max-width:768px){.trusted-section__title{font-size:36px;margin-bottom:40px}}.trusted-section__logos{display:flex;align-items:center;flex-wrap:wrap;gap:40px;margin-bottom:60px}@media(max-width:768px){.trusted-section__logos{gap:24px;margin-bottom:40px}}.trusted-section__logo{display:flex;align-items:center;justify-content:center;opacity:.7;transition:opacity .3s ease}.trusted-section__logo:hover{opacity:1}.trusted-section__logo-image{max-width:150px;max-height:80px;width:auto;height:auto;-o-object-fit:contain;object-fit:contain;filter:grayscale(100%);transition:filter .3s ease}.trusted-section__logo-image:hover{filter:grayscale(0)}@media(max-width:768px){.trusted-section__logo-image{max-width:120px;max-height:60px}}.trusted-section__carousel-wrapper{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;overflow:hidden}.trusted-section__carousel{display:flex;width:100%;overflow:hidden}.trusted-section__track{display:flex;gap:24px;animation:scroll 40s linear infinite;width:-moz-max-content;width:max-content}.trusted-section__track:hover{animation-play-state:paused}@media(max-width:768px){.trusted-section__track{gap:16px;animation-duration:30s}}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(calc(-50% - 12px))}}.trusted-section__card{flex-shrink:0;width:300px;height:400px;border-radius:10px;overflow:hidden;position:relative;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease}.trusted-section__card:hover{transform:scale(1.02);box-shadow:0 8px 24px rgba(0,0,0,.15)}@media(max-width:768px){.trusted-section__card{width:280px;height:373px}}.trusted-section__card-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0}.trusted-section__card-gradient{position:absolute;bottom:0;left:0;right:0;height:60%;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.7));pointer-events:none}.trusted-section__card-info{position:absolute;bottom:0;left:0;right:0;padding:24px 20px;z-index:1;text-align:left}.trusted-section__card-header{display:flex;align-items:baseline;gap:6px}.trusted-section__card-name{font-size:16px;font-weight:600;color:#fff;margin:0;line-height:1.3;text-align:left}.trusted-section__card-age{font-size:14px;color:hsla(0,0%,100%,.8);font-weight:400}.trusted-section__card-country{display:flex;align-items:center;gap:8px;margin-bottom:8px;text-align:left}.trusted-section__card-flag{width:20px;height:15px;-o-object-fit:cover;object-fit:cover;border-radius:2px}.trusted-section__card-country-name{font-size:14px;color:#fff;font-weight:400}.trusted-section__card-occupation{font-size:13px;color:#fff!important;line-height:1.4;margin:0;text-align:left}@media(max-width:768px){.trusted-section{padding:60px 0}}.workabroad-advance-hero{width:100%;display:flex;align-items:center;justify-content:center;background-color:#fdfdfb;padding:112px 0}@media(max-width:768px){.workabroad-advance-hero{padding:40px 0 60px}}.workabroad-advance-hero__container{max-width:1400px;width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 24px}@media(max-width:768px){.workabroad-advance-hero__container{padding:0 16px}}.workabroad-advance-hero__badge{margin-bottom:1rem}.workabroad-advance-hero__title{font-size:60px;font-weight:700;line-height:1.1;color:#25242d;margin:0 0 32px;letter-spacing:-2px}@media(max-width:1200px){.workabroad-advance-hero__title{font-size:64px;letter-spacing:-1.5px}}@media(max-width:768px){.workabroad-advance-hero__title{font-size:48px;letter-spacing:-1px}}@media(max-width:480px){.workabroad-advance-hero__title{font-size:36px;letter-spacing:-.5px}}.workabroad-advance-hero__subtitle{font-size:20px!important;font-weight:400;line-height:150%;color:#25242d;padding-bottom:2rem;max-width:800px}@media(max-width:768px){.workabroad-advance-hero__subtitle{font-size:18px!important}.workabroad-advance-hero__subtitle br{display:none}}.workabroad-advance-hero__cta{display:flex;gap:16px;margin-bottom:60px;justify-content:center}@media(max-width:768px){.workabroad-advance-hero__cta{margin-bottom:40px;gap:12px}}.workabroad-advance-hero__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;width:100%;max-width:1200px}@media(max-width:1024px){.workabroad-advance-hero__cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.workabroad-advance-hero__cards{grid-template-columns:1fr;gap:20px}}.workabroad-advance-hero__card{border-radius:16px;padding:40px 32px;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease;background-color:#f8f6e2;align-items:flex-start;text-align:left}@media(max-width:768px){.workabroad-advance-hero__card{padding:32px 24px}}.workabroad-advance-hero__icon{margin-bottom:20px;align-self:flex-start}.workabroad-advance-hero__card-title{font-size:22px!important;font-weight:600;color:#1a1a1a;margin-bottom:12px;line-height:1.3;text-align:left}.workabroad-advance-hero__card-description{font-size:18px!important;color:#49475d!important;line-height:1.6;margin:0;text-align:left}.workabroad-advance-page{width:100%;overflow-x:hidden;padding-top:90px}