/* BONK x GOKU x ANIME STYLE - AUTHENTIC BONKCOIN.COM STYLE */
/* Professional Theme overrides (opt-in via body.theme-pro) */
:root {
    --pro-bg: #0b0b10;
    --pro-surface: rgba(255, 255, 255, 0.04);
    --pro-border: rgba(255, 255, 255, 0.08);
    --pro-text: #e8eaed;
    --pro-muted: #aeb3bb;
    --pro-primary: #f59e0b; /* amber-500 */
    --pro-accent: #fb923c;  /* orange-400 */
    --pro-radius: 12px;
    --pro-shadow: 0 10px 30px rgba(0,0,0,0.25);
    --hero-bg-image: url('images/hero-background.png');
}

/* Background image + overlay */
body.theme-pro {
    background: var(--pro-bg);
    color: var(--pro-text);
    text-shadow: none;
}

body.theme-pro::before {
    background: linear-gradient(180deg, rgba(8,8,12,0.75) 0%, rgba(8,8,12,0.85) 100%), var(--hero-bg-image);
    background-size: cover;
    background-position: center;
    opacity: 1;
    animation: none;
}

body.theme-pro::after,
body.theme-pro .goku-aura,
body.theme-pro .particles,
body.theme-pro .animated-bg,
body.theme-pro .hero-background { display: none !important; }

/* Navbar */
.theme-pro .navbar {
    background: rgba(12,12,16,0.6);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--pro-border);
    box-shadow: none;
}
.theme-pro .navbar::before { display: none; }
.theme-pro .logo-text { text-shadow: none; color: var(--pro-primary); }
.theme-pro .nav-link { color: var(--pro-text); border-radius: var(--pro-radius); }
.theme-pro .nav-link:hover, .theme-pro .nav-link.active {
    background: rgba(255,255,255,0.06);
    border-color: transparent;
    text-shadow: none;
    color: var(--pro-primary);
}

/* Hero */
.theme-pro .hero { background: transparent; }

/* Ensure IPFS background is visible even in theme-pro */
.theme-pro .hero.hero--ipfs-bg {
    background: url('https://crimson-traditional-mastodon-846.mypinata.cloud/ipfs/bafybeidtdy7wpavcjcsz4iq4yaqe5grvdx3znti7sdahzonsr3batyifae') center center / cover no-repeat !important;
}
.theme-pro .title-main { text-shadow: none; color: var(--pro-text); }
.theme-pro .bonk-title { text-shadow: none; color: var(--pro-text); animation: none; }
.theme-pro .bonk-subtitle { text-shadow: none; color: var(--pro-muted); }
.theme-pro .hero-description { text-shadow: none; color: var(--pro-muted); background: rgba(0,0,0,0.3); border-radius: var(--pro-radius); padding: 12px 16px; }

/* Buttons */
.theme-pro .btn,
.theme-pro .btn-primary,
.theme-pro .btn-secondary,
.theme-pro .btn-nft,
.theme-pro .btn-saiyan,
.theme-pro .saiyan-btn,
.theme-pro .action-btn,
.theme-pro .filter-btn {
    border-radius: var(--pro-radius);
    border-width: 1px;
    border-color: var(--pro-border) !important;
    box-shadow: var(--pro-shadow);
    transform: none;
    text-shadow: none !important;
}
.theme-pro .btn { background: var(--pro-primary) !important; color: #000 !important; border-color: transparent !important; }
.theme-pro .btn-primary { background: linear-gradient(90deg, #fbbf24, #f59e0b) !important; }
.theme-pro .btn-secondary { background: rgba(255,255,255,0.1) !important; color: var(--pro-text) !important; border-color: var(--pro-border) !important; }
.theme-pro .btn-secondary:hover { background: rgba(255,255,255,0.16) !important; color: var(--pro-text) !important; }
.theme-pro .btn:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(0,0,0,0.28); }
.theme-pro .btn::after { filter: none; }

/* Sections and cards */
.theme-pro .wp-section,
.theme-pro .roadmap-phase,
.theme-pro .content-card,
.theme-pro .info-card,
.theme-pro .step-card { 
    background: var(--pro-surface);
    border: 1px solid var(--pro-border);
    border-radius: var(--pro-radius);
    box-shadow: var(--pro-shadow);
    transform: none;
}
.theme-pro .content-card:hover,
.theme-pro .step-card:hover,
.theme-pro .info-card:hover { transform: translateY(-6px); }

/* Badges and tags */
.theme-pro .section-badge,
.theme-pro .hero-badge { 
    background: rgba(255,255,255,0.06);
    border: 1px solid var(--pro-border);
    border-radius: 999px;
    color: var(--pro-text);
    box-shadow: none;
}
.theme-pro .tag { background: rgba(255,255,255,0.08); color: var(--pro-text); border: 1px solid var(--pro-border); }

/* Footer */
.theme-pro .footer { background: rgba(8,8,12,0.9); border-top: 1px solid var(--pro-border); }
.theme-pro .footer-text p { color: var(--pro-muted); }

/* Reduce heavy animations */
.theme-pro .bonk-title,
.theme-pro .logo-text,
.theme-pro .badge-icon { animation: none; }

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

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: 'Arial Black', 'Impact', 'Comic Sans MS', sans-serif;
    line-height: 1.6;
    color: #ffffff;
    background: #000000;
    overflow-x: hidden;
    position: relative;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

/* BONK Background Pattern - AUTHENTIC BONKCOIN.COM */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        url('images/hero-background.png'),
        radial-gradient(circle at 20% 80%, rgba(255, 165, 0, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 0, 0, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 40% 40%, rgba(255, 215, 0, 0.1) 0%, transparent 50%),
        linear-gradient(45deg, rgba(255, 165, 0, 0.05) 25%, transparent 25%, transparent 75%, rgba(255, 165, 0, 0.05) 75%),
        linear-gradient(45deg, rgba(255, 165, 0, 0.05) 25%, transparent 25%, transparent 75%, rgba(255, 165, 0, 0.05) 75%);
    background-size: cover, 100px 100px, 100px 100px, 50px 50px, 20px 20px, 20px 20px;
    background-position: center, 0 0, 50px 50px, 25px 25px, 0 0, 10px 10px;
    background-repeat: no-repeat, repeat, repeat, repeat, repeat, repeat;
    pointer-events: none;
    z-index: -1;
    animation: backgroundShift 10s ease-in-out infinite;
}

@keyframes backgroundShift {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 0.6; }
}

/* Floating BONK Particles */
body::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffa500' fill-opacity='0.1'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    animation: floatParticles 20s linear infinite;
    pointer-events: none;
    z-index: -1;
}

/* GOKU ENERGY AURA */
.goku-aura {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 215, 0, 0.3) 0%, transparent 70%);
    animation: gokuAura 4s ease-in-out infinite;
    pointer-events: none;
    z-index: -1;
}

.goku-aura::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 165, 0, 0.2) 0%, transparent 70%);
    animation: gokuAura 4s ease-in-out infinite reverse;
}

@keyframes gokuAura {
    0%, 100% { 
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.3;
    }
    50% { 
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0.6;
    }
}

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

