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

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #fff;
    background:
        linear-gradient(45deg, transparent 25%, rgba(212, 175, 55, 0.03) 25%, rgba(212, 175, 55, 0.03) 50%, transparent 50%, transparent 75%, rgba(212, 175, 55, 0.03) 75%),
        linear-gradient(-45deg, transparent 25%, rgba(74, 144, 226, 0.05) 25%, rgba(74, 144, 226, 0.05) 50%, transparent 50%, transparent 75%, rgba(74, 144, 226, 0.05) 75%),
        radial-gradient(ellipse at center, #1e3a5f 0%, #0d1b2a 40%, #001122 100%);
    background-size: 40px 40px, 40px 40px, 100% 100%;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
}

body .tech-lines {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
}

body .tech-lines::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        linear-gradient(0deg, transparent 0%, rgba(107, 182, 255, 0.3) 1%, rgba(107, 182, 255, 0.8) 2%, rgba(107, 182, 255, 0.3) 3%, transparent 4%),
        linear-gradient(0deg, transparent 20%, rgba(74, 144, 226, 0.2) 21%, rgba(74, 144, 226, 0.6) 22%, rgba(74, 144, 226, 0.2) 23%, transparent 24%),
        linear-gradient(0deg, transparent 45%, rgba(53, 122, 189, 0.25) 46%, rgba(53, 122, 189, 0.7) 47%, rgba(53, 122, 189, 0.25) 48%, transparent 49%),
        linear-gradient(0deg, transparent 70%, rgba(44, 95, 138, 0.2) 71%, rgba(44, 95, 138, 0.5) 72%, rgba(44, 95, 138, 0.2) 73%, transparent 74%),
        linear-gradient(0deg, transparent 85%, rgba(30, 58, 95, 0.15) 86%, rgba(30, 58, 95, 0.4) 87%, rgba(30, 58, 95, 0.15) 88%, transparent 89%);
    background-size: 100% 100vh;
    animation: verticalFlow 15s ease-in-out infinite;
}

body .tech-lines::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        linear-gradient(30deg, transparent 10%, rgba(107, 182, 255, 0.25) 11%, rgba(107, 182, 255, 0.6) 12%, rgba(107, 182, 255, 0.25) 13%, transparent 14%),
        linear-gradient(-60deg, transparent 35%, rgba(74, 144, 226, 0.2) 36%, rgba(74, 144, 226, 0.5) 37%, rgba(74, 144, 226, 0.2) 38%, transparent 39%),
        linear-gradient(120deg, transparent 60%, rgba(53, 122, 189, 0.18) 61%, rgba(53, 122, 189, 0.45) 62%, rgba(53, 122, 189, 0.18) 63%, transparent 64%),
        linear-gradient(-30deg, transparent 80%, rgba(44, 95, 138, 0.15) 81%, rgba(44, 95, 138, 0.35) 82%, rgba(44, 95, 138, 0.15) 83%, transparent 84%);
    background-size: 150% 150%;
    animation: diagonalFlow 18s ease-in-out infinite;
}

@keyframes verticalFlow {
    0% { transform: translateY(0); opacity: 0.6; }
    25% { transform: translateY(-20px); opacity: 0.8; }
    50% { transform: translateY(-10px); opacity: 1; }
    75% { transform: translateY(-30px); opacity: 0.7; }
    100% { transform: translateY(0); opacity: 0.6; }
}

@keyframes diagonalFlow {
    0% { transform: translate(0, 0) rotate(0deg); opacity: 0.5; }
    33% { transform: translate(-15px, -15px) rotate(1deg); opacity: 0.7; }
    66% { transform: translate(10px, -25px) rotate(-1deg); opacity: 0.9; }
    100% { transform: translate(0, 0) rotate(0deg); opacity: 0.5; }
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 20% 20%, rgba(212, 175, 55, 0.1) 0%, transparent 25%),
        radial-gradient(circle at 80% 80%, rgba(107, 182, 255, 0.12) 0%, transparent 25%),
        radial-gradient(circle at 40% 60%, rgba(212, 175, 55, 0.06) 0%, transparent 20%),
        radial-gradient(ellipse 200px 50px at 25% 30%, rgba(107, 182, 255, 0.2) 0%, transparent 50%),
        radial-gradient(ellipse 150px 30px at 75% 70%, rgba(74, 144, 226, 0.15) 0%, transparent 50%),
        radial-gradient(ellipse 180px 40px at 60% 20%, rgba(53, 122, 189, 0.12) 0%, transparent 50%);
    pointer-events: none;
    z-index: -1;
    animation: pulseGlow 12s ease-in-out infinite;
}

