/* ==========================================================================
   Page produit "GLOBTEL 100 GO" (single-product-100-go.php)
   Chargé UNIQUEMENT sur cette page produit (voir universim_enqueue_100_go_assets
   dans functions.php). Identité propre au 100 GO (impulsion réseau / usage
   soutenu) — volontairement distincte de single-le-petit.css et de
   single-20-go.css. Réutilise le système .faq-item déjà partagé (voir
   style.css) tel quel.
   ========================================================================== */

.g100-page {
    background: #000;
    color: #fff;
    font-family: 'Poppins', system-ui, sans-serif;
    font-weight: 300;
    overflow-x: hidden;
    position: relative;
}

.g100-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>');
}

.g100-page a {
    text-decoration: none;
}

.g100-page [data-reveal] {
    opacity: 0;
    will-change: opacity, transform;
}

.g100-page [data-reveal].is-visible {
    opacity: 1;
    transform: none;
}

/* --------------------------------------------------------------------
   Boutons communs
   -------------------------------------------------------------------- */
.g100-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;
}

.g100-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);
}

.g100-btn--primary:hover {
    background: var(--universim-gold-hover);
    color: #000;
    transform: translateY(-2px);
}

.g100-btn--ghost {
    padding: 16px 26px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.85);
}

.g100-btn--ghost:hover {
    border-color: rgba(245, 179, 1, 0.6);
    color: var(--universim-gold);
}

/* --------------------------------------------------------------------
   HERO — bloc chiffre + lignes de vitesse + bande photo verticale
   -------------------------------------------------------------------- */
.g100-hero {
    position: relative;
    padding: clamp(34px, 6vh, 76px) clamp(20px, 4vw, 64px) clamp(28px, 4.5vh, 54px);
    overflow: hidden;
}

.g100-hero__canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0.7;
    pointer-events: none;
}

.g100-hero__inner {
    position: relative;
    z-index: 2;
    max-width: 1680px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: clamp(24px, 3vw, 56px);
    align-items: stretch;
}

.g100-hero__col {
    flex: 1.5 1 440px;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: clamp(16px, 2.4vh, 28px);
}

.g100-hero__eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.g100-hero__eyebrow-line {
    width: 26px;
    height: 1px;
    background: var(--universim-gold);
}

.g100-hero__eyebrow-text {
    font-family: 'Outfit', sans-serif;
    font-size: 11.5px;
    letter-spacing: 0.34em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}

.g100-hero__badge {
    padding: 5px 12px;
    border-radius: 999px;
    border: 1px solid rgba(245, 179, 1, 0.5);
    font-family: 'Outfit', sans-serif;
    font-size: 10.5px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--universim-gold);
}

.g100-hero__title {
    margin: 0;
    font-family: 'Outfit', sans-serif;
    font-weight: 200;
    line-height: 0.8;
    letter-spacing: -0.05em;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: clamp(10px, 1.4vw, 24px);
}

.g100-hero__title-number {
    font-size: clamp(76px, 9.6vw, 168px);
    font-weight: 300;
    color: #fff;
}

.g100-hero__title-meta {
    display: flex;
    flex-direction: column;
    gap: clamp(6px, 1vh, 12px);
    padding-bottom: clamp(6px, 1vw, 18px);
}

.g100-hero__title-go {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(26px, 2.6vw, 46px);
    font-weight: 400;
    letter-spacing: -0.02em;
    color: var(--universim-gold);
    line-height: 0.9;
}

.g100-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;
}

.g100-hero__subtitle {
    margin: 0;
    font-size: clamp(16px, 1.35vw, 20px);
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.68);
    max-width: 38ch;
}

.g100-hero__bottom {
    margin-top: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: clamp(20px, 3vw, 44px);
    padding-top: clamp(16px, 2.4vh, 26px);
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.g100-hero__price {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    font-family: 'Outfit', sans-serif;
}

.g100-hero__price-number {
    font-size: clamp(44px, 5vw, 76px);
    font-weight: 300;
    line-height: 0.85;
    letter-spacing: -0.04em;
}

.g100-hero__price-meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding-top: 6px;
}

.g100-hero__price-currency {
    font-size: clamp(20px, 2vw, 28px);
    font-weight: 300;
    line-height: 1;
    color: var(--universim-gold);
}

