/* ==========================================================================
   Page Boutique (woocommerce/archive-product.php)
   Intégration éditoriale (claude-design-reference/boutique/Boutique.dc.html)
   sur la vraie archive produits WooCommerce. Chargée UNIQUEMENT sur cette
   page (voir universim_enqueue_boutique_assets() dans functions.php) —
   système de révélation au scroll et animations canvas entièrement dédiés
   (Assets/JS/boutique.js), ne dépend d'aucun style WooCommerce par défaut.
   ========================================================================== */

.qb-page {
    background: #000;
    color: #fff;
    font-family: 'Poppins', system-ui, sans-serif;
    font-weight: 300;
    overflow-x: hidden;
    position: relative;
}

.qb-page a {
    text-decoration: none;
}

.qb-page [data-reveal] {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity 1s cubic-bezier(.16,.8,.3,1), transform 1s cubic-bezier(.16,.8,.3,1);
}

.qb-page [data-reveal].is-visible {
    opacity: 1;
    transform: none;
}

/* Retour à la ligne forcé à un point précis (titres uniquement) : actif
   seulement à partir de la largeur où un vrai confort de lecture desktop
   est possible — sur tablette/mobile, le texte se réorganise
   naturellement (voir media query mobile). */
.qb-break {
    display: none;
}

@media (min-width: 769px) {
    .qb-break {
        display: inline;
    }
}

.qb-accent {
    font-weight: 500;
    color: var(--universim-gold);
}

/* Messages WooCommerce (produit ajouté, erreurs de stock...) : conservés
   fonctionnellement, réhabillés pour rester sombres/premium plutôt que
   d'afficher les bandeaux blancs par défaut de WooCommerce. */
.qb-notices {
    max-width: 1680px;
    margin: 0 auto;
    padding: 18px clamp(20px, 4vw, 64px) 0;
}

/* Le message de succès "Produit ajouté au panier" (div.woocommerce-message)
   est neutralisé sitewide (voir le filtre wc_add_to_cart_message_html
   dans functions.php) : le retour visuel local, le lien "Voir le panier"
   à côté du bouton utilisé, suffit désormais. Seules les vraies erreurs
   (rupture de stock, quantité...) restent gérées ici. */
.qb-notices ul.woocommerce-error,
.qb-notices div.woocommerce-info {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 20px;
    margin: 0 0 14px;
    padding: 14px 20px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

.qb-notices a {
    color: var(--universim-gold);
}

/* --------------------------------------------------------------------
   01 HERO — canvas de signal ascendant en fond
   -------------------------------------------------------------------- */
.qb-hero {
    position: relative;
    min-height: min(88vh, 820px);
    display: grid;
    align-content: center;
    padding: clamp(50px, 10vh, 130px) clamp(20px, 4vw, 64px) clamp(40px, 7vh, 90px);
    overflow: hidden;
}

.qb-hero__canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0.9;
}

.qb-hero__glow {
    position: absolute;
    left: 50%;
    top: 38%;
    transform: translate(-50%, -50%);
    width: min(1500px, 140vw);
    aspect-ratio: 2.4 / 1;
    background: radial-gradient(ellipse at center, rgba(245, 179, 1, 0.11), transparent 66%);
    pointer-events: none;
}

.qb-hero__inner {
    position: relative;
    z-index: 2;
    max-width: 1680px;
    margin: 0 auto;
    width: 100%;
}

.qb-hero__eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: clamp(22px, 4vh, 40px);
}

.qb-hero__eyebrow-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--universim-gold);
    box-shadow: 0 0 14px rgba(245, 179, 1, 0.9);
    flex: 0 0 auto;
}

.qb-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);
}

.qb-hero__title {
    margin: 0;
    font-family: 'Outfit', sans-serif;
    font-weight: 200;
    font-size: clamp(32px, 5.4vw, 88px);
    line-height: 0.94;
    letter-spacing: -0.04em;
    max-width: 16ch;
}

.qb-hero__bottom {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr));
    gap: clamp(24px, 4vw, 64px);
    align-items: end;
    margin-top: clamp(28px, 5vh, 54px);
    padding-top: clamp(22px, 3.5vh, 36px);
    border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.qb-hero__text {
    margin: 0;
    font-size: clamp(15px, 1.3vw, 18px);
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.62);
    max-width: 54ch;
    text-wrap: balance;
}

.qb-hero__stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(46%, 130px), 1fr));
    gap: clamp(16px, 2vw, 32px);
}

