.vc-hero-3bdb5d17 {
    position: relative;
    background-color: var(--hero-bg, #0b1120);
    padding: 4rem 2rem 5rem;
    box-sizing: border-box;
    font-family: inherit;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}
.vc-hero-3bdb5d17-inner {
    max-width: 1536px;
    margin: 0 auto;
}
.vc-hero-3bdb5d17-content {
    max-width: 56rem;
}
.vc-hero-3bdb5d17-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    padding: 0.375rem 1rem;
    border-radius: 1rem;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.025em;
    color: #fff;
}
.vc-hero-3bdb5d17-badge-dot {
    width: 0.5rem;
    height: 0.5rem;
    background-color: #34d399;
    border-radius: 50%;
    animation: pulse-3bdb5d17 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes pulse-3bdb5d17 {
    0%, 100% { opacity: 1; }
    50% { opacity: .5; }
}
.vc-hero-3bdb5d17-title {
    font-size: 3.75rem;
    line-height: 1.05;
    letter-spacing: -0.05em;
    font-weight: 600;
    margin-bottom: 1.5rem;
    margin-top: 0;
    color: #fff;
}
.vc-hero-3bdb5d17-title .gold-accent {
    color: #fbbf24;
}
@media (min-width: 768px) {
    .vc-hero-3bdb5d17-title {
        font-size: 4.5rem;
    }
}
.vc-hero-3bdb5d17-desc {
    font-size: 1.25rem;
    color: #cbd5e1;
    margin-bottom: 2.5rem;
    line-height: 1.625;
    max-width: 32rem;
}
.vc-hero-3bdb5d17-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
@media (min-width: 640px) {
    .vc-hero-3bdb5d17-buttons {
        flex-direction: row;
    }
}
.vc-hero-3bdb5d17-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 1rem;
    transition: all 0.3s ease;
    text-decoration: none;
}
.vc-hero-3bdb5d17-btn-primary {
    background-color: #ffffff;
    color: #0f172a;
}
.vc-hero-3bdb5d17-btn-primary:hover {
    background-color: #f1f5f9;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3), 0 4px 6px -2px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}
.vc-hero-3bdb5d17-btn-secondary {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #ffffff;
}
.vc-hero-3bdb5d17-btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.2), 0 4px 6px -2px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}
.vc-hero-3bdb5d17-btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.vc-hero-3bdb5d17-btn-icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}
.vc-hero-3bdb5d17-trust {
    margin-top: 2rem;
    display: flex;
    align-items: center;
    gap: 2rem;
}
.vc-hero-3bdb5d17-avatars {
    display: flex;
}
.vc-hero-3bdb5d17-avatar {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: 2px solid #1e293b;
    overflow: hidden;
    margin-left: -0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #334155;
}
.vc-hero-3bdb5d17-avatar:first-child {
    margin-left: 0;
}
.vc-hero-3bdb5d17-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vc-hero-3bdb5d17-trust-text {
    color: #94a3b8;
    font-size: 0.875rem;
}
