.main-header__search,
.main-header__user,
.topbar__social a {
    display: none !important;
}

.main-header__logo img,
.footer-widget__logo img,
.logo-box img {
    width: 150px;
    max-width: 150px;
}

.prytulko-badge {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.prytulko-lang-switcher {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-right: 14px;
    padding: 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
}

.prytulko-lang-switcher__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    min-height: 34px;
    padding: 0 10px;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.prytulko-lang-switcher__link.is-active {
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
}

.prytulko-hero-text {
    max-width: 760px;
    margin: 23px 0 0;
    color: var(--aigence-text-gray);
    font-size: 18px;
    line-height: 1.7;
}

.prytulko-highlight-box {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 30px;
    background: rgba(13, 26, 66, 0.82);
}

.prytulko-highlight {
    display: grid;
    gap: 12px;
}

.prytulko-highlight strong {
    color: var(--aigence-white);
    font-size: 24px;
    line-height: 1.35;
}

.prytulko-highlight span {
    color: var(--aigence-text-gray);
    font-size: 16px;
    line-height: 1.7;
}

.funfact-three__item__count {
    margin: 0;
    font-size: 34px;
    line-height: 1.25;
    color: var(--aigence-white);
}

.project-card__btn {
    display: none;
}

.project-card__inner {
    min-height: 152px;
}

.project-card__title {
    font-size: 24px;
}

.service-card-three__content {
    padding: 34px 34px 48px;
}

.service-card-three__image {
    width: 176px !important;
    height: 176px;
    margin-bottom: 24px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(208, 50, 175, 0.08), rgba(66, 92, 254, 0.08));
    object-fit: contain;
    padding: 14px;
}

.service-card-three__text {
    max-width: 30ch;
    margin-inline: auto;
}

.about-three {
    padding-bottom: 110px;
}

.about-three__container {
    background: linear-gradient(180deg, #f5f3ff 0%, #eef2ff 100%);
}

.about-three__image__inner {
    width: 100%;
    margin-left: 0 !important;
    border-radius: 36px;
    -webkit-mask: none !important;
    mask: none !important;
    overflow: hidden;
    box-shadow: 0 24px 70px rgba(13, 26, 66, 0.14);
}

.about-three__image img {
    width: 100%;
    min-height: 620px;
    object-fit: cover;
}

.about-three__logo {
    width: 126px;
    margin-bottom: 18px;
}

.about-three__content {
    padding-left: 34px;
}

.about-three__item {
    gap: 24px;
    padding: 24px 26px;
    border-radius: 22px;
}

.about-three__item::after,
.about-three__image-2 {
    display: none !important;
}

.about-three__item__content::before {
    left: -13px;
}

.about-three__shape {
    width: 180px;
    opacity: 0.35;
    top: -70px;
}

.team-two__image {
    overflow: hidden;
    border-radius: 20px;
}

.team-two__image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.why-choose-three__item__text a {
    color: inherit;
}

@media (max-width: 1199px) {
    .hero-three__title {
        font-size: 58px;
    }

    .about-three__content {
        padding-left: 0;
    }

    .about-three__image img {
        min-height: 420px;
    }
}

@media (max-width: 767px) {
    .hero-three__title {
        font-size: 40px;
    }

    .prytulko-highlight-box {
        min-height: auto;
    }

    .funfact-three__item__count {
        font-size: 26px;
    }

    .service-card-three__content {
        padding: 26px 24px 32px;
    }

    .prytulko-lang-switcher {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .service-card-three__image {
        width: 148px !important;
        height: 148px;
    }

    .about-three__image img {
        min-height: 320px;
    }

    .about-three__item {
        padding: 22px 20px;
    }
}
