/* ============================================
   KI-MUSIK ARTIKEL - ZUSÄTZLICHE STYLES
   Spezifische Styles für den KI-Musik-Artikel
   Luftiges, lesbares Design wie andere Artikel
   ============================================ */

/* Content Spacing - mehr Luftigkeit */
.article-content {
    padding: 4rem 0;
}

.content-block {
    margin-bottom: 4rem;
}

.content-block h2 {
    margin-bottom: 2rem;
    line-height: 1.3;
}

.content-block h3 {
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
    line-height: 1.4;
}

.content-block p {
    margin-bottom: 1.5rem;
    line-height: 1.8;
    font-size: 1.1rem;
}

.content-block ul,
.content-block ol {
    margin-bottom: 2rem;
    line-height: 1.8;
}

.content-block li {
    margin-bottom: 1rem;
}

/* Path Boxes (DIY vs. Sorglos) */
.path-box {
    background: #fff;
    border-radius: 12px;
    padding: 3rem;
    margin: 3rem 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.diy-path {
    border-left: 5px solid var(--info);
}

.sorglos-path {
    border-left: 5px solid var(--success);
}

.path-box h3 {
    font-family: var(--font-heading);
    font-size: 2rem;
    color: var(--secondary-color);
    margin-bottom: 1.5rem;
    letter-spacing: 0.5px;
}

.path-description {
    font-size: 1.15rem;
    color: var(--gray-600);
    margin-bottom: 2.5rem;
    line-height: 1.8;
}

/* Checklist Items (DIY/Sorglos) */
.diy-checklist,
.sorglos-checklist {
    margin-top: 2rem;
}

.diy-checklist h4,
.sorglos-checklist h4 {
    font-family: var(--font-heading);
    font-size: 1.4rem;
    color: var(--primary-color);
    margin-bottom: 1.5rem;
}

.checklist-item {
    display: flex;
    gap: 2rem;
    margin-bottom: 3rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid var(--gray-200);
}

.checklist-item:last-child {
    border-bottom: none;
}

.item-number {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    font-weight: 700;
    font-family: var(--font-heading);
    box-shadow: 0 4px 12px rgba(157, 138, 105, 0.3);
}

.item-content h5 {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    color: var(--secondary-color);
    margin-bottom: 1rem;
    letter-spacing: 0.3px;
}

.item-content p {
    margin-bottom: 1.25rem;
    line-height: 1.8;
    font-size: 1.05rem;
}

.action-item {
    background: rgba(157, 138, 105, 0.08);
    padding: 1.5rem;
    border-left: 4px solid var(--primary-color);
    margin: 1.5rem 0;
    font-weight: 500;
    line-height: 1.7;
    font-size: 1.05rem;
}

/* Example Boxes */
.example-box {
    background: #f8f9fa;
    border: 1px solid var(--gray-300);
    padding: 1.75rem;
    border-radius: 10px;
    margin-top: 1.5rem;
    font-size: 1rem;
    line-height: 1.7;
}

.example-box strong {
    display: block;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

/* Warning Text */
.warning-text {
    color: var(--error);
    font-weight: 600;
    margin: 1rem 0;
}

.text-danger {
    color: var(--error);
}

/* Benefit List */
.benefit-list {
    list-style: none;
    padding-left: 0;
}

.benefit-list li {
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
}

.benefit-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--success);
    font-weight: bold;
}

/* Success Box */
.success-box {
    background: rgba(16, 185, 129, 0.1);
    border-left: 4px solid var(--success);
    padding: 1.25rem;
    border-radius: 8px;
    margin-top: 1rem;
}

.success-box i {
    color: var(--success);
    margin-right: 0.5rem;
}

/* Small Warning Box */
.warning-box.small {
    padding: 1rem;
    font-size: 0.95rem;
    margin-top: 1rem;
}

/* Comparison Mini Table */
.comparison-mini {
    margin-top: 1.5rem;
    overflow-x: auto;
}

.comparison-mini table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}

.comparison-mini th {
    background: var(--primary-color);
    color: white;
    padding: 0.75rem;
    text-align: left;
    font-family: var(--font-heading);
}

.comparison-mini td {
    padding: 0.75rem;
    border-bottom: 1px solid var(--gray-200);
}

.comparison-mini tr:last-child td {
    border-bottom: none;
}

/* GEMA Fragebogen Box */
.gema-fragebogen-box {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 3.5rem;
    border-radius: 15px;
    margin: 4rem 0;
    border: 3px solid var(--primary-color);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.gema-fragebogen-box h3 {
    font-family: var(--font-heading);
    font-size: 2.2rem;
    color: var(--secondary-color);
    margin-bottom: 1.5rem;
    letter-spacing: 0.5px;
}

.gema-fragebogen-box > p {
    font-size: 1.15rem;
    line-height: 1.8;
    margin-bottom: 2rem;
}

/* Scenario Grid */
.scenario-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2.5rem;
    margin-top: 2.5rem;
}

