/* Base & Reset */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;700;800&display=swap');

:root {
    --bg-dark: #0b0705; /* Premium deep warm chocolate black */
    --bg-surface: rgba(22, 16, 11, 0.85); /* Dark chocolate surface card background */
    --primary: #f37021; /* Vibrant golden-orange PAK Club brand highlight */
    --primary-glow: rgba(243, 112, 33, 0.25);
    --primary-hover: #d8560c;
    --secondary: #ff9e24; /* Glowing secondary amber gold */
    --secondary-glow: rgba(255, 158, 36, 0.2);
    --text-light: #f8fafc;
    --text-muted: #a19f99; /* Warmed up gray text for rich visual harmony */
    --card-border: rgba(243, 112, 33, 0.12);
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Outfit', sans-serif;
    background-color: var(--bg-dark);
    color: var(--text-light);
    overflow-x: hidden;
    line-height: 1.6;
    max-width: 100vw;
    width: 100%;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

/* Background Effects */
.glow-spot {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    z-index: -1;
    pointer-events: none;
}

.glow-top {
    top: -150px;
    right: -100px;
    width: 500px;
    height: 500px;
    background: var(--primary-glow);
}

.glow-mid {
    top: 40%;
    left: -200px;
    width: 600px;
    height: 600px;
    background: var(--secondary-glow);
}

/* Components */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.btn {
    display: inline-block;
    padding: 0.75rem 1.75rem;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: var(--transition);
    cursor: pointer;
    font-size: 1rem;
    border: 1px solid transparent;
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary), #34d399);
    color: #fff;
    box-shadow: 0 4px 15px var(--primary-glow);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(16, 185, 129, 0.4);
}

.btn-nav-register {
    background: #ffffff;
    color: var(--primary);
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.8);
    font-weight: 800;
    font-size: 1.15rem;
    padding: 0.85rem 2.25rem;
}

.btn-nav-register:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(243, 112, 33, 0.35), 0 0 15px rgba(255, 255, 255, 0.1);
    background: #ffffff;
    color: var(--primary-hover);
    border-color: #ffffff;
}

.btn-secondary {
    background: transparent;
    border: 1px solid var(--text-muted);
    color: var(--text-light);
}

.btn-secondary:hover {
    border-color: var(--text-light);
    transform: translateY(-2px);
}

/* WhatsApp Theme CTA */
.btn-whatsapp {
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: #fff;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
    font-weight: 700;
}

.btn-whatsapp:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.5);
}

.btn-telegram {
    background: linear-gradient(135deg, #0088cc, #00aaff);
    color: #fff;
    box-shadow: 0 4px 15px rgba(0, 136, 204, 0.3);
    font-weight: 700;
}
.btn-telegram:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 136, 204, 0.5);
}

.btn-instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: #fff;
    box-shadow: 0 4px 15px rgba(220, 39, 67, 0.3);
    font-weight: 700;
}
.btn-instagram:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(220, 39, 67, 0.5);
}

.btn-jeeto {
    background: linear-gradient(135deg, #8b5cf6, #c084fc);
    color: #fff;
    box-shadow: 0 4px 15px rgba(139, 92, 246, 0.3);
    font-weight: 700;
}
.btn-jeeto:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(139, 92, 246, 0.5);
}

.btn-92pak {
    background: linear-gradient(135deg, #ef4444, #f87171);
    color: #fff;
    box-shadow: 0 4px 15px rgba(239, 68, 68, 0.3);
    font-weight: 700;
}
.btn-92pak:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(239, 68, 68, 0.5);
}

.floating-wa {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 65px;
    height: 65px;
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.2rem;
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.4);
    z-index: 9999;
    text-decoration: none;
    animation: wa-bounce 2s infinite ease-in-out;
    transition: var(--transition);
}

.floating-wa:hover {
    transform: scale(1.1);
    box-shadow: 0 15px 35px rgba(37, 211, 102, 0.6);
}

@keyframes wa-bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* Navigation */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0;
    position: relative;
    z-index: 100;
}

