/* ==========================================================================
   Page produit "GLOBTEL 200 GO" (single-product-200-go.php)
   Chargé UNIQUEMENT sur cette page produit (voir universim_enqueue_200_go_assets
   dans functions.php). Identité propre au 200 GO (liberté sans frontière) —
   volontairement distincte des autres forfaits. Réutilise le système
   .faq-item déjà partagé (voir style.css) tel quel.
   ========================================================================== */

.g200-page {
    background: #000;
    color: #fff;
    font-family: 'Poppins', system-ui, sans-serif;
    font-weight: 300;
    overflow-x: hidden;
    position: relative;
}

.g200-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>');
}

.g200-page a {
    text-decoration: none;
}

.g200-page [data-reveal] {
    opacity: 0;
    will-change: opacity, transform;
}

.g200-page [data-reveal].is-visible {
    opacity: 1;
    transform: none;
}

/* --------------------------------------------------------------------
   Boutons communs
   -------------------------------------------------------------------- */
.g200-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;
}

.g200-btn--primary {
    padding: 17px 34px;
    background: var(--universim-gold);
    color: #000;
    font-weight: 600;
    box-shadow: 0 14px 40px -16px rgba(245, 179, 1, 0.6);
}

.g200-btn--primary:hover {
    background: var(--universim-gold-hover);
    color: #000;
    transform: translateY(-2px);
}

.g200-btn--ghost {
    padding: 17px 28px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.85);
}

.g200-btn--ghost:hover {
    border-color: rgba(245, 179, 1, 0.6);
    color: var(--universim-gold);
}

/* --------------------------------------------------------------------
   HERO — composition panoramique : réseau très fin en fond du texte,
   bande photo pleine largeur bord à bord en dessous.
   -------------------------------------------------------------------- */
.g200-hero {
    position: relative;
    padding: clamp(44px, 8vh, 110px) 0 0;
    overflow: hidden;
}

.g200-hero__canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    pointer-events: none;
    -webkit-mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.5) 62%, transparent 100%);
    mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.5) 62%, transparent 100%);
}

.g200-hero__top {
    position: relative;
    z-index: 2;
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 64px);
    display: flex;
    flex-direction: column;
    gap: clamp(22px, 3.4vh, 40px);
}

.g200-hero__eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.g200-hero__eyebrow-line {
    width: 26px;
    height: 1px;
    background: var(--universim-gold);
}

.g200-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);
}

.g200-hero__title-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: clamp(24px, 5vw, 80px);
}

.g200-hero__title {
    margin: 0;
    font-family: 'Outfit', sans-serif;
    font-weight: 200;
    line-height: 0.82;
    letter-spacing: -0.05em;
    display: flex;
    align-items: flex-end;
    gap: clamp(10px, 1.4vw, 24px);
}

.g200-hero__title-number {
    font-size: clamp(80px, 10vw, 180px);
    font-weight: 300;
    color: #fff;
}

.g200-hero__title-meta {
    display: flex;
    flex-direction: column;
    gap: clamp(6px, 1vh, 12px);
    padding-bottom: clamp(8px, 1.2vw, 20px);
}

.g200-hero__title-go {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(26px, 2.7vw, 48px);
    font-weight: 400;
    letter-spacing: -0.02em;
    color: var(--universim-gold);
    line-height: 0.9;
}

.g200-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;
}

.g200-hero__subtitle {
    margin: 0 0 clamp(10px, 1.6vh, 20px);
    font-size: clamp(17px, 1.5vw, 23px);
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.7);
    max-width: 34ch;
    font-family: 'Outfit', sans-serif;
    font-weight: 200;
    letter-spacing: -0.01em;
}

.g200-hero__bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: clamp(24px, 4vw, 64px);
    padding-top: clamp(18px, 2.6vh, 30px);
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.g200-hero__price {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    font-family: 'Outfit', sans-serif;
}

.g200-hero__price-number {
    font-size: clamp(46px, 5.2vw, 80px);
    font-weight: 300;
    line-height: 0.85;
    letter-spacing: -0.04em;
}

.g200-hero__price-meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding-top: 6px;
}

.g200-hero__price-currency {
    font-size: clamp(20px, 2vw, 30px);
    font-weight: 300;
    line-height: 1;
    color: var(--universim-gold);
}

.g200-hero__price-unit {
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
}