.g100-hero__price-unit {
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
}

.g100-hero__ctas {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* Bande photo verticale — panneau éditorial à droite du hero */
.g100-hero__media {
    position: relative;
    flex: 1 1 300px;
    min-width: 0;
    min-height: clamp(330px, 54vh, 560px);
    background: #0a0a0a;
    border: 1px solid rgba(255, 255, 255, 0.09);
}

/* Spécificité renforcée (élément + 2 classes) : 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. Cadrage
   éditorial : le sujet (visage, smartphone, ordinateur portable) occupe
   la partie centrale-basse de la photo source (portrait) — l'image est
   plus large que haute une fois "cover" appliqué sur ce cadre, donc le
   rognage se fait surtout en haut/bas (fenêtre, carnet) plutôt que sur
   les côtés. Ajusté par breakpoint plus bas. */
.g100-hero__media img.g100-hero__media-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 30%;
}

.g100-hero__media-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4), transparent 32%, transparent 58%, rgba(0, 0, 0, 0.78));
}

.g100-hero__media-caption {
    position: absolute;
    left: clamp(16px, 1.8vw, 24px);
    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
   -------------------------------------------------------------------- */
.g100-specs-wrap {
    padding: 0 clamp(20px, 4vw, 64px);
}

.g100-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));
}

.g100-spec {
    display: flex;
    flex-direction: column;
    gap: 11px;
    padding: clamp(22px, 3vh, 34px) clamp(16px, 2vw, 30px);
}

.g100-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);
}

.g100-spec__label {
    font-size: 10.5px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.42);
}

.g100-spec__value {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(16px, 1.4vw, 21px);
    color: #fff;
}

/* --------------------------------------------------------------------
   ANIMATION PRINCIPALE — « L'IMPULSION »
   -------------------------------------------------------------------- */
.g100-impulsion {
    padding: clamp(60px, 9.5vh, 126px) clamp(20px, 4vw, 64px);
}

.g100-impulsion__inner {
    max-width: 1680px;
    margin: 0 auto;
}

.g100-impulsion__header {
    display: flex;
    flex-direction: column;
    gap: clamp(14px, 2.2vh, 24px);
    margin-bottom: clamp(28px, 4.4vh, 54px);
}

.g100-impulsion__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;
}

.g100-impulsion__intro {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.55);
    max-width: 56ch;
}

.g100-impulsion__tag {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: clamp(10px, 1.6vh, 18px);
    font-family: 'Outfit', sans-serif;
    font-size: 10.5px;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
}

.g100-impulsion__dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--universim-gold);
    flex: 0 0 auto;
}

/* Fondue dans le fond noir : pas de cadre visible autour du canvas, un
   masque radial estompe les bords plutôt qu'un rectangle net. */
.g100-impulsion__stage {
    position: relative;
    height: clamp(380px, 56vh, 580px);
    margin: clamp(4px, 1vh, 14px) 0;
}

.g100-impulsion__canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-mask-image: radial-gradient(ellipse 82% 84% at 44% 50%, #000 58%, rgba(0, 0, 0, 0.55) 82%, transparent 100%);
    mask-image: radial-gradient(ellipse 82% 84% at 44% 50%, #000 58%, rgba(0, 0, 0, 0.55) 82%, transparent 100%);
}

.g100-impulsion__legend {
    margin-top: clamp(14px, 2vh, 22px);
    display: flex;
    flex-wrap: wrap;
    gap: clamp(16px, 2.6vw, 44px);
}

.g100-impulsion__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);
}

/* --------------------------------------------------------------------
   QUAND VOTRE USAGE S'ACCÉLÈRE — six micro-animations
   -------------------------------------------------------------------- */
.g100-usage {
    padding: clamp(60px, 9.5vh, 132px) clamp(20px, 4vw, 64px);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, #000, #050403 50%, #000);
}

.g100-usage__inner {
    max-width: 1680px;
    margin: 0 auto;
}

.g100-usage__header {
    display: flex;
    flex-direction: column;
    gap: clamp(14px, 2.2vh, 24px);
    margin-bottom: clamp(32px, 4.8vh, 60px);
}

.g100-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;
}

.g100-usage__intro {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.55);
    max-width: 56ch;
}