.logo {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--text-light);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
}

.logo i {
    color: var(--primary);
}

.nav-links {
    display: flex;
    gap: 2.5rem;
    list-style: none;
}

.nav-links a {
    color: var(--text-muted);
    text-decoration: none;
    font-weight: 500;
    transition: var(--transition);
}

.nav-links a:hover {
    color: var(--primary);
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.nav-actions .login {
    color: var(--text-light);
    text-decoration: none;
    font-weight: 500;
    transition: var(--transition);
}

.nav-actions .login:hover {
    color: var(--primary);
}

/* Hero Section */
.hero {
    min-height: 90vh;
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.hero-content {
    flex: 1;
    max-width: 600px;
}

.hero .badge {
    display: inline-block;
    padding: 0.4rem 1rem;
    background: rgba(16, 185, 129, 0.1);
    color: var(--primary);
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(16, 185, 129, 0.3);
}

.hero h1 {
    font-size: 4.5rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.hero h1 span {
    background: linear-gradient(135deg, var(--primary), #34d399);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero p {
    font-size: 1.125rem;
    color: var(--text-muted);
    margin-bottom: 2.5rem;
    max-width: 500px;
}

.hero-visual {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: center;
}

/* Abstract Chart Element in Hero */
.chart-container {
    width: 450px;
    height: 400px;
    background: var(--bg-surface);
    backdrop-filter: blur(20px);
    border: 1px solid var(--card-border);
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
    transform: perspective(1000px) rotateY(-10deg) rotateX(5deg);
    transition: var(--transition);
}

.chart-container:hover {
    transform: perspective(1000px) rotateY(-5deg) rotateX(2deg);
}

.chart-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.chart-title {
    font-weight: 600;
    color: var(--text-muted);
    font-size: 0.9rem;
}

.chart-value {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
}

.chart-value span {
    font-size: 1rem;
    color: var(--primary);
    margin-left: 10px;
}

.chart-bars {
    display: flex;
    align-items: flex-end;
    gap: 15px;
    height: 200px;
}

.bar {
    flex: 1;
    background: linear-gradient(to top, var(--secondary-glow), transparent);
    border-radius: 4px;
    position: relative;
    animation: grow 2s ease-out forwards;
    transform-origin: bottom;
}

.bar::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--secondary);
    border-radius: 4px;
}

.bar.up {
    background: linear-gradient(to top, var(--primary-glow), transparent);
}

.bar.up::after {
    background: var(--primary);
}

@keyframes grow {
    from { transform: scaleY(0.1); }
    to { transform: scaleY(1); }
}

/* Sections Base */
.section {
    padding: 8rem 0;
    position: relative;
}

.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.25;
}

.section-subtitle {
    color: var(--text-muted);
    font-size: 1.125rem;
    max-width: 600px;
    margin: 0 auto;
}

/* Galleries */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.gallery-item {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--card-border);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
    transition: var(--transition);
}

.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    aspect-ratio: 4/5;
}

.gallery-item:hover {
    transform: translateY(-5px) scale(1.02);
    border-color: rgba(16, 185, 129, 0.4);
    box-shadow: 0 15px 35px rgba(16, 185, 129, 0.2);
}

/* Win Rates Section */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.stat-card {
    background: var(--bg-surface);
    border: 1px solid var(--card-border);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 3rem 2rem;
    text-align: center;
    transition: var(--transition);
}

.stat-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(16, 185, 129, 0.1);
    border-color: rgba(16, 185, 129, 0.3);
}

