.bp-page {
    --bp-orange: #f8a800;
    --bp-orange-dark: #faa900;
    --bp-green: #7fe17c;
    --bp-coral: #ff8562;
    --bp-beige: #ebe8da;
    --bp-purple: #8664c0;
    --bp-vk: #7facd2;
    --bp-text: #000;
    --bp-container: 1200px;
    font-family: Inter, Arial, sans-serif;
    color: var(--bp-text);
    line-height: 1.55;
}

.bp-container {
    max-width: var(--bp-container);
    margin: 0 auto;
    padding: 0 20px;
}

.bp-section {
    padding: 15px 0;
}

.bp-section--beige {
    background-color: var(--bp-beige);
    padding: 15px 0;
}

.bp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
    border: 3px solid transparent;
    cursor: pointer;
    white-space: nowrap;
}

.bp-btn:hover {
    opacity: 0.9;
    transform: translateY(-1px);
    color: inherit;
    text-decoration: none;
}

.bp-btn--primary {
    background-color: var(--bp-orange);
    color: #fff;
    border-color: var(--bp-orange);
    font-size: 20px;
    font-weight: 600;
}

.bp-btn--outline-orange {
    background-color: #fff;
    color: var(--bp-orange);
    border-color: var(--bp-orange);
    font-weight: 800;
}

.bp-btn--outline-green {
    background-color: #fff;
    color: var(--bp-green);
    border-color: var(--bp-green);
    font-weight: 800;
}

.bp-btn--coral {
    background-color: var(--bp-coral);
    color: #fff;
    border-color: var(--bp-coral);
}

.bp-btn--max {
    background-color: var(--bp-purple);
    color: #fff;
    border-color: var(--bp-purple);
    min-width: 120px;
}

.bp-btn--vk {
    background-color: var(--bp-vk);
    color: #fff;
    border-color: var(--bp-vk);
    min-width: 120px;
}

.bp-hero {
    padding: 15px 0 0;
}

.bp-hero__grid {
    display: grid;
    grid-template-columns: 7fr 5fr;
    gap: 40px;
    align-items: center;
}

.bp-hero__title {
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 700;
    line-height: 1;
    margin: 0 0 24px;
}

.bp-hero__text {
    font-size: 18px;
    margin: 0 0 16px;
}

.bp-hero__benefits {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 18px;
}

.bp-hero__benefits li {
    margin-bottom: 8px;
}

.bp-hero__benefits strong {
    font-weight: 700;
}

.bp-hero__image {
    width: 100%;
    max-width: 480px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.bp-hero__cta-row {
    margin-top: 0;
    padding: 0 0 15px;
}

.bp-title {
    font-size: clamp(28px, 3.5vw, 42px);
    font-weight: 700;
    text-align: center;
    margin: 0;
    line-height: 1.2;
}

.bp-partnership {
    padding: 15px 0 30px;
}

.bp-partnership__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 80px;
    margin-top: 15px;
}

.bp-partnership__col {
    display: flex;
    flex-direction: column;
}

.bp-partnership__card-title {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 12px;
    line-height: 1.2;
}

.bp-partnership__card-title--orange {
    color: var(--bp-orange);
}

.bp-partnership__card-title--green {
    color: var(--bp-green);
}

.bp-partnership__card-text {
    font-size: 18px;
    margin: 0;
}

.bp-partnership__list {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
    font-size: 18px;
    flex: 1;
}

.bp-partnership__list li {
    margin-bottom: 6px;
}

.bp-partnership__action {
    display: flex;
    justify-content: flex-start;
    padding-left: 16px;
    margin-top: 30px;
}

.bp-steps {
    padding: 15px 0;
}

.bp-steps__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 15px;
}

.bp-step__marker {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: var(--bp-coral);
    margin-bottom: 16px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
}

.bp-step__title {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 12px;
    line-height: 1.2;
}

.bp-step__text {
    font-size: 16px;
    margin: 0;
    line-height: 1.5;
}

.bp-video {
    padding: 30px 0 15px;
}

.bp-video__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.bp-video__title {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.15;
    margin: 0 0 20px;
}

.bp-video__list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    font-size: 18px;
}

.bp-video__list li {
    margin-bottom: 6px;
}

.bp-video__image {
    width: 100%;
    height: auto;
    display: block;
}

.bp-pickup {
    padding: 15px 0 30px;
    text-align: center;
}

.bp-pickup__text {
    font-size: clamp(20px, 2.5vw, 28px);
    margin: 15px auto 30px;
    max-width: 800px;
    line-height: 1.35;
}

.bp-pickup__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 100px;
    justify-content: center;
    padding-bottom: 15px;
}

.bp-cta {
    background-color: var(--bp-beige);
    padding: 0;
    overflow: hidden;
}

.bp-cta__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 364px;
    align-items: center;
    position: relative;
}

.bp-cta__content {
    padding: 40px 20px 40px 0;
    position: relative;
    z-index: 2;
}

.bp-cta__title {
    font-size: clamp(28px, 3.5vw, 44px);
    font-weight: 700;
    margin: 0 0 16px;
    line-height: 1.1;
}

.bp-cta__subtitle {
    font-size: 20px;
    margin: 0 0 24px;
    max-width: 506px;
}

.bp-cta__note {
    font-size: 15px;
    margin: 16px 0 0;
}

.bp-cta__visual {
    position: relative;
    min-height: 364px;
}

.bp-cta__accent {
    position: absolute;
    left: 24%;
    top: 8px;
    z-index: 1;
    width: 391px;
    max-width: calc(100% - 24%);
    height: 345px;
    background-color: var(--bp-orange-dark);
}

.bp-cta__image {
    position: absolute;
    left: 30%;
    top: 28px;
    z-index: 2;
    width: 336px;
    max-width: 58%;
    height: auto;
}

@media (max-width: 991px) {
    .bp-hero__grid,
    .bp-partnership__grid,
    .bp-video__grid,
    .bp-cta__inner {
        grid-template-columns: 1fr;
    }

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

    .bp-hero__image {
        max-width: 360px;
    }

    .bp-cta__content {
        padding: 40px 0 0;
        text-align: center;
    }

    .bp-cta__subtitle {
        margin-left: auto;
        margin-right: auto;
    }

    .bp-cta__visual {
        min-height: 320px;
        max-width: 420px;
        margin: 20px auto 0;
    }

    .bp-cta__accent {
        left: 50%;
        top: 8px;
        transform: translateX(-42%);
        right: auto;
        width: min(391px, 88%);
        height: 300px;
    }

    .bp-cta__image {
        left: 50%;
        top: 20px;
        transform: translateX(-48%);
        width: min(336px, 78%);
    }

    .bp-pickup__actions {
        gap: 40px;
    }
}

@media (max-width: 575px) {
    .bp-steps__grid {
        grid-template-columns: 1fr;
    }

    .bp-partnership__action .bp-btn {
        width: 100%;
    }

    .bp-pickup__actions {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
}

html {
    scroll-behavior: smooth;
}

#pickup-points {
    scroll-margin-top: 140px;
}
