.wp-block-minihobby-cta-banner.minihobby-cta-banner {
    --mh-cta-bg: #10101d;
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    background: var(--mh-cta-bg);
    padding: clamp(56px, 7vw, 92px) 24px;
    border-top: 1px solid rgba(255,255,255,.035);
    border-bottom: 1px solid rgba(255,255,255,.035);
}

.wp-block-minihobby-cta-banner.alignfull {
    width: 100%;
    max-width: none;
}

.minihobby-cta-banner__inner {
    width: min(100%, 980px);
    margin: 0 auto;
    text-align: center;
}

.minihobby-cta-banner__subheader {
    margin: 0 0 12px;
    color: #00c8ff;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: .22em;
    text-transform: uppercase;
}

.minihobby-cta-banner__header {
    margin: 0;
    color: #f5f4fb;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -.02em;
}

.minihobby-cta-banner__description {
    max-width: 760px;
    margin: 20px auto 0;
    color: #b8b8e6;
    font-size: clamp(16px, 1.5vw, 19px);
    line-height: 1.65;
}

.minihobby-cta-banner__description p {
    margin: 0;
}

.minihobby-cta-banner__actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 34px;
}

.minihobby-cta-banner__button {
    --mh-btn-color: #ff6400;
    --mh-btn-text: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 31px;
    box-sizing: border-box;
    border: 1px solid var(--mh-btn-color);
    border-radius: 12px;
    background: var(--mh-btn-color);
    color: var(--mh-btn-text);
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .02em;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease, background-color .2s ease;
}

.minihobby-cta-banner__button--outline {
    background: transparent;
}

.minihobby-cta-banner__button:hover,
.minihobby-cta-banner__button:focus-visible {
    transform: translateY(-2px);
    filter: brightness(1.08);
    box-shadow: 0 10px 28px rgba(0,0,0,.22);
    outline: none;
}

.minihobby-cta-banner__button:focus-visible {
    box-shadow: 0 0 0 3px rgba(255,255,255,.25), 0 10px 28px rgba(0,0,0,.22);
}

@media (max-width: 640px) {
    .wp-block-minihobby-cta-banner.minihobby-cta-banner {
        padding: 48px 18px;
    }

    .minihobby-cta-banner__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .minihobby-cta-banner__button {
        width: 100%;
    }
}

/* v1.0.1: use the same native Gutenberg full-width behavior as the other MiniHobby sections. */
.wp-block-minihobby-cta-banner.alignfull,
.minihobby-cta-banner.alignfull {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0;
    margin-right: 0;
}
