/* ============================================================
   HOMEPAGE — Design System 3.0
   Xaxino Casino Platform
   Prefixo: hp-
   Inspiração: Stake, Linear, Stripe, Revolut, DraftKings
============================================================ */

/* ── 1. Variáveis ── */
:root {
    --hp-bg:          #050b1a;
    --hp-bg-alt:      #070f22;
    --hp-card:        #0d1b35;
    --hp-card-hover:  #0f2040;
    --hp-accent:      #e91e8c;
    --hp-accent-dim:  rgba(233,30,140,0.10);
    --hp-purple:      #7c3aed;
    --hp-purple-dim:  rgba(124,58,237,0.10);
    --hp-gold:        #f0b429;
    --hp-gold-dim:    rgba(240,180,41,0.10);
    --hp-success:     #10b981;
    --hp-success-dim: rgba(16,185,129,0.10);
    --hp-info:        #06b6d4;
    --hp-border:      rgba(255,255,255,0.07);
    --hp-border-hi:   rgba(255,255,255,0.14);
    --hp-text:        rgba(255,255,255,0.92);
    --hp-text-sub:    rgba(255,255,255,0.58);
    --hp-text-muted:  rgba(255,255,255,0.38);
    --hp-font:        'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    --hp-pad:         96px 0;
}

/* ── 2. Base de Seção ── */
.hp-section {
    padding: var(--hp-pad);
    background: var(--hp-bg);
    font-family: var(--hp-font);
}
.hp-section--alt {
    padding: var(--hp-pad);
    background: var(--hp-bg-alt);
    font-family: var(--hp-font);
}

.hp-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--hp-accent);
    margin-bottom: 18px;
    font-family: var(--hp-font);
}
.hp-label::before {
    content: '';
    width: 20px;
    height: 2px;
    background: var(--hp-accent);
    border-radius: 2px;
    display: inline-block;
    flex-shrink: 0;
}

.hp-heading {
    font-family: var(--hp-font);
    font-size: clamp(28px, 3.5vw, 44px);
    font-weight: 800;
    letter-spacing: -0.032em;
    line-height: 1.1;
    color: var(--hp-text);
    margin: 0 0 18px;
}
.hp-heading .accent {
    background: linear-gradient(135deg, var(--hp-accent) 0%, var(--hp-purple) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hp-sub {
    font-family: var(--hp-font);
    font-size: 17px;
    line-height: 1.7;
    color: var(--hp-text-sub);
    font-weight: 400;
    margin: 0;
}

/* ── 3. Botões ── */
.hp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-family: var(--hp-font);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.01em;
    padding: 14px 28px;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    line-height: 1;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
    -webkit-user-select: none;
    user-select: none;
}
.hp-btn:active { transform: translateY(0) !important; }

.hp-btn-primary {
    background: var(--hp-accent);
    color: #fff !important;
    box-shadow: 0 4px 20px rgba(233,30,140,.22);
}
.hp-btn-primary:hover,
.hp-btn-primary:focus {
    background: #c4166f;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(233,30,140,.35);
    text-decoration: none;
}

.hp-btn-outline {
    background: transparent;
    color: rgba(255,255,255,.78) !important;
    border: 1.5px solid rgba(255,255,255,.16);
}
.hp-btn-outline:hover,
.hp-btn-outline:focus {
    background: rgba(255,255,255,.06);
    border-color: rgba(255,255,255,.32);
    color: #fff !important;
    transform: translateY(-2px);
    text-decoration: none;
}

.hp-btn-success {
    background: var(--hp-success);
    color: #fff !important;
    box-shadow: 0 4px 20px rgba(16,185,129,.22);
}
.hp-btn-success:hover {
    background: #0d9e70;
    color: #fff !important;
    transform: translateY(-2px);
}

.hp-btn-gold {
    background: var(--hp-gold);
    color: #050b1a !important;
    box-shadow: 0 4px 20px rgba(240,180,41,.22);
}
.hp-btn-gold:hover {
    background: #d9a01a;
    color: #050b1a !important;
    transform: translateY(-2px);
}

.hp-btn-lg {
    font-size: 17px;
    padding: 16px 36px;
    border-radius: 14px;
    gap: 11px;
}
.hp-btn-sm {
    font-size: 13px;
    padding: 9px 18px;
    border-radius: 9px;
    gap: 7px;
}

/* ── 4. HERO ── */
.hp-hero {
    background: var(--hp-bg);
    padding: 100px 0 80px;
    position: relative;
    overflow: hidden;
    min-height: 88vh;
    display: flex;
    align-items: center;
    font-family: var(--hp-font);
}

/* Grade de fundo */
.hp-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px);
    background-size: 64px 64px;
    pointer-events: none;
    z-index: 0;
}

