/* ================================================
   FASTPANEL — GAME SERVERS — Design Premium v3
   ================================================ */

/* ===== FOND GLOBAL ===== */
body {
    background-color: #181a1b !important;
    background-image:
        radial-gradient(ellipse 75% 65% at 50% 0%,   rgba(18,20,22,0.85)  0%, transparent 70%),
        radial-gradient(ellipse 55% 50% at 5%  20%,  rgba(79,195,247,0.04) 0%, transparent 60%),
        radial-gradient(ellipse 45% 40% at 92% 55%,  rgba(79,195,247,0.03) 0%, transparent 55%) !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

:root {
    --gp-bg:      #181a1b;
    --gp-bg-2:    #181a1b;
    --gp-green:   #22c55e;
    --gp-green-l: #4ade80;
    --gp-blue:    #3b82f6;
    --gp-blue-l:  #60a5fa;
    --gp-orange:  #f97316;
    --gp-orange-l:#fb923c;
    --r-sm:  6px;
    --r:     8px;
    --r-lg:  16px;
    --r-xl:  24px;
    --r-full:9999px;
}

/* ===== TYPOGRAPHIE — MONTSERRAT ===== */
.gp-hero-title,
.gp-hero-sub,
.ph-title,
.cat-section-head h2,
.gp-steps-head h2,
.gp-step h3,
.gp-guarantee h4,
.gp-support-left h3,
.gp-cta-inner h2,
.gc-name {
    font-family: 'Montserrat', sans-serif;
}

/* ===== UTILITAIRES ===== */
.gradient-text {
    background: linear-gradient(135deg, #4ade80, #3b82f6);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.gradient-text-orange {
    background: linear-gradient(135deg, #fb923c, #f97316);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.gp-eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 11px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase;
    color: rgba(59,130,246,.80); margin-bottom: 12px;
}

/* ================================================
   HERO
   ================================================ */
.gp-hero {
    position: relative; min-height: 58vh;
    display: flex; align-items: center;
    overflow: hidden; background: var(--gp-bg);
}
.gp-hero-video {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover; z-index: 0; pointer-events: none; opacity: .35;
}
.gp-hero-overlay {
    position: absolute; inset: 0;
    background: rgba(0,0,0,.40); z-index: 1; pointer-events: none;
}
.gp-orb {
    position: absolute; border-radius: 50%;
    filter: blur(130px); pointer-events: none; z-index: 1;
    animation: gp-float ease-in-out infinite alternate;
}
.gp-orb1 { width:650px; height:650px; background:rgba(79,195,247,.05); top:-180px; right:-120px; animation-duration:11s; }
.gp-orb2 { width:500px; height:500px; background:rgba(79,195,247,.03);  bottom:-130px; left:-100px; animation-duration:14s; animation-delay:5s; }
@keyframes gp-float { 0%{transform:translate(0,0);} 100%{transform:translate(26px,-30px);} }
.gp-hero-fade {
    position: absolute; bottom: 0; left: 0; right: 0; height: 200px;
    background: linear-gradient(to bottom, transparent, var(--gp-bg));
    z-index: 2; pointer-events: none;
}
.gp-hero-content {
    position: relative; z-index: 3;
    text-align: center; padding: 120px 0 80px;
}
.gp-hero-badge {
    display: inline-flex; align-items: center; gap: 10px;
    background: rgba(59,130,246,.10); border: 1px solid rgba(59,130,246,.30);
    border-radius: var(--r-full); padding: 8px 22px;
    font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
    color: #60a5fa; margin-bottom: 28px;
    animation: gp-up .6s cubic-bezier(.22,1,.36,1) both .1s;
}
.gp-dot {
    width: 7px; height: 7px; border-radius: 50%;
    background: #3b82f6; box-shadow: 0 0 10px #3b82f6;
    flex-shrink: 0; animation: gp-blink 1.5s ease infinite;
}
@keyframes gp-blink { 0%,100%{opacity:1;} 50%{opacity:.22;} }
@keyframes gp-up { from{opacity:0;transform:translateY(24px);} to{opacity:1;transform:none;} }
.gp-hero-title {
    font-size: clamp(2.9rem, 6.5vw, 5rem);
    font-weight: 900; color: #fff; line-height: 1.06;
    letter-spacing: -.045em; margin-bottom: 18px;
    animation: gp-up .6s cubic-bezier(.22,1,.36,1) both .25s;
}
.gp-hl {
    color: #3b82f6;
    -webkit-text-fill-color: #3b82f6;
}
.gp-hero-sub {
    font-size: clamp(.9rem, 1.5vw, 1.08rem);
    color: rgba(255,255,255,.48); line-height: 1.7; margin: 0;
    animation: gp-up .6s cubic-bezier(.22,1,.36,1) both .4s;
}
.gp-hero-stats {
    display: flex; align-items: center; justify-content: center;
    margin: 30px auto 36px;
    background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.09);
    border-radius: var(--r-full); padding: 10px 28px; width: fit-content;
    backdrop-filter: blur(14px);
    animation: gp-up .6s cubic-bezier(.22,1,.36,1) both .5s;
}
.gp-stat { display:flex; flex-direction:column; align-items:center; padding:0 22px; }
.gp-stat strong { color:#fff; font-size:1.1rem; font-weight:800; line-height:1.2; }
.gp-stat span   { color:rgba(255,255,255,.36); font-size:.6rem; font-weight:500; text-transform:uppercase; letter-spacing:.08em; }
.gp-stat-sep    { width:1px; height:34px; background:rgba(255,255,255,.09); flex-shrink:0; }
.gp-hero-cta {
    display: inline-flex; align-items: center; gap: 10px;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: #fff; padding: 15px 36px; border-radius: var(--r-full);
    font-size: 1rem; font-weight: 700; text-decoration: none;
    box-shadow: 0 8px 32px rgba(34,197,94,.38); transition: transform .2s, box-shadow .2s;
    animation: gp-up .6s cubic-bezier(.22,1,.36,1) both .62s;
}
.gp-hero-cta:hover { transform: translateY(-4px) scale(1.02); box-shadow: 0 18px 44px rgba(34,197,94,.52); color: #fff; text-decoration: none; }

/* ================================================
   STICKY BAR
   ================================================ */
.sticky-bar {
    display: none; position: fixed; top: 0; left: 0; right: 0; z-index: 998;
    overflow: visible;
    background: rgba(24,26,27,.97); backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255,255,255,.07);
    padding: 10px 0; opacity: 0; transform: translateY(-8px);
    transition: opacity .25s, transform .25s;
    box-shadow: 0 4px 28px rgba(0,0,0,.55); pointer-events: none;
}
.sticky-bar.visible { opacity:1; transform:translateY(0); pointer-events:all; }
.sticky-inner { display:flex; align-items:center; gap:12px; min-width:0; overflow:visible; }
.sticky-search-box { position:relative; flex-shrink:0; width:200px; }
.sticky-search-box i { position:absolute; left:12px; top:50%; transform:translateY(-50%); color:rgba(255,255,255,.3); font-size:13px; pointer-events:none; }
#stickySearch {
    width:100%; padding:8px 12px 8px 34px;
    background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.10);
    border-radius:var(--r-sm); color:#fff; font-size:13px; transition:border-color .2s;
}
#stickySearch:focus { outline:none; border-color:var(--gp-green); }
#stickySearch::placeholder { color:rgba(255,255,255,.25); }
.sticky-tags-wrap { flex:1; min-width:0; overflow:hidden; }
.sticky-tags-row { display:flex; gap:6px; overflow-x:auto; scrollbar-width:none; padding-bottom:2px; }
.sticky-tags-row::-webkit-scrollbar { display:none; }
.stag {
    background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.10);
    border-radius:var(--r-full); padding:5px 14px;
    color:rgba(255,255,255,.46); font-size:12px; font-weight:500;
    cursor:pointer; white-space:nowrap; flex-shrink:0; transition:all .15s;
}
.stag:hover { background:rgba(255,255,255,.10); color:#fff; }
.stag.active { background:var(--gp-green); border-color:var(--gp-green); color:#fff; }
.stag-more { background:rgba(59,130,246,.10); border-color:rgba(59,130,246,.24); color:var(--gp-blue-l); }
.sticky-more-wrap { position:relative; flex-shrink:0; }
.sticky-dropdown {
    display:none; position:absolute; top:calc(100% + 8px); right:0;
    background:rgba(24,26,27,.98); backdrop-filter:blur(20px);
    border:1px solid rgba(255,255,255,.10); border-radius:var(--r);
    padding:6px; min-width:160px; box-shadow:0 8px 32px rgba(0,0,0,.65);
    z-index:999; flex-direction:column; gap:2px;
}
.sticky-dropdown.open { display:flex; }
.sticky-dd-item {
    width:100%; text-align:left; padding:8px 12px;
    background:transparent; border:none; border-radius:var(--r-sm);
    color:rgba(255,255,255,.60); font-size:13px; font-weight:500;
    cursor:pointer; white-space:nowrap; transition:all .15s;
}
.sticky-dd-item:hover { background:rgba(255,255,255,.07); color:#fff; }
.sticky-dd-item.active { background:rgba(34,197,94,.12); color:var(--gp-green-l); }
/* Platform separator + row in sticky bar */
.sticky-pf-sep  { width:1px; height:22px; background:rgba(255,255,255,.09); flex-shrink:0; }
.sticky-pf-row  { display:flex; gap:5px; flex-shrink:0; }
.spf {
    display: inline-flex; align-items: center; justify-content: center;
    background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.09);
    border-radius:var(--r-full); padding:5px 11px;
    color:rgba(255,255,255,.40);
    cursor:pointer; white-space:nowrap; flex-shrink:0; transition:all .15s;
}
.spf .pf-icon { width:15px; height:15px; font-size:15px; line-height:1; flex-shrink:0; display:block; overflow:visible; }
.spf:hover { background:rgba(255,255,255,.09); color:#fff; }
.spf.active { background:var(--gp-blue); border-color:var(--gp-blue); color:#fff; }
.spf.spf--pc:not(.active)                                           { border-color:rgba(148,163,184,.20); color:rgba(148,163,184,.65); }
.spf.spf--ps:not(.active),.spf.spf--ps4:not(.active),.spf.spf--ps5:not(.active) { border-color:rgba(0,113,227,.25);  color:rgba(96,165,250,.75);  }
.spf.spf--xbox:not(.active)                                         { border-color:rgba(16,124,16,.28);   color:rgba(74,222,128,.75);  }
.spf.spf--switch:not(.active)                                       { border-color:rgba(230,0,18,.24);    color:rgba(248,113,113,.75); }
.spf.spf--mobile:not(.active)                                       { border-color:rgba(251,146,60,.24);  color:rgba(251,146,60,.75);  }

.sticky-view-btns,
.desktop-view-btns { display:flex; gap:4px; flex-shrink:0; }
.view-btn {
    width:34px; height:34px; background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.10); border-radius:var(--r-sm);
    color:rgba(255,255,255,.36); cursor:pointer;
    display:flex; align-items:center; justify-content:center; font-size:13px; transition:all .15s;
}
.view-btn:hover { background:rgba(255,255,255,.10); color:#fff; }
.view-btn.active { background:var(--gp-blue); border-color:var(--gp-blue); color:#fff; }

/* ================================================
   HEADER COMPACT
   ================================================ */
.page-header {
    position: relative; z-index: 100;
    background: rgba(24,26,27,.97); backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255,255,255,.06); padding: 12px 0 16px;
    overflow: visible;
}
.ph-top { display:flex; align-items:center; gap:24px; }
.ph-title-group { display:flex; align-items:center; gap:14px; flex-shrink:0; }
.ph-icon {
    width:44px; height:44px;
    background:linear-gradient(135deg, #1d4ed8, #3b82f6);
    box-shadow: 0 0 18px rgba(59,130,246,.35);
    border-radius:var(--r); display:flex; align-items:center; justify-content:center;
    color:#fff; font-size:20px; flex-shrink:0;
}
.ph-title { font-size:clamp(1.15rem,.7vw + .95rem,1.5rem); font-weight:800; color:#fff; margin:0 0 4px; line-height:1.1; letter-spacing:-.02em; }
.ph-sub { display:flex; align-items:center; gap:8px; flex-wrap:wrap; margin:0; }
.ph-chip {
    display:inline-flex; align-items:center; gap:5px;
    color:rgba(255,255,255,.70); font-size:11.5px; font-weight:600;
    background:rgba(59,130,246,.10); border:1px solid rgba(59,130,246,.25);
    border-radius:999px; padding:3px 10px;
}
.ph-chip i { color:#3b82f6; font-size:11px; }
.ph-title-blue { color:#3b82f6; -webkit-text-fill-color:#3b82f6; }
.ph-search-group { flex:1; display:flex; align-items:center; gap:8px; min-width:0; }
.ph-search-box { position:relative; flex:1; min-width:0; }
.ph-search-icon { position:absolute; left:14px; top:50%; transform:translateY(-50%); color:rgba(255,255,255,.30); font-size:14px; pointer-events:none; }
.ph-search-input {
    width:100%; padding:12px 40px 12px 38px;
    background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.10);
    border-radius:var(--r); color:#fff; font-size:15px; transition:all .2s;
}
.ph-search-input::placeholder { color:rgba(255,255,255,.25); }
.ph-search-input:focus { outline:none; border-color:var(--gp-green); background:rgba(255,255,255,.08); box-shadow:0 0 0 3px rgba(34,197,94,.10); }
.ph-search-clear {
    position:absolute; right:10px; top:50%; transform:translateY(-50%);
    width:24px; height:24px; background:rgba(255,255,255,.10); border:none;
    border-radius:50%; color:rgba(255,255,255,.55); cursor:pointer;
    display:flex; align-items:center; justify-content:center; font-size:11px; transition:all .2s;
}
.ph-search-clear:hover { background:rgba(255,255,255,.18); color:#fff; }
.ph-filter-btn {
    display:flex; align-items:center; gap:7px;
    padding:0 16px; height:44px;
    background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.10);
    border-radius:var(--r); color:rgba(255,255,255,.56); font-size:13px; font-weight:500;
    cursor:pointer; white-space:nowrap; flex-shrink:0; transition:all .2s; position:relative;
}
.ph-filter-btn:hover { background:rgba(255,255,255,.10); color:#fff; }
.ph-filter-btn.active { background:rgba(34,197,94,.10); border-color:rgba(34,197,94,.35); color:var(--gp-green-l); }
.ph-filter-btn.has-filter { border-color:rgba(34,197,94,.40); color:var(--gp-green-l); }
.ph-filter-count {
    width:18px; height:18px; background:var(--gp-green); border-radius:50%;
    color:#fff; font-size:10px; font-weight:700;
    display:flex; align-items:center; justify-content:center;
}
.ph-tags-panel {
    display:none; align-items:center; gap:8px; flex-wrap:wrap;
    padding-top:12px; border-top:1px solid rgba(255,255,255,.06);
    margin-top:12px; animation:panelSlideDown .2s ease;
}
@keyframes panelSlideDown { from{opacity:0;transform:translateY(-6px);} to{opacity:1;transform:none;} }
.tag-filter {
    background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.10);
    border-radius:var(--r-full); padding:7px 15px;
    color:rgba(255,255,255,.56); font-size:13px; font-weight:500;
    cursor:pointer; transition:all .2s; white-space:nowrap;
}
.tag-filter:hover { background:rgba(255,255,255,.10); color:#fff; }
.tag-filter.active { background:var(--gp-green); border-color:var(--gp-green); color:#fff; }
.hidden-tags { display:contents; }
.tag-toggle {
    background:rgba(59,130,246,.10); border:1px solid rgba(59,130,246,.25);
    border-radius:var(--r-full); padding:7px 14px; color:var(--gp-blue-l);
    font-size:13px; font-weight:600; cursor:pointer; transition:all .2s;
    display:flex; align-items:center; gap:6px; white-space:nowrap;
}
.tag-toggle:hover { background:rgba(59,130,246,.18); }
.tag-toggle.expanded { background:var(--gp-blue); border-color:var(--gp-blue); color:#fff; }
.tag-toggle .toggle-icon { font-size:10px; transition:transform .2s; }
.tag-toggle.expanded .toggle-icon { transform:rotate(180deg); }

/* Platform filter row inside the filter panel */
.ph-pf-section {
    display: flex; align-items: center; gap: 7px; flex-wrap: wrap;
    padding-top: 10px; margin-top: 2px;
    border-top: 1px solid rgba(255,255,255,.06);
    width: 100%;
}
.ph-pf-label {
    font-size: 10.5px; font-weight: 700; color: rgba(255,255,255,.26);
    text-transform: uppercase; letter-spacing: .14em; white-space: nowrap;
}
.pf-filter {
    display: inline-flex; align-items: center; justify-content: center;
    background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.09);
    border-radius: var(--r-full); padding: 7px 14px;
    color: rgba(255,255,255,.50);
    cursor: pointer; transition: all .18s; white-space: nowrap;
}
.pf-filter .pf-icon { width:16px; height:16px; font-size:16px; line-height:1; flex-shrink:0; display:block; overflow:visible; }
.pf-filter:hover { background:rgba(255,255,255,.09); color:#fff; }
.pf-filter.active { background:var(--gp-blue); border-color:var(--gp-blue); color:#fff; }
.pf-filter.pf-filter--pc:not(.active)                                                           { border-color:rgba(148,163,184,.20); color:rgba(148,163,184,.70); }
.pf-filter.pf-filter--ps:not(.active),.pf-filter.pf-filter--ps4:not(.active),.pf-filter.pf-filter--ps5:not(.active) { border-color:rgba(0,113,227,.25);  color:rgba(96,165,250,.80);  }
.pf-filter.pf-filter--xbox:not(.active)                                                         { border-color:rgba(16,124,16,.28);   color:rgba(74,222,128,.80);  }
.pf-filter.pf-filter--switch:not(.active)                                                       { border-color:rgba(230,0,18,.24);    color:rgba(248,113,113,.80); }
.pf-filter.pf-filter--mobile:not(.active)                                                       { border-color:rgba(251,146,60,.24);  color:rgba(251,146,60,.80);  }

/* ================================================
   DROPDOWNS FILTRE (page-header + sticky-bar)
   ================================================ */

/* ── Page-header dropdowns ── */
.ph-drop-wrap { position: relative; flex-shrink: 0; }

.ph-drop-btn {
    display: flex; align-items: center; gap: 7px;
    padding: 0 16px; height: 44px;
    background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.10);
    border-radius: var(--r); color: rgba(255,255,255,.70);
    font-size: .82rem; font-weight: 600; cursor: pointer;
    white-space: nowrap; transition: all .18s;
}
.ph-drop-btn:hover  { background: rgba(255,255,255,.10); color: #fff; }
.ph-drop-btn.open   { background: rgba(34,197,94,.07); border-color: rgba(34,197,94,.40); color: var(--gp-green-l); }
.ph-drop-btn.has-filter { border-color: rgba(34,197,94,.45); color: var(--gp-green-l); }

.ph-drop-chev { font-size: 10px; transition: transform .18s; }
.ph-drop-btn.open .ph-drop-chev { transform: rotate(180deg); }

.ph-drop-count {
    width: 18px; height: 18px; border-radius: 50%;
    background: var(--gp-green); color: #fff;
    font-size: 10px; font-weight: 700;
    display: flex; align-items: center; justify-content: center;
}

.ph-drop-panel {
    position: absolute; top: calc(100% + 8px); right: 0; z-index: 9999;
    background: rgba(18,20,22,.99); border: 1px solid rgba(255,255,255,.12);
    border-radius: var(--r-lg); padding: 10px;
    min-width: 220px; max-width: 420px;
    max-height: 70vh; overflow-y: auto;
    flex-wrap: wrap; gap: 6px;
    box-shadow: 0 20px 60px rgba(0,0,0,.75);
    display: none;
}
.ph-drop-panel.open { display: flex; }

/* Panel plateforme : icon + label */
.ph-drop-panel--pf { flex-direction: column; flex-wrap: nowrap; gap: 4px; min-width: 180px; }
.ph-drop-panel--pf .pf-filter {
    justify-content: flex-start; gap: 9px;
    padding: 8px 12px; border-radius: var(--r);
    width: 100%;
}
.pf-label { font-size: .80rem; font-weight: 600; }

/* ── Sticky-bar dropdowns ── */
.sticky-drop-wrap { position: relative; flex-shrink: 0; }

.sticky-drop-btn {
    display: flex; align-items: center; gap: 6px;
    padding: 5px 14px;
    background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.10);
    border-radius: var(--r-full); color: rgba(255,255,255,.65);
    font-size: .78rem; font-weight: 600; cursor: pointer;
    white-space: nowrap; transition: all .15s;
}
.sticky-drop-btn:hover  { background: rgba(255,255,255,.10); color: #fff; }
.sticky-drop-btn.open   { background: rgba(34,197,94,.10); border-color: rgba(34,197,94,.35); color: var(--gp-green-l); }
.sticky-drop-btn.has-filter { border-color: rgba(34,197,94,.40); color: var(--gp-green-l); }

.sticky-drop-chev { font-size: 10px; transition: transform .15s; }
.sticky-drop-btn.open .sticky-drop-chev { transform: rotate(180deg); }

.sticky-drop-panel {
    position: absolute; top: calc(100% + 8px); left: 0; z-index: 9999;
    background: rgba(18,20,22,.99); border: 1px solid rgba(255,255,255,.12);
    border-radius: var(--r-lg); padding: 10px;
    min-width: 220px; max-width: 420px;
    max-height: 70vh; overflow-y: auto;
    flex-wrap: wrap; gap: 6px;
    box-shadow: 0 20px 60px rgba(0,0,0,.75);
    display: none;
}
.sticky-drop-panel.open { display: flex; }

.sticky-drop-panel--pf { flex-direction: column; flex-wrap: nowrap; gap: 4px; min-width: 180px; }
.sticky-drop-panel--pf .spf {
    justify-content: flex-start; gap: 9px;
    padding: 7px 12px; border-radius: var(--r);
    width: 100%;
}
.spf-label { font-size: .80rem; font-weight: 600; }

/* ================================================
   CATALOGUE SECTION
   ================================================ */
.catalog-section { background: transparent; padding: 40px 0 110px; }

.cat-section-head { margin-bottom: 32px; }
.cat-section-head h2 {
    font-size: clamp(1.6rem, 2.8vw, 2.5rem);
    font-weight: 900; color: #fff; line-height: 1.1;
    letter-spacing: -.035em; margin: 8px 0 0;
}
.cat-section-head h2 span {
    background: linear-gradient(135deg, var(--gp-green-l), var(--gp-blue-l));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.cat-section-head h2 span.gp-hl-blue {
    background: none;
    -webkit-background-clip: unset;
    background-clip: unset;
    -webkit-text-fill-color: #3b82f6;
    color: #3b82f6;
}
.cat-section-head--soon { margin-top: 90px; }
.cat-eyebrow { font-size:11px; font-weight:700; letter-spacing:.18em; text-transform:uppercase; color:rgba(255,255,255,.26); }
.cat-eyebrow--soon {
    display: inline-flex; align-items: center; gap: 7px;
    color: rgba(59,130,246,.85);
}
.soon-eyebrow-dot {
    width: 7px; height: 7px; border-radius: 50%;
    background: #3b82f6;
    box-shadow: 0 0 0 0 rgba(59,130,246,.6);
    animation: soon-dot-pulse 2s ease-in-out infinite;
    flex-shrink: 0;
}
@keyframes soon-dot-pulse {
    0%,100% { box-shadow: 0 0 0 0 rgba(59,130,246,.6); }
    50%      { box-shadow: 0 0 0 6px rgba(59,130,246,0); }
}

.results-bar { display:flex; align-items:center; justify-content:space-between; margin-bottom:28px; padding:0 2px; }
.results-info { color:rgba(255,255,255,.30); font-size:.875rem; }
#resultsCount { color:#fff; font-weight:700; }

/* ================================================
   GAMES GRID
   ================================================ */
.games-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

/* ================================================
   GAME CARD — Design Premium
   ================================================ */
.game-card {
    --gc-accent: #22c55e;
    background: linear-gradient(170deg, rgba(30,32,34,.95) 0%, rgba(24,26,27,1) 100%);
    border: 1px solid rgba(255,255,255,0.06);
    border-top: 3px solid rgba(255,255,255,0.03);
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    transition:
        transform  0.32s cubic-bezier(.34,1.05,.64,1),
        box-shadow 0.32s ease,
        border-top-color 0.28s ease;
}

.game-card.available:hover {
    transform: translateY(-10px);
    border-top-color: var(--gc-accent);
    box-shadow:
        0 32px 64px rgba(0,0,0,0.65),
        0 0 0 1px rgba(255,255,255,0.08);
}

.game-card.upcoming { opacity: 0.80; }
.game-card.upcoming:hover {
    transform: translateY(-6px);
    opacity: 1;
    border-top-color: var(--gp-orange);
    box-shadow: 0 24px 50px rgba(0,0,0,0.55);
}

/* Scroll-in */
.game-card.will-animate { opacity: 0; transform: translateY(20px); transition: opacity .5s, transform .5s, box-shadow .32s, border-top-color .28s; }
.game-card.will-animate.card-visible { opacity: 1; transform: translateY(0); }

/* ─── IMAGE ─────────────────────────────────── */
.gc-img {
    position: relative;
    height: 215px;
    overflow: hidden;
    flex-shrink: 0;
}
.gc-img img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform .55s ease;
}
.game-card:hover .gc-img img { transform: scale(1.08); }

.gc-img-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0,0,0,.04)   0%,
        rgba(0,0,0,.12)   45%,
        rgba(24,26,27,.90) 80%,
        rgba(24,26,27,1)   100%
    );
}
.gc-img-overlay--soon {
    background: linear-gradient(180deg, rgba(0,0,0,.5) 0%, rgba(24,26,27,.98) 100%);
}

/* Badges flottants sur l'image */
.gc-img-top {
    position: absolute; top: 12px; left: 12px; right: 12px;
    display: flex; justify-content: space-between; align-items: flex-start; z-index: 3;
}
.gc-badge-hot {
    display: inline-flex; align-items: center; gap: 5px;
    background: linear-gradient(135deg, #ef4444, #f97316);
    color: #fff; padding: 5px 12px; border-radius: var(--r-full);
    font-size: 11px; font-weight: 700;
    box-shadow: 0 4px 14px rgba(239,68,68,.40);
}
.gc-badge-players {
    display: inline-flex; align-items: center; gap: 5px;
    background: rgba(0,0,0,.62); backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,.16);
    color: rgba(255,255,255,.88); padding: 4px 10px; border-radius: var(--r-full);
    font-size: 11px; font-weight: 600;
}

/* Badge "bientôt" centré */
.gc-soon-pulse {
    width: 8px; height: 8px; border-radius: 50%; background: #3b82f6; flex-shrink: 0;
    box-shadow: 0 0 0 0 rgba(59,130,246,.7);
    animation: soon-dot-pulse 2s ease-in-out infinite;
}
.gc-soon-badge {
    display: inline-flex; align-items: center; gap: 7px;
    position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
    background: rgba(24,26,27,.82); backdrop-filter: blur(10px);
    border: 1px solid rgba(59,130,246,.35); color: rgba(255,255,255,.90);
    padding: 10px 24px; border-radius: var(--r-full);
    font-size: 13px; font-weight: 600;
    display: flex; align-items: center; gap: 8px; z-index: 2; white-space: nowrap;
    box-shadow: 0 4px 20px rgba(59,130,246,.18);
}

/* ─── CORPS ─────────────────────────────────── */
.gc-body {
    flex: 1;
    padding: 20px 22px 14px;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.gc-name {
    font-size: 1.2rem; font-weight: 800; color: #fff;
    letter-spacing: -.025em; margin: 0; line-height: 1.2;
}

.gc-desc {
    font-size: .84rem; color: rgba(255,255,255,.43); line-height: 1.65; margin: 0;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}

/* ─── PLATEFORMES ─── */
.gc-platforms { display:flex; gap:5px; flex-wrap:wrap; margin-top:2px; }
.gc-pf {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 5px 7px; border-radius: 6px;
    border: 1px solid transparent;
}
.gc-pf .pf-icon {
    width: 16px; height: 16px; font-size: 16px; line-height: 1; flex-shrink: 0;
    display: block; overflow: visible;
}
.gc-pf--pc                         { background:rgba(148,163,184,.10); color:#94a3b8; border-color:rgba(148,163,184,.22); }
.gc-pf--ps, .gc-pf--ps4, .gc-pf--ps5 { background:rgba(0,113,227,.10);   color:#60a5fa; border-color:rgba(0,113,227,.26);  }
.gc-pf--xbox                       { background:rgba(16,124,16,.12);    color:#4ade80; border-color:rgba(16,124,16,.30);   }
.gc-pf--switch                     { background:rgba(230,0,18,.10);     color:#f87171; border-color:rgba(230,0,18,.26);    }
.gc-pf--mobile                     { background:rgba(251,146,60,.10);   color:#fb923c; border-color:rgba(251,146,60,.26);  }

/* Category tags */
.gc-tags { display: flex; gap: 6px; flex-wrap: wrap; }
.gc-tag {
    background: rgba(34,197,94,.08);
    border: 1px solid rgba(34,197,94,.20);
    color: #4ade80;
    padding: 3px 10px; border-radius: var(--r-full);
    font-size: 10.5px; font-weight: 600;
}
.game-card.upcoming .gc-tag {
    background: rgba(59,130,246,.08);
    border-color: rgba(59,130,246,.22);
    color: var(--gp-orange-l);
}

/* ─── FOOTER ─────────────────────────────────── */
.gc-foot {
    display: flex; justify-content: space-between; align-items: center;
    padding: 14px 22px 16px; gap: 14px;
    border-top: 1px solid rgba(255,255,255,.05);
    background: rgba(0,0,0,.22);
    margin-top: auto;
}
.gc-price-block { display: flex; flex-direction: column; gap: 1px; }
.gc-from { font-size: 10px; color: rgba(255,255,255,.28); font-weight: 500; text-transform: uppercase; letter-spacing: .06em; }
.gc-price-row { display: flex; align-items: baseline; gap: 3px; }
.gc-price { font-size: 1.38rem; font-weight: 900; color: #4ade80; letter-spacing: -.035em; line-height: 1.1; }
.gc-mo    { font-size: .78rem; color: rgba(255,255,255,.35); font-weight: 500; }

.gc-order-btn {
    display: inline-flex; align-items: center; gap: 8px;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: #fff; padding: 10px 20px; border-radius: var(--r-full);
    font-size: 13px; font-weight: 700; text-decoration: none;
    box-shadow: 0 4px 18px rgba(34,197,94,.26);
    transition: all .22s; white-space: nowrap; flex-shrink: 0;
    border: none; cursor: pointer;
}
.gc-order-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(34,197,94,.44); color: #fff; text-decoration: none; }
.gc-order-btn--soon {
    background: rgba(255,255,255,.07); color: rgba(255,255,255,.32);
    box-shadow: none; cursor: not-allowed;
    border: 1px solid rgba(255,255,255,.10);
}
.gc-order-btn--soon:hover { transform: none; box-shadow: none; }
.gc-order-btn--orange { background: linear-gradient(135deg, var(--gp-orange-l), var(--gp-orange)); box-shadow: 0 4px 18px rgba(249,115,22,.24); }
.gc-order-btn--orange:hover { box-shadow: 0 8px 28px rgba(249,115,22,.42); }
.gc-order-btn--blue { background: linear-gradient(135deg, var(--gp-blue-l), var(--gp-blue)); box-shadow: 0 4px 18px rgba(59,130,246,.24); }
.gc-order-btn--blue:hover { box-shadow: 0 8px 28px rgba(59,130,246,.42); }
.gc-order-btn--ghost {
    background: transparent; border: 1.5px solid rgba(255,255,255,.18);
    color: rgba(255,255,255,.70); box-shadow: none;
}
.gc-order-btn--ghost:hover { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.32); color: #fff; box-shadow: none; }

/* ── Vue liste : éléments grille uniquement masqués ── */
.gc-list-meta { display: none; }

/* ================================================
   LIST VIEW
   ================================================ */
.games-grid.view-list { grid-template-columns: 1fr; gap: 10px; }
.games-grid.view-list .game-card { flex-direction: row; max-height: 140px; }
.games-grid.view-list .game-card:hover { transform: translateX(5px) translateY(-2px); }
.games-grid.view-list .gc-img { width: 155px; min-width: 155px; height: 100%; border-radius: 12px 0 0 12px; }

/* Masquer joueurs sur l'image en liste, garder seulement populaire */
.games-grid.view-list .gc-badge-players--grid { display: none; }

/* Body : colonne verticale, nom + desc à gauche, méta en bas */
.games-grid.view-list .gc-body {
    flex-direction: column; align-items: flex-start; justify-content: center;
    gap: 6px; padding: 14px 20px; flex: 1; min-width: 0;
}
.games-grid.view-list .gc-desc {
    -webkit-line-clamp: 2; margin: 0;
    color: rgba(255,255,255,.38); font-size: .82rem;
}

/* Masquer les éléments grille-only en liste */
.games-grid.view-list .gc-grid-only { display: none; }

/* Afficher la méta groupée */
.games-grid.view-list .gc-list-meta {
    display: flex; align-items: center; flex-wrap: wrap;
    gap: 8px; margin-top: 4px;
}
.gc-lm-group { display: flex; align-items: center; gap: 6px; }
.gc-lm-sep {
    width: 1px; height: 14px;
    background: rgba(255,255,255,.12); flex-shrink: 0;
}
.gc-lm-players {
    display: inline-flex; align-items: center; gap: 5px;
    font-size: 11.5px; font-weight: 600; color: rgba(255,255,255,.40);
}
.gc-lm-players i { font-size: 11px; color: #3b82f6; }

.games-grid.view-list .gc-pills { display: none; }
.games-grid.view-list .gc-foot {
    border: none; background: none;
    flex-direction: column; align-items: flex-end;
    gap: 8px; flex-shrink: 0; padding: 14px 18px;
}
.games-grid.view-list .gc-badge-hot { position: static; }

/* ================================================
   NO RESULTS / NO UPCOMING
   ================================================ */
.no-results { text-align: center; padding: 80px 20px; color: rgba(255,255,255,.36); }
.no-results i { font-size: 48px; margin-bottom: 18px; opacity: .25; display: block; }
.no-results h3 { color: #fff; font-size: 1.25rem; font-weight: 700; margin-bottom: 8px; }
.no-results p  { font-size: .9375rem; }

.gp-no-upcoming {
    background: rgba(59,130,246,.05); border: 1px solid rgba(59,130,246,.18);
    border-radius: var(--r-xl); padding: 40px;
    display: flex; align-items: center; gap: 28px; flex-wrap: wrap;
}
.gp-no-upcoming-icon { width:64px; height:64px; flex-shrink:0; background:linear-gradient(135deg, #1d4ed8, #3b82f6); border-radius:var(--r); display:flex; align-items:center; justify-content:center; color:#fff; font-size:26px; box-shadow: 0 0 20px rgba(59,130,246,.30); }
.gp-no-upcoming-body { flex:1; }
.gp-no-upcoming-body h3 { color:#fff; font-size:1.1rem; font-weight:700; margin:0 0 6px; }
.gp-no-upcoming-body p  { color:rgba(255,255,255,.40); font-size:.9rem; margin:0; }
.gp-no-upcoming-actions { display:flex; gap:10px; flex-wrap:wrap; }

/* ================================================
   COMMENT ÇA MARCHE
   ================================================ */
.gp-steps-section {
    background: transparent;
    border-top: 1px solid rgba(255,255,255,.06);
    border-bottom: 1px solid rgba(255,255,255,.06);
    padding: 100px 0;
}
.gp-steps-head { text-align:center; margin-bottom:60px; }
.gp-steps-head h2 { font-size:clamp(1.8rem,3vw,3rem); font-weight:900; color:#fff; line-height:1.1; letter-spacing:-.04em; margin:10px 0 0; }

.gp-steps-grid {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 18px; max-width: 960px; margin: 0 auto;
}
.gp-step {
    background: rgba(255,255,255,.025);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 20px; padding: 32px 24px 28px;
    text-align: center; position: relative;
    transition: all .35s cubic-bezier(.34,1.56,.64,1);
}
.gp-step:hover { transform: translateY(-10px); border-color: rgba(59,130,246,.30); box-shadow: 0 28px 60px rgba(59,130,246,.10); }
.gp-step-num {
    position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
    background: linear-gradient(135deg, var(--gp-blue), var(--gp-violet, #8b5cf6));
    color: #fff; font-size: .72rem; font-weight: 900; padding: 4px 14px;
    border-radius: var(--r-full); letter-spacing: .10em;
}
.gp-step-icon {
    font-size: 1.8rem; width: 68px; height: 68px; margin: 14px auto 18px;
    background: rgba(59,130,246,.08); border: 1px solid rgba(59,130,246,.18);
    border-radius: 18px; display: flex; align-items: center; justify-content: center;
    color: #60a5fa; transition: transform .3s, box-shadow .3s;
}
.gp-step:hover .gp-step-icon { transform: translateY(-5px) scale(1.08); box-shadow: 0 14px 32px rgba(59,130,246,.22); }
.gp-step h3 { font-size: 1rem; font-weight: 800; color: #f0f0f0; margin: 0 0 10px; letter-spacing: -.015em; }
.gp-step p  { font-size: .855rem; color: rgba(255,255,255,.40); line-height: 1.65; margin: 0; }

/* ================================================
   GARANTIES
   ================================================ */
.gp-guarantees-section { background: transparent; padding:72px 0; }
.gp-guarantees-grid {
    display:grid; grid-template-columns:repeat(4,1fr);
    border:1px solid rgba(255,255,255,.07); border-radius:16px; overflow:hidden;
}
.gp-guarantee {
    display:flex; align-items:flex-start; gap:18px;
    padding:38px 30px; border-right:1px solid rgba(255,255,255,.07);
    background:rgba(255,255,255,.015); transition:background .2s;
}
.gp-guarantee:hover { background:rgba(255,255,255,.035); }
.gp-guarantee:last-child { border-right:none; }
.gp-guarantee-ico { font-size:1.4rem; flex-shrink:0; margin-top:2px; }
.gp-guarantee-ico--blue {
    width: 46px; height: 46px; border-radius: 12px; flex-shrink: 0;
    background: rgba(59,130,246,.10); border: 1px solid rgba(59,130,246,.22);
    display: flex; align-items: center; justify-content: center;
    color: #3b82f6; font-size: 1.2rem; transition: background .2s, box-shadow .2s;
}
.gp-guarantee:hover .gp-guarantee-ico--blue {
    background: rgba(59,130,246,.18);
    box-shadow: 0 0 18px rgba(59,130,246,.22);
}
.gp-guarantee h4 { font-size:.9rem; font-weight:700; color:#e8e8e8; margin:0 0 6px; }
.gp-guarantee p  { font-size:.82rem; color:rgba(255,255,255,.35); line-height:1.65; margin:0; }

/* ================================================
   SUPPORT
   ================================================ */
.gp-support-section { background: transparent; padding:64px 0; }
.gp-support-card {
    background:rgba(255,255,255,.025); border:1px solid rgba(59,130,246,.18);
    border-radius:20px; padding:36px 40px;
    display:flex; align-items:center; justify-content:space-between;
    gap:32px; flex-wrap:wrap; box-shadow:0 8px 40px rgba(0,0,0,.25);
}
.gp-support-left { display:flex; align-items:center; gap:24px; flex:1; }
.gp-support-ico { width:62px; height:62px; background:linear-gradient(135deg, var(--gp-blue-l), var(--gp-blue)); border-radius:var(--r); display:flex; align-items:center; justify-content:center; color:#fff; font-size:26px; flex-shrink:0; }
.gp-support-left h3 { color:#fff; font-size:1.15rem; font-weight:700; margin:0 0 6px; }
.gp-support-left p  { color:rgba(255,255,255,.40); font-size:.9rem; margin:0; line-height:1.6; }
.gp-support-actions { display:flex; gap:12px; flex-wrap:wrap; }

/* ================================================
   FAQ
   ================================================ */
.gp-faq-section { background: transparent; padding: 90px 0; }

.gp-faq-head { text-align: center; margin-bottom: 56px; }
.gp-faq-head h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.8rem, 3vw, 3rem);
    font-weight: 900; color: #fff; line-height: 1.1;
    letter-spacing: -.04em; margin: 10px 0 14px;
}
.gp-faq-head p {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(.9rem, 1.2vw, 1.05rem);
    color: rgba(255,255,255,.40); max-width: 520px; margin: 0 auto; line-height: 1.7;
}

.gp-faq-grid {
    max-width: 780px; margin: 0 auto;
    display: flex; flex-direction: column; gap: 10px;
}

.gp-faq-item {
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.07);
    border-radius: var(--r-lg);
    overflow: hidden;
    transition: border-color .2s;
}
.gp-faq-item:hover { border-color: rgba(59,130,246,.22); }
.gp-faq-item.open  { border-color: rgba(59,130,246,.30); background: rgba(59,130,246,.04); }

.gp-faq-q {
    width: 100%; display: flex; align-items: center; justify-content: space-between;
    gap: 16px; padding: 20px 24px;
    background: transparent; border: none; cursor: pointer; text-align: left;
}
.gp-faq-q span {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(.9rem, 1.1vw, 1rem);
    font-weight: 700; color: #e8e8e8; line-height: 1.4;
}
.gp-faq-icon {
    font-size: 13px; color: #3b82f6; flex-shrink: 0;
    transition: transform .25s cubic-bezier(.34,1.56,.64,1);
}
.gp-faq-item.open .gp-faq-icon { transform: rotate(180deg); }

.gp-faq-a {
    max-height: 0; overflow: hidden;
    transition: max-height .35s ease, padding .25s ease;
    padding: 0 24px;
}
.gp-faq-item.open .gp-faq-a {
    max-height: 300px;
    padding: 0 24px 22px;
}
.gp-faq-a p {
    font-family: 'Montserrat', sans-serif;
    font-size: .88rem; color: rgba(255,255,255,.48);
    line-height: 1.75; margin: 0;
}
.gp-faq-a p strong { color: rgba(255,255,255,.75); font-weight: 600; }
.gp-faq-a p a { color: #60a5fa; text-decoration: none; }
.gp-faq-a p a:hover { text-decoration: underline; }

/* Items serveurs personnalisés — accent orange */
.gp-faq-item--custom { border-color: rgba(249,115,22,.12); }
.gp-faq-item--custom:hover { border-color: rgba(249,115,22,.28); }
.gp-faq-item--custom.open { border-color: rgba(249,115,22,.35); background: rgba(249,115,22,.04); }
.gp-faq-item--custom .gp-faq-icon { color: var(--gp-orange); }
.gp-faq-item--custom .gp-faq-q span { color: #fff; }

/* ================================================
   CTA FINAL
   ================================================ */
.gp-cta-section { background: transparent; padding:110px 0; position:relative; overflow:hidden; text-align:center; }
.gp-cta-orb { position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:700px; height:700px; border-radius:50%; background:radial-gradient(circle, rgba(59,130,246,.08) 0%, transparent 65%); pointer-events:none; }
.gp-cta-inner { position:relative; z-index:1; max-width:600px; margin:0 auto; }
.gp-cta-inner h2 { font-size:clamp(2rem,4vw,3.2rem); font-weight:900; color:#fff; line-height:1.1; letter-spacing:-.04em; margin:12px 0 16px; }
.gp-cta-inner p { color:rgba(255,255,255,.40); font-size:1rem; line-height:1.7; margin:0 0 36px; }
.gp-cta-btns { display:flex; gap:14px; justify-content:center; flex-wrap:wrap; margin-bottom:32px; }
.gp-cta-btn { display:inline-flex; align-items:center; gap:10px; background:linear-gradient(135deg, #1d4ed8, #3b82f6); color:#fff; padding:16px 36px; border-radius:var(--r-full); font-size:1rem; font-weight:700; text-decoration:none; box-shadow:0 8px 30px rgba(59,130,246,.30); transition:all .25s; }
.gp-cta-btn:hover { transform:translateY(-4px) scale(1.02); box-shadow:0 18px 44px rgba(59,130,246,.50); color:#fff; text-decoration:none; }
.gp-cta-btn-ghost { display:inline-flex; align-items:center; gap:8px; background:transparent; border:1.5px solid rgba(255,255,255,.20); color:rgba(255,255,255,.76); padding:15px 28px; border-radius:var(--r-full); font-size:1rem; font-weight:600; text-decoration:none; transition:all .2s; }
.gp-cta-btn-ghost:hover { background:rgba(255,255,255,.07); border-color:rgba(255,255,255,.34); color:#fff; transform:translateY(-2px); }
.gp-cta-badges { display:flex; justify-content:center; gap:28px; flex-wrap:wrap; }
.gp-cta-badges span { display:flex; align-items:center; gap:8px; color:rgba(255,255,255,.36); font-size:13.5px; font-weight:500; }
.gp-cta-badges span i { color:#3b82f6; font-size:12px; }

/* ================================================
   BACK TO TOP
   ================================================ */
.back-to-top { position:fixed; bottom:28px; right:28px; z-index:900; width:46px; height:46px; background:linear-gradient(135deg, var(--gp-green), #16a34a); color:#fff; border:none; border-radius:50%; cursor:pointer; display:flex; align-items:center; justify-content:center; font-size:16px; box-shadow:0 4px 18px rgba(34,197,94,.40); opacity:0; transform:translateY(16px) scale(.9); transition:opacity .3s, transform .3s, box-shadow .2s; pointer-events:none; }
.back-to-top.visible { opacity:1; transform:translateY(0) scale(1); pointer-events:all; }
.back-to-top:hover { box-shadow:0 6px 24px rgba(34,197,94,.58); transform:translateY(-3px) scale(1); }

/* ================================================
   ANIMATIONS
   ================================================ */
@keyframes pulse-dot { 0%,100%{opacity:1;transform:scale(1);} 50%{opacity:.6;transform:scale(1.15);} }
@keyframes fadeIn    { from{opacity:0;transform:translateY(10px);} to{opacity:1;transform:none;} }

/* ================================================
   RESPONSIVE 1200
   ================================================ */
@media (max-width:1200px) {
    .games-grid { grid-template-columns:repeat(2,1fr); }
    .gp-steps-grid { grid-template-columns:repeat(2,1fr); }
    .gp-guarantees-grid { grid-template-columns:repeat(2,1fr); }
    .gp-guarantee:nth-child(2) { border-right:none; }
    .gp-guarantee:nth-child(1),.gp-guarantee:nth-child(2) { border-bottom:1px solid rgba(255,255,255,.07); }
    .gp-guarantee:nth-child(3) { border-right:1px solid rgba(255,255,255,.07); }
}
/* ================================================
   RESPONSIVE 992
   ================================================ */
@media (max-width:992px) {
    .gp-steps-grid { grid-template-columns:repeat(2,1fr); }
    .gp-support-card { flex-direction:column; text-align:center; }
    .gp-support-left { flex-direction:column; text-align:center; }
    .gp-support-actions { justify-content:center; }
    .games-grid.view-list .gc-img { width:130px; min-width:130px; }
}
/* ================================================
   RESPONSIVE 768
   ================================================ */
@media (max-width:768px) {
    .ph-top { flex-direction:column; align-items:stretch; gap:14px; }
    .ph-filter-label { display:none; }
    .gp-hero-stats { padding:8px 14px; }
    .gp-stat { padding:0 12px; }
    .gp-stat strong { font-size:.95rem; }
    .games-grid { grid-template-columns:1fr; }
    .gp-steps-grid { grid-template-columns:1fr 1fr; gap:14px; }
    .gp-guarantees-grid { grid-template-columns:1fr 1fr; }
    .gp-guarantee { padding:26px 22px; }
    .gp-no-upcoming { flex-direction:column; text-align:center; }
    .games-grid.view-list .game-card { flex-direction:column; max-height:none; }
    .games-grid.view-list .gc-img { width:100%; min-width:auto; height:160px; border-radius:12px 12px 0 0; }
    .games-grid.view-list .gc-badge-players--grid { display: flex; }
    .games-grid.view-list .gc-body { flex-direction:column; }
    .games-grid.view-list .gc-grid-only { display: flex; }
    .games-grid.view-list .gc-list-meta { display: none; }
    .games-grid.view-list .gc-foot { flex-direction:row; justify-content:space-between; }
}
/* ================================================
   RESPONSIVE 480
   ================================================ */
@media (max-width:480px) {
    .gp-stat-sep { display:none; }
    .gp-hero-stats { border-radius:16px; padding:10px 8px; }
    .gp-stat { padding:0 10px; }
    .sticky-search-box { width:140px; }
    .gp-steps-grid { grid-template-columns:1fr; }
    .gp-guarantees-grid { grid-template-columns:1fr; }
    .gp-guarantee { border-right:none; border-bottom:1px solid rgba(255,255,255,.07); }
    .gp-guarantee:last-child { border-bottom:none; }
    .gp-cta-btn,.gp-cta-btn-ghost { width:100%; justify-content:center; }
    .gp-cta-btns { flex-direction:column; }
}
