/* Fun88 Theme Pro — Neon Luxe design system */

body.theme-pro {
    --font-display: 'Source Sans 3', 'Segoe UI', system-ui, sans-serif;
    --font-body: 'Source Sans 3', 'Segoe UI', system-ui, sans-serif;
    --surface-deep: #070d18;
    --surface-raised: #0f1a2e;
    --surface-card: rgba(255, 255, 255, 0.97);
    --surface-glass: rgba(15, 26, 46, 0.72);
    --glow-blue: 0 0 40px rgba(51, 172, 224, 0.35);
    --glow-gold: 0 0 32px rgba(245, 200, 66, 0.28);
    --accent-gold: #f5c842;
    --gradient-mesh: radial-gradient(ellipse 120% 80% at 10% -20%, rgba(51, 172, 224, 0.22) 0%, transparent 55%),
        radial-gradient(ellipse 90% 60% at 95% 10%, rgba(30, 136, 229, 0.18) 0%, transparent 50%),
        radial-gradient(ellipse 70% 50% at 50% 100%, rgba(245, 200, 66, 0.08) 0%, transparent 45%),
        linear-gradient(180deg, #eef4fb 0%, #e4edf8 40%, #dce8f5 100%);
    --shadow-elevated: 0 12px 40px rgba(7, 13, 24, 0.12), 0 2px 8px rgba(7, 13, 24, 0.06);
    --shadow-card-hover: 0 20px 50px rgba(51, 172, 224, 0.18), 0 0 0 1px rgba(51, 172, 224, 0.2);
}

body.theme-pro {
    font-family: var(--font-body);
    background: transparent;
    color: var(--text-primary);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    min-height: 100vh;
    scroll-padding-top: 6.5rem;
}

/* ===== Animated aurora background ===== */
body.theme-pro .site-aurora {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
    background: linear-gradient(135deg, #c8e6fa 0%, #dceefb 30%, #e8f4fc 55%, #d4e8f8 100%);
    background-size: 320% 320%;
    animation: auroraBgPulse 20s ease-in-out infinite;
}

body.theme-pro .site-aurora__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(56px);
    opacity: 0.82;
    will-change: transform;
    mix-blend-mode: multiply;
}

body.theme-pro .site-aurora__orb--1 {
    width: min(65vmax, 820px);
    height: min(65vmax, 820px);
    top: -22%;
    left: -18%;
    background: radial-gradient(circle, rgba(51, 172, 224, 0.95) 0%, rgba(51, 172, 224, 0.35) 42%, transparent 72%);
    animation: auroraFloat1 18s ease-in-out infinite alternate;
}

body.theme-pro .site-aurora__orb--2 {
    width: min(58vmax, 740px);
    height: min(58vmax, 740px);
    top: 28%;
    right: -20%;
    background: radial-gradient(circle, rgba(30, 136, 229, 0.88) 0%, rgba(30, 136, 229, 0.3) 45%, transparent 74%);
    animation: auroraFloat2 22s ease-in-out infinite alternate;
}

body.theme-pro .site-aurora__orb--3 {
    width: min(52vmax, 680px);
    height: min(52vmax, 680px);
    bottom: -18%;
    left: 18%;
    background: radial-gradient(circle, rgba(245, 200, 66, 0.75) 0%, rgba(245, 200, 66, 0.25) 48%, transparent 76%);
    animation: auroraFloat3 26s ease-in-out infinite alternate;
}

body.theme-pro .site-aurora__shimmer {
    position: absolute;
    inset: -60%;
    background: conic-gradient(
        from 0deg at 50% 50%,
        transparent 0deg,
        rgba(51, 172, 224, 0.14) 55deg,
        transparent 110deg,
        rgba(245, 200, 66, 0.1) 200deg,
        transparent 280deg,
        rgba(30, 136, 229, 0.12) 320deg,
        transparent 360deg
    );
    animation: auroraShimmer 30s linear infinite;
    opacity: 0.85;
}

@keyframes auroraBgPulse {
    0%, 100% { background-position: 0% 40%; }
    50% { background-position: 100% 60%; }
}

@keyframes auroraFloat1 {
    0% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(14vw, 10vh) scale(1.12); }
    100% { transform: translate(8vw, 16vh) scale(1.05); }
}

@keyframes auroraFloat2 {
    0% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-16vw, 8vh) scale(1.15); }
    100% { transform: translate(-10vw, 14vh) scale(0.92); }
}

@keyframes auroraFloat3 {
    0% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(12vw, -10vh) scale(1.1); }
    100% { transform: translate(-8vw, -6vh) scale(1.18); }
}

