.nhr-wrap {
    --nhr-bg: #f4efe6;
    --nhr-ink: #15222e;
    --nhr-muted: #4c5e6f;
    --nhr-accent: #005f73;
    --nhr-accent-2: #ca6702;
    --nhr-card: rgba(255, 255, 255, 0.84);
    --nhr-border: rgba(21, 34, 46, 0.12);
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    padding: clamp(18px, 3.5vw, 38px);
    color: var(--nhr-ink);
    background:
        radial-gradient(circle at 18% 8%, rgba(0, 95, 115, 0.13), transparent 38%),
        radial-gradient(circle at 88% 92%, rgba(202, 103, 2, 0.16), transparent 42%),
        linear-gradient(135deg, #f8f4eb 0%, var(--nhr-bg) 100%);
    box-shadow: 0 14px 50px rgba(17, 31, 44, 0.12);
    isolation: isolate;
    font-family: "Manrope", "Segoe UI", sans-serif;
}

.nhr-bg-shape {
    position: absolute;
    border-radius: 999px;
    filter: blur(2px);
    pointer-events: none;
    z-index: -1;
    animation: nhr-drift 11s ease-in-out infinite alternate;
}

.nhr-bg-shape-a {
    width: 220px;
    height: 220px;
    background: rgba(0, 95, 115, 0.17);
    top: -90px;
    right: -50px;
}

.nhr-bg-shape-b {
    width: 180px;
    height: 180px;
    background: rgba(202, 103, 2, 0.18);
    bottom: -70px;
    left: -45px;
    animation-delay: 1.7s;
}

.nhr-hero h2 {
    margin: 0;
    font-family: "Space Grotesk", "Segoe UI", sans-serif;
    font-size: clamp(1.5rem, 3.8vw, 2.35rem);
    letter-spacing: -0.02em;
    line-height: 1.1;
}

.nhr-eyebrow {
    margin: 0 0 8px;
    color: var(--nhr-accent);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.75rem;
    font-weight: 800;
}

.nhr-subline,
.nhr-meta {
    margin: 12px 0 0;
    color: var(--nhr-muted);
}

.nhr-sync {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.nhr-sync-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: rgba(11, 99, 79, 0.16);
    color: #0b5d4b;
    border: 1px solid rgba(11, 99, 79, 0.35);
    font-size: 0.76rem;
    font-weight: 800;
    padding: 4px 10px;
}

.nhr-sync-badge.is-offline {
    background: rgba(155, 34, 38, 0.14);
    color: #7d1f23;
    border-color: rgba(155, 34, 38, 0.35);
}

.nhr-sync-text {
    font-size: 0.82rem;
    color: #2d4557;
}

.nhr-filters {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.nhr-filter-btn {
    border: 1px solid rgba(21, 34, 46, 0.2);
    background: rgba(255, 255, 255, 0.84);
    color: #1d3447;
    border-radius: 999px;
    font-size: 0.82rem;
    padding: 6px 12px;
    font-weight: 700;
    cursor: pointer;
}

.nhr-filter-btn.is-active {
    background: var(--nhr-accent);
    color: #fff;
    border-color: var(--nhr-accent);
}

.nhr-mixcheck {
    margin-top: 14px;
    border: 1px solid rgba(0, 95, 115, 0.25);
    border-radius: 12px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.68);
}

.nhr-mixcheck h3 {
    margin: 0;
    font-size: 1rem;
}

.nhr-mixcheck p {
    margin: 8px 0 0;
    font-size: 0.9rem;
    color: #355062;
}

.nhr-mixcheck-grid {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 9px;
    align-items: end;
}

.nhr-mixcheck-grid label {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 0.82rem;
    font-weight: 700;
    color: #1d3346;
}

.nhr-mixcheck-grid select {
    border: 1px solid rgba(21, 34, 46, 0.22);
    border-radius: 8px;
    background: #fff;
    padding: 8px;
    font-size: 0.88rem;
    color: #223748;
}

.nhr-mixcheck-result {
    margin-top: 10px;
    border-radius: 10px;
    border: 1px solid rgba(21, 34, 46, 0.16);
    background: rgba(240, 244, 247, 0.8);
    color: #223748;
    padding: 10px;
    font-size: 0.87rem;
    line-height: 1.35;
}

.nhr-mixcheck-result[data-level="rot"] {
    border-color: rgba(155, 34, 38, 0.4);
    background: rgba(155, 34, 38, 0.08);
    color: #6f1a1f;
}

.nhr-mixcheck-result[data-level="gelb"] {
    border-color: rgba(176, 137, 0, 0.4);
    background: rgba(176, 137, 0, 0.1);
    color: #624d03;
}

.nhr-mixcheck-result[data-level="gruen"] {
    border-color: rgba(11, 99, 79, 0.38);
    background: rgba(11, 99, 79, 0.1);
    color: #0f4f40;
}

.nhr-detail {
    margin-top: 12px;
    border: 1px solid rgba(0, 95, 115, 0.25);
    border-radius: 14px;
    padding: 13px;
    background: rgba(0, 95, 115, 0.07);
}

.nhr-detail-kicker {
    margin: 0;
    color: var(--nhr-accent);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.72rem;
    font-weight: 800;
}

.nhr-detail h3 {
    margin: 8px 0;
}

.nhr-detail-substances {
    margin: 0 0 10px;
    color: #24445a;
    font-size: 0.95rem;
}

.nhr-detail-section {
    margin-top: 12px;
    border-top: 1px solid rgba(0, 95, 115, 0.2);
    padding-top: 10px;
}

.nhr-detail-section h4 {
    margin: 0 0 6px;
    font-size: 0.96rem;
    color: #12384b;
}

.nhr-detail-section p {
    margin: 0;
}

.nhr-detail-section ul {
    margin: 0;
    padding-left: 18px;
}

.nhr-impact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 10px;
}

