/**
 * Page RHUHR — vertus
 */
body.page-rhuhr {
    padding-top: 0;
    background: linear-gradient(135deg, #f5f2e8 0%, #e8f5e8 100%);
}

.page-rhuhr .main-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 6rem 2rem 3rem;
}

.page-rhuhr .hero-title {
    font-size: 2.2rem;
    font-weight: 600;
    color: #2d7a3a;
    margin-bottom: 0.5rem;
    text-align: center;
    font-family: "Playfair Display", serif;
}

.page-rhuhr .hero-subtitle {
    text-align: center;
    color: #7f8c8d;
    margin-bottom: 2.5rem;
}

.page-rhuhr .intro-box {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 16px;
    padding: 2rem;
    border: 2px solid rgba(45, 122, 58, 0.2);
    margin-bottom: 2.5rem;
}

.page-rhuhr .intro-box p {
    margin: 0 0 0.75rem;
    line-height: 1.7;
    color: #2c3e50;
}

.rhuhr-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.rhuhr-card {
    background: #fff;
    border-radius: 16px;
    padding: 1.75rem;
    border: 2px solid #d0e2d6;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    transition: transform 0.2s, box-shadow 0.2s;
}

.rhuhr-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

.rhuhr-card .emoji {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.rhuhr-card .animal {
    font-size: 0.95rem;
    color: #7f8c8d;
    margin-bottom: 0.25rem;
}

.rhuhr-card .nom {
    font-size: 1.4rem;
    font-weight: 700;
    color: #2d7a3a;
    margin-bottom: 0.35rem;
}

.rhuhr-card .son {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.75rem;
}

.rhuhr-card .desc {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #2c3e50;
}

.rhuhr-section-title {
    text-align: center;
    color: #2d7a3a;
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
}

.jeu-one-liner {
    text-align: center;
    margin: 2rem 0;
    padding: 1rem;
    color: #7f8c8d;
    font-size: 0.95rem;
}

.jeu-one-liner a {
    color: #2d7a3a;
    font-weight: 600;
    text-decoration: none;
}

.jeu-one-liner a:hover {
    text-decoration: underline;
}

.page-rhuhr .background-logo {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.06;
    background-image: url("../../../logo-cooppere-text.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100vw;
    height: 100vh;
    max-width: 1200px;
    max-height: 800px;
}
