/* CSS Reset & Base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    /* Brand Colors */
    --blue-primary: #5B7FF5;
    --aqua-accent: #7AF0C5;
    --gold-highlight: #F6C453;
    --soft-white: #E8E8E8;
    --navy-dark: #0F172A;
    --royal-dark: #1E2A47;
    
    /* Typography */
    --font-family: 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    
    /* Spacing */
    --spacing-xs: 0.5rem;
    --spacing-sm: 1rem;
    --spacing-md: 2rem;
    --spacing-lg: 3rem;
    --spacing-xl: 4rem;
    
    /* Transitions */
    --transition-fast: 200ms ease;
    --transition-smooth: 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-family);
    font-size: 16px;
    line-height: 1.6;
    color: var(--soft-white);
    background-color: var(--navy-dark);
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--spacing-md);
}

/* Hero Section */
.hero-condensed {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: var(--spacing-xl) var(--spacing-md);
}

.hero-bg-animated {
    position: absolute;
    top: -20%;
    left: -20%;
    right: -20%;
    bottom: -20%;
    width: 140%;
    height: 140%;
    background: linear-gradient(135deg, var(--navy-dark) 0%, var(--royal-dark) 50%, #1a1f35 100%);
    z-index: 0;
    will-change: transform;
}

.hero-bg-animated::before {
    content: '';
    position: absolute;
    top: -100%;
    left: -100%;
    width: 300%;
    height: 300%;
    background: radial-gradient(circle, rgba(91, 127, 245, 0.2) 0%, transparent 70%);
    animation: rotate 20s linear infinite;
    transform-origin: center center;
    will-change: transform;
}

.hero-bg-animated::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(122, 240, 197, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(246, 196, 83, 0.15) 0%, transparent 50%);
    animation: pulse 8s ease-in-out infinite;
    transform-origin: center center;
}

/* Minecraft-style layered parallax */
.parallax {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

.parallax-layer {
    position: absolute;
    inset: -20%;
    will-change: transform, background-position;
    transform: translate3d(0, 0, 0);
}

/* Explicit depth ordering so everything feels “in world” */
.layer-stars { z-index: 1; }
.layer-clouds { z-index: 2; }
.layer-mountains { z-index: 3; }
.layer-ground { z-index: 4; }

/* Foreground sprites (pixel-SVG, lightweight) */
.parallax-sprite {
    position: absolute;
    z-index: 5; /* above ground texture, below vignette + UI */
    pointer-events: none;
    image-rendering: pixelated;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    will-change: transform;
    transform: translate3d(0, 0, 0);
    /* Slight haze so they blend with the scene (not “stickers”) */
    opacity: 0.9;
    filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.28)) saturate(0.95) contrast(0.98);
}

/* Tiny “Minecraft-ish” house: simple pixel art via inline SVG */
.sprite-house {
    /* Larger, more readable */
    width: clamp(320px, 44vw, 560px);
    height: clamp(240px, 36vw, 440px);
    left: 8%;
    bottom: 20%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='140' viewBox='0 0 180 140'%3E%3Crect width='180' height='140' fill='none'/%3E%3C!-- roof --%3E%3Crect x='52' y='34' width='76' height='10' fill='%233b2a16'/%3E%3Crect x='48' y='44' width='84' height='10' fill='%234a331b'/%3E%3Crect x='44' y='54' width='92' height='10' fill='%23563c20'/%3E%3C!-- walls --%3E%3Crect x='44' y='64' width='92' height='50' rx='4' fill='%23c99b63'/%3E%3Crect x='44' y='64' width='92' height='50' rx='4' fill='none' stroke='%23835c33' stroke-width='4'/%3E%3C!-- door --%3E%3Crect x='82' y='82' width='16' height='32' fill='%23714c2a'/%3E%3Crect x='82' y='82' width='16' height='32' fill='none' stroke='%235e3f22' stroke-width='3'/%3E%3Crect x='94' y='98' width='3' height='3' fill='%23f6c453'/%3E%3C!-- window --%3E%3Crect x='56' y='80' width='18' height='14' fill='%235b7ff5'/%3E%3Crect x='56' y='80' width='18' height='14' fill='none' stroke='%233f5ec0' stroke-width='3'/%3E%3Cline x1='65' y1='80' x2='65' y2='94' stroke='%233f5ec0' stroke-width='3'/%3E%3Cline x1='56' y1='87' x2='74' y2='87' stroke='%233f5ec0' stroke-width='3'/%3E%3C!-- chimney --%3E%3Crect x='118' y='46' width='10' height='18' fill='%236b4a26'/%3E%3Crect x='118' y='46' width='10' height='18' fill='none' stroke='%2353381f' stroke-width='3'/%3E%3C!-- smoke puffs --%3E%3Crect x='130' y='34' width='8' height='8' fill='%23f8faff' opacity='0.35'/%3E%3Crect x='140' y='24' width='10' height='10' fill='%23f8faff' opacity='0.25'/%3E%3Crect x='132' y='18' width='6' height='6' fill='%23f8faff' opacity='0.2'/%3E%3C/svg%3E");
    /* No transform animation here: JS owns transform so it stays locked to ground */
}