.g100-usage__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
    gap: 1px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.g100-usage__card {
    background: #000;
    padding: clamp(22px, 2.4vw, 32px);
    display: flex;
    flex-direction: column;
    gap: clamp(12px, 1.8vh, 18px);
    transition: background 0.5s ease;
}

.g100-usage__card:hover {
    background: rgba(245, 179, 1, 0.045);
}

.g100-usage__card-top {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
}

.g100-usage__card-kicker {
    font-family: 'Outfit', sans-serif;
    font-size: 11px;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: var(--universim-gold);
}

.g100-usage__card-figure {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(20px, 1.8vw, 26px);
    font-weight: 300;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: -0.02em;
}

.g100-usage__card-scene {
    position: relative;
    height: clamp(104px, 12vh, 132px);
}

.g100-usage__card-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.g100-usage__card-text {
    margin: 0;
    font-size: 14px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.52);
    max-width: 32ch;
}

/* --------------------------------------------------------------------
   LE FORFAIT EN DÉTAIL
   -------------------------------------------------------------------- */
.g100-forfait {
    padding: clamp(60px, 9.5vh, 130px) 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.g100-forfait__inner {
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 64px);
}

.g100-forfait__header {
    display: flex;
    flex-direction: column;
    gap: clamp(16px, 2.4vh, 26px);
    margin-bottom: clamp(36px, 6vh, 72px);
}

.g100-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;
}

.g100-forfait__intro {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.55);
    max-width: 56ch;
}

.g100-forfait__grid {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(24px, 2.4vw, 40px);
}

.g100-feature {
    flex: 1 1 170px;
    min-width: 158px;
    display: flex;
    flex-direction: column;
    gap: clamp(16px, 2vh, 24px);
}

.g100-feature__glyph-row {
    position: relative;
    display: flex;
    align-items: center;
    height: clamp(76px, 8vw, 104px);
}

.g100-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);
}

.g100-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(26px, 2.7vw, 38px);
    line-height: 1;
    color: var(--universim-gold);
}

.g100-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;
}

.g100-feature__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.5);
    max-width: 32ch;
}

/* --------------------------------------------------------------------
   POUR QUI ?
   -------------------------------------------------------------------- */
.g100-pourqui {
    padding: clamp(60px, 9.5vh, 132px) clamp(20px, 4vw, 64px);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.g100-pourqui__inner {
    max-width: 1680px;
    margin: 0 auto;
}

.g100-pourqui__header {
    display: flex;
    flex-direction: column;
    gap: clamp(14px, 2.2vh, 24px);
    margin-bottom: clamp(32px, 4.8vh, 58px);
}

.g100-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;
}

.g100-pourqui__intro {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.55);
    max-width: 56ch;
}

.g100-pourqui__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));
    gap: clamp(24px, 3vw, 48px);
}

.g100-profile {
    display: flex;
    gap: clamp(16px, 1.8vw, 24px);
    align-items: stretch;
}

.g100-profile__bar {
    flex: 0 0 auto;
    width: 1px;
    background: linear-gradient(180deg, #FFC93C, rgba(255, 201, 60, 0.08));
}

.g100-profile__body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: clamp(12px, 1.6vh, 18px);
}

.g100-profile__glyph {
    font-family: 'Outfit', sans-serif;
    font-weight: 200;
    font-size: clamp(34px, 3.4vw, 52px);
    line-height: 1;
    color: var(--universim-gold);
}

.g100-profile__title {
    margin: 0;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: clamp(19px, 1.7vw, 25px);
    letter-spacing: -0.01em;
}

.g100-profile__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.5);
}

/* --------------------------------------------------------------------
   ÉDITORIAL — respiration graphique à droite
   -------------------------------------------------------------------- */
@keyframes g100-breathe {
    0%, 100% { opacity: 0.35; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.35); }
}

.g100-editorial {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: #000;
    padding: clamp(64px, 11vh, 160px) clamp(20px, 4vw, 64px);
}

.g100-editorial__inner {
    max-width: 1680px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(560px, 100%), 1fr));
    gap: clamp(32px, 5vw, 90px);
    align-items: center;
}

.g100-editorial__text {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: clamp(16px, 2.4vh, 28px);
}

.g100-editorial__eyebrow {
    font-family: 'Outfit', sans-serif;
    font-size: 11.5px;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: var(--universim-gold);
}

