/* --- CODE BRAND-FARBEN (EXAKT NACH DEINER CARD) --- */
:root {
    --bg-dark: #00171F;       /* Tiefstes Blauschwarz */
    --primary-blue: #003459;  /* Edles Dunkelblau */
    --cyan-mid: #007EA7;      /* Mittleres Cyan */
    --cyan-bright: #00A8E8;   /* Stechendes Tech-Cyan */
    --card-bg: rgba(0, 52, 89, 0.25);
    --border-color: rgba(0, 168, 232, 0.2);
    --section-spacing: clamp(60px, 8vh, 120px); /* Dynamisches Spacing */
    --golden-ratio: 1.618;
}

/* --- BASICS --- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', -apple-system, sans-serif;
    -webkit-tap-highlight-color: transparent;
}

html {
    scroll-behavior: smooth;
    background-color: var(--bg-dark);
}

body {
    color: #ffffff;
    overflow-x: hidden;
    padding-top: 0; /* Entfernt die Lücke, damit Banner hinter den Header gleiten können */
}

body.no-scroll {
    overflow: hidden; /* Wenn Mobile Menü offen ist */
}

/* Optimierung für Touch-Feedback */
.btn-action:active, .tab-btn:active, .team-card:active, .ref-card:active {
    transform: scale(0.96) !important;
}

/* --- BRAND SIMULATION --- */
.font-brand, h1, h2, h3, .tab-btn, .app-header .header-btn, .footer-col h4 {
    font-weight: 700;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}

/* --- AMBIENT GLOW EFFECT --- */
.ambient-glow {
    position: fixed;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
    filter: blur(120px);
    opacity: 0.12;
    animation: pulseGlow 8s infinite alternate ease-in-out;
}

.glow-cyan { top: -10%; left: -20%; width: 350px; height: 350px; background-color: var(--cyan-bright); }
.glow-blue { bottom: 15%; right: -20%; width: 400px; height: 400px; background-color: var(--cyan-mid); }

@keyframes pulseGlow {
    0% { transform: scale(1) translate(0, 0); opacity: 0.1; }
    100% { transform: scale(1.1) translate(20px, 20px); opacity: 0.18; }
}

/* --- APP HEADER (TOP - NEU UMGEBAUT) --- */
.app-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background: linear-gradient(to bottom, rgba(0, 23, 31, 0.95) 0%, rgba(0, 23, 31, 0) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: 1000;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    align-items: center;
}

/* Header wird solider beim Scrollen */
.header-scrolled {
    height: 70px;
    background: rgba(0, 23, 31, 0.95);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 24px;
    position: relative;
    gap: 40px; /* Einheitlicher Abstand zwischen Logo, Navigation und Button */
}

@media(max-width: 768px) {
    .header-container {
        padding: 0 15px; /* Reduziertes Padding vergrößert den Platz zwischen Logo und Icon */
    }
}

.brand-logo {
    height: 38px;
    width: auto;
    object-fit: contain;
    transition: transform 0.3s ease, filter 0.3s ease;
}

@media(max-width: 768px) {
    .brand-logo { height: 45px; } /* Logo auf Tablet/Mobile deutlich größer */
}

@media(max-width: 480px) {
    .brand-logo { height: 40px; } /* Immer noch groß auf kleinen Handys */
}

.brand-logo:hover {
    transform: scale(1.1); /* Logo wird beim Hovern leicht größer */
    filter: none; /* Hover-Glow deaktiviert */
}

/* Desktop-Navigation */
.desktop-nav {
    display: flex;
    gap: 40px;
    margin: 0 auto; /* Zentriert die Navigation zwischen Logo und Button */
}

@media(max-width: 768px) {
    .desktop-nav { display: none; } /* Mobile ausblenden */
}

.desktop-nav a {
    position: relative;
    text-decoration: none;
    color: #cbd5e0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
    padding: 10px 0;
}

.desktop-nav a:hover {
    color: var(--cyan-bright);
}

.desktop-nav a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--cyan-bright);
    transition: all 0.3s ease;
    transform: translateX(-50%);
    box-shadow: 0 0 10px var(--cyan-bright);
}

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

