*{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#e6223a;--primary-dark:#c41e32;--primary-light:#e84a5f;--text-primary:#1a1a1a;--text-secondary:#4a4a4a;--text-light:#6a6a6a;--bg-primary:#fff;--bg-secondary:#f5f5f5;--bg-dark:#2c2c2c;--border-color:#e5e5e5;--shadow:0 1px 3px #0000000f;--shadow-hover:0 2px 6px #0000001a}body{color:var(--text-primary);background:var(--bg-primary);text-rendering:optimizeSpeed;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-top:80px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.7}@media (max-width:768px){body{padding-top:60px}}.site-header{z-index:10001;background:#fff;border-bottom:1px solid #e5e5e5;position:fixed;top:0;left:0;right:0;box-shadow:0 1px 2px #0000000a}body:has(.top-cta-banner) .site-header{top:45px}@media (max-width:768px){body:has(.top-cta-banner) .site-header{top:70px!important}}body:has(.city-page-header) #root-header{display:none}.city-page-header{z-index:10001;position:fixed;top:0;left:0;right:0}body:has(.top-cta-banner) .city-page-header{top:45px}@media (max-width:768px){body:has(.top-cta-banner) .city-page-header{top:70px!important}}.main-nav{background:#fff;border-bottom:none;padding:0}.nav-content{justify-content:space-between;align-items:center;gap:1rem;padding:.875rem 0;display:flex}.nav-logo{color:var(--text-primary);letter-spacing:-.02em;flex:none;align-items:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1.25rem;font-weight:700;text-decoration:none;display:flex}.nav-logo img{object-fit:contain;max-width:160px;height:auto;max-height:40px;display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important}.logo-svg-container{flex-shrink:1;align-items:center;min-width:0;max-width:100%;height:32px;display:flex}.logo-svg-container svg{flex-shrink:1;width:auto;max-width:100%;height:32px;display:block}.nav-right{align-items:center;gap:.75rem;display:flex}.nav-links{flex:1;justify-content:center;align-items:center;gap:2rem;display:flex}.nav-links a{color:var(--text-primary);font-size:.9375rem;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.nav-links a:after{content:"";background:var(--primary-color);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-links a:hover{color:var(--primary-color)}.nav-links a:hover:after{width:100%}.nav-dropdown{position:relative}.nav-dropdown:hover .nav-dropdown-content{display:block}.nav-dropdown-content{z-index:1000;border:1px solid var(--border-color);background:#fff;border-radius:8px;min-width:220px;margin-top:.5rem;padding:.5rem 0;display:none;position:absolute;top:100%;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #0000001a}.nav-dropdown-content a{color:var(--text-primary);white-space:nowrap;padding:.625rem 1.25rem;font-size:.875rem;text-decoration:none;transition:background-color .2s,color .2s;display:block}.nav-dropdown-content a:after{display:none}.nav-dropdown-content a:hover{color:var(--primary-color);background-color:#e6223a14}.nav-cta{align-items:center;gap:1rem;display:flex}.nav-phone{color:var(--primary-color);white-space:nowrap;align-items:center;gap:.375rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.nav-phone:before{content:"📞";font-size:1.125rem}.nav-phone:hover{color:var(--primary-dark);transform:scale(1.05)}.nav-phone-mobile{display:none}.burger-menu-btn{cursor:pointer;z-index:1001;width:44px;height:44px;color:var(--text-primary);background:0 0;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;padding:0;transition:all .2s;display:none}.burger-menu-btn:hover{background:#0000000d}.mobile-menu-overlay{z-index:999;background:#00000080;display:none;position:fixed;inset:0}.mobile-menu{background:var(--bg-primary);z-index:1000;visibility:hidden;flex-direction:column;width:85%;max-width:320px;height:100vh;transition:transform .3s;display:flex;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-2px 0 8px #0003}.mobile-menu.show{visibility:visible}.mobile-menu-overlay{z-index:999;opacity:0;pointer-events:none;visibility:hidden;background:#00000080;transition:opacity .3s;position:fixed;inset:0}.mobile-menu-overlay.show{visibility:visible;opacity:1;pointer-events:all}.mobile-menu.show{transform:translate(0)}.mobile-menu-header{background:var(--bg-dark);border-bottom:2px solid var(--primary-color);justify-content:space-between;align-items:center;padding:1rem;display:flex}.mobile-menu-logo{color:#fff;font-size:1.125rem;font-weight:700;text-decoration:none}.mobile-menu-close{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:2rem;line-height:1;display:flex}.mobile-menu-links{flex-direction:column;padding:1rem 0;display:flex}.mobile-menu-links a{color:var(--text-primary);border-bottom:1px solid var(--border-color);padding:1rem 1.5rem;font-weight:500;text-decoration:none;transition:all .2s}.mobile-menu-links a:hover{background:var(--bg-secondary);color:var(--primary-color);padding-left:2rem}.mobile-menu-subsection{flex-direction:column;display:flex}.mobile-menu-subtitle{text-transform:uppercase;letter-spacing:.05em;color:var(--text-light);border-bottom:1px solid var(--border-color);padding:1rem 1.5rem .5rem;font-size:.75rem;font-weight:600}.mobile-menu-subsection a{padding-left:2rem;font-size:.875rem}.mobile-menu-cta{border-top:2px solid var(--border-color);flex-direction:column;gap:.75rem;margin-top:auto;padding:1.5rem;display:flex}.btn-full{text-align:center;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1rem;font-size:1rem;font-weight:600;display:flex}.btn-primary{background:var(--primary-color);color:#fff;white-space:nowrap;border:none;border-radius:4px;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:background .2s}.btn-primary:hover{background:var(--primary-dark);color:#fff}@media (max-width:768px){body{padding-top:64px}.header-top{display:none}.site-header{background:#fff;border-bottom:1px solid #e5e5e5;box-shadow:0 2px 8px #00000014}body:has(.top-cta-banner) .site-header{top:70px!important}.main-nav{background:#fff;border-bottom:none;padding:0}.nav-content{justify-content:space-between;align-items:center;gap:.75rem;min-height:64px;padding:.875rem 0;display:flex}.nav-logo{color:var(--text-primary);letter-spacing:-.01em;flex:none;align-items:center;min-width:0;max-width:calc(100% - 120px);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1.125rem;font-weight:600;display:flex}.nav-logo img{object-fit:contain;max-width:140px;max-height:36px}.logo-svg-container{max-width:100%;height:32px}.logo-svg-container svg{width:auto;max-width:100%;height:32px}.nav-right{flex-shrink:0;align-items:center;gap:.625rem;display:flex}.nav-phone-mobile{background:var(--primary-color);color:#fff;white-space:nowrap;border-radius:8px;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.8125rem;font-weight:700;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 2px 8px #e6223a40}.nav-phone-mobile:hover{background:var(--primary-dark);color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #e6223a59}.nav-phone-mobile svg{flex-shrink:0}.nav-phone-mobile span{display:inline}.burger-menu-btn{cursor:pointer;width:44px;height:44px;color:var(--text-primary);background:0 0;border:1px solid #e5e5e5;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.burger-menu-btn:hover{background:#f8f9fa;border-color:#d0d0d0}.burger-menu-btn:active{transform:scale(.98)}.nav-links,.nav-cta{display:none}.mobile-menu-overlay.show,.mobile-menu.show{display:block}}@media (max-width:968px) and (min-width:769px){body{padding-top:80px}.main-nav{padding:.75rem 0}.nav-content{flex-wrap:wrap;gap:.75rem}.nav-logo{letter-spacing:-.01em;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:600}.nav-logo img{object-fit:contain;max-width:120px;max-height:32px}.nav-links{flex-wrap:wrap;order:3;justify-content:space-around;gap:.5rem;width:100%;margin-top:.5rem}.nav-links a{padding:.5rem;font-size:.875rem}.nav-cta{gap:.5rem}.nav-phone{font-size:.875rem;display:none}.nav-cta .btn-primary{padding:.5rem 1rem;font-size:.875rem}}a{color:var(--primary-color);text-decoration:none;transition:color .2s}a:hover{color:var(--primary-dark);text-decoration:none}img{max-width:100%;height:auto;display:block}.container{max-width:1200px;margin:0 auto;padding:0 24px}@media (max-width:768px){.container{padding:0 16px}}h1{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1.25rem;font-size:2.5rem;font-weight:700;line-height:1.2}h2{color:var(--text-primary);letter-spacing:-.01em;margin-top:3rem;margin-bottom:1.25rem;font-size:1.75rem;font-weight:600}h3{color:var(--text-primary);margin-top:2rem;margin-bottom:1rem;font-size:1.375rem;font-weight:600}p{color:var(--text-secondary);margin-bottom:1.25rem;line-height:1.8}table{border-collapse:collapse;background:var(--bg-primary);width:100%;box-shadow:var(--shadow);border-radius:8px;margin:2rem 0;overflow:hidden}th,td{text-align:left;border-bottom:1px solid var(--border-color);padding:1rem 1.25rem}th{background-color:var(--bg-secondary);color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;font-size:.9375rem;font-weight:600}td{color:var(--text-secondary)}ul,ol{margin-bottom:1rem;margin-left:1.5rem}li{margin-bottom:.5rem}.footer{background:var(--bg-dark);color:#fff;border-top:3px solid var(--primary-color);margin-top:5rem;padding:4rem 0 2rem}.footer a{color:#ffffffd9;text-decoration:none;transition:color .2s}.footer a:hover{color:var(--primary-light)}.footer-content{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2.5rem;margin-bottom:3rem;display:grid}@media (min-width:1200px){.footer-content{grid-template-columns:2fr 1fr 1fr 1fr 1fr 1fr}.footer-column-brand{grid-column:span 1}}.footer-column{flex-direction:column;display:flex}.footer-brand{color:#fff;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem;font-size:1.5rem;font-weight:800}.footer-description{color:#fffc;margin-bottom:1.5rem;font-size:.9375rem;line-height:1.6}.footer-features{flex-direction:column;gap:.625rem;margin-bottom:1.5rem;display:flex}.footer-feature{color:#ffffffd9;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.footer-feature-icon{width:16px;height:16px;color:var(--primary-color);flex-shrink:0}.footer-contact{flex-direction:column;gap:.75rem;display:flex}.footer-phone{font-size:1.0625rem;font-weight:700;color:#fff!important}.footer-contact-item{color:#ffffffe6;align-items:center;gap:.75rem;font-weight:500;transition:color .2s;display:flex}.footer-contact-item:hover{color:var(--primary-light)}.footer-icon{width:18px;height:18px;color:var(--primary-color);flex-shrink:0}.footer-title{color:#fff;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1.25rem;font-size:.875rem;font-weight:700}.footer-links{flex-direction:column;gap:.75rem;display:flex}.footer-links a{color:#fffc;padding:.25rem 0;font-size:.9375rem;transition:all .2s;display:block}.footer-links a:hover{color:var(--primary-light);padding-left:4px}.footer-external-link{opacity:.9;font-size:.875rem}.footer-external-link:hover{opacity:1}.footer-more-link{margin-top:.5rem;font-weight:600;color:var(--primary-light)!important}.footer-legal{border-top:1px solid #ffffff1a;flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:1.5rem;padding-top:1.5rem;display:flex}.footer-legal a{color:#ffffffb3;font-size:.875rem}.footer-separator{color:#ffffff4d;font-size:.875rem}.footer-bottom{border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;display:flex}.footer-copyright{color:#fff9;font-size:.875rem}.footer-copyright-sub{color:#ffffff80;margin-top:.25rem;font-size:.8125rem}.footer-bottom-links{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.footer-bottom-links a{color:#ffffffb3;font-size:.875rem}.footer-bottom-links a:hover{color:var(--primary-light)}@media (max-width:768px){.footer{padding:3rem 0 2rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-features{flex-flow:wrap;gap:1rem}.footer-feature{font-size:.8125rem}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}.footer-bottom-links{justify-content:center}.footer-copyright-sub{margin-top:.5rem;display:block}}.nearby-cities{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;margin:2rem 0;display:grid}.nearby-cities a{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-primary);border-radius:6px;padding:1rem 1.25rem;font-weight:500;transition:all .2s;display:block}.nearby-cities a:hover{background:var(--bg-primary);border-color:var(--primary-color);box-shadow:var(--shadow);color:var(--primary-color);transform:translateY(-2px)}.faq-item{background:var(--bg-primary);border-left:3px solid var(--primary-color);box-shadow:var(--shadow);border:1px solid var(--border-color);border-left:3px solid var(--primary-color);border-radius:4px;margin-bottom:1.25rem;padding:1.5rem;transition:border-color .2s}.faq-item:hover{border-left-color:var(--primary-dark)}.faq-item h3{color:var(--primary-color);margin-top:0;margin-bottom:1rem;font-size:1.25rem;font-weight:600}.faq-item p{color:var(--text-secondary);margin-bottom:0;line-height:1.7}.hero{color:var(--text-primary);border-bottom:1px solid var(--border-color);background:#f8f9fa;margin-top:-80px;margin-bottom:0;padding:calc(80px + 4rem) 0 5rem;position:relative}.hero-wrapper{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.hero-wrapper>*{flex-direction:column;min-height:100%;display:flex}.hero-content{z-index:1;text-align:left;flex-direction:column;height:100%;display:flex;position:relative}.hero-image{z-index:1;flex-direction:column;flex:1;justify-content:flex-start;align-items:flex-start;gap:1rem;width:100%;height:100%;padding-top:2rem;display:flex;position:relative}.hero-image>img:first-of-type{object-fit:cover;border-radius:8px;width:100%;height:auto;max-height:650px;margin-bottom:0;box-shadow:0 4px 12px #0000001a}.hero-trust-badges-image{opacity:0;width:100%;margin-top:0;padding-top:0;animation:.6s ease-out forwards fadeInUp}.hero-trust-badges-image img{object-fit:contain;width:100%;height:auto;box-shadow:none;border-radius:0;max-height:none}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.hero-badge{color:var(--text-primary);text-transform:uppercase;letter-spacing:.5px;background:#e6223a14;border:1px solid #e6223a26;border-radius:4px;align-items:center;gap:.5rem;margin-bottom:.125rem;padding:.375rem .875rem;font-size:.75rem;font-weight:500;display:inline-flex}.hero h1{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:0;font-size:2.5rem;font-weight:700;line-height:1.2}.hero-title{flex-direction:column;margin-bottom:.125rem;line-height:1.1;display:flex}.hero-title-main,.hero-title-city{color:var(--text-primary);margin-bottom:0;font-size:3.5rem;font-weight:800;line-height:1}.hero-rating-bar{background:#00000005;border:1px solid #0000000d;border-radius:4px;margin:.5rem 0 .25rem;padding:.5rem 1rem}.trust-strip{background:#e6223a;border-top:none;border-bottom:1px solid #0000000a}.trust-strip-inner{grid-template-columns:repeat(4,minmax(0,1fr));place-items:center;gap:.75rem 1.5rem;padding:.75rem .25rem;display:grid}.trust-item{color:#ffffffe6;white-space:nowrap;text-align:center;align-items:center;gap:.35rem;font-size:.875rem;display:inline-flex}.trust-icon{color:#fff;flex-shrink:0}.trust-text-strong{color:#fff;font-weight:600}.trust-dot{background:#22c55e;border-radius:999px;width:6px;height:6px;animation:2s ease-out infinite trustPulse;box-shadow:0 0 #22c55e99}@keyframes trustPulse{0%{box-shadow:0 0 #22c55e99}70%{box-shadow:0 0 0 6px #22c55e00}to{box-shadow:0 0 #22c55e00}}@media (max-width:768px){.trust-strip{background:#e6223a}.trust-strip-inner{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;padding:.75rem 1rem 1rem}.trust-item{text-align:center;box-shadow:none;white-space:normal;background:0 0;border-radius:0;flex-direction:column;justify-content:flex-start;align-items:center;padding:.5rem .25rem;font-size:.95rem;line-height:1.45}.trust-icon{width:28px;height:28px;margin-bottom:.1rem}.trust-text-strong{font-size:1rem}}.rating-bar-bottom{align-items:center;gap:.75rem;display:flex}.rating-stars{color:#fbbf24;align-items:center;gap:.125rem;display:flex}.rating-text{color:var(--text-secondary);font-size:.75rem;font-weight:400}.hero p,.hero-subtitle{color:var(--text-secondary);max-width:100%;margin-bottom:.25rem;margin-left:0;margin-right:0;font-size:1rem;font-weight:400;line-height:1.4}.hero-stats{grid-template-columns:repeat(4,1fr);gap:.75rem;margin:.5rem 0;padding:0;display:grid}.stat-box{text-align:center;flex-direction:column;align-items:center;gap:.375rem;display:flex}.stat-icon{width:48px;height:48px;color:var(--text-secondary);background:#f5f5f5;border:1px solid #e5e5e5;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.stat-icon svg{color:var(--text-secondary);stroke-width:1.5px}.stat-number{color:var(--text-primary);font-size:1.25rem;font-weight:600;line-height:1}.stat-label{color:var(--text-secondary);text-align:center;font-size:.6875rem;line-height:1.3}.hero-cta-primary{flex-direction:column;justify-content:flex-start;gap:.5rem;margin:.25rem 0 0;display:flex}.hero-cta-animated{justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.5rem 0;display:flex}.animated-dot{background:#22c55e;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}.animated-text{color:var(--text-secondary);font-size:1rem;font-weight:500}.btn-phone{text-transform:none;background:var(--primary-color);border:none;border-radius:6px;flex-direction:row;justify-content:flex-start;align-items:center;gap:.75rem;max-width:480px;margin:0;padding:.875rem 1.25rem;font-size:.9375rem;font-weight:600;transition:background .2s;display:flex;box-shadow:0 2px 8px #00000026}.btn-phone:hover{background:var(--primary-dark)}.phone-icon{flex-shrink:0;line-height:1}.phone-content{flex-direction:column;align-items:flex-start;gap:.125rem;display:flex}.phone-subtext{opacity:.9;margin-top:.125rem;font-size:.75rem;font-weight:400}.phone-text{opacity:.9;font-size:.875rem;font-weight:500}.phone-number{letter-spacing:.3px;font-size:1.375rem;font-weight:700}.hero-cta-secondary{flex-wrap:wrap;justify-content:flex-start;gap:.75rem;margin:.375rem 0;display:flex}.btn-tertiary{color:var(--text-primary);border:1px solid var(--border-color);white-space:nowrap;background:#fff;border-radius:4px;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.btn-tertiary:hover{background:var(--bg-secondary);border-color:var(--primary-color);color:var(--text-primary)}.hero-trust{border-top:none;width:100%;margin-top:0;padding-top:0}.trust-badges{flex-wrap:wrap;justify-content:flex-start;gap:1.5rem;display:flex}.trust-badge{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.8125rem;font-weight:400;display:flex}.trust-badge svg{color:var(--text-light);flex-shrink:0}@media (min-width:768px){body{padding-top:80px}.hero{margin-top:-80px;padding:calc(80px + 4rem) 0 5rem}.hero h1{margin-bottom:1.5rem;font-size:3rem}.hero-subtitle{margin-bottom:2.5rem;font-size:1.25rem}.hero-usps{flex-flow:wrap;justify-content:center;gap:1rem;margin:2rem 0}.hero-usp{flex:0 auto;padding:.875rem 1.25rem}.usp-content h3{font-size:.9375rem}.usp-content p{font-size:.8125rem}.hero-cta-primary{margin:2.5rem 0 1.5rem}.hero-cta-secondary{flex-direction:row;gap:1.25rem;margin:2rem 0}.hero-trust{margin-top:2.5rem}.trust-badges{flex-direction:row;gap:2rem}}@media (min-width:1024px){.hero h1{font-size:3.5rem}.hero-subtitle{font-size:1.375rem}.hero-usps{gap:1.25rem}.hero-usp{padding:1rem 1.5rem}}.btn-large{padding:1rem 2rem;font-size:1.125rem}.btn-icon{flex-shrink:0;width:20px;height:20px}.btn-secondary{color:var(--text-primary);border:1px solid var(--border-color);white-space:nowrap;background:0 0;border-radius:4px;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.btn-secondary:hover{background:var(--bg-secondary);border-color:var(--primary-color);color:var(--text-primary)}.image-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin:2.5rem 0;display:grid}.image-grid img{width:100%;height:auto;box-shadow:var(--shadow);border-radius:8px;transition:transform .3s,box-shadow .3s}.image-grid img:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px)}.theme-links{flex-wrap:wrap;gap:.75rem;margin:2rem 0;display:flex}.theme-links a{background:var(--primary-color);color:#fff;box-shadow:var(--shadow);border-radius:6px;padding:.75rem 1.5rem;font-weight:500;transition:all .2s;display:inline-block}.theme-links a:hover{background:var(--primary-dark);box-shadow:var(--shadow-hover);text-decoration:none;transform:translateY(-2px)}nav[aria-label=Breadcrumb] ol{color:var(--text-light);align-items:center;gap:.5rem;margin-bottom:2rem;padding:1rem 0;font-size:.9375rem;list-style:none;display:flex}nav[aria-label=Breadcrumb] ol li:not(:last-child):after{content:"›";color:var(--text-light);margin-left:.5rem}nav[aria-label=Breadcrumb] a{color:var(--text-secondary)}nav[aria-label=Breadcrumb] a:hover{color:var(--primary-color)}section{margin-bottom:3rem}section:last-child{margin-bottom:0}.services-section{background:var(--bg-secondary);border-radius:0;margin:0;padding:3rem 0}@media (min-width:769px){.services-section{border-radius:12px;margin:0 -24px;padding-left:24px;padding-right:24px}}.electro-services-section{margin-bottom:3rem}.electro-services-section h2{text-align:center;margin-bottom:2rem}.electro-services-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;display:grid}.electro-services-cta-global{background:#f8f9fb;border:1px solid #0f172a0f;border-radius:10px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:2.5rem;padding:1.5rem 1.25rem;display:flex}.electro-services-cta-text{flex-direction:column;gap:.25rem;display:flex}.electro-cta-eyebrow{text-transform:uppercase;letter-spacing:.08em;color:var(--primary-color);margin:0;font-size:.8rem;font-weight:600}.electro-cta-main{color:var(--text-secondary);margin:0;font-size:.95rem}.incidents-section{margin:3rem 0}.incidents-section h2{margin-bottom:1.5rem}.incidents-list{flex-direction:column;gap:1rem;display:flex}.incident-card{background:#fff;border:1px solid #e6223a1f;border-radius:10px;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;transition:all .2s;display:flex;box-shadow:0 2px 8px #e6223a0f}.incident-card:hover{border-color:#e6223a33;transform:translateY(-1px);box-shadow:0 4px 12px #e6223a1a}.incident-main{flex:1;align-items:flex-start;gap:.875rem;display:flex}.incident-icon{width:28px;height:28px;color:var(--primary-color);background:#e6223a14;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.incident-text{flex-direction:column;gap:.15rem;display:flex}.incident-title{color:var(--text-primary);font-size:1rem;font-weight:600;line-height:1.4}.incident-title-link{text-decoration:none}.incident-title-link:hover .incident-title{text-decoration:underline}.incident-meta{color:var(--text-light);margin-top:.25rem;font-size:.875rem;line-height:1.5}.incident-link{color:var(--primary-color);white-space:nowrap;border-radius:6px;padding:.5rem .75rem;font-size:.875rem;font-weight:500;transition:all .2s}.incident-link:hover{background:#e6223a14;text-decoration:underline}@media (max-width:768px){.incident-card{flex-direction:column;align-items:flex-start;gap:.75rem;padding:1rem}.incident-main{width:100%}.incident-link{align-self:flex-end;padding:.375rem .625rem}.incident-title{font-size:.95rem}.incident-meta{font-size:.8125rem}.incidents-card{align-items:flex-start}.incident-link{font-size:.85rem}}.service-areas-section{background:#f8f9fb;border:1px solid #0f172a0f;border-radius:10px;margin:3rem 0;padding:2rem 1.5rem}.service-areas-section h2{margin-bottom:1rem}.service-areas-section p{color:var(--text-secondary);margin-bottom:.75rem;font-size:.95rem}.service-areas-list{margin-bottom:0}.service-area-link{color:#1d4ed8;font-weight:500}.service-area-link:hover{text-decoration:underline}.districts-section{background:#f8f9fb;border:1px solid #0f172a0f;border-radius:10px;margin:3rem 0;padding:2rem 1.5rem}.districts-section h2{color:var(--text-primary);margin-bottom:1rem;font-size:2rem;font-weight:700}.districts-intro{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.districts-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.district-card{border:1px solid var(--border-color);background:#fff;border-radius:8px;justify-content:space-between;align-items:center;padding:1.5rem;transition:all .2s;display:flex}.district-card:hover{border-color:var(--primary-color);transform:translateY(-2px);box-shadow:0 4px 12px #e6223a1a}.district-card-content{flex:1}.district-card h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.district-name{color:var(--primary-color);margin-bottom:.5rem;font-size:1.125rem;font-weight:700;text-decoration:none;display:inline-block}.district-name:hover{text-decoration:underline}.district-plz,.district-population{color:var(--text-light);margin:.25rem 0;font-size:.875rem}.district-icon{color:var(--primary-color);flex-shrink:0;width:20px;height:20px}@media (max-width:768px){.districts-section{padding:1.5rem 1rem}.districts-section h2{font-size:1.5rem}.districts-grid{grid-template-columns:1fr;gap:1rem}}.electro-service-card{background:#fff;border:1px solid #0f172a0a;border-radius:12px;flex-direction:column;gap:.75rem;padding:1.75rem 1.5rem 1.5rem;display:flex;box-shadow:0 12px 30px #0f172a14}.electro-service-icon{width:48px;height:48px;color:var(--primary-color);background:#e6223a0a;border-radius:999px;justify-content:center;align-items:center;margin-bottom:.25rem;display:flex}.electro-service-card h3{margin:0;font-size:1.125rem}.electro-service-card p{color:var(--text-secondary);margin:0;font-size:.9375rem}.electro-service-features{flex-direction:column;gap:.35rem;margin:.75rem 0 1rem;padding:0;list-style:none;display:flex}.electro-service-features li{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.9rem;display:flex}.electro-service-features svg{color:var(--primary-color);flex-shrink:0}.electro-service-cta{justify-content:center;margin-top:auto;display:flex}.electro-service-cta .btn-primary{white-space:normal;word-wrap:break-word;text-align:center;border-radius:999px;justify-content:center;width:auto;max-width:100%;min-height:auto;padding:.8rem 1.5rem;font-size:.95rem;line-height:1.4;box-shadow:0 8px 18px #e6223a40}.electro-btn{text-transform:none;white-space:normal;word-wrap:break-word;font-weight:600;line-height:1.4}@media (max-width:768px){.electro-services-section{margin-bottom:2.5rem}.electro-service-card{border-radius:10px;padding:1.25rem 1rem}.electro-services-section h2{font-size:1.5rem}.electro-service-cta .btn-primary{white-space:normal;word-wrap:break-word;padding:.75rem 1.25rem;font-size:.875rem;line-height:1.3}}.services-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.25rem;margin-top:2rem;display:grid}.service-card{background:var(--bg-primary);box-shadow:var(--shadow);border:1px solid var(--border-color);text-align:center;border-radius:4px;padding:1.5rem;transition:border-color .2s}.service-card:hover{border-color:var(--primary-color)}.service-icon{color:var(--text-secondary);margin-bottom:.75rem;font-size:2rem;display:block}.service-card h3{color:var(--text-primary);margin-top:0;margin-bottom:.5rem;font-size:1rem;font-weight:600}.service-card p{color:var(--text-secondary);margin-bottom:0;font-size:.875rem;line-height:1.6}.services-list{margin-top:1.5rem;margin-left:0;list-style:none}.services-list li{color:var(--text-secondary);padding:.75rem 0 .75rem 1.75rem;position:relative}.services-list li:before{content:"✓";color:var(--primary-color);font-size:1.25rem;font-weight:700;position:absolute;left:0}.why-section,.tools-section{background:var(--bg-primary);box-shadow:var(--shadow);border:1px solid var(--border-color);border-radius:4px;margin:2rem 0;padding:2rem}.emergency-section{background:var(--bg-secondary);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);border-radius:0;margin:2rem -24px;padding:2.5rem 24px}.cta-section{margin:4rem 0}.cta-box{background:linear-gradient(135deg,var(--primary-color)0%,var(--primary-dark)100%);color:#fff;text-align:center;box-shadow:var(--shadow-hover);border-radius:12px;padding:3rem}.cta-preheadline{text-transform:uppercase;letter-spacing:.08em;color:#ffffffe6;margin-bottom:.5rem;font-size:.75rem;font-weight:600}.cta-box h2{color:#fff;margin-bottom:1rem}.cta-box p{color:#fffffff2;margin-bottom:2rem;font-size:1.125rem}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.cta-buttons .btn-secondary{color:var(--primary-color);background:#fff;border:2px solid #fff}.cta-buttons .btn-secondary:hover{color:var(--primary-color);background:#ffffffe6}@media (max-width:768px){body{padding-top:100px}h1{font-size:1.875rem}h2{font-size:1.5rem}.container{padding:0 16px}.hero{margin-top:-60px;margin-bottom:0;padding:calc(60px + 2rem) 0 3rem}.hero-wrapper{grid-template-columns:1fr;gap:2rem}.hero-content{text-align:left;order:1}.hero-image{order:2;min-height:300px;margin-top:-.5rem;margin-bottom:0;padding-top:0}.hero-image img{max-height:400px}.hero-trust-badges-image{margin-top:0;padding-top:0}.hero-trust-badges-image img{max-height:100px}.hero-usps{grid-template-columns:1fr;justify-content:flex-start;gap:.625rem}.hero-usp{min-width:100%;padding:.875rem 1rem}.hero-cta-primary{justify-content:flex-start;gap:.375rem}.hero-cta-animated{padding:.375rem 0}.animated-dot{width:6px;height:6px}.animated-text{font-size:.9375rem}.phone-subtext{font-size:.6875rem}.hero-cta-secondary{justify-content:flex-start}.btn-phone{max-width:100%;margin:0}.hero h1{word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;white-space:normal;margin-bottom:.5rem;font-size:1.875rem;line-height:1.3}.hero-title{word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;white-space:normal;width:100%;display:block}.hero-title-text{word-wrap:break-word;overflow-wrap:break-word;white-space:normal;max-width:100%;line-height:1.3;display:block}.hero-title-main,.hero-title-city{word-wrap:break-word;overflow-wrap:break-word;white-space:normal;margin-bottom:0;font-size:2.25rem;font-weight:800;line-height:1.2}.hero-rating-bar{margin:.375rem 0 .25rem;padding:.5rem .875rem}.rating-bar-bottom{gap:.5rem}.rating-stars{gap:.0625rem}.rating-stars svg{width:14px;height:14px}.rating-text{font-size:.6875rem}.hero-stats{grid-template-columns:repeat(2,1fr);gap:.5rem;margin:.5rem 0}.stat-icon{width:40px;height:40px}.stat-icon svg{width:18px;height:18px}.stat-number{font-size:1.125rem}.stat-label{font-size:.625rem}.hero-subtitle{margin-bottom:1.5rem;font-size:.9375rem;line-height:1.6}.hero-badge{margin-bottom:1.25rem;padding:.5rem 1rem;font-size:.75rem}.hero-usps{flex-direction:column;gap:.75rem;margin:1.5rem 0}.hero-usp{justify-content:flex-start;gap:.75rem;width:100%;padding:.875rem 1rem}.usp-icon{flex-shrink:0}.usp-content h3{font-size:.875rem}.usp-content p{font-size:.75rem}.hero-cta-primary{margin:2rem 0 1.25rem}.btn-phone{flex-direction:row;gap:1rem;width:100%;max-width:100%;padding:1.25rem 1.5rem;font-size:.9375rem}.phone-content{align-items:flex-start}.phone-text{font-size:.875rem}.phone-number{font-size:1.25rem}.hero-cta-secondary{flex-direction:column;gap:.75rem;margin:1.5rem 0}.hero-cta-secondary a{justify-content:center;width:100%}.btn-secondary.btn-large,.btn-tertiary.btn-large{width:100%;padding:1rem 1.5rem;font-size:.875rem}.hero-trust{margin-top:1rem;padding-top:0}.trust-badges{flex-direction:column;align-items:flex-start;gap:.5rem}.trust-badge{font-size:.8125rem}.nearby-cities,.image-grid{grid-template-columns:1fr}.theme-links{flex-direction:column}.theme-links a{text-align:center;width:100%}.services-section,.emergency-section{margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px}.services-grid{grid-template-columns:1fr;gap:1rem}.service-card{padding:1.5rem}.service-icon{font-size:2.5rem}.cta-box{padding:2rem 1.5rem}.cta-buttons{flex-direction:column}.cta-buttons a{width:100%}}.reviews-section{background:linear-gradient(#f8f9fa 0%,#fff 100%);border:1px solid #e9ecef;border-radius:12px;margin:2rem -24px;padding:2.5rem 24px}.reviews-summary{text-align:center;margin-bottom:2rem}.rating-display{flex-direction:column;align-items:center;gap:.5rem;display:flex}.rating-stars{gap:.25rem;margin-bottom:.5rem;font-size:1.75rem;display:flex}.rating-stars .star{color:#d1d5db}.rating-stars .star.filled{color:#fbbf24}.rating-score{color:var(--text-primary);align-items:baseline;gap:.25rem;font-size:2.25rem;font-weight:700;display:flex}.rating-score .score{color:var(--primary-color)}.rating-score .total{color:#6b7280;font-size:1.5rem;font-weight:400}.rating-count{color:var(--text-secondary);font-size:.9375rem;font-weight:500}.reviews-list{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.25rem;margin-top:1.5rem;display:grid}.review-item{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.25rem 1.125rem;transition:transform .2s,box-shadow .2s;position:relative;box-shadow:0 1px 3px #00000014}.review-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.review-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.875rem;display:flex}.review-author{flex:1;align-items:center;gap:.75rem;display:flex}.review-avatar{background:linear-gradient(135deg,var(--primary-color)0%,#c81e2e 100%);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.125rem;font-weight:600;display:flex}.review-author-info{flex-direction:column;gap:.125rem;min-width:0;display:flex}.review-author-info strong{color:var(--text-primary);font-size:1rem;font-weight:600}.review-location{color:#6b7280;font-size:.8125rem;font-weight:400}.review-rating{flex-shrink:0;gap:.125rem;display:flex}.review-rating .star{color:#d1d5db;font-size:1.125rem}.review-rating .star.filled{color:#fbbf24}.review-text{color:var(--text-secondary);margin-bottom:.875rem;font-size:.9375rem;font-weight:400;line-height:1.6}.review-footer{border-top:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding-top:.75rem;display:flex}.review-date{color:#9ca3af;font-size:.8125rem;font-weight:400}.review-verified{color:#10b981;align-items:center;gap:.25rem;font-size:.75rem;font-weight:500;display:flex}.reviews-slider,.faq-slider{margin-top:1.5rem}.slider-container{align-items:center;gap:1rem;display:flex;position:relative}.slider-track{flex:1;position:relative;overflow:hidden}.slider-content{will-change:transform;transition:transform .5s ease-in-out;display:flex}.slider-slide{flex-shrink:0;min-width:100%}.reviews-section .review-item{padding:1rem}.reviews-section .review-header{margin-bottom:.75rem}.reviews-section .review-text{margin-bottom:.75rem;font-size:.875rem;line-height:1.5}.reviews-section .review-date{font-size:.75rem}.why-section .why-intro{color:var(--text-secondary);margin-bottom:1.25rem;font-size:.98rem}.why-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem 1.5rem;display:grid}.why-item{align-items:flex-start;gap:.75rem;display:flex}.why-icon{width:32px;height:32px;color:var(--primary-color);background:#e6223a14;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.why-item h3{color:var(--text-primary);margin:0 0 .25rem;font-size:1rem;font-weight:600}.why-item p{color:var(--text-secondary);margin:0;font-size:.9rem;line-height:1.45}.why-extra{color:var(--text-secondary);margin-top:1.25rem;font-size:.95rem}@media (max-width:768px){.why-section{box-shadow:none;background:0 0;border:none;margin:1.5rem 0;padding:1.5rem 0}.why-grid{grid-template-columns:1fr;gap:.9rem}.why-section .why-intro,.why-item h3{font-size:.95rem}.why-item p{font-size:.875rem}}.faq-slider .faq-item{padding:1rem 1.25rem}.faq-slider .faq-item h3{margin-bottom:.5rem;font-size:1rem}.faq-slider .faq-item p{font-size:.9375rem;line-height:1.45}.faq-accordion{flex-direction:column;gap:.5rem;margin-top:1.5rem;display:flex}.faq-accordion-item{border:1px solid var(--border-color);background:#fff;border-radius:8px;overflow:hidden}.faq-accordion-header{text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:.75rem;width:100%;padding:.9rem 1rem;display:flex}.faq-accordion-question{color:var(--text-primary);font-size:.98rem;font-weight:600}.faq-accordion-icon{color:var(--primary-color);font-size:1.25rem}.faq-accordion-body{max-height:0;padding:0 1rem;transition:max-height .3s,padding .3s;overflow:hidden}.faq-accordion-body.open{max-height:1000px;padding:0 1rem .9rem}.faq-accordion-body p{color:var(--text-secondary);margin:0;font-size:.9375rem;line-height:1.5}.slider-btn{background:var(--primary-color);color:#fff;cursor:pointer;width:48px;height:48px;box-shadow:var(--shadow);z-index:10;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:2rem;transition:all .3s;display:flex}.slider-btn:hover{background:var(--primary-dark);box-shadow:var(--shadow-hover);transform:scale(1.1)}.slider-btn:active{transform:scale(.95)}.slider-btn:disabled{opacity:.5;cursor:not-allowed}.slider-dots{justify-content:center;gap:.5rem;margin-top:2rem;display:flex}.slider-dot{border:2px solid var(--primary-color);cursor:pointer;background:0 0;border-radius:50%;width:12px;height:12px;padding:0;transition:all .3s}.slider-dot:hover{background:var(--primary-light);transform:scale(1.2)}.slider-dot.active{background:var(--primary-color);border-radius:6px;width:32px}@media (max-width:768px){.reviews-section{margin-left:-16px;margin-right:-16px;padding:2rem 16px}.reviews-list{grid-template-columns:1fr;gap:1rem}.review-item{padding:1rem .875rem}.review-avatar{width:36px;height:36px;font-size:1rem}.review-header{margin-bottom:.75rem}.review-footer{flex-direction:column;align-items:flex-start;gap:.5rem}.rating-stars{font-size:1.5rem}.rating-score{font-size:2rem}.review-header{flex-direction:column}.slider-btn{width:40px;height:40px;font-size:1.5rem}.slider-container{gap:.5rem}}.city-data-section{margin:2.5rem 0;padding:2rem 0}.city-data-section h2{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.75rem;font-weight:700;line-height:1.3}.city-data-table-wrapper{background:var(--bg-secondary);border:1px solid var(--border-color);box-shadow:var(--shadow);border-radius:8px;padding:1.5rem}.city-data-table{border-collapse:collapse;width:100%;font-size:.9375rem}.city-data-table tbody tr{border-bottom:1px solid var(--border-color);transition:background-color .2s}.city-data-table tbody tr:last-child{border-bottom:none}.city-data-table tbody tr:hover{background-color:#e6223a08}.city-data-table th{text-align:left;color:var(--text-primary);vertical-align:top;width:35%;padding:.875rem 1rem;font-size:.9375rem;font-weight:600}.city-data-table td{color:var(--text-secondary);vertical-align:top;padding:.875rem 1rem;line-height:1.6}.city-data-table td strong{color:var(--text-primary);font-weight:600}.city-data-table td a{color:var(--primary-color);font-weight:500;text-decoration:none;transition:color .2s}.city-data-table td a:hover{color:var(--primary-dark);text-decoration:underline}@media (max-width:768px){.city-data-section{margin:2rem 0;padding:1.5rem 0}.city-data-section h2{margin-bottom:1.25rem;font-size:1.5rem}.city-data-table-wrapper{border-radius:6px;padding:1rem}.city-data-table{font-size:.875rem}.city-data-table th{width:40%;padding:.75rem;font-size:.875rem}.city-data-table td{padding:.75rem;font-size:.875rem}.city-data-table tbody tr{border-bottom:1px solid var(--border-color);padding:.75rem 0;display:block}.city-data-table tbody tr:last-child{border-bottom:1px solid var(--border-color)}.city-data-table th,.city-data-table td{border:none;width:100%;padding:.5rem 0;display:block}.city-data-table th{border-bottom:1px solid var(--border-color);margin-bottom:.25rem;padding-bottom:.25rem;font-weight:700}.city-data-table td{padding-top:.5rem}}.sticky-call-card{z-index:9999;border-left:3px solid var(--primary-color);background:#1a1a1a;border-bottom:2px solid #2c2c2c;border-radius:12px;align-items:center;gap:0;min-width:360px;animation:.3s ease-out fadeInUp;display:flex;position:fixed;bottom:24px;right:24px;overflow:hidden;box-shadow:0 8px 24px #0006}.sticky-call-info{flex-direction:column;flex:1;gap:.25rem;padding:1rem 1.25rem;display:flex}.sticky-call-company{color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:700;line-height:1.2}.sticky-call-plz{color:#9ca3af;font-size:.75rem;font-weight:600;line-height:1.2}.sticky-call-rating{color:#fff;align-items:center;gap:.375rem;margin-top:.125rem;font-size:.875rem;font-weight:500;line-height:1.4;display:flex}.rating-star{color:#fbbf24;flex-shrink:0;width:14px;height:14px}.sticky-call-location{color:#fff}.sticky-call-separator{color:#6b7280;margin:0 .125rem}.sticky-call-arrival{color:#9ca3af}.sticky-call-time{color:#fff;font-size:.8125rem;font-weight:500;line-height:1.4}.sticky-call-action-btn{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:0 12px 12px 0;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;min-width:100px;padding:1.25rem 1.5rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.sticky-call-action-btn:hover{background:var(--primary-dark);transform:scale(1.02)}.sticky-call-action-btn:active{transform:scale(.98)}.sticky-call-action-icon{flex-shrink:0;margin-bottom:.125rem}.sticky-call-action-text{flex-direction:column;align-items:center;gap:0;line-height:1.2;display:flex}.sticky-call-action-top,.sticky-call-action-bottom{color:#fff;font-size:.875rem;font-weight:600}@media (max-width:768px){.sticky-call-card{border-bottom:none;border-left:none;border-top:3px solid var(--primary-color);border-radius:0;min-width:auto;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #0006}.sticky-call-info{flex:1;padding:.875rem 1rem}.sticky-call-company,.sticky-call-plz{font-size:.6875rem}.sticky-call-rating{font-size:.8125rem}.sticky-call-time{font-size:.75rem}.sticky-call-action-btn{border-radius:0;min-width:90px;padding:1rem 1.25rem}.sticky-call-action-icon{width:18px;height:18px}.sticky-call-action-top,.sticky-call-action-bottom{font-size:.8125rem}}@media (max-width:480px){.sticky-call-card{flex-direction:column}.sticky-call-info{text-align:center;width:100%;padding:.875rem 1rem}.sticky-call-rating{justify-content:center}.sticky-call-action-btn{border-radius:0;flex-direction:row;gap:.75rem;width:100%;padding:1rem 1.5rem}.sticky-call-action-text{flex-direction:row;gap:.25rem}}.elektriker-hero{border-bottom:1px solid var(--border-color);background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:4rem 0}.elektriker-hero-content{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.elektriker-hero-text h1{color:var(--text-primary);margin-bottom:1rem;font-size:3rem;font-weight:800;line-height:1.2}.elektriker-hero-subtitle{color:var(--text-secondary);margin-bottom:2rem;font-size:1.25rem;line-height:1.6}.elektriker-hero-subtitle strong{color:var(--primary-color);font-weight:700}.elektriker-hero-features{flex-wrap:wrap;gap:1.5rem;margin-bottom:2rem;display:flex}.elektriker-feature-item{color:var(--text-secondary);align-items:center;gap:.5rem;font-weight:600;display:flex}.elektriker-feature-item svg{color:var(--primary-color);flex-shrink:0}.elektriker-hero-cta{flex-direction:column;gap:.75rem;display:flex}.btn-primary-large{background:var(--primary-color);color:#fff;border-radius:8px;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1.125rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 4px 12px #e6223a4d}.btn-primary-large:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 6px 16px #e6223a66}.elektriker-hero-note{color:var(--text-light);font-size:.875rem}.elektriker-hero-image{border-radius:12px;position:relative;overflow:hidden;box-shadow:0 8px 24px #0000001a}.elektriker-hero-img{object-fit:cover;width:100%;height:auto}.elektriker-services{background:var(--bg-primary);padding:4rem 0}.elektriker-services h2{color:var(--text-primary);text-align:center;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.section-intro{color:var(--text-secondary);text-align:center;max-width:800px;margin:0 auto 3rem;font-size:1.125rem;line-height:1.7}.elektriker-services-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.elektriker-service-card{border:1px solid var(--border-color);background:#fff;border-radius:12px;padding:0;transition:all .2s;overflow:hidden}.elektriker-service-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.elektriker-service-image{width:100%;height:200px;position:relative;overflow:hidden}.elektriker-service-img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.elektriker-service-card:hover .elektriker-service-img{transform:scale(1.05)}.elektriker-service-icon{background:#e6223a1a;border-radius:12px;justify-content:center;align-items:center;width:64px;height:64px;margin:1.5rem 2rem 1rem;display:flex}.elektriker-service-icon svg{color:var(--primary-color)}.elektriker-service-card h3{color:var(--text-primary);margin-bottom:1rem;padding:0 2rem;font-size:1.5rem;font-weight:700}.elektriker-service-card p{color:var(--text-secondary);margin-bottom:1rem;padding:0 2rem;line-height:1.6}.elektriker-service-card ul{padding:0 2rem 2rem;list-style:none}.elektriker-service-card li{color:var(--text-secondary);padding:.5rem 0 .5rem 1.5rem;position:relative}.elektriker-service-card li:before{content:"✓";color:var(--primary-color);font-weight:700;position:absolute;left:0}.elektriker-cities{background:var(--bg-secondary);padding:4rem 0}.elektriker-cities h2{color:var(--text-primary);text-align:center;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.elektriker-cities-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;display:grid}.elektriker-city-link{border:1px solid var(--border-color);color:var(--text-primary);background:#fff;border-radius:8px;align-items:center;gap:.5rem;padding:1rem 1.5rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.elektriker-city-link:hover{border-color:var(--primary-color);color:var(--primary-color);transform:translate(4px)}.elektriker-city-link svg{color:var(--primary-color);flex-shrink:0}.elektriker-states{background:var(--bg-primary);padding:4rem 0}.elektriker-states h2{color:var(--text-primary);text-align:center;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.elektriker-states-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.elektriker-state-card{border:1px solid var(--border-color);background:#fff;border-radius:12px;padding:2rem}.elektriker-state-card h3{margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.elektriker-state-card h3 a{color:var(--text-primary);text-decoration:none}.elektriker-state-card h3 a:hover{color:var(--primary-color)}.elektriker-state-count{color:var(--text-light);margin-bottom:1.5rem;font-size:.875rem}.elektriker-state-cities{flex-wrap:wrap;gap:.75rem;display:flex}.elektriker-state-city-link{background:var(--bg-secondary);color:var(--text-primary);border-radius:6px;padding:.5rem 1rem;font-size:.875rem;text-decoration:none;transition:all .2s;display:inline-block}.elektriker-state-city-link:hover{background:var(--primary-color);color:#fff}.elektriker-state-more{color:var(--primary-color);padding:.5rem 1rem;font-size:.875rem;font-weight:600;text-decoration:none;display:inline-block}.elektriker-state-more:hover{text-decoration:underline}.elektriker-why{background:var(--bg-secondary);padding:4rem 0}.elektriker-why h2{color:var(--text-primary);text-align:center;margin-bottom:3rem;font-size:2.5rem;font-weight:800}.elektriker-why-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.elektriker-why-item{text-align:center}.elektriker-why-icon{background:#e6223a1a;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;display:flex}.elektriker-why-icon svg{color:var(--primary-color)}.elektriker-why-item h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.elektriker-why-item p{color:var(--text-secondary);line-height:1.6}.elektriker-faq{background:var(--bg-primary);padding:4rem 0}.elektriker-faq h2{color:var(--text-primary);text-align:center;margin-bottom:3rem;font-size:2.5rem;font-weight:800}.elektriker-faq-list{max-width:800px;margin:0 auto}.elektriker-faq-item{background:var(--bg-secondary);border-radius:12px;margin-bottom:1.5rem;padding:2rem}.elektriker-faq-item h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.25rem;font-weight:700}.elektriker-faq-item p{color:var(--text-secondary);line-height:1.7}.elektriker-cta-final{background:linear-gradient(135deg,var(--primary-color)0%,var(--primary-dark)100%);color:#fff;text-align:center;padding:4rem 0}.elektriker-cta-final h2{color:#fff;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.elektriker-cta-final p{opacity:.95;margin-bottom:2rem;font-size:1.25rem}.elektriker-cta-final .btn-primary-large{color:var(--primary-color);background:#fff}.elektriker-cta-final .btn-primary-large:hover{background:#f5f5f5;transform:translateY(-2px)}@media (max-width:768px){.elektriker-hero-content{grid-template-columns:1fr;gap:2rem}.elektriker-hero-text h1{font-size:2rem}.elektriker-hero-subtitle{font-size:1.125rem}.elektriker-services h2,.elektriker-cities h2,.elektriker-states h2,.elektriker-why h2,.elektriker-faq h2{font-size:2rem}.elektriker-services-grid,.elektriker-why-grid,.elektriker-cities-grid,.elektriker-states-grid{grid-template-columns:1fr}}.notdienst24h-hero{border-bottom:1px solid var(--border-color);background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:4rem 0}.notdienst24h-hero-content{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.notdienst24h-hero-text h1{color:var(--text-primary);margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1.2}.notdienst24h-hero-subtitle{color:var(--text-secondary);margin-bottom:2rem;font-size:1.25rem;line-height:1.7}.notdienst24h-hero-subtitle strong{color:var(--primary-color);font-weight:700}.notdienst24h-hero-features{flex-direction:column;gap:1.5rem;margin-bottom:2rem;display:flex}.notdienst24h-feature-item{align-items:flex-start;gap:1rem;display:flex}.notdienst24h-feature-item svg{color:var(--primary-color);flex-shrink:0;margin-top:.25rem}.notdienst24h-feature-item div{flex-direction:column;gap:.25rem;display:flex}.notdienst24h-feature-item strong{color:var(--text-primary);font-size:1.125rem;font-weight:700}.notdienst24h-feature-item span{color:var(--text-secondary);font-size:.875rem}.notdienst24h-hero-cta{flex-direction:column;gap:.75rem;display:flex}.notdienst24h-hero-note{color:var(--text-light);font-size:.875rem}.notdienst24h-hero-image{border-radius:12px;position:relative;overflow:hidden;box-shadow:0 8px 24px #0000001a}.notdienst24h-hero-img{object-fit:cover;width:100%;height:auto}.notdienst24h-why{background:var(--bg-primary);padding:4rem 0}.notdienst24h-why h2{color:var(--text-primary);text-align:center;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.notdienst24h-why-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem;display:grid}.notdienst24h-why-card{background:var(--bg-secondary);border:1px solid var(--border-color);text-align:center;border-radius:12px;padding:2rem;transition:all .2s}.notdienst24h-why-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.notdienst24h-why-card svg{color:var(--primary-color);margin-bottom:1rem}.notdienst24h-why-card h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.notdienst24h-why-card p{color:var(--text-secondary);line-height:1.6}.notdienst24h-services{background:var(--bg-secondary);padding:4rem 0}.notdienst24h-services h2{color:var(--text-primary);text-align:center;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.notdienst24h-services-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem;display:grid}.notdienst24h-service-card{border:1px solid var(--border-color);background:#fff;border-radius:12px;padding:2rem;transition:all .2s}.notdienst24h-service-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.notdienst24h-service-icon{background:#e6223a1a;border-radius:12px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.5rem;display:flex}.notdienst24h-service-icon svg{color:var(--primary-color)}.notdienst24h-service-card h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.notdienst24h-service-card p{color:var(--text-secondary);margin-bottom:1rem;line-height:1.6}.notdienst24h-service-card ul{padding:0;list-style:none}.notdienst24h-service-card li{color:var(--text-secondary);padding:.5rem 0 .5rem 1.5rem;position:relative}.notdienst24h-service-card li:before{content:"✓";color:var(--primary-color);font-weight:700;position:absolute;left:0}.notdienst24h-states{background:var(--bg-primary);padding:4rem 0}.notdienst24h-states h2{color:var(--text-primary);text-align:center;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.notdienst24h-states-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem;margin-top:3rem;display:grid}.notdienst24h-state-section{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;padding:2rem}.notdienst24h-state-section h3{margin-bottom:1rem;font-size:1.75rem;font-weight:700}.notdienst24h-state-section h3 a{color:var(--text-primary);text-decoration:none}.notdienst24h-state-section h3 a:hover{color:var(--primary-color)}.notdienst24h-state-intro{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.7}.notdienst24h-state-intro strong{color:var(--primary-color);font-weight:700}.notdienst24h-state-cities{flex-wrap:wrap;gap:.75rem;display:flex}.notdienst24h-city-link{border:1px solid var(--border-color);color:var(--text-primary);background:#fff;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.notdienst24h-city-link:hover{border-color:var(--primary-color);color:var(--primary-color);transform:translate(4px)}.notdienst24h-city-link svg{color:var(--primary-color);flex-shrink:0}.notdienst24h-state-more{color:var(--primary-color);border:1px solid var(--primary-color);border-radius:8px;padding:.75rem 1.25rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.notdienst24h-state-more:hover{background:var(--primary-color);color:#fff}.notdienst24h-cities{background:var(--bg-secondary);padding:4rem 0}.notdienst24h-cities h2{color:var(--text-primary);text-align:center;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.notdienst24h-cities-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin-top:3rem;display:grid}.notdienst24h-city-link-large{border:1px solid var(--border-color);color:var(--text-primary);background:#fff;border-radius:8px;align-items:center;gap:.75rem;padding:1.25rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.notdienst24h-city-link-large:hover{border-color:var(--primary-color);color:var(--primary-color);transform:translate(4px);box-shadow:0 4px 12px #e6223a26}.notdienst24h-city-link-large svg{color:var(--primary-color);flex-shrink:0}.notdienst24h-faq{background:var(--bg-primary);padding:4rem 0}.notdienst24h-faq h2{color:var(--text-primary);text-align:center;margin-bottom:3rem;font-size:2.5rem;font-weight:800}.notdienst24h-faq-list{max-width:900px;margin:0 auto}.notdienst24h-faq-item{background:var(--bg-secondary);border-radius:12px;margin-bottom:1.5rem;padding:2rem}.notdienst24h-faq-item h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.25rem;font-weight:700}.notdienst24h-faq-item p{color:var(--text-secondary);line-height:1.7}.notdienst24h-cta-final{background:linear-gradient(135deg,var(--primary-color)0%,var(--primary-dark)100%);color:#fff;text-align:center;padding:4rem 0}.notdienst24h-cta-final h2{color:#fff;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.notdienst24h-cta-final p{opacity:.95;margin-bottom:2rem;font-size:1.25rem}.notdienst24h-cta-final .btn-primary-large{color:var(--primary-color);background:#fff}.notdienst24h-cta-final .btn-primary-large:hover{background:#f5f5f5;transform:translateY(-2px)}@media (max-width:768px){.notdienst24h-hero-content{grid-template-columns:1fr;gap:2rem}.notdienst24h-hero-text h1{font-size:2rem}.notdienst24h-hero-subtitle{font-size:1.125rem}.notdienst24h-services h2,.notdienst24h-why h2,.notdienst24h-states h2,.notdienst24h-cities h2,.notdienst24h-faq h2{font-size:2rem}.notdienst24h-services-grid,.notdienst24h-why-grid,.notdienst24h-states-grid,.notdienst24h-cities-grid{grid-template-columns:1fr}}.stromausfall-hero{border-bottom:1px solid var(--border-color);background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:4rem 0}.stromausfall-hero-content{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.stromausfall-hero-text h1{color:var(--text-primary);margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1.2}.stromausfall-hero-subtitle{color:var(--text-secondary);margin-bottom:2rem;font-size:1.25rem;line-height:1.7}.stromausfall-hero-subtitle strong{color:var(--primary-color);font-weight:700}.stromausfall-hero-features{flex-direction:column;gap:1.5rem;margin-bottom:2rem;display:flex}.stromausfall-feature-item{align-items:flex-start;gap:1rem;display:flex}.stromausfall-feature-item svg{color:var(--primary-color);flex-shrink:0;margin-top:.25rem}.stromausfall-feature-item div{flex-direction:column;gap:.25rem;display:flex}.stromausfall-feature-item strong{color:var(--text-primary);font-size:1.125rem;font-weight:700}.stromausfall-feature-item span{color:var(--text-secondary);font-size:.875rem}.stromausfall-hero-cta{flex-direction:column;gap:.75rem;display:flex}.stromausfall-hero-note{color:var(--text-light);font-size:.875rem}.stromausfall-hero-image{border-radius:12px;position:relative;overflow:hidden;box-shadow:0 8px 24px #0000001a}.stromausfall-hero-img{object-fit:cover;width:100%;height:auto}.stromausfall-info{background:var(--bg-primary);padding:4rem 0}.stromausfall-info h2{color:var(--text-primary);text-align:center;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.stromausfall-info-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem;display:grid}.stromausfall-info-card{background:var(--bg-secondary);border:1px solid var(--border-color);text-align:center;border-radius:12px;padding:2rem;transition:all .2s}.stromausfall-info-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.stromausfall-info-card svg{color:var(--primary-color);margin-bottom:1rem}.stromausfall-info-card h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.stromausfall-info-card p{color:var(--text-secondary);line-height:1.6}.stromausfall-causes{background:var(--bg-secondary);padding:4rem 0}.stromausfall-causes h2{color:var(--text-primary);text-align:center;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.stromausfall-causes-list{flex-direction:column;gap:1.5rem;max-width:900px;margin:3rem auto 0;display:flex}.stromausfall-cause-item{border:1px solid var(--border-color);background:#fff;border-radius:12px;align-items:flex-start;gap:1.5rem;padding:2rem;transition:all .2s;display:flex}.stromausfall-cause-item:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001a}.stromausfall-cause-item svg{color:var(--primary-color);flex-shrink:0;margin-top:.25rem}.stromausfall-cause-item h3{color:var(--text-primary);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.stromausfall-cause-item p{color:var(--text-secondary);line-height:1.7}.stromausfall-what-to-do{background:var(--bg-primary);padding:4rem 0}.stromausfall-what-to-do h2{color:var(--text-primary);text-align:center;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.stromausfall-steps{flex-direction:column;gap:2rem;max-width:900px;margin:3rem auto 0;display:flex}.stromausfall-step{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;align-items:flex-start;gap:2rem;padding:2rem;transition:all .2s;display:flex}.stromausfall-step:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001a}.stromausfall-step-number{background:var(--primary-color);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;font-weight:700;display:flex}.stromausfall-step-content h3{color:var(--text-primary);margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.stromausfall-step-content p{color:var(--text-secondary);line-height:1.7}.stromausfall-states{background:var(--bg-secondary);padding:4rem 0}.stromausfall-states h2{color:var(--text-primary);text-align:center;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.stromausfall-states-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem;margin-top:3rem;display:grid}.stromausfall-state-section{border:1px solid var(--border-color);background:#fff;border-radius:12px;padding:2rem}.stromausfall-state-section h3{margin-bottom:1rem;font-size:1.75rem;font-weight:700}.stromausfall-state-section h3 a{color:var(--text-primary);text-decoration:none}.stromausfall-state-section h3 a:hover{color:var(--primary-color)}.stromausfall-state-intro{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.7}.stromausfall-state-intro strong{color:var(--primary-color);font-weight:700}.stromausfall-state-cities{flex-wrap:wrap;gap:.75rem;display:flex}.stromausfall-city-link{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-primary);border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.stromausfall-city-link:hover{border-color:var(--primary-color);color:var(--primary-color);transform:translate(4px)}.stromausfall-city-link svg{color:var(--primary-color);flex-shrink:0}.stromausfall-state-more{color:var(--primary-color);border:1px solid var(--primary-color);border-radius:8px;padding:.75rem 1.25rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.stromausfall-state-more:hover{background:var(--primary-color);color:#fff}.stromausfall-cities{background:var(--bg-primary);padding:4rem 0}.stromausfall-cities h2{color:var(--text-primary);text-align:center;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.stromausfall-cities-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin-top:3rem;display:grid}.stromausfall-city-link-large{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-primary);border-radius:8px;align-items:center;gap:.75rem;padding:1.25rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.stromausfall-city-link-large:hover{border-color:var(--primary-color);color:var(--primary-color);transform:translate(4px);box-shadow:0 4px 12px #e6223a26}.stromausfall-city-link-large svg{color:var(--primary-color);flex-shrink:0}.stromausfall-faq{background:var(--bg-secondary);padding:4rem 0}.stromausfall-faq h2{color:var(--text-primary);text-align:center;margin-bottom:3rem;font-size:2.5rem;font-weight:800}.stromausfall-faq-list{max-width:900px;margin:0 auto}.stromausfall-faq-item{background:#fff;border-radius:12px;margin-bottom:1.5rem;padding:2rem}.stromausfall-faq-item h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.25rem;font-weight:700}.stromausfall-faq-item p{color:var(--text-secondary);line-height:1.7}.stromausfall-cta-final{background:linear-gradient(135deg,var(--primary-color)0%,var(--primary-dark)100%);color:#fff;text-align:center;padding:4rem 0}.stromausfall-cta-final h2{color:#fff;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.stromausfall-cta-final p{opacity:.95;margin-bottom:2rem;font-size:1.25rem}.stromausfall-cta-final .btn-primary-large{color:var(--primary-color);background:#fff}.stromausfall-cta-final .btn-primary-large:hover{background:#f5f5f5;transform:translateY(-2px)}@media (max-width:768px){.stromausfall-hero-content{grid-template-columns:1fr;gap:2rem}.stromausfall-hero-text h1{font-size:2rem}.stromausfall-hero-subtitle{font-size:1.125rem}.stromausfall-info h2,.stromausfall-causes h2,.stromausfall-what-to-do h2,.stromausfall-states h2,.stromausfall-cities h2,.stromausfall-faq h2{font-size:2rem}.stromausfall-info-grid{grid-template-columns:1fr}.stromausfall-cause-item,.stromausfall-step{flex-direction:column;gap:1rem}.stromausfall-states-grid,.stromausfall-cities-grid{grid-template-columns:1fr}}.kurzschluss-page{max-width:100%}.kurzschluss-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.kurzschluss-hero{border-bottom:1px solid var(--border-color);background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:4rem 0}.kurzschluss-hero-content{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:grid}.kurzschluss-hero-content h1{color:var(--text-primary);margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1.2}.kurzschluss-hero-subtitle{color:var(--text-secondary);margin-bottom:2rem;font-size:1.25rem;line-height:1.7}.kurzschluss-hero-features{flex-wrap:wrap;gap:2rem;margin-bottom:2rem;display:flex}.kurzschluss-hero-feature{align-items:center;gap:.75rem;display:flex}.kurzschluss-hero-icon{color:var(--primary-color);width:24px;height:24px}.kurzschluss-hero-feature span{color:var(--text-primary);font-weight:600}.kurzschluss-hero-cta{background:var(--primary-color);color:#fff;border-radius:8px;align-items:center;gap:.75rem;padding:1.25rem 2rem;font-size:1.125rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.kurzschluss-hero-cta:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 4px 12px #e6223a4d}.kurzschluss-cta-icon{width:20px;height:20px}.kurzschluss-hero-image{border-radius:12px;position:relative;overflow:hidden;box-shadow:0 8px 24px #0000001a}.kurzschluss-hero-image img{object-fit:cover;width:100%;height:auto}.kurzschluss-info-section,.kurzschluss-causes-section,.kurzschluss-action-section,.kurzschluss-states-section,.kurzschluss-cities-section,.kurzschluss-faq-section{padding:4rem 0}.kurzschluss-info-section,.kurzschluss-action-section,.kurzschluss-cities-section{background:var(--bg-primary)}.kurzschluss-causes-section,.kurzschluss-states-section,.kurzschluss-faq-section{background:var(--bg-secondary)}.kurzschluss-info-section h2,.kurzschluss-causes-section h2,.kurzschluss-action-section h2,.kurzschluss-states-section h2,.kurzschluss-cities-section h2,.kurzschluss-faq-section h2{color:var(--text-primary);text-align:center;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.kurzschluss-intro{color:var(--text-secondary);text-align:center;max-width:900px;margin:0 auto 3rem;font-size:1.125rem;line-height:1.7}.kurzschluss-info-cards{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem;display:grid}.kurzschluss-info-card{background:var(--bg-secondary);border:1px solid var(--border-color);text-align:center;border-radius:12px;padding:2rem;transition:all .2s}.kurzschluss-info-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.kurzschluss-card-icon{color:var(--primary-color);width:48px;height:48px;margin-bottom:1rem}.kurzschluss-info-card h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.kurzschluss-info-card p{color:var(--text-secondary);line-height:1.6}.kurzschluss-causes-list{flex-direction:column;gap:1.5rem;max-width:900px;margin:3rem auto 0;display:flex}.kurzschluss-cause-item{border:1px solid var(--border-color);background:#fff;border-radius:12px;align-items:flex-start;gap:1.5rem;padding:2rem;transition:all .2s;display:flex}.kurzschluss-cause-item:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001a}.kurzschluss-cause-number{background:var(--primary-color);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;font-weight:700;display:flex}.kurzschluss-cause-content h3{color:var(--text-primary);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.kurzschluss-cause-content p{color:var(--text-secondary);line-height:1.7}.kurzschluss-steps{flex-direction:column;gap:2rem;max-width:900px;margin:3rem auto 0;display:flex}.kurzschluss-step{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;align-items:flex-start;gap:2rem;padding:2rem;transition:all .2s;display:flex}.kurzschluss-step:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001a}.kurzschluss-step-number{background:var(--primary-color);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;font-weight:700;display:flex}.kurzschluss-step-content h3{color:var(--text-primary);margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.kurzschluss-step-content p{color:var(--text-secondary);line-height:1.7}.kurzschluss-states-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem;margin-top:3rem;display:grid}.kurzschluss-state-card{border:1px solid var(--border-color);background:#fff;border-radius:12px;padding:2rem}.kurzschluss-state-card h3{margin-bottom:1rem;font-size:1.75rem;font-weight:700}.kurzschluss-state-card h3 a{color:var(--text-primary);text-decoration:none}.kurzschluss-state-card h3 a:hover{color:var(--primary-color)}.kurzschluss-state-cities{flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;display:flex}.kurzschluss-city-link{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-primary);border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.kurzschluss-city-link:hover{border-color:var(--primary-color);color:var(--primary-color);transform:translate(4px)}.kurzschluss-city-icon{color:var(--primary-color);flex-shrink:0;width:16px;height:16px}.kurzschluss-state-more{color:var(--primary-color);border:1px solid var(--primary-color);border-radius:8px;padding:.75rem 1.25rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.kurzschluss-state-more:hover{background:var(--primary-color);color:#fff}.kurzschluss-cities-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin-top:3rem;display:grid}.kurzschluss-city-link-large{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-primary);border-radius:8px;align-items:center;gap:.75rem;padding:1.25rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.kurzschluss-city-link-large:hover{border-color:var(--primary-color);color:var(--primary-color);transform:translate(4px);box-shadow:0 4px 12px #e6223a26}.kurzschluss-faq-list{max-width:900px;margin:0 auto}.kurzschluss-faq-item{background:#fff;border-radius:12px;margin-bottom:1.5rem;padding:2rem}.kurzschluss-faq-item h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.25rem;font-weight:700}.kurzschluss-faq-item p{color:var(--text-secondary);line-height:1.7}.kurzschluss-final-cta{background:linear-gradient(135deg,var(--primary-color)0%,var(--primary-dark)100%);color:#fff;text-align:center;padding:4rem 0}.kurzschluss-final-cta h2{color:#fff;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.kurzschluss-final-cta p{opacity:.95;margin-bottom:2rem;font-size:1.25rem}.kurzschluss-final-cta-button{color:var(--primary-color);background:#fff;border-radius:8px;align-items:center;gap:.75rem;padding:1.25rem 2rem;font-size:1.125rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.kurzschluss-final-cta-button:hover{background:#f5f5f5;transform:translateY(-2px)}.sicherung-fliegt-page{max-width:100%}.sicherung-fliegt-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.sicherung-fliegt-hero{border-bottom:1px solid var(--border-color);background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:4rem 0}.sicherung-fliegt-hero-content{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:grid}.sicherung-fliegt-hero-content h1{color:var(--text-primary);margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1.2}.sicherung-fliegt-hero-subtitle{color:var(--text-secondary);margin-bottom:2rem;font-size:1.25rem;line-height:1.7}.sicherung-fliegt-hero-features{flex-wrap:wrap;gap:2rem;margin-bottom:2rem;display:flex}.sicherung-fliegt-hero-feature{align-items:center;gap:.75rem;display:flex}.sicherung-fliegt-hero-icon{color:var(--primary-color);width:24px;height:24px}.sicherung-fliegt-hero-feature span{color:var(--text-primary);font-weight:600}.sicherung-fliegt-hero-cta{background:var(--primary-color);color:#fff;border-radius:8px;align-items:center;gap:.75rem;padding:1.25rem 2rem;font-size:1.125rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.sicherung-fliegt-hero-cta:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 4px 12px #e6223a4d}.sicherung-fliegt-cta-icon{width:20px;height:20px}.sicherung-fliegt-hero-image{border-radius:12px;position:relative;overflow:hidden;box-shadow:0 8px 24px #0000001a}.sicherung-fliegt-hero-image img{object-fit:cover;width:100%;height:auto}.sicherung-fliegt-info-section,.sicherung-fliegt-causes-section,.sicherung-fliegt-action-section,.sicherung-fliegt-states-section,.sicherung-fliegt-cities-section,.sicherung-fliegt-faq-section{padding:4rem 0}.sicherung-fliegt-info-section,.sicherung-fliegt-action-section,.sicherung-fliegt-cities-section{background:var(--bg-primary)}.sicherung-fliegt-causes-section,.sicherung-fliegt-states-section,.sicherung-fliegt-faq-section{background:var(--bg-secondary)}.sicherung-fliegt-info-section h2,.sicherung-fliegt-causes-section h2,.sicherung-fliegt-action-section h2,.sicherung-fliegt-states-section h2,.sicherung-fliegt-cities-section h2,.sicherung-fliegt-faq-section h2{color:var(--text-primary);text-align:center;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.sicherung-fliegt-intro{color:var(--text-secondary);text-align:center;max-width:900px;margin:0 auto 3rem;font-size:1.125rem;line-height:1.7}.sicherung-fliegt-info-cards{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem;display:grid}.sicherung-fliegt-info-card{background:var(--bg-secondary);border:1px solid var(--border-color);text-align:center;border-radius:12px;padding:2rem;transition:all .2s}.sicherung-fliegt-info-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.sicherung-fliegt-card-icon{color:var(--primary-color);width:48px;height:48px;margin-bottom:1rem}.sicherung-fliegt-info-card h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.sicherung-fliegt-info-card p{color:var(--text-secondary);margin-bottom:1rem;line-height:1.6}.sicherung-fliegt-card-link{color:var(--primary-color);font-size:.875rem;font-weight:600;text-decoration:none}.sicherung-fliegt-card-link:hover{text-decoration:underline}.sicherung-fliegt-causes-list{flex-direction:column;gap:1.5rem;max-width:900px;margin:3rem auto 0;display:flex}.sicherung-fliegt-cause-item{border:1px solid var(--border-color);background:#fff;border-radius:12px;align-items:flex-start;gap:1.5rem;padding:2rem;transition:all .2s;display:flex}.sicherung-fliegt-cause-item:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001a}.sicherung-fliegt-cause-number{background:var(--primary-color);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;font-weight:700;display:flex}.sicherung-fliegt-cause-content h3{color:var(--text-primary);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.sicherung-fliegt-cause-content p{color:var(--text-secondary);line-height:1.7}.sicherung-fliegt-steps{flex-direction:column;gap:2rem;max-width:900px;margin:3rem auto 0;display:flex}.sicherung-fliegt-step{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;align-items:flex-start;gap:2rem;padding:2rem;transition:all .2s;display:flex}.sicherung-fliegt-step:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001a}.sicherung-fliegt-step-number{background:var(--primary-color);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;font-weight:700;display:flex}.sicherung-fliegt-step-content h3{color:var(--text-primary);margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.sicherung-fliegt-step-content p{color:var(--text-secondary);line-height:1.7}.sicherung-fliegt-states-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem;margin-top:3rem;display:grid}.sicherung-fliegt-state-card{border:1px solid var(--border-color);background:#fff;border-radius:12px;padding:2rem}.sicherung-fliegt-state-card h3{margin-bottom:1rem;font-size:1.75rem;font-weight:700}.sicherung-fliegt-state-card h3 a{color:var(--text-primary);text-decoration:none}.sicherung-fliegt-state-card h3 a:hover{color:var(--primary-color)}.sicherung-fliegt-state-cities{flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;display:flex}.sicherung-fliegt-city-link{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-primary);border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.sicherung-fliegt-city-link:hover{border-color:var(--primary-color);color:var(--primary-color);transform:translate(4px)}.sicherung-fliegt-city-icon{color:var(--primary-color);flex-shrink:0;width:16px;height:16px}.sicherung-fliegt-state-more{color:var(--primary-color);border:1px solid var(--primary-color);border-radius:8px;padding:.75rem 1.25rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.sicherung-fliegt-state-more:hover{background:var(--primary-color);color:#fff}.sicherung-fliegt-cities-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin-top:3rem;display:grid}.sicherung-fliegt-city-link-large{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-primary);border-radius:8px;align-items:center;gap:.75rem;padding:1.25rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.sicherung-fliegt-city-link-large:hover{border-color:var(--primary-color);color:var(--primary-color);transform:translate(4px);box-shadow:0 4px 12px #e6223a26}.sicherung-fliegt-faq-list{max-width:900px;margin:0 auto}.sicherung-fliegt-faq-item{background:#fff;border-radius:12px;margin-bottom:1.5rem;padding:2rem}.sicherung-fliegt-faq-item h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.25rem;font-weight:700}.sicherung-fliegt-faq-item p{color:var(--text-secondary);line-height:1.7}.sicherung-fliegt-final-cta{background:linear-gradient(135deg,var(--primary-color)0%,var(--primary-dark)100%);color:#fff;text-align:center;padding:4rem 0}.sicherung-fliegt-final-cta h2{color:#fff;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.sicherung-fliegt-final-cta p{opacity:.95;margin-bottom:2rem;font-size:1.25rem}.sicherung-fliegt-final-cta-button{color:var(--primary-color);background:#fff;border-radius:8px;align-items:center;gap:.75rem;padding:1.25rem 2rem;font-size:1.125rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.sicherung-fliegt-final-cta-button:hover{background:#f5f5f5;transform:translateY(-2px)}@media (max-width:768px){.kurzschluss-hero-content,.sicherung-fliegt-hero-content{grid-template-columns:1fr;gap:2rem}.kurzschluss-hero-content h1,.sicherung-fliegt-hero-content h1{font-size:2rem}.kurzschluss-hero-subtitle,.sicherung-fliegt-hero-subtitle{font-size:1.125rem}.kurzschluss-info-section h2,.kurzschluss-causes-section h2,.kurzschluss-action-section h2,.kurzschluss-states-section h2,.kurzschluss-cities-section h2,.kurzschluss-faq-section h2,.sicherung-fliegt-info-section h2,.sicherung-fliegt-causes-section h2,.sicherung-fliegt-action-section h2,.sicherung-fliegt-states-section h2,.sicherung-fliegt-cities-section h2,.sicherung-fliegt-faq-section h2{font-size:2rem}.kurzschluss-info-cards,.sicherung-fliegt-info-cards{grid-template-columns:1fr}.kurzschluss-cause-item,.kurzschluss-step,.sicherung-fliegt-cause-item,.sicherung-fliegt-step{flex-direction:column;gap:1rem}.kurzschluss-states-grid,.sicherung-fliegt-states-grid,.kurzschluss-cities-grid,.sicherung-fliegt-cities-grid{grid-template-columns:1fr}}.leistung-page{max-width:100%}.leistung-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.leistung-hero{border-bottom:1px solid var(--border-color);background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:4rem 0}.leistung-hero-content{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:grid}.leistung-hero-content h1{color:var(--text-primary);margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1.2}.leistung-hero-subtitle{color:var(--text-secondary);margin-bottom:2rem;font-size:1.25rem;line-height:1.7}.leistung-hero-features{flex-wrap:wrap;gap:2rem;margin-bottom:2rem;display:flex}.leistung-hero-feature{align-items:center;gap:.75rem;display:flex}.leistung-hero-icon{color:var(--primary-color);width:24px;height:24px}.leistung-hero-feature span{color:var(--text-primary);font-weight:600}.leistung-hero-cta{background:var(--primary-color);color:#fff;border-radius:8px;align-items:center;gap:.75rem;padding:1.25rem 2rem;font-size:1.125rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.leistung-hero-cta:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 4px 12px #e6223a4d}.leistung-cta-icon{width:20px;height:20px}.leistung-hero-image{border-radius:12px;position:relative;overflow:hidden;box-shadow:0 8px 24px #0000001a}.leistung-hero-image img{object-fit:cover;width:100%;height:auto}.leistung-info-section,.leistung-causes-section,.leistung-action-section,.leistung-states-section,.leistung-cities-section,.leistung-faq-section{padding:4rem 0}.leistung-info-section,.leistung-action-section,.leistung-cities-section{background:var(--bg-primary)}.leistung-causes-section,.leistung-states-section,.leistung-faq-section{background:var(--bg-secondary)}.leistung-info-section h2,.leistung-causes-section h2,.leistung-action-section h2,.leistung-states-section h2,.leistung-cities-section h2,.leistung-faq-section h2{color:var(--text-primary);text-align:center;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.leistung-intro{color:var(--text-secondary);text-align:center;max-width:900px;margin:0 auto 3rem;font-size:1.125rem;line-height:1.7}.leistung-info-cards{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem;display:grid}.leistung-info-card{background:var(--bg-secondary);border:1px solid var(--border-color);text-align:center;border-radius:12px;padding:2rem;transition:all .2s}.leistung-info-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.leistung-card-icon{color:var(--primary-color);width:48px;height:48px;margin-bottom:1rem}.leistung-info-card h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.leistung-info-card p{color:var(--text-secondary);line-height:1.6}.leistung-causes-list{flex-direction:column;gap:1.5rem;max-width:900px;margin:3rem auto 0;display:flex}.leistung-cause-item{border:1px solid var(--border-color);background:#fff;border-radius:12px;align-items:flex-start;gap:1.5rem;padding:2rem;transition:all .2s;display:flex}.leistung-cause-item:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001a}.leistung-cause-number{background:var(--primary-color);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;font-weight:700;display:flex}.leistung-cause-content h3{color:var(--text-primary);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.leistung-cause-content p{color:var(--text-secondary);line-height:1.7}.leistung-steps{flex-direction:column;gap:2rem;max-width:900px;margin:3rem auto 0;display:flex}.leistung-step{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;align-items:flex-start;gap:2rem;padding:2rem;transition:all .2s;display:flex}.leistung-step:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001a}.leistung-step-number{background:var(--primary-color);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;font-weight:700;display:flex}.leistung-step-content h3{color:var(--text-primary);margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.leistung-step-content p{color:var(--text-secondary);line-height:1.7}.leistung-states-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem;margin-top:3rem;display:grid}.leistung-state-card{border:1px solid var(--border-color);background:#fff;border-radius:12px;padding:2rem}.leistung-state-card h3{margin-bottom:1rem;font-size:1.75rem;font-weight:700}.leistung-state-card h3 a{color:var(--text-primary);text-decoration:none}.leistung-state-card h3 a:hover{color:var(--primary-color)}.leistung-state-cities{flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;display:flex}.leistung-city-link{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-primary);border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.leistung-city-link:hover{border-color:var(--primary-color);color:var(--primary-color);transform:translate(4px)}.leistung-city-icon{color:var(--primary-color);flex-shrink:0;width:16px;height:16px}.leistung-state-more{color:var(--primary-color);border:1px solid var(--primary-color);border-radius:8px;padding:.75rem 1.25rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.leistung-state-more:hover{background:var(--primary-color);color:#fff}.leistung-cities-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin-top:3rem;display:grid}.leistung-city-link-large{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-primary);border-radius:8px;align-items:center;gap:.75rem;padding:1.25rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.leistung-city-link-large:hover{border-color:var(--primary-color);color:var(--primary-color);transform:translate(4px);box-shadow:0 4px 12px #e6223a26}.leistung-faq-list{max-width:900px;margin:0 auto}.leistung-faq-item{background:#fff;border-radius:12px;margin-bottom:1.5rem;padding:2rem}.leistung-faq-item h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.25rem;font-weight:700}.leistung-faq-item p{color:var(--text-secondary);line-height:1.7}.leistung-final-cta{background:linear-gradient(135deg,var(--primary-color)0%,var(--primary-dark)100%);color:#fff;text-align:center;padding:4rem 0}.leistung-final-cta h2{color:#fff;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.leistung-final-cta p{opacity:.95;margin-bottom:2rem;font-size:1.25rem}.leistung-final-cta-button{color:var(--primary-color);background:#fff;border-radius:8px;align-items:center;gap:.75rem;padding:1.25rem 2rem;font-size:1.125rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.leistung-final-cta-button:hover{background:#f5f5f5;transform:translateY(-2px)}@media (max-width:768px){.leistung-hero-content{grid-template-columns:1fr;gap:2rem}.leistung-hero-content h1{font-size:2rem}.leistung-hero-subtitle{font-size:1.125rem}.leistung-info-section h2,.leistung-causes-section h2,.leistung-action-section h2,.leistung-states-section h2,.leistung-cities-section h2,.leistung-faq-section h2{font-size:2rem}.leistung-info-cards{grid-template-columns:1fr}.leistung-cause-item,.leistung-step{flex-direction:column;gap:1rem}.leistung-states-grid,.leistung-cities-grid{grid-template-columns:1fr}}.einsatzgebiete-page{max-width:100%}.einsatzgebiete-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.einsatzgebiete-hero{border-bottom:1px solid var(--border-color);background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:4rem 0}.einsatzgebiete-hero-content{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:grid}.einsatzgebiete-hero-content h1{color:var(--text-primary);margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1.2}.einsatzgebiete-hero-subtitle{color:var(--text-secondary);margin-bottom:2rem;font-size:1.25rem;line-height:1.7}.einsatzgebiete-hero-features{flex-wrap:wrap;gap:2rem;margin-bottom:2rem;display:flex}.einsatzgebiete-hero-feature{align-items:center;gap:.75rem;display:flex}.einsatzgebiete-hero-icon{color:var(--primary-color);width:24px;height:24px}.einsatzgebiete-hero-feature span{color:var(--text-primary);font-weight:600}.einsatzgebiete-hero-cta{background:var(--primary-color);color:#fff;border-radius:8px;align-items:center;gap:.75rem;padding:1.25rem 2rem;font-size:1.125rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.einsatzgebiete-hero-cta:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 4px 12px #e6223a4d}.einsatzgebiete-cta-icon{width:20px;height:20px}.einsatzgebiete-hero-image{border-radius:12px;position:relative;overflow:hidden;box-shadow:0 8px 24px #0000001a}.einsatzgebiete-hero-image img{object-fit:cover;width:100%;height:auto}.einsatzgebiete-states-section,.einsatzgebiete-cities-section,.einsatzgebiete-services-section,.einsatzgebiete-why-section{padding:4rem 0}.einsatzgebiete-states-section,.einsatzgebiete-services-section{background:var(--bg-primary)}.einsatzgebiete-cities-section,.einsatzgebiete-why-section{background:var(--bg-secondary)}.einsatzgebiete-states-section h2,.einsatzgebiete-cities-section h2,.einsatzgebiete-services-section h2,.einsatzgebiete-why-section h2{color:var(--text-primary);text-align:center;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.einsatzgebiete-intro{color:var(--text-secondary);text-align:center;max-width:900px;margin:0 auto 3rem;font-size:1.125rem;line-height:1.7}.einsatzgebiete-states-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem;display:grid}.einsatzgebiete-state-card{border:1px solid var(--border-color);background:#fff;border-radius:12px;padding:2rem;transition:all .2s}.einsatzgebiete-state-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001a}.einsatzgebiete-state-header{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.einsatzgebiete-state-icon{color:var(--primary-color);flex-shrink:0;width:32px;height:32px}.einsatzgebiete-state-card h3{margin:0;font-size:1.75rem;font-weight:700}.einsatzgebiete-state-card h3 a{color:var(--text-primary);text-decoration:none}.einsatzgebiete-state-card h3 a:hover{color:var(--primary-color)}.einsatzgebiete-state-info{margin-bottom:1.5rem}.einsatzgebiete-city-count{background:var(--bg-secondary);color:var(--text-secondary);border-radius:6px;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.einsatzgebiete-state-cities{flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;display:flex}.einsatzgebiete-city-link{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-primary);border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.einsatzgebiete-city-link:hover{border-color:var(--primary-color);color:var(--primary-color);transform:translate(4px)}.einsatzgebiete-city-icon{color:var(--primary-color);flex-shrink:0;width:16px;height:16px}.einsatzgebiete-state-more{color:var(--primary-color);border:1px solid var(--primary-color);border-radius:8px;padding:.75rem 1.25rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.einsatzgebiete-state-more:hover{background:var(--primary-color);color:#fff}.einsatzgebiete-cities-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin-top:3rem;display:grid}.einsatzgebiete-city-link-large{border:1px solid var(--border-color);color:var(--text-primary);background:#fff;border-radius:8px;align-items:center;gap:.75rem;padding:1.25rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.einsatzgebiete-city-link-large:hover{border-color:var(--primary-color);color:var(--primary-color);transform:translate(4px);box-shadow:0 4px 12px #e6223a26}.einsatzgebiete-city-info{flex-direction:column;gap:.25rem;display:flex}.einsatzgebiete-city-name{color:var(--text-primary);font-weight:600}.einsatzgebiete-city-state{color:var(--text-secondary);font-size:.875rem}.einsatzgebiete-services-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem;display:grid}.einsatzgebiete-service-card{text-align:center;background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-primary);border-radius:12px;flex-direction:column;align-items:center;padding:2rem;text-decoration:none;transition:all .2s;display:flex}.einsatzgebiete-service-card:hover{border-color:var(--primary-color);transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.einsatzgebiete-service-icon{color:var(--primary-color);width:48px;height:48px;margin-bottom:1rem}.einsatzgebiete-service-card h3{color:var(--text-primary);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.einsatzgebiete-service-card p{color:var(--text-secondary);font-size:.9375rem;line-height:1.6}.einsatzgebiete-why-list{flex-direction:column;gap:1.5rem;max-width:900px;margin:3rem auto 0;display:flex}.einsatzgebiete-why-item{border:1px solid var(--border-color);background:#fff;border-radius:12px;align-items:flex-start;gap:1.5rem;padding:2rem;transition:all .2s;display:flex}.einsatzgebiete-why-item:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001a}.einsatzgebiete-why-number{background:var(--primary-color);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;font-weight:700;display:flex}.einsatzgebiete-why-content h3{color:var(--text-primary);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.einsatzgebiete-why-content p{color:var(--text-secondary);line-height:1.7}.einsatzgebiete-final-cta{background:linear-gradient(135deg,var(--primary-color)0%,var(--primary-dark)100%);color:#fff;text-align:center;padding:4rem 0}.einsatzgebiete-final-cta h2{color:#fff;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.einsatzgebiete-final-cta p{opacity:.95;margin-bottom:2rem;font-size:1.25rem}.einsatzgebiete-final-cta-button{color:var(--primary-color);background:#fff;border-radius:8px;align-items:center;gap:.75rem;padding:1.25rem 2rem;font-size:1.125rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.einsatzgebiete-final-cta-button:hover{background:#f5f5f5;transform:translateY(-2px)}@media (max-width:768px){.einsatzgebiete-hero-content{grid-template-columns:1fr;gap:2rem}.einsatzgebiete-hero-content h1{font-size:2rem}.einsatzgebiete-hero-subtitle{font-size:1.125rem}.einsatzgebiete-states-section h2,.einsatzgebiete-cities-section h2,.einsatzgebiete-services-section h2,.einsatzgebiete-why-section h2{font-size:2rem}.einsatzgebiete-states-grid,.einsatzgebiete-cities-grid,.einsatzgebiete-services-grid{grid-template-columns:1fr}.einsatzgebiete-why-item{flex-direction:column;gap:1rem}}.bundesland-page,.landkreis-page{max-width:100%}.bundesland-hero,.landkreis-hero{border-bottom:1px solid var(--border-color);background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:4rem 0}.bundesland-hero .container,.landkreis-hero .container{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:grid}.bundesland-hero-content h1,.landkreis-hero-content h1{color:var(--text-primary);margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1.2}.bundesland-hero-subtitle,.landkreis-hero-subtitle{color:var(--text-secondary);margin-bottom:2rem;font-size:1.25rem;line-height:1.7}.bundesland-hero-features,.landkreis-hero-features{flex-wrap:wrap;gap:2rem;margin-bottom:2rem;display:flex}.bundesland-hero-feature,.landkreis-hero-feature{align-items:center;gap:.75rem;display:flex}.bundesland-hero-icon,.landkreis-hero-icon{color:var(--primary-color);width:24px;height:24px}.bundesland-hero-feature span,.landkreis-hero-feature span{color:var(--text-primary);font-weight:600}.bundesland-hero-cta,.landkreis-hero-cta{background:var(--primary-color);color:#fff;border-radius:8px;align-items:center;gap:.75rem;padding:1.25rem 2rem;font-size:1.125rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.bundesland-hero-cta:hover,.landkreis-hero-cta:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 4px 12px #e6223a4d}.bundesland-cta-icon,.landkreis-cta-icon{width:20px;height:20px}.bundesland-hero-image,.landkreis-hero-image{border-radius:12px;position:relative;overflow:hidden;box-shadow:0 8px 24px #0000001a}.bundesland-hero-image img,.landkreis-hero-image img{object-fit:cover;width:100%;height:auto}.bundesland-cities-section,.landkreis-cities-section{padding:4rem 0}.bundesland-cities-section h2,.landkreis-cities-section h2{color:var(--text-primary);margin-bottom:1rem;font-size:2.5rem;font-weight:800}.bundesland-cities-grid,.landkreis-cities-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.bundesland-city-card,.landkreis-city-card{border:1px solid var(--border-color);background:#fff;border-radius:8px;justify-content:space-between;align-items:center;padding:1.5rem;text-decoration:none;transition:all .2s;display:flex}.bundesland-city-card:hover,.landkreis-city-card:hover{border-color:var(--primary-color);transform:translateY(-2px);box-shadow:0 4px 12px #e6223a1a}.bundesland-city-card-content,.landkreis-city-card-content{flex:1}.bundesland-city-card h3,.landkreis-city-card h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.bundesland-city-district,.landkreis-city-district,.bundesland-city-plz,.landkreis-city-plz{color:var(--text-light);margin:.25rem 0;font-size:.875rem}.bundesland-city-icon,.landkreis-city-icon{color:var(--primary-color);flex-shrink:0;width:24px;height:24px}.bundesland-more-info,.landkreis-more-info{text-align:center;color:var(--text-secondary);margin-top:2rem}.bundesland-more-info a,.landkreis-more-info a{color:var(--primary-color);font-weight:600;text-decoration:none}.bundesland-more-info a:hover,.landkreis-more-info a:hover{text-decoration:underline}.bundesland-cta-section,.landkreis-cta-section{background:var(--bg-secondary);padding:4rem 0}.bundesland-cta-box,.landkreis-cta-box{text-align:center;background:#fff;border-radius:12px;max-width:800px;margin:0 auto;padding:3rem 2rem;box-shadow:0 4px 12px #0000000d}.bundesland-cta-box h2,.landkreis-cta-box h2{color:var(--text-primary);margin-bottom:1rem;font-size:2rem;font-weight:800}.bundesland-cta-box p,.landkreis-cta-box p{color:var(--text-secondary);margin-bottom:2rem;font-size:1.125rem}.bundesland-cta-buttons,.landkreis-cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.breadcrumb{border-bottom:1px solid var(--border-color);margin-bottom:2rem;padding:1.5rem 0}.breadcrumb ol{flex-wrap:wrap;gap:.5rem;list-style:none;display:flex}.breadcrumb li{color:var(--text-light)}.breadcrumb li:not(:last-child):after{content:"/";color:var(--text-light);margin-left:.5rem}.breadcrumb a{color:var(--primary-color);text-decoration:none}.breadcrumb a:hover{text-decoration:underline}@media (max-width:768px){.bundesland-hero .container,.landkreis-hero .container{grid-template-columns:1fr;gap:2rem}.bundesland-hero-content h1,.landkreis-hero-content h1{font-size:2rem}.bundesland-hero-subtitle,.landkreis-hero-subtitle{font-size:1.125rem}.bundesland-cities-section h2,.landkreis-cities-section h2{font-size:2rem}.bundesland-cities-grid,.landkreis-cities-grid{grid-template-columns:1fr}.bundesland-cta-box,.landkreis-cta-box{padding:2rem 1.5rem}.bundesland-cta-box h2,.landkreis-cta-box h2{font-size:1.5rem}.bundesland-cta-buttons,.landkreis-cta-buttons{flex-direction:column}}.stadt-page{max-width:100%}.stadt-hero{border-bottom:1px solid var(--border-color);background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:4rem 0}.stadt-hero .container{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:grid}.stadt-hero-content h1{color:var(--text-primary);margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1.2}.stadt-hero-subtitle{color:var(--text-secondary);margin-bottom:2rem;font-size:1.25rem;line-height:1.7}.stadt-hero-features{flex-wrap:wrap;gap:2rem;margin-bottom:2rem;display:flex}.stadt-hero-feature{align-items:center;gap:.75rem;display:flex}.stadt-hero-icon{color:var(--primary-color);width:24px;height:24px}.stadt-hero-feature span{color:var(--text-primary);font-weight:600}.stadt-hero-cta{background:var(--primary-color);color:#fff;border-radius:8px;align-items:center;gap:.75rem;padding:1.25rem 2rem;font-size:1.125rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.stadt-hero-cta:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 4px 12px #e6223a4d}.stadt-cta-icon{width:20px;height:20px}.stadt-hero-image{border-radius:12px;position:relative;overflow:hidden;box-shadow:0 8px 24px #0000001a}.stadt-hero-image img{object-fit:cover;width:100%;height:auto}.stadt-main-city-section,.stadt-districts-section{padding:4rem 0}.stadt-main-city-section h2,.stadt-districts-section h2{color:var(--text-primary);margin-bottom:1rem;font-size:2.5rem;font-weight:800}.stadt-main-city-card{margin-top:2rem}.stadt-main-city-link{border:2px solid var(--primary-color);background:linear-gradient(135deg,#e6223a0d 0%,#e6223a05 100%);border-radius:12px;justify-content:space-between;align-items:center;padding:2rem;text-decoration:none;transition:all .2s;display:flex}.stadt-main-city-link:hover{background:linear-gradient(135deg,#e6223a1a 0%,#e6223a0d 100%);transform:translateY(-2px);box-shadow:0 4px 12px #e6223a33}.stadt-main-city-content h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.stadt-main-city-plz{color:var(--text-light);margin:0;font-size:1rem}.stadt-main-city-icon{color:var(--primary-color);flex-shrink:0;width:32px;height:32px}.stadt-districts-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.stadt-district-card{border:1px solid var(--border-color);background:#fff;border-radius:8px;justify-content:space-between;align-items:center;padding:1.5rem;transition:all .2s;display:flex}.stadt-district-card:hover{border-color:var(--primary-color);transform:translateY(-2px);box-shadow:0 4px 12px #e6223a1a}.stadt-district-card-content{flex:1}.stadt-district-card h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.stadt-district-name{color:var(--primary-color);margin-bottom:.5rem;font-size:1.125rem;font-weight:700;text-decoration:none;display:inline-block}.stadt-district-name:hover{text-decoration:underline}.stadt-district-plz,.stadt-district-population{color:var(--text-light);margin:.25rem 0;font-size:.875rem}.stadt-district-icon{color:var(--primary-color);flex-shrink:0;width:24px;height:24px}.stadt-cta-section{background:var(--bg-secondary);padding:4rem 0}.stadt-cta-box{text-align:center;background:#fff;border-radius:12px;max-width:800px;margin:0 auto;padding:3rem 2rem;box-shadow:0 4px 12px #0000000d}.stadt-cta-box h2{color:var(--text-primary);margin-bottom:1rem;font-size:2rem;font-weight:800}.stadt-cta-box p{color:var(--text-secondary);margin-bottom:2rem;font-size:1.125rem}.stadt-cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}@media (max-width:768px){.stadt-hero .container{grid-template-columns:1fr;gap:2rem}.stadt-hero-content h1{font-size:2rem}.stadt-hero-subtitle{font-size:1.125rem}.stadt-main-city-section h2,.stadt-districts-section h2{font-size:2rem}.stadt-districts-grid{grid-template-columns:1fr}.stadt-main-city-link{padding:1.5rem}.stadt-main-city-content h3{font-size:1.25rem}.stadt-cta-box{padding:2rem 1.5rem}.stadt-cta-box h2{font-size:1.5rem}.stadt-cta-buttons{flex-direction:column}}.deep-content-section{max-width:900px;margin:0 auto;padding:4rem 0}.deep-content-section h2{color:var(--text-primary);margin-bottom:2rem;font-size:2.5rem;font-weight:800}.deep-content-section h3{color:var(--text-primary);margin-top:2.5rem;margin-bottom:1rem;font-size:1.75rem;font-weight:700}.deep-content-section p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.125rem;line-height:1.8}.deep-content-intro{color:var(--text-primary);margin-bottom:2rem;font-size:1.25rem;font-weight:500;line-height:1.8}.deep-content-local,.deep-content-problems,.deep-content-solutions,.deep-content-cases,.deep-content-tips{margin-bottom:2rem}.deep-content-conclusion{background:var(--bg-secondary);border-radius:8px;margin-top:2rem;padding:2rem;font-size:1.125rem;line-height:1.8}.local-news-section{border-top:1px solid var(--border-color);margin-top:3rem;padding:3rem 0}.local-news-section h2{color:var(--text-primary);margin-bottom:1.5rem;font-size:2rem;font-weight:700}.local-news-list{flex-direction:column;gap:1.5rem;display:flex}.local-news-item{background:var(--bg-secondary);border-left:4px solid var(--primary-color);border-radius:8px;padding:1.5rem}.local-news-item h3{color:var(--text-primary);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.local-news-item p{color:var(--text-secondary);margin-bottom:.5rem;line-height:1.7}.local-news-item time{color:var(--text-light);font-size:.875rem}.blog-page{padding:2rem 0 4rem}.blog-header{text-align:center;margin-bottom:3rem;padding:2rem 0}.blog-header h1{color:var(--text-primary);margin-bottom:1rem;font-size:3rem;font-weight:800}.blog-intro{color:var(--text-secondary);max-width:800px;margin:0 auto;font-size:1.25rem}.blog-featured{margin-bottom:4rem}.blog-featured h2{color:var(--text-primary);margin-bottom:2rem;font-size:2rem;font-weight:700}.blog-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;margin-bottom:3rem;display:grid}.blog-card{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:8px;transition:all .2s;overflow:hidden}.blog-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-2px)}.blog-card-image{width:100%;height:200px;overflow:hidden}.blog-card-image img{object-fit:cover;width:100%;height:100%}.blog-card-content{padding:1.5rem}.blog-category{background:var(--primary-color);color:#fff;text-transform:uppercase;border-radius:4px;margin-bottom:.75rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.blog-card-content h3{color:var(--text-primary);margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.blog-card-content h3 a{color:inherit;text-decoration:none}.blog-card-content h3 a:hover{color:var(--primary-color)}.blog-description{color:var(--text-secondary);margin-bottom:1rem;line-height:1.7}.blog-meta{color:var(--text-light);margin-bottom:1rem;font-size:.875rem}.blog-read-more{color:var(--primary-color);font-weight:600;text-decoration:none}.blog-read-more:hover{text-decoration:underline}.blog-cities{border-top:1px solid var(--border-color);margin-top:4rem;padding-top:3rem}.blog-cities h2{color:var(--text-primary);margin-bottom:1rem;font-size:2rem;font-weight:700}.blog-cities-grid{flex-wrap:wrap;gap:1rem;display:flex}.blog-city-link{background:var(--bg-secondary);color:var(--text-primary);border-radius:4px;padding:.5rem 1rem;text-decoration:none;transition:all .2s}.blog-city-link:hover{background:var(--primary-color);color:#fff}.blog-article-page{padding:2rem 0 4rem}.blog-article-header{margin-bottom:2rem}.blog-article-category{background:var(--primary-color);color:#fff;text-transform:uppercase;border-radius:4px;margin-bottom:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.blog-article-header h1{color:var(--text-primary);margin-bottom:1rem;font-size:3rem;font-weight:800;line-height:1.2}.blog-article-meta{color:var(--text-light);font-size:.875rem}.blog-article-image{border-radius:8px;width:100%;margin:2rem 0;overflow:hidden}.blog-article-content{max-width:800px;margin:0 auto}.blog-article-paragraph{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.125rem;line-height:1.8}.blog-article-cta{background:var(--bg-secondary);text-align:center;border-radius:8px;margin:3rem 0;padding:2rem}.blog-article-cta h2{color:var(--text-primary);margin-bottom:1rem;font-size:2rem;font-weight:700}.blog-article-related{border-top:1px solid var(--border-color);margin-top:4rem;padding-top:3rem}.blog-article-related h2{color:var(--text-primary);margin-bottom:2rem;font-size:2rem;font-weight:700}.blog-related-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.blog-related-card{background:var(--bg-secondary);border-radius:8px;padding:1.5rem;text-decoration:none;transition:all .2s}.blog-related-card:hover{background:var(--bg-primary);box-shadow:var(--shadow-hover)}.blog-related-card h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.blog-related-card p{color:var(--text-secondary);font-size:.875rem}.blog-article-cities{border-top:1px solid var(--border-color);margin-top:3rem;padding-top:2rem}.blog-article-cities h2{color:var(--text-primary);margin-bottom:1rem;font-size:1.75rem;font-weight:700}.blog-cities-list{flex-wrap:wrap;gap:1rem;display:flex}.blog-cities-list a{background:var(--bg-secondary);color:var(--text-primary);border-radius:4px;padding:.5rem 1rem;text-decoration:none;transition:all .2s}.blog-cities-list a:hover{background:var(--primary-color);color:#fff}@media (max-width:768px){.blog-header h1{font-size:2rem}.blog-grid{grid-template-columns:1fr}.blog-article-header h1,.deep-content-section h2{font-size:2rem}.deep-content-section h3{font-size:1.5rem}}.top-cta-banner{color:#fff;z-index:10000;background:linear-gradient(135deg,#e6223a 0%,#c41e32 100%);border-bottom:1px solid #ffffff26;padding:.5rem 0;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 8px #0003}.top-cta-content{justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;min-height:40px;margin:0 auto;padding:0 1rem;display:flex}.top-cta-text{text-align:center;flex:1;font-size:.8125rem;font-weight:600;line-height:1.3}.top-cta-button{color:#e6223a;white-space:nowrap;background:#fff;border-radius:5px;align-items:center;gap:.375rem;padding:.4375rem .875rem;font-size:.8125rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 2px 4px #0003}.top-cta-button:hover{background:#f5f5f5;transform:translateY(-1px);box-shadow:0 4px 8px #00000040}.top-cta-button:active{transform:translateY(0)}.top-cta-button svg{flex-shrink:0}body:has(.top-cta-banner){padding-top:125px}@media (max-width:768px){body:has(.top-cta-banner){padding-top:140px}.top-cta-banner{height:auto;min-height:auto;padding:.5rem 0}.top-cta-content{flex-direction:column;gap:.375rem;width:100%;min-height:55px;padding:.5rem .75rem}.top-cta-text{text-align:center;padding:0;font-size:.75rem;line-height:1.2}.top-cta-button{justify-content:center;align-items:center;gap:.5rem;width:100%;min-height:44px;padding:.625rem 1rem;font-size:.875rem;font-weight:700;display:flex}.top-cta-button svg{flex-shrink:0;width:18px;height:18px}.top-cta-button span{white-space:nowrap}body:has(.top-cta-banner) .site-header{top:70px!important}body:has(.top-cta-banner) .city-page-header{top:70px!important}}.homepage{min-height:100vh}.homepage-hero{border-bottom:1px solid var(--border-color);background:linear-gradient(135deg,#f8f9fb 0%,#fff 100%);margin-top:-80px;padding:calc(80px + 4rem) 0 4rem}.homepage-hero-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.homepage-hero-text h1{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1.2}.homepage-hero-subtitle{color:var(--text-secondary);margin-bottom:2rem;font-size:1.25rem;line-height:1.6}.homepage-hero-features{flex-wrap:wrap;gap:2rem;margin-bottom:2.5rem;display:flex}.homepage-hero-feature{color:var(--text-secondary);align-items:center;gap:.5rem;font-weight:500;display:flex}.homepage-hero-icon{width:20px;height:20px;color:var(--primary-color);flex-shrink:0}.homepage-hero-cta{flex-wrap:wrap;gap:1rem;display:flex}.homepage-hero-image{border-radius:12px;position:relative;overflow:hidden;box-shadow:0 8px 24px #0000001f}.homepage-hero-img{object-fit:cover;border-radius:12px;width:100%;height:auto}.homepage-why-section{background:var(--bg-primary);padding:5rem 0}.homepage-why-section h2{text-align:center;color:var(--text-primary);margin-bottom:3rem;font-size:2.5rem;font-weight:800}.homepage-why-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.homepage-why-card{background:var(--bg-secondary);text-align:center;border-radius:12px;padding:2rem;transition:transform .2s,box-shadow .2s}.homepage-why-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.homepage-why-icon{width:48px;height:48px;color:var(--primary-color);margin:0 auto 1rem}.homepage-why-card h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.25rem;font-weight:700}.homepage-why-card p{color:var(--text-secondary);line-height:1.6}.homepage-services-section{background:var(--bg-secondary);padding:5rem 0}.homepage-services-section h2{text-align:center;color:var(--text-primary);margin-bottom:1rem;font-size:2.5rem;font-weight:800}.homepage-section-intro{text-align:center;color:var(--text-secondary);max-width:800px;margin:0 auto 3rem;font-size:1.125rem;line-height:1.6}.homepage-services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.homepage-service-card{background:var(--bg-primary);color:var(--text-primary);border:1px solid var(--border-color);border-radius:12px;flex-direction:column;padding:2rem;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex}.homepage-service-card:hover{border-color:var(--primary-color);transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.homepage-service-icon{background:var(--primary-color);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.5rem;display:flex}.homepage-service-card h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.25rem;font-weight:700}.homepage-service-card p{color:var(--text-secondary);flex:1;margin-bottom:1rem;line-height:1.6}.homepage-service-link{color:var(--primary-color);margin-top:auto;font-weight:600}.homepage-content-section{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;padding:5rem 0;display:grid}.homepage-content-image{border-radius:12px;position:relative;overflow:hidden;box-shadow:0 8px 24px #0000001f}.homepage-content-img{object-fit:cover;border-radius:12px;width:100%;height:auto}.homepage-content-text h2{color:var(--text-primary);margin-bottom:1.5rem;font-size:2rem;font-weight:800}.homepage-content-text p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.125rem;line-height:1.8}.homepage-cities-section{background:var(--bg-secondary);padding:5rem 0}.homepage-cities-section h2{text-align:center;color:var(--text-primary);margin-bottom:1rem;font-size:2.5rem;font-weight:800}.homepage-cities-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.homepage-city-link{background:var(--bg-primary);color:var(--text-primary);border:1px solid var(--border-color);border-radius:8px;align-items:center;gap:.75rem;padding:1rem;text-decoration:none;transition:all .2s;display:flex}.homepage-city-link:hover{background:var(--primary-color);color:#fff;transform:translate(4px)}.homepage-city-icon{width:20px;height:20px;color:var(--primary-color);flex-shrink:0}.homepage-city-link:hover .homepage-city-icon{color:#fff}.homepage-cities-more{text-align:center;margin-top:2rem}.homepage-states-section{background:var(--bg-primary);padding:5rem 0}.homepage-states-section h2{text-align:center;color:var(--text-primary);margin-bottom:1rem;font-size:2.5rem;font-weight:800}.homepage-states-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;display:grid}.homepage-state-link{background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-color);border-radius:8px;align-items:center;gap:.75rem;padding:1rem;text-decoration:none;transition:all .2s;display:flex}.homepage-state-link:hover{background:var(--primary-color);color:#fff;transform:translate(4px)}.homepage-state-icon{width:20px;height:20px;color:var(--primary-color);flex-shrink:0}.homepage-state-link:hover .homepage-state-icon{color:#fff}.homepage-trust-section{background:var(--bg-secondary);padding:5rem 0}.homepage-trust-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.homepage-trust-text h2{color:var(--text-primary);margin-bottom:1.5rem;font-size:2.5rem;font-weight:800}.homepage-trust-text p{color:var(--text-secondary);margin-bottom:2rem;font-size:1.125rem;line-height:1.8}.homepage-trust-stats{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.homepage-trust-stat{text-align:center}.homepage-trust-stat-number{color:var(--primary-color);margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.homepage-trust-stat-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;font-size:.875rem}.homepage-trust-image{border-radius:12px;position:relative;overflow:hidden;box-shadow:0 8px 24px #0000001f}.homepage-trust-img{object-fit:cover;border-radius:12px;width:100%;height:auto}.homepage-cta-section{background:var(--bg-primary);padding:5rem 0}.homepage-cta-box{background:linear-gradient(135deg,var(--primary-color)0%,var(--primary-dark)100%);text-align:center;color:#fff;border-radius:16px;padding:4rem}.homepage-cta-box h2{color:#fff;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.homepage-cta-box p{opacity:.95;margin-bottom:2.5rem;font-size:1.25rem}.homepage-cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}@media (max-width:768px){.homepage-hero{padding:calc(60px + 2rem) 0 2rem}.homepage-hero-content{grid-template-columns:1fr;gap:2rem}.homepage-hero-text h1{font-size:2rem}.homepage-hero-subtitle{font-size:1.125rem}.homepage-hero-features{flex-direction:column;gap:1rem}.homepage-hero-cta{flex-direction:column}.homepage-why-section,.homepage-services-section,.homepage-content-section,.homepage-cities-section,.homepage-states-section,.homepage-trust-section,.homepage-cta-section{padding:3rem 0}.homepage-why-section h2,.homepage-services-section h2,.homepage-cities-section h2,.homepage-states-section h2{font-size:2rem}.homepage-why-grid,.homepage-services-grid{grid-template-columns:1fr}.homepage-content-section,.homepage-trust-content{grid-template-columns:1fr;gap:2rem}.homepage-cities-grid,.homepage-states-grid{grid-template-columns:1fr}.homepage-trust-stats{grid-template-columns:1fr;gap:1.5rem}.homepage-cta-box{padding:2.5rem 1.5rem}.homepage-cta-box h2{font-size:1.75rem}.homepage-cta-buttons{flex-direction:column}}.ueber-uns-page{min-height:100vh}.ueber-uns-hero{border-bottom:1px solid var(--border-color);background:linear-gradient(135deg,#f8f9fb 0%,#fff 100%);margin-top:-80px;padding:calc(80px + 3rem) 0 3rem}.ueber-uns-hero-content{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.ueber-uns-hero-text h1{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1.25rem;font-size:2.5rem;font-weight:800;line-height:1.2}.ueber-uns-hero-subtitle{color:var(--text-secondary);font-size:1.125rem;line-height:1.7}.ueber-uns-hero-image{border-radius:12px;position:relative;overflow:hidden;box-shadow:0 8px 24px #0000001f}.ueber-uns-hero-img{object-fit:cover;border-radius:12px;width:100%;height:auto}.ueber-uns-section{padding:4rem 0}.ueber-uns-content-grid{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.ueber-uns-content-text h2{color:var(--text-primary);margin-bottom:1.5rem;font-size:2.25rem;font-weight:800;line-height:1.3}.ueber-uns-content-text p{color:var(--text-secondary);margin-bottom:1.25rem;font-size:1.0625rem;line-height:1.8}.ueber-uns-content-image{border-radius:12px;position:relative;overflow:hidden;box-shadow:0 8px 24px #0000001f}.ueber-uns-content-img{object-fit:cover;border-radius:12px;width:100%;height:auto}.ueber-uns-values-section{background:var(--bg-secondary);padding:4rem 0}.ueber-uns-values-section h2{text-align:center;color:var(--text-primary);margin-bottom:2.5rem;font-size:2.25rem;font-weight:800}.ueber-uns-values-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.ueber-uns-value-card{background:var(--bg-primary);text-align:center;border-radius:12px;padding:2rem;transition:transform .2s,box-shadow .2s}.ueber-uns-value-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.ueber-uns-value-icon{width:48px;height:48px;color:var(--primary-color);margin:0 auto 1rem}.ueber-uns-value-card h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.25rem;font-weight:700}.ueber-uns-value-card p{color:var(--text-secondary);line-height:1.6}.ueber-uns-team-section{padding:4rem 0}.ueber-uns-team-section h2{color:var(--text-primary);margin-bottom:2.5rem;font-size:2.25rem;font-weight:800}.ueber-uns-team-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.ueber-uns-team-text p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.125rem;line-height:1.8}.ueber-uns-team-stats{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem;display:grid}.ueber-uns-team-stat{text-align:center}.ueber-uns-team-stat-number{color:var(--primary-color);margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.ueber-uns-team-stat-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;font-size:.875rem}.ueber-uns-team-image{border-radius:12px;position:relative;overflow:hidden;box-shadow:0 8px 24px #0000001f}.ueber-uns-team-img{object-fit:cover;border-radius:12px;width:100%;height:auto}.ueber-uns-services-section{background:var(--bg-secondary);padding:4rem 0}.ueber-uns-services-section h2{text-align:center;color:var(--text-primary);margin-bottom:1rem;font-size:2.25rem;font-weight:800}.ueber-uns-section-intro{text-align:center;color:var(--text-secondary);max-width:800px;margin:0 auto 3rem;font-size:1.125rem;line-height:1.6}.ueber-uns-services-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.ueber-uns-service-item{background:var(--bg-primary);text-align:center;border-radius:12px;padding:2rem}.ueber-uns-service-icon{width:48px;height:48px;color:var(--primary-color);margin:0 auto 1rem}.ueber-uns-service-item h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.25rem;font-weight:700}.ueber-uns-service-item p{color:var(--text-secondary);line-height:1.6}.ueber-uns-why-section{padding:4rem 0}.ueber-uns-why-section h2{color:var(--text-primary);margin-bottom:2.5rem;font-size:2.25rem;font-weight:800}.ueber-uns-why-list{flex-direction:column;gap:1.5rem;max-width:900px;margin:0 auto;display:flex}.ueber-uns-why-item{align-items:flex-start;gap:1.5rem;display:flex}.ueber-uns-why-icon{width:24px;height:24px;color:var(--primary-color);flex-shrink:0;margin-top:.25rem}.ueber-uns-why-item h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.ueber-uns-why-item p{color:var(--text-secondary);line-height:1.6}.ueber-uns-cta-section{background:var(--bg-secondary);padding:4rem 0}.ueber-uns-cta-box{background:linear-gradient(135deg,var(--primary-color)0%,var(--primary-dark)100%);text-align:center;color:#fff;border-radius:16px;padding:4rem}.ueber-uns-cta-box h2{color:#fff;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.ueber-uns-cta-box p{opacity:.95;margin-bottom:2.5rem;font-size:1.25rem}.ueber-uns-cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.legal-page{min-height:100vh;margin-top:80px;padding:2rem 0}.legal-page .container{max-width:900px;margin:0 auto;padding:0 1.5rem}.legal-page h1{color:var(--text-primary);border-bottom:2px solid var(--primary-color);margin-bottom:2rem;padding-bottom:1rem;font-size:2.5rem;font-weight:800}.legal-page h2{color:var(--text-primary);margin-top:2rem;margin-bottom:1rem;font-size:1.75rem;font-weight:700}.legal-page h3{color:var(--text-primary);margin-top:1.5rem;margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.legal-page section{margin-bottom:2rem}.legal-page p{color:var(--text-secondary);margin-bottom:1rem;line-height:1.8}.legal-page a{color:var(--primary-color);text-decoration:underline}.legal-page a:hover{color:var(--primary-dark)}.legal-links{border-top:1px solid var(--border-color);text-align:center;margin-top:3rem;padding-top:2rem}.legal-links a{color:var(--primary-color);font-weight:500;text-decoration:none}.legal-links a:hover{text-decoration:underline}.legal-links .separator{color:var(--text-light);margin:0 1rem}@media (max-width:768px){.legal-page{margin-top:60px;padding:1rem 0}.legal-page h1{font-size:2rem}.legal-page h2{font-size:1.5rem}.legal-page h3{font-size:1.125rem}}.kontakt-page{min-height:100vh}.kontakt-hero{border-bottom:1px solid var(--border-color);text-align:center;background:linear-gradient(135deg,#f8f9fb 0%,#fff 100%);margin-top:-80px;padding:calc(80px + 4rem) 0 4rem}.kontakt-hero h1{color:var(--text-primary);margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1.2}.kontakt-hero-subtitle{color:var(--text-secondary);max-width:800px;margin:0 auto;font-size:1.25rem;line-height:1.6}.kontakt-options-section{padding:5rem 0}.kontakt-options-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.kontakt-option-card{background:var(--bg-secondary);text-align:center;border-radius:12px;padding:2.5rem;transition:transform .2s,box-shadow .2s}.kontakt-option-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.kontakt-option-icon{background:var(--primary-color);color:#fff;border-radius:12px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.5rem;display:flex}.kontakt-option-card h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.kontakt-option-card p{color:var(--text-secondary);margin-bottom:1rem}.kontakt-option-link{color:var(--primary-color);margin-bottom:.5rem;font-size:1.25rem;font-weight:700;text-decoration:none;transition:color .2s;display:inline-block}.kontakt-option-link:hover{color:var(--primary-dark)}.kontakt-option-note{color:var(--text-light);font-size:.875rem;font-style:italic}.kontakt-info-section{background:var(--bg-secondary);padding:5rem 0}.kontakt-info-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.kontakt-info-text h2{color:var(--text-primary);margin-bottom:2rem;font-size:2.5rem;font-weight:800}.kontakt-info-list{flex-direction:column;gap:2rem;display:flex}.kontakt-info-item{align-items:flex-start;gap:1.5rem;display:flex}.kontakt-info-icon{width:32px;height:32px;color:var(--primary-color);flex-shrink:0;margin-top:.25rem}.kontakt-info-item h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.kontakt-info-item a{color:var(--primary-color);font-size:1.125rem;font-weight:600;text-decoration:none;transition:color .2s}.kontakt-info-item a:hover{color:var(--primary-dark)}.kontakt-info-item p{color:var(--text-secondary);margin-top:.25rem;font-size:.9375rem}.kontakt-info-image{border-radius:12px;position:relative;overflow:hidden;box-shadow:0 8px 24px #0000001f}.kontakt-info-img{object-fit:cover;border-radius:12px;width:100%;height:auto}.kontakt-faq-section{padding:5rem 0}.kontakt-faq-section h2{color:var(--text-primary);margin-bottom:3rem;font-size:2.5rem;font-weight:800}.kontakt-faq-list{flex-direction:column;gap:2rem;display:flex}.kontakt-faq-item{background:var(--bg-secondary);border-radius:12px;padding:2rem}.kontakt-faq-item h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.25rem;font-weight:700}.kontakt-faq-item p{color:var(--text-secondary);line-height:1.6}.kontakt-cta-section{background:var(--bg-secondary);padding:5rem 0}.kontakt-cta-box{background:linear-gradient(135deg,var(--primary-color)0%,var(--primary-dark)100%);text-align:center;color:#fff;border-radius:16px;padding:4rem}.kontakt-cta-box h2{color:#fff;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.kontakt-cta-box p{opacity:.95;margin-bottom:2.5rem;font-size:1.25rem}.kontakt-cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}@media (max-width:768px){.ueber-uns-hero,.kontakt-hero{padding:calc(60px + 2rem) 0 2rem}.ueber-uns-hero-content,.ueber-uns-content-grid,.ueber-uns-team-content,.kontakt-info-content{grid-template-columns:1fr;gap:2rem}.ueber-uns-hero-text h1,.kontakt-hero h1{font-size:2rem}.ueber-uns-section,.ueber-uns-values-section,.ueber-uns-team-section,.ueber-uns-services-section,.ueber-uns-why-section,.ueber-uns-cta-section,.kontakt-options-section,.kontakt-info-section,.kontakt-faq-section,.kontakt-cta-section{padding:3rem 0}.ueber-uns-values-grid,.ueber-uns-services-grid,.kontakt-options-grid{grid-template-columns:1fr}.ueber-uns-team-stats{grid-template-columns:1fr;gap:1.5rem}.ueber-uns-cta-box,.kontakt-cta-box{padding:2.5rem 1.5rem}.ueber-uns-cta-box h2,.kontakt-cta-box h2{font-size:1.75rem}.ueber-uns-cta-buttons,.kontakt-cta-buttons{flex-direction:column}}.leistung-details-section,.leistung-problems-section,.leistung-costs-section{padding:4rem 0}.leistung-details-section{background:var(--bg-primary)}.leistung-problems-section,.leistung-costs-section{background:var(--bg-secondary)}.leistung-details-section h2,.leistung-problems-section h2,.leistung-costs-section h2{color:var(--text-primary);text-align:center;margin-bottom:2rem;font-size:2.5rem;font-weight:800}.leistung-details-content{max-width:900px;margin:0 auto}.leistung-details-text h3{color:var(--text-primary);margin-top:2rem;margin-bottom:1rem;font-size:1.75rem;font-weight:700}.leistung-details-text h3:first-child{margin-top:0}.leistung-details-text p{color:var(--text-secondary);margin-bottom:1.25rem;font-size:1.0625rem;line-height:1.8}.leistung-problems-list{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:900px;margin:0 auto;display:grid}.leistung-problem-item{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:12px;padding:2rem;transition:all .2s}.leistung-problem-item:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.leistung-problem-item h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.25rem;font-weight:700}.leistung-problem-item p{color:var(--text-secondary);line-height:1.7}.leistung-costs-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem;display:grid}.leistung-cost-item{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:12px;padding:2rem;transition:all .2s}.leistung-cost-item:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.leistung-cost-item h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.25rem;font-weight:700}.leistung-cost-item p{color:var(--text-secondary);line-height:1.7}.leistung-costs-note{text-align:center;color:var(--text-light);margin-top:2rem;font-size:.9375rem;font-style:italic}@media (max-width:768px){.leistung-details-section,.leistung-problems-section,.leistung-costs-section{padding:3rem 0}.leistung-details-section h2,.leistung-problems-section h2,.leistung-costs-section h2{font-size:2rem}.leistung-problems-list,.leistung-costs-grid{grid-template-columns:1fr}}
