/* Leistungen-Sektion Styles */
:root {
    --primary-color: #00a2ff;
    --secondary-color: #0062ff;
    --accent-color: #00ffff;
    --dark-bg: #000814;
    --darker-bg: #000000;
    --light-text: #e0f2ff;
    --silver: #c0c0c0;
    --glow-effect: 0 0 10px rgba(0, 162, 255, 0.7), 0 0 20px rgba(0, 162, 255, 0.4);
    --transition-speed: 0.3s;
}

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

html, body {
    height: 100%;
    width: 100%;
    overflow: auto;
    font-family: 'Roboto', sans-serif;
    background: linear-gradient(135deg, var(--darker-bg) 0%, var(--dark-bg) 100%);
    color: var(--light-text);
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Orbitron', sans-serif;
    font-weight: 700;
    margin-bottom: 1rem;
}

h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    text-align: center;
}

h3 {
    font-size: 1.5rem;
}

p {
    margin-bottom: 1rem;
}

.highlight {
    color: var(--primary-color);
    text-shadow: 0 0 5px rgba(0, 162, 255, 0.5);
}

.section-content {
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background: linear-gradient(90deg, var(--darker-bg) 0%, transparent 100%);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
    width: 100%;
    max-width: 1200px;
}

.service-card {
    background: rgba(0, 8, 20, 0.5);
    border: 1px solid rgba(0, 162, 255, 0.1);
    border-radius: 10px;
    padding: 2rem;
    transition: all var(--transition-speed) ease;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 162, 255, 0.1) 0%, transparent 100%);
    opacity: 0;
    transition: opacity var(--transition-speed) ease;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border-color: var(--primary-color);
}

.service-card:hover::before {
    opacity: 1;
}

.service-card.glow {
    box-shadow: 0 0 20px rgba(0, 162, 255, 0.8), 0 0 40px rgba(0, 162, 255, 0.4);
    transform: translateY(-5px);
    transition: all 0.3s ease;
}

.service-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 1.5rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 162, 255, 0.1);
    border: 1px solid var(--primary-color);
    box-shadow: 0 0 15px rgba(0, 162, 255, 0.3);
    position: relative;
}

.service-icon::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: drop-shadow(0 0 5px var(--primary-color));
}

.webdesign-icon::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300a2ff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='3' width='20' height='14' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='8' y1='21' x2='16' y2='21'%3E%3C/line%3E%3Cline x1='12' y1='17' x2='12' y2='21'%3E%3C/line%3E%3C/svg%3E");
}

.ai-icon::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300a2ff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2a2 2 0 0 0-2 2c0 .74.4 1.39 1 1.73V7h-2v-.27A2 2 0 0 0 7 5a2 2 0 0 0-2 2c0 .74.4 1.39 1 1.73V11a2 2 0 0 0-2 2c0 .74.4 1.39 1 1.73V17a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-2.27A2 2 0 0 0 17 13a2 2 0 0 0-2-2c0-.74-.4-1.39-1-1.73V7.27A2 2 0 0 0 16 5a2 2 0 0 0-2-2c0-.74-.4-1.39-1-1.73V3a2 2 0 0 0-1-1Z'%3E%3C/path%3E%3C/svg%3E");
}

.graphic-icon::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300a2ff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m2 12 5.25 5 2.625-5H8c0-3.75 3-7.5 7.5-7.5 2.25 0 4.125.75 5.25 2.25'%3E%3C/path%3E%3Cpath d='M22 12c-5.25 0-9.75-2.25-11.25-5.25'%3E%3C/path%3E%3Cpath d='M8 12c0 4.5 3.75 7.5 7.5 7.5 2.25 0 4.125-.75 5.25-2.25'%3E%3C/path%3E%3Cpath d='M16 19.5c-2.25 0-4.5-1.5-5.25-3.75'%3E%3C/path%3E%3C/svg%3E");
}

/* Animation-Klassen */
.animate-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.animate-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive Design */
@media (max-width: 1200px) {
    h2 {
        font-size: 2.2rem;
    }
}

@media (max-width: 992px) {
    h2 {
        font-size: 2rem;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    h2 {
        font-size: 1.8rem;
    }
    
    .service-card {
        padding: 1.5rem;
    }
}

/* iPhone-spezifische Optimierungen */
@supports (-webkit-touch-callout: none) {
    .section-content {
        -webkit-overflow-scrolling: touch;
    }
}