/* BONK x GOKU Typography - AUTHENTIC BONKCOIN.COM */
.bonk-title {
    font-family: 'Arial Black', 'Impact', 'Comic Sans MS', sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 900;
    font-size: 3.5rem;
    position: relative;
    display: inline-block;
    color: #ffa500;
    text-shadow: 
        3px 3px 0 #ff0000,
        6px 6px 0 #ff4500,
        9px 9px 0 #ff6b00,
        12px 12px 0 #ff8c00,
        0 0 30px rgba(255, 165, 0, 0.9),
        0 0 60px rgba(255, 0, 0, 0.7),
        0 0 90px rgba(255, 215, 0, 0.5);
    animation: bonkGlow 1.5s ease-in-out infinite alternate;
    font-weight: 900;
    transform: skew(-2deg);
}

.bonk-subtitle {
    font-family: 'Arial Black', 'Impact', 'Comic Sans MS', sans-serif !important;
    font-weight: 900;
    color: #ffd700;
    text-shadow: 
        2px 2px 0 #ff8c00,
        4px 4px 0 #ffa500,
        0 0 15px rgba(255, 215, 0, 0.8),
        0 0 30px rgba(255, 165, 0, 0.6);
    letter-spacing: 2px;
    font-size: 1.5rem;
    text-transform: uppercase;
    transform: skew(-1deg);
}

.bonk-text {
    font-family: 'Arial Black', 'Impact', sans-serif;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 
        2px 2px 4px rgba(0, 0, 0, 0.9),
        0 0 10px rgba(255, 165, 0, 0.3);
    line-height: 1.8;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}

@keyframes bonkGlow {
    0% { 
        text-shadow: 
            3px 3px 0 #ff0000,
            6px 6px 0 #ff4500,
            9px 9px 0 #ff6b00,
            12px 12px 0 #ff8c00,
            0 0 30px rgba(255, 165, 0, 0.9),
            0 0 60px rgba(255, 0, 0, 0.7),
            0 0 90px rgba(255, 215, 0, 0.5);
        transform: scale(1) skew(-2deg);
    }
    50% {
        text-shadow: 
            4px 4px 0 #ff0000,
            8px 8px 0 #ff4500,
            12px 12px 0 #ff6b00,
            16px 16px 0 #ff8c00,
            0 0 40px rgba(255, 165, 0, 1),
            0 0 80px rgba(255, 0, 0, 0.9),
            0 0 120px rgba(255, 215, 0, 0.7);
        transform: scale(1.05) skew(-2deg);
    }
    100% { 
        text-shadow: 
            3px 3px 0 #ff0000,
            6px 6px 0 #ff4500,
            9px 9px 0 #ff6b00,
            12px 12px 0 #ff8c00,
            0 0 30px rgba(255, 165, 0, 0.9),
            0 0 60px rgba(255, 0, 0, 0.7),
            0 0 90px rgba(255, 215, 0, 0.5);
        transform: scale(1) skew(-2deg);
    }
}

@keyframes animeGradient {
    0% { 
        background-position: 0% 50%;
        filter: drop-shadow(0 0 20px rgba(255, 165, 0, 0.5));
    }
    100% { 
        background-position: 100% 50%;
        filter: drop-shadow(0 0 30px rgba(255, 165, 0, 0.8)) drop-shadow(0 0 40px rgba(255, 107, 71, 0.6));
    }
}

@keyframes animeFloat {
    0%, 100% { 
        transform: translateY(0px) scale(1);
    }
    50% { 
        transform: translateY(-5px) scale(1.02);
    }
}

.bonku-title-3d::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(255, 215, 0, 0.3);
    transform: translateZ(-20px) translateX(3px) translateY(3px);
    text-shadow: none;
    z-index: -1;
}

.bonku-title-3d::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(255, 69, 0, 0.2);
    transform: translateZ(-40px) translateX(6px) translateY(6px);
    text-shadow: none;
    z-index: -2;
}

@keyframes title3DFloat {
    0%, 100% { 
        transform: rotateX(0deg) rotateY(0deg) translateZ(0px);
    }
    25% { 
        transform: rotateX(5deg) rotateY(-2deg) translateZ(10px);
    }
    50% { 
        transform: rotateX(0deg) rotateY(2deg) translateZ(15px);
    }
    75% { 
        transform: rotateX(-3deg) rotateY(0deg) translateZ(10px);
    }
}

@keyframes powerPulse {
    0% { 
        text-shadow: 
            0 0 10px rgba(255, 165, 0, 0.8),
            0 0 20px rgba(255, 165, 0, 0.6),
            0 0 30px rgba(255, 165, 0, 0.4),
            2px 2px 4px rgba(0, 0, 0, 0.8);
    }
    100% { 
        text-shadow: 
            0 0 20px rgba(255, 165, 0, 1),
            0 0 30px rgba(255, 165, 0, 0.8),
            0 0 40px rgba(255, 165, 0, 0.6),
            2px 2px 4px rgba(0, 0, 0, 0.8);
    }
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* BONK Navigation - AUTHENTIC BONKCOIN.COM */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.95) 0%, rgba(255, 69, 0, 0.15) 50%, rgba(0, 0, 0, 0.95) 100%);
    backdrop-filter: blur(15px);
    z-index: 1000;
    border-bottom: 4px solid #ffa500;
    box-shadow: 
        0 4px 20px rgba(255, 165, 0, 0.4),
        0 0 40px rgba(255, 0, 0, 0.3);
}

.navbar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #ff0000, #ffa500, #ffd700, #ffa500, #ff0000);
    animation: borderGlow 3s ease-in-out infinite;
}

@keyframes borderGlow {
    0%, 100% { opacity: 0.7; }
    50% { opacity: 1; }
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
}

.logo-text {
    font-family: 'Arial Black', 'Impact', sans-serif;
    font-size: 28px;
    font-weight: 900;
    color: #ffa500;
    text-shadow: 
        2px 2px 0 #ff0000,
        4px 4px 0 #ff4500,
        0 0 15px rgba(255, 165, 0, 0.8);
    animation: bonkLogo 2s ease-in-out infinite alternate;
    letter-spacing: 2px;
}

@keyframes bonkLogo {
    0% { 
        text-shadow: 
            2px 2px 0 #ff0000,
            4px 4px 0 #ff4500,
            0 0 15px rgba(255, 165, 0, 0.8);
    }
    100% { 
        text-shadow: 
            2px 2px 0 #ff0000,
            4px 4px 0 #ff4500,
            0 0 25px rgba(255, 165, 0, 1),
            0 0 35px rgba(255, 0, 0, 0.6);
    }
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 30px;
}

.nav-link {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    position: relative;
    transition: all 0.3s ease;
    padding: 10px 20px;
    border: 2px solid transparent;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.nav-link:hover,
.nav-link.active {
    color: #ffa500;
    text-shadow: 0 0 10px rgba(255, 165, 0, 0.8);
    border-color: #ffa500;
    background: rgba(255, 165, 0, 0.1);
    transform: scale(1.05);
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #ff0000, #ffa500, #ffd700);
    transition: width 0.3s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 100%;
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: #ffa500;
    margin: 3px 0;
    transition: 0.3s;
}

/* Hero Section */
.hero {
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(135deg, #000000 0%, #1a0a0a 30%, #2a0a0a 70%, #000000 100%);
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(135deg, #000000 0%, #1a0a0a 30%, #2a0a0a 70%, #000000 100%),
        radial-gradient(circle at 30% 70%, rgba(255, 69, 0, 0.2) 0%, transparent 50%),
        radial-gradient(circle at 70% 30%, rgba(255, 165, 0, 0.15) 0%, transparent 50%);
}

.animated-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 80%, rgba(255, 107, 0, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 165, 0, 0.1) 0%, transparent 50%);
    animation: pulse 4s ease-in-out infinite alternate;
}

/* IPFS background for first fold */
.hero--ipfs-bg {
    background: url('https://crimson-traditional-mastodon-846.mypinata.cloud/ipfs/bafybeidtdy7wpavcjcsz4iq4yaqe5grvdx3znti7sdahzonsr3batyifae') center center / cover no-repeat;
}

.hero--ipfs-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.55) 40%, rgba(0,0,0,0.65) 100%);
    pointer-events: none;
    z-index: 0;
}

