/* =========================================
   SIMETIC KUNDENPORTAL - CLEAN ENTERPRISE
   ========================================= */

body { 
    font-family: 'Inter', system-ui, -apple-system, sans-serif; 
    background-color: #f8fafc; 
    color: #0f172a; 
    margin: 0; 
    padding: 0; 
    display: flex; 
    flex-direction: column; 
    min-height: 100vh;
}

/* =========================================
   1. NAVIGATION (HEADER)
   ========================================= */
.navbar-custom { background-color: #ffffff; border-bottom: 1px solid #e2e8f0; padding: 15px 0; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05); }
.navbar-brand { font-weight: 800; font-size: 1.5rem; letter-spacing: 1px; color: #0f172a !important; }
.nav-link { font-weight: 600; color: #475569 !important; padding: 8px 16px !important; transition: 0.2s; }
.nav-link:hover, .nav-link.active { color: #2563eb !important; }
.btn-nav-login { background-color: #f1f5f9; color: #0f172a; font-weight: 600; border-radius: 6px; padding: 8px 20px; transition: 0.2s; border: 1px solid #e2e8f0; }
.btn-nav-login:hover { background-color: #e2e8f0; }

/* =========================================
   2. HERO BEREICH & OFFSET ACCENT
   ========================================= */
.v1-hero { background: #ffffff; padding: 100px 0 80px 0; border-bottom: 1px solid #e2e8f0; position: relative; overflow: hidden; }
/* Der farbige Block hinter der App auf der Startseite */
.v1-hero::before { content: ''; position: absolute; right: 0; top: 0; bottom: 0; width: 40%; background: #eff6ff; border-left: 1px solid #bfdbfe; z-index: 0; }
@media (max-width: 991px) { .v1-hero::before { display: none; } }
.v1-content { position: relative; z-index: 1; }

.v1-h1 { font-size: 3.5rem; font-weight: 800; color: #0f172a; line-height: 1.1; margin-bottom: 20px; letter-spacing: -1px; }
.v1-p { color: #475569; font-size: 1.15rem; line-height: 1.6; margin-bottom: 30px; max-width: 90%; }
.v1-btn { background: #2563eb; color: #fff; padding: 14px 30px; border-radius: 6px; font-weight: 600; text-decoration: none; display: inline-block; transition: 0.2s; box-shadow: 0 4px 6px rgba(37,99,235,0.2); }
.v1-btn:hover { background: #1d4ed8; color: #fff; transform: translateY(-2px); box-shadow: 0 10px 15px -3px rgba(37,99,235,0.3); }

/* =========================================
   3. BROWSER MOCKUP (STATISCH)
   ========================================= */
.v1-browser { background: #f8f9fa; border-radius: 12px; box-shadow: 0 25px 50px -12px rgba(0,0,0,0.15); border: 1px solid #e2e8f0; overflow: hidden; height: 420px; display: flex; flex-direction: column; }
.v1-browser-top { background: #ffffff; padding: 10px 15px; display: flex; align-items: center; border-bottom: 1px solid #e2e8f0; gap: 6px; }
.v1-dot { width: 10px; height: 10px; border-radius: 50%; background: #cbd5e1; }
.v1-dot.r { background: #ef4444; } 
.v1-dot.y { background: #f59e0b; } 
.v1-dot.g { background: #10b981; }

/* =========================================
   4. ECHTE WORKBASE UI ELEMENTE (Für Vorschau)
   ========================================= */
.wb-sidebar { background: #2c3e50; color: #fff; width: 140px; display: flex; flex-direction: column; }
.wb-sidebar-brand { padding: 10px; text-align: center; border-bottom: 1px solid #3b4e60; font-size: 11px; font-weight: bold; }
.wb-nav-item { padding: 8px 12px; color: #b8c7ce; font-size: 10px; display: flex; align-items: center; }
.wb-nav-item.active { color: #fff; background: #1e282c; border-left: 3px solid #3c8dbc; }
.wb-topbar { background: #ffffff; box-shadow: 0 2px 4px rgba(0,0,0,0.05); padding: 6px 12px; display: flex; justify-content: space-between; align-items: center; z-index: 10; }
.wb-dashboard-card { background: #ffffff; border-radius: 1rem; box-shadow: 0 2px 4px rgba(0,0,0,0.02); border: 1px solid #e2e8f0; padding: 15px; display: flex; flex-direction: column; height: 100%; }
.wb-module-box { border: 1px solid #e2e8f0; border-radius: 1rem; padding: 10px; display: flex; align-items: center; background: #ffffff; box-shadow: 0 1px 2px rgba(0,0,0,0.02); }
.wb-icon-box { background: #f8f9fa; color: #6c757d; border-radius: 8px; width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; margin-right: 10px; }
.mock-text { line-height: 1.2; }

/* =========================================
   5. MODULE KARTEN (Unten auf Startseite)
   ========================================= */
.v1-modules-section { background: #f8fafc; padding: 80px 0; }
.v1-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 30px; transition: 0.3s; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05); height: 100%; border-top: 4px solid #cbd5e1; }
.v1-card:hover { transform: translateY(-5px); box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1); border-top-color: #2563eb; }

/* =========================================
   6. GALERIE (Für vorschau.php)
   ========================================= */
.gallery-browser { background: #ffffff; border-radius: 12px; box-shadow: 0 10px 15px -3px rgba(0,0,0,0.05); border: 1px solid #e2e8f0; overflow: hidden; transition: all 0.3s ease; display: flex; flex-direction: column; height: 100%; }
.gallery-browser:hover { transform: translateY(-8px); box-shadow: 0 25px 50px -12px rgba(37,99,235,0.15); border-color: #bfdbfe; }
.gallery-browser-top { background: #f8fafc; padding: 10px 15px; display: flex; align-items: center; border-bottom: 1px solid #e2e8f0; gap: 6px; }
.gallery-dot { width: 10px; height: 10px; border-radius: 50%; background: #cbd5e1; }
.gallery-dot.r { background: #ef4444; } .gallery-dot.y { background: #f59e0b; } .gallery-dot.g { background: #10b981; }
.gallery-img-wrapper { position: relative; background: #f1f5f9; min-height: 240px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.gallery-img-wrapper img { width: 100%; height: auto; object-fit: cover; display: block; }
.gallery-content { padding: 25px; background: #ffffff; border-top: 1px solid #e2e8f0; flex-grow: 1; }
