.welcome-layout {
    display: block;
}

.welcome-hero {
    min-height: calc(100vh - 170px);
}

.welcome-hero__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 32px;
}

.welcome-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 58%, #2563eb 100%);
    border-color: rgba(17, 24, 39, 0.14);
    color: #fff;
}

.welcome-brand {
    display: inline-flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 18px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
}

.welcome-brand__eyebrow {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.welcome-brand__name {
    color: #fff;
    font-size: 1.05rem;
    letter-spacing: -0.02em;
}

.welcome-kicker {
    margin: 0 0 8px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.76rem;
    font-weight: 700;
}

.welcome-title {
    margin: 0 0 12px;
    font-size: clamp(2rem, 3vw, 2.8rem);
    letter-spacing: -0.03em;
}

.welcome-text {
    margin: 0;
    max-width: 720px;
    color: rgba(255, 255, 255, 0.84);
    line-height: 1.7;
}

.welcome-actions {
    margin-top: 32px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