@keyframes auroraShimmer {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

body.theme-pro::before {
    content: '';
    position: fixed;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 1;
    opacity: 0.45;
}

body.theme-pro > *:not(.site-aurora):not(.header) {
    position: relative;
    z-index: 2;
}

body.theme-pro h1,
body.theme-pro h2,
body.theme-pro h3,
body.theme-pro h4,
body.theme-pro .section__title,
body.theme-pro .hero__title {
    font-family: var(--font-display);
    letter-spacing: 0;
    line-height: 1.25;
}

/* ===== Header ===== */
body.theme-pro .header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: transparent;
    border-bottom: none;
    box-shadow: none;
}

body.theme-pro .header__bar {
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(16px) saturate(1.2);
    border-bottom: 1px solid rgba(51, 172, 224, 0.18);
    box-shadow: 0 4px 20px rgba(7, 13, 24, 0.1);
    transition:
        background var(--transition-smooth),
        box-shadow var(--transition-smooth),
        border-color var(--transition-smooth);
}

body.theme-pro .header__inner {
    background: transparent;
    backdrop-filter: none;
    border-bottom: none;
    box-shadow: none;
}

body.theme-pro .header--scrolled .header__topbar {
    max-height: 0;
    opacity: 0;
    border-bottom-width: 0;
    pointer-events: none;
}

body.theme-pro .header--scrolled .header__bar {
    background: rgba(255, 255, 255, 0.99);
    box-shadow: 0 6px 24px rgba(7, 13, 24, 0.12);
}

body.theme-pro .header--scrolled .header__inner {
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
}

@media (prefers-reduced-motion: reduce) {
    body.theme-pro .header__topbar,
    body.theme-pro .header__bar,
    body.theme-pro .header__inner {
        transition: none;
    }

    body.theme-pro .header--scrolled .header__topbar {
        max-height: 0;
        opacity: 0;
    }
}

body.theme-pro .nav__link {
    color: var(--text-primary);
}

body.theme-pro .nav__link:hover,
body.theme-pro .nav__link--active {
    color: var(--primary-dark);
    background: rgba(51, 172, 224, 0.12);
}

body.theme-pro .mobile-menu-toggle {
    color: var(--text-primary);
}

body.theme-pro .header__topbar {
    background:
        linear-gradient(180deg, rgba(51, 172, 224, 0.08) 0%, transparent 100%),
        linear-gradient(90deg, #060b14 0%, #0c1528 42%, #101c32 58%, #060b14 100%);
    border-bottom: 1px solid rgba(51, 172, 224, 0.16);
    font-size: 0.6875rem;
    letter-spacing: 0.02em;
    overflow: hidden;
    max-height: 2.875rem;
    opacity: 1;
    transition:
        max-height var(--transition-smooth),
        opacity var(--transition-smooth),
        border-bottom-width var(--transition-smooth);
}

body.theme-pro .header__topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 2.875rem;
    padding-top: 0;
    padding-bottom: 0;
    max-width: var(--max-width);
    margin: 0 auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

body.theme-pro .header__topbar-meta {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    min-width: 0;
    flex: 1;
}

body.theme-pro .header__topbar-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0.2rem 0.5rem;
    border-radius: 999px;
    font-size: 0.625rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    line-height: 1;
    text-transform: uppercase;
}

body.theme-pro .header__topbar-chip--age {
    color: #1a1200;
    background: linear-gradient(135deg, #ffe566 0%, var(--accent-gold) 55%, #e6a800 100%);
    box-shadow: 0 0 12px rgba(245, 200, 66, 0.35);
}

body.theme-pro .header__topbar-divider {
    width: 1px;
    height: 0.875rem;
    background: rgba(255, 255, 255, 0.14);
    flex-shrink: 0;
}

body.theme-pro .header__topbar-text {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: rgba(255, 255, 255, 0.62);
    font-weight: 500;
    white-space: nowrap;
}

body.theme-pro .header__topbar-text--licensed {
    color: rgba(255, 255, 255, 0.72);
}

body.theme-pro .header__topbar-icon {
    flex-shrink: 0;
    opacity: 0.85;
}

body.theme-pro .header__topbar-links {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
}

body.theme-pro .header__topbar-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.78);
    font-weight: 600;
    font-size: 0.6875rem;
    line-height: 1;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    transition:
        color var(--transition-fast),
        background var(--transition-fast),
        border-color var(--transition-fast),
        transform var(--transition-fast);
}

body.theme-pro .header__topbar-link:hover {
    color: #fff;
    background: rgba(51, 172, 224, 0.18);
    border-color: rgba(51, 172, 224, 0.35);
    transform: translateY(-1px);
}

body.theme-pro .header__topbar-link--accent:hover {
    background: rgba(245, 200, 66, 0.14);
    border-color: rgba(245, 200, 66, 0.35);
    color: #fff8e6;
}