.stat-value {
    font-size: 4rem;
    font-weight: 800;
    background: linear-gradient(135deg, #fff, #94a3b8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0.5rem;
}

.stat-card.featured .stat-value {
    background: linear-gradient(135deg, var(--primary), #34d399);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stat-label {
    font-size: 1.125rem;
    color: var(--text-muted);
    font-weight: 500;
}

/* Experts Section */
.experts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.expert-card {
    background: var(--bg-surface);
    border: 1px solid var(--card-border);
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.expert-card:hover {
    border-color: rgba(139, 92, 246, 0.4);
    transform: translateY(-5px);
}

.expert-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto 1.5rem;
    background: var(--secondary-glow);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    color: var(--secondary);
    border: 2px solid var(--secondary);
}

.expert-name {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.expert-role {
    color: var(--primary);
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.expert-bio {
    color: var(--text-muted);
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
}

.expert-socials {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.expert-socials a {
    color: var(--text-muted);
    transition: var(--transition);
    font-size: 1.2rem;
}

.expert-socials a:hover {
    color: var(--text-light);
}

/* Guides Section */
.guides-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.guide-card {
    display: flex;
    background: var(--bg-surface);
    border: 1px solid var(--card-border);
    border-radius: 20px;
    overflow: hidden;
    transition: var(--transition);
}

/* Removed guide-card hover as requested by user */

.guide-icon {
    width: 140px;
    background: linear-gradient(135deg, rgba(16,185,129,0.1), rgba(139,92,246,0.1));
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    color: var(--text-light);
    border-right: 1px solid var(--card-border);
}

.guide-content {
    padding: 2rem;
    flex: 1;
}

.guide-category {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--secondary);
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.guide-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.guide-desc {
    color: var(--text-muted);
    margin-bottom: 1.5rem;
}

.guide-link {
    color: var(--primary);
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: var(--transition);
}

.guide-link:hover {
    gap: 0.8rem;
}

/* Footer */
footer {
    border-top: 1px solid var(--card-border);
    padding: 4rem 0 2rem;
    margin-top: 4rem;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
}

.footer-brand {
    max-width: 300px;
}

.footer-brand p {
    color: var(--text-muted);
    margin-top: 1rem;
}

.footer-links {
    display: flex;
    gap: 4rem;
}

.link-group h4 {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.link-group ul {
    list-style: none;
}

.link-group ul li {
    margin-bottom: 0.8rem;
}

.link-group ul a {
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
}

.link-group ul a:hover {
    color: var(--primary);
}

.footer-bottom {
    text-align: center;
    color: var(--text-muted);
    padding-top: 2rem;
    border-top: 1px solid var(--card-border);
    font-size: 0.9rem;
}

/* Media Queries */
@media (max-width: 992px) {
    .hero {
        flex-direction: column;
        text-align: center;
        padding-top: 2rem;
    }
    .hero-content {
        margin-bottom: 4rem;
    }
    .hero h1 {
        font-size: 3.5rem;
    }
    .hero p {
        margin: 0 auto 2.5rem;
    }
    .stats-grid, .experts-grid, .guides-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .chart-container {
        transform: none !important;
    }
}

@media (max-width: 768px) {
    .logo {
        font-size: 1.2rem;
    }
    .section-title {
        font-size: 2rem;
        line-height: 1.2;
        margin-bottom: 0.75rem;
    }
    .logo span {
        white-space: nowrap;
    }
    .btn-nav-register {
        padding: 0.65rem 1.45rem;
        font-size: 0.95rem;
        white-space: nowrap;
    }
    .nav-links, .nav-actions .login {
        display: none;
    }
    .stats-grid, .experts-grid, .guides-grid, .footer-content {
        grid-template-columns: 1fr;
        flex-direction: column;
    }
    .footer-links {
        gap: 2rem;
        flex-direction: column;
        margin-top: 2rem;
    }
}

/* ==========================================================================
   PREMIUM ADDITIONS: Announcement Ticker & Interactive Prediction Simulator
   ========================================================================== */

/* Premium Scrolling Announcement Banner */
.announcement-banner {
    width: 100%;
    max-width: 100vw;
    background: linear-gradient(90deg, rgba(243, 112, 33, 0.15) 0%, rgba(255, 158, 36, 0.15) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    overflow: hidden;
    padding: 0.75rem 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    z-index: 1000;
}

.banner-track {
    display: flex;
    width: max-content;
    animation: scrollTickerRTL 25s linear infinite;
}

.banner-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 2rem;
    white-space: nowrap;
    padding-left: 2rem;
}

.banner-pill {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: #fff;
    padding: 2px 10px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 1px;
    box-shadow: 0 0 10px rgba(243, 112, 33, 0.4);
}

.banner-text {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--text-light);
    letter-spacing: 0.5px;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.2);
    direction: rtl;
    unicode-bidi: bidi-override;
}

@keyframes scrollTickerRTL {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0%); }
}


/* Official Portal Section Layout */
.portal-section {
    padding: 4rem 0;
    position: relative;
    z-index: 5;
}

.portal-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-top: 1.5rem;
}

@media (max-width: 992px) {
    .portal-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

.portal-card {
    background: linear-gradient(135deg, rgba(22, 16, 11, 0.8) 0%, rgba(11, 7, 5, 0.95) 100%);
    border: 1px solid rgba(243, 112, 33, 0.15);
    border-radius: 20px;
    padding: 2.25rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

.portal-card:hover {
    transform: translateY(-5px);
    border-color: rgba(243, 112, 33, 0.45);
    box-shadow: 0 20px 40px rgba(243, 112, 33, 0.15);
}

/* Specific styling for the Not Recommended card */
.portal-card.not-recommended {
    border-color: rgba(255, 255, 255, 0.08);
    background: linear-gradient(135deg, rgba(15, 12, 10, 0.6) 0%, rgba(8, 6, 5, 0.85) 100%);
    opacity: 0.85;
}

.portal-card.not-recommended:hover {
    border-color: rgba(239, 68, 68, 0.3);
    box-shadow: 0 20px 40px rgba(239, 68, 68, 0.08);
    opacity: 1;
}

.portal-header {
    margin-bottom: 1.5rem;
}

.portal-badges {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
    flex-wrap: wrap;
}

.portal-badge {
    font-size: 0.75rem;
    font-weight: 800;
    padding: 0.35rem 0.85rem;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: inline-flex;
    align-items: center;
}

.portal-badge.recommended {
    background: rgba(243, 112, 33, 0.12);
    color: var(--primary);
    border: 1px solid rgba(243, 112, 33, 0.25);
}

.portal-badge.official {
    background: rgba(16, 185, 129, 0.12);
    color: #10b981;
    border: 1px solid rgba(16, 185, 129, 0.25);
}

.portal-badge.warning {
    background: rgba(239, 68, 68, 0.1);
    color: #f87171;
    border: 1px solid rgba(239, 68, 68, 0.2);
}

.portal-badge.info {
    background: rgba(59, 130, 246, 0.1);
    color: #60a5fa;
    border: 1px solid rgba(59, 130, 246, 0.2);
}

.portal-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 0.75rem;
    font-family: 'Outfit', sans-serif;
}

.portal-desc {
    font-size: 0.95rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.portal-footer {
    margin-top: auto;
}

.btn-portal {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    font-size: 1rem;
    font-weight: 700;
    padding: 0.95rem 1.5rem;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: 'Outfit', sans-serif;
    cursor: pointer;
}

.btn-portal-primary {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: #fff;
    box-shadow: 0 5px 15px var(--primary-glow);
}

.btn-portal-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(243, 112, 33, 0.45);
}

.btn-portal-secondary {
    background: linear-gradient(135deg, var(--secondary), #f59e0b);
    color: #fff;
    box-shadow: 0 5px 15px var(--secondary-glow);
}

.btn-portal-secondary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(245, 158, 11, 0.45);
}

.btn-portal-dragon {
    background: linear-gradient(135deg, #ef4444, #f87171);
    color: #fff;
    box-shadow: 0 5px 15px rgba(239, 68, 68, 0.25);
}

.btn-portal-dragon:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(239, 68, 68, 0.45);
}

.btn-portal-muted {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: #fff;
    border: 1px solid rgba(243, 112, 33, 0.2);
    box-shadow: 0 5px 15px var(--primary-glow);
}

.btn-portal-muted:hover {
    background: linear-gradient(135deg, var(--secondary), #ff9e24);
    color: #fff;
    border-color: rgba(243, 112, 33, 0.4);
    box-shadow: 0 8px 22px rgba(243, 112, 33, 0.45);
    transform: translateY(-2px);
}

/* Centered Straight Single-Side Hero Layout */
.hero-centered {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 80vh;
}

.hero-centered .hero-content {
    max-width: 850px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-centered h1 {
    font-size: 4rem;
    line-weight: 1.15;
    max-width: 800px;
    margin-bottom: 1.5rem;
}

.hero-centered p {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 992px) {
    .hero-centered h1 {
        font-size: 3.25rem;
    }
}

@media (max-width: 576px) {
    .hero-centered h1 {
        font-size: 2.45rem;
    }
}

/* Premium Sleek Badge & Pulse anim */
.hero-centered .badge {
    background: rgba(243, 112, 33, 0.08);
    color: var(--primary);
    border: 1px solid rgba(243, 112, 33, 0.25);
    padding: 0.5rem 1.25rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.85rem;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    box-shadow: 0 0 20px rgba(243, 112, 33, 0.05);
    margin-bottom: 1.5rem;
}

.hero-centered .badge .pulse-dot {
    width: 8px;
    height: 8px;
    background: #10b981;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 10px #10b981;
    animation: badgePulse 2s infinite;
}

@keyframes badgePulse {
    0% { transform: scale(0.9); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7); }
    70% { transform: scale(1.1); box-shadow: 0 0 0 6px rgba(16, 185, 129, 0); }
    100% { transform: scale(0.9); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}

/* Pro Trading Terminal Dashboard Box (Highly Enhanced UI) */
.hero-dashboard {
    background: radial-gradient(circle at 50% -20%, rgba(243, 112, 33, 0.18) 0%, rgba(11, 7, 5, 0.98) 100%);
    border: 1px solid rgba(243, 112, 33, 0.3);
    border-radius: 24px;
    padding: 2.25rem;
    margin: 2.5rem auto;
    width: 100%;
    max-width: 620px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6), 0 0 30px rgba(243, 112, 33, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    text-align: left;
    backdrop-filter: blur(15px);
    position: relative;
    overflow: hidden;
}

/* Grid pattern background overlay for futuristic tech feel */
.hero-dashboard::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255,255,255,0.015) 1px, transparent 1px),
                      linear-gradient(90deg, rgba(255,255,255,0.015) 1px, transparent 1px);
    background-size: 20px 20px;
    z-index: 1;
    pointer-events: none;
    opacity: 0.6;
}

.hero-dashboard::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--primary), var(--secondary));
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    z-index: 2;
}

