/* -------------------------------------------
   ThirtyOne Lab's — Thème clair
   Base blanche · accent rouge #FF0038 · Poppins
   Grille de réalisations + section clients
------------------------------------------- */

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,600&display=swap");

:root {
  --rouge: #ff0038;
  --rouge-hover: #ff3363;
  --rouge-deep: #c81131;
  --noir: #0e0e10;
  --gris: #6f6f74;
  --gris-clair: #f4f4f5;
  --ligne: #e7e7ea;
}

/* ---------- Base ---------- */
body {
  font-family: "Poppins", sans-serif !important;
  background-color: #ffffff !important;
  color: #55555b !important;
}
p, li, span, a, input, button { font-family: "Poppins", sans-serif; }
h1, h2, h3, h4, h5, h6,
.mil-h1, .mil-h2, .mil-h3 {
  font-family: "Poppins", sans-serif !important;
  color: var(--noir) !important;
  font-weight: 700;
  letter-spacing: -0.5px;
}
.mil-thin { font-weight: 300; letter-spacing: -0.5px; }

/* Accent rouge */
.mil-accent { color: var(--rouge) !important; }
.mil-label.mil-accent { color: var(--rouge) !important; }
.mil-link.mil-accent svg path { fill: var(--rouge) !important; }
.mil-button,
.mil-subscribe-form button.mil-button { background-color: var(--rouge) !important; }
.mil-button:hover { background-color: var(--rouge-hover) !important; }
.mil-progress { background-color: var(--rouge) !important; }
.swiper-pagination-bullet-active,
.mil-revi-pagination .swiper-pagination-bullet-active { background: var(--rouge) !important; }

/* Angles droits (charte 31 Labs) ; cercles conservés */
.mil-cover-frame, .mil-cover, .mil-cover img,
.mil-review-frame, .mil-subscribe-form input,
.t31-tile, .t31-tile img { border-radius: 0 !important; }

/* Logo 31. */
.mil-logo { font-weight: 800; font-style: italic; letter-spacing: -1px; }
.t31-logo-accent { color: var(--rouge); }

/* Curseur custom (boule) retiré */
.mil-ball { display: none !important; }

/* Intro / préchargeur retiré : entrée directe sur le site */
.mil-preloader { display: none !important; }

/* Rideau de transition swup neutralisé (plus d'écran noir bloquant) */
.mil-curtain { display: none !important; }

/* Tuile "à venir" (ex : espace Logo en attente de fichiers) */
.t31-tile.placeholder {
  display: flex; align-items: center; justify-content: center; flex-direction: column;
  gap: 12px; background: #fafafa; border: 1px dashed #d7d7db; cursor: default; text-align: center;
}
.t31-tile.placeholder .t31-ph-mark { font-weight: 800; font-style: italic; font-size: 34px; color: var(--noir); }
.t31-tile.placeholder .t31-ph-mark span { color: var(--rouge); }
.t31-tile.placeholder p { color: var(--gris); font-size: 13px; margin: 0; padding: 0 16px; }

