@charset "UTF-8";
/***!  /media/templates/site/cassiopeia/css/user.css?866abf  !***/

/* =========================================================
   FORMATEUR-RUCQUOY.BE
   CSS GLOBAL PREMIUM - CASSIOPEIA
   Header + menu + contenu + boutons + cartes
   ========================================================= */

/* =========================================================
   1. RÉGLAGES GLOBAUX
   ========================================================= */
:root {
    --nru-blue-dark: #001b4c;
    --nru-blue: #22356f;
    --nru-blue-mid: #2c438b;
    --nru-blue-light: #3450a2;
    --nru-text: #1c2430;
    --nru-text-soft: #4b5a70;
    --nru-border: #dbe4f0;
    --nru-border-soft: #e3e8ef;
    --nru-bg-soft: #f4f7fb;
    --nru-bg-soft-2: #f8fafc;
    --nru-white: #ffffff;
    --nru-radius-sm: 10px;
    --nru-radius: 16px;
    --nru-radius-lg: 22px;
    --nru-shadow-soft: 0 8px 24px rgba(0, 0, 0, 0.04);
    --nru-shadow-card: 0 10px 28px rgba(0, 27, 76, 0.06);
    --nru-shadow-strong: 0 14px 34px rgba(0, 27, 76, 0.12);
    --nru-transition: all 0.25s ease;
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--nru-text);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Typographie générale */
.site-grid,
.com-content-article,
.item-page,
main {
    color: var(--nru-text);
}

p {
    line-height: 1.75;
}

h1, h2, h3, h4 {
    color: var(--nru-blue-dark);
    line-height: 1.25;
    letter-spacing: -0.01em;
}

h1 {
    font-weight: 800;
}

h2 {
    font-weight: 800;
}

h3 {
    font-weight: 700;
}

/* Liens généraux */
a {
    transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease, box-shadow 0.25s ease;
}

a:hover,
a:focus {
    text-decoration: none;
}

/* Images */
img {
    max-width: 100%;
    height: auto;
}

/* =========================================================
   2. HEADER + MENU PRINCIPAL
   ========================================================= */

/* ---------- HEADER GLOBAL ---------- */
.container-header {
    position: relative;
    z-index: 100;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.10);
}

/* Fond général de la zone navigation */
.container-header .grid-child.container-nav {
    background: linear-gradient(90deg, #22356f 0%, #2c438b 55%, #3450a2 100%);
    padding: 8px 20px;
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* Fine ligne décorative en bas */
.container-header .grid-child.container-nav::after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.12);
}

/* ---------- ZONE LOGO / BRAND ---------- */
.container-header .navbar-brand {
    margin-right: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.container-header .navbar-brand img,
.container-header .navbar-brand svg {
    max-height: 56px;
    width: auto;
    transition: transform 0.25s ease;
}

.container-header .navbar-brand:hover img,
.container-header .navbar-brand:hover svg {
    transform: scale(1.02);
}

/* Texte éventuel de marque */
.container-header .navbar-brand span,
.container-header .navbar-brand .site-title {
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.2px;
}

/* ---------- NAVIGATION ---------- */
.container-header nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

/* Menu principal */
.container-header .mod-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Items */
.container-header .mod-menu > li {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    position: relative;
}

/* Liens */
.container-header .mod-menu > li > a {
    display: block;
    position: relative;
    padding: 13px 18px;
    border-radius: 12px;
    color: #ffffff !important;
    text-decoration: none;
    text-align: center;
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.15px;
    transition:
        background-color 0.25s ease,
        color 0.25s ease,
        transform 0.18s ease,
        box-shadow 0.25s ease;
}

/* Hover / focus */
.container-header .mod-menu > li > a:hover,
.container-header .mod-menu > li > a:focus,
.container-header .mod-menu > li > a:active {
    background: rgba(255, 255, 255, 0.13);
    color: #ffffff !important;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    outline: none;
}

/* Page active */
.container-header .mod-menu > li.active > a,
.container-header .mod-menu > li.current > a,
.container-header .mod-menu > li > a[aria-current="page"] {
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.10);
}

