.hero {
    padding: 5rem 0;
    background: linear-gradient(145deg, var(--bg-soft), var(--bg));
}

.hero-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.hero h1 {
    font-size: clamp(2.2rem, 5vw, 4rem);
    line-height: 1.05;
    margin-bottom: 1rem;
}

.hero h1 span {
    color: var(--primary);
}

.hero p {
    max-width: 650px;
    font-size: 1.08rem;
    color: var(--text-soft);
    line-height: 1.7;
}

.hero-icon {
    font-size: 8rem;
    color: var(--primary);
    flex-shrink: 0;
}