/* Brilho rosa */
.hp-hero::after {
    content: '';
    position: absolute;
    top: -180px;
    left: -140px;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(233,30,140,.07) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.hp-hero-inner {
    position: relative;
    z-index: 2;
    width: 100%;
}

/* Badge do eyebrow */
.hp-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px 6px 8px;
    background: rgba(233,30,140,.09);
    border: 1px solid rgba(233,30,140,.24);
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    color: var(--hp-accent);
    letter-spacing: .05em;
    text-transform: uppercase;
    margin-bottom: 28px;
}
.hp-hero-badge-dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: var(--hp-accent);
    animation: hpPulse 2s ease infinite;
}
@keyframes hpPulse {
    0%,100% { opacity:1; transform:scale(1); }
    50%      { opacity:.5; transform:scale(.75); }
}

/* Headline */
.hp-hero-h1 {
    font-family: var(--hp-font);
    font-size: clamp(42px, 5.5vw, 74px);
    font-weight: 900;
    letter-spacing: -.04em;
    line-height: 1.0;
    color: var(--hp-text);
    margin: 0 0 20px;
}
.hp-hero-h1 .hp-grd {
    background: linear-gradient(135deg, var(--hp-accent) 0%, #ff72cc 45%, var(--hp-purple) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Subheadline */
.hp-hero-p {
    font-family: var(--hp-font);
    font-size: clamp(16px, 1.8vw, 19px);
    font-weight: 400;
    line-height: 1.65;
    color: var(--hp-text-sub);
    margin: 0 0 36px;
    max-width: 500px;
}

/* CTAs */
.hp-hero-cta {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 48px;
}

/* Barra de stats */
.hp-hero-stats {
    display: flex;
    gap: 0;
    border: 1px solid var(--hp-border);
    border-radius: 14px;
    background: rgba(255,255,255,.02);
    overflow: hidden;
    max-width: 500px;
}
.hp-hero-stat {
    flex: 1;
    padding: 15px 10px;
    text-align: center;
    border-right: 1px solid var(--hp-border);
}
.hp-hero-stat:last-child { border-right: none; }
.hp-hero-stat-val {
    font-family: var(--hp-font);
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -.03em;
    color: var(--hp-text);
    line-height: 1.15;
}
.hp-hero-stat-lbl {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .04em;
    color: var(--hp-text-muted);
    text-transform: uppercase;
    margin-top: 3px;
    font-family: var(--hp-font);
}

/* Visual lado direito */
.hp-hero-visual {
    padding: 10px 0 10px 20px;
}

.hp-showcase {
    background: rgba(10,22,40,.85);
    border: 1px solid var(--hp-border);
    border-radius: 22px;
    padding: 22px;
    backdrop-filter: blur(24px);
    position: relative;
    max-width: 460px;
    margin-left: auto;
}

.hp-showcase-hdr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.hp-showcase-ttl {
    font-size: 13px;
    font-weight: 700;
    color: var(--hp-text);
    font-family: var(--hp-font);
}

.hp-live-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    background: rgba(16,185,129,.1);
    border: 1px solid rgba(16,185,129,.25);
    border-radius: 50px;
    font-size: 10px;
    font-weight: 700;
    color: var(--hp-success);
    letter-spacing: .06em;
    text-transform: uppercase;
    font-family: var(--hp-font);
}
.hp-live-dot {
    width: 6px; height: 6px;
    border-radius: 50%;
    background: var(--hp-success);
    animation: hpPulse 1.5s ease infinite;
}

.hp-game-grid-2x2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 14px;
}