.qb-hero__stat {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.qb-hero__stat-value {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(19px, 2vw, 30px);
    font-weight: 300;
    line-height: 1;
    color: #fff;
    white-space: nowrap;
}

.qb-hero__stat-label {
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    white-space: nowrap;
}

/* --------------------------------------------------------------------
   02 BARRE DE GAMME — tri client, reste visible en scrollant
   -------------------------------------------------------------------- */
.qb-gammebar {
    position: sticky;
    top: var(--qb-header-offset, 0px);
    z-index: 40;
    padding: clamp(18px, 3vh, 30px) clamp(20px, 4vw, 64px);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.86);
    backdrop-filter: blur(16px);
}

.qb-gammebar__inner {
    max-width: 1680px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: clamp(14px, 2.5vw, 36px);
}

.qb-gammebar__count {
    display: flex;
    align-items: baseline;
    gap: 10px;
    flex: 0 0 auto;
}

.qb-gammebar__count-value {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(19px, 1.9vw, 26px);
    font-weight: 300;
    color: var(--universim-gold);
    line-height: 1;
}

.qb-gammebar__count-label {
    font-size: 11.5px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
}

.qb-gammebar__rule {
    flex: 1 1 120px;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.03));
}

.qb-gammebar__sorts {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.qb-gammebar__sorts-label {
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.34);
    margin-right: 6px;
}

.qb-sort-btn {
    cursor: pointer;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.55);
    border-radius: 999px;
    padding: 9px 18px;
    font-family: 'Outfit', sans-serif;
    font-size: 12.5px;
    font-weight: 400;
    letter-spacing: 0.03em;
    white-space: nowrap;
    transition: background 0.35s ease, border-color 0.35s ease, color 0.35s ease;
}

.qb-sort-btn:hover {
    border-color: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.85);
}

.qb-sort-btn.is-active {
    background: rgba(245, 179, 1, 0.12);
    border-color: rgba(245, 179, 1, 0.5);
    color: var(--universim-gold);
}

/* --------------------------------------------------------------------
   03 LA GAMME — 5 forfaits en lignes, flux discret en fond
   -------------------------------------------------------------------- */
.qb-gamme {
    position: relative;
    padding: clamp(36px, 6vh, 90px) clamp(20px, 4vw, 64px) clamp(56px, 9vh, 130px);
    overflow: hidden;
}

.qb-gamme__canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0.55;
    pointer-events: none;
}

.qb-gamme__inner {
    position: relative;
    z-index: 2;
    max-width: 1680px;
    margin: 0 auto;
}

.qb-rows {
    display: flex;
    flex-direction: column;
}

.qb-row {
    position: relative;
    display: grid;
    grid-template-columns: 1.05fr 1.25fr 0.95fr;
    gap: clamp(18px, 3vw, 56px);
    align-items: center;
    padding: clamp(28px, 4.4vh, 54px) 0;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    transition: transform 0.7s cubic-bezier(.16,.8,.3,1), border-color 0.7s ease;
}

.qb-row:hover {
    border-top-color: rgba(255, 255, 255, 0.2);
    transform: translateX(clamp(4px, 0.7vw, 12px));
}

.qb-row__topline {
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    height: 1px;
    background: linear-gradient(90deg, var(--universim-gold), rgba(245, 179, 1, 0));
    transform-origin: left;
    transform: scaleX(0);
    transition: transform 1s cubic-bezier(.16,.8,.3,1);
    pointer-events: none;
}

.qb-row:hover .qb-row__topline {
    transform: scaleX(1);
}

.qb-row__node {
    position: absolute;
    left: clamp(-26px, -1.6vw, -14px);
    top: clamp(28px, 4.4vh, 54px);
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.22);
    box-shadow: none;
    transition: background 0.6s ease, box-shadow 0.6s ease;
    pointer-events: none;
}

.qb-row:hover .qb-row__node {
    background: var(--universim-gold);
    box-shadow: 0 0 18px 3px rgba(245, 179, 1, 0.6);
}

.qb-row__halo {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(ellipse 55% 130% at 18% 50%, rgba(245, 179, 1, 0.1), transparent 70%);
    opacity: 0;
    transition: opacity 0.8s ease;
}

.qb-row:hover .qb-row__halo {
    opacity: 1;
}

.qb-row__col {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: clamp(10px, 1.6vh, 18px);
}

.qb-row__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
}