body.theme-pro .header__inner {
    padding: 0.85rem 1.5rem;
    flex-wrap: wrap;
    gap: 0.5rem;
    transition: padding var(--transition-smooth);
}

body.theme-pro .nav__link {
    font-weight: 600;
    font-size: 0.9375rem;
    border-radius: 999px;
    position: relative;
}

body.theme-pro .nav__link--active {
    color: var(--primary-dark);
    background: rgba(51, 172, 224, 0.14);
    box-shadow: inset 0 0 0 1px rgba(51, 172, 224, 0.25);
}

body.theme-pro .hero {
    z-index: 1;
}

body.theme-pro .nav__actions {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-left: 1rem;
}

body.theme-pro .btn--header-ghost {
    background: transparent;
    color: var(--text-secondary);
    border: 1px solid var(--border-color);
    padding: 0.55rem 1.15rem;
    font-size: 0.875rem;
}

body.theme-pro .btn--header-ghost:hover {
    border-color: var(--primary-blue);
    color: var(--primary-blue);
    background: rgba(51, 172, 224, 0.06);
}

body.theme-pro .btn--header-cta {
    background: linear-gradient(135deg, var(--accent-gold) 0%, #e8a820 100%);
    color: var(--surface-deep);
    font-weight: 700;
    padding: 0.55rem 1.35rem;
    font-size: 0.875rem;
    box-shadow: var(--glow-gold);
    border: none;
}

body.theme-pro .btn--header-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 28px rgba(245, 200, 66, 0.45);
    color: var(--surface-deep);
}

/* ===== Hero ===== */
body.theme-pro .hero {
    padding: clamp(4rem, 8vw, 6.5rem) 0;
    min-height: min(88vh, 820px);
    display: flex;
    align-items: center;
    background: transparent !important;
    isolation: isolate;
}

body.theme-pro .hero--aurora-bg .hero__photo {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.3;
    z-index: 0;
    pointer-events: none;
}

body.theme-pro .hero::after {
    background: linear-gradient(
        105deg,
        rgba(7, 13, 24, 0.42) 0%,
        rgba(7, 13, 24, 0.22) 48%,
        rgba(7, 13, 24, 0.12) 100%
    );
    z-index: 1;
}

body.theme-pro .hero::before {
    z-index: 1;
    background:
        radial-gradient(ellipse 60% 50% at 80% 30%, rgba(51, 172, 224, 0.18) 0%, transparent 60%),
        radial-gradient(ellipse 40% 40% at 20% 80%, rgba(245, 200, 66, 0.08) 0%, transparent 50%);
}

body.theme-pro .hero .container {
    position: relative;
    z-index: 2;
    width: 100%;
}

body.theme-pro .hero__content {
    text-align: left;
    max-width: 720px;
    margin: 0;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border-radius: var(--radius-xl, 1rem);
    background: rgba(7, 13, 24, 0.38);
    backdrop-filter: blur(10px) saturate(1.15);
    -webkit-backdrop-filter: blur(10px) saturate(1.15);
    border: 1px solid rgba(51, 172, 224, 0.18);
    box-shadow: 0 12px 40px rgba(7, 13, 24, 0.22);
    animation: heroFadeIn 0.9s cubic-bezier(0.4, 0, 0.2, 1) both;
}

@keyframes heroFadeIn {
    from { opacity: 0; transform: translateY(28px); }
    to { opacity: 1; transform: translateY(0); }
}

body.theme-pro .hero__badge {
    background: rgba(51, 172, 224, 0.2);
    border-color: rgba(51, 172, 224, 0.45);
    color: #b8e8ff;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 0.75rem;
}

body.theme-pro .hero__title {
    font-size: clamp(2rem, 5vw, 3.25rem);
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

body.theme-pro .hero__subtitle {
    font-size: clamp(1rem, 2vw, 1.2rem);
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.88);
    max-width: 580px;
    margin-left: 0;
    margin-right: 0;
}

body.theme-pro .hero__actions {
    justify-content: flex-start;
    margin-top: 0.5rem;
}

body.theme-pro .hero__stats {
    justify-content: flex-start;
    gap: clamp(1.5rem, 4vw, 3rem);
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    flex-wrap: wrap;
}

body.theme-pro .hero__stat {
    text-align: left;
    animation: heroStatIn 0.7s cubic-bezier(0.4, 0, 0.2, 1) both;
}

body.theme-pro .hero__stat:nth-child(1) { animation-delay: 0.15s; }
body.theme-pro .hero__stat:nth-child(2) { animation-delay: 0.25s; }
body.theme-pro .hero__stat:nth-child(3) { animation-delay: 0.35s; }
body.theme-pro .hero__stat:nth-child(4) { animation-delay: 0.45s; }

