/* ==========================================================================
   Page produit "GLOBTEL 50 GO" (single-product-50-go.php)
   Chargé UNIQUEMENT sur cette page produit (voir universim_enqueue_50_go_assets
   dans functions.php). Identité propre au 50 GO (flux du quotidien) —
   volontairement distincte des autres forfaits. Réutilise le système
   .faq-item déjà partagé (voir style.css) tel quel.
   ========================================================================== */

.g50-page {
    background: #000;
    color: #fff;
    font-family: 'Poppins', system-ui, sans-serif;
    font-weight: 300;
    overflow-x: hidden;
    position: relative;
}

.g50-noise {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 5;
    opacity: 0.05;
    mix-blend-mode: screen;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="160" height="160"><filter id="n"><feTurbulence type="fractalNoise" baseFrequency="0.85" numOctaves="2"/></filter><rect width="160" height="160" filter="url(%23n)"/></svg>');
}

.g50-page a {
    text-decoration: none;
}

.g50-page [data-reveal] {
    opacity: 0;
    will-change: opacity, transform;
}

.g50-page [data-reveal].is-visible {
    opacity: 1;
    transform: none;
}

/* --------------------------------------------------------------------
   Boutons communs
   -------------------------------------------------------------------- */
.g50-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.g50-btn--primary {
    padding: 16px 32px;
    background: var(--universim-gold);
    color: #000;
    font-weight: 600;
    box-shadow: 0 14px 40px -16px rgba(245, 179, 1, 0.6);
}

.g50-btn--primary:hover {
    background: var(--universim-gold-hover);
    color: #000;
    transform: translateY(-2px);
}

.g50-btn--ghost {
    padding: 16px 26px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.85);
}

.g50-btn--ghost:hover {
    border-color: rgba(245, 179, 1, 0.6);
    color: var(--universim-gold);
}

/* --------------------------------------------------------------------
   HERO — colonne texte + panneau photo, flux dorés en fond
   -------------------------------------------------------------------- */
.g50-hero {
    position: relative;
    padding: clamp(38px, 6.5vh, 84px) clamp(20px, 4vw, 64px) clamp(30px, 5vh, 60px);
    overflow: hidden;
}

.g50-hero__canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0.62;
    pointer-events: none;
}

.g50-hero__inner {
    position: relative;
    z-index: 2;
    max-width: 1680px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(400px, 100%), 1fr));
    gap: clamp(28px, 4vw, 64px);
    align-items: center;
}

.g50-hero__col {
    display: flex;
    flex-direction: column;
    gap: clamp(18px, 2.6vh, 30px);
    min-width: 0;
}

.g50-hero__eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;
}

.g50-hero__eyebrow-line {
    width: 26px;
    height: 1px;
    background: var(--universim-gold);
}

.g50-hero__eyebrow span:last-child {
    font-family: 'Outfit', sans-serif;
    font-size: 11.5px;
    letter-spacing: 0.34em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}

.g50-hero__title {
    margin: 0;
    font-family: 'Outfit', sans-serif;
    font-weight: 200;
    line-height: 0.82;
    letter-spacing: -0.045em;
    display: flex;
    align-items: flex-end;
    gap: clamp(10px, 1.4vw, 22px);
}

.g50-hero__title-number {
    font-size: clamp(72px, 9vw, 150px);
    font-weight: 300;
    color: #fff;
}

.g50-hero__title-meta {
    display: flex;
    flex-direction: column;
    gap: clamp(6px, 1vh, 12px);
    padding-bottom: clamp(6px, 1vw, 16px);
}

.g50-hero__title-go {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(24px, 2.5vw, 44px);
    font-weight: 400;
    letter-spacing: -0.02em;
    color: var(--universim-gold);
    line-height: 0.9;
}

.g50-hero__title-brand {
    font-size: clamp(11px, 1vw, 13px);
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
    font-family: 'Outfit', sans-serif;
}

.g50-hero__subtitle {
    margin: 0;
    font-size: clamp(16px, 1.35vw, 20px);
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.68);
    max-width: 36ch;
}

