.elementor-1787 .elementor-element.elementor-element-19ce4f2{--display:flex;}/* Start custom CSS */:root { --petrol: #2B6A7C; --petrol-light: #3D8A9E; --petrol-dark: #1E4D5A; --sky-light: #D5E8F0; --cloud-white: #F8FCFD; --accent-warm: #E8B86D; --text-dark: #333; --text-medium: #555; --warning-red: #E07A5F; --success-green: #6B9B7A; --thomas-blue: #4A7C94; }
       
    /* Article Styles */
    .bsj-article { font-family: 'Quicksand', sans-serif; color: var(--text-dark); line-height: 1.7; max-width: 900px; margin: 0 auto; padding: 20px; }
    .bsj-article h1 { color: var(--petrol); font-size: 2.2rem; font-weight: 700; line-height: 1.3; margin-bottom: 30px; }
    .bsj-article h2 { color: var(--petrol); font-size: 1.7rem; font-weight: 700; margin: 50px 0 25px; padding-top: 20px; border-top: 2px solid var(--sky-light); }
    .bsj-article h2:first-of-type { border-top: none; padding-top: 0; }
    .bsj-article h3 { color: var(--petrol-dark); font-size: 1.3rem; font-weight: 600; margin: 35px 0 15px; }
    .bsj-article p { margin-bottom: 18px; font-size: 1.05rem; }
    .bsj-article strong { color: var(--petrol-dark); }
    
    /* Intro Section */
    .bsj-article .intro { font-size: 1.15rem; color: var(--text-medium); margin-bottom: 40px; padding-bottom: 30px; border-bottom: 2px solid var(--sky-light); }
    .bsj-article .intro .lead { font-size: 1.25rem; color: var(--petrol); font-weight: 500; margin-bottom: 20px; }
    
    /* Author Box */
    .bsj-article .author-box { display: flex; align-items: center; gap: 20px; background: linear-gradient(145deg, var(--sky-light), #e8f4f8); border-radius: 16px; padding: 20px 25px; margin: 30px 0; }
    .bsj-article .author-avatar { width: 70px; height: 70px; background: linear-gradient(145deg, var(--thomas-blue), var(--petrol-dark)); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 1.8rem; color: white; box-shadow: 0 4px 15px rgba(43, 106, 124, 0.3); }
    .bsj-article .author-info h4 { margin: 0 0 5px 0; color: var(--petrol-dark); font-size: 1.1rem; }
    .bsj-article .author-info p { margin: 0; font-size: 0.9rem; color: var(--text-medium); }
    .bsj-article .author-info .author-role { color: var(--thomas-blue); font-weight: 600; }
    
    /* Highlight Box - Lebensdauer */
    .bsj-article .lifespan-box { background: linear-gradient(145deg, var(--petrol), var(--petrol-dark)); border-radius: 24px; padding: 40px; margin: 40px 0; color: white; text-align: center; position: relative; overflow: hidden; }
    .bsj-article .lifespan-box::before { content: ''; position: absolute; top: -50%; right: -20%; width: 300px; height: 300px; background: rgba(255,255,255,0.05); border-radius: 50%; }
    .bsj-article .lifespan-box h3 { color: white; margin: 0 0 10px 0; font-size: 1.2rem; font-weight: 500; }
    .bsj-article .lifespan-box .big-number { font-size: 4rem; font-weight: 700; margin: 10px 0; text-shadow: 0 4px 20px rgba(0,0,0,0.2); }
    .bsj-article .lifespan-box .subtitle { font-size: 1.1rem; opacity: 0.9; }
    .bsj-article .lifespan-box .note { font-size: 0.9rem; opacity: 0.7; margin-top: 15px; }
    
    /* Timeline / Matratzentypen */
    .bsj-article .type-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin: 30px 0; }
    .bsj-article .type-card { background: white; border-radius: 16px; padding: 25px; box-shadow: 0 5px 25px rgba(43, 106, 124, 0.1); border: 2px solid transparent; transition: all 0.3s; }
    .bsj-article .type-card:hover { border-color: var(--petrol-light); transform: translateY(-3px); }
    .bsj-article .type-card .type-header { display: flex; align-items: center; gap: 15px; margin-bottom: 15px; }
    .bsj-article .type-card .type-icon { width: 50px; height: 50px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; }
    .bsj-article .type-card.schaum .type-icon { background: linear-gradient(145deg, #9B7ED9, #7B5DC2); }
    .bsj-article .type-card.feder .type-icon { background: linear-gradient(145deg, #5A9BC2, #4080A8); }
    .bsj-article .type-card.latex .type-icon { background: linear-gradient(145deg, var(--success-green), #5A8A6A); }
    .bsj-article .type-card h4 { margin: 0; color: var(--petrol-dark); font-size: 1.15rem; }
    .bsj-article .type-card .years { font-size: 1.8rem; font-weight: 700; color: var(--petrol); margin: 10px 0 5px; }
    .bsj-article .type-card .years-label { font-size: 0.9rem; color: var(--text-medium); }
    .bsj-article .type-card p { font-size: 0.95rem; color: var(--text-medium); margin: 15px 0 0 0; }
    
    /* Warning Signs Grid */
    .bsj-article .signs-section { background: linear-gradient(145deg, #fef8f0, #fff); border-radius: 24px; padding: 35px; margin: 40px 0; border: 2px solid var(--accent-warm); }
    .bsj-article .signs-section > h3 { margin-top: 0; color: var(--petrol); text-align: center; }
    .bsj-article .signs-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 25px; }
    .bsj-article .sign-item { display: flex; align-items: flex-start; gap: 15px; padding: 20px; background: white; border-radius: 12px; box-shadow: 0 3px 15px rgba(0,0,0,0.05); }
    .bsj-article .sign-icon { width: 45px; height: 45px; background: linear-gradient(145deg, var(--warning-red), #c96a52); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 1.3rem; }
    .bsj-article .sign-content h4 { margin: 0 0 5px 0; color: var(--petrol-dark); font-size: 1rem; }
    .bsj-article .sign-content p { margin: 0; font-size: 0.9rem; color: var(--text-medium); }
    
    /* Checklist */
    .bsj-article .check-section { background: linear-gradient(145deg, var(--cloud-white), #fff); border: 2px solid var(--petrol-light); border-radius: 20px; padding: 30px; margin: 40px 0; }
    .bsj-article .check-section h3 { margin-top: 0; color: var(--petrol); }
    .bsj-article .check-list { margin: 20px 0 0 0; padding: 0; list-style: none; }
    .bsj-article .check-list li { display: flex; align-items: flex-start; gap: 15px; padding: 15px 0; border-bottom: 1px solid var(--sky-light); }
    .bsj-article .check-list li:last-child { border-bottom: none; }
    .bsj-article .check-list .check-icon { width: 28px; height: 28px; background: var(--petrol); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: white; font-size: 0.9rem; }
    .bsj-article .check-list .check-text { flex: 1; }
    .bsj-article .check-list .check-text strong { display: block; color: var(--petrol-dark); margin-bottom: 3px; }
    .bsj-article .check-list .check-text span { font-size: 0.9rem; color: var(--text-medium); }
    
    /* Tip Box */
    .bsj-article .tip-box { background: linear-gradient(145deg, var(--sky-light), var(--cloud-white)); border-left: 4px solid var(--accent-warm); padding: 25px 30px; border-radius: 0 16px 16px 0; margin: 35px 0; }
    .bsj-article .tip-box h4 { color: var(--petrol); font-size: 1.1rem; font-weight: 700; margin: 0 0 10px 0; display: flex; align-items: center; gap: 10px; }
    .bsj-article .tip-box p { margin: 0; font-size: 0.95rem; color: var(--text-medium); }
    
    /* Warning Box */
    .bsj-article .warning-box { background: linear-gradient(145deg, #fef3f0, #fff); border-left: 4px solid var(--warning-red); padding: 25px 30px; border-radius: 0 16px 16px 0; margin: 35px 0; }
    .bsj-article .warning-box h4 { color: var(--warning-red); font-size: 1rem; margin: 0 0 10px 0; }
    .bsj-article .warning-box p { margin: 0; font-size: 0.95rem; color: var(--text-medium); }
    
    /* Pflege-Tipps */
    .bsj-article .care-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 15px; margin: 30px 0; }
    .bsj-article .care-item { background: var(--sky-light); border-radius: 12px; padding: 20px; text-align: center; }
    .bsj-article .care-item .care-icon { font-size: 2rem; margin-bottom: 10px; }
    .bsj-article .care-item h4 { color: var(--petrol); font-size: 0.95rem; margin: 0 0 5px 0; }
    .bsj-article .care-item p { font-size: 0.85rem; color: var(--text-medium); margin: 0; }
    
    /* Product CTA Box */
    .bsj-article .cta-box { background: linear-gradient(145deg, var(--petrol), var(--petrol-dark)); border-radius: 20px; padding: 35px; margin: 40px 0; color: white; display: flex; align-items: center; gap: 30px; }
    .bsj-article .cta-box .cta-icon { width: 80px; height: 80px; background: rgba(255,255,255,0.15); border-radius: 16px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 2.5rem; }
    .bsj-article .cta-box .cta-content h4 { color: white; font-size: 1.3rem; margin: 0 0 10px 0; }
    .bsj-article .cta-box .cta-content p { margin: 0 0 20px 0; opacity: 0.9; font-size: 1rem; }
    .bsj-article .cta-btn { display: inline-block; background: var(--accent-warm); color: var(--petrol-dark); padding: 12px 25px; border-radius: 10px; font-weight: 700; text-decoration: none; transition: all 0.3s; }
    .bsj-article .cta-btn:hover { background: #d4a85a; transform: translateY(-2px); }
    
    /* Internal Link Box */
    .bsj-article .internal-link-box { background: linear-gradient(145deg, #f0f7fa, #fff); border: 2px solid var(--sky-light); border-radius: 16px; padding: 25px; margin: 30px 0; display: flex; align-items: center; gap: 20px; }
    .bsj-article .internal-link-box .link-icon { width: 55px; height: 55px; background: var(--petrol); border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
    .bsj-article .internal-link-box .link-icon svg { width: 28px; height: 28px; fill: white; }
    .bsj-article .internal-link-box .link-content h4 { margin: 0 0 5px 0; color: var(--petrol); font-size: 1.05rem; }
    .bsj-article .internal-link-box .link-content p { margin: 0; font-size: 0.9rem; color: var(--text-medium); }
    .bsj-article .internal-link-box .link-content a { color: var(--petrol); font-weight: 600; text-decoration: underline; }
    
    /* Conclusion */
    .bsj-article .conclusion { margin-top: 50px; padding-top: 30px; border-top: 2px solid var(--sky-light); }
    .bsj-article .signature { font-style: italic; color: var(--thomas-blue); font-size: 1.1rem; margin-top: 30px; }
    
    /* Responsive */
    @media (max-width: 768px) {
      .bsj-article h1 { font-size: 1.8rem; }
      .bsj-article .author-box { flex-direction: column; text-align: center; }
      .bsj-article .lifespan-box .big-number { font-size: 3rem; }
      .bsj-article .cta-box { flex-direction: column; text-align: center; }
      .bsj-article .internal-link-box { flex-direction: column; text-align: center; }
      .bsj-article .sign-item { flex-direction: column; text-align: center; }
    }/* End custom CSS */