.dashboard-header {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 1.25rem;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 2;
}

.timing-row {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.95rem;
    font-family: 'Outfit', sans-serif;
}

.timing-row i {
    color: var(--primary);
    font-size: 1rem;
    filter: drop-shadow(0 0 5px var(--primary-glow));
}

.timing-label {
    color: #ffffff;
    font-weight: 800;
    letter-spacing: 0.25px;
}

.timing-values {
    color: var(--secondary);
    font-weight: 700;
    letter-spacing: 0.5px;
    text-shadow: 0 0 10px rgba(255, 158, 36, 0.25);
}

.dashboard-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 2;
}

.dashboard-stat-box {
    background: rgba(243, 112, 33, 0.03);
    border: 1px solid rgba(243, 112, 33, 0.12);
    padding: 1.25rem;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    transition: all 0.3s ease;
}

.dashboard-stat-box:hover {
    background: rgba(243, 112, 33, 0.06);
    border-color: rgba(243, 112, 33, 0.25);
    transform: translateY(-2px);
}

.stat-box-label {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--text-muted);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.stat-box-value {
    font-size: 1.5rem;
    font-weight: 900;
    color: #fff;
    background: linear-gradient(135deg, #fff 0%, var(--secondary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dashboard-recommendation {
    font-size: 0.9rem;
    color: #fca5a5;
    font-weight: 600;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    position: relative;
    z-index: 2;
}

.dashboard-recommendation i {
    animation: bounceAlert 1s ease-in-out infinite alternate;
}

@keyframes bounceAlert {
    0% { transform: translateY(0); }
    100% { transform: translateY(-3px); }
}

.dashboard-timing-bar {
    background: rgba(243, 112, 33, 0.1);
    border: 1px solid rgba(243, 112, 33, 0.35);
    padding: 1rem 1.5rem;
    border-radius: 16px;
    color: #fff;
    font-weight: 800;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    position: relative;
    z-index: 2;
    box-shadow: 0 5px 15px rgba(243, 112, 33, 0.1);
}

.dashboard-timing-bar i {
    color: var(--secondary);
    font-size: 1.25rem;
    animation: rotateTimer 4s linear infinite;
}

@keyframes rotateTimer {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Premium Horizontal Signal CTA Buttons */
.direct-signal-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    width: 100%;
    max-width: 760px;
    margin: 2rem auto;
}

@media (max-width: 576px) {
    .direct-signal-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

.direct-signal-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, rgba(243, 112, 33, 0.12) 0%, rgba(255, 158, 36, 0.06) 100%);
    border: 1px solid rgba(243, 112, 33, 0.25);
    border-radius: 18px;
    padding: 1.25rem 1.75rem;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    text-align: left;
}

