.services-hero{padding:120px 0 80px;background:#213b6f;position:relative;overflow:hidden}.services-hero__container{max-width:1400px;margin:0 auto;padding:0 20px;position:relative;z-index:2}.services-hero__content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.services-hero__text{animation:fadeInLeft 1s ease-out}.services-hero__title{font-size:3.5rem;font-weight:700;color:#fff;margin-bottom:16px;line-height:1.1}@media(max-width:768px){.services-hero__title{font-size:2.5rem}}.services-hero__subtitle{font-size:1.5rem;font-weight:500;color:#fff;margin-bottom:24px;line-height:1.3}@media(max-width:768px){.services-hero__subtitle{font-size:1.25rem}}.services-hero__description{font-size:1.1rem;line-height:1.6;color:#e8eaf0;margin-bottom:32px}@media(max-width:768px){.services-hero__description{font-size:1rem}}.services-hero__features{list-style:none;padding:0;margin:0}.services-hero__feature{display:flex;align-items:center;gap:12px;margin-bottom:16px;font-size:1.1rem;color:#fff;animation:fadeInUp .6s ease-out;animation-fill-mode:both}.services-hero__feature:first-child{animation-delay:.1s}.services-hero__feature:nth-child(2){animation-delay:.2s}.services-hero__feature:nth-child(3){animation-delay:.3s}.services-hero__feature:nth-child(4){animation-delay:.4s}.services-hero__feature-icon{width:24px;height:24px;background:linear-gradient(135deg,#3498db,#2980b9);color:#fff;border-radius:50%;font-weight:700;font-size:14px;flex-shrink:0}.services-hero__feature-icon,.services-hero__image{display:flex;align-items:center;justify-content:center}.services-hero__image{position:relative;animation:fadeInRight 1s ease-out}.services-hero__img{width:100%;height:auto;border-radius:20px;transition:transform .3s ease}.services-hero__img:hover{transform:scale(1.02)}@media(max-width:768px){.services-hero{padding:80px 0 60px}.services-hero__content{grid-template-columns:1fr;gap:40px;text-align:center}.services-hero__container{padding:0 16px}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}.services-cards{padding:80px 0;background:#fff}.services-cards__container{max-width:1400px;margin:0 auto;padding:0 20px}.services-cards__grid{display:flex;flex-direction:column;gap:30px}.services-cards__row{display:flex;gap:30px;width:100%}.services-cards__row--first .services-cards__card--large{flex:0 0 70%}.services-cards__row--first .services-cards__card--small{flex:0 0 calc(30% - 15px)}.services-cards__row--second .services-cards__card--medium{flex:0 0 calc(50% - 15px)}.services-cards__card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.1);transition:all .3s ease;position:relative;max-height:400px;display:flex;flex-direction:column}.services-cards__card:hover{transform:translateY(-8px);box-shadow:0 16px 48px rgba(0,0,0,.15)}.services-cards__image-container{position:relative;flex:1;overflow:hidden;height:400px}.services-cards__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.services-cards__card:hover .services-cards__image{transform:scale(1.05)}.services-cards__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(0,0,0,.5),rgba(94,94,94,.4));display:flex;align-items:flex-end;justify-content:space-between;padding:1.5rem;transition:all .3s ease}.services-cards__card:hover .services-cards__overlay{background:linear-gradient(135deg,rgba(0,0,0,.8),rgba(94,94,94,.7))}.services-cards__title{color:#fff;font-size:1.5rem;font-weight:600;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.5);flex:1;line-height:1.3}@media(max-width:768px){.services-cards__title{font-size:1.3rem}}@media(max-width:480px){.services-cards__title{font-size:1.2rem}}.services-cards__button{background:#fff;color:#000;border:none;border-radius:8px;padding:.75rem 1rem;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease;transform:translateX(10px);opacity:.9;display:flex;align-items:center;gap:.5rem;box-shadow:0 4px 12px rgba(0,0,0,.3)}.services-cards__button:hover{background:#f8f9fa;box-shadow:0 6px 16px rgba(0,0,0,.4);transform:translateX(0);opacity:1}.services-cards__button:hover .services-cards__button-arrow{transform:translateX(3px)}.services-cards__button:focus{outline:none;box-shadow:0 0 0 3px hsla(0,0%,100%,.3)}@media(max-width:480px){.services-cards__button{padding:.6rem .8rem;font-size:.8rem}}.services-cards__button-arrow{transition:transform .3s ease}.services-cards__card:hover .services-cards__button{transform:translateX(0);opacity:1}@media(max-width:768px){.services-cards{padding:60px 0}.services-cards__container{padding:0 16px}.services-cards__grid{gap:20px}.services-cards__row{flex-direction:column;gap:20px}.services-cards__row--first .services-cards__card--large,.services-cards__row--first .services-cards__card--medium,.services-cards__row--first .services-cards__card--small,.services-cards__row--second .services-cards__card--large,.services-cards__row--second .services-cards__card--medium,.services-cards__row--second .services-cards__card--small{flex:1}.services-cards__card{max-height:350px}.services-cards__overlay{padding:1.25rem}.services-cards__title{font-size:1.25rem}.services-cards__button{padding:.65rem .85rem;font-size:.85rem}}@media(max-width:480px){.services-cards__card{max-height:300px}.services-cards__overlay{padding:1rem}.services-cards__title{font-size:1.1rem}.services-cards__button{padding:.6rem .75rem;font-size:.8rem}}@keyframes cardFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.services-cards__card{animation:cardFadeIn .6s ease-out;animation-fill-mode:both}.services-cards__card:first-child{animation-delay:.1s}.services-cards__card:nth-child(2){animation-delay:.2s}.services-cards__card:nth-child(3){animation-delay:.3s}.services-cards__card:nth-child(4){animation-delay:.4s}.why-choose-us{padding:100px 0;background:linear-gradient(135deg,#f8f9fa,#ffffff);position:relative}.why-choose-us:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(/images/pattern-subtle.svg) no-repeat 50%;background-size:cover;opacity:.03;z-index:1}.why-choose-us__container{max-width:1400px;margin:0 auto;padding:0 20px;position:relative;z-index:2}.why-choose-us__header{text-align:center;margin-bottom:60px;animation:fadeInUp .8s ease-out}.why-choose-us__title{font-size:3rem;font-weight:700;color:#2c3e50;margin-bottom:16px;line-height:1.2}@media(max-width:768px){.why-choose-us__title{font-size:2.5rem}}@media(max-width:480px){.why-choose-us__title{font-size:2rem}}.why-choose-us__subtitle{font-size:1.3rem;color:#5d6d7e;line-height:1.4;max-width:600px;margin:0 auto}@media(max-width:768px){.why-choose-us__subtitle{font-size:1.1rem}}.why-choose-us__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}@media(max-width:768px){.why-choose-us__grid{gap:25px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}@media(max-width:480px){.why-choose-us__grid{grid-template-columns:1fr}}.why-choose-us__card{background:#fff;padding:30px 25px;border-radius:20px;text-align:center;box-shadow:0 10px 30px rgba(0,0,0,.1);transition:transform .3s ease;position:relative;overflow:hidden;animation:cardSlideUp .6s ease-out;animation-fill-mode:both}.why-choose-us__card:first-child{animation-delay:.1s}.why-choose-us__card:nth-child(2){animation-delay:.2s}.why-choose-us__card:nth-child(3){animation-delay:.3s}.why-choose-us__card:nth-child(4){animation-delay:.4s}.why-choose-us__card:nth-child(5){animation-delay:.5s}.why-choose-us__card:nth-child(6){animation-delay:.6s}.why-choose-us__card>*{position:relative;z-index:2}.why-choose-us__icon{color:#3498db;margin-bottom:20px;display:flex;justify-content:center;align-items:center}.why-choose-us__icon svg{width:48px;height:48px}.why-choose-us__card-title{font-size:1.5rem;font-weight:600;color:#2c3e50;margin-bottom:16px;line-height:1.3}@media(max-width:768px){.why-choose-us__card-title{font-size:1.3rem}}.why-choose-us__card-description{font-size:1rem;color:#5d6d7e;line-height:1.6;margin:0}@media(max-width:768px){.why-choose-us__card-description{font-size:.95rem}.why-choose-us{padding:80px 0}.why-choose-us__container{padding:0 16px}.why-choose-us__header{margin-bottom:50px}.why-choose-us__card{padding:25px 20px}.why-choose-us__icon{margin-bottom:16px}.why-choose-us__icon svg{width:40px;height:40px}}@media(max-width:480px){.why-choose-us{padding:60px 0}.why-choose-us__card{padding:20px 18px}.why-choose-us__icon{margin-bottom:15px}.why-choose-us__icon svg{width:36px;height:36px}}@keyframes cardSlideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.how-it-works{padding:80px 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.how-it-works__container{max-width:1400px;margin:0 auto}.how-it-works__header{text-align:center;margin-bottom:60px}.how-it-works__title{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:16px}@media(max-width:768px){.how-it-works__title{font-size:2rem}}.how-it-works__subtitle{font-size:1.125rem;color:#64748b;max-width:600px;margin:0 auto;line-height:1.6}.how-it-works__timeline{position:relative;display:flex;flex-direction:column;gap:40px}@media(min-width:1024px){.how-it-works__timeline{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:20px}}.how-it-works__step{position:relative;flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;height:350px}@media(min-width:1024px){.how-it-works__step{max-width:200px}}.how-it-works__step-number{position:absolute;top:-15px;left:50%;transform:translateX(-50%);background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.125rem;box-shadow:0 4px 12px rgba(59,130,246,.3);z-index:2}.how-it-works__step-content{background:#fff;border-radius:16px;padding:40px 24px 32px;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid #e2e8f0;transition:all .3s ease;height:100%;display:flex;flex-direction:column;align-items:center}.how-it-works__step-content:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,.12)}.how-it-works__step-icon{color:#3b82f6;margin-bottom:20px;display:flex;align-items:center;justify-content:center}.how-it-works__step-icon svg{width:64px!important;height:64px!important}.how-it-works__step-title{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:12px;line-height:1.4}.how-it-works__step-description{font-size:.95rem;color:#64748b;line-height:1.6;flex-grow:1}.how-it-works__connector{display:none}@media(min-width:1024px){.how-it-works__connector{display:block;position:absolute;top:25px;right:-60px;width:40px;height:2px;background:linear-gradient(90deg,#3b82f6,#60a5fa);z-index:1}.how-it-works__connector:after{content:"";position:absolute;right:-6px;top:-4px;width:0;height:0;border-left:8px solid #60a5fa;border-top:5px solid rgba(0,0,0,0);border-bottom:5px solid rgba(0,0,0,0)}}@media(max-width:1023px){.how-it-works__step{margin-bottom:20px}.how-it-works__step:after{content:"";position:absolute;bottom:-30px;left:50%;transform:translateX(-50%);width:2px;height:20px;background:linear-gradient(180deg,#3b82f6,#60a5fa)}.how-it-works__step:last-child:after{display:none}}.services-faq{padding:100px 0;background:linear-gradient(135deg,#f8f9fa,#ffffff)}.services-faq__container{max-width:1400px;margin:0 auto;padding:0 20px}.services-faq__header{text-align:center;margin-bottom:80px;animation:fadeInUp .8s ease-out}.services-faq__title{font-size:3rem;font-weight:700;color:#2c3e50;margin-bottom:16px;line-height:1.2}@media(max-width:768px){.services-faq__title{font-size:2.5rem}}@media(max-width:480px){.services-faq__title{font-size:2rem}}.services-faq__subtitle{font-size:1.3rem;color:#5d6d7e;line-height:1.4;margin:0}@media(max-width:768px){.services-faq__subtitle{font-size:1.1rem}}.services-faq__content{display:grid;grid-template-columns:1fr 1.5fr;gap:60px;align-items:flex-start}@media(max-width:1024px){.services-faq__content{grid-template-columns:1fr;gap:40px}}.services-faq__left{position:sticky;top:2rem}@media(max-width:1024px){.services-faq__left{position:static}}.services-faq__info{background:linear-gradient(135deg,#ffffff,#f8f9fa);padding:40px;border-radius:20px;box-shadow:0 10px 40px rgba(0,0,0,.1);border:1px solid #e9ecef;animation:slideInLeft .8s ease-out}@media(max-width:768px){.services-faq__info{padding:30px 24px;border-radius:16px}}.services-faq__info-title{font-size:2.25rem;font-weight:700;color:#2c3e50;margin-bottom:20px;line-height:1.3}@media(max-width:768px){.services-faq__info-title{font-size:1.875rem}}.services-faq__info-description{font-size:1.125rem;color:#5d6d7e;line-height:1.7;margin-bottom:30px}@media(max-width:768px){.services-faq__info-description{font-size:1rem}}.services-faq__highlights{list-style:none;padding:0;margin:0 0 30px;display:flex;flex-direction:column;gap:12px}.services-faq__highlight-item{display:flex;align-items:center;gap:12px;font-size:1rem;color:#2c3e50;font-weight:500}.services-faq__check-icon{color:#27ae60;flex-shrink:0}.services-faq__cta{padding-top:20px;border-top:1px solid #e9ecef}.services-faq__cta p{font-size:.95rem;color:#5d6d7e;line-height:1.6;margin-bottom:20px}.services-faq__contact-btn{display:flex;align-items:center;gap:8px;background:#213b6f;color:#fff;border:none;padding:14px 28px;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(52,152,219,.3)}.services-faq__contact-btn:active{transform:translateY(0)}.services-faq__contact-btn svg{width:20px;height:20px}.services-faq__right{animation:slideInRight .8s ease-out}.services-faq__list{display:flex;flex-direction:column;gap:16px}.services-faq__item{background:#fff;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08);overflow:hidden;transition:all .3s ease;animation:slideInUp .6s ease-out;animation-fill-mode:both}.services-faq__item:first-child{animation-delay:.1s}.services-faq__item:nth-child(2){animation-delay:.15s}.services-faq__item:nth-child(3){animation-delay:.2s}.services-faq__item:nth-child(4){animation-delay:.25s}.services-faq__item:nth-child(5){animation-delay:.3s}.services-faq__item:nth-child(6){animation-delay:.35s}.services-faq__item:nth-child(7){animation-delay:.4s}.services-faq__item:nth-child(8){animation-delay:.45s}.services-faq__item:hover{box-shadow:0 8px 30px rgba(0,0,0,.12);transform:translateY(-2px)}.services-faq__item--open .services-faq__toggle-icon{transform:rotate(180deg)}.services-faq__item--open .services-faq__answer{max-height:500px;opacity:1}.services-faq__question{width:100%;padding:20px 24px;background:rgba(0,0,0,0);border:none;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;transition:all .3s ease;color:#2c3e50}@media(max-width:768px){.services-faq__question{padding:18px 20px;gap:12px}}.services-faq__question-text{font-size:1.1rem;font-weight:600;line-height:1.4}@media(max-width:768px){.services-faq__question-text{font-size:1rem}}.services-faq__toggle-icon{flex-shrink:0;width:24px;height:24px;transition:transform .3s ease;color:currentColor}.services-faq__answer{max-height:0;opacity:0;overflow:hidden;transition:all .4s ease}.services-faq__answer-content{padding:0 24px 24px}@media(max-width:768px){.services-faq__answer-content{padding:0 20px 20px}}.services-faq__answer-content p{font-size:1rem;line-height:1.7;color:#5d6d7e;margin:0}@media(max-width:768px){.services-faq__answer-content p{font-size:.95rem}.services-faq{padding:80px 0}.services-faq__container{padding:0 16px}.services-faq__header{margin-bottom:60px}.services-faq__content{gap:30px}.services-faq__info{padding:24px 20px}.services-faq__list{gap:12px}}@media(max-width:480px){.services-faq{padding:60px 0}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-40px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(40px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.services-faq__item--open .services-faq__answer{animation:expandAccordion .4s ease-out}@keyframes expandAccordion{0%{max-height:0;opacity:0}to{max-height:500px;opacity:1}}.services-faq__toggle-icon svg{transition:transform .3s ease}.services-faq__item:hover .services-faq__toggle-icon{transform:scale(1.1)}.services-cta{padding:100px 0;color:#fff;position:relative;overflow:hidden}.services-cta:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url(/images/pattern.png) repeat;opacity:.05;z-index:1}.services-cta__container{max-width:1400px;margin:0 auto;position:relative;z-index:2}.services-cta__content{display:grid;grid-template-columns:1fr;gap:60px;align-items:center}@media(min-width:1024px){.services-cta__content{grid-template-columns:2fr 1fr;gap:80px}}.services-cta__text{text-align:center}@media(min-width:1024px){.services-cta__text{text-align:left}}.services-cta__title{font-size:2.75rem;font-weight:700;margin-bottom:16px;line-height:1.2;color:#000;-webkit-background-clip:text;background-clip:text}@media(max-width:768px){.services-cta__title{font-size:2.25rem}}.services-cta__subtitle{font-size:1.25rem;color:#73787e;margin-bottom:24px;font-weight:300}.services-cta__description{font-size:1.125rem;color:#5e5e5f;line-height:1.7;margin-bottom:40px;max-width:600px}@media(min-width:1024px){.services-cta__description{margin-left:0}}@media(max-width:1023px){.services-cta__description{margin-left:auto;margin-right:auto}}.services-cta__features{display:grid;grid-template-columns:1fr;gap:16px;margin-bottom:40px}@media(min-width:640px){.services-cta__features{grid-template-columns:repeat(2,1fr)}}.services-cta__feature{display:flex;align-items:center;gap:12px;font-size:.95rem;color:#474747}.services-cta__feature-icon{background:linear-gradient(135deg,#10b981,#059669);color:#0f0f0f;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;flex-shrink:0}.services-cta__actions{display:flex;flex-direction:column;gap:16px;align-items:center}@media(min-width:640px){.services-cta__actions{flex-direction:row;gap:24px}}@media(min-width:1024px){.services-cta__actions{justify-content:flex-start}}.services-cta__primary-btn{background:#213b6f;color:#fff;border:none;padding:16px 32px;border-radius:12px;display:flex;align-items:center;gap:8px;box-shadow:0 4px 20px rgba(59,130,246,.3);justify-content:center}.services-cta__primary-btn,.services-cta__secondary-btn{font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;min-width:180px}.services-cta__secondary-btn{background:rgba(0,0,0,0);color:#000;border:2px solid #475569;padding:14px 32px;border-radius:12px}.services-cta__secondary-btn:hover{border-color:#64748b;background:hsla(0,0%,100%,.05)}.services-cta__btn-icon{transition:transform .3s ease}.services-cta__primary-btn:hover .services-cta__btn-icon{transform:translateX(4px)}.services-cta__contact{display:flex;justify-content:center}@media(min-width:1024px){.services-cta__contact{justify-content:flex-end}}.services-cta__contact-card{background:hsla(0,0%,100%,.1);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2);border-radius:20px;padding:32px;text-align:center;min-width:280px}.services-cta__contact-title{font-size:1.25rem;font-weight:600;margin-bottom:24px;color:#000}.services-cta__contact-item{display:flex;align-items:center;gap:12px;margin-bottom:16px;padding:12px;border-radius:8px;transition:background-color .3s ease}.services-cta__contact-item:hover{background:hsla(0,0%,100%,.1)}.services-cta__contact-item:last-child{margin-bottom:0}.services-cta__contact-item a{color:#616161;text-decoration:none;font-weight:500;transition:color .3s ease}.services-cta__contact-item a:hover{color:#60a5fa}.services-cta__contact-icon{color:#60a5fa;flex-shrink:0}@media(max-width:639px){.services-cta{padding:60px 0}.services-cta__actions{width:100%}.services-cta__primary-btn,.services-cta__secondary-btn{width:100%;max-width:300px}}.services{position:relative;overflow-x:hidden;scroll-behavior:smooth}.services *{box-sizing:border-box}.services section{position:relative}