:root {
    --bg-color: #0a0a0a;
    --text-color: #f0f0f0;
    --accent-color: #00ff66;
    --secondary-color: #ff6600;
}

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

body {
    font-family: 'Courier New', monospace;
    background-color: var(--bg-color);
    color: var(--text-color);
    line-height: 1.6;
    overflow-x: hidden;
}

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

/* Header Styles */
header {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.header-title {
    font-size: 5rem;
    font-weight: bold;
    color: var(--text-color);
    position: relative;
    margin-bottom: 10px;
}

.header-title span {
    color: var(--accent-color);
}

.subtitle {
    font-size: 1.5rem;
    margin-top: 20px;
    margin-bottom: 40px;
}

.subtitle .highlight {
    color: var(--accent-color);
    font-weight: bold;
}

.scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    animation: bounce 2s infinite;
}

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

/* Section Styles */
section {
    padding: 100px 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

h2 {
    font-size: 3rem;
    margin-bottom: 40px;
    color: var(--accent-color);
}

/* About Section */
.about-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.profile-container {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap;
}

.bio-box {
    background-color: rgba(255, 255, 255, 0.05);
    border-left: 4px solid var(--accent-color);
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.code-box {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    overflow-x: auto;
    font-family: 'Courier New', monospace;
}

.code-comment {
    color: #888;
}

.code-keyword {
    color: var(--accent-color);
}

.code-string {
    color: var(--secondary-color);
}

.skills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.skill-tag {
    background-color: rgba(0, 0, 0, 0.3);
    color: var(--accent-color);
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    border: 1px solid var(--accent-color);
}

.lama-container {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 20px;
    border-radius: 10px;
    margin-top: 30px;
    border: 1px dashed var(--accent-color);
}

.lama-container h4 {
    color: var(--secondary-color);
    margin-bottom: 10px;
}

/* Light Design Section */
.light-section {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 40px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.light-beam {
    position: absolute;
    width: 100%;
    height: 20px;
    background: linear-gradient(90deg, transparent, var(--accent-color), transparent);
    top: -20px;
    animation: beam 5s infinite;
}

@keyframes beam {
    0% { top: -20px; opacity: 0; }
    5% { opacity: 0.8; }
    20% { top: 120%; opacity: 0; }
    100% { top: 120%; opacity: 0; }
}

.grafblitz-logo {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.grafblitz-logo h3 {
    font-size: 2.5rem;
    margin-left: 15px;
    background: linear-gradient(to right, var(--accent-color), var(--secondary-color));
    -webkit-background-clip: text;
    color: transparent;
}

.services-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
    justify-content: space-between;
}

.service-column {
    flex: 1;
    min-width: 250px;
}

.service-column h4 {
    color: var(--secondary-color);
    margin-bottom: 10px;
}

.service-column ul {
    list-style-type: none;
    padding-left: 0;
}

.name-explanation {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.explanation-box {
    background: rgba(0,0,0,0.5);
    padding: 20px;
    border-radius: 10px;
    max-width: 600px;
    text-align: center;
}

.explanation-box h4 {
    color: var(--accent-color);
    margin-bottom: 10px;
}

/* Contact Section */
.contact {
    margin-top: 60px;
}

.contact-btn {
    display: inline-block;
    padding: 12px 30px;
    background-color: var(--accent-color);
    color: var(--bg-color);
    text-decoration: none;
    font-weight: bold;
    border-radius: 30px;
    margin-top: 20px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.contact-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 255, 102, 0.3);
}

/* Footer */
footer {
    padding: 40px 0;
    text-align: center;
    font-size: 0.9rem;
    background-color: rgba(0, 0, 0, 0.3);
}

.wtf-explanation {
    margin-top: 20px;
    font-size: 0.8rem;
    color: #888;
}

.profile-img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 3px solid var(--accent-color);
    object-fit: cover;
    object-position: center top; /* Bild wird am oberen Rand ausgerichtet */
    margin-bottom: 20px;
}

/* Utility Classes */
.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

/* Media Queries */
@media (max-width: 768px) {
    .header-title {
        font-size: 3rem;
    }

    h2 {
        font-size: 2rem;
    }

    .profile-container {
        flex-direction: column;
        align-items: center;
    }

    .grafblitz-logo h3 {
        font-size: 2rem;
    }
}