@keyframes heroStatIn {
    from { opacity: 0; transform: translateY(16px); }
    to { opacity: 1; transform: translateY(0); }
}

body.theme-pro .hero__stat-value {
    font-family: var(--font-display);
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 700;
    color: var(--accent-gold);
}

body.theme-pro .hero__stat-label {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.8125rem;
    letter-spacing: 0.08em;
}

/* ===== Buttons ===== */
body.theme-pro .btn {
    font-family: var(--font-body);
    font-weight: 700;
    border-radius: 999px;
    letter-spacing: 0.02em;
}

body.theme-pro .btn--primary {
    box-shadow: var(--glow-blue), var(--shadow-md);
}

body.theme-pro .btn--gold {
    background: linear-gradient(135deg, #f5c842 0%, #e8a820 50%, #f5c842 100%);
    background-size: 200% auto;
    color: var(--surface-deep);
    box-shadow: var(--glow-gold);
}

body.theme-pro .btn--gold:hover {
    background-position: right center;
    box-shadow: 0 12px 36px rgba(245, 200, 66, 0.45);
    color: var(--surface-deep);
}

body.theme-pro .btn--secondary {
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
}

body.theme-pro .btn--secondary:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: #fff;
    color: #fff;
}

body.theme-pro .section .btn--secondary {
    border-color: var(--primary-blue);
    color: var(--primary-blue);
    background: transparent;
}

body.theme-pro .section .btn--secondary:hover {
    background: var(--primary-blue);
    color: #fff;
}

/* ===== Announcement & promo bars ===== */
body.theme-pro .announcement-banner {
    background: linear-gradient(90deg, var(--surface-deep) 0%, var(--surface-raised) 50%, var(--surface-deep) 100%);
    color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid rgba(51, 172, 224, 0.2);
    font-weight: 500;
    padding: 0.75rem 1.5rem;
    text-align: center;
}

body.theme-pro .announcement-banner strong {
    color: var(--accent-gold);
}

body.theme-pro .announcement-banner a {
    color: var(--primary-blue);
    font-weight: 700;
    margin-left: 0.35rem;
}

body.theme-pro .promo-banner:not(.promo-banner--partner) {
    background: linear-gradient(135deg, var(--surface-raised) 0%, #152238 100%);
    border-top: 1px solid rgba(51, 172, 224, 0.2);
    border-bottom: 1px solid rgba(51, 172, 224, 0.2);
}

body.theme-pro .promo-banner--partner.welcome-20bet {
    border: 1px solid rgba(51, 172, 224, 0.22);
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.28);
}

body.theme-pro .promo-banner--partner .promo-banner__title {
    font-family: var(--font-display);
}

body.theme-pro .promo-banner:not(.promo-banner--partner) .promo-banner__text {
    color: rgba(255, 255, 255, 0.9);
}

body.theme-pro .promo-banner:not(.promo-banner--partner) .promo-banner__text strong {
    color: var(--accent-gold);
}

/* ===== Sections ===== */
body.theme-pro .section__title {
    font-size: clamp(1.75rem, 3.5vw, 2.35rem);
    font-weight: 700;
}

body.theme-pro .section__title::after {
    content: '';
    display: block;
    width: 48px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-blue), var(--accent-gold));
    border-radius: 2px;
    margin: 0.75rem auto 0;
}

body.theme-pro .section {
    background: transparent;
}

body.theme-pro .section--dark {
    background: rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(14px);
    border-top: 1px solid rgba(255, 255, 255, 0.45);
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

body.theme-pro .section--accent {
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.32) 0%, rgba(227, 242, 252, 0.38) 100%);
    backdrop-filter: blur(10px);
}

body.theme-pro .section--dark::before,
body.theme-pro .section--dark::after,
body.theme-pro .section--accent::before,
body.theme-pro .section--accent::after {
    display: none;
}

/* ===== Trust badges ===== */
body.theme-pro .section--trust {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
}

body.theme-pro .trust-badges__eyebrow {
    color: rgba(26, 43, 60, 0.55);
}

body.theme-pro .trust-badges:not(.trust-badges--footer) {
    gap: 0.875rem;
}

body.theme-pro .trust-badge {
    background: var(--surface-card);
    border: 1px solid rgba(51, 172, 224, 0.12);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
}

body.theme-pro .trust-badge:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-card-hover);
}

body.theme-pro .trust-badge__label {
    font-family: var(--font-display);
    font-weight: 700;
}

body.theme-pro .trust-badge__icon {
    box-shadow: inset 0 0 0 1px rgba(51, 172, 224, 0.1);
}