.direct-signal-btn:hover {
    transform: translateY(-3px);
    border-color: rgba(243, 112, 33, 0.65);
    box-shadow: 0 15px 30px rgba(243, 112, 33, 0.22);
    background: linear-gradient(135deg, rgba(243, 112, 33, 0.2) 0%, rgba(255, 158, 36, 0.12) 100%);
}

.direct-signal-btn .btn-left {
    display: flex;
    align-items: center;
    gap: 1.15rem;
}

.direct-signal-btn .btn-icon {
    font-size: 2rem;
    color: #25d366;
    text-shadow: 0 0 15px rgba(37, 211, 102, 0.35);
    transition: transform 0.3s ease;
}

.direct-signal-btn:hover .btn-icon {
    transform: scale(1.1);
}

.direct-signal-btn .btn-info {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.direct-signal-btn .btn-title {
    font-size: 1.1rem;
    font-weight: 800;
    font-family: 'Outfit', sans-serif;
    letter-spacing: 0.25px;
}

.direct-signal-btn .btn-subtitle {
    font-size: 0.8rem;
    color: var(--text-muted);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.direct-signal-btn .btn-arrow {
    font-size: 1.1rem;
    color: var(--primary);
    transition: transform 0.3s ease;
}

.direct-signal-btn:hover .btn-arrow {
    transform: translateX(4px);
    color: var(--secondary);
}

/* Loss Recovery & Personal Session Styles (Minimalist Instagram-Main Layout) */
.recovery-box {
    width: 100%;
    max-width: 620px;
    margin: 2.5rem auto 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.recovery-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    border: none;
    border-radius: 16px;
    padding: 1rem 1.5rem;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    color: #fff;
    box-shadow: 0 10px 25px rgba(225, 48, 108, 0.3), 0 0 20px rgba(225, 48, 108, 0.1);
}

.recovery-bar:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(225, 48, 108, 0.4), 0 0 30px rgba(225, 48, 108, 0.2);
    filter: brightness(1.1);
}

.recovery-bar-left {
    display: flex;
    align-items: center;
    gap: 1.15rem;
    text-align: left;
}

.recovery-bar-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    color: #fff;
    box-shadow: none;
    animation: iconFloat 3s ease-in-out infinite;
}