/* Soulignement élégant de la page active */
.container-header .mod-menu > li.active > a::after,
.container-header .mod-menu > li.current > a::after,
.container-header .mod-menu > li > a[aria-current="page"]::after {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 7px;
    height: 2px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.96);
}

/* ---------- SOUS-MENUS ---------- */
.container-header .mod-menu .mod-menu__sub {
    margin-top: 10px;
    border-radius: 14px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(34, 53, 111, 0.10);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
    padding: 6px 0;
}

.container-header .mod-menu .mod-menu__sub li {
    margin: 0;
}

.container-header .mod-menu .mod-menu__sub a {
    display: block;
    padding: 11px 16px;
    color: #22356f !important;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    transition: background-color 0.2s ease, color 0.2s ease, padding-left 0.2s ease;
}

.container-header .mod-menu .mod-menu__sub a:hover,
.container-header .mod-menu .mod-menu__sub a:focus {
    background: rgba(34, 53, 111, 0.06);
    color: #1c2d5f !important;
    padding-left: 18px;
    text-decoration: none;
}

/* ---------- BOUTON MENU MOBILE ---------- */
.container-header .navbar-toggler {
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 10px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    box-shadow: none;
    transition: background-color 0.25s ease, transform 0.2s ease, border-color 0.25s ease;
}

.container-header .navbar-toggler:hover,
.container-header .navbar-toggler:focus {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.35);
    color: #ffffff;
    transform: translateY(-1px);
    outline: none;
}

/* Icône du bouton mobile */
.container-header .navbar-toggler-icon {
    filter: brightness(0) invert(1);
}

/* ---------- AJUSTEMENTS DE MISE EN PAGE ---------- */
.container-header .container-nav {
    align-items: center;
}

.container-header .container-nav .navbar {
    width: 100%;
    justify-content: center;
    align-items: center;
}

/* Si logo + menu sont côte à côte */
.container-header .container-nav .navbar-brand + .mod-menu,
.container-header .container-nav .navbar-brand + nav .mod-menu {
    margin-left: auto;
    margin-right: auto;
}

/* =========================================================
   3. CONTENU PRINCIPAL - FINITIONS ESTHÉTIQUES
   ========================================================= */

/* Zone principale de contenu */
.site-grid .container-component,
.site-grid .grid-child.container-component,
main .com-content-article,
.item-page {
    position: relative;
}

/* Meilleure lisibilité du contenu d’article */
.com-content-article,
.item-page {
    color: var(--nru-text);
}

/* Titre principal des pages */
.com-content-article h1,
.item-page h1 {
    margin-bottom: 0.8rem;
}

/* Titres secondaires */
.com-content-article h2,
.item-page h2 {
    margin-top: 0;
    margin-bottom: 0.7rem;
}

/* Cartes/blocs avec style inline : hover discret
   Cible surtout les blocs de page d'accueil contenant des styles inline */
.com-content-article div[style*="border-radius: 14px"],
.com-content-article div[style*="border-radius: 16px"],
.com-content-article div[style*="border-radius: 18px"],
.com-content-article div[style*="border-radius: 22px"],
.com-content-article a[style*="border-radius: 14px"],
.com-content-article a[style*="border-radius: 16px"],
.com-content-article a[style*="border-radius: 18px"],
.com-content-article a[style*="border-radius: 22px"],
.item-page div[style*="border-radius: 14px"],
.item-page div[style*="border-radius: 16px"],
.item-page div[style*="border-radius: 18px"],
.item-page div[style*="border-radius: 22px"],
.item-page a[style*="border-radius: 14px"],
.item-page a[style*="border-radius: 16px"],
.item-page a[style*="border-radius: 18px"],
.item-page a[style*="border-radius: 22px"] {
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

/* Hover sur cartes */
.com-content-article a[style*="border-radius: 14px"]:hover,
.com-content-article a[style*="border-radius: 16px"]:hover,
.com-content-article a[style*="border-radius: 18px"]:hover,
.com-content-article a[style*="border-radius: 22px"]:hover,
.item-page a[style*="border-radius: 14px"]:hover,
.item-page a[style*="border-radius: 16px"]:hover,
.item-page a[style*="border-radius: 18px"]:hover,
.item-page a[style*="border-radius: 22px"]:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 28px rgba(0, 27, 76, 0.12) !important;
}