body.theme-pro .trust-badge--ecogra .trust-badge__icon {
    box-shadow: inset 0 0 0 1px rgba(5, 150, 105, 0.18);
}

body.theme-pro .trust-badge--secure .trust-badge__icon {
    box-shadow: inset 0 0 0 1px rgba(30, 136, 229, 0.18);
}

body.theme-pro .trust-badge--payout .trust-badge__icon {
    box-shadow: inset 0 0 0 1px rgba(217, 119, 6, 0.18);
}

body.theme-pro .trust-badge--safe .trust-badge__icon {
    box-shadow: inset 0 0 0 1px rgba(124, 58, 237, 0.18);
}

/* ===== Stats & facts ===== */
body.theme-pro #fun88-stats .section__header {
    margin-bottom: 2rem;
}

body.theme-pro .stats-facts-grid {
    gap: 0.875rem;
}

body.theme-pro .stats-facts-item {
    background: var(--surface-card);
    border: 1px solid rgba(51, 172, 224, 0.12);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    transition: transform var(--transition-smooth), box-shadow var(--transition-smooth), border-color var(--transition-smooth);
}

body.theme-pro .stats-facts-item::before {
    background: var(--stats-accent, linear-gradient(90deg, var(--primary-blue) 0%, var(--primary-dark) 100%));
}

body.theme-pro .stats-facts-item:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-elevated);
    border-color: rgba(51, 172, 224, 0.3);
}

body.theme-pro .stats-facts-item__value {
    font-family: var(--font-display);
    font-size: 1.85rem;
    font-weight: 700;
    color: var(--stats-accent, var(--primary-dark));
}

body.theme-pro .facts-inline--panel {
    background: var(--surface-card);
    border: 1px solid rgba(51, 172, 224, 0.12);
    box-shadow: var(--shadow-sm);
}

body.theme-pro .facts-panel__col {
    background: var(--surface-card);
    border: 1px solid rgba(51, 172, 224, 0.1);
    border-radius: var(--radius-lg);
    padding: 1.35rem 1.35rem 1.25rem;
    box-shadow: var(--shadow-sm);
    height: 100%;
    transition: transform var(--transition-smooth), box-shadow var(--transition-smooth), border-color var(--transition-smooth);
}

body.theme-pro .facts-panel__col:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-card-hover);
}

body.theme-pro .facts-panel {
    width: 100%;
    max-width: 100%;
    gap: 1.25rem;
}

body.theme-pro .facts-panel__head {
    border-bottom-color: rgba(51, 172, 224, 0.14);
}

body.theme-pro .facts-panel__icon {
    box-shadow: inset 0 0 0 1px rgba(51, 172, 224, 0.12);
}

body.theme-pro .facts-panel__col--casino .facts-panel__icon {
    box-shadow: inset 0 0 0 1px rgba(30, 136, 229, 0.2);
}

body.theme-pro .facts-panel__col--sports .facts-panel__icon {
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.2);
}

body.theme-pro .facts-panel__col--trust .facts-panel__icon {
    box-shadow: inset 0 0 0 1px rgba(124, 58, 237, 0.2);
}

body.theme-pro .facts-panel__col--volume .facts-panel__icon {
    box-shadow: inset 0 0 0 1px rgba(30, 136, 229, 0.2);
}

body.theme-pro .facts-panel__col--markets .facts-panel__icon {
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.2);
}

body.theme-pro .facts-panel--2 .facts-panel__col {
    background: var(--surface-card);
    border-radius: var(--radius-xl);
}

body.theme-pro .facts-panel--2 .facts-panel__col h3 {
    color: var(--facts-accent);
}

body.theme-pro .facts-panel__tag {
    background: color-mix(in srgb, var(--facts-accent) 18%, transparent);
    border-color: color-mix(in srgb, var(--facts-accent) 28%, transparent);
}

body.theme-pro .coverage-stats__eyebrow {
    background: rgba(51, 172, 224, 0.12);
    border-color: rgba(51, 172, 224, 0.22);
    color: var(--accent-light);
}

body.theme-pro .facts-panel__col h3 {
    font-family: var(--font-display);
    font-size: 1.0625rem;
    font-weight: 700;
    color: var(--primary-dark);
    padding-bottom: 0;
    border-bottom: none;
}

body.theme-pro .facts-panel__list li {
    border-bottom-color: rgba(51, 172, 224, 0.1);
}

body.theme-pro .facts-panel__list li strong {
    color: var(--text-primary);
}