@keyframes pulseGlow {
    0%, 100% { opacity: 0.8; }
    50% { opacity: 1; }
}

body::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        linear-gradient(90deg, rgba(212, 175, 55, 0.1) 1px, transparent 1px),
        linear-gradient(rgba(74, 144, 226, 0.1) 1px, transparent 1px),
        linear-gradient(45deg, transparent 40%, rgba(107, 182, 255, 0.15) 40%, rgba(107, 182, 255, 0.15) 42%, transparent 42%),
        linear-gradient(135deg, transparent 30%, rgba(74, 144, 226, 0.12) 30%, rgba(74, 144, 226, 0.12) 32%, transparent 32%),
        linear-gradient(-45deg, transparent 60%, rgba(53, 122, 189, 0.1) 60%, rgba(53, 122, 189, 0.1) 62%, transparent 62%);
    background-size: 100px 100px, 100px 100px, 200px 200px, 150px 150px, 180px 180px;
    pointer-events: none;
    z-index: -1;
    opacity: 0.4;
    animation: techFlow 20s linear infinite;
}

@keyframes techFlow {
    0% { transform: translateX(0) translateY(0); }
    25% { transform: translateX(-10px) translateY(-5px); }
    50% { transform: translateX(0) translateY(-10px); }
    75% { transform: translateX(10px) translateY(-5px); }
    100% { transform: translateX(0) translateY(0); }
}

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

header {
    background: linear-gradient(135deg, rgba(0, 17, 34, 0.95) 0%, rgba(13, 27, 42, 0.95) 50%, rgba(30, 58, 95, 0.95) 100%);
    box-shadow:
        0 2px 15px rgba(74, 144, 226, 0.3),
        inset 0 1px 0 rgba(212, 175, 55, 0.2);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    border-bottom: 2px solid #4a90e2;
    border-top: 1px solid rgba(212, 175, 55, 0.3);
    backdrop-filter: blur(15px) saturate(180%);
}

header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 98px,
            rgba(212, 175, 55, 0.1) 98px,
            rgba(212, 175, 55, 0.1) 100px
        );
    pointer-events: none;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
}

.logo h2 {
    color: #6bb6ff;
    font-size: 1.8rem;
    font-weight: bold;
    text-shadow:
        0 0 8px rgba(107, 182, 255, 0.4),
        0 0 15px rgba(212, 175, 55, 0.2);
    position: relative;
}

.logo h2::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -10px;
    width: 6px;
    height: 6px;
    background: radial-gradient(circle, #D4AF37, #B8860B);
    border-radius: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 8px rgba(212, 175, 55, 0.6);
}

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

.nav-links a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
}

.nav-links a:hover {
    color: #6bb6ff;
    text-shadow: 0 0 8px rgba(107, 182, 255, 0.5);
}

.nav-links a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    left: 0;
    background: linear-gradient(90deg, #6bb6ff, #4a90e2);
    transition: width 0.3s ease;
}

.nav-links a:hover::after {
    width: 100%;
}

.hero {
    background:
        linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, transparent 25%),
        radial-gradient(ellipse at center, #4a90e2 0%, #357abd 20%, #2c5f8a 40%, #1e3a5f 60%, #0d1b2a 80%, #001122 100%);
    color: white;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 2px,
            rgba(212, 175, 55, 0.05) 2px,
            rgba(212, 175, 55, 0.05) 4px
        ),
        repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 2px,
            rgba(74, 144, 226, 0.03) 2px,
            rgba(74, 144, 226, 0.03) 4px
        ),
        linear-gradient(15deg, transparent 25%, rgba(107, 182, 255, 0.15) 26%, rgba(107, 182, 255, 0.15) 28%, transparent 29%),
        linear-gradient(-75deg, transparent 60%, rgba(74, 144, 226, 0.12) 61%, rgba(74, 144, 226, 0.12) 63%, transparent 64%);
    background-size: 60px 60px, 60px 60px, 300px 300px, 250px 250px;
    pointer-events: none;
    animation: heroTechPattern 14s ease-in-out infinite;
}