.hero--ipfs-bg .hero-content { position: relative; z-index: 1; }
.hero--ipfs-bg .scroll-indicator { position: relative; z-index: 1; }

@keyframes pulse {
    0% { opacity: 0.3; }
    100% { opacity: 0.7; }
}

.particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(2px 2px at 20px 30px, #ffa500, transparent),
        radial-gradient(2px 2px at 40px 70px, #ff6b00, transparent),
        radial-gradient(1px 1px at 90px 40px, #ffffff, transparent),
        radial-gradient(1px 1px at 130px 80px, #ffa500, transparent);
    background-repeat: repeat;
    background-size: 150px 120px;
    animation: float 10s linear infinite;
}

@keyframes float {
    0% { transform: translate(0, 0) rotate(0deg); }
    33% { transform: translate(30px, -30px) rotate(120deg); }
    66% { transform: translate(-20px, 20px) rotate(240deg); }
    100% { transform: translate(0, 0) rotate(360deg); }
}

.hero-content {
    text-align: center;
    z-index: 2;
    max-width: 900px;
    position: relative;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: #000000;
    border: 3px solid #ffa500;
    padding: 15px 30px;
    margin-bottom: 40px;
    font-family: 'Arial Black', 'Impact', 'Comic Sans MS', sans-serif;
    font-weight: 900;
    font-size: 1.2rem;
    color: #ffa500;
    letter-spacing: 3px;
    transition: all 0.4s ease;
    text-transform: uppercase;
    box-shadow: 
        0 6px 0 #ff4500,
        0 12px 25px rgba(255, 165, 0, 0.4),
        0 0 20px rgba(255, 165, 0, 0.3);
    transform: skew(-2deg);
}

.hero-badge:hover {
    transform: translateY(-4px) skew(-2deg) scale(1.05);
    box-shadow: 
        0 8px 0 #ff4500,
        0 16px 35px rgba(255, 165, 0, 0.6),
        0 0 30px rgba(255, 165, 0, 0.5);
    background: linear-gradient(45deg, #ffa500, #ffd700);
    color: #000000;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.badge-icon {
    font-size: 1.2rem;
    animation: bonkBadge 2s ease-in-out infinite alternate;
}

.badge-text {
    font-weight: 900;
}

@keyframes bonkBadge {
    0% { 
        text-shadow: 0 0 5px rgba(255, 165, 0, 0.8);
        transform: scale(1);
    }
    100% { 
        text-shadow: 0 0 15px rgba(255, 165, 0, 1);
        transform: scale(1.1);
    }
}

.hero-icon {
    position: relative;
    margin-bottom: 30px;
}

.bonku-icon {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: none;
    position: relative;
    transition: transform 0.3s ease, filter 0.3s ease;
    box-shadow: none;
    animation: iconFloat3D 10s ease-in-out infinite;
    transform: none;
    background-color: transparent;
}

.bonku-icon::after { content: none; }

/* Removed constant spin for a cleaner, professional look */

@keyframes starTwinkle {
    0% { 
        transform: scale(1) rotate(0deg);
        opacity: 0.7;
        text-shadow: 0 0 15px rgba(255, 215, 0, 0.8);
    }
    100% { 
        transform: scale(1.4) rotate(180deg);
        opacity: 1;
        text-shadow: 0 0 25px rgba(255, 215, 0, 1), 0 0 35px rgba(255, 165, 0, 0.8);
    }
}

.bonku-icon::before { display: none; }

.hero-icon:hover .bonku-icon { transform: translateY(-4px) scale(1.03); filter: saturate(1.05) contrast(1.05); }

@keyframes iconFloat3D {
    0%, 100% { 
        transform: rotateY(0deg) rotateX(0deg) translateZ(0px);
    }
    25% { 
        transform: rotateY(5deg) rotateX(-3deg) translateZ(5px);
    }
    50% { 
        transform: rotateY(0deg) rotateX(3deg) translateZ(10px);
    }
    75% { 
        transform: rotateY(-5deg) rotateX(0deg) translateZ(5px);
    }
}

.icon-aura { display: none; }

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

/* Tone down aura for professional theme */
.theme-pro .icon-aura { display: none; }

.hero-title {
    margin-bottom: 40px;
}

.title-main {
    display: block;
    font-size: clamp(4rem, 12vw, 8rem);
    margin-bottom: 20px;
    line-height: 0.9;
    transform: skew(-2deg);
}

.title-sub {
    display: block;
    font-size: clamp(1.1rem, 3vw, 1.6rem);
    margin-top: 10px;
    opacity: 0.95;
}

@keyframes gradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.title-sub {
    display: block;
    font-size: clamp(1rem, 3vw, 1.5rem);
    font-weight: 400;
    color: #cccccc;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.hero-description {
    font-size: clamp(1.1rem, 3vw, 1.4rem);
    margin-bottom: 50px;
    font-weight: 700;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
    transform: skew(-1deg);
}

.hero-buttons {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

/* BONK Style Buttons - AUTHENTIC BONKCOIN.COM */
.btn {
    padding: 20px 40px;
    border: 4px solid #ffa500;
    border-radius: 0;
    font-family: 'Arial Black', 'Impact', 'Comic Sans MS', sans-serif;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 3px;
    cursor: pointer;
    position: relative;
    isolation: isolate;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    transition: all 0.4s ease;
    text-transform: uppercase;
    overflow: hidden;
    box-shadow: 
        0 10px 0 #ff4500,
        0 20px 30px rgba(0, 0, 0, 0.5),
        0 0 20px rgba(255, 165, 0, 0.3);
    transform: skew(-2deg);
    color: #000000 !important;
    background: #ffa500 !important;
    text-shadow: none !important;
}

.btn:link,
.btn:visited {
    color: #000000 !important;
}

.btn > *,
.btn i,
.btn span {
    position: relative;
    z-index: 1;
    color: inherit !important;
    text-shadow: none !important;
}

.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
    z-index: 0;
    pointer-events: none;
}

.btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: inherit;
    border-radius: inherit;
    transform: translateZ(-8px);
    filter: brightness(0.7);
    transition: transform 0.3s ease;
    z-index: -1;
    pointer-events: none;
}

.btn:hover {
    transform: translateY(-4px) rotateX(10deg);
}

.btn:hover::before {
    transform: translateZ(-12px);
}

.btn:active {
    transform: translateY(-2px) rotateX(5deg);
    transition: all 0.1s ease;
}

.btn:hover::before {
    left: 100%;
}

.btn:hover {
    transform: translateY(-3px);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 5px 15px rgba(0, 0, 0, 0.1);
}

.btn:active {
    transform: translateY(-1px);
    transition: all 0.1s ease;
}

.btn-primary {
    background: linear-gradient(45deg, #ff0000, #ffa500, #ffd700) !important;
    color: #000000 !important;
    border-color: #ffa500 !important;
    text-shadow: none !important;
}

.btn-primary:hover {
    background: linear-gradient(45deg, #ffd700, #ffa500, #ff0000) !important;
    color: #000000 !important;
    transform: translateY(-5px) scale(1.08) skew(-2deg);
    box-shadow: 
        0 15px 0 #ff4500,
        0 25px 40px rgba(255, 165, 0, 0.6),
        0 0 30px rgba(255, 165, 0, 0.9),
        0 0 50px rgba(255, 0, 0, 0.5);
    text-shadow: none !important;
    animation: powerUp 0.4s ease-in-out;
}

@keyframes powerUp {
    0% { transform: translateY(-3px) scale(1.05); }
    50% { transform: translateY(-3px) scale(1.1); }
    100% { transform: translateY(-3px) scale(1.05); }
}

.btn-secondary {
    background: #ffa500 !important;
    color: #000000 !important;
    border-color: #ffa500 !important;
    text-shadow: none !important;
}

.btn-secondary:hover {
    background: #ffa500 !important;
    color: #000000 !important;
    transform: translateY(-3px);
    box-shadow: 
        0 12px 0 #ff4500,
        0 20px 30px rgba(255, 165, 0, 0.3);
    text-shadow: none !important;
}

@keyframes primaryGlow {
    0% { 
        background-position: 0% 50%;
        box-shadow: 
            0 8px 25px rgba(0, 0, 0, 0.15),
            0 2px 10px rgba(0, 0, 0, 0.1);
    }
    100% { 
        background-position: 100% 50%;
        box-shadow: 
            0 8px 25px rgba(255, 165, 0, 0.2),
            0 2px 10px rgba(255, 107, 71, 0.1);
    }
}

.btn-nft {
    background: linear-gradient(45deg, #8a2be2, #4b0082);
    color: #000000 !important;
    font-size: 18px;
    padding: 20px 40px;
    text-shadow: none !important;
}

.btn-nft:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(138, 43, 226, 0.4);
    color: #000000 !important;
    text-shadow: none !important;
}

/* Force visibility for all button text and spans */
.btn span,
.btn-primary span,
.btn-secondary span,
.btn-nft span,
.filter-btn span,
.action-btn span {
    color: inherit !important;
    text-shadow: inherit !important;
}

/* Scroll Indicator */
.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #ffa500;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); }
    40% { transform: translateX(-50%) translateY(-10px); }
    60% { transform: translateX(-50%) translateY(-5px); }
}

.scroll-arrow {
    width: 20px;
    height: 20px;
    border-right: 2px solid #ffa500;
    border-bottom: 2px solid #ffa500;
    transform: rotate(45deg);
    margin: 0 auto 10px;
}

/* Sections */
.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #000000;
    border: 3px solid #ffa500;
    padding: 12px 24px;
    margin-bottom: 25px;
    font-family: 'Arial Black', 'Impact', 'Comic Sans MS', sans-serif;
    font-weight: 900;
    font-size: 1.1rem;
    color: #ffa500;
    letter-spacing: 2px;
    text-transform: uppercase;
    box-shadow: 
        0 5px 0 #ff4500,
        0 10px 20px rgba(255, 165, 0, 0.3);
    transform: skew(-1deg);
}

.section-title {
    font-size: clamp(2.5rem, 6vw, 3.8rem);
    margin-bottom: 20px;
    line-height: 1.1;
    transform: skew(-1deg);
}

.section-subtitle {
    font-size: clamp(1.1rem, 3vw, 1.5rem);
    margin-bottom: 0;
    transform: skew(-1deg);
}

/* Whitepaper Section - AUTHENTIC BONKCOIN.COM */
.whitepaper {
    padding: 120px 0;
    background: 
        url('images/solana-blockchain-bg.png'),
        linear-gradient(135deg, #000000 0%, #1a0a0a 30%, #2a0a0a 70%, #000000 100%);
    background-size: cover, auto;
    background-position: center, center;
    background-repeat: no-repeat, repeat;
    position: relative;
}

.whitepaper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(255, 165, 0, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(255, 107, 0, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(255, 215, 0, 0.05) 0%, transparent 50%);
}

.whitepaper-content {
    position: relative;
    z-index: 2;
}

.wp-section {
    margin-bottom: 60px;
    padding: 40px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 0;
    border: 3px solid rgba(255, 165, 0, 0.3);
    backdrop-filter: blur(15px);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        0 0 20px rgba(255, 165, 0, 0.2);
    transform: skew(-1deg);
}

.wp-section h3 {
    font-family: 'Arial Black', 'Impact', 'Comic Sans MS', sans-serif;
    font-size: 2rem;
    color: #ffa500;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    transform: skew(-1deg);
}

.wp-section h3 i {
    color: #ff6b00;
}

.wp-section p {
    margin-bottom: 20px;
    color: #ffffff;
    line-height: 1.9;
    font-size: 1.1rem;
    font-weight: 600;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.foundation-list {
    list-style: none;
    padding-left: 0;
}

.foundation-list li {
    margin-bottom: 15px;
    color: #ffffff;
    padding-left: 25px;
    position: relative;
    font-weight: 600;
    font-size: 1.1rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.foundation-list li::before {
    content: none;
}

/* Roadmap */
.roadmap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.roadmap-phase {
    background: rgba(0, 0, 0, 0.8);
    padding: 30px;
    border-radius: 0;
    border: 3px solid rgba(255, 165, 0, 0.3);
    backdrop-filter: blur(15px);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        0 0 20px rgba(255, 165, 0, 0.2);
    transform: skew(-1deg);
}

.roadmap-phase h4 {
    color: #ffa500;
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-weight: 900;
    font-family: 'Arial Black', 'Impact', 'Comic Sans MS', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    transform: skew(-1deg);
}

.roadmap-phase ul {
    list-style: none;
}

.roadmap-phase li {
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.1rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.roadmap-phase li::before {
    content: none;
}

/* Pack Highlights */
.pack-highlights {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 25px;
}

.highlight {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 0;
    border: 3px solid rgba(255, 165, 0, 0.3);
    backdrop-filter: blur(15px);
    box-shadow: 
        0 8px 25px rgba(0, 0, 0, 0.5),
        0 0 15px rgba(255, 165, 0, 0.2);
    transform: skew(-1deg);
}

.highlight i {
    color: #ffa500;
    font-size: 1.5rem;
    text-shadow: 0 0 10px rgba(255, 165, 0, 0.8);
    animation: bonkBadge 2s ease-in-out infinite alternate;
}

.highlight span {
    color: #ffffff;
    font-weight: 700;
    font-size: 1.1rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    font-family: 'Arial Black', 'Impact', sans-serif;
}

/* Lotto Section */
.lotto-subtitle {
    color: #ffa500;
    font-style: italic;
    font-size: 1.1rem;
    margin-bottom: 15px;
}

.lotto-steps {
    list-style: none;
    counter-reset: step-counter;
}

.lotto-steps li {
    counter-increment: step-counter;
    margin-bottom: 15px;
    padding-left: 40px;
    position: relative;
    color: #cccccc;
}

.lotto-steps li::before {
    content: counter(step-counter);
    position: absolute;
    left: 0;
    top: 0;
    background: #ffa500;
    color: #0a0a0a;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.9rem;
}

.lotto-steps i {
    color: #ffa500;
    margin-right: 10px;
}

/* NFT Section */
.nft-section {
    padding: 100px 0;
    background: 
        url('images/anime-meme-fusion-bg.png'),
        linear-gradient(135deg, #0a0a0a 0%, #2d1b69 50%, #0a0a0a 100%);
    background-size: cover, auto;
    background-position: center, center;
    background-repeat: no-repeat, repeat;
}

/* Mint panel and embedded widgets */
.mint-panel {
    margin: 30px auto 50px;
    max-width: 720px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 24px;
    backdrop-filter: blur(16px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.35);
}

#slider-container {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
}

#mint-counter {
    margin-top: 12px;
    color: #f5deb3; /* wheat */
    font-weight: 700;
    letter-spacing: 0.5px;
}

/* Discreet NFT peek grid with glass/blur */
.nft-peek-gallery {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
    user-select: none;
}

.peek-card {
    position: relative;
    aspect-ratio: 1/1;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.04);
}

.peek-image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: blur(18px) saturate(0.7) brightness(0.7);
    transform: scale(1.1);
    pointer-events: none;
}

.peek-glass {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02));
    backdrop-filter: blur(8px) saturate(140%);
}

.peek-card::after {
    content: 'Preview';
    position: absolute;
    bottom: 10px;
    right: 12px;
    font-size: 12px;
    color: rgba(255,255,255,0.7);
    background: rgba(0,0,0,0.35);
    padding: 6px 10px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.15);
}

.nft-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.nft-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid rgba(138, 43, 226, 0.3);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.nft-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(138, 43, 226, 0.3);
    border-color: rgba(138, 43, 226, 0.6);
}

