.nr-v2 .material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
}

/* Hero — enquadramento central (aperto de mãos visível) */
.nr-v2 .nr-v2-hero-photo {
    object-fit: cover;
    object-position: 58% 42%;
    transform: scale(1.05);
    transform-origin: 58% 42%;
}

.nr-v2 .nr-v2-hero-overlay {
    background: linear-gradient(
        90deg,
        rgba(145, 0, 10, 0.92) 0%,
        rgba(145, 0, 10, 0.72) 42%,
        rgba(145, 0, 10, 0.38) 100%
    );
}

.nr-v2 .nr-v2-architectural-line {
    border-left: 1px solid #e2e2e2;
}

/* Card visual — Governança */
.nr-v2 .nr-v2-governance-visual--plain {
    background-color: #e8e8e8;
}

.nr-v2 .nr-v2-governance-visual__photo {
    z-index: 0;
    transform: scale(1);
    transform-origin: center center;
    transition: transform 0.55s ease;
}

.nr-v2 .nr-v2-governance-visual:hover .nr-v2-governance-visual__photo {
    transform: scale(1.08);
}

.nr-v2 .nr-v2-governance-visual__content {
    position: relative;
    z-index: 20;
}

/* Cards instituições + citação */
.nr-v2 .nr-v2-institution-card {
    background-color: #ffffff;
    transition: background-color 0.45s ease, color 0.45s ease;
}

.nr-v2 .nr-v2-institution-card--quote {
    background-color: #f3f3f3;
}

.nr-v2 .nr-v2-institution-card:hover {
    background-color: #71130d;
}

.nr-v2 .nr-v2-institution-card:hover .nr-v2-institution-card__icon,
.nr-v2 .nr-v2-institution-card:hover .nr-v2-institution-card__icon .material-symbols-outlined,
.nr-v2 .nr-v2-institution-card:hover .nr-v2-institution-card__title,
.nr-v2 .nr-v2-institution-card:hover .nr-v2-institution-card__body,
.nr-v2 .nr-v2-institution-card:hover .nr-v2-institution-card__kicker {
    color: #ffffff !important;
}

.nr-v2 .nr-v2-institution-card .nr-v2-hover-line {
    width: 0;
    background-color: #71130d;
    transition: width 0.5s ease, background-color 0.45s ease;
}

.nr-v2 .nr-v2-institution-card:hover .nr-v2-hover-line {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.45);
}

.nr-v2 .nr-v2-contact-card:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    transform: translateY(-4px);
}