@keyframes heroTechPattern {
    0%, 100% { opacity: 0.7; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.02); }
}

.hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        linear-gradient(90deg, transparent 15%, rgba(107, 182, 255, 0.4) 16%, rgba(107, 182, 255, 0.8) 17%, rgba(107, 182, 255, 0.4) 18%, transparent 19%),
        linear-gradient(90deg, transparent 45%, rgba(74, 144, 226, 0.3) 46%, rgba(74, 144, 226, 0.6) 47%, rgba(74, 144, 226, 0.3) 48%, transparent 49%),
        linear-gradient(90deg, transparent 75%, rgba(53, 122, 189, 0.25) 76%, rgba(53, 122, 189, 0.5) 77%, rgba(53, 122, 189, 0.25) 78%, transparent 79%);
    background-size: 200% 100%;
    animation: horizontalScan 8s ease-in-out infinite;
    pointer-events: none;
}

@keyframes horizontalScan {
    0% { transform: translateX(-100%); opacity: 0.5; }
    50% { transform: translateX(0); opacity: 1; }
    100% { transform: translateX(100%); opacity: 0.5; }
}

.hero-content h1 {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    animation: fadeInUp 1s ease;
    color: #000000;
    text-shadow: 2px 2px 4px rgba(212, 175, 55, 0.3);
    font-weight: bold;
}

.hero-subtitle {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    opacity: 0.9;
    animation: fadeInUp 1s ease 0.2s both;
}

.cta-button {
    background: linear-gradient(45deg, rgba(74, 144, 226, 0.1), rgba(53, 122, 189, 0.1));
    color: #6bb6ff;
    border: 2px solid #6bb6ff;
    padding: 15px 30px;
    font-size: 1.1rem;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    animation: fadeInUp 1s ease 0.4s both;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow:
        0 0 20px rgba(107, 182, 255, 0.4),
        inset 0 1px 0 rgba(212, 175, 55, 0.3);
    position: relative;
    backdrop-filter: blur(10px);
}

.cta-button::before {
    content: '';
    position: absolute;
    top: 3px;
    right: 8px;
    width: 3px;
    height: 3px;
    background: #D4AF37;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(212, 175, 55, 0.9);
}

.cta-button:hover {
    background: linear-gradient(45deg, rgba(107, 182, 255, 0.2), rgba(74, 144, 226, 0.2));
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow:
        0 10px 30px rgba(107, 182, 255, 0.5),
        0 0 40px rgba(74, 144, 226, 0.3),
        inset 0 1px 0 rgba(212, 175, 55, 0.5);
    border-color: #357abd;
}

section {
    padding: 80px 0;
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.hero-content .cta-button {
    margin: 0.5rem;
}

.games-button {
    animation-delay: 0.6s !important;
}

.about {
    background: linear-gradient(135deg, #0d1b2a 0%, #1e3a5f 50%, #0d1b2a 100%);
    position: relative;
    border-top: 1px solid rgba(212, 175, 55, 0.2);
}

.about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 80%, rgba(74, 144, 226, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(107, 182, 255, 0.08) 0%, transparent 50%),
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 100px,
            rgba(212, 175, 55, 0.03) 100px,
            rgba(212, 175, 55, 0.03) 102px
        );
    pointer-events: none;
}

.about::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 5%;
    width: 1px;
    height: 30%;
    background: linear-gradient(to bottom, transparent, rgba(212, 175, 55, 0.5), transparent);
    transform: translateY(-50%);
}

.about h2,
.education h2,
.projects h2,
.contact h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 3rem;
    background: linear-gradient(45deg, #6bb6ff, #4a90e2);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 20px rgba(107, 182, 255, 0.3);
    position: relative;
}

.about h2::after,
.education h2::after,
.projects h2::after,
.contact h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #6bb6ff, transparent);
}

.about-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
    align-items: center;
}

.about-text p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    color: #e0e0e0;
    line-height: 1.8;
}

.skills h3 {
    color: #6bb6ff;
    margin-bottom: 1rem;
    font-size: 1.3rem;
    text-shadow: 0 0 10px rgba(107, 182, 255, 0.3);
}

