.dichtungen-hero{background:linear-gradient(135deg,var(--color-primary) 0,var(--color-primary-dark) 100%);padding:var(--space-20) 0 var(--space-16);position:relative;overflow:hidden}.dichtungen-hero:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(212,175,55,.08) 0,transparent 70%);border-radius:50%;pointer-events:none}.dichtungen-hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-12);align-items:center}.dichtungen-hero-badge{display:inline-flex;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);border-radius:100px;color:var(--color-gold-light);font-size:var(--text-sm);font-weight:600;margin-bottom:var(--space-6);backdrop-filter:blur(8px)}.dichtungen-hero h1{font-size:clamp(2rem,4vw,3rem);color:white;line-height:1.15;margin-bottom:var(--space-6);font-family:var(--font-display);font-weight:700}.dichtungen-hero h1 .accent{color:var(--color-gold-light);font-style:italic;font-weight:500}.dichtungen-hero-desc{font-size:var(--text-lg);color:rgba(255,255,255,.85);line-height:1.7;margin-bottom:var(--space-8)}.dichtungen-hero-desc strong{color:white;font-weight:600}.dichtungen-hero-cta{display:flex;gap:var(--space-4);flex-wrap:wrap}.dichtungen-hero-cta .btn-secondary{border:2px solid rgba(255,255,255,.6);color:white;background:rgba(255,255,255,.08)}.dichtungen-hero-cta .btn-secondary:hover{background:rgba(255,255,255,.18);border-color:white}.dichtungen-hero-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-4)}.dichtungen-stat-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-premium);padding:var(--space-6);backdrop-filter:blur(8px);text-align:center}.dichtungen-stat-card .stat-value{display:block;font-size:var(--text-3xl);font-weight:800;color:white;font-family:var(--font-display);margin-bottom:var(--space-1)}.dichtungen-stat-card .stat-label{font-size:var(--text-sm);color:rgba(255,255,255,.7)}.dichtungen-sortiment{padding:var(--space-20) 0;background:var(--color-bg-main)}.dichtungen-sortiment-header{text-align:center;max-width:700px;margin:0 auto var(--space-12)}.dichtungen-sortiment-header h2{font-size:var(--text-3xl);font-family:var(--font-display);margin-bottom:var(--space-4)}.dichtungen-sortiment-header p{font-size:var(--text-lg);color:var(--color-gray-600)}.sortiment-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-6)}.sortiment-card{background:white;border-radius:var(--radius-premium);padding:var(--space-8);border:1px solid var(--color-border);transition:all var(--transition-base);position:relative;overflow:hidden}.sortiment-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-glass);border-color:var(--color-primary-light)}.sortiment-card-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:var(--space-4);font-size:1.5rem;background:rgba(0,51,204,.08)}.sortiment-card h3{font-size:var(--text-lg);font-weight:700;margin-bottom:var(--space-3);font-family:var(--font-display)}.sortiment-card p{font-size:var(--text-sm);color:var(--color-gray-600);margin-bottom:var(--space-4);line-height:1.6}.sortiment-sizes{display:flex;flex-wrap:wrap;gap:var(--space-2)}.sortiment-sizes span{padding:2px 10px;background:var(--color-bg-main);border-radius:100px;font-size:var(--text-xs);color:var(--color-gray-700);font-weight:500;border:1px solid var(--color-border)}.sortiment-card-tag{position:absolute;top:var(--space-4);right:var(--space-4);padding:2px 10px;background:rgba(0,51,204,.08);color:var(--color-primary);font-size:var(--text-xs);font-weight:700;border-radius:100px}.sortiment-specs{display:flex;align-items:center;gap:6px;font-size:var(--text-xs);color:var(--color-gray-500);margin-top:var(--space-2);padding:4px 10px;background:rgba(0,51,204,.03);border-radius:var(--radius-base);border:1px dashed rgba(0,51,204,.12);width:fit-content}.sortiment-specs span{font-family:var(--font-mono,monospace);font-weight:500;letter-spacing:.02em}.dichtungen-warum{padding:var(--space-20) 0;background:white}.dichtungen-warum-header{text-align:center;max-width:650px;margin:0 auto var(--space-12)}.dichtungen-warum-header h2{font-size:var(--text-3xl);font-family:var(--font-display);margin-bottom:var(--space-4)}.dichtungen-warum-header p{font-size:var(--text-lg);color:var(--color-gray-600)}.warum-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-6)}.warum-card{text-align:center;padding:var(--space-8) var(--space-4);border-radius:var(--radius-premium);background:var(--color-bg-main);border:1px solid var(--color-border);transition:all var(--transition-base)}.warum-card:hover{border-color:var(--color-primary-light);transform:translateY(-2px)}.warum-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:14px;background:var(--blue-gradient);margin:0 auto var(--space-4);color:white}.warum-card h3{font-size:var(--text-base);font-weight:700;margin-bottom:var(--space-2)}.warum-card p{font-size:var(--text-sm);color:var(--color-gray-600);margin:0;line-height:1.5}.dichtungen-anwendung{padding:var(--space-20) 0;background:var(--color-bg-main)}.dichtungen-anwendung-header{text-align:center;max-width:650px;margin:0 auto var(--space-12)}.dichtungen-anwendung-header h2{font-size:var(--text-3xl);font-family:var(--font-display);margin-bottom:var(--space-4)}.anwendung-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-6)}.anwendung-card{background:white;border-radius:var(--radius-premium);padding:var(--space-8);border:1px solid var(--color-border)}.anwendung-card h3{font-size:var(--text-lg);font-weight:700;margin-bottom:var(--space-3)}.anwendung-card p{font-size:var(--text-sm);color:var(--color-gray-600);margin-bottom:var(--space-4);line-height:1.6}.anwendung-list{list-style:none;padding:0;margin:0}.anwendung-list li{padding:var(--space-2) 0;font-size:var(--text-sm);color:var(--color-gray-700);display:flex;align-items:center;gap:var(--space-2)}.anwendung-list li:before{content:"✓";color:var(--color-primary);font-weight:700;font-size:var(--text-xs)}.dichtungen-faq{padding:var(--space-20) 0;background:white}.dichtungen-faq-header{text-align:center;max-width:650px;margin:0 auto var(--space-12)}.dichtungen-faq-header h2{font-size:var(--text-3xl);font-family:var(--font-display);margin-bottom:var(--space-4)}.faq-list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:var(--space-4)}.faq-item{background:var(--color-bg-main);border-radius:var(--radius-premium);border:1px solid var(--color-border);overflow:hidden}.faq-question{width:100%;padding:var(--space-5) var(--space-6);background:none;border:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:var(--space-4);font-size:var(--text-base);font-weight:600;color:var(--color-gray-900);text-align:left;font-family:var(--font-body);transition:color var(--transition-fast)}.faq-question:hover{color:var(--color-primary)}.faq-chevron{transition:transform var(--transition-base);flex-shrink:0;color:var(--color-gray-400)}.faq-item.open .faq-chevron{transform:rotate(180deg);color:var(--color-primary)}.faq-answer{max-height:0;overflow:hidden;transition:max-height var(--transition-base),padding var(--transition-base)}.faq-item.open .faq-answer{max-height:500px}.faq-answer-inner{padding:0 var(--space-6) var(--space-6);font-size:var(--text-sm);color:var(--color-gray-600);line-height:1.7}.dichtungen-cta{padding:var(--space-20) 0;background:linear-gradient(135deg,var(--color-primary) 0,var(--color-primary-dark) 100%)}.dichtungen-cta-box{max-width:700px;margin:0 auto;text-align:center}.dichtungen-cta-box h2{font-size:var(--text-3xl);color:white;font-family:var(--font-display);margin-bottom:var(--space-4)}.dichtungen-cta-box p{color:rgba(255,255,255,.85);font-size:var(--text-lg);margin-bottom:var(--space-8);line-height:1.6}.dichtungen-cta-actions{display:flex;justify-content:center;gap:var(--space-4);flex-wrap:wrap}.dichtungen-cta-actions .btn-primary{background:white;color:var(--color-primary)}.dichtungen-cta-actions .btn-primary:hover{background:var(--color-gold-light);color:var(--color-primary-dark)}.dichtungen-cta-actions .btn-secondary{border:2px solid rgba(255,255,255,.6);color:white;background:rgba(255,255,255,.08);font-weight:600}.dichtungen-cta-actions .btn-secondary:hover{background:rgba(255,255,255,.18);border-color:white}.dichtungen-cta-trust{margin-top:var(--space-8);display:flex;justify-content:center;gap:var(--space-8)}.dichtungen-cta-trust span{font-size:var(--text-sm);color:rgba(255,255,255,.6)}@media (max-width:1024px){.dichtungen-hero-inner{grid-template-columns:1fr}.dichtungen-hero-stats{grid-template-columns:repeat(4,1fr)}.warum-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.dichtungen-hero{padding:var(--space-16) 0 var(--space-12)}.dichtungen-hero-stats{grid-template-columns:repeat(2,1fr)}.anwendung-grid,.sortiment-grid,.warum-grid{grid-template-columns:1fr}.dichtungen-cta-actions,.dichtungen-hero-cta{flex-direction:column}.dichtungen-cta-actions .btn,.dichtungen-hero-cta .btn{width:100%}.dichtungen-cta-trust{flex-direction:column;gap:var(--space-2)}}.dichtungen-page .btn:focus-visible,.faq-question:focus-visible{outline:3px solid var(--color-gold,#d4a853);outline-offset:2px;box-shadow:0 0 0 6px rgba(212,168,83,.2)}.dichtungen-cta-actions .btn:focus-visible{outline-color:white;box-shadow:0 0 0 6px rgba(255,255,255,.25)}