/* ===== Cards ===== */
body.theme-pro .game-card,
body.theme-pro .feature-card,
body.theme-pro .promo-card,
body.theme-pro .blog-card,
body.theme-pro .sport-card,
body.theme-pro .provider-card,
body.theme-pro .card {
    background: var(--surface-card);
    border: 1px solid rgba(51, 172, 224, 0.1);
    box-shadow: var(--shadow-elevated);
    border-radius: var(--radius-xl);
}

body.theme-pro .game-card:hover,
body.theme-pro .feature-card:hover,
body.theme-pro .promo-card:hover,
body.theme-pro .blog-card:hover {
    box-shadow: var(--shadow-card-hover);
    border-color: rgba(51, 172, 224, 0.35);
}

body.theme-pro .game-card::before,
body.theme-pro .feature-card::before {
    display: none;
}

body.theme-pro .feature-card__icon {
    border-radius: 50%;
    box-shadow: var(--glow-blue);
}

body.theme-pro .game-card__rtp {
    background: rgba(16, 185, 129, 0.1);
    padding: 0.2rem 0.6rem;
    border-radius: 999px;
}

body.theme-pro .promo-card {
    display: flex;
    flex-direction: column;
}

body.theme-pro .promo-card__header {
    height: 10rem;
    min-height: 10rem;
    max-height: 10rem;
}

body.theme-pro .promo-card__title {
    font-family: var(--font-display);
    font-weight: 700;
}

body.theme-pro .promo-card__footer .btn--primary {
    box-shadow: 0 4px 16px rgba(51, 172, 224, 0.25);
}

body.theme-pro .promo-card--featured {
    border: 2px solid rgba(245, 200, 66, 0.55);
    box-shadow: var(--glow-gold), var(--shadow-elevated);
}

/* ===== Jackpot banner ===== */
body.theme-pro .jackpot-banner {
    background: linear-gradient(135deg, var(--surface-deep) 0%, #152238 50%, var(--surface-raised) 100%);
    border: 1px solid rgba(245, 200, 66, 0.25);
    border-radius: var(--radius-xl);
    box-shadow: var(--glow-gold), var(--shadow-elevated);
    overflow: hidden;
    position: relative;
}

body.theme-pro .jackpot-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 50% 80% at 100% 50%, rgba(245, 200, 66, 0.15) 0%, transparent 60%);
    pointer-events: none;
}

body.theme-pro .jackpot-banner__amount {
    font-family: var(--font-display);
    font-size: clamp(2rem, 5vw, 2.75rem);
    font-weight: 700;
    color: var(--accent-gold);
}

body.theme-pro .jackpot-banner__label {
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 700;
}

body.theme-pro .jackpot-banner__text {
    color: rgba(255, 255, 255, 0.8);
}

/* ===== FAQ ===== */
body.theme-pro .faq-item {
    background: var(--surface-card);
    border: 1px solid rgba(51, 172, 224, 0.12);
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}

body.theme-pro .faq-item:hover {
    box-shadow: var(--shadow-md);
}

body.theme-pro .faq-item.active {
    border-color: rgba(51, 172, 224, 0.35);
    box-shadow: var(--shadow-lg);
}

body.theme-pro .faq-item__question {
    font-family: var(--font-display);
    font-weight: 700;
}

body.theme-pro .faq-item.active .faq-item__icon {
    box-shadow: 0 4px 12px rgba(30, 136, 229, 0.28);
}

body.theme-pro .contact-card {
    background: var(--surface-card);
    border-color: rgba(51, 172, 224, 0.12);
    box-shadow: var(--shadow-sm);
}

body.theme-pro .contact-form-panel {
    background: transparent;
    border: none;
    box-shadow: none;
}

body.theme-pro .contact-card:hover {
    box-shadow: var(--shadow-md);
    border-color: rgba(51, 172, 224, 0.24);
}

body.theme-pro .contact-layout__title,
body.theme-pro .contact-form-panel__title {
    font-family: var(--font-display);
}

body.theme-pro .contact-form {
    background: transparent;
    border: none;
    box-shadow: none;
}

body.theme-pro .contact-form .form-input {
    background-color: #fff;
    border-color: rgba(51, 172, 224, 0.2);
    color: var(--text-primary);
}

body.theme-pro .contact-form .form-input:focus {
    background-color: #fff;
    border-color: rgba(51, 172, 224, 0.45);
    box-shadow: 0 0 0 3px rgba(51, 172, 224, 0.14);
}

body.theme-pro .rg-intro-panel,
body.theme-pro .rg-tool-card,
body.theme-pro .rg-resource-card {
    background: var(--surface-card);
    border-color: rgba(51, 172, 224, 0.12);
}

body.theme-pro .rg-block__title {
    font-family: var(--font-display);
}

body.theme-pro .rg-note-panel {
    background: rgba(51, 172, 224, 0.1);
    border-color: rgba(51, 172, 224, 0.18);
}

