/* Hero section gradient - applies on the Get Help page (id=7) AND the blog homepage */
.page-id-7 .entry-content .wp-block-group.alignfull,
.home .entry-content .wp-block-group.alignfull,
.home main .wp-block-group.alignfull,
.page-id-7 main .wp-block-group.alignfull {
    background: linear-gradient(180deg, #f3e5ff 0%, #ffffff 100%) !important;
}

/* Coral button - applies everywhere */
.page-id-7 .wp-block-button .wp-block-button__link.wp-element-button,
.home .wp-block-button .wp-block-button__link.wp-element-button {
    background-color: #ff6b6b !important;
    border-radius: 8px !important;
    color: #ffffff !important;
}

.page-id-7 .wp-block-button .wp-block-button__link.wp-element-button:hover,
.home .wp-block-button .wp-block-button__link.wp-element-button:hover {
    background-color: #e55a5a !important;
}