.massage-offer {
    max-width: 850px;
    margin: 0 auto;
    color: #333;
    line-height: 1.6;
}

.massage-offer__intro {
    margin-bottom: 30px;
}

.massage-offer__intro h2 {
    margin: 0 0 15px 0;
    font-size: 25px;
    line-height: 1.3;
}

.massage-offer__intro p {
    margin: 0 0 14px 0;
}

.massage-offer__price {
    margin: 30px 0;
    padding: 28px 20px;
    text-align: center;
    background: #f6f6f6;
    border: 2px solid #222;
    border-radius: 8px;
}

.massage-offer__price-label {
    display: block;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1px;
}

.massage-offer__price-amount {
    margin: 5px 0;
    font-size: 48px;
    line-height: 1.1;
    font-weight: 800;
}

.massage-offer__price strong {
    display: block;
    font-size: 23px;
}

.massage-offer__price-note {
    display: block;
    margin-top: 8px;
    font-size: 15px;
}

.massage-offer__section {
    margin-top: 35px;
}

.massage-offer__section > h2 {
    margin: 0 0 18px 0;
    padding-bottom: 8px;
    font-size: 22px;
    border-bottom: 1px solid #ddd;
}

.massage-offer__benefits {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.massage-offer__benefit {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px;
    background: #f8f8f8;
    border-radius: 6px;
}

.massage-offer__check {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    border: 2px solid #222;
    border-radius: 50%;
}

.massage-offer__benefit strong {
    display: block;
    margin-bottom: 3px;
    font-size: 17px;
}

.massage-offer__benefit p {
    margin: 0;
}

.massage-offer__payment {
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.massage-offer__payment-row {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    padding: 15px 18px;
    border-bottom: 1px solid #e5e5e5;
}

.massage-offer__payment-row:last-child {
    border-bottom: 0;
}

.massage-offer__payment-row span {
    flex: 0 0 40%;
}

.massage-offer__payment-row strong {
    flex: 1;
}

.massage-offer__notice {
    margin-top: 35px;
    padding: 22px;
    background: #fff8e8;
    border-left: 4px solid #d39b28;
    border-radius: 4px;
}

.massage-offer__notice h2 {
    margin: 0 0 10px 0;
    font-size: 20px;
}

.massage-offer__notice p {
    margin: 0 0 10px 0;
}

.massage-offer__notice p:last-child {
    margin-bottom: 0;
}

.massage-offer__cta {
    margin-top: 40px;
    padding: 30px 20px;
    text-align: center;
    background: #f5f5f5;
    border-radius: 8px;
}

.massage-offer__cta h2 {
    margin: 0 0 10px 0;
    font-size: 25px;
}

.massage-offer__cta p {
    margin: 0 0 20px 0;
}

.massage-offer__button {
    display: inline-block;
    padding: 15px 28px;
    background: #222;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-weight: bold;
    border-radius: 5px;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.massage-offer__button:hover {
    color: #fff;
    opacity: 0.85;
    transform: translateY(-1px);
}

.massage-offer__thanks {
    margin: 20px 0 0 0 !important;
    font-weight: bold;
}

@media screen and (max-width: 650px) {

    .massage-offer__price {
        padding: 22px 15px;
    }

    .massage-offer__price-amount {
        font-size: 40px;
    }

    .massage-offer__price strong {
        font-size: 20px;
    }

    .massage-offer__payment-row {
        display: block;
    }

    .massage-offer__payment-row span {
        display: block;
        margin-bottom: 4px;
    }

    .massage-offer__benefit {
        padding: 15px;
    }

    .massage-offer__button {
        display: block;
        width: auto;
    }
}