.skill-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.skill-tag {
    background: linear-gradient(45deg, #4a90e2, #357abd);
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    border: 1px solid #6bb6ff;
    box-shadow:
        0 2px 10px rgba(74, 144, 226, 0.3),
        inset 0 1px 0 rgba(212, 175, 55, 0.2);
    transition: all 0.3s ease;
    position: relative;
}

.skill-tag::before {
    content: '';
    position: absolute;
    top: 2px;
    right: 2px;
    width: 4px;
    height: 4px;
    background: #D4AF37;
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(212, 175, 55, 0.8);
}

.skill-tag:hover {
    transform: translateY(-2px);
    box-shadow:
        0 4px 15px rgba(107, 182, 255, 0.4),
        inset 0 1px 0 rgba(212, 175, 55, 0.4);
}

.profile-placeholder {
    background: linear-gradient(135deg, #6bb6ff 0%, #4a90e2 50%, #0d1b2a 100%);
    border-radius: 20px;
    padding: 3rem;
    text-align: center;
    color: white;
    box-shadow: 0 20px 40px rgba(107, 182, 255, 0.25), 0 0 30px rgba(74, 144, 226, 0.2);
    border: 2px solid #6bb6ff;
    position: relative;
    overflow: hidden;
}

.profile-placeholder::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 0deg, transparent, rgba(107, 182, 255, 0.12), transparent);
    animation: rotate 6s linear infinite;
}

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

.profile-placeholder span {
    font-size: 4rem;
    display: block;
    margin-bottom: 1rem;
}

.profile-placeholder p {
    font-size: 1.5rem;
    font-weight: bold;
}

.education {
    background: linear-gradient(135deg, #001122 0%, #0d1b2a 50%, #1e3a5f 100%);
    position: relative;
    border-top: 1px solid rgba(212, 175, 55, 0.2);
}

.education::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 70% 30%, rgba(107, 182, 255, 0.1) 0%, transparent 50%),
        linear-gradient(
            90deg,
            transparent 0%,
            rgba(212, 175, 55, 0.03) 50%,
            transparent 100%
        );
    pointer-events: none;
}

.education::after {
    content: '';
    position: absolute;
    top: 20%;
    left: 3%;
    width: 1px;
    height: 60%;
    background: linear-gradient(to bottom, transparent, rgba(212, 175, 55, 0.4), transparent);
}

.education-item {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    background: linear-gradient(135deg, #0d1b2a 0%, #1e3a5f 100%);
    padding: 3rem;
    border-radius: 15px;
    box-shadow:
        0 10px 30px rgba(74, 144, 226, 0.25),
        0 0 40px rgba(107, 182, 255, 0.15),
        inset 0 1px 0 rgba(212, 175, 55, 0.2);
    border: 1px solid #4a90e2;
    border-top: 2px solid rgba(212, 175, 55, 0.5);
    position: relative;
    z-index: 1;
}

.education-item::before {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    width: 8px;
    height: 8px;
    background: radial-gradient(circle, #D4AF37, #B8860B);
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.8);
}

.education-item::after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 6px;
    height: 6px;
    background: #D4AF37;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(212, 175, 55, 0.6);
}

.education-item h3 {
    color: #6bb6ff;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    text-shadow: 0 0 10px rgba(107, 182, 255, 0.4);
}

.institution {
    font-size: 1.2rem;
    font-weight: bold;
    color: #e0e0e0;
    margin-bottom: 0.5rem;
}

.period {
    color: #4a90e2;
    font-style: italic;
    margin-bottom: 1rem;
    font-weight: 500;
}

.description {
    color: #c0c0c0;
    line-height: 1.8;
}

.projects {
    background: linear-gradient(135deg, #0d1b2a 0%, #1e3a5f 50%, #0d1b2a 100%);
    position: relative;
    border-top: 1px solid rgba(212, 175, 55, 0.2);
}

.projects::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 30% 70%, rgba(74, 144, 226, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 90% 10%, rgba(107, 182, 255, 0.08) 0%, transparent 50%),
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 80px,
            rgba(212, 175, 55, 0.02) 80px,
            rgba(212, 175, 55, 0.02) 82px
        );
    pointer-events: none;
}

.projects::after {
    content: '';
    position: absolute;
    top: 30%;
    right: 8%;
    width: 2px;
    height: 40%;
    background: linear-gradient(to bottom, transparent, rgba(212, 175, 55, 0.6), transparent);
    transform: rotate(15deg);
}