.nhr-impact-item {
    border: 1px solid rgba(21, 34, 46, 0.15);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.72);
    padding: 9px;
}

.nhr-impact-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
    font-size: 0.84rem;
}

.nhr-impact-track {
    height: 8px;
    border-radius: 99px;
    background: rgba(21, 34, 46, 0.12);
    overflow: hidden;
}

.nhr-impact-fill {
    display: block;
    height: 100%;
    width: 0;
    border-radius: 99px;
    background: linear-gradient(90deg, #fcbf49, #ca6702 60%, #9b2226);
    transition: width 0.9s ease;
}

.nhr-impact-item p {
    margin: 7px 0 0;
    font-size: 0.82rem;
    color: #324a5c;
}

.nhr-detail-section li {
    margin-bottom: 6px;
}

.nhr-detail-section-emergency {
    border: 1px solid rgba(155, 34, 38, 0.35);
    border-radius: 10px;
    padding: 10px;
    background: rgba(155, 34, 38, 0.06);
}

.nhr-grid {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 14px;
}

.nhr-card {
    background: var(--nhr-card);
    border: 1px solid var(--nhr-border);
    border-radius: 16px;
    padding: 14px;
    backdrop-filter: blur(6px);
    transform: translateY(18px);
    opacity: 0;
    transition: transform 0.45s ease, opacity 0.45s ease, box-shadow 0.25s ease;
}

.nhr-card.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.nhr-card:hover {
    box-shadow: 0 8px 26px rgba(21, 34, 46, 0.12);
}

.nhr-card-head {
    display: flex;
    gap: 8px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    font-size: 0.8rem;
}

.nhr-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0 0 8px;
}

.nhr-badge {
    font-size: 0.72rem;
    line-height: 1;
    border-radius: 999px;
    padding: 5px 8px;
    font-weight: 800;
}

.nhr-badge-severity {
    color: #fff;
}

.nhr-sev-critical {
    background: #9b2226;
}

.nhr-sev-high {
    background: #ca6702;
}

.nhr-sev-medium {
    background: #b08900;
}

.nhr-sev-low {
    background: #0a9396;
}

.nhr-badge-geo {
    background: rgba(0, 95, 115, 0.12);
    color: #0f3f4d;
    border: 1px solid rgba(0, 95, 115, 0.25);
}

.nhr-badge-ai {
    background: rgba(11, 99, 79, 0.14);
    color: #0c4b3d;
    border: 1px solid rgba(11, 99, 79, 0.3);
}