.nr-v2 .nr-v2-contact-card {
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.nr-v2 .nr-v2-service-btn:hover {
    background-color: #b71c1c;
}

/* Canais de atendimento — links interativos */
.nr-v2 .nr-v2-channel-row {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 1rem 1.25rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    border-radius: 0.5rem;
    color: inherit;
    transition: background-color 0.4s ease, transform 0.35s ease, box-shadow 0.35s ease;
}

.nr-v2 .nr-v2-channel-row:hover {
    background-color: #71130d;
    transform: translateX(6px);
    box-shadow: 0 12px 28px -12px rgba(113, 19, 13, 0.45);
}

.nr-v2 .nr-v2-channel-row--whatsapp:hover {
    background-color: #166534;
    box-shadow: 0 12px 28px -12px rgba(22, 101, 52, 0.4);
}

.nr-v2 .nr-v2-channel-row__icon {
    width: 3rem;
    height: 3rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eeeeee;
    transition: background-color 0.4s ease;
}

.nr-v2 .nr-v2-channel-row__icon .material-symbols-outlined {
    color: #71130d;
    transition: color 0.4s ease;
}

.nr-v2 .nr-v2-channel-row__icon--whatsapp {
    background-color: #ecfdf5;
}

.nr-v2 .nr-v2-channel-row__icon--whatsapp .material-symbols-outlined {
    color: #16a34a;
}

.nr-v2 .nr-v2-channel-row:hover .nr-v2-channel-row__icon {
    background-color: rgba(255, 255, 255, 0.18);
}

.nr-v2 .nr-v2-channel-row:hover .nr-v2-channel-row__icon .material-symbols-outlined {
    color: #ffffff;
}

.nr-v2 .nr-v2-channel-row__body {
    flex: 1;
    min-width: 0;
}

.nr-v2 .nr-v2-channel-row__label {
    margin: 0 0 0.25rem;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #5f5e5e;
    transition: color 0.4s ease;
}

.nr-v2 .nr-v2-channel-row__label--whatsapp {
    color: #15803d;
}

.nr-v2 .nr-v2-channel-row__value {
    display: block;
    font-size: clamp(1.125rem, 2.5vw, 1.5rem);
    font-weight: 800;
    line-height: 1.25;
    color: #1a1c1c;
    transition: color 0.4s ease;
}

.nr-v2 .nr-v2-channel-row__hint {
    margin: 0.5rem 0 0;
    font-size: 0.75rem;
    color: #5f5e5e;
    transition: color 0.4s ease;
}

.nr-v2 .nr-v2-channel-row__arrow {
    flex-shrink: 0;
    align-self: center;
    font-size: 1.25rem;
    color: #71130d;
    opacity: 0;
    transform: translateX(-8px);
    transition: opacity 0.35s ease, transform 0.35s ease, color 0.35s ease;
}

.nr-v2 .nr-v2-channel-row--whatsapp .nr-v2-channel-row__arrow {
    color: #16a34a;
}

.nr-v2 .nr-v2-channel-row:hover .nr-v2-channel-row__label,
.nr-v2 .nr-v2-channel-row:hover .nr-v2-channel-row__label--whatsapp,
.nr-v2 .nr-v2-channel-row:hover .nr-v2-channel-row__value,
.nr-v2 .nr-v2-channel-row:hover .nr-v2-channel-row__hint {
    color: #ffffff;
}

.nr-v2 .nr-v2-channel-row:hover .nr-v2-channel-row__arrow {
    opacity: 1;
    transform: translateX(0);
    color: #ffffff;
}

/* Nota presencial (blockquote) */
.nr-v2 .nr-v2-presencial-note {
    margin: 0;
    padding: 2rem;
    background-color: #f3f3f3;
    border-left: 4px solid #71130d;
    transition: background-color 0.45s ease, box-shadow 0.35s ease, transform 0.35s ease;
}

.nr-v2 .nr-v2-presencial-note p {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.625;
    font-style: italic;
    color: #5f5e5e;
    transition: color 0.45s ease;
}

.nr-v2 .nr-v2-presencial-note:hover {
    background-color: #71130d;
    box-shadow: 0 12px 28px -12px rgba(113, 19, 13, 0.35);
    transform: translateX(4px);
}

.nr-v2 .nr-v2-presencial-note:hover p {
    color: #ffffff;
}

@media (prefers-reduced-motion: reduce) {
    .nr-v2 .nr-v2-hero-photo {
        transform: none;
    }

    .nr-v2 .nr-v2-governance-visual__photo,
    .nr-v2 .nr-v2-governance-visual:hover .nr-v2-governance-visual__photo {
        transform: none;
        transition: none;
    }

    .nr-v2 .nr-v2-contact-card,
    .nr-v2 .nr-v2-institution-card,
    .nr-v2 .nr-v2-institution-card .nr-v2-hover-line {
        transition: none;
    }

    .nr-v2 .nr-v2-contact-card:hover {
        transform: none;
    }

    .nr-v2 .nr-v2-channel-row,
    .nr-v2 .nr-v2-channel-row:hover {
        transform: none;
        transition: background-color 0.01ms;
    }

    .nr-v2 .nr-v2-channel-row__arrow {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .nr-v2 .nr-v2-presencial-note,
    .nr-v2 .nr-v2-presencial-note:hover {
        transform: none;
        transition: background-color 0.01ms;
    }
}

@media (max-width: 767px) {
    .nr-v2 .nr-v2-hero-photo {
        object-position: 50% 38%;
        transform: scale(1.08);
        transform-origin: 50% 38%;
    }
}