/* ---------- Hero ---------- */
.rec-hero {
  position: relative; min-height: 90vh;
  display: flex; align-items: flex-end; overflow: hidden;
  background: var(--noir);
}
.rec-hero-bg {
  position: absolute; inset: 0;
  background: url('../img/brand/hero-rovert-studio.png') center/cover no-repeat;
  transform: scale(1.05);
}
.rec-hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(120% 80% at 80% 0%, rgba(255,0,56,0.20) 0%, rgba(255,0,56,0) 55%),
    linear-gradient(180deg, rgba(8,8,8,0.55) 0%, rgba(8,8,8,0.15) 38%, rgba(8,8,8,0.92) 100%);
}
.rec-hero-inner { position: relative; z-index: 2; width: 100%; padding-bottom: 90px; }
.rec-hero h1 { color: #fff !important; }
.rec-hero p, .rec-hero .mil-text-xl { color: rgba(255,255,255,0.85) !important; }
.rec-hero .mil-link.mil-light { color: #fff !important; }
.rec-eyebrow {
  display: inline-block; letter-spacing: 4px; text-transform: uppercase;
  font-size: 13px; font-weight: 600; color: var(--rouge) !important; margin-bottom: 24px;
}

/* ---------- Chiffres (avis) ---------- */
.rec-stats { display: flex; flex-wrap: wrap; gap: 60px; }
.rec-stat .rec-stat-num {
  font-size: 56px; line-height: 1; font-weight: 800; color: var(--rouge);
  letter-spacing: -1px;
}
.rec-stat .rec-stat-label {
  display: block; margin-top: 10px; text-transform: uppercase; letter-spacing: 2px;
  font-size: 13px; color: var(--gris);
}
.rec-stars { color: var(--rouge); letter-spacing: 3px; font-size: 18px; margin-bottom: 20px; }

/* =========================================================
   GRILLE DES RÉALISATIONS
========================================================= */
.t31-cat-head { display: flex; align-items: baseline; gap: 18px; margin: 0 0 34px; }
.t31-cat-head h3 {
  font-size: clamp(22px, 3vw, 30px); font-weight: 700; margin: 0; text-transform: uppercase;
  letter-spacing: -0.5px;
}
.t31-cat-head .t31-cat-count {
  color: var(--rouge); font-weight: 700; font-size: 14px;
}
.t31-cat-head .t31-cat-line { flex: 1; height: 1px; background: var(--ligne); }

.t31-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.t31-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }

/* Logos : tuiles carrées */
.t31-grid.square { grid-template-columns: repeat(3, 1fr); }
.t31-tile.square { aspect-ratio: 1 / 1; }

.t31-tile {
  position: relative; display: block; overflow: hidden;
  background: var(--gris-clair); border: 1px solid var(--ligne);
  aspect-ratio: 16 / 9; cursor: pointer;
}
.t31-tile img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .6s cubic-bezier(.2,.7,.2,1);
}
.t31-tile:hover img { transform: scale(1.06); }
.t31-tile-cap {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 40px 22px 18px;
  background: linear-gradient(180deg, rgba(14,14,16,0) 0%, rgba(14,14,16,0.82) 70%, rgba(14,14,16,0.94) 100%);
  transform: translateY(8px); opacity: 0; transition: all .35s ease;
}
.t31-tile:hover .t31-tile-cap { transform: translateY(0); opacity: 1; }
.t31-tile-cap .t31-tile-tag {
  color: var(--rouge); font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
}
.t31-tile-cap h4 { color: #fff !important; font-size: 18px; margin: 6px 0 0; }
.t31-tile-view {
  position: absolute; top: 16px; right: 16px;
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--rouge); color: #fff;
  display: flex; align-items: center; justify-content: center;
  transform: scale(0); transition: transform .3s ease;
}
.t31-tile:hover .t31-tile-view { transform: scale(1); }

/* =========================================================
   CLIENTS & PARTENAIRES
========================================================= */
.t31-clients { background: var(--gris-clair); }