@keyframes iconFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-3px); }
}

.recovery-bar-info {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.recovery-bar-title {
    font-size: 1.05rem;
    font-weight: 800;
    font-family: 'Outfit', sans-serif;
    letter-spacing: 0.25px;
}

.recovery-bar-subtitle {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 500;
}

.recovery-bar-action {
    font-size: 0.85rem;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.recovery-bar:hover .recovery-bar-action {
    color: #fff;
    transform: translateX(2px);
}

/* Secondary Telegram Support link directly under */
.secondary-support-link {
    background: #0088cc;
    border: none;
    border-radius: 16px;
    padding: 1.15rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #fff;
    box-shadow: 0 10px 25px rgba(0, 136, 204, 0.3);
}

.secondary-support-link:hover {
    background: #009fe3;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(0, 136, 204, 0.4);
    filter: brightness(1.1);
}

.support-link-left {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.95rem;
    font-weight: 700;
    font-family: 'Outfit', sans-serif;
    color: #fff;
}

.support-link-left i {
    color: #fff;
    font-size: 1.25rem;
}

.support-link-arrow {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    transition: transform 0.3s ease;
}

.secondary-support-link:hover .support-link-arrow {
    transform: translateX(3px);
    color: #fff;
}

/* Gameplay Showcases */
.game-showcase-section {
    padding: 5rem 0;
}

.game-showcase-wrap {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    margin-bottom: 5rem;
}

/* Remove margin on last wrap to look balanced */
.game-showcase-wrap:last-child {
    margin-bottom: 0;
}

/* Hero card styling */
.game-hero-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(243, 112, 33, 0.2); /* Semi-transparent brand gold/orange border */
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5), 0 0 25px rgba(243, 112, 33, 0.05);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 100%;
}