.nhr-badge-substance {
    background: rgba(202, 103, 2, 0.14);
    color: #7a3f01;
    border: 1px solid rgba(202, 103, 2, 0.3);
    cursor: pointer;
    transition: all 0.2s;
}

.nhr-badge-substance:hover {
    background: rgba(202, 103, 2, 0.22);
    border-color: rgba(202, 103, 2, 0.5);
    text-decoration: underline;
}

.nhr-badge-trust {
    border: 1px solid transparent;
}

.nhr-trust-high {
    background: rgba(11, 99, 79, 0.14);
    color: #0c4b3d;
    border-color: rgba(11, 99, 79, 0.25);
}

.nhr-trust-mid {
    background: rgba(202, 103, 2, 0.12);
    color: #7b470d;
    border-color: rgba(202, 103, 2, 0.28);
}

.nhr-trust-low {
    background: rgba(109, 117, 125, 0.14);
    color: #3f4b57;
    border-color: rgba(109, 117, 125, 0.24);
}

.nhr-source {
    color: var(--nhr-accent);
    font-weight: 800;
}

.nhr-date {
    color: var(--nhr-muted);
}

.nhr-card h3 {
    margin: 0 0 10px;
    font-family: "Space Grotesk", "Segoe UI", sans-serif;
    font-size: 1.03rem;
    line-height: 1.35;
}

.nhr-image-wrap {
    margin: 0 0 10px;
    border-radius: 11px;
    overflow: hidden;
    background: #dde5ec;
    max-height: 220px;
}

.nhr-image-wrap img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.nhr-summary {
    margin: 0;
    color: #203241;
    font-size: 0.95rem;
    line-height: 1.45;
}

.nhr-risk-mini {
    margin-top: 10px;
    height: 7px;
    border-radius: 99px;
    background: rgba(21, 34, 46, 0.12);
    overflow: hidden;
}

.nhr-risk-mini-fill {
    display: block;
    width: 0;
    height: 100%;
    border-radius: 99px;
    background: linear-gradient(90deg, #fcbf49, #ca6702 65%, #9b2226);
    transition: width 0.7s ease;
}

.nhr-card-tip {
    margin: 10px 0 0;
    padding: 8px 10px;
    border-left: 3px solid var(--nhr-accent-2);
    background: rgba(202, 103, 2, 0.08);
    color: #3d2f12;
    font-size: 0.87rem;
    line-height: 1.4;
}

.nhr-links {
    margin-top: 12px;
}

.nhr-internal-links {
    margin: 10px 0 0;
    padding-left: 18px;
}

.nhr-internal-links li {
    margin-bottom: 4px;
    font-size: 0.88rem;
}

.nhr-links a,
.nhr-help a {
    color: var(--nhr-accent);
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
}

.nhr-counseling-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.nhr-counseling-link {
    display: block;
    padding: 10px 12px;
    background: rgba(0, 95, 115, 0.1);
    border-left: 3px solid var(--nhr-accent);
    border-radius: 6px;
    color: var(--nhr-accent);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.2s;
}

.nhr-counseling-link:hover {
    background: rgba(0, 95, 115, 0.18);
    border-left-color: #005f73;
    box-shadow: 0 3px 10px rgba(0, 95, 115, 0.15);
    transform: translateX(2px);
}

.nhr-help {
    margin-top: 18px;
    border-radius: 14px;
    border: 1px solid rgba(0, 95, 115, 0.22);
    background: rgba(0, 95, 115, 0.08);
    padding: 14px 14px 10px;
}

.nhr-help h3 {
    margin: 0 0 6px;
    font-family: "Space Grotesk", "Segoe UI", sans-serif;
}

.nhr-help p {
    margin: 0;
}

.nhr-help ul {
    margin: 10px 0 0;
    padding-left: 18px;
}

.nhr-help li {
    margin-bottom: 6px;
}

.nhr-insights,
.nhr-transparency {
    margin-top: 12px;
    border: 1px solid rgba(21, 34, 46, 0.14);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.7);
    padding: 10px;
}

.nhr-insights h4,
.nhr-transparency h4 {
    margin: 0 0 7px;
    font-size: 0.88rem;
    color: #17384c;
}

.nhr-insights ul,
.nhr-transparency ul {
    margin: 0;
    padding-left: 17px;
}