.g50-hero__bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: clamp(20px, 3vw, 44px);
    padding-top: clamp(14px, 2.2vh, 24px);
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.g50-hero__price {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    font-family: 'Outfit', sans-serif;
}

.g50-hero__price-number {
    font-size: clamp(42px, 4.8vw, 72px);
    font-weight: 300;
    line-height: 0.85;
    letter-spacing: -0.04em;
}

.g50-hero__price-meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding-top: 6px;
}

.g50-hero__price-currency {
    font-size: clamp(20px, 2vw, 28px);
    font-weight: 300;
    line-height: 1;
    color: var(--universim-gold);
}

.g50-hero__price-unit {
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
}

.g50-hero__ctas {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* Panneau photo — même correctif de spécificité que sur les autres pages
   produit : WooCommerce charge ".woocommerce img { height:auto; max-
   width:100% }" sur les pages produit, qui l'emporterait sinon sur un
   simple sélecteur à une classe et empêcherait le remplissage complet
   du cadre. */
/* "height" (pas seulement "min-height") : dans une grille avec
   align-items:center, un élément ne s'étire pas sur la hauteur de la
   ligne — sans hauteur explicite, le cadre se contente de la hauteur
   intrinsèque de l'image (ratio naturel), ce qui rend "object-fit:cover"
   inopérant et casse le cadrage recherché. */
.g50-hero__media {
    position: relative;
    min-width: 0;
    height: clamp(320px, 50vh, 520px);
    background: #0a0a0a;
    border: 1px solid rgba(255, 255, 255, 0.09);
}

.g50-hero__media img.g50-hero__media-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 70%;
}

.g50-hero__media-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.35), transparent 34%, transparent 62%, rgba(0, 0, 0, 0.72));
}

.g50-hero__media-caption {
    position: absolute;
    left: clamp(16px, 1.8vw, 26px);
    bottom: clamp(16px, 1.8vw, 24px);
    font-family: 'Outfit', sans-serif;
    font-size: 10.5px;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
}

/* --------------------------------------------------------------------
   BANDEAU RÉCAPITULATIF
   -------------------------------------------------------------------- */
.g50-specs-wrap {
    padding: 0 clamp(20px, 4vw, 64px);
}

.g50-specs {
    max-width: 1680px;
    margin: 0 auto;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(170px, 100%), 1fr));
}

.g50-spec {
    display: flex;
    flex-direction: column;
    gap: 11px;
    padding: clamp(22px, 3vh, 34px) clamp(16px, 2vw, 30px);
}

.g50-spec__glyph {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(245, 179, 1, 0.4);
    display: grid;
    place-items: center;
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 1;
    color: var(--universim-gold);
}

.g50-spec__label {
    font-size: 10.5px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.42);
}

.g50-spec__value {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(16px, 1.4vw, 21px);
    color: #fff;
}

/* --------------------------------------------------------------------
   ANIMATION PRINCIPALE — « LES FLUX DE VOTRE QUOTIDIEN »
   Aucun cadre visible : le canvas flotte directement sur le fond noir,
   ses bords sont estompés par un masque radial plutôt que délimités par
   une bordure ou un fond différent.
   -------------------------------------------------------------------- */
.g50-flux {
    padding: clamp(64px, 10vh, 130px) clamp(20px, 4vw, 64px);
}

.g50-flux__inner {
    max-width: 1680px;
    margin: 0 auto;
}

.g50-flux__header {
    display: flex;
    flex-direction: column;
    gap: clamp(14px, 2.2vh, 24px);
    margin-bottom: clamp(30px, 4.6vh, 56px);
}

.g50-flux__title {
    margin: 0;
    font-family: 'Outfit', sans-serif;
    font-weight: 200;
    font-size: clamp(34px, 4.6vw, 72px);
    line-height: 1;
    letter-spacing: -0.03em;
    max-width: 18ch;
}

.g50-flux__intro {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.55);
    max-width: 56ch;
}

.g50-flux__stage {
    position: relative;
    height: clamp(340px, 46vh, 470px);
}