.g100-editorial__title {
    margin: 0;
    font-family: 'Outfit', sans-serif;
    font-weight: 200;
    font-size: clamp(32px, 5.2vw, 84px);
    line-height: 1;
    letter-spacing: -0.035em;
    max-width: 22ch;
}

.g100-editorial__intro {
    margin: 0;
    font-size: clamp(15px, 1.25vw, 18px);
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.68);
    max-width: 56ch;
}

.g100-editorial__stats {
    display: flex;
    gap: clamp(24px, 4vw, 60px);
    flex-wrap: wrap;
    padding-top: clamp(16px, 2.4vh, 28px);
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    max-width: 820px;
}

.g100-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;
}

.g100-editorial__stat-label {
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 6px;
}

/* Décor purement visuel : halo + axe + points qui respirent en boucle
   (statut "réseau vivant"), volontairement continu — ce n'est pas un
   élément interactif ni un contenu qui doit revenir "à l'état initial",
   à la différence des lignes d'avantages. */
.g100-editorial__deco {
    position: relative;
    min-height: clamp(120px, 26vh, 300px);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.g100-editorial__deco-halo {
    position: absolute;
    width: min(420px, 80%);
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: radial-gradient(circle at center, rgba(255, 201, 60, 0.09), transparent 66%);
}

.g100-editorial__deco-axis {
    position: absolute;
    left: 50%;
    top: 8%;
    bottom: 8%;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(255, 201, 60, 0.32), transparent);
}

.g100-editorial__deco-dot {
    position: relative;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--universim-gold);
    animation: g100-breathe 5.5s ease-in-out infinite;
}

.g100-editorial__deco-dot--main {
    position: relative;
}

.g100-editorial__deco-dot--a {
    position: absolute;
    left: calc(50% - 84px);
    top: 38%;
    width: 3px;
    height: 3px;
    background: rgba(255, 201, 60, 0.55);
    animation-duration: 7.2s;
}

.g100-editorial__deco-dot--b {
    position: absolute;
    left: calc(50% + 96px);
    top: 62%;
    width: 3px;
    height: 3px;
    background: rgba(255, 201, 60, 0.45);
    animation-duration: 6.4s;
}

/* --------------------------------------------------------------------
   AVANTAGES — lignes horizontales, alignées à gauche, hover translateX
   (logique validée sur Le Petit / 20 GO : voir single-20-go.css)
   -------------------------------------------------------------------- */
.g100-avantages {
    padding: clamp(64px, 10vh, 140px) clamp(20px, 4vw, 64px);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.g100-avantages__inner {
    max-width: 1680px;
    margin: 0 auto;
}

.g100-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;
}

.g100-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-100-go.js retire son style en ligne (transform/transition posés
   pour l'apparition au scroll) une fois l'entrée terminée : cette ligne
   applique donc son transform normalement, sans conflit ni besoin de
   `!important`. */
.g100-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);
}

.g100-perk__head {
    display: flex;
    align-items: center;
    gap: clamp(16px, 1.8vw, 26px);
}

.g100-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);
}

.g100-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;
}

.g100-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, retour automatique et complet à translateX(0) à la sortie. Pas
   d'état permanent, pas de dépendance au hover sur tactile. */
@media (hover: hover) and (pointer: fine) {
    .g100-perk {
        transition: transform 0.4s ease;
    }

    .g100-perk:hover {
        transform: translateX(10px);
    }
}

/* --------------------------------------------------------------------
   AVIS
   -------------------------------------------------------------------- */
.g100-avis {
    padding: clamp(72px, 11vh, 140px) clamp(20px, 4vw, 64px);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.g100-avis__inner {
    max-width: 1680px;
    margin: 0 auto;
}

.g100-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;
}

.g100-avis__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
    gap: clamp(14px, 1.6vw, 22px);
}

.g100-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;
}

.g100-review:hover {
    border-color: rgba(245, 179, 1, 0.4);
}

.g100-review__stars {
    font-family: 'Outfit', sans-serif;
    font-size: 13px;
    letter-spacing: 0.3em;
    color: var(--universim-gold);
}

.g100-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;
}

.g100-review__name {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 12.5px;
    color: rgba(255, 255, 255, 0.45);
}

.g100-review__name-line {
    width: 26px;
    height: 1px;
    background: rgba(245, 179, 1, 0.6);
}