.nhr-insights li,
.nhr-transparency li {
    margin-bottom: 5px;
    font-size: 0.84rem;
    color: #2a4355;
}

.nhr-nav-links {
    margin-top: 14px;
}

.nhr-nav-links h4 {
    margin: 0 0 8px;
    font-size: 0.9rem;
    color: #12384b;
}

.nhr-nav-link-item {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 9px 11px;
    margin-bottom: 7px;
    border: 1px solid rgba(0, 95, 115, 0.22);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.72);
    color: #0f3f4d;
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 700;
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.18s ease;
}

.nhr-nav-link-item:hover {
    background: rgba(0, 95, 115, 0.12);
    box-shadow: 0 4px 14px rgba(0, 95, 115, 0.14);
    transform: translateY(-2px);
}

.nhr-nav-link-icon {
    font-size: 1.1rem;
    line-height: 1;
    flex-shrink: 0;
}

.nhr-meta-admin {
    opacity: 0.7;
    font-size: 0.76rem;
    font-style: italic;
}

.nhr-pagination {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.nhr-page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    padding: 0 10px;
    border-radius: 999px;
    border: 1px solid rgba(21, 34, 46, 0.2);
    background: rgba(255, 255, 255, 0.82);
    color: #1c3244;
    font-size: 0.83rem;
    font-weight: 800;
    text-decoration: none;
}

.nhr-page-link.is-active {
    background: var(--nhr-accent);
    color: #fff;
    border-color: var(--nhr-accent);
}

.nhr-page-dots {
    color: #4c5e6f;
    font-size: 0.86rem;
    font-weight: 700;
}

.nhr-kpi-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 10px;
}

.nhr-kpi-item {
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(21, 34, 46, 0.12);
    border-radius: 10px;
    padding: 9px;
}

.nhr-kpi-label {
    display: block;
    font-size: 0.8rem;
    color: #365062;
}

.nhr-kpi-item strong {
    display: block;
    margin: 2px 0 7px;
    font-size: 1.15rem;
}

.nhr-categories {
    margin: 8px 0 0;
    padding: 0;
    list-style: none;
}

.nhr-categories li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    border-top: 1px dashed rgba(21, 34, 46, 0.18);
    padding: 6px 0;
}

.nhr-categories li:first-child {
    border-top: 0;
}

.nhr-categories span {
    font-weight: 800;
    font-size: 0.82rem;
    color: #24465a;
}

.nhr-detail-compare {
    background: rgba(21, 34, 46, 0.03);
    border-radius: 10px;
    padding: 10px;
}

.nhr-compare-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.nhr-compare-item {
    border: 1px solid rgba(21, 34, 46, 0.14);
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.72);
    padding: 9px;
}

.nhr-compare-item-plus {
    border-color: rgba(11, 99, 79, 0.35);
    background: rgba(11, 99, 79, 0.08);
}

.nhr-compare-item h5 {
    margin: 0 0 6px;
    font-size: 0.9rem;
}

.nhr-compare-item ul {
    margin: 0;
    padding-left: 17px;
}

.nhr-faq {
    margin-top: 18px;
    border-radius: 14px;
    border: 1px solid rgba(21, 34, 46, 0.14);
    background: rgba(255, 255, 255, 0.66);
    padding: 14px;
}

.nhr-faq h3 {
    margin: 0 0 8px;
    font-family: "Space Grotesk", "Segoe UI", sans-serif;
}

.nhr-faq details {
    border-top: 1px solid rgba(21, 34, 46, 0.12);
    padding: 8px 0;
}

.nhr-faq details:first-of-type {
    border-top: 0;
}

.nhr-faq summary {
    cursor: pointer;
    font-weight: 700;
    color: #16374b;
}

.nhr-faq p {
    margin: 8px 0 0;
    color: #31495c;
}

@keyframes nhr-drift {
    from {
        transform: translate3d(0, 0, 0) scale(1);
    }
    to {
        transform: translate3d(10px, -18px, 0) scale(1.06);
    }
}

@media (max-width: 640px) {
    .nhr-wrap {
        border-radius: 14px;
        padding: 14px;
    }

    .nhr-grid {
        grid-template-columns: 1fr;
    }
}