/* Hover discret sur blocs non cliquables */
.com-content-article div[style*="box-shadow"]:hover,
.item-page div[style*="box-shadow"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(0, 27, 76, 0.08) !important;
}

/* Boutons inline de la page */
.com-content-article a[style*="padding: 12px 22px"],
.com-content-article a[style*="padding: 13px 24px"],
.com-content-article a[style*="padding: 13px 22px"],
.item-page a[style*="padding: 12px 22px"],
.item-page a[style*="padding: 13px 24px"],
.item-page a[style*="padding: 13px 22px"] {
    transition: transform 0.2s ease, box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.com-content-article a[style*="padding: 12px 22px"]:hover,
.com-content-article a[style*="padding: 13px 24px"]:hover,
.com-content-article a[style*="padding: 13px 22px"]:hover,
.item-page a[style*="padding: 12px 22px"]:hover,
.item-page a[style*="padding: 13px 24px"]:hover,
.item-page a[style*="padding: 13px 22px"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(0, 27, 76, 0.16) !important;
}

/* Liens texte dans le contenu */
.com-content-article p a,
.com-content-article li a,
.item-page p a,
.item-page li a {
    color: var(--nru-blue-dark);
    font-weight: 600;
}

.com-content-article p a:hover,
.com-content-article li a:hover,
.item-page p a:hover,
.item-page li a:hover {
    color: var(--nru-blue-mid);
}

/* Listes plus propres */
.com-content-article ul,
.item-page ul {
    line-height: 1.75;
}

/* Petits textes */
.com-content-article small,
.item-page small {
    color: var(--nru-text-soft);
}

/* =========================================================
   4. BLOCS JOOMLA COURANTS
   ========================================================= */

/* Articles / intro */
.com-content-article,
.item-page {
    font-size: 1rem;
}

/* Pagination si présente */
.pagination {
    gap: 8px;
}

.pagination .page-link {
    border-radius: 10px;
    color: var(--nru-blue-dark);
}

.pagination .active .page-link {
    background: var(--nru-blue-dark);
    border-color: var(--nru-blue-dark);
    color: #fff;
}

/* =========================================================
   5. FOOTER / BAS DE PAGE
   ========================================================= */
.footer,
.container-footer {
    border-top: 1px solid rgba(0, 27, 76, 0.08);
}

.footer a,
.container-footer a {
    transition: opacity 0.2s ease, color 0.2s ease;
}

.footer a:hover,
.container-footer a:hover {
    opacity: 0.85;
}

/* =========================================================
   6. VERSION TABLETTE
   ========================================================= */
@media (max-width: 991px) {
    .container-header .grid-child.container-nav {
        min-height: 68px;
        padding: 8px 14px;
    }

    .container-header .navbar-brand {
        margin-right: 14px;
    }

    .container-header .navbar-brand img,
    .container-header .navbar-brand svg {
        max-height: 48px;
    }

    .container-header .mod-menu {
        gap: 4px;
    }

    .container-header .mod-menu > li > a {
        padding: 11px 14px;
        font-size: 0.94rem;
        border-radius: 10px;
    }

    .container-header .mod-menu > li.active > a::after,
    .container-header .mod-menu > li.current > a::after,
    .container-header .mod-menu > li > a[aria-current="page"]::after {
        left: 14px;
        right: 14px;
        bottom: 6px;
    }

    .com-content-article,
    .item-page {
        font-size: 0.98rem;
    }
}

/* =========================================================
   7. VERSION MOBILE
   ========================================================= */
@media (max-width: 767px) {
    .container-header .grid-child.container-nav {
        min-height: auto;
        padding: 10px 10px 8px 10px;
    }

    .container-header .grid-child.container-nav::after {
        left: 10px;
        right: 10px;
    }

    .container-header .navbar-brand {
        margin-right: 10px;
    }

    .container-header .navbar-brand img,
    .container-header .navbar-brand svg {
        max-height: 42px;
    }

    /* Menu déplié mobile */
    .container-header .mod-menu {
        width: 100%;
        justify-content: center;
        gap: 4px;
        padding-top: 8px;
    }

    .container-header .mod-menu > li {
        width: 100%;
    }

    .container-header .mod-menu > li > a {
        width: 100%;
        padding: 11px 12px;
        font-size: 0.93rem;
        border-radius: 9px;
        line-height: 1.15;
    }

    .container-header .mod-menu > li.active > a::after,
    .container-header .mod-menu > li.current > a::after,
    .container-header .mod-menu > li > a[aria-current="page"]::after {
        left: 12px;
        right: 12px;
        bottom: 5px;
    }

    .container-header .mod-menu .mod-menu__sub {
        margin-top: 6px;
        border-radius: 10px;
    }

    .container-header .mod-menu .mod-menu__sub a {
        padding: 10px 12px;
        font-size: 0.92rem;
    }

    /* Contenu mobile */
    .com-content-article,
    .item-page {
        font-size: 0.97rem;
    }

    .com-content-article h1,
    .item-page h1 {
        font-size: 1.9rem;
    }

    .com-content-article h2,
    .item-page h2 {
        font-size: 1.5rem;
    }

    .com-content-article h3,
    .item-page h3 {
        font-size: 1.2rem;
    }
}

/* =========================================================
   8. PETIT BONUS VISUEL
   ========================================================= */
.container-header,
.container-header *,
.com-content-article,
.item-page {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* =========================================================
   ACTUALITÉS / SESSIONS
   ========================================================= */

.fr-session-card {
    max-width: 980px;
    margin: 20px auto 40px auto;
    background: #ffffff;
    border: 1px solid #dfe7f3;
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 10px 30px rgba(20, 40, 90, 0.08);
}

.fr-session-badge {
    display: inline-block;
    background: #eaf2ff;
    color: #22356f;
    border: 1px solid #c9d9f5;
    border-radius: 999px;
    padding: 7px 14px;
    font-size: 0.88rem;
    font-weight: 700;
    margin-bottom: 16px;
}

.fr-session-card h1 {
    margin: 0 0 10px 0;
    font-size: 2rem;
    line-height: 1.2;
    color: #1c2e5a;
}

.fr-session-subtitle {
    margin: 0 0 22px 0;
    font-size: 1.08rem;
    color: #4b5b78;
}

.fr-session-infos {
    display: grid;
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    gap: 12px;
    margin: 0 0 26px 0;
    padding: 18px;
    background: #f7faff;
    border: 1px solid #dce8f8;
    border-radius: 16px;
}

.fr-session-infos div {
    font-size: 1rem;
    color: #22324d;
}

.fr-session-content h2 {
    margin: 24px 0 10px 0;
    font-size: 1.25rem;
    color: #22356f;
}

.fr-session-content p,
.fr-session-content li {
    font-size: 1rem;
    line-height: 1.7;
    color: #2c3d5a;
}

.fr-session-content ul {
    margin: 0 0 0 20px;
    padding: 0;
}

.fr-session-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.fr-btn-primary,
.fr-btn-secondary {
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    border-radius: 12px;
    padding: 13px 20px;
    transition: all 0.25s ease;
}

.fr-btn-primary {
    background: linear-gradient(90deg, #22356f 0%, #3450a2 100%);
    color: #ffffff;
    border: 1px solid #22356f;
}

.fr-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(34, 53, 111, 0.20);
    color: #ffffff;
}

.fr-btn-secondary {
    background: #ffffff;
    color: #22356f;
    border: 1px solid #c9d9f5;
}

.fr-btn-secondary:hover {
    background: #f3f7ff;
    color: #22356f;
}

@media (max-width: 768px) {
    .fr-session-card {
        padding: 20px;
        border-radius: 16px;
    }

    .fr-session-card h1 {
        font-size: 1.6rem;
    }

    .fr-session-infos {
        grid-template-columns: 1fr;
    }

    .fr-session-actions {
        flex-direction: column;
    }

    .fr-btn-primary,
    .fr-btn-secondary {
        text-align: center;
        width: 100%;
    }
}
/* =========================================================
   AVIS PARTICIPANTS - VERSION PREMIUM SANS JAVASCRIPT
   ========================================================= */

.fr-reviews {
    max-width: 1280px;
    margin: 0 auto;
    padding: 42px 18px 72px 18px;
}

.fr-reviews__inner {
    max-width: 1160px;
    margin: 0 auto;
}

.fr-reviews__header {
    max-width: 920px;
    margin: 0 auto 34px auto;
    text-align: center;
}

.fr-reviews__kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 18px;
    border-radius: 999px;
    background: linear-gradient(180deg, #eef4ff 0%, #e7efff 100%);
    border: 1px solid #d8e3f5;
    color: #22356f;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 14px;
    box-shadow: 0 6px 18px rgba(34, 53, 111, 0.05);
}

.fr-reviews__header h2 {
    margin: 0 0 14px 0;
    font-size: 2.45rem;
    line-height: 1.14;
    color: #1f3163;
    letter-spacing: -0.02em;
}

.fr-reviews__header p {
    margin: 0;
    font-size: 1.08rem;
    line-height: 1.8;
    color: #66758d;
}

.fr-reviews__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(220px, 1fr));
    gap: 22px;
    max-width: 1060px;
    margin: 0 auto 34px auto;
}