.g50-flux__canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-mask-image: radial-gradient(ellipse 88% 90% at 50% 50%, #000 56%, rgba(0, 0, 0, 0.5) 82%, transparent 100%);
    mask-image: radial-gradient(ellipse 88% 90% at 50% 50%, #000 56%, rgba(0, 0, 0, 0.5) 82%, transparent 100%);
}

.g50-flux__legend {
    margin-top: clamp(18px, 2.6vh, 26px);
    display: flex;
    flex-wrap: wrap;
    gap: clamp(16px, 2.6vw, 44px);
}

.g50-flux__legend-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Outfit', sans-serif;
    font-size: 11px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}

.g50-flux__dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--universim-gold);
    flex: 0 0 auto;
}

/* --------------------------------------------------------------------
   LE FORFAIT EN DÉTAIL
   -------------------------------------------------------------------- */
.g50-forfait {
    padding: clamp(64px, 10vh, 130px) 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.g50-forfait__inner {
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 64px);
}

.g50-forfait__header {
    display: flex;
    flex-direction: column;
    gap: clamp(16px, 2.4vh, 26px);
    margin-bottom: clamp(36px, 6vh, 72px);
}

.g50-forfait__title {
    margin: 0;
    font-family: 'Outfit', sans-serif;
    font-weight: 200;
    font-size: clamp(34px, 4.6vw, 72px);
    line-height: 1;
    letter-spacing: -0.03em;
    max-width: 16ch;
}

.g50-forfait__intro {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.55);
    max-width: 56ch;
}

.g50-forfait__grid {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(24px, 2.4vw, 40px);
}

.g50-feature {
    flex: 1 1 170px;
    min-width: 158px;
    display: flex;
    flex-direction: column;
    gap: clamp(16px, 2vh, 24px);
}

.g50-feature__glyph-row {
    position: relative;
    display: flex;
    align-items: center;
    height: clamp(76px, 8vw, 104px);
}

.g50-feature__line {
    position: absolute;
    top: 50%;
    left: calc(-1 * clamp(24px, 2.4vw, 40px));
    right: calc(-1 * clamp(24px, 2.4vw, 40px));
    height: 1px;
    background: rgba(245, 179, 1, 0.4);
}

.g50-feature__glyph {
    position: relative;
    width: clamp(76px, 8vw, 104px);
    height: clamp(76px, 8vw, 104px);
    border-radius: 50%;
    border: 1px solid rgba(245, 179, 1, 0.4);
    background: #000;
    display: grid;
    place-items: center;
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    font-size: clamp(30px, 3vw, 42px);
    line-height: 1;
    color: var(--universim-gold);
}

.g50-feature__title {
    margin: 0 0 8px;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: clamp(20px, 1.8vw, 27px);
    letter-spacing: -0.01em;
}

.g50-feature__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.5);
    max-width: 32ch;
}

/* --------------------------------------------------------------------
   UNE JOURNÉE, PLUSIEURS FLUX — 4 univers d'usage animés
   -------------------------------------------------------------------- */
.g50-usage {
    padding: clamp(64px, 10vh, 140px) clamp(20px, 4vw, 64px);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, #000, #050403 55%, #000);
}

.g50-usage__inner {
    max-width: 1680px;
    margin: 0 auto;
}

.g50-usage__header {
    display: flex;
    flex-direction: column;
    gap: clamp(14px, 2.2vh, 24px);
    margin-bottom: clamp(34px, 5vh, 64px);
}

.g50-usage__title {
    margin: 0;
    font-family: 'Outfit', sans-serif;
    font-weight: 200;
    font-size: clamp(34px, 4.6vw, 72px);
    line-height: 1;
    letter-spacing: -0.03em;
}

.g50-usage__intro {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.55);
    max-width: 56ch;
}

.g50-usage__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
    gap: clamp(20px, 2.4vw, 38px);
}

.g50-usage__card {
    display: flex;
    flex-direction: column;
    gap: clamp(14px, 2vh, 20px);
    padding-top: clamp(16px, 2vh, 22px);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.g50-usage__card-scene {
    position: relative;
    height: clamp(140px, 16vh, 180px);
}

.g50-usage__card-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.g50-usage__card-kicker {
    font-family: 'Outfit', sans-serif;
    font-size: 11px;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: var(--universim-gold);
}

.g50-usage__card-title {
    margin: 0;
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    font-size: clamp(22px, 2vw, 32px);
    line-height: 1.05;
    letter-spacing: -0.02em;
}

.g50-usage__card-text {
    margin: 0;
    font-size: 14px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.52);
    max-width: 32ch;
}