/* --------------------------------------------------------------------
   CTA FINAL
   -------------------------------------------------------------------- */
.g100-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;
}

.g100-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;
}

.g100-cta__inner {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(20px, 3vh, 34px);
}

.g100-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);
}

.g100-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;
}

.g100-cta__title-accent {
    font-weight: 500;
    color: var(--universim-gold);
}

.g100-cta__price-row {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    font-family: 'Outfit', sans-serif;
}

.g100-cta__price-number {
    font-size: clamp(48px, 6vw, 86px);
    font-weight: 300;
    line-height: 0.9;
    letter-spacing: -0.04em;
}

.g100-cta__price-currency {
    font-size: clamp(20px, 2vw, 30px);
    font-weight: 300;
    color: var(--universim-gold);
    padding-top: 6px;
}

.g100-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;
}

.g100-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 .g100-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>. */
.g100-cta__form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.g100-page .g100-cta .g100-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;
}

.g100-page .g100-cta .g100-cta__form .single_add_to_cart_button:hover {
    background: var(--universim-gold-hover);
    transform: translateY(-2px);
}

/* --------------------------------------------------------------------
   FAQ
   -------------------------------------------------------------------- */
.g100-faq {
    padding: clamp(72px, 11vh, 150px) clamp(20px, 4vw, 64px);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.g100-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;
}

.g100-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;
}

.g100-faq__intro {
    margin: 0;
    font-size: 14.5px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.5);
    max-width: 32ch;
}

.g100-faq__list {
    grid-column: span 2;
    min-width: 0;
}

/* --------------------------------------------------------------------
   AUTRES FORFAITS — lignes alignées à gauche, hover translateX
   -------------------------------------------------------------------- */
.g100-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);
}

.g100-other__inner {
    max-width: 1680px;
    margin: 0 auto;
}

.g100-other__header {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 20px;
    margin-bottom: clamp(28px, 4.4vh, 50px);
}

.g100-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;
}

.g100-other__link {
    margin-left: auto;
    font-size: 13.5px;
    color: var(--universim-gold);
}

.g100-other__link:hover {
    color: #fff;
}

.g100-other__list {
    display: flex;
    flex-direction: column;
}

.g100-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);
}

.g100-other__row:hover {
    background: rgba(245, 179, 1, 0.05);
    color: #fff;
}

@media (hover: hover) and (pointer: fine) {
    .g100-other__row {
        transition: background 0.45s ease, transform 0.4s ease;
    }

    .g100-other__row:hover {
        transform: translateX(10px);
    }
}

.g100-other__name {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(26px, 3vw, 44px);
    font-weight: 300;
    letter-spacing: -0.02em;
    text-align: left;
}

.g100-other__tag {
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.6;
    text-align: left;
}

.g100-other__specs {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.6;
    text-align: left;
}

.g100-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) {
    .g100-faq__list {
        grid-column: span 1;
    }

    .g100-hero__media {
        min-height: clamp(300px, 46vh, 460px);
    }

    .g100-hero__media img.g100-hero__media-img {
        object-position: 52% 26%;
    }
}

/* ==========================================================================
   Responsive — mobile
   ========================================================================== */
@media (max-width: 768px) {
    .g100-hero__inner {
        flex-direction: column;
    }

    .g100-hero__media {
        min-height: 320px;
        order: -1;
    }

    .g100-hero__media img.g100-hero__media-img {
        object-position: 46% 22%;
    }

    .g100-forfait__header,
    .g100-avantages__title,
    .g100-avis__title,
    .g100-other__header {
        flex-direction: column;
        align-items: flex-start;
    }

    .g100-other__link {
        margin-left: 0;
    }

    .g100-other__row {
        grid-template-columns: 1fr 1fr;
        row-gap: 6px;
    }

    .g100-other__price {
        text-align: left;
    }

    .g100-perk {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .g100-usage__grid {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================================
   Accessibilité : prefers-reduced-motion
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
    .g100-page [data-reveal] {
        opacity: 1 !important;
        transform: none !important;
    }

    .g100-btn--primary:hover,
    .g100-cta__form .single_add_to_cart_button:hover {
        transform: none !important;
    }

    .g100-perk:hover,
    .g100-other__row:hover {
        transform: none !important;
    }

    .g100-editorial__deco-dot {
        animation: none !important;
    }
}