.g200-hero__ctas {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.g200-hero__note {
    font-size: 12.5px;
    color: rgba(255, 255, 255, 0.4);
    letter-spacing: 0.04em;
}

/* Bande photo panoramique, pleine largeur, bord à bord (hors du container
   max-width). Spécificité renforcée : WooCommerce charge sa propre règle
   ".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. */
.g200-hero__band {
    position: relative;
    z-index: 2;
    margin-top: clamp(30px, 5vh, 64px);
    height: clamp(280px, 46vh, 520px);
    background: #000;
}

.g200-hero__band img.g200-hero__band-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 25% 46%;
}

.g200-hero__band-overlay-v {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 30%, transparent 66%, rgba(0, 0, 0, 0.9));
}

.g200-hero__band-overlay-h {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.85), transparent 16%, transparent 84%, rgba(0, 0, 0, 0.85));
}

.g200-hero__band-caption {
    position: absolute;
    left: clamp(20px, 4vw, 64px);
    bottom: clamp(18px, 2.4vw, 30px);
    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
   -------------------------------------------------------------------- */
.g200-specs-wrap {
    padding: 0 clamp(20px, 4vw, 64px);
}

.g200-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));
}

.g200-spec {
    display: flex;
    flex-direction: column;
    gap: 11px;
    padding: clamp(24px, 3.4vh, 40px) clamp(16px, 2vw, 30px);
}

.g200-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: 14px;
    line-height: 1;
    color: var(--universim-gold);
}

.g200-spec__label {
    font-size: 10.5px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.42);
}

.g200-spec__value {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(16px, 1.4vw, 21px);
    color: #fff;
}

/* --------------------------------------------------------------------
   ANIMATION PRINCIPALE — « LE MONDE CONNECTÉ »
   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.
   -------------------------------------------------------------------- */
.g200-monde {
    padding: clamp(70px, 11vh, 150px) 0 clamp(60px, 9vh, 120px);
}

.g200-monde__header-wrap {
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 64px);
}

.g200-monde__header {
    display: flex;
    flex-direction: column;
    gap: clamp(14px, 2.2vh, 26px);
    margin-bottom: clamp(20px, 3vh, 36px);
    max-width: 60ch;
}

.g200-monde__title {
    margin: 0;
    font-family: 'Outfit', sans-serif;
    font-weight: 200;
    font-size: clamp(36px, 5vw, 80px);
    line-height: 1;
    letter-spacing: -0.035em;
}

.g200-monde__intro {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.55);
    max-width: 56ch;
}

.g200-monde__tag {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Outfit', sans-serif;
    font-size: 10.5px;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
}

.g200-monde__breathe {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--universim-gold);
    flex: 0 0 auto;
    animation: g200-breathe 5s ease-in-out infinite;
}

@keyframes g200-breathe {
    0%, 100% { opacity: 0.35; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.3); }
}

.g200-monde__stage {
    position: relative;
    height: clamp(400px, 64vh, 720px);
    margin-top: clamp(6px, 1.4vh, 18px);
}

.g200-monde__canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-mask-image: radial-gradient(ellipse 86% 88% at 50% 50%, #000 52%, rgba(0, 0, 0, 0.5) 80%, transparent 100%);
    mask-image: radial-gradient(ellipse 86% 88% at 50% 50%, #000 52%, rgba(0, 0, 0, 0.5) 80%, transparent 100%);
}

.g200-monde__legend {
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 64px);
    display: flex;
    flex-wrap: wrap;
    gap: clamp(18px, 3vw, 52px);
}

.g200-monde__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);
}

.g200-monde__dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--universim-gold);
    flex: 0 0 auto;
}

/* --------------------------------------------------------------------
   VOTRE CONNEXION VOUS SUIT — six usages animés
   -------------------------------------------------------------------- */
.g200-usage {
    padding: clamp(70px, 11vh, 150px) clamp(20px, 4vw, 64px);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.g200-usage__inner {
    max-width: 1680px;
    margin: 0 auto;
}

.g200-usage__header {
    display: flex;
    flex-direction: column;
    gap: clamp(14px, 2.2vh, 26px);
    margin-bottom: clamp(40px, 6vh, 80px);
}

.g200-usage__title {
    margin: 0;
    font-family: 'Outfit', sans-serif;
    font-weight: 200;
    font-size: clamp(36px, 5vw, 80px);
    line-height: 1;
    letter-spacing: -0.035em;
}

.g200-usage__intro {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.55);
    max-width: 56ch;
}

