/*
 * GAMEHOHO - visitor showcase blocks
 * Scoped visual proof/demo sections for public pages.
 */

.ghv-proof,
.ghv-strip {
    color: #eef4ff;
    letter-spacing: 0;
}

.ghv-proof {
    padding: 76px 20px;
    background:
        radial-gradient(circle at 20% 0%, rgba(0, 255, 136, 0.08), transparent 28%),
        linear-gradient(135deg, #0a0c0f 0%, #121824 52%, #0f3460 100%);
    border-top: 1px solid rgba(74, 158, 255, 0.18);
    border-bottom: 1px solid rgba(74, 158, 255, 0.18);
}

.ghv-proof-inner {
    width: min(1180px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
    gap: 34px;
    align-items: center;
}

.ghv-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 12px;
    border: 1px solid rgba(0, 255, 136, 0.35);
    border-radius: 999px;
    color: #00ff88;
    background: rgba(0, 255, 136, 0.08);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.ghv-proof-copy h2,
.ghv-strip h2 {
    margin: 18px 0 14px;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.08;
    color: #fff;
}

.ghv-proof-copy p,
.ghv-strip p {
    max-width: 620px;
    margin: 0;
    color: #b7c2d6;
    font-size: 17px;
    line-height: 1.65;
}

.ghv-proof-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 28px 0;
}

.ghv-proof-grid div,
.ghv-strip-stats div {
    min-height: 82px;
    padding: 16px;
    border: 1px solid rgba(74, 158, 255, 0.24);
    border-radius: 8px;
    background: rgba(22, 33, 62, 0.68);
}

.ghv-proof-grid strong,
.ghv-strip-stats strong {
    display: block;
    color: #00ff88;
    font-size: 26px;
    line-height: 1;
}

.ghv-proof-grid span,
.ghv-strip-stats span {
    display: block;
    margin-top: 8px;
    color: #9aa9c4;
    font-size: 13px;
}

.ghv-proof-actions,
.ghv-strip-actions,
.ghv-demo-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ghv-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 12px 18px;
    border: 1px solid rgba(74, 158, 255, 0.3);
    border-radius: 8px;
    background: rgba(15, 52, 96, 0.65);
    color: #eef4ff;
    text-decoration: none;
    font-weight: 800;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.ghv-btn:hover {
    transform: translateY(-2px);
    border-color: rgba(0, 255, 136, 0.65);
}

.ghv-btn-primary {
    background: #00ff88;
    border-color: #00ff88;
    color: #06130d;
}

.ghv-demo-board {
    position: relative;
    padding: 18px;
    border: 1px solid rgba(0, 255, 136, 0.28);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
        #101726;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
    overflow: hidden;
}

.ghv-demo-topbar {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 0 0 14px;
    border-bottom: 1px solid rgba(74, 158, 255, 0.18);
    color: #9aa9c4;
}

.ghv-demo-topbar strong {
    color: #fff;
}

.ghv-live-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #00ff88;
    box-shadow: 0 0 14px rgba(0, 255, 136, 0.95);
}

.ghv-demo-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.9fr 0.85fr;
    gap: 12px;
    margin-top: 14px;
}

.ghv-demo-panel {
    min-height: 218px;
    padding: 16px;
    border: 1px solid rgba(74, 158, 255, 0.22);
    border-radius: 8px;
    background: rgba(10, 12, 15, 0.56);
}

.ghv-panel-title {
    margin-bottom: 14px;
    color: #00ff88;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.ghv-match,
.ghv-schedule-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 10px 12px;
    margin-bottom: 8px;
    border-radius: 8px;
    background: rgba(22, 33, 62, 0.88);
    color: #dbe7f7;
}

.ghv-match strong,
.ghv-schedule-row strong {
    color: #fff;
}

.ghv-match-win {
    border-left: 3px solid #00ff88;
}

.ghv-match-final {
    margin-top: 18px;
    border: 1px solid rgba(255, 215, 0, 0.62);
}

.ghv-connector {
    width: 54%;
    height: 18px;
    margin-left: auto;
    border-right: 2px solid rgba(0, 255, 136, 0.45);
    border-bottom: 2px solid rgba(0, 255, 136, 0.45);
}

.ghv-schedule-row em {
    min-width: 48px;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(0, 255, 136, 0.12);
    color: #00ff88;
    text-align: center;
    font-style: normal;
    font-size: 12px;
    font-weight: 800;
}

