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