.game-hero-img {
    width: 100%;
    height: auto;
    max-height: 480px; /* Constrain slightly so it doesn't take the whole viewport */
    object-fit: cover;
    object-position: top center;
    display: block;
    transition: transform 0.6s ease;
}

.game-hero-card:hover {
    transform: translateY(-5px);
    border-color: rgba(243, 112, 33, 0.5);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.6), 0 0 35px rgba(243, 112, 33, 0.15);
}

.game-hero-card:hover .game-hero-img {
    transform: scale(1.01);
}

/* Sub-images 3-column Grid */
.game-subs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.game-sub-item {
    border-radius: 16px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.01);
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.game-sub-img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/5; /* Keep vertical layout for portrait sub-images */
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.game-sub-item:hover {
    transform: translateY(-5px) scale(1.02);
    border-color: rgba(243, 112, 33, 0.4);
    box-shadow: 0 15px 30px rgba(243, 112, 33, 0.12);
}

.game-sub-item:hover .game-sub-img {
    transform: scale(1.04);
}

/* Responsive adjustment for game showcases */
@media (max-width: 768px) {
    .game-subs-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }
    
    .game-hero-img {
        max-height: 280px;
    }
}

/* =======================================
   MOBILE ALIGNMENT FIXES (≤576px)
   ======================================= */