.header-btn {
    font-size: 12px;
    font-weight: 700;
    color: var(--cyan-bright);
    text-decoration: none;
    background: rgba(0, 168, 232, 0.05);
    padding: 10px 22px;
    border-radius: 100px;
    border: 1px solid var(--border-color);
    transition: all 0.3s ease;
    box-shadow: 0 0 15px rgba(0, 168, 232, 0.1);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.header-btn:hover {
    background: var(--cyan-bright);
    color: var(--bg-dark);
    box-shadow: 0 0 25px rgba(0, 168, 232, 0.4);
    transform: translateY(-2px);
}

@media(max-width: 768px) {
    .header-btn { display: none; } /* Mobile ausblenden, kommt ins Hamburger Menü */
}

/* --- MOBILE HAMBURGER TOGGLE (NEU) --- */
.menu-toggle {
    display: none; /* Standardmäßig auf Desktop verstecken */
    background: transparent;
    border: none;
    cursor: pointer;
    width: 44px; /* Größere Hit-Box für Touch */
    height: 44px;
    position: relative;
    z-index: 1001;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

@media(max-width: 768px) {
    .menu-toggle { 
        display: flex; 
    }
}

.menu-toggle span {
    width: 28px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* Erzeugt die mittlere Linie */
.menu-toggle::before {
    content: '';
    width: 28px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.menu-toggle.open span:first-child { transform: translateY(8px) rotate(45deg); background-color: var(--cyan-bright); }
.menu-toggle.open::before { opacity: 0; transform: translateX(10px); }
.menu-toggle.open span:last-child { transform: translateY(-8px) rotate(-45deg); background-color: var(--cyan-bright); }

/* --- MOBILE NAV PANEL (NEU) --- */
.mobile-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 23, 31, 0.98);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Startet oben */
    align-items: center;
    gap: 25px;
    padding-top: 100px; /* Platz für das Logo oben */
    transform: translateY(-100%); /* Erscheint jetzt von oben */
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 999;
}

.menu-logo {
    height: 60px; /* Logo im Menü ist der Fokuspunkt */
    width: auto;
    margin-bottom: 20px;
    opacity: 0; /* Für GSAP */
    transform: translateY(20px);
}

.mobile-nav.active {
    transform: translateY(0);
}

.mobile-nav a {
    text-decoration: none;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0; /* Für GSAP Animation */
}

/* --- SECTIONS CORE --- */
.app-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.app-section {
    padding: var(--section-spacing) 0;
}

@media(min-width: 1400px) {
    .app-section { padding: 140px 0; } /* Mehr Luft auf sehr großen Bildschirmen */
}

.section-title { margin-bottom: 50px; }
.section-title h2 { font-size: 32px; margin-bottom: 12px; }
.section-title p { font-size: 16px; color: var(--cyan-mid); font-weight: 300; }

/* --- WELCOME SECTION --- */
.welcome-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: center;
}

@media(min-width: 992px) {
    .welcome-grid {
        grid-template-columns: 1.2fr 0.8fr;
        gap: 80px;
    }
}

.welcome-content {
    width: 100%;
}

.welcome-content .hero-actions {
    display: flex;
    justify-content: flex-start;
}

@media(max-width: 991px) {
    .welcome-content {
        text-align: center;
    }
    .welcome-content .hero-actions {
        justify-content: center;
    }
}

.welcome-text {
    font-size: 18px; /* Etwas kleiner für bessere Lesbarkeit im Kontext */
    line-height: 1.6;
    color: #ffffff; /* Wieder weiß */
    margin-bottom: 20px;
    font-weight: 300;
}

.welcome-subtext {
    font-size: 16px;
    line-height: 1.6;
    color: var(--cyan-mid);
    font-weight: 300;
}

.welcome-visual {
    position: relative;
    width: 100%;
    height: 400px; /* Bildhöhe auf Desktop angepasst */
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid var(--border-color);
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
    transition: transform 0.5s ease;
    z-index: 1;
}

.welcome-visual:hover {
    transform: scale(1.03); /* Bild wird leicht größer */
}

.welcome-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(0.8) contrast(1.1);
}

/* Fließende Kante für das Welcome-Bild (wie bei den anderen Kacheln) */
.welcome-visual::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 0deg, transparent 60%, var(--cyan-bright) 100%);
    animation: borderRotate 20s linear infinite;
    z-index: -1;
}

.welcome-visual::after {
    content: '';
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    background: #001b24; /* Hintergrundfarbe für die Kachel */
    z-index: -1;
}

/* --- HERO SECTION (MIT BÜHNEN-HINTERGRUND) --- */
.hero-section {
    min-height: auto; /* Verhindert unnötigen Leerraum durch alte Berechnungen */
    display: flex;
    align-items: center;
    position: relative;
}