/* Player mining/tilling: simple pixel-ish figure with a looping “arm” */
.sprite-player {
    width: clamp(70px, 10vw, 110px);
    height: clamp(90px, 12vw, 140px);
    left: 74%;
    bottom: 18%;
    opacity: 0.95;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='110' height='140' viewBox='0 0 110 140'%3E%3Crect width='110' height='140' fill='none'/%3E%3C!-- head --%3E%3Crect x='38' y='20' width='34' height='34' rx='6' fill='%23d8b07a'/%3E%3Crect x='38' y='20' width='34' height='34' rx='6' fill='none' stroke='%23906a3d' stroke-width='4'/%3E%3C!-- eyes --%3E%3Crect x='48' y='34' width='4' height='4' fill='%23141823'/%3E%3Crect x='58' y='34' width='4' height='4' fill='%23141823'/%3E%3C!-- body shirt --%3E%3Crect x='34' y='54' width='42' height='42' rx='8' fill='%235b7ff5'/%3E%3Crect x='34' y='54' width='42' height='42' rx='8' fill='none' stroke='%233f5ec0' stroke-width='4'/%3E%3C!-- legs --%3E%3Crect x='36' y='96' width='16' height='34' rx='6' fill='%232a3b63'/%3E%3Crect x='58' y='96' width='16' height='34' rx='6' fill='%232a3b63'/%3E%3C!-- left arm --%3E%3Crect x='22' y='60' width='14' height='34' rx='6' fill='%23d8b07a'/%3E%3Crect x='22' y='60' width='14' height='34' rx='6' fill='none' stroke='%23906a3d' stroke-width='3'/%3E%3C!-- right arm (down) --%3E%3Crect x='74' y='62' width='14' height='28' rx='6' fill='%23d8b07a'/%3E%3Crect x='74' y='62' width='14' height='28' rx='6' fill='none' stroke='%23906a3d' stroke-width='3'/%3E%3C!-- tool (hoe/pick) --%3E%3Crect x='82' y='80' width='6' height='34' fill='%236b4a26'/%3E%3Crect x='72' y='74' width='26' height='10' fill='%237af0c5' opacity='0.75'/%3E%3Crect x='72' y='74' width='26' height='10' fill='none' stroke='%2350cfa4' stroke-width='3'/%3E%3C!-- small tilled patch --%3E%3Crect x='14' y='126' width='82' height='10' fill='%236b4a26' opacity='0.55'/%3E%3Crect x='14' y='126' width='82' height='10' fill='none' stroke='%2353381f' stroke-width='3' opacity='0.35'/%3E%3C/svg%3E");
    /* No transform animation here: JS owns transform so it stays locked to ground */
}

/* Small mobile tweaks so sprites don’t crowd the text */
@media (max-width: 768px) {
    /* Keep the 2x house readable but not overwhelming on mobile */
    .sprite-house { left: 3%; bottom: 22%; width: clamp(200px, 70vw, 320px); height: clamp(150px, 54vw, 260px); opacity: 0.82; }
    .sprite-player { left: 70%; bottom: 20%; opacity: 0.82; }
}