@media (max-width: 576px) {
    /* Tighter container padding on mobile */
    .container {
        padding: 0 1rem;
    }

    /* Navbar: keep logo+button aligned on a single row */
    .navbar {
        padding: 1rem 0;
        gap: 0.5rem;
    }

    .logo {
        font-size: 1.1rem;
        gap: 0.4rem;
    }

    .logo img {
        height: 32px !important;
    }

    .btn-nav-register {
        padding: 0.55rem 1.15rem;
        font-size: 0.85rem;
    }

    /* Portal section */
    .portal-section {
        padding: 2.5rem 0;
    }

    .portal-section .section-header {
        margin-bottom: 1.5rem;
    }

    .portal-card {
        padding: 1.5rem 1.25rem;
        border-radius: 16px;
    }

    .portal-title {
        font-size: 1.15rem;
    }

    .portal-header {
        margin-bottom: 1rem;
    }

    .btn-portal {
        font-size: 0.9rem;
        padding: 0.85rem 1.25rem;
        border-radius: 10px;
    }

    /* Hero section centering */
    .hero-centered {
        min-height: auto;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .hero-centered .hero-content {
        max-width: 100%;
    }

    .hero-centered .badge {
        font-size: 0.75rem;
        padding: 0.4rem 0.9rem;
        margin-bottom: 1rem;
    }

    .hero-centered h1 {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .hero p {
        font-size: 0.95rem;
        margin-bottom: 1.5rem;
    }

    /* Signal buttons */
    .direct-signal-btn {
        padding: 1rem 1.15rem;
        border-radius: 14px;
    }

    .direct-signal-btn .btn-title {
        font-size: 0.95rem;
    }

    .direct-signal-btn .btn-subtitle {
        font-size: 0.7rem;
    }

    .direct-signal-btn .btn-icon {
        font-size: 1.6rem;
    }

    /* Dashboard card */
    .hero-dashboard {
        padding: 1.5rem 1.15rem;
        border-radius: 18px;
        margin: 1.5rem auto;
    }

    /* Timing rows: wrap properly */
    .timing-row {
        flex-wrap: wrap;
        font-size: 0.82rem;
        gap: 0.35rem;
    }

    .timing-label {
        font-size: 0.82rem;
    }

    .timing-values {
        font-size: 0.8rem;
        word-break: break-word;
    }

    .dashboard-grid {
        gap: 0.75rem;
        margin-bottom: 1rem;
    }

    .dashboard-stat-box {
        padding: 1rem;
        border-radius: 12px;
    }

    .stat-box-label {
        font-size: 0.78rem;
    }

    .stat-box-value {
        font-size: 1.25rem;
    }

    .dashboard-recommendation {
        font-size: 0.8rem;
        flex-wrap: wrap;
    }

    /* Recovery / Instagram button */
    .recovery-box {
        max-width: 100%;
        margin: 1.5rem auto 0;
        gap: 0.75rem;
    }

    .recovery-bar {
        padding: 0.9rem 1rem;
        border-radius: 14px;
        flex-wrap: wrap;
        gap: 0.75rem;
    }

    .recovery-bar-left {
        gap: 0.75rem;
    }

    .recovery-bar-icon {
        width: 36px;
        height: 36px;
        font-size: 1.1rem;
        border-radius: 10px;
        flex-shrink: 0;
    }

    .recovery-bar-title {
        font-size: 0.9rem;
    }

    .recovery-bar-subtitle {
        font-size: 0.7rem;
    }

    .recovery-bar-action {
        font-size: 0.75rem;
    }

    /* Telegram secondary link */
    .secondary-support-link {
        padding: 0.9rem 1rem;
        border-radius: 14px;
    }

    .support-link-left {
        font-size: 0.85rem;
        gap: 0.6rem;
    }

    .support-link-left i {
        font-size: 1.1rem;
    }

    /* Section spacing */
    .section {
        padding: 4rem 0;
    }

    .section-title {
        font-size: 1.65rem;
        line-height: 1.25;
    }

    .section-subtitle {
        font-size: 0.95rem;
    }

    .section-header {
        margin-bottom: 2rem;
    }

    /* Gallery */
    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    /* Experts */
    .experts-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .expert-card {
        padding: 1.5rem;
        border-radius: 16px;
    }

    .expert-avatar {
        width: 90px;
        height: 90px;
    }

    .expert-name {
        font-size: 1.25rem;
    }

    /* Footer */
    .footer-content {
        flex-direction: column;
        gap: 1.5rem;
    }

    .footer-links {
        flex-direction: column;
        gap: 1.5rem;
    }

    footer {
        padding: 2rem 0 1.5rem;
        margin-top: 2rem;
    }

    /* Floating WhatsApp */
    .floating-wa {
        width: 52px;
        height: 52px;
        font-size: 1.7rem;
        bottom: 20px;
        right: 16px;
    }

    /* Announcement banner */
    .announcement-banner {
        padding: 0.5rem 0;
    }

    .banner-text {
        font-size: 0.82rem;
    }

    .banner-pill {
        font-size: 0.65rem;
        padding: 2px 7px;
    }

    /* Force clip any overflowing elements */
    .glow-spot {
        display: none;
    }

    .portal-grid {
        gap: 1rem;
    }

    /* Ensure nothing exceeds viewport */
    .container,
    .portal-section,
    .section,
    .hero,
    footer {
        max-width: 100vw;
        overflow-x: hidden;
    }
}