/* Tipp: Wenn du ein echtes Video nimmst: 
.hero-video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
*/

.hero-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(0, 23, 31, 0.5) 0%, var(--bg-dark) 80%);
    /* Alternativ: Hintergrundbild mit Struktur */
    /* background-image: url('dein-bühnenbild-struktur.jpg'); background-size: cover; opacity: 0.1; */
    z-index: 1;
}

.hero-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    z-index: 10;
    display: flex;
    flex-direction: column;
}

.hero-banner-box {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
}

.hero-banner-img {
    width: 100%;
    height: 60vh; /* Höhe reduziert für eine kompaktere Darstellung auf Mobile */
    display: block;
    object-fit: cover;
    object-position: center center; /* Bild auf Desktop mittig zentrieren */
    will-change: transform;
    opacity: 1; /* Volle Deckkraft des Bildes, Vignette kommt vom Overlay */
}

@media(max-width: 768px) {
    .hero-banner-img {
        object-position: center center; /* Auf Mobile Personen zentrieren */
    }
}

@media(min-width: 1024px) {
    .hero-banner-img { height: 75vh; } /* Auch auf Desktop-Monitoren etwas weniger hoch */
}

.app-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--cyan-bright);
    background: rgba(0, 168, 232, 0.08);
    padding: 6px 14px;
    border-radius: 100px;
    margin-bottom: 16px;
    border: 1px solid rgba(0, 168, 232, 0.15);
}

.brand-title {
    font-size: 48px;
    line-height: 1.1;
    margin-bottom: 16px;
}

@media(min-width: 768px) { .brand-title { font-size: 64px; } }

.text-gradient {
    background: linear-gradient(135deg, #ffffff 0%, var(--cyan-bright) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-lead {
    font-size: 16px;
    color: #a0aec0;
    line-height: 1.5;
    margin-bottom: 32px;
    font-weight: 300;
}

.btn-action {
    display: inline-block;
    background: linear-gradient(135deg, var(--cyan-mid) 0%, var(--primary-blue) 100%);
    border: 1px solid var(--cyan-bright);
    color: #ffffff;
    padding: 16px 28px;
    border-radius: 16px;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    transition: transform 0.2s, box-shadow 0.2s;
}

.btn-action:hover {
    box-shadow: 0 8px 24px rgba(0, 126, 167, 0.25);
}

.btn-action:active { transform: scale(0.98); }

/* --- TAB SYSTEM (ANGEBOTE - EMOJIS ENTFERNT) --- */
.tab-navigation {
    position: relative;
    display: flex;
    background: rgba(0, 54, 89, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 6px;
    border-radius: 14px;
    margin-bottom: 24px;
    gap: 6px;
    z-index: 1;
}

.tab-btn {
    position: relative;
    z-index: 2;
    flex: 1;
    background: transparent;
    border: none;
    color: #a0aec0;
    padding: 18px 0; /* Größer für leichtere Daumen-Bedienung */
    font-size: 13px;
    border-radius: 10px;
    cursor: pointer;
    transition: color 0.3s ease;
}

.tab-btn.active {
    background: transparent;
    color: var(--cyan-bright);
}

.tab-hover-indicator {
    position: absolute;
    height: calc(100% - 12px);
    top: 6px;
    left: 6px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 10px;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
}

.tab-indicator {
    position: absolute;
    height: calc(100% - 12px);
    top: 6px;
    left: 6px;
    background: rgba(0, 52, 89, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 168, 232, 0.25);
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    z-index: 1;
    pointer-events: none;
}

.tab-panel { display: none; }
.tab-panel.active { display: block; animation: tabFadeIn 0.4s ease; }

/* --- ANGEBOT PANEL LAYOUT --- */
.service-panel-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  align-items: center;
}

@media (min-width: 992px) {
  .service-panel-content {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 50px;
  }
}

.service-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
  border: 1px solid var(--border-color);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

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

/* --- GLOW CARD BASE LOGIC --- */
.bento-card, .ref-card, .review-card, .team-card, .insta-item {
    position: relative;
    overflow: hidden;
    background: #011219 !important; /* Solider Grund für bessere Performance */
    border-radius: 20px;
    z-index: 1;
}

.bento-card h3 {
    margin-bottom: 18px;
}

.bento-card, .review-card {
    padding: 32px; /* Verhindert das Abschneiden des Textes */
}

.bento-card::before, .ref-card::before, .review-card::before, .team-card::before, .insta-item::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(
        from 0deg,
        transparent 50%,
        var(--cyan-bright) 100%
    );
    animation: borderRotate 20s linear infinite;
    animation-delay: var(--border-delay, 0s);
    z-index: -2;
}