.nft-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1;
    line-height: 0;
}

.nft-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    background: #000;
    transition: transform 0.3s ease;
}

.nft-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    background: #000;
    display: block;
}

.nft-card:hover .nft-img { transform: scale(1); }

.nft-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    padding: 20px;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    z-index: 2;
}

.nft-card:hover .nft-overlay {
    transform: translateY(0);
}

.nft-overlay h4 {
    color: #ffffff;
    font-size: 1.25rem;
    margin-bottom: 5px;
}

.nft-overlay p {
    color: #cccccc;
    font-size: 0.9rem;
}

.nft-shop {
    text-align: center;
}

/* Contact Section */
.contact {
    padding: 100px 0;
    background: 
        url('images/shiba-pattern-bg.png'),
        linear-gradient(135deg, #0f0f0f 0%, #1a1a2e 100%);
    background-size: cover, auto;
    background-position: center, center;
    background-repeat: no-repeat, repeat;
}

.contact-links {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.contact-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    border: 1px solid rgba(255, 165, 0, 0.2);
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease;
    min-width: 120px;
}

.contact-link:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(255, 165, 0, 0.2);
    border-color: rgba(255, 165, 0, 0.5);
    color: #ffa500;
}

.contact-link i {
    font-size: 2rem;
    color: #ffa500;
}