.t31-featured {
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 24px;
  background: var(--noir); color: #fff; padding: 44px 46px; margin-bottom: 50px;
}
.t31-featured .t31-feat-left { display: flex; align-items: center; gap: 26px; }
.t31-feat-badge {
  background: var(--rouge); color: #fff; font-weight: 800; font-size: 13px; letter-spacing: 2px;
  padding: 8px 16px; text-transform: uppercase;
}
.t31-feat-name { font-size: clamp(28px, 4vw, 44px); font-weight: 800; letter-spacing: -1px; color: #fff; }
.t31-feat-sub { color: rgba(255,255,255,0.6); font-size: 14px; text-transform: uppercase; letter-spacing: 2px; }

.t31-clients-cols { display: grid; grid-template-columns: 1.4fr 1fr; gap: 50px; }

.t31-clients-title {
  font-size: 13px; text-transform: uppercase; letter-spacing: 2px; color: var(--gris);
  margin-bottom: 22px; font-weight: 600;
}
.t31-chips { display: flex; flex-wrap: wrap; gap: 12px; }
.t31-chip {
  display: inline-flex; align-items: center; gap: 10px;
  background: #fff; border: 1px solid var(--ligne);
  padding: 12px 18px; font-weight: 600; color: var(--noir); font-size: 15px;
}
.t31-chip::before { content: ""; width: 7px; height: 7px; background: var(--rouge); }
.t31-partners { display: flex; flex-wrap: wrap; gap: 14px; }
.t31-partner {
  background: #fff; border: 1px solid var(--ligne); padding: 18px 22px;
  font-weight: 700; color: var(--noir); font-size: 17px; letter-spacing: -0.3px;
}
.t31-partner span { color: var(--rouge); }

/* =========================================================
   Responsive
========================================================= */
/* =========================================================
   Avis : correctifs + avatars Discord + flèches
========================================================= */
/* Pagination numérotée (le "rond rouge" bugué) masquée */
.mil-revi-pagination { display: none !important; }

.t31-avatar {
  width: 62px; height: 62px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  margin: 0 auto 20px; background: var(--c, #5865F2); color: #fff; font-size: 26px;
}

.t31-revi-arrow {
  position: absolute; top: 44%; transform: translateY(-50%);
  width: 54px; height: 54px; border-radius: 50%; z-index: 30;
  background: #fff; border: 1px solid var(--ligne); color: var(--rouge);
  display: flex; align-items: center; justify-content: center; cursor: pointer;
  transition: background .25s, color .25s, border-color .25s;
}
.t31-revi-arrow:hover { background: var(--rouge); color: #fff; border-color: var(--rouge); }
.t31-revi-arrow svg { width: 20px; height: 20px; }
.t31-revi-prev { left: 0; }
.t31-revi-next { right: 0; }

/* =========================================================
   Protection images (dissuasion sauvegarde)
========================================================= */
.t31-tile img { -webkit-user-drag: none; user-select: none; }
.t31-tile.vertical .t31-tile-cap { pointer-events: none; }

/* =========================================================
   TikTok — vidéos verticales
========================================================= */
.t31-grid.tiktok { grid-template-columns: repeat(4, 1fr); gap: 22px; }
.t31-tile.vertical { aspect-ratio: 9 / 16; background: #000; cursor: default; }
.t31-tile.vertical video { width: 100%; height: 100%; object-fit: cover; display: block; background: #000; }

@media screen and (max-width: 992px) {
  .rec-hero { min-height: 78vh; }
  .rec-stats { gap: 36px; }
  .rec-stat .rec-stat-num { font-size: 44px; }
  .t31-grid, .t31-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
  .t31-grid.tiktok { grid-template-columns: repeat(3, 1fr); }
  .t31-clients-cols { grid-template-columns: 1fr; gap: 40px; }
  .t31-revi-arrow { top: 40%; }
}
@media screen and (max-width: 576px) {
  .rec-hero { min-height: 72vh; }
  .rec-hero-inner { padding-bottom: 60px; }
  .rec-stats { gap: 24px; }
  .rec-stat { min-width: 40%; }
  .rec-stat .rec-stat-num { font-size: 34px; }
  .rec-eyebrow { letter-spacing: 3px; font-size: 11px; }
  .t31-grid, .t31-grid.cols-2 { grid-template-columns: 1fr; gap: 18px; }
  .t31-grid.square { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .t31-grid.tiktok { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .t31-featured { padding: 30px 26px; }
  .t31-feat-left { flex-direction: column; align-items: flex-start; gap: 14px; }
}

/* =========================================================
   AMÉLIORATIONS UI — principes : hiérarchie, cohérence,
   feedback, accessibilité, whitespace + priorité mobile
========================================================= */

/* Ancres : les sections ne passent plus sous la barre fixe au scroll */
#top, #realisations, #avis, #partenaires { scroll-margin-top: 100px; }

/* Feedback visible + accessibilité clavier */
a:focus-visible,
button:focus-visible,
.t31-tile:focus-visible,
video:focus-visible {
  outline: 2px solid var(--rouge);
  outline-offset: 3px;
}
.t31-tile { transition: box-shadow .4s ease; }
.t31-tile:not(.placeholder):hover { box-shadow: 0 18px 44px rgba(0,0,0,0.14); }

/* Largeur de lecture confortable pour les paragraphes d'intro */
.rec-hero .mil-text-xl { max-width: 620px; }

/* Respect de la préférence "réduire les animations" */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition-duration: .01ms !important; }
}

/* ---------- TABLETTE ---------- */
@media screen and (max-width: 992px) {
  .mil-suptitle-right { text-align: left !important; }
}

/* ---------- MOBILE ---------- */
@media screen and (max-width: 576px) {
  /* Espacements de section resserrés (rythme vertical cohérent) */
  .mil-p-120-120 { padding-top: 66px !important; padding-bottom: 66px !important; }
  .mil-p-120-90  { padding-top: 66px !important; padding-bottom: 44px !important; }
  .mil-p-120-60  { padding-top: 56px !important; padding-bottom: 20px !important; }

  /* HERO : dégager la barre fixe + hiérarchie lisible */
  .rec-hero { min-height: 100vh; min-height: 100svh; align-items: center; }
  .rec-hero-inner { padding-top: 104px; padding-bottom: 52px; }
  .rec-hero h1 { font-size: 31px !important; line-height: 1.12; }
  .rec-hero .mil-text-xl { font-size: 15px; line-height: 1.6; }
  .rec-eyebrow { margin-bottom: 16px; }

  /* HIÉRARCHIE typo : h1 > h2 > h3 */
  h2, .mil-h2 { font-size: 27px !important; line-height: 1.18; }
  .t31-cat-head { gap: 12px; margin-bottom: 26px; }
  .t31-cat-head h3 { font-size: 19px; }

  /* STATS : rangée nette de 3, alignée */
  .rec-stats { gap: 8px; justify-content: space-between; width: 100%; margin-top: 8px; }
  .rec-stat { min-width: 0; flex: 1; text-align: center; }
  .rec-stat .rec-stat-num { font-size: 26px; }
  .rec-stat .rec-stat-label { font-size: 9.5px; letter-spacing: 1px; margin-top: 6px; }

  /* AVIS : flèches plus compactes, bien aux bords */
  .t31-revi-arrow { width: 42px; height: 42px; }
  .t31-revi-arrow svg { width: 17px; height: 17px; }
  .t31-revi-prev { left: -2px; }
  .t31-revi-next { right: -2px; }
  .mil-review-frame .mil-text-xl { font-size: 16px; }

  /* PARTENAIRES : pleine largeur, cohérent */
  .t31-partners { width: 100%; }
  .t31-partner { flex: 1 1 45%; text-align: center; }

  /* Logos & TikTok : 2 colonnes déjà définies plus haut */
}

/* ---------- PETIT MOBILE ---------- */
@media screen and (max-width: 360px) {
  .rec-hero h1 { font-size: 28px !important; }
  .rec-stat .rec-stat-num { font-size: 23px; }
}

/* =========================================================
   CONVERSION — CTA, prestations, process, bannière, bouton flottant
========================================================= */

/* Boutons CTA */
.t31-btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 16px 30px; font-weight: 600; font-size: 15px; letter-spacing: .3px;
  border: 1px solid transparent; cursor: pointer; text-decoration: none;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.t31-btn svg { width: 18px; height: 18px; }
.t31-btn-primary { background: var(--rouge); color: #fff !important; }
.t31-btn-primary:hover { background: var(--rouge-hover); transform: translateY(-2px); }
.t31-btn-ghost { background: transparent; color: var(--noir) !important; border-color: var(--ligne); }
.t31-btn-ghost:hover { border-color: var(--noir); transform: translateY(-2px); }
.t31-btn-light { background: #fff; color: var(--noir) !important; }
.t31-btn-light:hover { background: var(--rouge); color: #fff !important; transform: translateY(-2px); }

.t31-hero-cta { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }

/* Ligne de confiance (micro-preuves) */
.t31-trust {
  display: flex; flex-wrap: wrap; gap: 22px; align-items: center;
  color: var(--gris); font-size: 14px; margin-top: 26px;
}
.t31-trust .t31-trust-item { display: inline-flex; align-items: center; gap: 8px; }
.t31-trust b { color: var(--noir); font-weight: 600; }
.t31-trust .star { color: var(--rouge); }
.rec-hero .t31-trust { color: rgba(255,255,255,0.8); }
.rec-hero .t31-trust b { color: #fff; }

/* ---------- Prestations / packs ---------- */
.t31-packs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.t31-pack {
  position: relative; display: flex; flex-direction: column;
  background: #fff; border: 1px solid var(--ligne); padding: 34px 28px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.t31-pack:hover { transform: translateY(-6px); box-shadow: 0 26px 60px rgba(0,0,0,0.12); border-color: transparent; }
.t31-pack.popular { border-color: var(--rouge); box-shadow: 0 20px 50px rgba(255,0,56,0.12); }
.t31-pack-badge {
  position: absolute; top: -12px; left: 28px;
  background: var(--rouge); color: #fff; font-size: 11px; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase; padding: 6px 12px;
}
.t31-pack-ico { color: var(--rouge); font-size: 26px; margin-bottom: 18px; }
.t31-pack h4 { font-size: 20px; margin: 0 0 8px; color: var(--noir) !important; }
.t31-pack .t31-pack-desc { color: var(--gris); font-size: 14px; margin: 0 0 18px; }
.t31-pack ul { list-style: none; padding: 0; margin: 0 0 26px; }
.t31-pack ul li { position: relative; padding-left: 24px; margin-bottom: 10px; color: #444; font-size: 14px; }
.t31-pack ul li::before {
  content: ""; position: absolute; left: 0; top: 7px; width: 12px; height: 7px;
  border-left: 2px solid var(--rouge); border-bottom: 2px solid var(--rouge); transform: rotate(-45deg);
}
.t31-pack .t31-btn { margin-top: auto; justify-content: center; }

/* ---------- Process (comment commander) ---------- */
.t31-process-sec { background: var(--gris-clair); }
.t31-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.t31-step { position: relative; padding: 8px 6px; }
.t31-step .t31-step-num {
  font-size: 54px; font-weight: 800; line-height: 1; color: var(--rouge);
  opacity: .9; letter-spacing: -2px;
}
.t31-step h4 { margin: 16px 0 10px; font-size: 20px; color: var(--noir) !important; }
.t31-step p { color: var(--gris); font-size: 15px; margin: 0; }

/* ---------- Bannière CTA finale ---------- */
.t31-final { background: var(--noir); color: #fff; }
.t31-final .t31-final-inner {
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 30px;
}
.t31-final h2 { color: #fff !important; margin: 0 0 12px; }
.t31-final p { color: rgba(255,255,255,0.65); margin: 0; max-width: 460px; }
.t31-final .t31-final-glow { position: relative; }

/* ---------- Bouton flottant "Commander" ---------- */
.t31-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 900;
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--rouge); color: #fff !important; text-decoration: none;
  padding: 14px 22px; font-weight: 600; font-size: 15px;
  box-shadow: 0 12px 34px rgba(255,0,56,0.42);
  transition: transform .2s ease, background .2s ease;
  animation: t31pulse 2.6s ease-in-out infinite;
}
.t31-float:hover { background: var(--rouge-hover); transform: translateY(-2px) scale(1.03); }
.t31-float svg { width: 18px; height: 18px; }
@keyframes t31pulse {
  0%, 100% { box-shadow: 0 12px 34px rgba(255,0,56,0.42); }
  50% { box-shadow: 0 12px 34px rgba(255,0,56,0.42), 0 0 0 10px rgba(255,0,56,0.08); }
}
@media (prefers-reduced-motion: reduce) { .t31-float { animation: none; } }

/* ---------- Responsive conversion ---------- */
@media screen and (max-width: 992px) {
  .t31-packs { grid-template-columns: repeat(2, 1fr); }
  .t31-final .t31-final-inner { flex-direction: column; align-items: flex-start; }
}
@media screen and (max-width: 576px) {
  .t31-packs { grid-template-columns: 1fr; gap: 16px; }
  .t31-steps { grid-template-columns: 1fr; gap: 22px; }
  .t31-hero-cta { flex-direction: column; align-items: stretch; }
  .t31-hero-cta .t31-btn { justify-content: center; }
  .t31-trust { gap: 14px; font-size: 13px; }
  .t31-float { right: 14px; bottom: 14px; padding: 13px 18px; font-size: 14px; }
  .t31-step .t31-step-num { font-size: 44px; }
}

/* =========================================================
   GRILLE TARIFAIRE (5 packs officiels)
========================================================= */
.t31-pricing { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; align-items: stretch; }
.t31-tier {
  position: relative; display: flex; flex-direction: column;
  background: #fff; border: 1px solid var(--ligne); padding: 30px 24px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.t31-tier:hover { transform: translateY(-6px); box-shadow: 0 24px 54px rgba(0,0,0,.12); }
.t31-tier.popular { border-color: var(--rouge); box-shadow: 0 20px 50px rgba(255,0,56,.14); }
.t31-tier-badge {
  position: absolute; top: -12px; left: 24px; background: var(--rouge); color: #fff;
  font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 6px 12px;
}
.t31-tier-name { font-size: 17px; font-weight: 700; color: var(--noir); text-transform: uppercase; letter-spacing: .5px; }
.t31-tier-price { display: flex; align-items: baseline; gap: 3px; margin: 14px 0 3px; }
.t31-tier-price .amt { font-size: 38px; font-weight: 800; color: var(--noir); letter-spacing: -1.5px; line-height: 1; }
.t31-tier-price .cur { font-size: 20px; font-weight: 700; color: var(--noir); }
.t31-tier-delay { font-size: 12px; color: var(--gris); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 18px; }
.t31-tier-phrase { font-size: 13px; color: var(--gris); margin: 0 0 18px; }
.t31-tier ul { list-style: none; padding: 0; margin: 0 0 24px; }
.t31-tier ul li { position: relative; padding-left: 22px; margin-bottom: 9px; font-size: 13px; color: #444; line-height: 1.45; }
.t31-tier ul li::before {
  content: ""; position: absolute; left: 0; top: 6px; width: 11px; height: 6px;
  border-left: 2px solid var(--rouge); border-bottom: 2px solid var(--rouge); transform: rotate(-45deg);
}
.t31-tier ul li.plus { color: var(--noir); font-weight: 600; }
.t31-tier ul li.plus::before { display: none; }
.t31-tier ul li.plus { padding-left: 0; border-bottom: 1px solid var(--ligne); padding-bottom: 10px; margin-bottom: 12px; }
.t31-tier .t31-btn { margin-top: auto; justify-content: center; }

.t31-pricing-note {
  margin-top: 30px; color: var(--gris); font-size: 13px; text-align: center; line-height: 1.7;
}
.t31-pricing-note a { color: var(--rouge); font-weight: 600; }

@media screen and (max-width: 1200px) { .t31-pricing { grid-template-columns: repeat(3, 1fr); } }
@media screen and (max-width: 768px)  { .t31-pricing { grid-template-columns: repeat(2, 1fr); } }
@media screen and (max-width: 576px)  { .t31-pricing { grid-template-columns: 1fr; gap: 16px; } }

/* Prix masqués : tout passe en ticket Discord */
.t31-tier-quote {
  font-size: 24px; font-weight: 800; color: var(--rouge);
  letter-spacing: -.3px; margin: 14px 0 3px; line-height: 1;
}

/* Offre serveurs partenaires */
.t31-partner-offer {
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 26px;
  background: var(--noir); color: #fff; padding: 40px 44px; margin-top: 42px;
  position: relative; overflow: hidden;
}
.t31-partner-offer::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(120% 130% at 100% 0%, rgba(255,0,56,.22) 0%, rgba(255,0,56,0) 55%);
  pointer-events: none;
}
.t31-partner-offer .t31-po-tag {
  display: inline-block; color: var(--rouge); font-size: 12px; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase; margin-bottom: 12px;
}
.t31-partner-offer h3 { color: #fff !important; font-size: clamp(22px, 3vw, 30px); margin: 0 0 12px; }
.t31-partner-offer p { color: rgba(255,255,255,.7); margin: 0; max-width: 560px; position: relative; }
.t31-partner-offer .t31-po-hl { color: #fff; font-weight: 600; }
.t31-partner-offer .t31-po-content { position: relative; }
@media screen and (max-width: 768px) {
  .t31-partner-offer { padding: 30px 26px; flex-direction: column; align-items: flex-start; }
}

/* Tuile vidéo paysage (16:9) — ex : démos UI */
.t31-tile.video-h { background: #000; cursor: default; }
.t31-tile.video-h video { width: 100%; height: 100%; object-fit: cover; display: block; background: #000; }
.t31-tile.video-h .t31-tile-cap { pointer-events: none; }