.bento-card::after, .ref-card::after, .review-card::after, .team-card::after, .insta-item::after {
    content: '';
    position: absolute;
    inset: 2px; /* Etwas dickere, wertigere Kante */
    border-radius: inherit;
    background: #011219;
    z-index: -1;
}

/* Spezifische Glow-Farben für die Angebote */
.card-highlight::before {
    background: conic-gradient(from 0deg, transparent 50%, var(--cyan-bright) 100%);
}

.card-highlight-licht::before {
    background: conic-gradient(from 0deg, transparent 50%, #ffbe0b 100%);
}

.card-highlight-video::before {
    background: conic-gradient(from 0deg, transparent 50%, #8338ec 100%);
}

.referenzen-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

@media(min-width: 768px) { .referenzen-grid { grid-template-columns: 1fr 1fr; } }

.ref-card { 
    position: relative;
    overflow: hidden;
    border-radius: 20px; 
    z-index: 1;
}

.ref-image-placeholder { height: 160px; background: linear-gradient(135deg, var(--primary-blue) 0%, var(--bg-dark) 100%); display: flex; justify-content: center; align-items: center; color: rgba(0, 168, 232, 0.3); font-size: 20px; }
.ref-info { padding: 20px; }
.ref-info h4 { font-size: 16px; margin-bottom: 4px; }
.ref-info p { font-size: 13px; color: #a0aec0; font-weight: 300; }

/* --- TEAM GRID --- */
.team-grid { 
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); 
    gap: 30px; 
}

.team-card { 
    position: relative;
    overflow: hidden;
    border-radius: 24px; 
    padding: 40px 32px; 
    text-align: center; 
    transition: transform 0.3s ease; 
    z-index: 1;
}

.team-card:hover { transform: translateY(-5px); border-color: var(--cyan-bright); }

.team-avatar { 
    width: 240px; 
    height: 240px; 
    border-radius: 50%; 
    border: 3px solid var(--cyan-bright);
    padding: 0;
    background: var(--card-bg);
    margin: 0 auto 25px auto; 
    object-fit: cover; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    box-shadow: 0 0 20px rgba(0, 168, 232, 0.2); 
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: var(--cyan-bright);
    font-size: 48px;
    overflow: hidden;
}

.team-role { font-size: 13px; color: var(--cyan-bright); margin-bottom: 16px; font-weight: 600; }
.team-bio { font-size: 14px; color: #cbd5e0; line-height: 1.5; font-weight: 300; }

/* --- EVENT GALLERY (ANGEBOT SEITE) --- */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    background: #001b24;
    border: 1px solid var(--border-color);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 1;
}

.gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.3);
}

.gallery-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease; /* Übergang für die Skalierung */
    display: block;
    border-radius: 16px 16px 0 0;
}

/* Spezifische Positionierung für Galerie-Bilder (Begegnungen) */
.img-focus-top { object-position: center 57%; }
.img-focus-top-extra { object-position: center top; }
.gallery-item img:hover, .ref-card img:hover {
    transform: scale(1.03); /* Bild wird leicht größer */
}

.img-focus-low { object-position: center 30%; }

.gallery-info {
    padding: 15px;
}

.gallery-info h4 {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 5px;
}

.gallery-info p {
    font-size: 13px;
    color: #a0aec0;
    line-height: 1.4;
}

/* Fließende Kante für Galerie-Items */
.gallery-item::before, .gallery-item::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    z-index: -1;
}

.gallery-item::before {
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 0deg, transparent 60%, var(--cyan-bright) 100%);
    animation: borderRotate 20s linear infinite;
    animation-delay: var(--border-delay, 0s);
    z-index: -2;
}

.gallery-item::after {
    inset: 1px;
    background: #001b24;
}

