/* Zusätzliche Styles für die Hauptseite */
.hero {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 80px 0;
    margin-bottom: 60px;
    border-bottom: 1px solid #dee2e6;
}

.hero-content {
    max-width: 600px;
    margin-right: 40px;
}

.hero h1 {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
    color: #182134;
    line-height: 1.2;
}

.hero .lead {
    font-size: 1.25rem;
    color: #495057;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.hero-image img {
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
    font-size: 2.2rem;
    color: #182134;
}

.features {
    padding: 80px 0;
    background-color: #fff;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.feature-card {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    transition: all 0.3s ease;
    border: 1px solid #eaeaea;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.feature-icon {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #f0f4f8;
}

.feature-card h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #182134;
}

.feature-card p {
    color: #495057;
    line-height: 1.6;
}

.demo {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.demo-content {
    max-width: 500px;
    margin-right: 40px;
}

.demo-form {
    margin-top: 30px;
    padding: 25px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #343a40;
}

.form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 16px;
    transition: border-color 0.2s;
}

.form-control:focus {
    border-color: #4a89dc;
    outline: none;
    box-shadow: 0 0 0 3px rgba(74, 137, 220, 0.1);
}

.result-container {
    min-height: 300px;
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.placeholder-text {
    color: #adb5bd;
    text-align: center;
}

.result-success {
    width: 100%;
    text-align: center;
}

.result-image {
    margin: 20px 0;
}

.result-actions {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.documentation-preview {
    padding: 80px 0;
    background-color: #fff;
}

.code-example {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
    overflow: auto;
    max-width: 800px;
    margin: 0 auto 30px;
}

.code-example pre {
    margin: 0;
    padding: 0;
    overflow-x: auto;
}

.code-example code {
    font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace;
    color: #212529;
    line-height: 1.6;
    font-size: 14px;
}

.cta-button {
    text-align: center;
    margin-top: 30px;
}

.testimonials {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.testimonial-slider {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    padding: 20px 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none; /* Firefox */
}

.testimonial-slider::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Edge */
}

.testimonial-card {
    flex: 0 0 auto;
    width: 350px;
    scroll-snap-align: start;
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.testimonial-content {
    margin-bottom: 20px;
}

.testimonial-content p {
    font-style: italic;
    color: #495057;
    line-height: 1.6;
}

.author-name {
    font-weight: 600;
    color: #212529;
    margin-bottom: 5px;
}

.author-company {
    color: #6c757d;
    font-size: 0.875rem;
}

.plans {
    padding: 80px 0;
    background-color: #fff;
}

.plan-highlight {
    margin: 4% 0;
    text-align: center;
    max-width: 600px; /* Begrenze die Breite */
    margin-left: auto; /* Zentriere den Container */
    margin-right: auto; /* Zentriere den Container */
    padding: 20px; /* Zusätzlicher Innenabstand */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Leichter Schatten */
    border-radius: 8px; /* Abgerundete Ecken */
    background-color: #f8f9fa; /* Hintergrundfarbe */
}

.plan-card-highlight {
    border: 2px solid #4a89dc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #f8f9fa;
}

.plan-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.plan-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    border: 1px solid #eaeaea;
}

.plan-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.plan-featured {
    border: 2px solid #4a89dc;
    position: relative;
}

.plan-featured::before {
    content: 'Beliebt';
    position: absolute;
    top: 0;
    right: 0;
    background: #4a89dc;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    border-bottom-left-radius: 8px;
}

.plan-header {
    padding: 25px;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
    background: #f8f9fa;
}

.plan-header h3 {
    margin: 0 0 15px;
    color: #212529;
}

.plan-price {
    font-size: 2rem;
    font-weight: 700;
    color: #182134;
}

.currency {
    font-size: 1.5rem;
    vertical-align: super;
}

.period {
    font-size: 1rem;
    color: #6c757d;
    font-weight: normal;
}

.plan-features {
    padding: 25px;
}

.plan-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.plan-features li {
    padding: 10px 0;
    border-bottom: 1px solid #eaeaea;
    color: #495057;
}

.plan-features li:last-child {
    border-bottom: none;
}

.plan-features li::before {
    content: '✓';
    color: #4a89dc;
    margin-right: 10px;
}

.plan-features .unavailable::before {
    content: '✗'; /* Neues Icon für nicht verfügbare Funktionen */
    color: #dc3545; /* Rot für "noch nicht verfügbar" */
    margin-right: 10px;
    font-weight: bold;
    opacity: 0.7; /* Leicht transparent, um es dezenter zu machen */
}

.plan-features .unavailable {
    color: #6c757d; /* Grauer Text für nicht verfügbare Funktionen */
    font-style: italic; /* Kursiv, um es hervorzuheben */
}

.plan-features .limited::before {
    content: '⚠'; /* Icon für Limitierungen */
    color: #f39c12; /* Orange für Hinweise */
    margin-right: 10px;
    font-weight: bold;
    opacity: 0.8; /* Leicht transparent */
}

.plan-features .limited {
    color: #856404; /* Dunkleres Orange für Text */
    font-style: italic; /* Kursiv, um es hervorzuheben */
}

.plan-cta {
    padding: 25px;
    text-align: center;
}

.cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #4a89dc 0%, #5b9bea 100%);
    color: #fff;
    text-align: center;
}

.cta-content {
    max-width: 700px;
    margin: 0 auto;
}

.cta-content h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.cta-content p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

/* Responsive Anpassungen */
@media (max-width: 991px) {
    .hero {
        padding: 60px 0;
    }
    
    .hero-content {
        margin-right: 0;
        margin-bottom: 40px;
    }
    
    .container {
        display: flex;
        flex-direction: column;
    }
    
    .hero .container {
        align-items: center;
    }
    
    .demo .container {
        display: flex;
        flex-direction: column;
    }
    
    .demo-content {
        margin-right: 0;
        margin-bottom: 40px;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .hero h1 {
        font-size: 2.2rem;
    }
    
    .section-title {
        font-size: 1.8rem;
    }
    
    .hero-buttons {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .testimonial-card {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .hero .container,
    .demo .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .hero-content,
    .demo-content {
        flex: 1;
    }
    
    .hero-image,
    .demo-result {
        flex: 1;
    }
}
