.fsh-783643b5-hero {
    position: relative;
    padding: 8rem 2rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
}

.fsh-783643b5-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    pointer-events: none;
    z-index: 1;
}

.fsh-783643b5-container {
    position: relative;
    z-index: 2;
    max-width: 900px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fsh-783643b5-badge {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 9999px;
    padding: 0.5rem 1.2rem;
    margin-bottom: 2rem;
    display: inline-flex;
    align-items: center;
}

.fsh-783643b5-badge span {
    font-size: 0.875rem;
    color: #22c55e;
    font-weight: 600;
}

.fsh-783643b5-eyebrow {
    color: #ef4444;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

.fsh-783643b5-headline {
    color: #ffffff;
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    max-width: 800px;
}

.fsh-783643b5-accent {
    color: #ef4444;
    position: relative;
    display: inline-block;
}

.fsh-783643b5-accent::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 100%;
    height: 4px;
    background-color: #ef4444;
}

.fsh-783643b5-subtitle {
    color: #9ca3af;
    font-size: 1.125rem;
    line-height: 1.6;
    max-width: 650px;
    margin-bottom: 2.5rem;
}

.fsh-783643b5-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.fsh-783643b5-btn {
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 0.5rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.fsh-783643b5-btn-primary {
    background-color: #ef4444;
    color: #ffffff;
    border: none;
}

.fsh-783643b5-btn-primary:hover {
    background-color: #dc2626;
    color: #ffffff;
    transform: translateY(-2px);
}

.fsh-783643b5-btn-secondary {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.4);
}

.fsh-783643b5-btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #ffffff;
    color: #ffffff;
    transform: translateY(-2px);
}

.fsh-783643b5-btn-icon svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
}
