.cta-wrapper-8e6a37d1 {
    position: relative;
    overflow: hidden;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 40px;
    border-radius: 15px;
}

.cta-bg-image-8e6a37d1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.cta-wrapper-8e6a37d1.has-hover-zoom:hover .cta-bg-image-8e6a37d1 {
    transform: scale(1.1);
}

.cta-overlay-8e6a37d1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.2);
}

.cta-tag-8e6a37d1 {
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.cta-tag-icon-8e6a37d1 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #eab308;
}

.cta-tag-icon-8e6a37d1 svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.cta-content-8e6a37d1 {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    max-width: 80%;
}

.cta-title-8e6a37d1 {
    margin: 0;
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
}

.cta-btn-8e6a37d1 {
    display: inline-block;
    padding: 12px 30px;
    background-color: #dcb363;
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
}

.cta-btn-8e6a37d1:hover {
    opacity: 0.9;
    color: #ffffff;
}