/* --------------------------------------------------------------------
   POUR QUI ? — profils encadrés, glow au survol
   -------------------------------------------------------------------- */
.g50-pourqui {
    padding: clamp(64px, 10vh, 140px) clamp(20px, 4vw, 64px);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.g50-pourqui__inner {
    max-width: 1680px;
    margin: 0 auto;
}

.g50-pourqui__header {
    display: flex;
    flex-direction: column;
    gap: clamp(14px, 2.2vh, 24px);
    margin-bottom: clamp(34px, 5vh, 60px);
}

.g50-pourqui__title {
    margin: 0;
    font-family: 'Outfit', sans-serif;
    font-weight: 200;
    font-size: clamp(34px, 4.6vw, 72px);
    line-height: 1;
    letter-spacing: -0.03em;
}

.g50-pourqui__intro {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.55);
    max-width: 56ch;
}

.g50-pourqui__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
    gap: clamp(16px, 1.8vw, 26px);
}

.g50-profile {
    display: flex;
    gap: clamp(16px, 1.8vw, 24px);
    align-items: flex-start;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: clamp(24px, 2.8vw, 34px);
    transition: border-color 0.5s ease;
}

.g50-profile:hover {
    border-color: rgba(245, 179, 1, 0.4);
}

.g50-profile__glyph {
    flex: 0 0 auto;
    width: clamp(52px, 4.6vw, 62px);
    height: clamp(52px, 4.6vw, 62px);
    border-radius: 50%;
    border: 1px solid rgba(245, 179, 1, 0.4);
    display: grid;
    place-items: center;
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    font-size: clamp(22px, 2vw, 26px);
    line-height: 1;
    color: var(--universim-gold);
}

.g50-profile__body {
    min-width: 0;
}

.g50-profile__title {
    margin: 0 0 8px;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: clamp(18px, 1.6vw, 23px);
    letter-spacing: -0.01em;
}

.g50-profile__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.5);
}

/* --------------------------------------------------------------------
   ÉDITORIAL — photo à gauche, texte à droite
   -------------------------------------------------------------------- */
.g50-editorial {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: #000;
    padding: clamp(56px, 9vh, 130px) clamp(20px, 4vw, 64px);
}

.g50-editorial__inner {
    max-width: 1680px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(360px, 100%), 1fr));
    gap: clamp(28px, 4vw, 72px);
    align-items: center;
}

.g50-editorial__media {
    position: relative;
    height: clamp(300px, 46vh, 480px);
    background: #0a0a0a;
    border: 1px solid rgba(255, 255, 255, 0.09);
}

.g50-editorial__media img.g50-editorial__media-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 28%;
}

.g50-editorial__media-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.6));
}

.g50-editorial__text {
    display: flex;
    flex-direction: column;
    gap: clamp(16px, 2.4vh, 28px);
    min-width: 0;
}

.g50-editorial__eyebrow {
    font-family: 'Outfit', sans-serif;
    font-size: 11.5px;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: var(--universim-gold);
}

.g50-editorial__title {
    margin: 0;
    font-family: 'Outfit', sans-serif;
    font-weight: 200;
    font-size: clamp(30px, 4.4vw, 72px);
    line-height: 1.02;
    letter-spacing: -0.035em;
    max-width: 18ch;
}

.g50-editorial__intro {
    margin: 0;
    font-size: clamp(15px, 1.25vw, 18px);
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.66);
    max-width: 46ch;
}

