.page-hero {
    background: var(--page-hero-bg, none) center / cover no-repeat;
}

.page-hero .container {
    max-width:      1680px;
    padding-top:    60px;
    padding-bottom: 60px;
}

.breadcrumbs__link {
    color:           rgba(255, 255, 255, .5);
    text-decoration: none;
}

.breadcrumbs__link:hover { color: #ffffff; }

.breadcrumbs__sep { color: rgba(255, 255, 255, .5); }

.breadcrumbs__current { color: #ffffff; }

.page-hero__content {
    display:        flex;
    flex-direction: column;
    gap:            16px;
    max-width:      1360px;
    margin:         0 auto;
}

.page-hero__title {
    font-size:   48px;
    font-weight: 700;
    line-height: 52px;
    color:       #ffffff;
}

.page-hero__text {
    width:       650px;
    max-width:   100%;
    font-size:   16px;
    line-height: 20px;
    color:       #ffffff;
}

@media (max-width: 1024px) {
    .page-hero .container { padding-top: 40px; padding-bottom: 40px; }

    .page-hero__title { font-size: 36px; line-height: 42px; }
}

@media (max-width: 767px) {
    .page-hero .container { padding-top: 40px; padding-bottom: 40px; }

    .page-hero__title { font-size: 24px; line-height: 28px; }
}

.services-cards .container {
    max-width:      1540px;
    padding-top:    70px;
    padding-bottom: 70px;
}

.services-cards__grid {
    display:               grid;
    grid-template-columns: repeat(4, 1fr);
    gap:                   24px;
}

.services-card {
    display:        flex;
    flex-direction: column;
    align-items:    center;
    gap:            24px;
    padding:        16px;
    background:     #f8f8f8;
    border-radius:  16px;
    text-align:     center;
}

.services-card__icon {
    display:        flex;
    align-items:    center;
    justify-content: center;
    width:          100px;
    height:         100px;
    padding:        25px;
    background:     #ffffff;
    border-radius:  6px;
}

.services-card__icon svg { display: block; width: 100%; height: 100%; }

.services-card__title {
    font-size:   24px;
    font-weight: 700;
    line-height: 28px;
    color:       #353329;
}

.services-card__list {
    display:        flex;
    flex-direction: column;
    width:          100%;
    text-align:     left;
}

.services-card__item {
    display:      flex;
    align-items:  center;
    gap:          8px;
    padding-bottom: 8px;
    font-size:    16px;
    line-height:  20px;
    color:        #000000;
}

.services-card__item:last-child { padding-bottom: 0; }

.services-card__item svg { flex-shrink: 0; width: 24px; height: 24px; }

@media (max-width: 1024px) {
    .services-cards .container { padding-top: 60px; padding-bottom: 60px; }

    .services-cards__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
    .services-cards .container { padding-top: 40px; padding-bottom: 40px; }

    .services-cards__grid { grid-template-columns: 1fr; gap: 16px; }

    .services-card__icon { width: 72px; height: 72px; padding: 20px; }

    .services-card__title { font-size: 18px; line-height: 22px; }
}

.solutions { background: #f2f0ec; }

.solutions .container {
    display:        flex;
    flex-direction: column;
    align-items:    center;
    max-width:      1140px;
    padding-top:    90px;
    padding-bottom: 90px;
}

.solutions__badge { align-self: center; }

.solutions__title {
    margin-top:  24px;
    font-size:   48px;
    font-weight: 700;
    line-height: 52px;
    color:       #353329;
    text-align:  center;
}

.solutions__row {
    display:     flex;
    align-items: center;
    width:       100%;
    gap:         140px;
    margin-top:  40px;
}

.solutions__steps {
    display:        flex;
    flex-direction: column;
    gap:            24px;
    flex:           1 1 0;
}

.solutions-step {
    display:        flex;
    flex-direction: column;
    gap:            24px;
}

.solutions-step__head {
    display:     flex;
    align-items: flex-start;
    gap:         16px;
}

.solutions-step__num {
    font-size:   18px;
    font-weight: 500;
    color:       var(--color-accent);
}

.solutions-step__title {
    font-size:   24px;
    font-weight: 700;
    color:       #000000;
}

.solutions-step__text {
    font-size:   16px;
    line-height: 20px;
    color:       rgba(0, 0, 0, .698);
}

.solutions__image { flex-shrink: 0; width: 43.86%; }

.solutions__image img {
    display: block;
    width:   100%;
    height:  auto;
}

.solutions__btn { margin-top: 40px; }

@media (max-width: 1024px) {
    .solutions .container { padding-top: 60px; padding-bottom: 60px; }

    .solutions__title { font-size: 36px; line-height: 42px; }

    .solutions__row { gap: 60px; }
}

@media (max-width: 767px) {
    .solutions .container { padding-top: 40px; padding-bottom: 40px; }

    .solutions__title { font-size: 24px; line-height: 28px; }

    .solutions__row { flex-direction: column; gap: 16px; margin-top: 24px; }

    .solutions__steps,
    .solutions__image { width: 100%; }
}

.projects .container {
    display:        flex;
    flex-direction: column;
    align-items:    center;
    max-width:      1140px;
    padding-top:    90px;
    padding-bottom: 90px;
    overflow-x:     hidden;
}

.projects__badge { align-self: center; }

.projects__title {
    margin-top:  24px;
    font-size:   48px;
    font-weight: 700;
    line-height: 52px;
    color:       #353329;
    text-align:  center;
}

.projects__grid {
    display:               grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap:            20px;
    row-gap:               40px;
    width:                 100%;
    margin-top:            40px;
}

.projects__more {
    margin-top:      40px;
    display:         inline-block;
    padding:         8px 24px;
    color:           #6c6962;
    font-size:       16px;
    font-weight:     500;
    line-height:     20px;
    border:          1px solid #6c6962;
    border-radius:   10px;
    text-decoration: none;
    transition:      background var(--transition), color var(--transition);
}

.projects__more:hover { background: #6c6962; color: #ffffff; }

@media (max-width: 1024px) {
    .projects .container { padding-top: 60px; padding-bottom: 60px; }

    .projects__title { font-size: 36px; line-height: 42px; }

    .projects__grid { grid-template-columns: 1fr; row-gap: 20px; }

    .projects__more { margin-top: 32px; }
}

@media (max-width: 767px) {
    .projects .container { padding-top: 40px; padding-bottom: 40px; }

    .projects__title { font-size: 24px; line-height: 28px; }

    .projects__grid { margin-top: 24px; }
}
