.hp-action-button--demo {
    background: #3366ff;
    box-shadow: 0 20px 34px rgba(51, 102, 255, 0.24);
}

.hp-action-button--demo:hover {
    box-shadow: 0 22px 36px rgba(51, 102, 255, 0.32);
}

.hp-action-store {
    --store-cta-button-width: 238px;
    --store-cta-badge-width: 238px;
    gap: 0;
    padding: 2px 0 4px;
}

.hp-action-store .store-cta__buttons {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 14px;
}

.hp-action-guide {
    display: grid;
    justify-items: center;
    gap: 5px;
    width: 100%;
    min-height: 82px;
    padding: 16px 18px 18px;
    border: 1.5px solid rgba(217, 111, 150, 0.28);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 252, 250, 0.96) 0%, rgba(255, 246, 242, 0.96) 100%);
    color: #342d32;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 18px 34px rgba(215, 144, 166, 0.16);
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.hp-action-guide:hover {
    border-color: rgba(217, 111, 150, 0.42);
    box-shadow: 0 20px 36px rgba(215, 144, 166, 0.2);
    transform: translateY(-1px);
}

.hp-action-guide:active {
    transform: scale(0.99);
}

.hp-action-guide__kicker {
    color: #d86f96;
    font-family: "Manrope", "Noto Sans JP", system-ui, sans-serif;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.hp-action-guide__label {
    color: #342d32;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: -0.03em;
}

.hp-action-consult {
    display: grid;
    justify-items: center;
    gap: 3px;
    width: 100%;
    min-height: 66px;
    padding: 13px 18px 14px;
    border: 1.5px solid rgba(217, 95, 130, 0.24);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.74);
    color: #3c3439;
    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;
}

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

.hp-action-consult:active {
    transform: scale(0.99);
}

.hp-action-consult__kicker {
    color: #8f6874;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.25;
}

.hp-action-consult__label {
    color: #d95f82;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: -0.03em;
}

@media (max-width: 759px) {
    .lp-page {
        padding-top: 73px;
    }

    .hp-action-consult {
        min-height: 58px;
        padding: 11px 14px 12px;
        border-radius: 18px;
    }

    .hp-action-store {
        --store-cta-button-width: 174px;
        --store-cta-badge-width: 174px;
    }

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

    .hp-action-guide {
        min-height: 70px;
        padding: 13px 14px 15px;
        border-radius: 18px;
    }

    .hp-action-guide__kicker {
        font-size: 10px;
    }

    .hp-action-guide__label {
        font-size: 16px;
    }

    .hp-action-consult__kicker {
        font-size: 11px;
    }

    .hp-action-consult__label {
        font-size: 15px;
    }
}
