.page2-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 18px 0 14px;
    background-color: transparent;
    transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

body.page2 {
    padding-top: 70px;
}

.page2-header__inner {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.is-scrolled .page2-header {
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.page2-header__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.page2-back {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.page2-header__nav {
    display: flex;
    align-items: center;
    gap: 28px;
}

.page2-header__nav .btn {
    width: 214px;
    height: 28px;
    padding: 0;
    border-radius: 14px;
    font-size: 14px;
}

.page2-header__label {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
}

.page2-logo {
    display: block;
    width: 220px;
    height: auto;
    margin: 24px auto 0;
}

.page2-hero__board {
    width: 996px;
    height: 558px;
    margin: 45px auto 0;
    background: url("../assets/images/page2/backgr.jpg") center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page2-hero__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 894px;
}

.page2-hero__bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page2-hero__title {
    margin: 0 0 150px;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
}

.page2-hero__content .btn--lg {
    width: 423px;
    height: 63px;
    margin-bottom: 27px;
    padding: 0 24px;
    border-radius: 31px;
    font-size: 26px;
}

.page2-legend {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.page2-legend__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-width: 83px;
    height: 28px;
    padding: 0 10px;
    border-radius: 14px;
    background-color: var(--color-white);
    font-family: var(--font-red-ring);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: var(--color-text);
}

.page2-legend__mark {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px 13px;
}

.page2-legend__mark--income {
    background-color: #22c55e;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='23 6 13.5 15.5 8.5 10.5 1 18'/%3E%3Cpolyline points='17 6 23 6 23 12'/%3E%3C/svg%3E");
}

.page2-legend__mark--traffic {
    background-color: #3b82f6;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M23 21v-2a4 4 0 0 0-3-3.87M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E");
}

.page2-legend__mark--service {
    background-color: #f59e0b;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
}

.page2-stats {
    margin: 112px auto 117px;
    text-align: center;
}

.page2-stats__value {
    margin: 0 0 8px;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.15;
}

.page2-stats__text {
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.35;
}

.page2-features {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
    gap: 31px;
    width: calc(568px * 2 + 31px);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
}

.page2-feature {
    position: relative;
    flex: 0 0 568px;
    width: 568px;
    height: 269px;
    padding: 28px 37px;
    border: 4px solid #0066cc;
    border-radius: var(--card-radius);
    background-color: var(--color-white);
}

.page2-feature__icon {
    display: block;
    width: 60px;
    height: 60px;
    margin-bottom: 23px;
    border: 2px solid #0066cc;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px 30px;
}

.page2-feature__icon--wrench {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230066cc' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z'/%3E%3C/svg%3E");
}

.page2-feature__icon--pin {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230066cc' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
}

.page2-feature__title {
    margin: 0 0 0px;
    font-family: var(--font-red-ring);
    font-size: 36px;
    font-weight: 700;
    line-height: 0.9;
    margin-bottom: 3px;
}

.page2-feature__text {
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.35;
}

.page2-why {
    margin-top: 105px;
    padding-bottom: 0;
}

.page2-why__title {
    margin: 0 0 14px;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
}

.page2-why__subtitle {
    margin: 0 0 39px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
}

.page2-why__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 31px;
    row-gap: 48px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.page2-why__item {
    display: flex;
    align-items: flex-start;
    gap: 23px;
}

.page2-why__icon {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #1179d2;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 48px 48px;
}

.page2-why__item:nth-child(1) .page2-why__icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='23 6 13.5 15.5 8.5 10.5 1 18'/%3E%3Cpolyline points='17 6 23 6 23 12'/%3E%3C/svg%3E");
}

.page2-why__item:nth-child(2) .page2-why__icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='7' height='7'/%3E%3Crect x='14' y='3' width='7' height='7'/%3E%3Crect x='3' y='14' width='7' height='7'/%3E%3Crect x='14' y='14' width='3' height='3'/%3E%3Crect x='18' y='14' width='3' height='3'/%3E%3Crect x='14' y='18' width='3' height='3'/%3E%3Crect x='18' y='18' width='3' height='3'/%3E%3Crect x='5' y='5' width='3' height='3' fill='white' stroke='none'/%3E%3Crect x='16' y='5' width='3' height='3' fill='white' stroke='none'/%3E%3Crect x='5' y='16' width='3' height='3' fill='white' stroke='none'/%3E%3C/svg%3E");
}

.page2-why__item:nth-child(3) .page2-why__icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M23 21v-2a4 4 0 0 0-3-3.87M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E");
}