.g50-editorial__stats {
    display: flex;
    gap: clamp(24px, 4vw, 56px);
    flex-wrap: wrap;
    padding-top: clamp(16px, 2.4vh, 26px);
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.g50-editorial__stat-value {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(24px, 2.4vw, 38px);
    font-weight: 300;
    color: var(--universim-gold);
    line-height: 1;
}

.g50-editorial__stat-label {
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 6px;
}

/* --------------------------------------------------------------------
   AVANTAGES — lignes horizontales, alignées à gauche, hover translateX
   (logique commune validée sur Le Petit / 20 GO / 100 GO)
   -------------------------------------------------------------------- */
.g50-avantages {
    padding: clamp(64px, 10vh, 140px) clamp(20px, 4vw, 64px);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.g50-avantages__inner {
    max-width: 1680px;
    margin: 0 auto;
}

.g50-avantages__title {
    margin: 0 0 clamp(32px, 5vh, 60px);
    font-family: 'Outfit', sans-serif;
    font-weight: 200;
    font-size: clamp(34px, 4.6vw, 72px);
    line-height: 1;
    letter-spacing: -0.03em;
}

.g50-avantages__list {
    display: flex;
    flex-direction: column;
}

/* Grille cohérente : colonne pictogramme+titre de largeur fixe identique
   sur les 5 lignes (même point de départ du picto, du titre et de la
   description), alignée à gauche du container — pas de centrage du bloc.
   single-50-go.js ne fait jamais varier "transform" par une transition
   pour ces lignes lors de l'apparition au scroll (voir le fichier JS) :
   le survol peut donc utiliser ce même "transform" sans conflit, sans
   avoir besoin de "!important". */
.g50-perk {
    display: grid;
    grid-template-columns: minmax(230px, 440px) minmax(0, 1fr);
    align-items: center;
    gap: clamp(20px, 2.4vw, 36px);
    padding: clamp(26px, 3.6vh, 44px) 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateX(0);
}

.g50-perk__head {
    display: flex;
    align-items: center;
    gap: clamp(16px, 1.8vw, 26px);
}

.g50-perk__glyph {
    flex: 0 0 auto;
    width: clamp(66px, 6.4vw, 88px);
    height: clamp(66px, 6.4vw, 88px);
    border-radius: 50%;
    border: 1px solid rgba(245, 179, 1, 0.4);
    display: grid;
    place-items: center;
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    font-size: clamp(28px, 2.6vw, 36px);
    line-height: 1;
    color: var(--universim-gold);
    transition: border-color 0.4s ease, box-shadow 0.4s ease;
}

.g50-perk__title {
    margin: 0;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: clamp(21px, 2.1vw, 30px);
    letter-spacing: -0.015em;
    text-align: left;
}

.g50-perk__text {
    margin: 0;
    font-size: 14.5px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.52);
    max-width: 52ch;
    text-align: left;
}

/* Micro-interaction hover uniquement (souris) : léger déplacement vers la
   droite + léger glow discret sur le pictogramme, retour automatique et
   complet à l'état initial à la sortie. Pas d'état permanent, pas de
   dépendance au hover sur tactile. */
@media (hover: hover) and (pointer: fine) {
    .g50-perk {
        transition: transform 0.4s ease;
    }

    .g50-perk:hover {
        transform: translateX(10px);
    }

    .g50-perk:hover .g50-perk__glyph {
        border-color: rgba(245, 179, 1, 0.75);
        box-shadow: 0 0 14px rgba(245, 179, 1, 0.2);
    }
}

/* --------------------------------------------------------------------
   AVIS
   -------------------------------------------------------------------- */
.g50-avis {
    padding: clamp(72px, 11vh, 140px) clamp(20px, 4vw, 64px);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.g50-avis__inner {
    max-width: 1680px;
    margin: 0 auto;
}

.g50-avis__title {
    margin: 0 0 clamp(30px, 4.6vh, 54px);
    font-family: 'Outfit', sans-serif;
    font-weight: 200;
    font-size: clamp(30px, 3.8vw, 58px);
    line-height: 1;
    letter-spacing: -0.03em;
}

.g50-avis__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
    gap: clamp(14px, 1.6vw, 22px);
}

.g50-review {
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: clamp(28px, 3vw, 40px);
    display: flex;
    flex-direction: column;
    gap: clamp(20px, 3vh, 32px);
    justify-content: space-between;
    min-height: clamp(240px, 26vh, 300px);
    transition: border-color 0.5s ease;
}

.g50-review:hover {
    border-color: rgba(245, 179, 1, 0.4);
}

.g50-review__stars {
    font-family: 'Outfit', sans-serif;
    font-size: 13px;
    letter-spacing: 0.3em;
    color: var(--universim-gold);
}

.g50-review__quote {
    margin: 0;
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    font-size: clamp(18px, 1.6vw, 23px);
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.92);
    letter-spacing: -0.01em;
}