.ghv-bars {
    height: 118px;
    display: flex;
    align-items: end;
    gap: 9px;
    padding: 14px;
    border-radius: 8px;
    background: rgba(15, 52, 96, 0.38);
}

.ghv-bars span {
    flex: 1;
    min-height: 16px;
    border-radius: 6px 6px 0 0;
    background: linear-gradient(180deg, #00ff88 0%, #4a9eff 100%);
}

.ghv-kpi-line {
    margin-top: 10px;
    color: #b7c2d6;
    font-size: 13px;
}

.ghv-kpi-line strong {
    color: #fff;
}

.ghv-demo-actions {
    margin-top: 14px;
}

.ghv-demo-actions a {
    flex: 1;
    min-width: 112px;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(74, 158, 255, 0.25);
    border-radius: 8px;
    color: #dbe7f7;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
    background: rgba(15, 52, 96, 0.55);
}

.ghv-strip {
    padding: 48px 20px;
    background: #101726;
    border-top: 1px solid rgba(74, 158, 255, 0.18);
}

.ghv-strip-inner {
    width: min(1180px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr) auto;
    gap: 22px;
    align-items: center;
}

.ghv-strip h2 {
    font-size: clamp(26px, 3vw, 36px);
}

.ghv-strip-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.ghv-strip-actions {
    justify-content: flex-end;
}

.ghv-image-feature {
    padding: 46px 20px;
    background:
        radial-gradient(circle at 18% 12%, rgba(0, 255, 136, 0.10), transparent 28%),
        linear-gradient(135deg, rgba(8, 13, 23, 0.98), rgba(12, 23, 42, 0.98));
}

.ghv-image-feature-inner {
    width: min(1180px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
    gap: 34px;
    align-items: center;
}

.ghv-image-feature.reverse .ghv-image-feature-inner {
    grid-template-columns: minmax(420px, 1.12fr) minmax(0, 0.88fr);
}

.ghv-image-feature.reverse .ghv-image-copy {
    order: 2;
}

.ghv-image-card {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid rgba(74, 158, 255, 0.24);
    background: #101726;
    box-shadow: 0 28px 75px rgba(0, 0, 0, 0.34);
}

.ghv-image-card img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.ghv-image-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.34));
    pointer-events: none;
}

.ghv-image-badge {
    position: absolute;
    left: 16px;
    bottom: 16px;
    z-index: 1;
    padding: 9px 12px;
    border-radius: 999px;
    border: 1px solid rgba(0, 255, 136, 0.32);
    background: rgba(6, 12, 20, 0.78);
    color: #00ff88;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.ghv-image-copy h2 {
    margin: 10px 0 12px;
    color: #fff;
    font-size: 34px;
    line-height: 1.12;
}

.ghv-image-copy p {
    margin: 0;
    color: #b8c6d8;
    font-size: 16px;
    line-height: 1.7;
}

.ghv-trust-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.ghv-trust-pills span {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    padding: 8px 11px;
    border-radius: 999px;
    border: 1px solid rgba(74, 158, 255, 0.22);
    background: rgba(15, 52, 96, 0.42);
    color: #dbe7f6;
    font-size: 13px;
    font-weight: 800;
}

/* Home hero V2.9c */
.home-hero {
    min-height: auto;
    padding: 10rem 0 6rem !important;
    display: block;
    background: #0a0c0f;
    overflow: hidden;
}

.home-hero .hero-bg-pattern {
    z-index: 0;
}

.home-hero > .container {
    display: grid !important;
    position: relative;
    z-index: 1;
}

.home-hero-original .home-hero-shell {
    display: none !important;
}

