.final-cta {
    padding: 34px 16px 48px;
    background: linear-gradient(180deg, rgba(255, 245, 247, 0.38) 0%, rgba(252, 247, 248, 0) 100%);
}

.final-cta__panel {
    width: min(520px, 100%);
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.final-cta__store {
    --store-cta-button-width: 224px;
    --store-cta-badge-width: 224px;
    gap: 0;
}

.final-cta__store .store-cta__buttons {
    flex-wrap: nowrap;
    gap: 14px;
}

.final-cta__instagram {
    display: grid;
    justify-items: center;
    gap: 3px;
    width: 100%;
    margin-top: 16px;
    padding: 13px 18px 14px;
    border: 1.5px solid rgba(217, 95, 130, 0.22);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.78);
    color: #342d32;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 14px 28px rgba(112, 72, 84, 0.08);
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.final-cta__instagram:hover {
    border-color: rgba(217, 95, 130, 0.36);
    box-shadow: 0 16px 30px rgba(112, 72, 84, 0.12);
    transform: translateY(-1px);
}

.final-cta__instagram:active {
    transform: scale(0.99);
}

.final-cta__instagram-kicker {
    color: #8f6874;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.25;
}

.final-cta__instagram-label {
    color: #d95f82;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: -0.03em;
}

@media (max-width: 759px) {
    .final-cta {
        padding: 24px 18px 36px;
    }

    .final-cta__store {
        --store-cta-button-width: 168px;
        --store-cta-badge-width: 168px;
    }

    .final-cta__store .store-cta__buttons {
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 10px;
    }

    .final-cta__instagram {
        margin-top: 14px;
        padding: 11px 14px 12px;
        border-radius: 18px;
    }

    .final-cta__instagram-kicker {
        font-size: 11px;
    }

    .final-cta__instagram-label {
        font-size: 15px;
    }
}