/* Pixel stars (subtle) */
.layer-stars {
    opacity: 0.35;
    background-image:
        radial-gradient(circle at 10% 20%, rgba(248, 250, 255, 0.9) 0 1px, transparent 2px),
        radial-gradient(circle at 30% 70%, rgba(248, 250, 255, 0.7) 0 1px, transparent 2px),
        radial-gradient(circle at 60% 35%, rgba(248, 250, 255, 0.8) 0 1px, transparent 2px),
        radial-gradient(circle at 80% 15%, rgba(248, 250, 255, 0.6) 0 1px, transparent 2px),
        radial-gradient(circle at 85% 75%, rgba(248, 250, 255, 0.7) 0 1px, transparent 2px);
    background-size: 600px 380px;
    background-repeat: repeat;
    filter: blur(0.2px);
}

/* Pixel-ish clouds */
.layer-clouds {
    opacity: 0.55;
    background-image:
        radial-gradient(circle at 15% 30%, rgba(248, 250, 255, 0.22) 0 36px, transparent 38px),
        radial-gradient(circle at 25% 28%, rgba(248, 250, 255, 0.18) 0 28px, transparent 30px),
        radial-gradient(circle at 35% 32%, rgba(248, 250, 255, 0.2) 0 34px, transparent 36px),
        radial-gradient(circle at 70% 22%, rgba(248, 250, 255, 0.18) 0 42px, transparent 44px),
        radial-gradient(circle at 78% 24%, rgba(248, 250, 255, 0.14) 0 30px, transparent 32px),
        radial-gradient(circle at 86% 20%, rgba(248, 250, 255, 0.16) 0 38px, transparent 40px);
    background-size: 900px 420px;
    background-repeat: repeat;
    animation: clouds-drift 22s linear infinite;
    filter: blur(0.6px);
}

@keyframes clouds-drift {
    from { background-position: 0 0; }
    to { background-position: 900px 0; }
}

/* Distant mountains silhouette */
.layer-mountains {
    opacity: 0.55;
    background-image:
        linear-gradient(to top, rgba(0,0,0,0.55) 0 30%, transparent 55%),
        repeating-linear-gradient(
            135deg,
            rgba(20, 24, 35, 0.0) 0 14px,
            rgba(20, 24, 35, 0.22) 14px 28px
        );
    mask-image: linear-gradient(to bottom, transparent 0%, black 25%, black 75%, transparent 100%);
    filter: blur(0.4px);
}

/* Voxel ground: grass + dirt pixel band at bottom */
.layer-ground {
    inset: auto -20% -25% -20%;
    height: 60%;
    opacity: 0.95;
    background-image:
        /* grass top */
        linear-gradient(to bottom,
            rgba(122, 240, 197, 0.22) 0%,
            rgba(46, 164, 79, 0.35) 18%,
            rgba(30, 120, 60, 0.35) 24%,
            transparent 26%
        ),
        /* dirt body */
        linear-gradient(to bottom,
            rgba(107, 74, 38, 0.65) 26%,
            rgba(76, 53, 28, 0.70) 100%
        ),
        /* pixel noise */
        repeating-linear-gradient(0deg, rgba(0,0,0,0.08) 0 2px, rgba(0,0,0,0.0) 2px 6px),
        repeating-linear-gradient(90deg, rgba(0,0,0,0.06) 0 2px, rgba(0,0,0,0.0) 2px 6px);
    background-size: 100% 100%, 100% 100%, 12px 12px, 12px 12px;
    background-repeat: no-repeat, no-repeat, repeat, repeat;
}

