.dg-hero {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 120px 0;
    color: #fff;
}

.dg-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

.dg-hero-content {
    position: relative;
    max-width: 1000px;
}

.dg-badge {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: var(--dg-radius-pill);
    background: rgba(255, 255, 255, 0.15);
    margin-bottom: 20px;
}

.dg-hero-title {
    font-size: 42px;
    line-height: 1.2;
    margin: 0 0 16px;
}

.dg-hero-description {
    font-size: 16px;
    opacity: 0.9;
    margin: 0 0 28px;
}

.dg-hero-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}