.hp-game-tile {
    aspect-ratio: 4/3;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    background: var(--hp-card);
    border: 1px solid var(--hp-border);
    cursor: pointer;
    transition: transform .2s ease;
}
.hp-game-tile:hover { transform: scale(1.03); }
.hp-game-tile img {
    width: 100%; height: 100%;
    object-fit: cover; display: block;
}
.hp-game-tile-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(5,11,26,.75) 0%, transparent 55%);
    display: flex;
    align-items: flex-end;
    padding: 8px 10px;
}
.hp-game-tile-name {
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    font-family: var(--hp-font);
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

/* Toast de vencedor */
.hp-winner-toast {
    background: rgba(10,22,40,.95);
    border: 1px solid rgba(16,185,129,.2);
    border-radius: 12px;
    padding: 13px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.hp-winner-toast-ico {
    width: 38px; height: 38px;
    border-radius: 50%;
    background: rgba(16,185,129,.12);
    border: 1px solid rgba(16,185,129,.25);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 17px;
    color: var(--hp-success);
}
.hp-winner-toast-body { flex: 1; min-width: 0; }
.hp-winner-toast-name {
    font-size: 13px; font-weight: 700;
    color: var(--hp-text); font-family: var(--hp-font);
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.hp-winner-toast-info {
    font-size: 11px; color: var(--hp-text-muted);
    margin-top: 2px; font-family: var(--hp-font);
}
.hp-winner-toast-val {
    font-size: 16px; font-weight: 800;
    color: var(--hp-success); letter-spacing: -.02em;
    font-family: var(--hp-font); white-space: nowrap;
}

/* Brilhos decorativos */
.hp-hero-glow-r {
    position: absolute;
    top: -100px; right: -80px;
    width: 450px; height: 450px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(124,58,237,.07) 0%, transparent 70%);
    pointer-events: none; z-index: 0;
}

/* ── 5. Prova Social ── */
.hp-proof {
    background: rgba(10,18,36,.7);
    border-top: 1px solid var(--hp-border);
    border-bottom: 1px solid var(--hp-border);
    padding: 0;
    font-family: var(--hp-font);
}
.hp-proof-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.hp-proof-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px 28px;
    border-right: 1px solid var(--hp-border);
    transition: background .2s;
}
.hp-proof-item:last-child { border-right: none; }
.hp-proof-item:hover { background: rgba(255,255,255,.02); }
.hp-proof-icon {
    width: 46px; height: 46px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}
.hp-proof-val {
    font-size: 22px; font-weight: 800;
    letter-spacing: -.03em;
    color: var(--hp-text); line-height: 1;
    font-family: var(--hp-font);
}
.hp-proof-lbl {
    font-size: 12px; font-weight: 500;
    color: var(--hp-text-muted);
    margin-top: 3px; font-family: var(--hp-font);
}

/* ── 6. Features (Por que escolher) ── */
.hp-feat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.hp-feat-card {
    background: var(--hp-card);
    border: 1px solid var(--hp-border);
    border-radius: 16px;
    padding: 28px;
    font-family: var(--hp-font);
    transition: border-color .2s, transform .2s;
}
.hp-feat-card:hover {
    border-color: var(--hp-border-hi);
    transform: translateY(-4px);
}
.hp-feat-icon {
    width: 52px; height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 20px;
}
.hp-feat-name {
    font-size: 17px; font-weight: 700;
    color: var(--hp-text); letter-spacing: -.01em;
    margin-bottom: 10px; line-height: 1.3;
    font-family: var(--hp-font);
}
.hp-feat-desc {
    font-size: 14px; line-height: 1.65;
    color: var(--hp-text-sub);
    font-family: var(--hp-font); margin: 0;
}

/* ── 7. Jogos ── */
.hp-games-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
}
.hp-game-card {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    background: var(--hp-card);
    border: 1px solid var(--hp-border);
    aspect-ratio: 3/4;
    cursor: pointer;
    transition: transform .22s ease, box-shadow .22s ease;
}
.hp-game-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0,0,0,.45);
}
.hp-game-card img {
    width: 100%; height: 100%;
    object-fit: cover; display: block;
    transition: transform .4s ease;
}
.hp-game-card:hover img { transform: scale(1.06); }
.hp-game-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(5,11,26,.92) 0%, rgba(5,11,26,.3) 55%, transparent 100%);
    display: flex; flex-direction: column;
    justify-content: flex-end;
    padding: 12px;
    opacity: 0;
    transition: opacity .22s ease;
    z-index: 2;
}
.hp-game-card:hover .hp-game-overlay { opacity: 1; }
.hp-game-play-btn {
    display: flex; align-items: center; justify-content: center; gap: 6px;
    background: var(--hp-accent);
    color: #fff; border: none; border-radius: 9px;
    padding: 10px 12px;
    font-size: 13px; font-weight: 700;
    font-family: var(--hp-font);
    text-decoration: none;
    cursor: pointer; width: 100%;
    transition: background .15s;
    margin-bottom: 6px;
}
.hp-game-play-btn:hover { background: #c4166f; color: #fff; text-decoration: none; }
.hp-game-demo-btn {
    display: flex; align-items: center; justify-content: center; gap: 6px;
    background: rgba(255,255,255,.08);
    color: rgba(255,255,255,.7); border: none; border-radius: 9px;
    padding: 8px 12px; font-size: 12px; font-weight: 600;
    font-family: var(--hp-font); text-decoration: none;
    cursor: pointer; width: 100%; transition: background .15s;
}
.hp-game-demo-btn:hover { background: rgba(255,255,255,.14); color: #fff; text-decoration: none; }
.hp-game-badge-tag {
    position: absolute; top: 10px; left: 10px;
    padding: 3px 8px; border-radius: 6px;
    font-size: 9px; font-weight: 800;
    letter-spacing: .07em; text-transform: uppercase;
    font-family: var(--hp-font);
    z-index: 3;
}
.hp-badge-hot { background: var(--hp-accent); color: #fff; }
.hp-badge-new { background: var(--hp-success); color: #fff; }
.hp-badge-vip { background: var(--hp-gold); color: #050b1a; }

.hp-game-name-bar {
    font-size: 11px; font-weight: 700; color: var(--hp-text);
    font-family: var(--hp-font); text-align: center;
    padding: 20px 8px 8px;
    position: absolute; bottom: 0; left: 0; right: 0;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
    background: linear-gradient(to top, rgba(5,11,26,.85) 0%, transparent 100%);
    z-index: 1;
}

.hp-games-footer { text-align: center; margin-top: 40px; }

/* ── 8. Como Funciona (Steps) ── */
.hp-steps-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    position: relative;
}
.hp-steps-connector {
    position: absolute;
    top: 40px;
    left: calc(12.5% + 40px);
    right: calc(12.5% + 40px);
    height: 1px;
    background: linear-gradient(90deg,
        rgba(233,30,140,.35) 0%,
        rgba(124,58,237,.35) 33%,
        rgba(16,185,129,.35) 66%,
        rgba(240,180,41,.35) 100%
    );
    pointer-events: none;
}
.hp-step {
    padding: 0 24px;
    text-align: center;
    font-family: var(--hp-font);
}
.hp-step-num-wrap {
    position: relative;
    width: 80px; height: 80px;
    margin: 0 auto 24px;
}
.hp-step-circle {
    width: 80px; height: 80px;
    border-radius: 50%;
    background: var(--hp-card);
    border: 1.5px solid var(--hp-border);
    display: flex; align-items: center; justify-content: center;
    font-size: 26px;
    position: relative; z-index: 1;
}
.hp-step-badge {
    position: absolute;
    top: -4px; right: -4px;
    width: 24px; height: 24px;
    border-radius: 50%;
    background: var(--hp-accent);
    color: #fff;
    font-size: 10px; font-weight: 800;
    display: flex; align-items: center; justify-content: center;
    border: 2px solid var(--hp-bg);
    font-family: var(--hp-font);
    z-index: 2;
}
.hp-step-title {
    font-size: 16px; font-weight: 700;
    color: var(--hp-text); margin-bottom: 10px;
    letter-spacing: -.01em; font-family: var(--hp-font);
}
.hp-step-desc {
    font-size: 13px; line-height: 1.65;
    color: var(--hp-text-sub); margin: 0; font-family: var(--hp-font);
}

/* ── 9. Vencedores ao Vivo ── */
.hp-live-grid {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 20px;
}
.hp-live-card {
    background: var(--hp-card);
    border: 1px solid var(--hp-border);
    border-radius: 16px;
    overflow: hidden;
    font-family: var(--hp-font);
}
.hp-live-card-hdr {
    display: flex; align-items: center; gap: 10px;
    padding: 16px 20px;
    border-bottom: 1px solid var(--hp-border);
    font-size: 13px; font-weight: 700; color: var(--hp-text);
    font-family: var(--hp-font);
}
.hp-live-card-hdr .ms-auto { margin-left: auto; }
.hp-win-item {
    display: flex; align-items: center; gap: 12px;
    padding: 12px 20px;
    border-bottom: 1px solid rgba(255,255,255,.04);
    transition: background .15s;
}
.hp-win-item:last-child { border-bottom: none; }
.hp-win-item:hover { background: rgba(255,255,255,.02); }
.hp-win-av {
    width: 38px; height: 38px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 13px; font-weight: 800; color: #fff;
    flex-shrink: 0; font-family: var(--hp-font);
}
.hp-win-info { flex: 1; min-width: 0; }
.hp-win-name {
    font-size: 13px; font-weight: 700; color: var(--hp-text);
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
    font-family: var(--hp-font);
}
.hp-win-game {
    font-size: 11px; color: var(--hp-text-muted);
    margin-top: 2px; font-family: var(--hp-font);
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.hp-win-val {
    font-size: 14px; font-weight: 800;
    color: var(--hp-success);
    letter-spacing: -.02em;
    font-family: var(--hp-font); white-space: nowrap;
}

/* Tabela de transações */
.hp-trx-wrap { overflow-x: auto; }
.hp-trx-table {
    width: 100%; border-collapse: collapse;
    font-family: var(--hp-font); font-size: 13px;
}
.hp-trx-table th {
    padding: 10px 18px;
    font-size: 10px; font-weight: 700;
    letter-spacing: .08em; text-transform: uppercase;
    color: var(--hp-text-muted);
    border-bottom: 1px solid var(--hp-border);
    text-align: left; white-space: nowrap;
}
.hp-trx-table td {
    padding: 11px 18px;
    border-bottom: 1px solid rgba(255,255,255,.04);
    color: var(--hp-text-sub);
    vertical-align: middle;
}
.hp-trx-table tbody tr:hover td { background: rgba(255,255,255,.02); }
.hp-trx-table tbody tr:last-child td { border-bottom: none; }
.hp-trx-id {
    font-size: 11px; font-weight: 600;
    color: var(--hp-text-muted); font-family: 'Courier New', monospace;
}
.hp-trx-in  { color: var(--hp-success); font-weight: 700; }
.hp-trx-out { color: #f87171; font-weight: 700; }
.hp-trx-date {
    font-size: 12px; font-weight: 600; color: var(--hp-text-sub);
}
.hp-trx-time { font-size: 10px; color: var(--hp-text-muted); margin-top: 2px; }

/* ── 10. Referral ── */
.hp-referral-box {
    background: linear-gradient(135deg, rgba(233,30,140,.07) 0%, rgba(124,58,237,.07) 100%);
    border: 1px solid rgba(233,30,140,.14);
    border-radius: 24px;
    padding: 60px 56px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    font-family: var(--hp-font);
}
.hp-ref-steps { display: flex; flex-direction: column; gap: 18px; margin-top: 30px; }
.hp-ref-step  { display: flex; align-items: flex-start; gap: 16px; }
.hp-ref-num {
    width: 36px; height: 36px; border-radius: 50%;
    background: var(--hp-accent-dim);
    border: 1.5px solid rgba(233,30,140,.28);
    color: var(--hp-accent); font-size: 13px; font-weight: 800;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; font-family: var(--hp-font);
}
.hp-ref-text {
    padding-top: 6px;
    font-size: 14px; line-height: 1.55;
    color: var(--hp-text-sub); font-family: var(--hp-font);
}
.hp-ref-text strong { color: var(--hp-text); font-weight: 700; }
.hp-ref-card {
    background: var(--hp-card);
    border: 1px solid var(--hp-border);
    border-radius: 18px;
    padding: 36px 28px;
    text-align: center;
}
.hp-ref-reward-val {
    font-size: 56px; font-weight: 900;
    color: var(--hp-gold); letter-spacing: -.04em;
    line-height: 1; margin-bottom: 8px;
    font-family: var(--hp-font);
}
.hp-ref-reward-lbl {
    font-size: 14px; color: var(--hp-text-sub); margin-bottom: 28px;
    font-family: var(--hp-font);
}

/* ── 11. FAQ ── */
.hp-faq-list { max-width: 760px; margin: 0 auto; }
.hp-faq-item {
    border: 1px solid var(--hp-border);
    border-radius: 12px;
    margin-bottom: 10px;
    overflow: hidden;
    font-family: var(--hp-font);
    transition: border-color .2s;
}
.hp-faq-item.open { border-color: rgba(233,30,140,.28); }
.hp-faq-btn {
    width: 100%; display: flex; align-items: center;
    justify-content: space-between; gap: 16px;
    padding: 18px 22px;
    background: transparent; border: none; cursor: pointer;
    text-align: left; font-family: var(--hp-font);
    font-size: 15px; font-weight: 600; color: var(--hp-text);
    transition: background .15s, color .15s;
}
.hp-faq-btn:hover { background: rgba(255,255,255,.02); }
.hp-faq-item.open .hp-faq-btn { color: var(--hp-accent); }
.hp-faq-ico {
    width: 28px; height: 28px; border-radius: 8px;
    background: rgba(255,255,255,.06);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    transition: background .2s, transform .2s;
}
.hp-faq-ico svg { width: 14px; height: 14px; stroke: var(--hp-text-muted); transition: stroke .2s; }
.hp-faq-item.open .hp-faq-ico { background: var(--hp-accent-dim); transform: rotate(45deg); }
.hp-faq-item.open .hp-faq-ico svg { stroke: var(--hp-accent); }
.hp-faq-body {
    max-height: 0; overflow: hidden;
    transition: max-height .35s ease, padding .2s ease;
    padding: 0 22px;
}
.hp-faq-item.open .hp-faq-body { max-height: 400px; padding-bottom: 20px; }
.hp-faq-body p {
    font-size: 14px; line-height: 1.72; color: var(--hp-text-sub);
    margin: 0; border-top: 1px solid var(--hp-border); padding-top: 16px;
    font-family: var(--hp-font);
}

/* ── 12. CTA Final ── */
.hp-cta-section { padding: var(--hp-pad); font-family: var(--hp-font); }
.hp-cta-box {
    background: linear-gradient(135deg, #0d1530 0%, #150e36 100%);
    border-radius: 24px; padding: 80px 60px;
    text-align: center; position: relative; overflow: hidden;
}
.hp-cta-box::before {
    content: '';
    position: absolute; inset: 0;
    background:
        radial-gradient(circle at 15% 50%, rgba(233,30,140,.09) 0%, transparent 50%),
        radial-gradient(circle at 85% 50%, rgba(124,58,237,.09) 0%, transparent 50%);
    pointer-events: none;
}
.hp-cta-inner { position: relative; z-index: 1; }
.hp-cta-eyebrow {
    display: inline-block; margin-bottom: 24px;
    padding: 5px 14px;
    background: rgba(233,30,140,.1); border: 1px solid rgba(233,30,140,.2);
    border-radius: 50px; font-size: 11px; font-weight: 700;
    letter-spacing: .1em; text-transform: uppercase;
    color: var(--hp-accent); font-family: var(--hp-font);
}
.hp-cta-h2 {
    font-size: clamp(32px, 4.5vw, 58px); font-weight: 900;
    letter-spacing: -.04em; color: var(--hp-text);
    margin-bottom: 16px; line-height: 1.05;
    font-family: var(--hp-font);
}
.hp-cta-p {
    font-size: 17px; color: var(--hp-text-sub);
    max-width: 480px; margin: 0 auto 36px;
    line-height: 1.6; font-family: var(--hp-font);
}
.hp-cta-btns {
    display: flex; justify-content: center; gap: 14px;
    flex-wrap: wrap; margin-bottom: 36px;
}
.hp-cta-trust {
    display: flex; align-items: center; justify-content: center;
    gap: 28px; flex-wrap: wrap;
}
.hp-cta-trust-item {
    display: flex; align-items: center; gap: 7px;
    font-size: 12px; font-weight: 600; color: var(--hp-text-muted);
    font-family: var(--hp-font);
}
.hp-cta-trust-item svg {
    width: 15px; height: 15px; opacity: .6;
}

/* ── 13. Depoimentos ── */
.hp-testim-card {
    background: var(--hp-card);
    border: 1px solid var(--hp-border);
    border-radius: 16px; padding: 28px;
    font-family: var(--hp-font); height: 100%;
}
.hp-testim-stars {
    display: flex; gap: 3px; margin-bottom: 16px;
    color: var(--hp-gold); font-size: 14px;
}
.hp-testim-text {
    font-size: 14px; line-height: 1.75;
    color: var(--hp-text-sub); font-style: italic;
    margin-bottom: 20px;
}
.hp-testim-author {
    display: flex; align-items: center; gap: 12px;
    border-top: 1px solid var(--hp-border); padding-top: 16px;
}
.hp-testim-av {
    width: 42px; height: 42px; border-radius: 50%;
    overflow: hidden; flex-shrink: 0;
    border: 2px solid var(--hp-accent-dim);
    background: var(--hp-card);
}
.hp-testim-av img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hp-testim-name { font-size: 13px; font-weight: 700; color: var(--hp-text); }
.hp-testim-role { font-size: 11px; color: var(--hp-text-muted); margin-top: 2px; }

/* ── 14. Blog ── */
.hp-blog-card {
    background: var(--hp-card);
    border: 1px solid var(--hp-border);
    border-radius: 16px; overflow: hidden;
    font-family: var(--hp-font);
    transition: transform .2s, border-color .2s;
    height: 100%;
}
.hp-blog-card:hover { transform: translateY(-4px); border-color: var(--hp-border-hi); }
.hp-blog-thumb { aspect-ratio: 16/9; overflow: hidden; }
.hp-blog-thumb img {
    width: 100%; height: 100%;
    object-fit: cover; display: block;
    transition: transform .4s ease;
}
.hp-blog-card:hover .hp-blog-thumb img { transform: scale(1.04); }
.hp-blog-body { padding: 22px; }
.hp-blog-date {
    font-size: 11px; font-weight: 600;
    color: var(--hp-text-muted); text-transform: uppercase;
    letter-spacing: .06em; margin-bottom: 10px;
    font-family: var(--hp-font);
}
.hp-blog-title {
    font-size: 16px; font-weight: 700;
    color: var(--hp-text); letter-spacing: -.01em;
    line-height: 1.4; margin-bottom: 14px;
    display: block; text-decoration: none;
    font-family: var(--hp-font);
}
.hp-blog-title:hover { color: var(--hp-accent); text-decoration: none; }
.hp-blog-link {
    font-size: 13px; font-weight: 700;
    color: var(--hp-accent); text-decoration: none;
    display: inline-flex; align-items: center; gap: 5px;
    font-family: var(--hp-font);
    transition: gap .18s;
}
.hp-blog-link:hover { gap: 9px; color: var(--hp-accent); text-decoration: none; }

/* ── 15. Responsividade ── */
@media (max-width: 1400px) {
    .hp-games-grid { grid-template-columns: repeat(5, 1fr); }
}
@media (max-width: 1200px) {
    .hp-games-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 992px) {
    :root { --hp-pad: 68px 0; }
    .hp-hero { min-height: auto; padding: 72px 0 56px; }
    .hp-hero-visual { display: none !important; }
    .hp-hero-h1 { font-size: clamp(38px, 8vw, 56px); }
    .hp-hero-p { max-width: 100%; }
    .hp-hero-stats { max-width: 100%; }
    .hp-proof-inner { grid-template-columns: repeat(2, 1fr); }
    .hp-proof-item:nth-child(2) { border-right: none; }
    .hp-proof-item:nth-child(3) { border-top: 1px solid var(--hp-border); border-right: 1px solid var(--hp-border); }
    .hp-proof-item:nth-child(4) { border-top: 1px solid var(--hp-border); }
    .hp-feat-grid { grid-template-columns: repeat(2, 1fr); }
    .hp-games-grid { grid-template-columns: repeat(3, 1fr); }
    .hp-steps-wrap { grid-template-columns: repeat(2, 1fr); gap: 24px; }
    .hp-steps-connector { display: none; }
    .hp-live-grid { grid-template-columns: 1fr; }
    .hp-referral-box { grid-template-columns: 1fr; gap: 36px; padding: 40px 32px; }
    .hp-cta-box { padding: 52px 32px; }
}
@media (max-width: 768px) {
    :root { --hp-pad: 56px 0; }
    .hp-hero { padding: 60px 0 48px; }
    .hp-hero-cta { flex-direction: column; align-items: stretch; }
    .hp-hero-cta .hp-btn { width: 100%; max-width: 360px; }
    .hp-hero-stats { flex-wrap: wrap; border: none; background: none; }
    .hp-hero-stat { flex: none; width: calc(50% - 4px); border: 1px solid var(--hp-border); border-radius: 10px; }
    .hp-proof-inner { grid-template-columns: 1fr 1fr; }
    .hp-feat-grid { grid-template-columns: 1fr; }
    .hp-games-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .hp-steps-wrap { grid-template-columns: 1fr 1fr; }
    .hp-referral-box { padding: 32px 20px; }
    .hp-cta-box { padding: 40px 20px; border-radius: 16px; }
    .hp-cta-btns { flex-direction: column; align-items: center; }
    .hp-cta-btns .hp-btn { width: 100%; max-width: 320px; }
    .hp-cta-trust { gap: 14px; }
}
@media (max-width: 576px) {
    .hp-hero-h1 { font-size: clamp(32px, 9vw, 46px); }
    .hp-games-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
    .hp-steps-wrap { grid-template-columns: 1fr; }
    .hp-hero-stat { width: calc(50% - 4px); }
    .hp-feat-grid { grid-template-columns: 1fr; }
    .hp-referral-box { padding: 24px 16px; }
    .hp-ref-reward-val { font-size: 42px; }
    .hp-proof-inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 375px) {
    .hp-hero-h1 { font-size: 30px; }
    .hp-games-grid { grid-template-columns: repeat(2, 1fr); gap: 6px; }
}

/* ── Utilitários ── */
.hp-pulse-dot {
    display: inline-block;
    width: 7px; height: 7px;
    border-radius: 50%;
    background: var(--hp-success);
    animation: hpPulse 1.8s ease infinite;
}
.hp-empty {
    text-align: center; padding: 56px 20px;
    color: var(--hp-text-muted); font-family: var(--hp-font);
}
.hp-empty-icon { font-size: 40px; margin-bottom: 14px; opacity: .4; }
.hp-empty-title { font-size: 16px; font-weight: 700; color: var(--hp-text-sub); }
.hp-empty-sub { font-size: 13px; color: var(--hp-text-muted); margin-top: 6px; }