/* --- LOGO MARQUEE --- */
.logo-marquee-section {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 40px 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.marquee {
    display: flex;
    width: 100%;
}

.marquee-content {
    display: flex;
    gap: 60px;
    animation: scroll 30s linear infinite;
    flex-wrap: nowrap; /* Verhindert, dass Logos umbrechen */
    width: max-content; /* Stellt sicher, dass der Container breit genug für alle Logos ist */
}

.partner-logo {
    height: 45px;
    width: auto;
    filter: grayscale(1) brightness(0.8);
    opacity: 0.5;
    transition: all 0.3s ease;
    flex-shrink: 0; /* Verhindert, dass Logos schrumpfen */
}

.partner-logo:hover {
    filter: grayscale(0) brightness(1);
    opacity: 1;
}

@keyframes scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

/* --- REVIEWS & INSTA GRID --- */
.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.review-card {
    position: relative;
    overflow: hidden;
    padding: 24px;
    border-radius: 16px;
    z-index: 1;
}

.review-card::after { background: #0c151a; }

.stars { color: #FFD700; margin-bottom: 12px; font-size: 14px; }
.review-card p { font-size: 14px; line-height: 1.6; color: #cbd5e0; font-style: italic; }
.reviewer { margin-top: 12px; font-size: 12px; color: var(--cyan-bright); font-weight: 700; }

.insta-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

@media(min-width: 768px) {
    .insta-grid { grid-template-columns: repeat(4, 1fr); gap: 20px; }
}

.insta-item {
    aspect-ratio: 1 / 1;
    border-radius: 16px;
    background: #000; /* Fallback */
}

.insta-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    transform: scale(1); /* Sicherstellen, dass es nicht schon skaliert ist */
}

.insta-item:hover img {
    transform: scale(1.1);
}

/* --- GROSSER FOOTER (NEU) --- */
.app-footer {
    background: #000c11;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 60px 0 20px 0;
    margin-top: 80px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

@media(min-width: 768px) { .footer-container { flex-direction: row; justify-content: space-between; } }

.footer-brand { max-width: 300px; }
.footer-logo { 
    height: 38px; 
    width: auto; 
    margin-bottom: 20px; 
    transition: transform 0.3s ease; 
}
.footer-logo:hover { transform: scale(1.1); }
.footer-brand p { font-size: 13px; color: #86868b; line-height: 1.6; font-weight: 300; }

.footer-links { display: flex; gap: 40px; }

@media(max-width: 600px) { 
    .footer-links { 
        flex-direction: column; 
        gap: 30px; 
    }
    /* Social Media Spalte nach unten verschieben */
    .footer-col.nav-col { order: 1; }
    .footer-col.legal-col { order: 2; }
    .footer-col.social-col { order: 3; }
}

.footer-col h4 { font-size: 13px; color: #ffffff; margin-bottom: 16px; letter-spacing: 0.5px; }
.footer-col a { display: block; text-decoration: none; color: #86868b; font-size: 13px; margin-bottom: 10px; font-weight: 400; transition: color 0.2s; }
.footer-col a:hover { color: var(--cyan-bright); }

/* Social Icons Styling */
.social-icons {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 15px;
}

.social-icons a {
    font-size: 22px;
    margin-bottom: 0 !important;
    display: inline-block !important;
}

.mail-link { color: var(--cyan-bright) !important; font-weight: 500 !important; font-family: monospace; }

/* --- ANIMATION FÜR DIE KANTE --- */
@keyframes borderRotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.footer-bottom { max-width: 1200px; margin: 40px auto 0 auto; padding: 20px; text-align: center; border-top: 1px solid rgba(255, 255, 255, 0.03); font-size: 11px; color: #424245; font-family: monospace; letter-spacing: 1px; }

/* Helper Class */
.mt-8 { margin-top: 32px; }

/* --- LEGAL TEXT STYLING (AGB / DATENSCHUTZ) --- */
.legal-address-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin: 40px 0;
}

.address-card {
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-left: 3px solid var(--cyan-bright);
  padding: 24px;
  border-radius: 12px;
}

.address-card h4 {
  color: var(--cyan-bright);
  font-size: 12px;
  margin-bottom: 12px;
  opacity: 0.8;
}

.legal-item {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 24px;
  border-radius: 16px;
  margin-bottom: 24px;
}

.legal-item h3 {
  color: var(--cyan-bright);
  font-size: 18px;
  margin-bottom: 12px;
}

.info-steps-container {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.info-step {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.info-step strong {
  color: var(--cyan-bright);
  font-size: 13px;
  letter-spacing: 0.5px;
}

.info-step span {
  font-size: 14px;
  color: #cbd5e0;
  line-height: 1.4;
}