.page2-why__item:nth-child(4) .page2-why__icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z'/%3E%3C/svg%3E");
}

.page2-why__item:nth-child(5) .page2-why__icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolygon points='13 2 3 14 12 14 11 22 21 10 12 10 13 2'/%3E%3C/svg%3E");
}

.page2-why__item:nth-child(6) .page2-why__icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='20' x2='18' y2='10'/%3E%3Cline x1='12' y1='20' x2='12' y2='4'/%3E%3Cline x1='6' y1='20' x2='6' y2='14'/%3E%3C/svg%3E");
}

.page2-why__heading {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    padding-top: 12px;
}

.page2-why__text {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
}

.page2-apply {
    margin-top: 109px;
    margin-bottom: 159px;
    scroll-margin-top: 85px;
}

.page2-apply__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 1164px;
    max-width: 100%;
    height: 597px;
    margin: 0 auto;
    padding: 20px 0px 20px 0px;
    border: 4px solid #0066cc;
    border-radius: var(--card-radius);
    background-color: var(--color-white);
    text-align: center;
}

.page2-apply__title {
    margin: 0 0 21px;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
}

.page2-apply__desc {
    margin: 0 0 41px;
    max-width: 640px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.35;
}

.page2-apply__avatar {
    display: block;
    width: 155px;
    height: 155px;
    margin-bottom: 28px;
    border: 4px solid #0066cc;
    border-radius: 50%;
    background-color: var(--color-white);
}

.page2-apply__name {
    margin: 0 0 32px;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
}

.page2-apply__box .btn--lg {
    text-decoration: none;
    font-weight: 400;
}