.home-hero-original .hero-title span {
    display: block;
    background: linear-gradient(135deg, #00ff88 0%, #00d4ff 50%, #4a9eff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.home-hero-original .hero-title {
    font-size: 4.25rem;
    line-height: 1.04;
}

.home-hero-original .hero-subtitle {
    max-width: 620px;
}

.home-hero-original .gh-legacy-hidden {
    display: none !important;
}

.home-hero-shell {
    position: relative;
    z-index: 1;
    width: min(1260px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
    gap: 58px;
    align-items: center;
}

.home-hero-copy {
    max-width: 700px;
}

.home-hero-eyebrow {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    padding: 6px 12px;
    border: 1px solid rgba(0, 255, 136, 0.35);
    border-radius: 999px;
    color: #00ff88;
    background: rgba(0, 255, 136, 0.08);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.home-hero-shell h1 {
    margin: 18px 0 18px;
    max-width: 760px;
    color: #fff;
    font-size: 62px;
    line-height: 1.02;
    letter-spacing: 0;
}

.home-hero-shell p {
    max-width: 630px;
    margin: 0;
    color: rgba(222, 235, 244, 0.84);
    font-size: 18px;
    line-height: 1.68;
}

.home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 30px 0 18px;
}

.home-hero-actions .btn {
    width: auto !important;
    min-height: 48px;
    padding: 13px 20px !important;
    border-radius: 8px !important;
    font-size: 15px !important;
}

.home-quick-btn {
    border-color: rgba(255, 215, 0, 0.45) !important;
    color: #ffd700 !important;
    background: rgba(255, 215, 0, 0.09) !important;
}

.home-hero-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}

.home-hero-links a {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(74, 158, 255, 0.10);
    border: 1px solid rgba(74, 158, 255, 0.18);
    color: #c5d0e3;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
}

.home-hero-links a:hover {
    color: #00ff88;
    border-color: rgba(0, 255, 136, 0.4);
}

.home-hero-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    max-width: 620px;
}

.home-hero-proof span {
    min-width: 0;
    padding: 13px 14px;
    border-radius: 8px;
    background: rgba(22, 33, 62, 0.56);
    border: 1px solid rgba(74, 158, 255, 0.18);
    color: #9aa9c4;
    font-size: 13px;
}

.home-hero-proof strong {
    display: block;
    color: #00ff88;
    font-size: 18px;
    line-height: 1.2;
}

.home-hero-visual {
    position: relative;
}

.home-hero-visual::before {
    content: "";
    position: absolute;
    inset: 8% -4% 6% 10%;
    border: 1px solid rgba(0, 255, 136, 0.16);
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(0, 255, 136, 0.06), rgba(0, 136, 255, 0.08));
}

.home-hero-visual .ghv-demo-board {
    position: relative;
    width: 100%;
    max-width: 620px;
    margin-left: auto;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.36);
}

.home-hero-visual .ghv-demo-topbar {
    background: rgba(8, 14, 24, 0.94);
}

@media (max-width: 980px) {
    .ghv-proof-inner,
    .ghv-strip-inner,
    .ghv-image-feature-inner,
    .ghv-image-feature.reverse .ghv-image-feature-inner {
        grid-template-columns: 1fr;
    }

    .ghv-image-feature.reverse .ghv-image-copy {
        order: 0;
    }

    .ghv-demo-grid {
        grid-template-columns: 1fr;
    }

    .ghv-strip-actions {
        justify-content: flex-start;
    }

    .home-hero {
        min-height: auto;
        padding-top: 5rem !important;
    }

    .home-hero-shell {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .home-hero-shell h1 {
        font-size: 44px;
    }

    .home-hero-original .hero-title {
        font-size: 2.8rem;
    }

    .home-hero-proof {
        grid-template-columns: 1fr;
    }

    .home-hero-visual .ghv-demo-board {
        max-width: none;
        margin-left: 0;
    }
}

@media (max-width: 640px) {
    .ghv-proof,
    .ghv-strip {
        padding-left: 16px;
        padding-right: 16px;
    }

    .ghv-proof-grid,
    .ghv-strip-stats {
        grid-template-columns: 1fr;
    }

    .ghv-proof-actions,
    .ghv-strip-actions {
        flex-direction: column;
    }

    .ghv-btn,
    .ghv-demo-actions a {
        width: 100%;
    }

    .ghv-demo-board {
        padding: 14px;
    }

    .ghv-image-feature {
        padding: 34px 16px;
    }

    .ghv-image-copy h2 {
        font-size: 26px;
    }

    .home-hero {
        padding: 42px 16px 54px !important;
    }

    .home-hero-shell h1 {
        font-size: 34px;
    }

    .home-hero-original .hero-title {
        font-size: 2.15rem;
    }

    .home-hero-shell p {
        font-size: 16px;
    }

    .home-hero-actions {
        flex-direction: column;
    }

    .home-hero-actions .btn,
    .home-hero-proof span {
        width: 100% !important;
    }
}