.project-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.project-card {
    background: linear-gradient(135deg, #1e3a5f 0%, #0d1b2a 100%);
    padding: 2rem;
    border-radius: 15px;
    box-shadow:
        0 10px 30px rgba(74, 144, 226, 0.25),
        0 0 20px rgba(107, 182, 255, 0.15),
        inset 0 1px 0 rgba(212, 175, 55, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #4a90e2;
    border-left: 3px solid rgba(212, 175, 55, 0.6);
    position: relative;
    z-index: 1;
}

.project-card::before {
    content: '';
    position: absolute;
    top: 8px;
    right: 8px;
    width: 6px;
    height: 6px;
    background: #D4AF37;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(212, 175, 55, 0.7);
}

.project-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.4), transparent);
}

.project-card:hover {
    transform: translateY(-5px);
    box-shadow:
        0 20px 40px rgba(107, 182, 255, 0.35),
        0 0 40px rgba(74, 144, 226, 0.25),
        inset 0 1px 0 rgba(212, 175, 55, 0.3);
    border-color: #6bb6ff;
    border-left-color: rgba(212, 175, 55, 0.9);
}

.project-card h3 {
    color: #6bb6ff;
    margin-bottom: 1rem;
    font-size: 1.3rem;
    text-shadow: 0 0 8px rgba(107, 182, 255, 0.3);
}

.project-card p {
    color: #e0e0e0;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.project-tech {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.project-tech span {
    background: linear-gradient(45deg, #2c5f8a, #0d1b2a);
    color: #6bb6ff;
    padding: 0.3rem 0.8rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 500;
    border: 1px solid #4a90e2;
    box-shadow: 0 2px 8px rgba(74, 144, 226, 0.2);
}

.contact {
    background: linear-gradient(135deg, #001122 0%, #0d1b2a 50%, #1e3a5f 100%);
    text-align: center;
    position: relative;
    border-top: 1px solid rgba(212, 175, 55, 0.2);
}

.contact::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 50% 20%, rgba(107, 182, 255, 0.1) 0%, transparent 50%),
        repeating-radial-gradient(
            circle at 50% 50%,
            transparent 0,
            transparent 100px,
            rgba(212, 175, 55, 0.02) 100px,
            rgba(212, 175, 55, 0.02) 102px
        );
    pointer-events: none;
}

.contact::after {
    content: '';
    position: absolute;
    top: 10%;
    left: 50%;
    width: 1px;
    height: 20%;
    background: linear-gradient(to bottom, rgba(212, 175, 55, 0.7), transparent);
    transform: translateX(-50%);
}

.games {
    background: linear-gradient(135deg, #0d1b2a 0%, #1e3a5f 50%, #0d1b2a 100%);
    position: relative;
    border-top: 1px solid rgba(212, 175, 55, 0.2);
}

.games::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 40% 60%, rgba(74, 144, 226, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(107, 182, 255, 0.08) 0%, transparent 50%),
        repeating-linear-gradient(
            60deg,
            transparent,
            transparent 90px,
            rgba(212, 175, 55, 0.02) 90px,
            rgba(212, 175, 55, 0.02) 92px
        );
    pointer-events: none;
}

.games::after {
    content: '';
    position: absolute;
    top: 25%;
    right: 5%;
    width: 2px;
    height: 50%;
    background: linear-gradient(to bottom, transparent, rgba(212, 175, 55, 0.5), transparent);
    transform: rotate(-10deg);
}

.games p {
    font-size: 1.2rem;
    color: #e0e0e0;
    margin-bottom: 3rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.games-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 250px));
    gap: 2rem;
    margin-top: 2rem;
    justify-content: start;
}

.game-card {
    background: linear-gradient(135deg, #1e3a5f 0%, #0d1b2a 100%);
    padding: 2rem;
    border-radius: 15px;
    box-shadow:
        0 10px 30px rgba(74, 144, 226, 0.25),
        0 0 20px rgba(107, 182, 255, 0.15),
        inset 0 1px 0 rgba(212, 175, 55, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #4a90e2;
    border-left: 3px solid rgba(212, 175, 55, 0.6);
    position: relative;
    z-index: 1;
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.game-card::before {
    content: '';
    position: absolute;
    top: 8px;
    right: 8px;
    width: 6px;
    height: 6px;
    background: #D4AF37;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(212, 175, 55, 0.7);
}

.game-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.4), transparent);
}