body.theme-pro .rg-policy-banner {
    background: rgba(218, 54, 51, 0.1);
    border-color: rgba(218, 54, 51, 0.24);
}

/* ===== Footer ===== */
body.theme-pro .footer {
    background: linear-gradient(180deg, var(--surface-raised) 0%, var(--surface-deep) 100%);
    border-top: 1px solid rgba(51, 172, 224, 0.2);
    color: rgba(255, 255, 255, 0.85);
    margin-top: 2rem;
}

body.theme-pro .footer p,
body.theme-pro .footer__brand p {
    color: rgba(255, 255, 255, 0.65);
}

body.theme-pro .footer__column h4,
body.theme-pro .trust-links__title,
body.theme-pro .responsible-gaming__title {
    font-family: var(--font-display);
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.02em;
}

body.theme-pro .footer__links a,
body.theme-pro .footer__legal a {
    color: rgba(255, 255, 255, 0.65);
}

body.theme-pro .footer__links a:hover,
body.theme-pro .footer__legal a:hover {
    color: var(--primary-blue);
}

body.theme-pro .trust-badges--footer .trust-badge {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
}

body.theme-pro .trust-badges--footer .trust-badge__label {
    color: rgba(255, 255, 255, 0.92);
}

body.theme-pro .trust-badges--footer .trust-badge__hint {
    color: rgba(255, 255, 255, 0.52);
}

body.theme-pro .trust-badges--footer .trust-badge--link:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
    border-color: rgba(51, 172, 224, 0.35);
}

body.theme-pro .trust-badges--footer .trust-badge--ecogra .trust-badge__icon {
    background: rgba(5, 150, 105, 0.2);
    color: #34d399;
}

body.theme-pro .trust-badges--footer .trust-badge--secure .trust-badge__icon {
    background: rgba(30, 136, 229, 0.2);
    color: #60a5fa;
}

body.theme-pro .trust-badges--footer .trust-badge--payout .trust-badge__icon {
    background: rgba(217, 119, 6, 0.22);
    color: #fbbf24;
}

body.theme-pro .trust-badges--footer .trust-badge--safe .trust-badge__icon {
    background: rgba(124, 58, 237, 0.22);
    color: #c4b5fd;
}

body.theme-pro .trust-badges--footer {
    border-bottom-color: rgba(255, 255, 255, 0.1);
    padding-top: 0.25rem;
}

body.theme-pro .trust-links__badge {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.75);
    border-radius: 999px;
    padding: 0.4rem 0.9rem;
    font-size: 0.8125rem;
    transition: all var(--transition-fast);
}

body.theme-pro .trust-links__badge:hover {
    background: rgba(51, 172, 224, 0.15);
    border-color: rgba(51, 172, 224, 0.35);
    color: #fff;
}

body.theme-pro .responsible-gaming {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 1.5rem;
}

body.theme-pro .responsible-gaming__text {
    color: rgba(255, 255, 255, 0.55);
}

body.theme-pro .footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body.theme-pro .footer__copyright {
    color: rgba(255, 255, 255, 0.45);
}

/* ===== Blog & layout pages (all templates) ===== */
body.theme-pro .blog-hero,
body.theme-pro .blog-main,
body.theme-pro .blog-page {
    background: transparent;
}

body.theme-pro .blog-hero__bg {
    opacity: 0.55;
}

body.theme-pro .blog-hero__title {
    font-family: var(--font-display);
}

body.theme-pro .blog-marquee {
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(10px);
}

body.theme-pro .blog-card__category {
    background: rgba(51, 172, 224, 0.14);
    font-family: var(--font-body);
}

body.theme-pro .sidebar,
body.theme-pro .layout-main--blog {
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(12px);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-elevated);
    border: 1px solid rgba(51, 172, 224, 0.12);
}

body.theme-pro .layout-wrapper {
    background: transparent;
}

body.theme-pro .content-page__content,
body.theme-pro .seo-content,
body.theme-pro .article-prose {
    background: transparent;
}

body.theme-pro .feature-card--live::before {
    display: none;
}

body.theme-pro .feature-card--live {
    text-align: left;
    background: var(--surface-card);
}

body.theme-pro .feature-card--live .feature-card__icon {
    border-radius: var(--radius-lg);
    box-shadow: none;
    margin: 0;
}

body.theme-pro .feature-card--live .feature-card__title {
    font-family: var(--font-display);
}

body.theme-pro .feature-card--live:hover {
    box-shadow: var(--shadow-card-hover);
}

body.theme-pro .split-banner__item--primary {
    box-shadow: 0 10px 36px rgba(30, 136, 229, 0.25);
}