.fr-rstat {
    position: relative;
    text-align: center;
    padding: 28px 22px 24px 22px;
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid #dde7f4;
    box-shadow: 0 16px 36px rgba(25, 45, 90, 0.07), 0 4px 12px rgba(25, 45, 90, 0.03);
    overflow: hidden;
}

.fr-rstat::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #22356f 0%, #3450a2 55%, #5f7ccc 100%);
}

.fr-rstat__icon {
    width: 46px;
    height: 46px;
    margin: 0 auto 12px auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff4d8;
    color: #d8a31d;
    font-size: 1.15rem;
    font-weight: 800;
    box-shadow: inset 0 0 0 1px #f0deab;
}

.fr-rstat__value {
    margin-bottom: 8px;
    font-size: 2.25rem;
    line-height: 1;
    font-weight: 800;
    color: #22356f;
}

.fr-rstat__label {
    font-size: 0.96rem;
    line-height: 1.55;
    color: #687892;
}

.fr-rbox {
    max-width: 1140px;
    margin: 0 auto;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid #dde7f4;
    border-radius: 30px;
    box-shadow: 0 18px 42px rgba(25, 45, 90, 0.08), 0 4px 12px rgba(25, 45, 90, 0.03);
    overflow: hidden;
}

.fr-rbox__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    padding: 20px 24px;
    border-bottom: 1px solid #e8eef8;
    background: rgba(255,255,255,0.86);
    flex-wrap: wrap;
}

