/* Einsatzbereiche (Areas of Deployment) Section Styles */
.einsatzbereiche-section {
    background-color: #f8f8f8;
    padding: 60px 0;
}

.einsatzbereiche-section h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 30px;
}

.einsatzbereiche-section p {
    margin-bottom: 20px;
    font-size: 1.1rem;
}

.einsatzbereiche-list {
    margin-top: 30px;
    padding-left: 20px;
}

.einsatzbereiche-list li {
    margin-bottom: 10px;
    font-size: 1.1rem;
    list-style-type: disc;
}

/* Prices Section Styles */
.prices-section {
    background-color: white;
    padding: 60px 0;
}

.prices-section h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 30px;
}

.price-table {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 30px;
    border-collapse: collapse;
}

.price-table tr {
    border-bottom: 1px solid #ddd;
}

.price-table tr:last-child {
    border-bottom: none;
}

.price-table td {
    padding: 12px 8px;
    font-size: 1.1rem;
}

.price-table td:last-child {
    text-align: right;
    font-weight: bold;
}

.included-list, .not-included-list {
    margin: 20px 0;
    padding-left: 20px;
}

.included-list li, .not-included-list li {
    margin-bottom: 10px;
    font-size: 1.1rem;
    list-style-type: disc;
}

.price-note {
    font-style: italic;
    margin: 15px 0;
    font-size: 0.9rem;
}

/* Spanish Lessons Section Styles */
.spanish-section {
    background-color: #f8f8f8;
    padding: 60px 0;
}

.spanish-section h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 30px;
}

.spanish-section p {
    margin-bottom: 20px;
    font-size: 1.1rem;
}

.spanish-note {
    font-style: italic;
    margin: 30px 0;
    padding: 15px;
    background-color: #f0f0f0;
    border-left: 4px solid #0066cc;
    font-size: 1.1rem;
}