.qb-row__index {
    font-family: 'Outfit', sans-serif;
    font-size: 10.5px;
    letter-spacing: 0.28em;
    color: rgba(255, 255, 255, 0.3);
}

.qb-row__meta-rule {
    width: 22px;
    height: 1px;
    background: rgba(255, 255, 255, 0.18);
}

.qb-row__tag {
    font-family: 'Outfit', sans-serif;
    font-size: 11px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.42);
    white-space: nowrap;
    transition: color 0.6s ease;
}

.qb-row:hover .qb-row__tag {
    color: var(--universim-gold);
}

.qb-row__volume {
    display: flex;
    align-items: flex-end;
    gap: clamp(8px, 1vw, 14px);
    flex-wrap: nowrap;
}

.qb-row__volume-value {
    font-family: 'Outfit', sans-serif;
    line-height: 0.82;
    letter-spacing: -0.045em;
    color: #fff;
    font-size: clamp(38px, 4.2vw, 66px);
    font-weight: 200;
}

.qb-row--vol-lg .qb-row__volume-value {
    font-size: clamp(50px, 6.2vw, 104px);
    font-weight: 200;
}

.qb-row--vol-xl .qb-row__volume-value {
    font-size: clamp(58px, 7.4vw, 124px);
    font-weight: 300;
}

.qb-row__volume-unit {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(18px, 1.8vw, 28px);
    font-weight: 300;
    line-height: 1;
    color: var(--universim-gold);
    padding-bottom: clamp(4px, 0.8vh, 10px);
}

.qb-row__name {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(14px, 1.2vw, 17px);
    font-weight: 400;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.72);
    white-space: nowrap;
}

.qb-row__pitch {
    margin: 0;
    font-size: 14.5px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.55);
    max-width: 40ch;
    text-wrap: balance;
}

.qb-row__specs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(48%, 140px), 1fr));
    gap: 10px 20px;
}

.qb-row__spec {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.qb-row__spec-label {
    font-size: 10.5px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.34);
    white-space: nowrap;
}

.qb-row__spec-value {
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
    white-space: nowrap;
}

.qb-row__col--action {
    align-items: flex-start;
}

.qb-row__price {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 5px;
    font-family: 'Outfit', sans-serif;
    padding-left: 5px;
}

/* Ventilation HT + TVA, information secondaire discrète sous le prix TTC
   (qui reste le prix principal) — passe à la ligne grâce à flex-wrap sur
   .qb-row__price ci-dessus, sans toucher à l'agencement existant. */
.qb-row__price-tax {
    flex-basis: 100%;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.01em;
    color: rgba(255, 255, 255, 0.4);
}

.qb-row__price-ring {
    position: absolute;
    left: -26px;
    top: 50%;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-radius: 50%;
    border: 1px solid rgba(245, 179, 1, 0.55);
    opacity: 0;
}

.qb-row:hover .qb-row__price-ring {
    animation: qb-pulse 3.4s cubic-bezier(.2,.6,.2,1) infinite;
}

.qb-row__price-value {
    font-size: clamp(34px, 3.6vw, 58px);
    font-weight: 300;
    line-height: 0.86;
    letter-spacing: -0.035em;
    color: #fff;
}

.qb-row__price-suffix {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding-top: 4px;
}

.qb-row__price-currency {
    font-size: clamp(16px, 1.5vw, 22px);
    font-weight: 300;
    line-height: 1;
    color: var(--universim-gold);
}

.qb-row__price-period {
    font-size: 10.5px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
}

.qb-row__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: clamp(14px, 2vh, 22px);
}

/* Le lien "Voir le panier" (add-to-cart.js insère <a class="added_to_cart
   wc-forward"> après tout bouton .add_to_cart_button.ajax_add_to_cart)
   est désormais un composant global, habillé une seule fois pour tout le
   site dans style.css ("Composant global — lien Voir le panier"), afin
   d'avoir un rendu strictement identique sur Boutique, l'accueil et les
   pages forfait — voir la passe "comportement ajout au panier". */

.qb-row__cta {
    padding: 14px 26px;
    border-radius: 999px;
    font-family: 'Outfit', sans-serif;
    font-size: 13.5px;
    letter-spacing: 0.01em;
    white-space: nowrap;
    transition: background 0.5s ease, color 0.5s ease, border-color 0.5s ease, box-shadow 0.5s ease;
    cursor: pointer;
}