.g200-usage__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
    gap: clamp(36px, 4.5vw, 80px) clamp(28px, 3.5vw, 64px);
}

.g200-usage__card {
    display: flex;
    flex-direction: column;
    gap: clamp(14px, 2vh, 22px);
    padding-top: clamp(18px, 2.4vh, 26px);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.g200-usage__card-top {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 18px;
}

.g200-usage__card-kicker {
    font-family: 'Outfit', sans-serif;
    font-size: 11px;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: var(--universim-gold);
}

.g200-usage__card-figure {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(18px, 1.6vw, 24px);
    font-weight: 200;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: -0.02em;
}

.g200-usage__card-scene {
    position: relative;
    height: clamp(120px, 15vh, 164px);
}

.g200-usage__card-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-mask-image: radial-gradient(ellipse 88% 92% at 50% 50%, #000 56%, transparent 100%);
    mask-image: radial-gradient(ellipse 88% 92% at 50% 50%, #000 56%, transparent 100%);
}

.g200-usage__card-title {
    margin: 0;
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    font-size: clamp(21px, 1.9vw, 29px);
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.g200-usage__card-text {
    margin: 0;
    font-size: 14px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.52);
    max-width: 34ch;
}

/* --------------------------------------------------------------------
   LE FORFAIT EN DÉTAIL
   -------------------------------------------------------------------- */
.g200-forfait {
    padding: clamp(70px, 11vh, 150px) 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.g200-forfait__inner {
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 64px);
}

.g200-forfait__header {
    display: flex;
    flex-direction: column;
    gap: clamp(16px, 2.4vh, 26px);
    margin-bottom: clamp(40px, 6.4vh, 80px);
}

.g200-forfait__title {
    margin: 0;
    font-family: 'Outfit', sans-serif;
    font-weight: 200;
    font-size: clamp(36px, 5vw, 80px);
    line-height: 1;
    letter-spacing: -0.035em;
    max-width: 16ch;
}

.g200-forfait__intro {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.55);
    max-width: 56ch;
}

.g200-forfait__grid {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(28px, 3vw, 52px);
}

.g200-feature {
    flex: 1 1 180px;
    min-width: 164px;
    display: flex;
    flex-direction: column;
    gap: clamp(18px, 2.2vh, 26px);
}

.g200-feature__glyph-row {
    position: relative;
    display: flex;
    align-items: center;
    height: clamp(76px, 8vw, 104px);
}

.g200-feature__line {
    position: absolute;
    top: 50%;
    left: calc(-1 * clamp(28px, 3vw, 52px));
    right: calc(-1 * clamp(28px, 3vw, 52px));
    height: 1px;
    background: rgba(245, 179, 1, 0.4);
}

.g200-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(24px, 2.5vw, 36px);
    line-height: 1;
    color: var(--universim-gold);
}

.g200-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;
}

.g200-feature__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.5);
    max-width: 32ch;
}

/* --------------------------------------------------------------------
   POUR QUI ? — lignes amples, beaucoup de respiration
   -------------------------------------------------------------------- */
.g200-pourqui {
    padding: clamp(70px, 11vh, 150px) clamp(20px, 4vw, 64px);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.g200-pourqui__inner {
    max-width: 1680px;
    margin: 0 auto;
}

.g200-pourqui__header {
    display: flex;
    flex-direction: column;
    gap: clamp(14px, 2.2vh, 26px);
    margin-bottom: clamp(40px, 6vh, 80px);
}

.g200-pourqui__title {
    margin: 0;
    font-family: 'Outfit', sans-serif;
    font-weight: 200;
    font-size: clamp(36px, 5vw, 80px);
    line-height: 1;
    letter-spacing: -0.035em;
}

.g200-pourqui__intro {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.55);
    max-width: 56ch;
}

.g200-pourqui__list {
    display: flex;
    flex-direction: column;
}

.g200-profile {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
    gap: clamp(20px, 4vw, 72px);
    align-items: baseline;
    padding: clamp(30px, 4.4vh, 56px) 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.g200-profile__head {
    display: flex;
    align-items: baseline;
    gap: clamp(18px, 2.2vw, 34px);
}

.g200-profile__glyph {
    font-family: 'Outfit', sans-serif;
    font-weight: 200;
    font-size: clamp(30px, 3vw, 44px);
    line-height: 1;
    color: var(--universim-gold);
}

.g200-profile__title {
    margin: 0;
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    font-size: clamp(22px, 2.3vw, 34px);
    letter-spacing: -0.02em;
    line-height: 1.15;
}

.g200-profile__text {
    margin: 0;
    font-size: 14.5px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.52);
    max-width: 48ch;
}

