/* INÍCIO: Estilos customizados DP Sem Neura */

:root {
    --brand-primary: #4b2c92;
    --brand-light: #f3eefb;
}

.nav-link {
    position: relative;
}

.nav-link--active {
    color: var(--brand-primary);
}

.nav-link--active::after {
    content: '';
    position: absolute;
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.25rem;
    height: 3px;
    border-radius: 999px;
    background: var(--brand-primary);
}

.hero-section {
    background: linear-gradient(180deg, #faf9fc 0%, #ffffff 100%);
}

.hero-dots {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, #cdb8ef 1.5px, transparent 1.5px);
    background-size: 28px 28px;
    opacity: 0.35;
    mask-image: linear-gradient(to bottom, black 30%, transparent 85%);
    pointer-events: none;
}

.hero-illustration {
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.feature-card__icon svg {
    stroke-width: 1.75;
}

.value-bar__item i {
    stroke-width: 1.75;
}

/* INÍCIO: Timeline história DP e RH */
.historia-timeline__line {
    position: absolute;
    left: 1.25rem;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, #cdb8ef 0%, #4b2c92 50%, #cdb8ef 100%);
}

.historia-timeline__item:last-child .historia-timeline__line {
    display: none;
}
/* FIM: Timeline história DP e RH */

/* FIM: Estilos customizados DP Sem Neura */
