.welcome-shell {
    position: relative;
}

.welcome-shell::before,
.welcome-shell::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    filter: blur(10px);
    pointer-events: none;
}

.welcome-shell::before {
    top: 120px;
    left: -140px;
    width: 320px;
    height: 320px;
    background: rgba(var(--brand-secondary-rgb), 0.16);
}

.welcome-shell::after {
    right: -120px;
    top: 460px;
    width: 280px;
    height: 280px;
    background: rgba(var(--brand-accent-soft-rgb), 0.18);
}

.hero-section {
    position: relative;
    padding: 8rem 0 5rem;
}

.hero-copy {
    opacity: 0;
    transform: translateY(24px);
}

.hero-title {
    margin-bottom: 1.5rem;
    font-size: clamp(2.8rem, 6vw, 5.4rem);
    line-height: 0.98;
    letter-spacing: -0.04em;
}

.hero-title em {
    color: var(--accent);
    font-style: italic;
    font-weight: 600;
}

.hero-description {
    max-width: 36rem;
    margin-bottom: 2rem;
    color: var(--text-soft);
    font-size: 1.05rem;
    line-height: 1.9;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.hero-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.95rem 1.8rem;
    border-radius: 999px;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.hero-button-primary {
    color: #fff;
    background: var(--brand-gradient-primary);
    box-shadow: 0 18px 40px rgba(var(--brand-primary-rgb), 0.26);
}

.hero-button-secondary {
    color: var(--accent-dark);
    background: var(--surface);
    border: 1px solid var(--brand-border-strong);
}

.hero-button:hover {
    color: inherit;
    transform: translateY(-2px);
}

.hero-button-primary:hover {
    color: #fff;
    background: linear-gradient(135deg, var(--brand-primary-hover) 0%, var(--brand-secondary) 100%);
    box-shadow: 0 24px 50px rgba(var(--brand-primary-rgb), 0.32);
}

.hero-button-secondary:hover {
    background: rgba(255, 255, 255, 0.95);
    color: var(--accent-dark);
}

.hero-visual-wrap {
    position: relative;
    opacity: 0;
    transform: scale(0.93);
}

.hero-visual {
    position: relative;
    overflow: hidden;
    padding: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 2rem;
    background: var(--brand-gradient-surface);
    box-shadow: var(--brand-shadow-large);
    backdrop-filter: blur(14px);
}

.hero-visual img {
    display: block;
    width: 100%;
    border: 8px solid rgba(255, 255, 255, 0.68);
    border-radius: 1.35rem;
    object-fit: cover;
    box-shadow: 0 20px 40px rgba(var(--brand-primary-rgb), 0.16);
}

.hero-note {
    position: absolute;
    right: -1.5rem;
    bottom: 2rem;
    max-width: 230px;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 1rem;
    background: var(--brand-card-soft);
    color: var(--text-soft);
    box-shadow: 0 16px 40px rgba(var(--brand-primary-rgb), 0.12);
    backdrop-filter: blur(14px);
}

.hero-note strong {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--accent-dark);
    font-size: 0.92rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.hero-orb-one {
    top: -2.5rem;
    right: -2rem;
    width: 140px;
    height: 140px;
    background: rgba(var(--brand-accent-soft-rgb), 0.28);
    filter: blur(2px);
}

.hero-orb-two {
    left: -2rem;
    bottom: -2rem;
    width: 120px;
    height: 120px;
    background: rgba(var(--brand-primary-rgb), 0.18);
    filter: blur(8px);
}

.connect-section {
    position: relative;
    padding: 2rem 0 6rem;
}

.connect-panel {
    padding: 2rem;
    border: 1px solid var(--line);
    border-radius: 2rem;
    background: var(--surface);
    box-shadow: var(--shadow);
    backdrop-filter: blur(12px);
}

.connect-copy {
    color: var(--text-soft);
    font-size: 1rem;
    line-height: 1.9;
}

.connect-card {
    height: 100%;
    padding: 2rem;
    border: 1px solid rgba(var(--brand-primary-rgb), 0.1);
    border-radius: 1.6rem;
    background: linear-gradient(180deg, var(--surface-strong) 0%, var(--brand-bg-tint) 100%);
}

.connect-card h3 {
    margin-bottom: 0.75rem;
    font-size: 1.8rem;
}

.connect-card p {
    margin-bottom: 1.5rem;
    color: var(--text-soft);
    line-height: 1.8;
}

.social-link {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    color: var(--accent-dark);
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.04em;
    transition: transform 0.2s ease, color 0.2s ease;
}

.social-link i {
    font-size: 2rem;
}

.social-link:hover {
    color: var(--accent);
    transform: translateX(2px);
}

.quote-block {
    padding: 2rem;
    border-radius: 1.6rem;
    background: var(--brand-gradient-primary);
    color: #fff;
    box-shadow: 0 22px 46px rgba(var(--brand-primary-rgb), 0.24);
}

.quote-block p {
    margin: 0;
    font-size: 1.15rem;
    line-height: 1.9;
}

@media (max-width: 991.98px) {
    .hero-section {
        padding-top: 7rem;
    }

    .hero-visual-wrap {
        margin-top: 2rem;
    }

    .hero-note {
        right: 1rem;
        bottom: 1rem;
    }
}

@media (max-width: 767.98px) {
    .hero-section {
        padding-top: 6rem;
    }

    .hero-title {
        font-size: clamp(2.4rem, 13vw, 4rem);
    }

    .connect-panel,
    .connect-card,
    .quote-block {
        padding: 1.5rem;
    }

    .hero-note {
        position: static;
        max-width: none;
        margin-top: 1rem;
    }
}
