:root {
    --bg-dark: #070a13;
    --bg-body: #0a0f1d;
    --bg-alt: #10172a;
    --bg-card: rgba(255, 255, 255, 0.02);
    --primary: #00f5d4;        /* KNALLIGES TECH-MINT */
    --primary-glow: rgba(0, 245, 212, 0.15);
    --text-main: #f8fafc;
    --text-muted: #64748b;
    --radius: 20px;
    --border: 1px solid rgba(255, 255, 255, 0.06);
    --transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Inter', sans-serif; scroll-behavior: smooth; }
body { background-color: var(--bg-body); color: var(--text-main); line-height: 1.7; overflow-x: hidden; }

/* Navigation */
nav { display: flex; justify-content: space-between; align-items: center; padding: 25px 10%; background: rgba(7, 10, 19, 0.85); backdrop-filter: blur(12px); position: sticky; top: 0; z-index: 1000; border-bottom: var(--border); }
nav .logo { font-weight: 700; font-size: 1.3rem; color: var(--primary); }
nav ul { display: flex; list-style: none; }
nav ul li a { color: #94a3b8; text-decoration: none; margin-left: 25px; font-weight: 500; transition: var(--transition); }
nav ul li a:hover { color: var(--primary); }

/* Hero Section */
header { min-height: 90vh; display: flex; align-items: center; padding: 60px 10%; position: relative; }
.hero-container { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 60px; align-items: center; width: 100%; }
.badge { background: rgba(0, 245, 212, 0.06); color: var(--primary); padding: 6px 16px; border-radius: 50px; font-size: 0.85rem; font-family: monospace; display: inline-block; margin-bottom: 25px; border: 1px solid rgba(0, 245, 212, 0.15); }
header h1 { font-size: 4.5rem; line-height: 1.1; margin-bottom: 20px; font-weight: 800; }
.highlight { color: var(--primary); text-shadow: 0 0 30px var(--primary-glow); }
header p { font-size: 1.3rem; color: #94a3b8; margin-bottom: 40px; }
.hero-buttons { display: flex; gap: 15px; }

.btn { padding: 14px 32px; border-radius: 10px; text-decoration: none; font-weight: 600; transition: var(--transition); display: inline-flex; align-items: center; gap: 8px; cursor: pointer; }
.primary-btn { background-color: var(--primary); color: var(--bg-dark); }
.primary-btn:hover { background-color: white; transform: translateY(-4px); box-shadow: 0 15px 30px var(--primary-glow); }
.secondary-btn { border: 2px solid #334155; color: #cbd5e1; }
.secondary-btn:hover { border-color: var(--primary); color: white; }

/* Portrait mit Begrüssungs-Bubble */
.profile-frame { position: relative; }
.profile-img { width: 320px; height: 320px; object-fit: cover; border-radius: 32px; border: var(--border); box-shadow: 0 30px 60px rgba(0,0,0,0.5); transition: var(--transition); }
.profile-frame:hover .profile-img { border-color: var(--primary); transform: scale(1.03) rotate(1deg); }
.welcome-bubble { position: absolute; bottom: -15px; left: -20px; background: var(--primary); color: var(--bg-dark); padding: 12px 20px; border-radius: 16px 16px 16px 4px; font-weight: 700; font-size: 0.95rem; box-shadow: 0 15px 30px rgba(0,0,0,0.4); animation: float 4s ease-in-out infinite; }

@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

/* Titel-Styling */
section { padding: 120px 10%; border-bottom: var(--border); }
.section-title { text-align: center; margin-bottom: 80px; }
.section-title h2 { font-size: 2.8rem; font-weight: 800; letter-spacing: -1px; }
.section-title h2::after { content: ''; display: block; width: 50px; height: 5px; background: var(--primary); margin: 12px auto 0 auto; border-radius: 10px; }
.section-title p { color: #64748b; font-size: 1.15rem; margin-top: 5px; }

/* Über mich: Code Konsole */
.about-modern-container { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 40px; }
.tech-console { background: #05070f; border-radius: var(--radius); border: var(--border); box-shadow: 0 30px 50px rgba(0,0,0,0.4); overflow: hidden; display: flex; flex-direction: column; }
.console-header { background: #0d111c; padding: 14px 20px; display: flex; align-items: center; gap: 8px; border-bottom: var(--border); }
.dot { width: 12px; height: 12px; border-radius: 50%; }
.dot.red { background: #ef4444; } .dot.yellow { background: #eab308; } .dot.green { background: #22c55e; }
.console-title { color: #475569; font-size: 0.85rem; margin-left: 10px; font-family: monospace; }
.console-body { padding: 30px; font-family: monospace; font-size: 1rem; color: #e2e8f0; }
.line { margin-bottom: 8px; } .indent { margin-left: 30px; }
.keyword { color: #ff0055; font-weight: bold; } .property { color: var(--primary); } .string { color: #f59e0b; }
.console-interactive-line { margin-top: 20px; color: var(--primary); border-top: 1px solid rgba(255,255,255,0.05); padding-top: 15px; display: flex; gap: 10px; }
.operator { font-weight: bold; }

/* Video Modern Box */
.video-modern-box { background: var(--bg-card); border: var(--border); border-radius: var(--radius); padding: 30px; display: flex; flex-direction: column; justify-content: space-between; }
.video-header { font-weight: 700; margin-bottom: 15px; font-size: 1.1rem; display: flex; align-items: center; gap: 10px; }
.video-header i { color: var(--primary); }
.video-wrapper { position: relative; padding-bottom: 56.25%; height: 0; border-radius: 12px; overflow: hidden; }
.video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* LEBENSLAUF: Jaden trägt die Karten */
.interactive-timeline { max-width: 900px; margin: 0 auto; display: flex; flex-direction: column; gap: 60px; }
.timeline-wrapper { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: 30px; align-items: center; }
.timeline-wrapper.inverse { grid-template-columns: 1.3fr 0.7fr; }

.jaden-carrier-container { display: flex; justify-content: center; align-items: flex-end; height: 100%; }
.jaden-carrier-img { width: 160px; height: auto; object-fit: contain; filter: drop-shadow(0 15px 20px rgba(0,0,0,0.5)); transform: translateY(15px); }

.timeline-card-modern { background: var(--bg-card); border: var(--border); padding: 35px; border-radius: var(--radius); position: relative; transition: var(--transition); box-shadow: 0 10px 30px rgba(0,0,0,0.2); }
.timeline-card-modern:hover { border-color: var(--primary); transform: translateY(-5px); background: rgba(255,255,255,0.04); box-shadow: 0 20px 40px var(--primary-glow); }
.timeline-date { color: var(--primary); font-weight: 700; margin-bottom: 8px; font-size: 0.95rem; }
.timeline-card-modern h3 { font-size: 1.4rem; margin-bottom: 5px; }
.timeline-card-modern h4 { color: #94a3b8; font-weight: 500; margin-bottom: 15px; }

/* PROJEKTE: Moderner flacher Listen-Look */
.projects-modern-list { max-width: 1000px; margin: 0 auto; display: flex; flex-direction: column; gap: 20px; }
.project-strip { display: grid; grid-template-columns: 0.1fr 1fr 0.5fr; gap: 30px; align-items: center; padding: 30px 40px; background: var(--bg-card); border: var(--border); border-radius: 16px; transition: var(--transition); }
.project-strip:hover { background: rgba(0, 245, 212, 0.02); border-color: var(--primary); transform: scale(1.01); }
.project-strip-num { font-size: 1.8rem; font-weight: 800; color: rgba(255,255,255,0.1); font-family: monospace; transition: var(--transition); }
.project-strip:hover .project-strip-num { color: var(--primary); }
.project-strip-content h3 { font-size: 1.4rem; margin-bottom: 5px; }
.project-strip-content p { color: #94a3b8; }
.project-strip-tags { display: flex; gap: 10px; justify-content: flex-end; flex-wrap: wrap; }

/* KONTAKT: Zeigendes Bild */
.contact-layout-modern { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 50px; max-width: 950px; margin: 0 auto; align-items: center; }
.contact-jaden-pointer { position: relative; text-align: center; }
.jaden-pointer-img { width: 100%; max-width: 280px; height: auto; object-fit: contain; filter: drop-shadow(0 20px 30px rgba(0,0,0,0.6)); }
.pointer-hint { position: absolute; top: -10px; left: 50%; transform: translateX(-50%); background: #1e293b; border: var(--border); padding: 8px 16px; border-radius: 20px; font-size: 0.85rem; font-weight: 600; white-space: nowrap; }

.contact-card-modern { background: var(--bg-card); border: var(--border); padding: 45px; border-radius: var(--radius); display: flex; flex-direction: column; gap: 25px; box-shadow: 0 30px 60px rgba(0,0,0,0.3); }
.contact-item-modern { display: flex; align-items: center; gap: 20px; }
.contact-item-modern i { font-size: 1.4rem; color: var(--primary); background: rgba(0, 245, 212, 0.08); padding: 16px; border-radius: 14px; border: 1px solid rgba(0, 245, 212, 0.15); }
.contact-item-modern h4 { color: #94a3b8; font-size: 0.9rem; }
.contact-item-modern a { color: white; text-decoration: none; font-size: 1.2rem; font-weight: 600; transition: var(--transition); }
.contact-item-modern a:hover { color: var(--primary); }
.contact-item-modern p { font-size: 1.2rem; font-weight: 600; }

footer { text-align: center; padding: 40px; background: #05070a; color: #475569; font-size: 0.9rem; border-top: var(--border); }

/* Mobile Optimierung */
@media (max-width: 968px) {
    header { padding: 40px 5%; }
    .hero-container { grid-template-columns: 1fr; text-align: center; gap: 40px; }
    .hero-buttons { justify-content: center; }
    .profile-frame { display: inline-block; margin-top: 20px; }
    .about-modern-container, .timeline-wrapper, .timeline-wrapper.inverse, .project-strip, .contact-layout-modern { grid-template-columns: 1fr; text-align: center; }
    .project-strip-tags { justify-content: center; }
    .jaden-carrier-container { display: none; } /* Versteckt die tragenden Bilder auf Handys für besseren Platz */
    section { padding: 80px 5%; }
}
