/* About Page - Professional Styles */
.story-section.story-timeline {
    padding: 100px 0;
    background: transparent;
}

/* Override sections.css - Entferne die linke Randlinie */
.story-section.story-timeline::before {
    display: none !important;
}

/* Vertikale Timeline */
.story-timeline .timeline {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 20px 20px 0;
}

/* Vertikale Timeline-Linie */
.story-timeline .timeline::before {
    content: '';
    position: absolute;
    left: 50px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg,
        rgba(0, 212, 255, 0.2) 0%,
        rgba(0, 212, 255, 0.8) 10%,
        rgba(0, 212, 255, 0.8) 90%,
        rgba(0, 212, 255, 0.2) 100%);
    border-radius: 2px;
    box-shadow: 0 0 15px rgba(0, 212, 255, 0.3);
    z-index: 0;
}

.story-timeline .timeline-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 28px;
    margin-bottom: 40px;
    z-index: 1;
}

.story-timeline .timeline-item:last-child {
    margin-bottom: 0;
}

.story-timeline .timeline-marker {
    flex-shrink: 0;
    width: 54px;
    height: 54px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:
        0 0 0 6px color-mix(in srgb, var(--accent) 10%, transparent),
        0 0 0 12px color-mix(in srgb, var(--accent) 5%, transparent),
        0 6px 20px color-mix(in srgb, var(--accent) 35%, transparent);
    position: relative;
    z-index: 2;
    transition: all 0.4s ease;
    margin-left: 24px;
}

.story-timeline .timeline-item:hover .timeline-marker {
    transform: scale(1.1);
    box-shadow:
        0 0 0 12px rgba(0, 212, 255, 0.15),
        0 0 0 24px rgba(0, 212, 255, 0.08),
        0 12px 40px rgba(0, 212, 255, 0.6);
}

.story-timeline .timeline-year {
    font-size: 17px;
    font-weight: 700;
    color: white;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.story-timeline .timeline-content {
    flex: 1;
    background: linear-gradient(135deg,
        rgba(255, 255, 255, 0.08) 0%,
        rgba(255, 255, 255, 0.05) 100%);
    backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 24px;
    border-radius: 14px;
    transition: all 0.4s ease;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
    position: relative;
}

.story-timeline .timeline-content::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg,
        rgba(0, 212, 255, 0.1) 0%,
        transparent 50%);
    border-radius: 16px;
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.story-timeline .timeline-item:hover .timeline-content {
    background: linear-gradient(135deg,
        rgba(255, 255, 255, 0.12) 0%,
        rgba(255, 255, 255, 0.08) 100%);
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
    border-color: rgba(0, 212, 255, 0.3);
}

.story-timeline .timeline-item:hover .timeline-content::after {
    opacity: 1;
}

.story-timeline .timeline-content h3 {
    font-size: 1.375rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--accent2);
    line-height: 1.3;
}

.story-timeline .timeline-content p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
}

/* Network Section - Professionelles Netzwerk */
.network-section {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

.network-section .network-diagram {
    position: relative;
    max-width: 1100px;
    margin: 80px auto;
    min-height: 600px;
}

.network-section .center-node {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow:
        0 0 0 12px rgba(0, 212, 255, 0.1),
        0 0 0 24px rgba(0, 212, 255, 0.05),
        0 20px 60px rgba(0, 212, 255, 0.4);
    z-index: 10;
    transition: all 0.4s ease;
}

.network-section .center-node::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    left: 0;
}

.network-section .center-node:hover {
    transform: translate(-50%, -50%) scale(1.08);
    box-shadow:
        0 0 0 16px rgba(0, 212, 255, 0.15),
        0 0 0 32px rgba(0, 212, 255, 0.08),
        0 24px 80px rgba(0, 212, 255, 0.6);
}

.network-section .center-node h3 {
    font-size: 28px;
    font-weight: 700;
    color: white;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}

.network-section .center-node p {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.95);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.network-section .partner-node {
    position: absolute;
    width: 220px;
    background: linear-gradient(135deg,
        rgba(255, 255, 255, 0.08) 0%,
        rgba(255, 255, 255, 0.05) 100%);
    backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 28px 24px;
    border-radius: 20px;
    transition: all 0.4s ease;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    z-index: 5;
}

.network-section .partner-node::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg,
        rgba(0, 212, 255, 0.1) 0%,
        transparent 50%);
    border-radius: 20px;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.network-section .partner-node:hover::after {
    opacity: 1;
}

.network-section .partner-node::after {
    content: '';
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.4), rgba(0, 153, 204, 0.2));
    z-index: -1;
}

.network-section .partner-node:nth-child(2) {
    top: 6%;
    left: 50%;
    transform: translateX(-50%);
}