.parallax-vignette {
    position: absolute;
    inset: 0;
    z-index: 6;
    background: radial-gradient(circle at 50% 30%, transparent 0%, rgba(0,0,0,0.35) 75%, rgba(0,0,0,0.55) 100%);
    opacity: 0.7;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    padding: 0 var(--spacing-md);
    animation: fadeInUp 0.8s ease-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero-tagline {
    font-size: clamp(3rem, 8vw, 6rem);
    font-weight: 900;
    color: white;
    line-height: 1.1;
    margin: 0 auto var(--spacing-lg);
    letter-spacing: -0.03em;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    text-align: center;
    width: 100%;
}

.connection-badge {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: var(--spacing-md);
    margin: 0 auto var(--spacing-xl);
    flex-wrap: wrap;
    width: 100%;
    flex-direction: row;
}

.connection-info {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
    justify-content: flex-end;
}

.connection-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--soft-white);
    opacity: 0.7;
    font-weight: 600;
}

.ip-address {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    padding: 1rem 1.5rem;
    color: white;
    font-family: 'Courier New', Courier, monospace;
    font-size: 1.125rem;
    font-weight: 600;
    cursor: pointer;
    transition: all var(--transition-smooth);
    position: relative;
    width: fit-content;
    white-space: nowrap;
    line-height: 1;
}

.ip-address:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: var(--aqua-accent);
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(122, 240, 197, 0.3);
}

.ip-address:active {
    transform: translateY(0);
}

.ip-text {
    user-select: all;
}

.copy-icon {
    width: 18px;
    height: 18px;
    opacity: 0.7;
    transition: opacity var(--transition-fast);
}

.ip-address:hover .copy-icon {
    opacity: 1;
}

.version-badge {
    background: linear-gradient(135deg, var(--aqua-accent), var(--blue-primary));
    color: var(--navy-dark);
    padding: 1rem 1.5rem;
    border-radius: 16px;
    font-weight: 800;
    font-size: 1.125rem;
    box-shadow: 0 8px 25px rgba(122, 240, 197, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    line-height: 1;
    align-self: flex-end;
    margin-bottom: 0;
}

.hero-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--spacing-md);
    flex-wrap: wrap;
    width: 100%;
}

.btn-play-now {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    background: linear-gradient(135deg, var(--gold-highlight), #E8B042);
    color: var(--navy-dark);
    padding: 1.5rem 3rem;
    border-radius: 20px;
    font-size: 1.5rem;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 10px 40px rgba(246, 196, 83, 0.4);
    transition: all var(--transition-smooth);
    position: relative;
    overflow: hidden;
    animation: pulse-glow 2s ease-in-out infinite;
    isolation: isolate;
    width: fit-content;
}

.btn-discord {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border: 2px solid rgba(255, 255, 255, 0.2);
    color: white;
    padding: 1.5rem 2.5rem;
    border-radius: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    text-decoration: none;
    transition: all var(--transition-smooth);
    position: relative;
    overflow: hidden;
    isolation: isolate;
    width: fit-content;
}

.btn-discord:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: var(--blue-primary);
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(91, 127, 245, 0.3);
}

.btn-discord svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

.btn-play-now::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.5s ease;
}

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

.btn-play-now:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 15px 50px rgba(246, 196, 83, 0.6);
}

.btn-play-now:active {
    transform: translateY(-2px) scale(1.02);
}

.btn-play-now svg {
    width: 24px;
    height: 24px;
}

.copy-feedback {
    position: fixed;
    background: var(--aqua-accent);
    color: var(--navy-dark);
    padding: 0.75rem 1.5rem;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--transition-fast), transform var(--transition-fast);
    z-index: 1000;
    box-shadow: 0 8px 30px rgba(122, 240, 197, 0.5);
    white-space: nowrap;
    transform: translate(-50%, -120%);
}

.copy-feedback.show {
    opacity: 1;
    animation: fadeOutUp 2s ease-out forwards;
}

/* Value Props */
.value-props {
    padding: var(--spacing-xl) 0;
    background: rgba(0, 0, 0, 0.2);
    position: relative;
}

.props-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--spacing-md);
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 var(--spacing-md);
    width: 100%;
    justify-items: center;
}

.prop-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--spacing-sm);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: var(--spacing-lg);
    cursor: pointer;
    transition: all var(--transition-smooth);
    position: relative;
    width: 100%;
    max-width: 300px;
    text-align: center;
}

