/* professional.css */

.professional-intro {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #4a5568;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.staffel-section {
    background-color: #f8faff;
    padding-top: 80px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
}

.staffel-section h2 {
    text-align: center;
    margin-bottom: 2rem;
}

.staffel-section>.container>p,
.staffel-section h3,
.staffel-section ul {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.staffel-section>.container>p {
    margin-bottom: 2.5rem;
    text-align: left;
}

.staffel-section h3 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    color: #2d3748;
}

.staffel-section ul {
    padding-left: 20px;
    margin-bottom: 1rem;
    list-style-position: inside;
}

.staffel-section li {
    margin-bottom: 0.5rem;
}

.staffel-container {
    max-width: 800px;
    margin: 40px auto 0;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.staffel-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

.staffel-table th,
.staffel-table td {
    padding: 20px;
    border-bottom: 1px solid #e2e8f0;
}

.staffel-table th {
    background-color: #667eea;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 0.05em;
}

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

.staffel-table tr:nth-child(even) {
    background-color: #f7fafc;
}

.staffel-discount {
    color: #48bb78;
    font-weight: 600;
}

.cta-section {
    padding: 80px 20px;
    text-align: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.cta-section h2 {
    color: white;
    margin-bottom: 20px;
}

.cta-section p {
    color: rgba(255, 255, 255, 0.9);
    max-width: 600px;
    margin: 0 auto 30px;
    font-size: 1.2rem;
}

.cta-section .btn {
    background: white;
    color: #667eea;
    border: none;
    display: inline-flex;
}

.cta-section .btn:hover {
    background: #f7fafc;
    transform: translateY(-2px);
}