/* CTA Block Styles */

.block-preview-notice {
    padding: 20px;
    background: #f0f4f8;
    border-left: 4px solid #007cba;
    margin: 10px 0;
    border-radius: 4px;
}

.block-preview-notice .dashicons {
    font-size: 24px;
    width: 24px;
    height: 24px;
    color: #007cba;
    vertical-align: middle;
    margin-right: 8px;
}

.cta-banner {
    padding: 80px 0;
    background-size: cover;
    background-position: center;
    position: relative;
}

.cta-banner.is-preview {
    background: #f5f5f5;
    padding: 20px;
}

.cta-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
}

.cta-banner--red {
    background-color: #e53935;
}

.cta-banner--red::before {
    background: rgba(229,57,53,0.9);
}

.cta-banner--dark {
    background-color: #1a1a1a;
}

.cta-banner--dark::before {
    background: rgba(26,26,26,0.9);
}

.cta-banner--light {
    background-color: #f8f9fa;
}

.cta-banner--light::before {
    background: rgba(248,249,250,0.9);
}

.cta-banner__content {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.cta-banner__title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 16px;
    color: #fff;
}

.cta-banner--light .cta-banner__title {
    color: #1a1a1a;
}

.cta-banner__subtitle {
    font-size: 1.125rem;
    margin-bottom: 24px;
    opacity: 0.9;
    color: #fff;
}

.cta-banner--light .cta-banner__subtitle {
    color: #495057;
}

.cta-banner__btn {
    display: inline-block;
    padding: 16px 32px;
    background: #fff;
    color: #e53935;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.cta-banner__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