/* Footer */
.footer {
    background: #0a0a0a;
    padding: 60px 0 30px;
    border-top: 1px solid rgba(255, 165, 0, 0.2);
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-logo-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.footer-logo h3 {
    font-family: 'Orbitron', monospace;
    color: #ffa500;
    font-size: 1.5rem;
}

.footer-text p {
    color: #cccccc;
    margin-bottom: 10px;
    line-height: 1.6;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-links a {
    color: #cccccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #ffa500;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 165, 0, 0.1);
}

.footer-bottom p {
    color: #777777;
    font-size: 0.9rem;
}

/* Dragon Ball Z Energy Effects */
.dbz-energy-aura {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 30% 20%, rgba(255, 215, 0, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgba(255, 165, 0, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(255, 69, 0, 0.05) 0%, transparent 70%);
    animation: energyFlow 4s ease-in-out infinite alternate;
}

@keyframes energyFlow {
    0% { 
        opacity: 0.3;
        transform: scale(1) rotate(0deg);
    }
    100% { 
        opacity: 0.7;
        transform: scale(1.1) rotate(5deg);
    }
}

.ki-energy-balls {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.ki-ball {
    position: absolute;
    width: 20px;
    height: 20px;
    background: radial-gradient(circle, #ffd700 0%, #ff8c00 100%);
    border-radius: 50%;
    box-shadow: 
        0 0 20px rgba(255, 215, 0, 0.8),
        0 0 40px rgba(255, 140, 0, 0.6),
        inset 0 0 10px rgba(255, 255, 255, 0.3);
    animation: kiFloat 6s linear infinite;
}

.ki-ball:nth-child(1) {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
    animation-duration: 8s;
}

.ki-ball:nth-child(2) {
    top: 60%;
    right: 15%;
    animation-delay: 2s;
    animation-duration: 10s;
}

.ki-ball:nth-child(3) {
    bottom: 30%;
    left: 20%;
    animation-delay: 4s;
    animation-duration: 7s;
}

@keyframes kiFloat {
    0% { 
        transform: translate(0, 0) scale(1);
        opacity: 0;
    }
    10% { 
        opacity: 1;
    }
    50% { 
        transform: translate(100px, -50px) scale(1.2);
        opacity: 0.8;
    }
    90% { 
        opacity: 1;
    }
    100% { 
        transform: translate(200px, -100px) scale(0.8);
        opacity: 0;
    }
}

.saiyan-btn {
    position: relative;
    overflow: hidden;
    background: linear-gradient(45deg, #ff6b00, #ffd700, #ff8c00) !important;
    border: 2px solid #ffd700 !important;
    color: #000000 !important;
    text-shadow: none !important;
    font-weight: 700 !important;
    transition: all 0.3s ease;
}

.saiyan-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

.saiyan-btn:hover::before {
    left: 100%;
}

.saiyan-btn:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 
        0 10px 30px rgba(255, 215, 0, 0.5),
        0 0 20px rgba(255, 215, 0, 0.8),
        inset 0 0 20px rgba(255, 255, 255, 0.2);
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
}

/* Professional Training Hero */
.train-hero-professional {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: 
        url('images/goku-energy-bg.png'),
        linear-gradient(135deg, #0f0f23 0%, #1a1a3a 50%, #0f0f23 100%);
    background-size: cover, auto;
    background-position: center, center;
    background-repeat: no-repeat, repeat;
    position: relative;
    margin-top: 70px;
    overflow: hidden;
    padding: 60px 20px;
}

.hero-3d-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    perspective: 1000px;
    transform-style: preserve-3d;
}

.floating-cube {
    position: absolute;
    width: 60px;
    height: 60px;
    background: linear-gradient(45deg, rgba(255, 165, 0, 0.1), rgba(255, 107, 0, 0.05));
    border: 1px solid rgba(255, 165, 0, 0.2);
    transform-style: preserve-3d;
    animation: cubeFloat 8s ease-in-out infinite;
}

.floating-cube::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(255, 165, 0, 0.05), transparent);
    transform: translateZ(30px);
}

.floating-cube::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 165, 0, 0.03), transparent);
    transform: rotateY(90deg) translateZ(30px);
}

.cube-1 {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
    animation-duration: 10s;
}

.cube-2 {
    top: 60%;
    right: 15%;
    animation-delay: 2s;
    animation-duration: 12s;
}

.cube-3 {
    bottom: 30%;
    left: 20%;
    animation-delay: 4s;
    animation-duration: 8s;
}

.cube-4 {
    top: 30%;
    right: 30%;
    animation-delay: 6s;
    animation-duration: 14s;
}

@keyframes cubeFloat {
    0%, 100% {
        transform: translateY(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    }
    25% {
        transform: translateY(-20px) rotateX(90deg) rotateY(45deg) rotateZ(45deg);
    }
    50% {
        transform: translateY(-10px) rotateX(180deg) rotateY(90deg) rotateZ(90deg);
    }
    75% {
        transform: translateY(-30px) rotateX(270deg) rotateY(135deg) rotateZ(135deg);
    }
}

.train-hero-content-pro {
    text-align: center;
    max-width: 900px;
    position: relative;
    z-index: 10;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 165, 0, 0.1);
    border: 1px solid rgba(255, 165, 0, 0.3);
    padding: 8px 16px;
    border-radius: 20px;
    color: #ffa500;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
}

