.cta-9ba5b4c7-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem 2rem;
    border-radius: 1rem;
}
.cta-9ba5b4c7-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

/* Styles: Minimal */
.cta-9ba5b4c7-wrapper.style-minimal {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

/* Styles: Gradient */
.cta-9ba5b4c7-wrapper.style-gradient {
    background: linear-gradient(135deg, #6366f1 0%, #a855f7 100%);
    color: #ffffff;
}
.cta-9ba5b4c7-wrapper.style-gradient .cta-9ba5b4c7-title,
.cta-9ba5b4c7-wrapper.style-gradient .cta-9ba5b4c7-subtitle,
.cta-9ba5b4c7-wrapper.style-gradient .cta-9ba5b4c7-desc {
    color: #ffffff;
}
.cta-9ba5b4c7-wrapper.style-gradient .cta-9ba5b4c7-btn.type-primary {
    background-color: #ffffff;
    color: #6366f1;
}
.cta-9ba5b4c7-wrapper.style-gradient .cta-9ba5b4c7-btn.type-secondary {
    border-color: rgba(255,255,255,0.5);
    color: #ffffff;
}
.cta-9ba5b4c7-wrapper.style-gradient .cta-9ba5b4c7-btn.type-secondary:hover {
    background-color: rgba(255,255,255,0.1);
}

/* Styles: Glassmorphism */
.cta-9ba5b4c7-wrapper.style-glassmorphism {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
}

/* Typography & Elements */
.cta-9ba5b4c7-subtitle {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.75rem;
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
}
.cta-9ba5b4c7-title {
    margin-bottom: 1rem;
    line-height: 1.2;
    font-size: 2.5rem;
    font-weight: 700;
}
.cta-9ba5b4c7-desc {
    margin-bottom: 2rem;
    line-height: 1.6;
    font-size: 1.125rem;
}

/* Buttons */
.cta-9ba5b4c7-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.cta-9ba5b4c7-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.875rem 1.75rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 0.5rem;
    cursor: pointer;
}
.cta-9ba5b4c7-btn.type-primary {
    background-color: #1e293b;
    color: #ffffff;
}
.cta-9ba5b4c7-btn.type-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.cta-9ba5b4c7-btn.type-secondary {
    background-color: transparent;
    color: inherit;
    border: 2px solid currentColor;
}
.cta-9ba5b4c7-btn.type-secondary:hover {
    background-color: currentColor;
    color: #ffffff; /* Typically invert or let specific themes handle */
}

/* Alignments */
.cta-9ba5b4c7-wrapper.align-left { text-align: left; }
.cta-9ba5b4c7-wrapper.align-left .cta-9ba5b4c7-buttons { justify-content: flex-start; }

.cta-9ba5b4c7-wrapper.align-center { text-align: center; }
.cta-9ba5b4c7-wrapper.align-center .cta-9ba5b4c7-buttons { justify-content: center; }

.cta-9ba5b4c7-wrapper.align-right { text-align: right; }
.cta-9ba5b4c7-wrapper.align-right .cta-9ba5b4c7-buttons { justify-content: flex-end; }

@media (max-width: 768px) {
    .cta-9ba5b4c7-title { font-size: 2rem; }
    .cta-9ba5b4c7-wrapper { padding: 3rem 1.5rem; }
}