/* --------------------------------------------------------------------
   ÉDITORIAL — composition ouverte sur fond noir, sans photo (aucune
   image parasite : le prototype final ne prévoit aucun visuel ici).
   -------------------------------------------------------------------- */
.g200-editorial {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: #000;
    padding: clamp(52px, 9vh, 120px) clamp(20px, 4vw, 64px);
}

.g200-editorial__inner {
    max-width: 1680px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: clamp(18px, 2.6vh, 32px);
}

.g200-editorial__eyebrow {
    font-family: 'Outfit', sans-serif;
    font-size: 11.5px;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: var(--universim-gold);
}

.g200-editorial__title {
    margin: 0;
    font-family: 'Outfit', sans-serif;
    font-weight: 200;
    font-size: clamp(34px, 5.6vw, 92px);
    line-height: 0.98;
    letter-spacing: -0.04em;
    max-width: 20ch;
}

.g200-editorial__intro {
    margin: 0;
    font-size: clamp(15px, 1.3vw, 19px);
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.74);
    max-width: 50ch;
}

.g200-editorial__stats {
    display: flex;
    gap: clamp(28px, 4.5vw, 72px);
    flex-wrap: wrap;
    padding-top: clamp(18px, 2.6vh, 30px);
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    max-width: 860px;
}

.g200-editorial__stat-value {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(26px, 2.6vw, 42px);
    font-weight: 300;
    color: var(--universim-gold);
    line-height: 1;
}

.g200-editorial__stat-label {
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 6px;
}

/* --------------------------------------------------------------------
   AVANTAGES — lignes horizontales, centrées dans la largeur utile,
   pictogrammes alignés, titres/descriptions alignés à gauche, hover
   translateX (logique commune validée sur Le Petit / 20 GO / 50 GO /
   100 GO).
   -------------------------------------------------------------------- */
.g200-avantages {
    padding: clamp(70px, 11vh, 150px) clamp(20px, 4vw, 64px);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.g200-avantages__inner {
    max-width: 1680px;
    margin: 0 auto;
}

.g200-avantages__title {
    margin: 0 0 clamp(36px, 5.6vh, 72px);
    font-family: 'Outfit', sans-serif;
    font-weight: 200;
    font-size: clamp(36px, 5vw, 80px);
    line-height: 1;
    letter-spacing: -0.035em;
}

/* Le bloc occupe la même largeur utile que le reste de la page (le
   container .g200-avantages__inner, déjà centré) — pas de sous-largeur
   supplémentaire qui décalerait le bloc vers la droite par rapport au
   titre "Les avantages" (leçon retenue de la correction sur le 20 GO).
   Pictogrammes/titres/descriptions restent alignés à gauche. */
.g200-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). single-200-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". */
.g200-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);
}

.g200-perk__head {
    display: flex;
    align-items: center;
    gap: clamp(16px, 1.8vw, 26px);
}

.g200-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;
}

.g200-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;
}

.g200-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) {
    .g200-perk {
        transition: transform 0.4s ease;
    }

    .g200-perk:hover {
        transform: translateX(10px);
    }

    .g200-perk:hover .g200-perk__glyph {
        border-color: rgba(245, 179, 1, 0.75);
        box-shadow: 0 0 14px rgba(245, 179, 1, 0.2);
    }
}

/* --------------------------------------------------------------------
   AVIS
   -------------------------------------------------------------------- */
.g200-avis {
    padding: clamp(72px, 11vh, 140px) clamp(20px, 4vw, 64px);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.g200-avis__inner {
    max-width: 1680px;
    margin: 0 auto;
}

.g200-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;
}

.g200-avis__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
    gap: clamp(14px, 1.6vw, 22px);
}

.g200-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;
}

.g200-review:hover {
    border-color: rgba(245, 179, 1, 0.4);
}

.g200-review__stars {
    font-family: 'Outfit', sans-serif;
    font-size: 13px;
    letter-spacing: 0.3em;
    color: var(--universim-gold);
}

.g200-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;
}

.g200-review__name {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 12.5px;
    color: rgba(255, 255, 255, 0.45);
}