.qb-row__cta--primary {
    background: rgba(245, 179, 1, 0.05);
    border: 1px solid rgba(245, 179, 1, 0.3);
    color: var(--universim-gold);
    font-weight: 500;
}

.qb-row:hover .qb-row__cta--primary {
    background: var(--universim-gold);
    border-color: var(--universim-gold);
    color: #000;
    font-weight: 600;
    box-shadow: 0 16px 40px -16px rgba(245, 179, 1, 0.6);
}

.qb-row__cta--ghost {
    padding: 14px 22px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.72);
    font-weight: 400;
}

.qb-row__cta--ghost:hover {
    border-color: rgba(255, 255, 255, 0.34);
    color: #fff;
}

.qb-gamme__baseline {
    height: 1px;
    background: rgba(255, 255, 255, 0.09);
}

@keyframes qb-pulse {
    0% { transform: scale(1); opacity: 0.85; }
    70% { transform: scale(2.8); opacity: 0; }
    100% { transform: scale(2.8); opacity: 0; }
}

/* --------------------------------------------------------------------
   04 AIDE AU CHOIX
   -------------------------------------------------------------------- */
.qb-guides {
    position: relative;
    padding: clamp(52px, 9vh, 116px) clamp(20px, 4vw, 64px);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.qb-guides__inner {
    max-width: 1680px;
    margin: 0 auto;
}

.qb-guides__header {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: clamp(16px, 3vw, 48px);
    margin-bottom: clamp(32px, 5vh, 60px);
}

.qb-guides__title {
    margin: 0;
    font-family: 'Outfit', sans-serif;
    font-weight: 200;
    font-size: clamp(30px, 4.2vw, 64px);
    line-height: 1;
    letter-spacing: -0.035em;
    text-wrap: balance;
}

.qb-guides__subtitle {
    margin: 0 0 0 auto;
    font-size: 14.5px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.48);
    max-width: 34ch;
    text-wrap: balance;
}

.qb-guides__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
    gap: clamp(14px, 1.6vw, 24px);
}

.qb-guide {
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: clamp(24px, 2.6vw, 38px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: clamp(26px, 4vh, 46px);
    min-height: clamp(230px, 25vh, 290px);
    transition: border-color 0.6s ease, background 0.6s ease;
}

.qb-guide:hover {
    border-color: rgba(245, 179, 1, 0.34);
    background: rgba(245, 179, 1, 0.03);
}

.qb-guide__kicker {
    font-family: 'Outfit', sans-serif;
    font-size: 11px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.38);
}

.qb-guide__body {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.qb-guide__title {
    margin: 0;
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    font-size: clamp(19px, 1.8vw, 26px);
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #fff;
    text-wrap: balance;
}

.qb-guide__text {
    margin: 0;
    font-size: 13.5px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.5);
    text-wrap: balance;
}

.qb-guide__answer {
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    color: var(--universim-gold);
    margin-top: 6px;
    white-space: nowrap;
}

/* --------------------------------------------------------------------
   05 COMMUN À TOUTE LA GAMME
   -------------------------------------------------------------------- */
.qb-commons {
    position: relative;
    padding: clamp(52px, 9vh, 116px) clamp(20px, 4vw, 64px);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.qb-commons__glow {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: min(1300px, 130vw);
    aspect-ratio: 2.6 / 1;
    background: radial-gradient(ellipse at center, rgba(245, 179, 1, 0.08), transparent 68%);
    pointer-events: none;
}

.qb-commons__inner {
    position: relative;
    max-width: 1680px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
    gap: clamp(28px, 4vw, 72px);
    align-items: start;
}

.qb-commons__header {
    display: flex;
    flex-direction: column;
    gap: clamp(16px, 2.4vh, 26px);
}

.qb-commons__eyebrow {
    font-family: 'Outfit', sans-serif;
    font-size: 11.5px;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: var(--universim-gold);
}

.qb-commons__title {
    margin: 0;
    font-family: 'Outfit', sans-serif;
    font-weight: 200;
    font-size: clamp(28px, 3.6vw, 54px);
    line-height: 1.04;
    letter-spacing: -0.035em;
    max-width: 27ch;
}

.qb-commons__list {
    display: flex;
    flex-direction: column;
}

.qb-common {
    display: flex;
    align-items: flex-start;
    gap: clamp(16px, 2vw, 28px);
    padding: clamp(18px, 2.8vh, 28px) 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.qb-common__glyph {
    flex: 0 0 auto;
    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-size: 15px;
    color: var(--universim-gold);
}

.qb-common__title {
    margin: 0 0 6px;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: clamp(16px, 1.4vw, 20px);
    color: #fff;
    text-wrap: balance;
}

.qb-common__text {
    margin: 0;
    font-size: 13.5px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.5);
    max-width: 44ch;
    text-wrap: balance;
}

/* --------------------------------------------------------------------
   06 CTA FINAL
   -------------------------------------------------------------------- */
.qb-cta {
    position: relative;
    padding: clamp(64px, 11vh, 140px) clamp(20px, 4vw, 64px);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
    overflow: hidden;
}

.qb-cta__glow {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: min(1100px, 120vw);
    aspect-ratio: 2 / 1;
    background: radial-gradient(ellipse at center, rgba(245, 179, 1, 0.13), transparent 66%);
    pointer-events: none;
}

.qb-cta__inner {
    position: relative;
    max-width: 860px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(18px, 3vh, 32px);
}

.qb-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);
}

