.services{background-color:var(--background-wrapper-color);padding:clamp(70px,8vw,120px) clamp(20px,6vw,80px)}.services__header{justify-content:space-between;align-items:flex-end;gap:clamp(30px,6vw,100px);margin-bottom:clamp(40px,5vw,70px);display:flex}.services__heading{flex-direction:column;gap:15px;display:flex}.page__title{color:var(--main-title-color);font-family:var(--accent-font);font-size:clamp(36px,5vw,54px);font-weight:700;line-height:1.05}.services__description{max-width:460px;color:var(--main-text-color);font-size:clamp(15px,1.4vw,18px);line-height:1.6}.services__list{background-color:#2e4a3c1f;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;display:grid}.services__item{min-width:0;display:flex}.service-card{width:100%;min-width:0;height:100%;min-height:360px;color:var(--main-title-color);background-color:#fff;flex-direction:column;padding:clamp(28px,3vw,42px);text-decoration:none;transition:background-color .3s,transform .3s;display:flex;position:relative;overflow:hidden}.service-card:after{content:"";background-color:var(--accent-color-hero);transform-origin:0;width:100%;height:3px;transition:transform .45s;position:absolute;bottom:0;left:0;transform:scaleX(0)}.service-card:hover{background-color:#eef7f2}.service-card:hover:after{transform:scaleX(1)}.service-card__number{font-family:var(--point-like-font);letter-spacing:1px;margin-bottom:14px;font-size:clamp(11px,1vw,13px);line-height:1}.service-card__icon{object-fit:contain;width:clamp(46px,4.5vw,64px);height:clamp(46px,4.5vw,64px);margin:0 0 clamp(28px,3vw,42px);transition:transform .3s}.service-card:hover .service-card__icon{transform:translateY(-4px)}.service-card__content{flex-direction:column;flex-grow:1;gap:14px;display:flex}.services__actions{margin-top:clamp(25px,3vw,40px);display:flex}.service-card__title{font-family:var(--accent-font);color:var(--main-title-color);font-size:clamp(22px,2vw,28px);font-weight:700;line-height:1.2}.service-card__text{max-width:420px;color:var(--main-text-color);font-size:clamp(14px,1.15vw,17px);line-height:1.65}.service-card__link{color:var(--accent-color-hero);font-family:var(--point-like-font);text-transform:uppercase;letter-spacing:1px;margin-top:auto;padding-top:20px;font-size:clamp(11px,1vw,13px);font-weight:600;transition:transform .25s}.service-card:hover .service-card__link{transform:translate(5px)}.service-card:focus-visible{z-index:2;outline:2px solid var(--accent-color-hero);outline-offset:-4px}@media (width<=1024px){.services{padding:clamp(60px,8vw,90px) clamp(20px,4vw,40px)}.services__description{max-width:360px}.services__list{grid-template-columns:repeat(2,minmax(0,1fr))}.service-card{min-height:310px;padding:26px 24px}.service-card__number{margin-bottom:10px}.service-card__icon{width:44px;height:44px;margin-bottom:24px}.service-card__content{gap:10px}.service-card__link{padding-top:14px}}@media (width<=768px){.services{padding:60px 15px}.services__header{flex-direction:column;align-items:flex-start;gap:20px;margin-bottom:35px}.services__description{max-width:550px}.service-card{min-height:290px;padding:22px 20px}.service-card__number{margin-bottom:8px}.service-card__icon{width:44px;height:44px;margin:0 0 20px}.service-card__title{font-size:22px}.service-card__text{font-size:14px;line-height:1.55}.service-card__link{padding-top:12px}}@media (width<=480px){.services{padding:50px 10px}.services__header{margin-bottom:30px}.page__title{font-size:clamp(30px,9vw,36px)}.services__list{grid-template-columns:1fr}.service-card__link{margin-top:0;padding-top:16px}.service-card{min-height:auto;padding:24px 18px}.service-card__title{min-height:auto}.service-card__number{margin-bottom:10px}.service-card__icon{width:40px;height:40px;margin-bottom:20px}.service-card__content{gap:10px}.services__actions .btn{width:100%}}