.g200-review__name-line {
    width: 26px;
    height: 1px;
    background: rgba(245, 179, 1, 0.6);
}

/* --------------------------------------------------------------------
   CTA FINAL
   -------------------------------------------------------------------- */
.g200-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;
}

.g200-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;
}

.g200-cta__inner {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(20px, 3vh, 34px);
}

.g200-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);
}

.g200-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;
}

.g200-cta__title-accent {
    font-weight: 500;
    color: var(--universim-gold);
}

.g200-cta__price-row {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    font-family: 'Outfit', sans-serif;
}

.g200-cta__price-number {
    font-size: clamp(48px, 6vw, 86px);
    font-weight: 300;
    line-height: 0.9;
    letter-spacing: -0.04em;
}

.g200-cta__price-currency {
    font-size: clamp(20px, 2vw, 30px);
    font-weight: 300;
    color: var(--universim-gold);
    padding-top: 6px;
}

.g200-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;
}

.g200-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 .g200-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>. */
.g200-cta__form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.g200-page .g200-cta .g200-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;
}

.g200-page .g200-cta .g200-cta__form .single_add_to_cart_button:hover {
    background: var(--universim-gold-hover);
    transform: translateY(-2px);
}

/* --------------------------------------------------------------------
   FAQ
   -------------------------------------------------------------------- */
.g200-faq {
    padding: clamp(72px, 11vh, 150px) clamp(20px, 4vw, 64px);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.g200-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;
}

.g200-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;
}

.g200-faq__intro {
    margin: 0;
    font-size: 14.5px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.5);
    max-width: 32ch;
}

.g200-faq__list {
    grid-column: span 2;
    min-width: 0;
}

/* --------------------------------------------------------------------
   AUTRES FORFAITS — lignes alignées à gauche, hover translateX
   -------------------------------------------------------------------- */
.g200-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);
}

.g200-other__inner {
    max-width: 1680px;
    margin: 0 auto;
}

.g200-other__header {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 20px;
    margin-bottom: clamp(28px, 4.4vh, 50px);
}

.g200-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;
}

.g200-other__link {
    margin-left: auto;
    font-size: 13.5px;
    color: var(--universim-gold);
}

.g200-other__link:hover {
    color: #fff;
}

.g200-other__list {
    display: flex;
    flex-direction: column;
}

.g200-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);
}

.g200-other__row:hover {
    background: rgba(245, 179, 1, 0.05);
    color: #fff;
}

@media (hover: hover) and (pointer: fine) {
    .g200-other__row {
        transition: background 0.45s ease, transform 0.4s ease;
    }

    .g200-other__row:hover {
        transform: translateX(10px);
    }
}

.g200-other__name {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(26px, 3vw, 44px);
    font-weight: 300;
    letter-spacing: -0.02em;
    text-align: left;
}

.g200-other__tag {
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.6;
    text-align: left;
}

.g200-other__specs {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.6;
    text-align: left;
}

.g200-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) {
    .g200-faq__list {
        grid-column: span 1;
    }

    .g200-hero__band {
        height: clamp(260px, 40vh, 440px);
    }

    .g200-hero__band img.g200-hero__band-img {
        object-position: 15% 46%;
    }
}

/* ==========================================================================
   Responsive — mobile
   ========================================================================== */
@media (max-width: 768px) {
    .g200-hero__band {
        height: 280px;
    }

    .g200-hero__band img.g200-hero__band-img {
        object-position: 8% 44%;
    }

    .g200-forfait__header,
    .g200-avantages__title,
    .g200-avis__title,
    .g200-other__header {
        flex-direction: column;
        align-items: flex-start;
    }

    .g200-other__link {
        margin-left: 0;
    }

    .g200-other__row {
        grid-template-columns: 1fr 1fr;
        row-gap: 6px;
    }

    .g200-other__price {
        text-align: left;
    }

    .g200-perk {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .g200-usage__grid {
        grid-template-columns: 1fr;
    }

    .g200-profile {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

/* ==========================================================================
   Accessibilité : prefers-reduced-motion
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
    .g200-page [data-reveal] {
        opacity: 1 !important;
        transform: none !important;
    }

    .g200-btn--primary:hover,
    .g200-cta__form .single_add_to_cart_button:hover {
        transform: none !important;
    }

    .g200-perk:hover,
    .g200-other__row:hover {
        transform: none !important;
    }

    .g200-monde__breathe {
        animation: none !important;
    }
}