.g50-review__name {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 12.5px;
    color: rgba(255, 255, 255, 0.45);
}

.g50-review__name-line {
    width: 26px;
    height: 1px;
    background: rgba(245, 179, 1, 0.6);
}

/* --------------------------------------------------------------------
   CTA FINAL
   -------------------------------------------------------------------- */
.g50-cta {
    position: relative;
    padding: clamp(72px, 12vh, 160px) clamp(20px, 4vw, 64px);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
    text-align: center;
}

.g50-cta__glow {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1100px;
    height: 550px;
    background: radial-gradient(
        ellipse at center,
        rgba(245, 179, 1, 0.08) 0px,
        rgba(245, 179, 1, 0.045) 110px,
        rgba(245, 179, 1, 0.018) 220px,
        transparent 300px
    );
    pointer-events: none;
}

.g50-cta__inner {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(20px, 3vh, 34px);
}

.g50-cta__eyebrow {
    font-family: 'Outfit', sans-serif;
    font-size: 11.5px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
}

.g50-cta__title {
    margin: 0;
    font-family: 'Outfit', sans-serif;
    font-weight: 200;
    font-size: clamp(40px, 6.6vw, 104px);
    line-height: 0.95;
    letter-spacing: -0.035em;
}

.g50-cta__title-accent {
    font-weight: 500;
    color: var(--universim-gold);
}

.g50-cta__price-row {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    font-family: 'Outfit', sans-serif;
}

.g50-cta__price-number {
    font-size: clamp(48px, 6vw, 86px);
    font-weight: 300;
    line-height: 0.9;
    letter-spacing: -0.04em;
}

.g50-cta__price-currency {
    font-size: clamp(20px, 2vw, 30px);
    font-weight: 300;
    color: var(--universim-gold);
    padding-top: 6px;
}

.g50-cta__price-unit {
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
    padding-top: 14px;
    margin-left: 8px;
}

.g50-cta__note {
    margin: 0;
    font-size: 12.5px;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.4);
}

/* Lien AJAX "ajouter au panier" (universim_add_to_cart_link()) — plus le
   formulaire natif WooCommerce d'origine, donc .g50-cta__form devient
   directement le conteneur flex. Spécificité renforcée : WooCommerce
   charge sa propre règle ".woocommerce a.button"/"button.button.alt"
   (3 classes + élément) qui l'emporterait sinon sur un sélecteur plus
   simple. Sélecteur par classe seule : le bouton est un <a>, pas un
   <button>. */
.g50-cta__form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.g50-page .g50-cta .g50-cta__form .single_add_to_cart_button {
    display: inline-flex;
    align-items: center;
    padding: 19px 44px;
    border-radius: 999px;
    background: var(--universim-gold);
    color: #000;
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    box-shadow: 0 18px 50px -16px rgba(245, 179, 1, 0.65);
    transition: background 0.3s ease, transform 0.3s ease;
}

.g50-page .g50-cta .g50-cta__form .single_add_to_cart_button:hover {
    background: var(--universim-gold-hover);
    transform: translateY(-2px);
}

/* --------------------------------------------------------------------
   FAQ
   -------------------------------------------------------------------- */
.g50-faq {
    padding: clamp(72px, 11vh, 150px) clamp(20px, 4vw, 64px);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.g50-faq__inner {
    max-width: 1680px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
    gap: clamp(32px, 5vw, 80px);
    align-items: start;
}

.g50-faq__title {
    margin: 0 0 18px;
    font-family: 'Outfit', sans-serif;
    font-weight: 200;
    font-size: clamp(34px, 4.2vw, 62px);
    line-height: 1;
    letter-spacing: -0.03em;
}

.g50-faq__intro {
    margin: 0;
    font-size: 14.5px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.5);
    max-width: 32ch;
}