.network-section .partner-node:nth-child(2)::after {
    top: 100%;
    left: 50%;
    height: 120px;
    transform: translateX(-50%);
}

.network-section .partner-node:nth-child(3) {
    top: 50%;
    right: 6%;
    transform: translateY(-50%);
}

.network-section .partner-node:nth-child(3)::after {
    top: 50%;
    right: 100%;
    width: 140px;
    height: 2px;
    transform: translateY(-50%);
}

.network-section .partner-node:nth-child(4) {
    bottom: 6%;
    left: 50%;
    transform: translateX(-50%);
}

.network-section .partner-node:nth-child(4)::after {
    bottom: 100%;
    left: 50%;
    height: 120px;
    transform: translateX(-50%);
}

.network-section .partner-node:nth-child(5) {
    top: 50%;
    left: 6%;
    transform: translateY(-50%);
}

.network-section .partner-node:nth-child(5)::after {
    top: 50%;
    left: 100%;
    width: 140px;
    height: 2px;
    transform: translateY(-50%);
}

.network-section .partner-node:hover {
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 16px 48px rgba(0, 212, 255, 0.3);    border-color: rgba(0, 212, 255, 0.3);    z-index: 15;}.network-section .partner-node:nth-child(2):hover {    transform: translateX(-50%) translateY(-5px);}.network-section .partner-node:nth-child(3):hover {    transform: translateY(-50%) translateX(5px);}.network-section .partner-node:nth-child(4):hover {    transform: translateX(-50%) translateY(5px);}.network-section .partner-node:nth-child(5):hover {    transform: translateY(-50%) translateX(-5px);
    box-shadow: 0 8px 20px rgba(0, 212, 255, 0.3);
}

.network-section .partner-node:nth-child(3):hover,
.network-section .partner-node:nth-child(5):hover {
    transform: translateY(-55%);
}

.network-section .partner-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;    box-shadow:        0 0 0 4px rgba(0, 212, 255, 0.1),        0 8px 24px rgba(0, 212, 255, 0.3);    transition: all 0.3s ease;
}

.network-section .partner-node:hover .partner-icon {    transform: scale(1.1) rotate(5deg);    box-shadow:        0 0 0 6px rgba(0, 212, 255, 0.15),        0 12px 32px rgba(0, 212, 255, 0.4);}
.network-section .partner-node h4 {
    font-size: 17px;
    font-weight: 600;
    color: white;
    margin-bottom: 12px;
    text-align: center;
}

.network-section .partner-node p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6;
    text-align: center;
}

/* ============================================
   NETWORK IMAGE VARIANT
   ============================================ */

.network-section.network-image .network-image-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
}

.network-section.network-image .network-diagram-image {
    width: 100%;
    height: auto;
    border-radius: 18px;
    box-shadow: 0 20px 60px rgba(0, 212, 255, 0.2), 0 8px 24px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(0, 212, 255, 0.2);
    transition: all 0.4s ease;
}

.network-section.network-image .network-diagram-image:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 80px rgba(0, 212, 255, 0.3), 0 12px 32px rgba(0, 0, 0, 0.4);
    border-color: rgba(0, 212, 255, 0.4);
}

.network-section.network-image .network-image-placeholder {
    max-width: 800px;
    margin: 0 auto;
    padding: 80px 40px;
    background: linear-gradient(135deg,
        rgba(255, 255, 255, 0.05) 0%,
        rgba(255, 255, 255, 0.02) 100%);
    border: 2px dashed rgba(0, 212, 255, 0.3);
    border-radius: 18px;
    text-align: center;
}

.network-section.network-image .placeholder-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.network-section.network-image .placeholder-content svg {
    color: rgba(0, 212, 255, 0.5);
    opacity: 0.6;
}

.network-section.network-image .placeholder-content p {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.network-section.network-image .placeholder-content small {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.5);
}

/* ============================================
   VALUES SECTION
   ============================================ */

.values-section .values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto;
}

.values-section .value-card {
    background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    padding: 40px 32px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(2,6,23,.35);
}

.values-section .value-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 36px rgba(0,229,255,.18), 0 6px 16px rgba(0,0,0,.25);
    border-color: rgba(103,232,249,.45);
}

.values-section .value-icon {
    font-size: 3.5rem;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.values-section .value-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 16px;
    color: #fff;
}

.values-section .value-description {
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.7;
    font-size: 1rem;
}

/* ============================================
   WHY CHOOSE SECTION
   ============================================ */

.why-choose-section .reasons-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto;
}

.why-choose-section .reason-card {
    background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    padding: 40px 32px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(2,6,23,.35);
}

.why-choose-section .reason-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 36px rgba(0,229,255,.18), 0 6px 16px rgba(0,0,0,.25);
    border-color: rgba(103,232,249,.45);
}