.train-title-pro {
    font-size: clamp(2.5rem, 6vw, 4rem);
    margin-bottom: 15px;
}

.train-subtitle-pro {
    font-size: 1.5rem;
    color: #ffa500;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: 'Exo 2', sans-serif;
}

.train-description-pro {
    font-size: 1.1rem;
    color: #cccccc;
    line-height: 1.7;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}



.hero-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-3d {
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.train-title {
    margin-bottom: 20px;
}

.train-description {
    font-size: 1.2rem;
    color: #cccccc;
    margin-bottom: 30px;
    line-height: 1.6;
}

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
}

.modal-content {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    margin: 5% auto;
    padding: 0;
    border: 1px solid rgba(255, 165, 0, 0.3);
    border-radius: 15px;
    width: 90%;
    max-width: 600px;
    max-height: 90vh;
    overflow-y: auto;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px;
    border-bottom: 1px solid rgba(255, 165, 0, 0.2);
}

.modal-header h2 {
    color: #ffa500;
    font-family: 'Orbitron', monospace;
    font-size: 1.5rem;
}

.close {
    color: #ffa500;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s ease;
}

.close:hover {
    color: #ff6b00;
}

.content-form {
    padding: 30px;
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    color: #ffa500;
    font-weight: 600;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 165, 0, 0.3);
    border-radius: 8px;
    color: #ffffff;
    font-family: 'Rajdhani', sans-serif;
    font-size: 16px;
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #ffa500;
    box-shadow: 0 0 10px rgba(255, 165, 0, 0.3);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #888888;
}

.form-buttons {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
    margin-top: 30px;
}

/* Filter Section */
.filter-section {
    padding: 40px 0;
    background: rgba(255, 255, 255, 0.02);
    border-bottom: 1px solid rgba(255, 165, 0, 0.1);
}

.filter-controls {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 10px 20px;
    background: #ffa500 !important;
    border: 1px solid rgba(255, 165, 0, 0.8);
    border-radius: 25px;
    color: #000000 !important;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    text-shadow: none !important;
}

.filter-btn:hover,
.filter-btn.active {
    background: #ffa500;
    color: #000000 !important;
    border-color: #ffa500;
    text-shadow: none !important;
}

.search-box {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}

.search-box input {
    width: 100%;
    padding: 12px 45px 12px 15px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 165, 0, 0.3);
    border-radius: 25px;
    color: #ffffff;
    font-family: 'Rajdhani', sans-serif;
}

.search-box i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #ffa500;
}

/* Content Grid */
.content-grid {
    padding: 60px 0;
    min-height: 60vh;
}

.content-items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 30px;
}

.content-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 25px;
    border: 1px solid rgba(255, 165, 0, 0.2);
    transition: all 0.3s ease;
}

.content-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(255, 165, 0, 0.1);
    border-color: rgba(255, 165, 0, 0.4);
}

.content-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.content-type {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
}

.content-type.exercise {
    background: rgba(255, 107, 0, 0.2);
    color: #ff6b00;
}

.content-type.diet {
    background: rgba(34, 197, 94, 0.2);
    color: #22c55e;
}

.content-type.routine {
    background: rgba(168, 85, 247, 0.2);
    color: #a855f7;
}

.content-type.nutrition {
    background: rgba(59, 130, 246, 0.2);
    color: #3b82f6;
}

.content-author {
    color: #888888;
    font-size: 0.9rem;
}

.content-title {
    font-size: 1.25rem;
    color: #ffa500;
    margin-bottom: 15px;
    font-weight: 600;
}

.content-description {
    color: #cccccc;
    line-height: 1.6;
    margin-bottom: 20px;
}