.g50-faq__list {
    grid-column: span 2;
    min-width: 0;
}

/* --------------------------------------------------------------------
   AUTRES FORFAITS — lignes alignées à gauche, hover translateX
   -------------------------------------------------------------------- */
.g50-other {
    padding: clamp(72px, 11vh, 150px) clamp(20px, 4vw, 64px);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, #000, #050403);
}

.g50-other__inner {
    max-width: 1680px;
    margin: 0 auto;
}

.g50-other__header {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 20px;
    margin-bottom: clamp(28px, 4.4vh, 50px);
}

.g50-other__title {
    margin: 0;
    font-family: 'Outfit', sans-serif;
    font-weight: 200;
    font-size: clamp(30px, 3.8vw, 58px);
    line-height: 1;
    letter-spacing: -0.03em;
}

.g50-other__link {
    margin-left: auto;
    font-size: 13.5px;
    color: var(--universim-gold);
}

.g50-other__link:hover {
    color: #fff;
}

.g50-other__list {
    display: flex;
    flex-direction: column;
}

.g50-other__row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(150px, 45%), 1fr));
    align-items: center;
    gap: clamp(14px, 2vw, 32px);
    padding: clamp(24px, 3.4vh, 38px) clamp(6px, 1.4vw, 20px);
    border-top: 1px solid rgba(255, 255, 255, 0.11);
    color: #fff;
    transition: background 0.45s ease;
    transform: translateX(0);
}

.g50-other__row:hover {
    background: rgba(245, 179, 1, 0.05);
    color: #fff;
}

@media (hover: hover) and (pointer: fine) {
    .g50-other__row {
        transition: background 0.45s ease, transform 0.4s ease;
    }

    .g50-other__row:hover {
        transform: translateX(10px);
    }
}

.g50-other__name {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(26px, 3vw, 44px);
    font-weight: 300;
    letter-spacing: -0.02em;
    text-align: left;
}

.g50-other__tag {
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.6;
    text-align: left;
}

.g50-other__specs {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.6;
    text-align: left;
}

.g50-other__price {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(20px, 1.9vw, 28px);
    font-weight: 400;
    color: var(--universim-gold);
    text-align: right;
}

/* ==========================================================================
   Responsive — tablette
   ========================================================================== */
@media (max-width: 1024px) {
    .g50-faq__list {
        grid-column: span 1;
    }

    .g50-hero__media {
        height: clamp(300px, 44vh, 440px);
    }

    .g50-hero__media img.g50-hero__media-img {
        object-position: 48% 30%;
    }

    .g50-editorial__media {
        height: clamp(280px, 40vh, 420px);
    }

    .g50-editorial__media img.g50-editorial__media-img {
        object-position: 50% 26%;
    }
}

/* ==========================================================================
   Responsive — mobile
   ========================================================================== */
@media (max-width: 768px) {
    .g50-hero__media {
        height: 340px;
        order: -1;
    }

    .g50-hero__media img.g50-hero__media-img {
        object-position: 42% 26%;
    }

    .g50-editorial__media {
        height: 300px;
    }

    .g50-editorial__media img.g50-editorial__media-img {
        object-position: 50% 22%;
    }

    .g50-forfait__header,
    .g50-avantages__title,
    .g50-avis__title,
    .g50-other__header {
        flex-direction: column;
        align-items: flex-start;
    }

    .g50-other__link {
        margin-left: 0;
    }

    .g50-other__row {
        grid-template-columns: 1fr 1fr;
        row-gap: 6px;
    }

    .g50-other__price {
        text-align: left;
    }

    .g50-perk {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .g50-usage__grid {
        grid-template-columns: 1fr;
    }

    .g50-profile {
        flex-direction: column;
    }
}

/* ==========================================================================
   Accessibilité : prefers-reduced-motion
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
    .g50-page [data-reveal] {
        opacity: 1 !important;
        transform: none !important;
    }

    .g50-btn--primary:hover,
    .g50-cta__form .single_add_to_cart_button:hover {
        transform: none !important;
    }

    .g50-perk:hover,
    .g50-other__row:hover {
        transform: none !important;
    }
}