.fr-rbox__pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: #f4f7fc;
    border: 1px solid #dbe5f2;
    color: #22356f;
    font-size: 0.89rem;
    font-weight: 700;
}

.fr-rbox__more,
.fr-rbox__bottom-link {
    appearance: none;
    border: none;
    background: transparent;
    color: #22356f;
    font-weight: 700;
    cursor: pointer;
    padding: 0;
    border-bottom: 1px solid transparent;
    transition: all 0.2s ease;
}

.fr-rbox__more:hover,
.fr-rbox__bottom-link:hover {
    color: #3450a2;
    border-bottom-color: #3450a2;
}

.fr-rtable-wrap {
    overflow-x: auto;
}

.fr-rtable {
    width: 100%;
    border-collapse: collapse;
}

.fr-rtable thead th {
    background: linear-gradient(90deg, #22356f 0%, #3450a2 100%);
    color: #ffffff;
    text-align: center;
    padding: 16px 14px;
    font-size: 0.93rem;
    font-weight: 700;
    white-space: nowrap;
}

.fr-rtable tbody td {
    padding: 18px 16px;
    border-bottom: 1px solid #e8eef8;
    vertical-align: middle;
    text-align: center;
    font-size: 0.97rem;
    line-height: 1.68;
    color: #42536f;
}

.fr-rtable tbody tr:hover {
    background: #f7faff;
}

.fr-rtable tbody tr:last-child td {
    border-bottom: none;
}

.fr-rtable tbody td:nth-child(1),
.fr-rtable tbody td:nth-child(2) {
    white-space: nowrap;
    color: #22356f;
    font-weight: 700;
}

.fr-rtable tbody td:nth-child(3) {
    min-width: 240px;
    color: #60718b;
}

.fr-rtable tbody td:nth-child(4) {
    min-width: 130px;
}

.fr-rtable tbody td:nth-child(5) {
    min-width: 360px;
    text-align: left;
}

.fr-score {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.fr-score__stars {
    font-size: 0.95rem;
    letter-spacing: 2px;
    color: #e1ac22;
    font-weight: 800;
    line-height: 1;
}

.fr-score__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 92px;
    padding: 9px 13px;
    border-radius: 999px;
    font-size: 0.88rem;
    font-weight: 800;
    white-space: nowrap;
}

.fr-score__badge--excellent {
    background: linear-gradient(180deg, #ecf9f1 0%, #e3f5ea 100%);
    color: #157347;
    border: 1px solid #cce9d8;
}

.fr-score__badge--good {
    background: linear-gradient(180deg, #eef4ff 0%, #e7efff 100%);
    color: #22356f;
    border: 1px solid #d8e3f5;
}

.fr-rtext {
    position: relative;
    padding-left: 30px !important;
}

.fr-rtext__quote {
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 1.7rem;
    line-height: 1;
    color: #d8e3f5;
    font-weight: 800;
}

.fr-rpagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 24px 18px 10px 18px;
    flex-wrap: wrap;
}

.fr-rpagination__btn {
    min-width: 48px;
    height: 48px;
    border: 1px solid #d7e2f4;
    background: #ffffff;
    color: #22356f;
    border-radius: 14px;
    font-size: 0.97rem;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(25, 45, 90, 0.03);
    transition: all 0.22s ease;
}

.fr-rpagination__btn:hover {
    background: #eef4ff;
    border-color: #cbd9ef;
    transform: translateY(-1px);
}

.fr-rpagination__btn.is-active {
    background: linear-gradient(90deg, #22356f 0%, #3450a2 100%);
    color: #ffffff;
    border-color: #22356f;
    box-shadow: 0 10px 22px rgba(34, 53, 111, 0.20);
}

.fr-rbox__bottom {
    text-align: center;
    padding: 10px 18px 28px 18px;
}

.fr-rarchive {
    max-width: 1140px;
    margin: 24px auto 0 auto;
    padding: 28px 26px;
    border-radius: 28px;
    background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
    border: 1px solid #dde7f4;
    box-shadow: 0 14px 34px rgba(25, 45, 90, 0.06);
}

.fr-rarchive__head {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 24px auto;
}

.fr-rarchive__head h3 {
    margin: 0 0 10px 0;
    font-size: 1.7rem;
    color: #22356f;
}

.fr-rarchive__head p {
    margin: 0;
    color: #687892;
    line-height: 1.7;
}

.fr-rarchive__list {
    display: grid;
    gap: 12px;
}

.fr-rarchive__item {
    padding: 14px 16px;
    border-radius: 16px;
    background: #f7faff;
    border: 1px solid #e3ebf7;
    color: #45556f;
    line-height: 1.7;
}

.fr-rarchive__item strong {
    color: #22356f;
}

@media (max-width: 980px) {
    .fr-reviews__stats {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .fr-reviews {
        padding: 28px 12px 48px 12px;
    }

    .fr-reviews__header h2 {
        font-size: 1.85rem;
    }

    .fr-reviews__header p {
        font-size: 1rem;
    }

    .fr-rbox__top {
        justify-content: center;
        text-align: center;
        padding: 16px;
    }

    .fr-rtable {
        min-width: 1020px;
    }

    .fr-rarchive {
        padding: 22px 18px;
    }
}