.page2-faq {
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .page2-hero__board {
        width: 100%;
        max-width: 996px;
        height: auto;
        min-height: 0;
        aspect-ratio: 996 / 558;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
}

@media (max-width: 1180px) {
    .page2-features {
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
    }

    .page2-feature {
        flex: 0 0 auto;
    }

    .page2-why__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .page2-hero__title {
        font-size: 40px;
        margin-bottom: 80px;
    }

    .page2-hero__content .btn--lg {
        width: 360px;
        height: 56px;
        font-size: 22px;
    }

    .page2-stats {
        margin: 72px auto 80px;
    }

    .page2-stats__value {
        font-size: 40px;
    }

    .page2-stats__text {
        font-size: 22px;
    }

    .page2-feature {
        width: 100%;
        max-width: 480px;
        height: auto;
        min-height: 240px;
        padding: 28px 32px;
    }

    .page2-feature__title {
        font-size: 32px;
    }

    .page2-feature__text {
        font-size: 20px;
    }

    .page2-why {
        margin-top: 80px;
    }

    .page2-why__title {
        font-size: 32px;
    }

    .page2-why__subtitle {
        font-size: 22px;
        margin-bottom: 36px;
    }

    .page2-why__icon {
        width: 72px;
        height: 72px;
    }

    .page2-why__heading {
        font-size: 20px;
        padding-top: 4px;
    }

    .page2-why__text {
        font-size: 15px;
    }

    .page2-apply {
        margin-top: 80px;
        margin-bottom: 100px;
    }

    .page2-apply__box {
        height: auto;
        min-height: 480px;
        padding: 40px 32px;
    }

    .page2-apply__title {
        font-size: 32px;
    }

    .page2-apply__desc {
        font-size: 20px;
    }

    .page2-apply__name {
        font-size: 28px;
    }

}

@media (max-width: 768px) {
    body.page2 {
        padding-top: 60px;
    }

    .page2-header {
        padding: 12px 0;
    }

    .page2-header__top {
        gap: 12px;
    }

    .page2-header__nav {
        gap: 10px;
    }

    .page2-header__nav .btn {
        width: auto;
        min-width: 0;
        padding: 0 12px;
        font-size: 12px;
    }

    .page2-back {
        font-size: 0;
        text-decoration: none;
        line-height: 1;
    }

    .page2-back::before {
        content: "←";
        display: inline-block;
        font-size: 24px;
        font-weight: 900;
        line-height: 1;
        -webkit-text-stroke: 1.5px currentColor;
        transform: translateY(-3px);
    }

    .page2-header__label {
        font-size: 13px;
    }

    .page2-logo {
        width: 160px;
        margin-top: 16px;
    }

    .page2-hero__board {
        position: relative;
        width: 100%;
        max-width: 100%;
        height: 0;
        padding-top: calc(558 / 996 * 100%);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
    }

    .page2-hero__content {
        position: absolute;
        inset: 0;
        display: grid;
        grid-template-rows: 1fr 1fr;
        padding: 0;
        max-width: 100%;
        box-sizing: border-box;
    }

    .page2-hero__title {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 0 14px;
        font-size: clamp(13px, 3.6vw, 18px);
        line-height: 1.2;
        text-align: center;
    }

    .page2-hero__bottom {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: clamp(6px, 2vw, 12px);
        padding: 0 10px;
    }

    .page2-hero__bottom .btn--lg {
        width: clamp(150px, 52vw, 200px);
        height: clamp(30px, 7.5vw, 40px);
        padding: 0 12px;
        border-radius: clamp(14px, 4vw, 20px);
        font-size: clamp(10px, 2.8vw, 13px);
        margin: 0;
    }

    .page2-hero__bottom .page2-legend {
        gap: clamp(4px, 1.5vw, 8px);
    }

    .page2-hero__bottom .page2-legend__item {
        font-size: clamp(9px, 2.4vw, 11px);
        height: clamp(18px, 5vw, 22px);
        min-width: 0;
        padding: 0 clamp(5px, 1.5vw, 8px);
        border-radius: clamp(10px, 3vw, 14px);
    }

    .page2-hero__bottom .page2-legend__mark {
        width: clamp(10px, 2.8vw, 14px);
        height: clamp(10px, 2.8vw, 14px);
    }

    .page2-stats {
        margin: 56px auto 56px;
    }

    .page2-stats__value {
        font-size: 26px;
    }

    .page2-stats__text {
        font-size: 16px;
    }

    .page2-features {
        flex-direction: column;
        width: 100%;
        gap: 20px;
    }

    .page2-feature {
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 0;
        padding: 24px 20px;
        border-width: 2px;
    }

    .page2-feature__icon {
        width: 48px;
        height: 48px;
        border-width: 2px;
        margin-bottom: 16px;
    }

    .page2-feature__title {
        font-size: 22px;
        margin-bottom: 8px;
        line-height: 1.2;
    }

    .page2-feature__text {
        font-size: 16px;
    }

    .page2-why {
        margin-top: 64px;
    }

    .page2-why__title {
        font-size: 26px;
        text-align: center;
    }

    .page2-why__subtitle {
        font-size: 18px;
        margin-bottom: 32px;
        text-align: center;
    }

    .page2-why__grid {
        grid-template-columns: 1fr;
        row-gap: 24px;
    }

    .page2-why__item {
        gap: 16px;
    }

    .page2-why__icon {
        width: 56px;
        height: 56px;
    }

    .page2-why__heading {
        font-size: 18px;
        padding-top: 4px;
    }

    .page2-why__text {
        font-size: 14px;
    }

    .page2-apply {
        margin-top: 64px;
        margin-bottom: 64px;
    }

    .page2-apply__box {
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 0;
        padding: 32px 20px;
        border-width: 2px;
        border-radius: 20px;
    }

    .page2-apply__title {
        font-size: 22px;
        margin-bottom: 16px;
    }

    .page2-apply__desc {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .page2-apply__avatar {
        width: 100px;
        height: 100px;
        border-width: 2px;
        margin-bottom: 16px;
    }

    .page2-apply__name {
        font-size: 20px;
        margin-bottom: 20px;
    }

}