.content-video {
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.content-video iframe {
    width: 100%;
    height: 200px;
    border: none;
}

.content-text {
    color: #cccccc;
    line-height: 1.6;
    margin-bottom: 20px;
}

.content-text h4 {
    color: #ffa500;
    margin-bottom: 10px;
    margin-top: 20px;
}

.content-text ul {
    margin-left: 20px;
    margin-bottom: 15px;
}

.content-text p {
    margin-bottom: 10px;
}

.routine-schedule {
    display: grid;
    gap: 15px;
}

.day-routine {
    padding: 15px;
    background: rgba(255, 165, 0, 0.05);
    border-radius: 8px;
    border-left: 3px solid #ffa500;
}

.day-routine h4 {
    color: #ffa500;
    margin-bottom: 8px;
    font-size: 1rem;
}

.day-routine p {
    color: #cccccc;
    font-size: 0.9rem;
    margin: 0;
}

.content-tags {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.tag {
    background: rgba(255, 165, 0, 0.2);
    color: #ffa500;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 500;
}

.content-actions {
    display: flex;
    gap: 15px;
}

.action-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 15px;
    background: #ffa500 !important;
    border: 1px solid rgba(255, 165, 0, 0.8);
    border-radius: 20px;
    color: #000000 !important;
    font-family: 'Rajdhani', sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    text-shadow: none !important;
}

.action-btn:hover {
    background: #ffb733 !important;
    border-color: #ffa500 !important;
}

/* Force black text for all button types and their children, including icons */
a.btn,
a.btn:link,
a.btn:visited,
.btn,
.btn *,
.btn-primary,
.btn-primary *,
.btn-secondary,
.btn-secondary *,
.btn-nft,
.btn-nft *,
.btn-saiyan,
.btn-saiyan *,
.saiyan-btn,
.saiyan-btn *,
.filter-btn,
.filter-btn *,
.action-btn,
.action-btn * {
    color: #000000 !important;
    -webkit-text-fill-color: #000000 !important;
    text-shadow: none !important;
}

/* Ensure Font Awesome icons inherit text color explicitly */
.btn i,
.btn-primary i,
.btn-secondary i,
.btn-nft i,
.btn-saiyan i,
.saiyan-btn i,
.filter-btn i,
.action-btn i {
    color: inherit !important;
}

.like-btn.liked {
    background: #ffa500 !important;
    border-color: #ff6b00 !important;
    color: #000000 !important;
}

.empty-state {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px 20px;
    color: #888888;
}

.empty-state i { display: none; }

.empty-state h3 {
    color: #ffa500;
    margin-bottom: 15px;
    font-size: 1.5rem;
}

/* Enhanced Responsive Design */
@media (max-width: 768px) {
    .hamburger {
        display: flex;
    }
    
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 70px;
        flex-direction: column;
        background-color: rgba(10, 10, 10, 0.98);
        width: 100%;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(15px);
        padding: 30px 0;
        z-index: 1000;
    }
    
    .nav-menu.active {
        left: 0;
    }
    
    /* Hero Responsive */
    .hero-buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .bonku-title-3d {
        font-size: clamp(2rem, 8vw, 3rem) !important;
    }
    
    .bonku-icon {
        width: 120px;
        height: 120px;
    }
    
    /* Train Hero Responsive */
    .train-hero-professional {
        min-height: 70vh;
        padding: 40px 15px;
    }
    

    
    .hero-actions {
        flex-direction: column;
        gap: 15px;
    }
    
    .floating-cube {
        width: 40px;
        height: 40px;
        opacity: 0.5;
    }
    
    /* Process Steps Responsive */
    .process-steps {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .step-card {
        padding: 30px 20px;
    }
    
    .step-number {
        font-size: 2rem;
        top: 15px;
        right: 15px;
    }
    
    .step-icon-pro {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }
    
    .step-icon-pro i {
        font-size: 1.5rem;
    }
    
    /* Info Card Responsive */
    .info-card {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
        gap: 20px;
    }
    
    .info-icon {
        margin: 0 auto;
    }
    
    /* General Mobile Fixes */
    .contact-links {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    

    
    .nft-gallery {
        grid-template-columns: 1fr;
    }
    
    .content-items {
        grid-template-columns: 1fr;
    }
    
    .filter-controls {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    
    .form-buttons {
        flex-direction: column;
    }
    
    .modal-content {
        margin: 5% auto;
        width: 95%;
        max-height: 90vh;
        overflow-y: auto;
    }
    
    /* Visibility Fixes */
    .hero-description,
    .train-description-pro,
    .section-description-pro {
        color: #e0e0e0 !important;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
        background: rgba(0, 0, 0, 0.3);
        padding: 10px 15px;
        border-radius: 10px;
        backdrop-filter: blur(5px);
    }
    
    .step-card p,
    .info-content p {
        color: #d0d0d0 !important;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
    }
    
    /* Button Improvements for Mobile */
    .btn {
        padding: 12px 24px;
        font-size: 0.9rem;
        min-width: 160px;
    }
    
    .btn-3d:hover {
        transform: translateY(-2px) rotateX(5deg);
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }
    
    .hero-content {
        padding: 0 20px;
    }
    
    .wp-section {
        padding: 20px;
    }
    
    .content-card {
        padding: 20px;
    }
    
    .roadmap {
        grid-template-columns: 1fr;
    }
    
    .pack-highlights {
        grid-template-columns: 1fr;
    }
}

/* Animation Classes */
.fade-in {
    animation: fadeIn 0.8s ease-in-out;
}

/* Back to Top Button */
.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 30px;
    z-index: 1100;
    background: #ffa500;
    color: #000000;
    border: 2px solid #ff6b00;
    border-radius: 50px;
    padding: 12px 16px;
    font-weight: 900;
    font-family: 'Arial Black', 'Impact', 'Comic Sans MS', sans-serif;
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.back-to-top i {
    margin-right: 6px;
}

.back-to-top.show {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

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

.slide-up {
    animation: slideUp 0.6s ease-out;
}

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

/* Loading Animation */
.loading {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255, 165, 0, 0.3);
    border-radius: 50%;
    border-top-color: #ffa500;
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* How It Works Section */
.how-it-works {
    padding: 80px 0;
    background: linear-gradient(135deg, #0f0f0f 0%, #1a1a2e 50%, #0f0f0f 100%);
    position: relative;
}

.how-it-works::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(255, 215, 0, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255, 165, 0, 0.03) 0%, transparent 50%);
}

.training-explanation {
    position: relative;
    z-index: 2;
}

.power-level-indicator {
    text-align: center;
    margin-bottom: 50px;
}

.power-level {
    font-family: 'Russo One', sans-serif;
    font-size: 2rem;
    background: linear-gradient(45deg, #ff0000, #ff6b00, #ffd700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 30px rgba(255, 0, 0, 0.5);
    animation: powerLevelPulse 1.5s ease-in-out infinite alternate;
    display: inline-block;
    border: 2px solid rgba(255, 215, 0, 0.5);
    padding: 15px 30px;
    border-radius: 10px;
    background: rgba(255, 0, 0, 0.1);
}

@keyframes powerLevelPulse {
    0% { 
        transform: scale(1);
        box-shadow: 0 0 20px rgba(255, 0, 0, 0.3);
    }
    100% { 
        transform: scale(1.05);
        box-shadow: 0 0 40px rgba(255, 0, 0, 0.6);
    }
}

.training-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    margin-bottom: 60px;
}

.training-step {
    background: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 15px;
    border: 1px solid rgba(255, 215, 0, 0.2);
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.training-step::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #ff6b00, #ffd700, #ff8c00);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.training-step:hover::before {
    transform: scaleX(1);
}

.training-step:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(255, 215, 0, 0.2);
    border-color: rgba(255, 215, 0, 0.5);
}

.step-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: linear-gradient(45deg, #ff6b00, #ffd700);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.4);
    animation: iconPulse 3s ease-in-out infinite;
}

@keyframes iconPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.step-icon i {
    font-size: 2rem;
    color: #0a0a0a;
}

.training-step h3 {
    color: #ffd700;
    font-family: 'Exo 2', sans-serif;
    font-size: 1.25rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.training-step p {
    color: #cccccc;
    line-height: 1.6;
}

.admin-login-info {
    text-align: center;
    background: rgba(255, 215, 0, 0.1);
    padding: 30px;
    border-radius: 15px;
    border: 2px solid rgba(255, 215, 0, 0.3);
    position: relative;
}

.admin-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(45deg, #ff6b00, #ffd700);
    color: #0a0a0a;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: 700;
    margin-bottom: 15px;
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.4);
}

.admin-badge i {
    font-size: 1.2rem;
}

/* Admin Modal Styles */
.admin-modal {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    border: 2px solid rgba(255, 215, 0, 0.5);
    box-shadow: 0 0 50px rgba(255, 215, 0, 0.3);
}

.admin-login-form {
    padding: 40px;
    text-align: center;
}

.power-up-animation {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
}

.energy-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid transparent;
    border-top: 2px solid #ffd700;
    border-radius: 50%;
    animation: energyRingRotate 2s linear infinite;
}

.energy-ring:nth-child(1) {
    width: 60px;
    height: 60px;
    animation-duration: 1.5s;
    border-top-color: #ff6b00;
}

.energy-ring:nth-child(2) {
    width: 80px;
    height: 80px;
    animation-duration: 2s;
    animation-direction: reverse;
    border-top-color: #ffd700;
}

.energy-ring:nth-child(3) {
    width: 100px;
    height: 100px;
    animation-duration: 2.5s;
    border-top-color: #ff8c00;
}

@keyframes energyRingRotate {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.admin-login-form h3 {
    color: #ffd700;
    font-family: 'Russo One', sans-serif;
    margin-bottom: 30px;
    font-size: 1.3rem;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.btn-saiyan {
    background: linear-gradient(45deg, #ff0000, #ff6b00, #ffd700) !important;
    border: 2px solid #ffd700 !important;
    color: #000000 !important;
    font-family: 'Russo One', sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    box-shadow: 
        0 0 20px rgba(255, 215, 0, 0.4),
        inset 0 0 20px rgba(255, 255, 255, 0.1) !important;
    text-shadow: none !important;
    transition: all 0.3s ease !important;
}

.btn-saiyan:hover {
    transform: translateY(-3px) scale(1.05) !important;
    box-shadow: 
        0 15px 40px rgba(255, 215, 0, 0.6),
        0 0 30px rgba(255, 215, 0, 0.8),
        inset 0 0 30px rgba(255, 255, 255, 0.2) !important;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.8) !important;
}

.admin-hint {
    margin-top: 30px;
    padding: 20px;
    background: rgba(255, 215, 0, 0.1);
    border-radius: 10px;
    border: 1px solid rgba(255, 215, 0, 0.3);
}

.admin-hint p {
    margin-bottom: 5px;
    color: #cccccc;
}

.admin-hint code {
    background: rgba(255, 215, 0, 0.2);
    color: #ffd700;
    padding: 2px 6px;
    border-radius: 4px;
    font-family: 'Courier New', monospace;
    font-weight: bold;
}

/* Admin UI Enhancements */
.admin-active {
    background: linear-gradient(45deg, #ffd700, #ff8c00, #ff6b00) !important;
    border: 2px solid #ffd700 !important;
    box-shadow: 
        0 0 30px rgba(255, 215, 0, 0.6),
        inset 0 0 20px rgba(255, 255, 255, 0.2) !important;
    animation: adminGlow 2s ease-in-out infinite alternate !important;
}

@keyframes adminGlow {
    0% { 
        box-shadow: 
            0 0 30px rgba(255, 215, 0, 0.6),
            inset 0 0 20px rgba(255, 255, 255, 0.2);
    }
    100% { 
        box-shadow: 
            0 0 50px rgba(255, 215, 0, 0.9),
            inset 0 0 30px rgba(255, 255, 255, 0.3);
    }
}

.logout-btn {
    margin-top: 20px !important;
    font-size: 0.9rem !important;
    padding: 10px 20px !important;
}

/* Power-Up Effect */
.power-up-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: powerUpFadeIn 0.3s ease-out;
}

.power-up-content {
    text-align: center;
    position: relative;
}

.energy-burst {
    position: absolute;
    width: 200px;
    height: 200px;
    border: 3px solid transparent;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: energyBurst 1.5s ease-out;
}

.energy-burst:nth-child(1) {
    border-color: #ff0000;
    animation-delay: 0s;
}

.energy-burst:nth-child(2) {
    border-color: #ffd700;
    animation-delay: 0.3s;
    width: 150px;
    height: 150px;
}

.energy-burst:nth-child(3) {
    border-color: #ff8c00;
    animation-delay: 0.6s;
    width: 100px;
    height: 100px;
}

@keyframes energyBurst {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 1;
        box-shadow: 0 0 0 rgba(255, 215, 0, 0);
    }
    50% {
        opacity: 0.8;
        box-shadow: 0 0 50px rgba(255, 215, 0, 0.8);
    }
    100% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0;
        box-shadow: 0 0 100px rgba(255, 215, 0, 0);
    }
}

.power-up-text {
    font-family: 'Russo One', sans-serif;
    font-size: 3rem;
    color: #ffd700;
    text-shadow: 
        0 0 20px rgba(255, 215, 0, 1),
        0 0 40px rgba(255, 215, 0, 0.8),
        0 0 60px rgba(255, 215, 0, 0.6);
    animation: powerTextPulse 1.5s ease-in-out;
    margin-bottom: 20px;
    position: relative;
    z-index: 10;
}

.power-up-content p {
    font-family: 'Exo 2', sans-serif;
    font-size: 1.2rem;
    color: #ffffff;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    position: relative;
    z-index: 10;
}

@keyframes powerTextPulse {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes powerUpFadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

/* Shake Animation for Wrong Credentials */
.shake-animation {
    animation: shake 0.6s ease-in-out;
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    10%, 30%, 50%, 70%, 90% { transform: translateX(-10px); }
    20%, 40%, 60%, 80% { transform: translateX(10px); }
}

/* Enhanced DBZ Effects for Main Title */
.title-main.dbz-enhanced {
    font-family: 'Russo One', sans-serif !important;
    background: linear-gradient(45deg, #ff0000, #ff6b00, #ffd700, #ff8c00) !important;
    background-size: 400% 400% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    animation: 
        gradientShift 3s ease-in-out infinite,
        textGlow 2s ease-in-out infinite alternate !important;
    text-shadow: none !important;
    position: relative;
}

.title-main.dbz-enhanced::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #ff0000, #ff6b00, #ffd700, #ff8c00);
    background-size: 400% 400%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    opacity: 0.5;
    animation: gradientShift 3s ease-in-out infinite reverse;
    z-index: -1;
}

@keyframes textGlow {
    0% {
        filter: drop-shadow(0 0 10px rgba(255, 215, 0, 0.8));
    }
    100% {
        filter: drop-shadow(0 0 30px rgba(255, 215, 0, 1)) drop-shadow(0 0 50px rgba(255, 69, 0, 0.8));
    }
}

/* Professional Platform Overview */
.platform-overview {
    padding: 100px 0;
    background: linear-gradient(135deg, #0f0f23 0%, #1a1a3a 30%, #0f0f23 100%);
    position: relative;
}

.platform-overview::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(255, 165, 0, 0.02) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(255, 107, 0, 0.02) 0%, transparent 50%);
}

.section-header-pro {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 165, 0, 0.1);
    border: 1px solid rgba(255, 165, 0, 0.3);
    padding: 8px 16px;
    border-radius: 20px;
    color: #ffa500;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
}