.qb-cta__title {
    margin: 0;
    font-family: 'Outfit', sans-serif;
    font-weight: 200;
    font-size: clamp(32px, 5.2vw, 80px);
    line-height: 0.98;
    letter-spacing: -0.04em;
}

.qb-cta__text {
    margin: 0;
    font-size: clamp(14.5px, 1.2vw, 17px);
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.58);
    max-width: 46ch;
    text-wrap: balance;
}

.qb-cta__link {
    padding: 19px 44px;
    border-radius: 999px;
    background: var(--universim-gold);
    color: #000;
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0 18px 50px -16px rgba(245, 179, 1, 0.5);
    transition: background 0.3s ease, transform 0.3s ease;
}

.qb-cta__link:hover {
    background: var(--universim-gold-hover);
    transform: translateY(-2px);
}

.qb-cta__note {
    margin: 0;
    font-size: 12.5px;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.4);
    max-width: 54ch;
    text-wrap: balance;
}

/* ==========================================================================
   Responsive — tablette
   ========================================================================== */
@media (max-width: 1024px) {
    .qb-row {
        grid-template-columns: 1fr 1fr;
    }

    .qb-row__col--action {
        grid-column: 1 / -1;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: clamp(16px, 3vw, 32px);
    }

    .qb-row__actions {
        margin-top: 0;
    }

    /* Le retour forcé de .qb-commons__title (voir .qb-break) reste actif
       sur tablette : la largeur ne doit plus le contraindre, sous peine
       de provoquer un 3e retour non maîtrisé sur une colonne plus étroite. */
    .qb-commons__title {
        max-width: none;
    }
}

/* ==========================================================================
   Responsive — mobile : réorganisation réelle
   ========================================================================== */
@media (max-width: 768px) {
    .qb-hero__title {
        font-size: clamp(30px, 9vw, 46px);
    }

    .qb-row {
        grid-template-columns: 1fr;
    }

    .qb-row__node,
    .qb-row__topline,
    .qb-row__halo {
        display: none;
    }

    .qb-row:hover {
        transform: none;
    }

    .qb-row__col--action {
        grid-column: auto;
        flex-direction: column;
        align-items: flex-start;
    }

    .qb-row__actions {
        margin-top: clamp(14px, 2vh, 22px);
        width: 100%;
    }

    .qb-row__cta {
        flex: 1 1 auto;
        text-align: center;
    }

    .qb-gammebar__inner {
        gap: 14px;
    }

    .qb-gammebar__rule {
        display: none;
    }

    .qb-guides__subtitle {
        margin: 0;
    }

    /* Les largeurs de lecture posées sur desktop (max-width en ch) se
       relâchent sur mobile : le texte s'appuie sur la largeur réelle de
       la colonne plutôt que sur une limite pensée pour un grand écran —
       text-wrap: balance continue de répartir les lignes proprement. */
    .qb-hero__text,
    .qb-row__pitch,
    .qb-commons__title,
    .qb-common__text,
    .qb-cta__text,
    .qb-cta__note {
        max-width: none;
    }
}

/* ==========================================================================
   Accessibilité : prefers-reduced-motion
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
    .qb-page [data-reveal] {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }

    .qb-row,
    .qb-row__topline,
    .qb-row__node,
    .qb-row__halo,
    .qb-row__cta,
    .qb-row__price-ring,
    .qb-cta__link {
        transition: none !important;
        animation: none !important;
    }
}