body.theme-pro .split-banner__item--vip {
    background: var(--surface-card);
    border: 1px solid rgba(51, 172, 224, 0.12);
    box-shadow: var(--shadow-sm);
}

body.theme-pro .split-banner__item--vip:hover {
    box-shadow: var(--shadow-card-hover);
}

body.theme-pro .app-banner {
    background: var(--surface-card);
    border: 1px solid rgba(51, 172, 224, 0.12);
    box-shadow: var(--shadow-elevated);
}

body.theme-pro .app-banner__title {
    font-family: var(--font-display);
}

body.theme-pro .app-banner__feature {
    background: rgba(255, 255, 255, 0.88);
}

body.theme-pro .highlight-banner,
body.theme-pro .info-banner,
body.theme-pro .bonus-banner,
body.theme-pro .split-banner__item:not(.split-banner__item--primary):not(.split-banner__item--vip) {
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(10px);
}

body.theme-pro .faq-section,
body.theme-pro .content-block {
    background: transparent;
}

body.theme-pro.layout-blog .layout-main--blog,
body.theme-pro .blog-article-page .layout-main--blog {
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(12px);
}

body.theme-pro.layout-blog:has(.layout-wrapper--blog-article) > .hero,
body.theme-pro .blog-article-page .hero--article {
    background: linear-gradient(165deg, rgba(232, 244, 252, 0.72) 0%, rgba(240, 247, 255, 0.55) 35%, rgba(245, 247, 250, 0.35) 100%);
    backdrop-filter: blur(8px);
}

/* ===== Back to top ===== */
body.theme-pro .back-to-top {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-dark) 100%);
    box-shadow: var(--glow-blue);
    border-radius: 50%;
    border: none;
    color: #fff;
    font-size: 1.25rem;
    cursor: pointer;
    z-index: 999;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

body.theme-pro .back-to-top:hover {
    transform: scale(1.08);
}

/* ===== Mobile ===== */
@media (max-width: 768px) {
    body.theme-pro .hero__content {
        text-align: center;
    }

    body.theme-pro .hero__subtitle {
        margin-left: auto;
        margin-right: auto;
    }

    body.theme-pro .hero__actions,
    body.theme-pro .hero__stats {
        justify-content: center;
    }

    body.theme-pro .hero__stat {
        text-align: center;
    }

    body.theme-pro .nav__actions {
        flex-direction: column;
        width: 100%;
        margin: 1rem 0 0;
        padding: 0 1rem;
        gap: 0.5rem;
    }

    body.theme-pro .nav__actions .btn {
        width: 100%;
        justify-content: center;
    }

    body.theme-pro .nav {
        background: var(--surface-deep);
        border-left: 1px solid rgba(51, 172, 224, 0.2);
    }

    body.theme-pro .nav__link {
        color: rgba(255, 255, 255, 0.9);
        border-radius: var(--radius-md);
    }

    body.theme-pro .nav__list li {
        border-bottom-color: rgba(255, 255, 255, 0.08);
    }

    body.theme-pro .header__topbar-links {
        display: none;
    }

    body.theme-pro .header__topbar-text--licensed,
    body.theme-pro .header__topbar-divider:nth-of-type(2) {
        display: none;
    }

    body.theme-pro .header__topbar-meta {
        gap: 0.5rem;
    }

    body.theme-pro .nav {
        display: none;
    }

    body.theme-pro .nav.nav--open {
        display: flex;
    }
}

@media (min-width: 769px) {
    body.theme-pro .header__inner .nav {
        display: flex !important;
        flex: 1;
        justify-content: flex-end;
        min-width: 0;
    }

    body.theme-pro .nav__list {
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    body.theme-pro .nav__actions {
        flex-shrink: 0;
    }
}

/* ===== Stats banner & content pages ===== */
body.theme-pro .stats-banner {
    border: 1px solid rgba(51, 172, 224, 0.3);
    box-shadow: var(--glow-blue), var(--shadow-elevated);
}

body.theme-pro .stats-banner__value {
    font-family: var(--font-display);
}

body.theme-pro .content-page__content {
    background: var(--surface-card);
    border: 1px solid rgba(51, 172, 224, 0.1);
    border-radius: var(--radius-xl);
    padding: 2rem;
    box-shadow: var(--shadow-sm);
}

body.theme-pro .contact-card {
    background: var(--surface-card);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-elevated);
    border: 1px solid rgba(51, 172, 224, 0.12);
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    body.theme-pro .hero__content,
    body.theme-pro .hero__stat,
    body.theme-pro .site-aurora,
    body.theme-pro .site-aurora__orb,
    body.theme-pro .site-aurora__shimmer {
        animation: none;
    }
}