.section-title-pro {
    font-size: clamp(2rem, 5vw, 3rem);
    margin-bottom: 20px;
}

.section-description-pro {
    font-size: 1.1rem;
    color: #cccccc;
    line-height: 1.7;
    max-width: 700px;
    margin: 0 auto;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
}

.step-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 165, 0, 0.2);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.step-3d {
    transform-style: preserve-3d;
    perspective: 1000px;
}

.step-3d::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: inherit;
    border-radius: inherit;
    transform: translateZ(-10px);
    filter: brightness(0.7);
    opacity: 0.5;
    transition: all 0.4s ease;
}

.step-card:hover {
    transform: translateY(-10px) rotateX(5deg);
    box-shadow: 
        0 25px 50px rgba(255, 165, 0, 0.15),
        0 0 30px rgba(255, 165, 0, 0.1);
    border-color: rgba(255, 165, 0, 0.4);
}

.step-card:hover::before {
    transform: translateZ(-20px);
}

.step-number {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 3rem;
    font-weight: 900;
    color: rgba(255, 165, 0, 0.1);
    font-family: 'Russo One', sans-serif;
    line-height: 1;
}

.step-icon-pro {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #ffa500, #ff8c00);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    position: relative;
    transform-style: preserve-3d;
    transition: all 0.3s ease;
}

.step-icon-pro::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #ff8c00, #ff6b00);
    border-radius: inherit;
    transform: translateZ(-5px);
    opacity: 0.7;
}

.step-card:hover .step-icon-pro {
    transform: rotateY(10deg) rotateX(10deg);
}

.step-icon-pro i {
    font-size: 2rem;
    color: #ffffff;
    position: relative;
    z-index: 2;
}

.step-card h3 {
    font-size: 1.4rem;
    color: #ffd700;
    margin-bottom: 15px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 600;
}

.step-card p {
    color: #cccccc;
    line-height: 1.6;
    margin-bottom: 20px;
}

.step-features {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.feature-tag {
    background: rgba(255, 165, 0, 0.15);
    color: #ffa500;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 600;
    border: 1px solid rgba(255, 165, 0, 0.3);
}

.access-info-pro {
    position: relative;
    z-index: 2;
}

.info-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 165, 0, 0.3);
    border-radius: 20px;
    padding: 40px;
    display: flex;
    gap: 30px;
    align-items: flex-start;
    backdrop-filter: blur(10px);
    max-width: 800px;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(255, 165, 0, 0.1);
    border-color: rgba(255, 165, 0, 0.5);
}

.info-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #ffa500, #ff8c00);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.info-icon i {
    font-size: 1.5rem;
    color: #ffffff;
}

.info-content h4 {
    font-size: 1.3rem;
    color: #ffd700;
    margin-bottom: 15px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 600;
}

.info-content p {
    color: #cccccc;
    line-height: 1.6;
    margin-bottom: 20px;
}

.access-requirements {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.requirement {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #cccccc;
}

.requirement i {
    color: #22c55e;
    font-size: 0.9rem;
}