.prop-card::before {
    content: attr(data-tooltip);
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    background: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-size: 0.875rem;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: all var(--transition-fast);
    z-index: 10;
}

.prop-card::after {
    content: '';
    position: absolute;
    bottom: calc(100% + 4px);
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.9);
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--transition-fast);
}

.prop-card:hover::before,
.prop-card:hover::after {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.prop-card:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--aqua-accent);
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(122, 240, 197, 0.2);
}

.prop-icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--aqua-accent), var(--blue-primary));
    border-radius: 16px;
    color: var(--navy-dark);
    transition: all var(--transition-smooth);
    flex-shrink: 0;
    margin: 0 auto;
}

.prop-card:hover .prop-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 8px 25px rgba(122, 240, 197, 0.4);
}

.prop-icon svg {
    width: 32px;
    height: 32px;
}

.prop-label {
    font-size: 1rem;
    font-weight: 700;
    color: white;
    text-align: center;
}

/* Connection Section */
.connection-section {
    padding: calc(var(--spacing-xl) * 1.5) 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2), var(--navy-dark));
    position: relative;
}

.connection-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800;
    color: white;
    text-align: center;
    margin: 0 auto var(--spacing-xl);
    letter-spacing: -0.02em;
    width: 100%;
}

.connection-display {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--spacing-lg);
    margin: 0 auto var(--spacing-xl);
    width: 100%;
}

.connection-box {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.connection-label-small {
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--soft-white);
    opacity: 0.7;
    margin-bottom: var(--spacing-sm);
    font-weight: 600;
}

.connection-ip-large {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(20px);
    border: 2px solid rgba(122, 240, 197, 0.3);
    border-radius: 20px;
    padding: 1.5rem 2.5rem;
    cursor: pointer;
    transition: all var(--transition-smooth);
    margin: 0 auto;
    width: fit-content;
}

.connection-ip-large:hover {
    border-color: var(--aqua-accent);
    background: rgba(0, 0, 0, 0.5);
    transform: translateY(-4px);
    box-shadow: 0 15px 40px rgba(122, 240, 197, 0.3);
}

.connection-ip-large code {
    font-family: 'Courier New', Courier, monospace;
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    font-weight: 700;
    color: var(--aqua-accent);
    user-select: all;
}

.copy-icon-large {
    width: 24px;
    height: 24px;
    color: var(--aqua-accent);
    opacity: 0.7;
    transition: opacity var(--transition-fast);
}

.connection-ip-large:hover .copy-icon-large {
    opacity: 1;
}

.version-display {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
}

.version-label {
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--soft-white);
    opacity: 0.7;
    font-weight: 600;
}

.version-number {
    background: linear-gradient(135deg, var(--aqua-accent), var(--blue-primary));
    color: var(--navy-dark);
    padding: 0.75rem 1.5rem;
    border-radius: 12px;
    font-weight: 800;
    font-size: 1.25rem;
    box-shadow: 0 8px 25px rgba(122, 240, 197, 0.4);
    display: inline-block;
    text-align: center;
}

.connection-hint {
    text-align: center;
    color: var(--soft-white);
    opacity: 0.7;
    font-size: 0.95rem;
    margin-top: var(--spacing-lg);
    font-weight: 400;
}

/* Footer */
.footer-condensed {
    padding: var(--spacing-xl) 0;
    background: var(--navy-dark);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-md);
    text-align: center;
}

.footer-title {
    font-size: 1.5rem;
    color: var(--aqua-accent);
    margin-bottom: 0.25rem;
    font-weight: 700;
}

.footer-copyright {
    color: var(--soft-white);
    opacity: 0.7;
    font-size: 0.875rem;
}

.footer-disclaimer {
    margin-top: 0.5rem;
    color: var(--soft-white);
    opacity: 0.55;
    font-size: 0.8rem;
    line-height: 1.4;
    max-width: 420px;
}

.footer-links {
    display: flex;
    gap: var(--spacing-md);
    flex-wrap: wrap;
    justify-content: center;
}

.footer-link {
    color: var(--soft-white);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
    opacity: 0.8;
}

.footer-link:hover {
    color: var(--aqua-accent);
    opacity: 1;
}