.game-card:hover {
    transform: translateY(-5px);
    box-shadow:
        0 20px 40px rgba(107, 182, 255, 0.35),
        0 0 40px rgba(74, 144, 226, 0.25),
        inset 0 1px 0 rgba(212, 175, 55, 0.3);
    border-color: #6bb6ff;
    border-left-color: rgba(212, 175, 55, 0.9);
}

.game-card h3 {
    color: #6bb6ff;
    margin-bottom: 1rem;
    font-size: 1.3rem;
    text-shadow: 0 0 8px rgba(107, 182, 255, 0.3);
}

.game-card p {
    color: #e0e0e0;
    margin-bottom: 1.5rem;
    line-height: 1.6;
    text-align: left;
    font-size: 1rem;
}

.game-placeholder {
    background: linear-gradient(135deg, #6bb6ff 0%, #4a90e2 50%, #0d1b2a 100%);
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    color: white;
    box-shadow: 0 15px 30px rgba(107, 182, 255, 0.2), 0 0 20px rgba(74, 144, 226, 0.15);
    border: 2px solid #6bb6ff;
    position: relative;
    overflow: hidden;
    margin-top: 1rem;
}

.game-placeholder::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 0deg, transparent, rgba(107, 182, 255, 0.1), transparent);
    animation: rotate 8s linear infinite;
}

.game-placeholder span {
    font-size: 3rem;
    display: block;
    margin-bottom: 0.5rem;
    position: relative;
    z-index: 1;
}

.game-placeholder p {
    font-size: 1.1rem;
    font-weight: bold;
    margin: 0;
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
}

.contact p {
    font-size: 1.2rem;
    color: #e0e0e0;
    margin-bottom: 3rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.contact-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.contact-item {
    background: linear-gradient(135deg, #1e3a5f 0%, #0d1b2a 100%);
    padding: 2rem;
    border-radius: 15px;
    transition: all 0.3s ease;
    border: 1px solid #4a90e2;
    border-bottom: 2px solid rgba(212, 175, 55, 0.4);
    box-shadow:
        0 5px 20px rgba(74, 144, 226, 0.25),
        inset 0 1px 0 rgba(212, 175, 55, 0.1);
    position: relative;
    z-index: 1;
}

.contact-item::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    width: 4px;
    height: 4px;
    background: #D4AF37;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(212, 175, 55, 0.8);
}

.contact-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(107, 182, 255, 0.4), 0 0 25px rgba(74, 144, 226, 0.3);
    border-color: #6bb6ff;
}

.contact-icon {
    font-size: 2rem;
    display: block;
    margin-bottom: 1rem;
    filter: drop-shadow(0 0 8px rgba(107, 182, 255, 0.4));
}

.contact-item p {
    color: #6bb6ff;
    font-weight: 500;
    margin: 0;
    text-shadow: 0 0 8px rgba(107, 182, 255, 0.3);
}

footer {
    background: linear-gradient(135deg, #001122 0%, #0d1b2a 100%);
    color: #6bb6ff;
    text-align: center;
    padding: 2rem 0;
    border-top: 2px solid #4a90e2;
    border-bottom: 3px solid rgba(212, 175, 55, 0.5);
    box-shadow:
        0 -2px 20px rgba(74, 144, 226, 0.3),
        inset 0 1px 0 rgba(212, 175, 55, 0.2);
    position: relative;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 20%;
    right: 20%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.6), transparent);
}

footer::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    background: radial-gradient(circle, #D4AF37, #B8860B);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 12px rgba(212, 175, 55, 0.8);
}

footer p {
    margin: 0;
    text-shadow: 0 0 10px rgba(107, 182, 255, 0.4);
}

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

@media (max-width: 768px) {
    .nav-links {
        display: none;
    }

    .hero-content h1 {
        font-size: 2.5rem;
    }

    .about-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .contact-info {
        grid-template-columns: 1fr;
    }

    section {
        padding: 60px 0;
    }
}

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    nav {
        padding: 1rem;
    }

    .logo h2 {
        font-size: 1.5rem;
    }
}