.why-choose-section .reason-icon {
    font-size: 3rem;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-choose-section .reason-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 16px;
    color: #fff;
}

.why-choose-section .reason-description {
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.7;
    font-size: 1rem;
}

/* ============================================
   TECHNOLOGY SECTION
   ============================================ */

.technology-section .machines-grid {
    display: grid;
    grid-template-columns: repeat(var(--columns, 2), 1fr);
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto;
}

.technology-section .machine-card,
.technology-section .technology-card {
    background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    padding: 40px 32px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(2,6,23,.35);
    position: relative;
}

.technology-section .machine-card:hover,
.technology-section .technology-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 36px rgba(0,229,255,.18), 0 6px 16px rgba(0,0,0,.25);
    border-color: rgba(103,232,249,.45);
}

.technology-section .machine-badge {
    display: inline-block;
    background: color-mix(in srgb, var(--accent2) 15%, transparent);
    color: var(--accent2);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 16px;
    border: 1px solid color-mix(in srgb, var(--accent2) 30%, transparent);
}

.technology-section .machine-name {
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 16px;
    color: #fff;
}

.technology-section .machine-description {
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.7;
    margin-bottom: 24px;
}

.technology-section .machine-specs,
.technology-section .machine-perfect-for {
    margin-top: 24px;
}

.technology-section .machine-specs h4,
.technology-section .machine-perfect-for h4 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--accent2);
    margin-bottom: 12px;
}

.technology-section .machine-specs ul,
.technology-section .machine-perfect-for ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.technology-section .machine-specs li {
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.95rem;
}

.technology-section .machine-specs li strong {
    color: var(--accent2);
    font-weight: 600;
}

.technology-section .machine-perfect-for li {
    padding: 6px 0 6px 20px;
    color: rgba(255, 255, 255, 0.75);
    position: relative;
}

.technology-section .machine-perfect-for li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--accent2);
    font-weight: bold;
}

@media (max-width: 1024px) {
    .story-timeline .timeline {
        padding-left: 0;
    }

    .story-timeline .timeline::before {
        left: 48px;
    }

    .story-timeline .timeline-marker {
        width: 48px;
        height: 48px;
        margin-left: 24px;
    }

    .story-timeline .timeline-item {
        gap: 24px;
        margin-bottom: 32px;
    }

    .story-timeline .timeline-year {
        font-size: 15px;
    }

    .story-timeline .timeline-content {
        padding: 20px;
    }

    /* Technology grid to single column on tablets */
    .technology-section .machines-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

@media (max-width: 768px) {
    .story-timeline .timeline {
        padding-left: 0;
    }

    .story-timeline .timeline::before {
        left: 42px;
    }

    .story-timeline .timeline-marker {
        width: 42px;
        height: 42px;
        margin-left: 21px;
    }

    .story-timeline .timeline-item {
        gap: 18px;
        margin-bottom: 28px;
    }

    .story-timeline .timeline-year {
        font-size: 14px;
    }

    .story-timeline .timeline-content {
        padding: 18px;
    }

    /* Grid adaptations for tablets */
    .values-section .values-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .why-choose-section .reasons-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    /* Stack network vertically on mobile */
    .network-section .network-diagram {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
        min-height: auto;
    }
    
    .network-section .center-node,
    .network-section .partner-node {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        transform: none !important;
        width: 100%;
        max-width: 300px;
    }
    
    .network-section .partner-node::after {
        display: none;
    }
}

@media (max-width: 480px) {
    .story-timeline .timeline {
        padding-left: 0;
    }

    .story-timeline .timeline::before {
        left: 30px;
    }

    .story-timeline .timeline-marker {
        width: 38px;
        height: 38px;
        margin-left: 11px;
    }

    .story-timeline .timeline-item {
        gap: 14px;
        margin-bottom: 24px;
    }

    .story-timeline .timeline-year {
        font-size: 13px;
    }

    .story-timeline .timeline-content {
        padding: 16px;
    }

    .story-timeline .timeline-content h3 {
        font-size: 1.125rem;
    }

    .story-timeline .timeline-content p {
        font-size: 0.875rem;
    }

    /* Single column on mobile */
    .values-section .values-grid,
    .why-choose-section .reasons-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    /* Reduce card padding on mobile */
    .values-section .value-card,
    .why-choose-section .reason-card,
    .technology-section .machine-card {
        padding: 28px 20px;
    }

    /* Reduce icon sizes on mobile */
    .values-section .value-icon {
        font-size: 2.5rem;
        margin-bottom: 16px;
    }

    .why-choose-section .reason-icon {
        font-size: 2.5rem;
        margin-bottom: 16px;
    }
}