/* Floating CTA */
.floating-cta {
    position: fixed;
    bottom: var(--spacing-md);
    right: var(--spacing-md);
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--transition-smooth);
}

.floating-cta.visible {
    opacity: 1;
    pointer-events: all;
}

.floating-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--gold-highlight), #E8B042);
    color: var(--navy-dark);
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 800;
    font-size: 1.125rem;
    text-decoration: none;
    box-shadow: 0 10px 40px rgba(246, 196, 83, 0.5);
    transition: all var(--transition-smooth);
    animation: pulse-glow 2s ease-in-out infinite;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.floating-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 50px rgba(246, 196, 83, 0.7);
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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

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

@keyframes pulse-glow {
    0%, 100% {
        box-shadow: 0 10px 40px rgba(246, 196, 83, 0.4);
    }
    50% {
        box-shadow: 0 10px 40px rgba(246, 196, 83, 0.6), 0 0 30px rgba(246, 196, 83, 0.3);
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    70% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translate(-50%, -120%);
    }
    70% {
        opacity: 1;
        transform: translate(-50%, -140%);
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -160%);
    }
}

.ripple {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    transform: scale(0);
    animation: ripple-animation 0.6s ease-out;
    pointer-events: none;
}

@keyframes ripple-animation {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-condensed {
        min-height: 100vh;
        padding: var(--spacing-lg) var(--spacing-sm);
    }
    
    .hero-content {
        padding: 0 var(--spacing-sm);
    }
    
    .hero-tagline {
        font-size: 2.5rem;
        margin-bottom: var(--spacing-md);
    }
    
    .connection-badge {
        flex-direction: column;
        gap: var(--spacing-sm);
        margin-bottom: var(--spacing-lg);
        align-items: stretch;
    }

    .connection-info {
        width: 100%;
        align-items: stretch;
        justify-content: center;
    }
    
    .ip-address {
        padding: 0.875rem 1.25rem;
        font-size: 1rem;
        width: 100%;
        max-width: 520px;
        justify-content: space-between;
        white-space: normal;
        line-height: 1.2;
    }

    .ip-text {
        flex: 1;
        text-align: left;
        overflow-wrap: anywhere;
        word-break: break-word;
    }
    
    .version-badge {
        padding: 0.875rem 1.25rem;
        font-size: 1rem;
        align-self: center;
    }
    
    .hero-buttons {
        flex-direction: column;
        gap: var(--spacing-sm);
    }
    
    .btn-play-now {
        padding: 1.25rem 2rem;
        font-size: 1.25rem;
        width: 100%;
        max-width: 100%;
    }
    
    .btn-discord {
        padding: 1.125rem 2rem;
        font-size: 1.125rem;
        width: 100%;
        max-width: 100%;
    }
    
    .props-grid {
        grid-template-columns: 1fr;
        gap: var(--spacing-sm);
        padding: 0 var(--spacing-sm);
    }
    
    .prop-card {
        max-width: 100%;
    }
    
    .connection-section {
        padding: var(--spacing-xl) 0;
    }
    
    .connection-title {
        font-size: 2rem;
        margin-bottom: var(--spacing-lg);
    }
    
    .connection-ip-large {
        padding: 1.25rem 2rem;
        width: 100%;
        max-width: 100%;
    }
    
    .connection-ip-large code {
        font-size: 1.125rem;
        word-break: break-all;
    }
    
    
    .floating-cta {
        bottom: var(--spacing-sm);
        right: var(--spacing-sm);
    }
    
    .floating-btn {
        padding: 0.875rem 1.5rem;
        font-size: 1rem;
    }
    
    /* Enhanced parallax visibility on mobile */
    .hero-bg-animated::before {
        opacity: 0.25;
    }
    
    .hero-bg-animated::after {
        opacity: 0.2;
    }
    
    .copy-feedback {
        font-size: 0.875rem;
        padding: 0.625rem 1.25rem;
        max-width: 90vw;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .props-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: var(--spacing-sm);
    }
    
    .prop-card {
        padding: var(--spacing-md);
    }
}
