.hero-interno {
    min-height: var(--hero-interno-height, 55vh);
    background: #09090b;
}

.hero-interno__media {
    position: absolute;
    inset: 0;
}

.hero-interno__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-interno__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(9, 9, 11, 0.55) 0%,
        rgba(9, 9, 11, 0.72) 45%,
        rgba(9, 9, 11, 0.94) 100%
    );
}

.hero-interno__breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8125rem;
}

.hero-interno__breadcrumb-link {
    color: #a1a1aa;
    text-decoration: none;
    transition: color 0.2s ease;
}

.hero-interno__breadcrumb-link:hover {
    color: #4ade80;
}

.hero-interno__breadcrumb-sep {
    color: #52525b;
}

.hero-interno__breadcrumb-current {
    color: #e4e4e7;
    font-weight: 600;
}

.hero-interno__metric {
    padding: 1.25rem 1.5rem;
    border-radius: 1rem;
    background: rgba(24, 24, 27, 0.75);
    border: 1px solid rgba(63, 63, 70, 0.8);
    backdrop-filter: blur(8px);
}