.scenario-card {
    background: white;
    padding: 2.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.scenario-card.success {
    border: 3px solid var(--success);
}

.scenario-card h4 {
    font-family: var(--font-heading);
    font-size: 1.6rem;
    color: var(--secondary-color);
    margin-bottom: 1.5rem;
    letter-spacing: 0.3px;
}

.scenario-card > p {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.step-list-mini {
    padding-left: 1.5rem;
    margin: 1rem 0;
}

.step-list-mini li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
}

/* Document Checklist */
.document-checklist {
    background: rgba(157, 138, 105, 0.05);
    padding: 1.5rem;
    border-radius: 8px;
    margin-top: 1.5rem;
}

.document-checklist h5 {
    font-family: var(--font-heading);
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.document-checklist ul {
    list-style: none;
    padding-left: 0;
}

.document-checklist li {
    padding: 0.5rem 0;
    font-weight: 500;
}

/* Final Advice Box */
.final-advice-box {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
    color: white;
    padding: 4rem;
    border-radius: 15px;
    margin: 4rem 0;
    box-shadow: 0 8px 30px rgba(157, 138, 105, 0.3);
}

.final-advice-box h3 {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
    color: white;
    letter-spacing: 0.5px;
}

.advice-columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2.5rem;
}

.advice-column {
    background: rgba(255, 255, 255, 0.12);
    padding: 2.5rem;
    border-radius: 12px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.advice-column h4 {
    font-family: var(--font-heading);
    font-size: 1.75rem;
    color: white;
    margin-bottom: 1.5rem;
    letter-spacing: 0.3px;
}

.advice-column > p {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.advice-column .check-list {
    list-style: none;
    padding-left: 0;
}

.advice-column .check-list li {
    padding: 0.5rem 0;
    padding-left: 1.75rem;
    position: relative;
    color: white;
}

.advice-column .check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #10B981;
    font-weight: bold;
    font-size: 1.2rem;
}

.advice-column .btn-secondary,
.advice-column .btn-primary-small {
    margin-top: 1.5rem;
    display: inline-block;
}

/* Download CTA */
.download-cta {
    background: white;
    color: var(--secondary-color);
    padding: 1.25rem;
    border-radius: 8px;
    margin-top: 1.5rem;
    text-align: center;
}

.download-cta i {
    color: var(--success);
    font-size: 2rem;
    display: block;
    margin-bottom: 0.5rem;
}

.download-cta strong {
    display: block;
    margin-bottom: 0.75rem;
}

/* Code Style */
code {
    background: #2d2d2d;
    color: #10B981;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-family: 'Courier New', monospace;
    font-size: 0.9rem;
}

/* Highlight Text */
.highlight-text {
    background: rgba(157, 138, 105, 0.15);
    padding: 0.75rem 1rem;
    border-left: 3px solid var(--primary-color);
    margin: 1rem 0;
    font-weight: 500;
}

/* Zusätzliche Lesbarkeits-Verbesserungen */
.lead-text {
    font-size: 1.25rem;
    line-height: 1.8;
    margin-bottom: 2rem;
    color: var(--gray-700);
}

.toc-block {
    background: #f8f9fa;
    padding: 2.5rem;
    border-radius: 12px;
    margin: 3rem 0;
}

.toc-block h3 {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
}

.toc-list {
    list-style: none;
    padding-left: 0;
}

.toc-list li {
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--gray-300);
}

.toc-list li:last-child {
    border-bottom: none;
}

.toc-list a {
    color: var(--primary-color);
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

.toc-list a:hover {
    color: var(--primary-dark);
}

.intro-block {
    margin-bottom: 3rem;
}

/* Tabellen */
.comparison-table,
.provider-comparison {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 2.5rem 0;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.comparison-table th,
.provider-comparison th {
    background: var(--primary-color);
    color: white;
    padding: 1.25rem;
    text-align: left;
    font-family: var(--font-heading);
    font-size: 1.1rem;
}

.comparison-table td,
.provider-comparison td {
    padding: 1.25rem;
    border-bottom: 1px solid var(--gray-200);
    line-height: 1.7;
}

.comparison-table tr:last-child td,
.provider-comparison tr:last-child td {
    border-bottom: none;
}

/* Highlight-Boxen */
.highlight-box {
    background: rgba(157, 138, 105, 0.1);
    border: 3px solid var(--primary-color);
    border-radius: 12px;
    padding: 2.5rem;
    margin: 2.5rem 0;
}

.highlight-box .big-text {
    font-size: 1.35rem;
    line-height: 1.7;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

/* Info/Warning Boxen */
.info-box,
.warning-box {
    padding: 1.75rem;
    border-radius: 10px;
    margin: 2rem 0;
    line-height: 1.8;
}

.info-box {
    background: rgba(59, 130, 246, 0.1);
    border-left: 4px solid var(--info);
}

.warning-box {
    background: rgba(239, 68, 68, 0.1);
    border-left: 4px solid var(--error);
}

.info-box h4,
.warning-box h4 {
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

/* Responsive Anpassungen */
@media (max-width: 768px) {
    .article-content {
        padding: 3rem 0;
    }
    
    .content-block {
        margin-bottom: 3rem;
    }
    
    .path-box {
        padding: 2rem;
    }
    
    .checklist-item {
        flex-direction: column;
        gap: 1.25rem;
    }
    
    .item-number {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }
    
    .scenario-grid {
        grid-template-columns: 1fr;
    }
    
    .advice-columns {
        grid-template-columns: 1fr;
    }
    
    .final-advice-box {
        padding: 2.5rem 2rem;
    }
    
    .gema-fragebogen-box {
        padding: 2rem;
    }
    
    .content-block h2 {
        font-size: 2rem;
    }
    
    .content-block h3 {
        font-size: 1.5rem;
    }
    
    .content-block p {
        font-size: 1.05rem;
    }
}
