*{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#06f;--primary-dark:#0052cc;--primary-light:#39f;--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:96px;font-family:Space Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.7}@media (max-width:768px){body{padding-top:80px}}.fixed{position:fixed}.top-0{top:0}.left-0{left:0}.right-0{right:0}.z-50{z-index:50}.transition-all{transition-property:all;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.bg-white{background-color:#fff}.border-b{border-bottom-width:1px}.border-gray-200{border-color:#e5e7eb}.h-20{height:5rem}.h-24{height:6rem}.min-h-\[44px\]{min-height:44px}.touch-manipulation{touch-action:manipulation}.py-2{padding-top:.5rem;padding-bottom:.5rem}.min-w-\[140px\]{min-width:140px}.h-12{height:3rem}.h-16{height:4rem}.w-auto{width:auto}.object-contain{object-fit:contain}.bg-primary-cta{background-color:#06f}.text-white{color:#fff}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.hover\:shadow-xl:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.hover\:bg-primary-cta-dark:hover{background-color:#0052cc}.whitespace-nowrap{white-space:nowrap}.call-button-shimmer{position:relative;overflow:hidden}.call-button-shimmer .group-hover\:opacity-100:hover{opacity:1}.duration-700{transition-duration:.7s}.via-white\/15{--tw-gradient-to:#ffffff26;--tw-gradient-stops:var(--tw-gradient-from),#ffffff26,var(--tw-gradient-to)}@media (min-width:768px){.md\:h-24{height:6rem}.md\:h-16{height:4rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.md\:gap-3{gap:.75rem}.md\:text-base{font-size:1rem;line-height:1.5rem}}@media (min-width:1024px){.lg\:px-8{padding-left:2rem;padding-right:2rem}}.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(.city-page-header) #root-header{display:none}.city-page-header{z-index:10001;position:fixed;top:0;left:0;right:0}.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:Space Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,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:Space Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,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-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-links{flex:1;justify-content:center;align-items:center;gap:2rem;display:flex}.nav-link{color:var(--text-primary);white-space:nowrap;padding:.5rem 0;font-size:.9375rem;font-weight:500;text-decoration:none;transition:all .2s;position:relative}.nav-link:after{content:"";background:var(--primary-color);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.nav-link:hover{color:var(--primary-color)}.nav-link:hover:after{width:100%}.nav-cta-group{align-items:center;gap:1rem;display:flex}.nav-trust-badges{border-right:1px solid var(--border-color);align-items:center;gap:.75rem;padding-right:1rem;display:flex}.nav-trust-item{background:#0066ff0f;border-radius:6px;align-items:center;gap:.375rem;padding:.375rem .625rem;transition:all .2s;display:flex}.nav-trust-item:hover{background:#0066ff1a;transform:translateY(-1px)}.nav-trust-item svg{color:var(--primary-color);flex-shrink:0}.nav-trust-text{color:var(--text-primary);white-space:nowrap;font-size:.75rem;font-weight:600}.nav-cta-primary{background:linear-gradient(135deg,var(--primary-color)0%,var(--primary-dark)100%);color:#fff;white-space:nowrap;border-radius:10px;align-items:center;gap:.75rem;padding:.75rem 1.25rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #0066ff40}.nav-cta-primary:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.nav-cta-primary:hover:before{left:100%}.nav-cta-primary:hover{background:linear-gradient(135deg,var(--primary-dark)0%,var(--primary-color)100%);transform:translateY(-2px);box-shadow:0 6px 20px #0066ff59}.nav-cta-primary:active{transform:translateY(0);box-shadow:0 2px 8px #0066ff4d}.nav-cta-icon-wrapper{flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative}.nav-cta-icon{z-index:2;animation:2s ease-in-out infinite phonePulse;position:relative}@keyframes phonePulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.nav-cta-pulse{background:#ffffff4d;border-radius:50%;width:32px;height:32px;animation:2s ease-in-out infinite pulseRing;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes pulseRing{0%{opacity:1;transform:translate(-50%,-50%)scale(.8)}to{opacity:0;transform:translate(-50%,-50%)scale(1.5)}}.nav-cta-content{flex-direction:column;align-items:flex-start;gap:.125rem;line-height:1.2;display:flex}.nav-cta-label{opacity:.9;text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:500}.nav-cta-phone{letter-spacing:.3px;font-size:1.125rem;font-weight:700;line-height:1}.nav-cta-subtext{opacity:.85;font-size:.6875rem;font-weight:400}.nav-phone-mobile{background:linear-gradient(135deg,var(--primary-color)0%,var(--primary-dark)100%);color:#fff;border-radius:8px;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.875rem;font-weight:700;text-decoration:none;transition:all .2s;display:none;position:relative;overflow:hidden;box-shadow:0 2px 8px #0066ff4d}.nav-phone-mobile:hover{transform:translateY(-1px);box-shadow:0 4px 12px #06f6}.nav-mobile-pulse{background:#22c55e;border:2px solid #fff;border-radius:50%;width:10px;height:10px;animation:2s ease-in-out infinite pulse;position:absolute;top:-2px;right:-2px}.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:linear-gradient(135deg,var(--primary-color)0%,var(--primary-dark)100%);color:#fff;white-space:nowrap;border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 12px #0066ff4d}.btn-primary:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;animation:3s ease-in-out infinite shimmer;position:absolute;top:0;left:0}.btn-primary:hover{background:linear-gradient(135deg,var(--primary-dark)0%,var(--primary-color)100%);color:#fff;transform:translateY(-2px);box-shadow:0 6px 18px #06f6}@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}.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:Space Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,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-links,.nav-trust-badges,.nav-cta-primary{display:none}.nav-cta-group{gap:.5rem}.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:Space Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,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;gap:1.5rem}.nav-link{font-size:.875rem}.nav-trust-badges{gap:.5rem;padding-right:.75rem}.nav-trust-item{padding:.25rem .5rem}.nav-trust-text{font-size:.6875rem}.nav-cta-primary{padding:.625rem 1rem}.nav-cta-label{font-size:.6875rem}.nav-cta-phone{font-size:1rem}.nav-cta-subtext{font-size:.625rem}}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}.modern-footer{color:#e5e7eb;background:linear-gradient(#0a1628 0%,#050b14 100%);padding-top:4rem;padding-bottom:2rem}.footer-top{border-bottom:1px solid #ffffff1a;grid-template-columns:1fr;gap:2rem;margin-bottom:3rem;padding-bottom:3rem;display:grid}@media (min-width:768px){.footer-top{grid-template-columns:1.5fr 1fr;gap:3rem}}.footer-brand-section{flex-direction:column;gap:1rem;display:flex}.footer-brand-title{color:#fff;margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.footer-brand-tagline{color:#9ca3af;max-width:28rem;font-size:1rem;line-height:1.6}.footer-trust-badges{flex-wrap:wrap;gap:1rem;margin-top:.5rem;display:flex}.footer-trust-badge{color:#60a5fa;background:#0066ff1a;border:1px solid #0066ff4d;border-radius:6px;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;display:flex}.footer-cta-section{background:linear-gradient(135deg,#0066ff1a 0%,#0052cc1a 100%);border:1px solid #06f3;border-radius:12px;flex-direction:column;align-items:flex-start;gap:.75rem;padding:1.5rem;display:flex}@media (min-width:768px){.footer-cta-section{align-items:flex-end}}.footer-cta-label{color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:600}.footer-cta-phone{color:#fff;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;text-decoration:none;transition:color .2s;display:flex}.footer-cta-phone:hover{color:#60a5fa}.footer-cta-availability{color:#10b981;font-size:.875rem;font-weight:500}.footer-main{grid-template-columns:1fr;gap:2rem;margin-bottom:3rem;display:grid}@media (min-width:640px){.footer-main{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.footer-main{grid-template-columns:repeat(5,1fr);gap:2.5rem}}.footer-col{flex-direction:column;gap:1rem;display:flex}.footer-col-title{color:#fff;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.875rem;font-weight:700}.footer-links-list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.footer-links-list li a{color:#9ca3af;align-items:center;gap:.5rem;font-size:.9375rem;text-decoration:none;transition:all .2s;display:flex}.footer-links-list li a:hover{color:#60a5fa;transform:translate(4px)}.footer-links-list li a svg{color:#60a5fa;flex-shrink:0}.footer-contact-info{border-top:1px solid #ffffff1a;margin-top:.5rem;padding-top:1rem}.footer-email-link{color:#9ca3af;align-items:center;gap:.5rem;font-size:.875rem;text-decoration:none;transition:color .2s;display:flex}.footer-email-link:hover{color:#60a5fa}.footer-social-media{border-top:1px solid #ffffff1a;margin-top:1.5rem;padding-top:1rem}.footer-social-title{color:#fff;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:.875rem;font-weight:600}.footer-social-links{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.footer-social-link{color:#9ca3af;background:#ffffff1a;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:all .3s;display:flex}.footer-social-link:hover{background:var(--primary-color);color:#fff;border-color:var(--primary-color);transform:translateY(-2px);box-shadow:0 4px 12px #0066ff4d}.footer-social-link:active{transform:translateY(0)}.modern-footer .footer-bottom{border-top:1px solid #ffffff1a;flex-direction:column;align-items:center;gap:1rem;padding-top:2rem;display:flex}@media (min-width:768px){.modern-footer .footer-bottom{flex-direction:row;justify-content:space-between}}.footer-bottom-left{text-align:center}@media (min-width:768px){.footer-bottom-left{text-align:left}}.modern-footer .footer-copyright{color:#6b7280;font-size:.875rem}.footer-bottom-right{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.footer-bottom-right a{color:#9ca3af;font-size:.875rem;text-decoration:none;transition:color .2s}.footer-bottom-right a:hover{color:#fff}.footer-divider{color:#4b5563}.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:#0066ff14;border:1px solid #0066ff26;border-radius:4px;align-items:center;gap:.5rem;margin-bottom:.125rem;padding:.375rem .875rem;font-size:.75rem;font-weight:700;animation:3s ease-in-out infinite subtle-pulse;display:inline-flex}@keyframes subtle-pulse{0%,to{opacity:1}50%{opacity:.9}}.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);letter-spacing:-.03em;margin-bottom:0;font-size:3.5rem;font-weight:900;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:#06f;border-top:none;border-bottom:1px solid #0000000a;padding-top:.75rem;padding-bottom:.75rem}.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:300}.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:#06f}.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{flex-wrap:wrap;gap:.75rem;margin-bottom:2rem;display:flex}.hero-grid{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mt-3{margin-top:.75rem}.mt-6{margin-top:1.5rem}.pt-3{padding-top:.75rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.p-4{padding:1rem}.border-t{border-top-width:1px}.border{border-width:1px}.text-green-600{color:#16a34a}.bg-blue-50{background-color:#eff6ff}.border-blue-200{border-color:#bfdbfe}.text-blue-800{color:#1e40af}.text-blue-600{color:#2563eb}.text-xs{font-size:.75rem;line-height:1rem}.font-semibold{font-weight:600}.w-fit{width:fit-content}.flex{display:flex}.flex-wrap{flex-wrap:wrap}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.flex-shrink-0{flex-shrink:0}.inline-flex{display:inline-flex}.items-center{align-items:center}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-3{gap:.75rem}.flex-col{flex-direction:column}.items-start{align-items:flex-start}.items-baseline{align-items:baseline}.text-xl{font-size:1.25rem;line-height:1.75rem}.font-bold{font-weight:700}.text-dark{color:#1a1a1a}.text-gray-muted{color:#9ca3af}.text-sm{font-size:.875rem;line-height:1.25rem}.w-2{width:.5rem}.h-2{height:.5rem}.bg-green-500{background-color:#22c55e}.rounded-full{border-radius:9999px}.animate-pulse{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.hidden{display:none}@media (min-width:640px){.sm\:flex{display:flex}.sm\:inline{display:inline}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:items-start{align-items:flex-start}.sm\:justify-start{justify-content:flex-start}.sm\:gap-2\.5{gap:.625rem}.sm\:gap-3{gap:.75rem}.sm\:gap-4{gap:1rem}}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-gradient-light{--tw-gradient-from:#f5f7fa;--tw-gradient-to:#f5f7fa00;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.to-white{--tw-gradient-to:#fff}.border-\[#E5E7EB\]{border-color:#e5e7eb}.rounded-xl{border-radius:.75rem}.shadow-sm{box-shadow:0 1px 2px #0000000d}.text-gray{color:#4b5563}.font-medium{font-weight:500}.text-primary-blue{color:#06f}.relative{position:relative}.w-full{width:100%}.aspect-hero-image{aspect-ratio:1536/837}.overflow-hidden{overflow:hidden}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.object-cover{object-fit:cover}.h-full{height:100%}.h-auto{height:auto}.rounded-lg{border-radius:.5rem}.flex-1{flex:1}.items-stretch{align-items:stretch}.justify-center{justify-content:center}.group,.group\/formular{position:relative}.-z-0{z-index:0}.opacity-100{opacity:1}.absolute{position:absolute}.inset-0{inset:0}.via-white\/20{--tw-gradient-to:#fff3;--tw-gradient-stops:var(--tw-gradient-from),#fff3,var(--tw-gradient-to)}.animate-shimmer{animation:3s ease-in-out infinite shimmer}.z-10{z-index:10}.transition-transform{transition-property:transform;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-300{transition-duration:.3s}.scale-110,.group-hover\:scale-110:hover,.group-hover\/formular\:scale-110:hover{transform:scale(1.1)}.opacity-75{opacity:.75}.opacity-0{opacity:0}.transition-opacity{transition-property:opacity;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.group-hover\:opacity-100:hover,.group-hover\/formular\:opacity-100:hover{opacity:1}.scale-125,.group-hover\/formular\:scale-125:hover{transform:scale(1.25)}.via-primary-10{--tw-gradient-to:#0066ff1a;--tw-gradient-stops:var(--tw-gradient-from),#0066ff1a,var(--tw-gradient-to)}.via-primary-20{--tw-gradient-to:#06f3;--tw-gradient-stops:var(--tw-gradient-from),#06f3,var(--tw-gradient-to)}.-top-0-5{top:-.125rem}.-right-0-5{right:-.125rem}.bg-primary-cta-badge{background-color:#06f}.hero-availability-badge{color:#0052cc;background:#0066ff1a;border:1px solid #06f3;border-radius:9999px;align-items:center;gap:.5rem;width:fit-content;margin-bottom:1rem;padding:.375rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.hero-availability-badge svg{width:14px;height:14px}.hero-title{color:var(--text-primary);letter-spacing:-.03em;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3rem;font-weight:900;line-height:1.15}.hero-rating-box{background:linear-gradient(90deg,#f5f7fa 0%,#fff 100%);border:1px solid #e5e7eb;border-radius:.75rem;margin-bottom:1.5rem;padding:1rem;box-shadow:0 1px 3px #0000000d}.hero-rating-content,.hero-rating-stars-wrapper{flex-direction:column;gap:.75rem;display:flex}.hero-rating-stars{align-items:center;gap:.25rem;display:flex}.star-icon{color:#06f;fill:currentColor}.hero-rating-score{align-items:baseline;gap:.25rem;display:flex}.hero-rating-number{color:#032827;font-size:1.25rem;font-weight:700}.hero-rating-max{color:#9ca3af;font-size:.875rem}.hero-rating-meta{align-items:center;gap:1rem;font-size:.875rem;display:flex}.hero-rating-reviews{align-items:center;gap:.375rem;display:flex}.hero-rating-pulse-dot{background:#22c55e;border-radius:50%;width:8px;height:8px;animation:2s ease-out infinite heroPulse}@keyframes heroPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.75;transform:scale(1.1)}}.hero-rating-count{color:#032827;font-weight:600}.hero-rating-label,.hero-rating-separator{color:#9ca3af}.hero-rating-verified{color:#032827;align-items:center;gap:.375rem;font-weight:600;display:flex}.hero-rating-verified svg{color:#22c55e}.hero-rating-live{color:#4b5563;border-top:1px solid #e5e7eb;align-items:center;gap:.5rem;padding-top:.75rem;font-size:.75rem;display:flex}.hero-rating-live-icon{color:#22c55e;animation:2s ease-out infinite heroPulse}.hero-rating-live-label{font-weight:500}.hero-description{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.125rem;line-height:1.7}.hero-subtitle{flex-wrap:wrap;gap:.75rem;margin-bottom:2rem;display:flex}.hero-subtitle-badge{color:var(--text-primary);background:#0066ff14;border:1px solid #0066ff26;border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem .875rem;font-size:.875rem;font-weight:600;transition:all .3s;display:inline-flex}.hero-subtitle-badge:hover{background:#0066ff1f;transform:translateY(-1px);box-shadow:0 2px 8px #0066ff26}.hero-subtitle-icon{width:14px;height:14px;color:var(--primary-color);flex-shrink:0}.hero-cta-buttons-wrapper,.hero-cta-primary-wrapper{flex-direction:column;gap:.75rem;display:flex}.hero-cta-button{color:#fff;background:linear-gradient(135deg,#06f 0%,#0052cc 100%);border-radius:.75rem;justify-content:center;align-items:center;padding:1.125rem 1.5rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #0066ff4d}.hero-cta-button:hover{transform:translateY(-3px)scale(1.02);box-shadow:0 12px 24px #0066ff73}.hero-cta-button:active{transform:translateY(-1px)scale(.98);box-shadow:0 4px 12px #0066ff59}.hero-cta-shimmer-bg{z-index:0;opacity:1;position:absolute;inset:0}.hero-cta-shimmer{background:linear-gradient(90deg,#0000,#fff3,#0000);animation:3s ease-in-out infinite shimmer;position:absolute;inset:0}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes scale-in{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.animate-scale-in{animation:.2s ease-out scale-in}.hero-cta-button-content{z-index:10;flex-direction:row;justify-content:flex-start;align-items:center;gap:.75rem;display:flex;position:relative}.hero-cta-icon-wrapper{position:relative}.hero-cta-icon{transition:transform .3s}.hero-cta-button:hover .hero-cta-icon{transform:scale(1.1)}.hero-cta-pulse-ring{background:#fff3;border-radius:50%;animation:2s cubic-bezier(0,0,.2,1) infinite ping;position:absolute;inset:0}@keyframes ping{75%,to{opacity:0;transform:scale(2)}}.hero-cta-text{flex-direction:column;align-items:flex-start;gap:.125rem;display:flex}.hero-cta-action-text{color:#fff;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:700}.hero-cta-number{color:#fff;letter-spacing:.02em;text-shadow:0 1px 2px #0000001a;font-size:1.5rem;font-weight:800;line-height:1.2}.hero-cta-trust-text{color:#fffffff2;font-size:.75rem;font-weight:500}.hero-cta-button-hover-line{opacity:0;background:linear-gradient(90deg,#0000,#fff6,#0000);height:2px;transition:opacity .3s;position:absolute;bottom:0;left:0;right:0}.hero-cta-button:hover .hero-cta-button-hover-line{opacity:1}.hero-cta-availability{justify-content:center;align-items:center;gap:.5rem;display:flex}.hero-cta-pulse-dot-wrapper{align-items:center;display:flex}.hero-cta-pulse-dot{background:#06f;border-radius:50%;width:8px;height:8px;animation:2s ease-out infinite heroPulse}.hero-cta-availability-text{color:#032827;font-size:.875rem;font-weight:500}.hero-cta-availability-text strong{color:#06f;font-weight:800}.hero-cta-form-button{color:#06f;background:#fff;border:2px solid #06f;border-radius:.75rem;justify-content:center;align-items:center;height:107px;min-height:auto;max-height:203px;padding:.75rem 1.25rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex;position:relative;overflow:hidden}.hero-cta-form-button:hover{background:#0066ff14;transform:translateY(-3px);box-shadow:0 8px 16px #0066ff26}.hero-cta-form-button:active{transform:translateY(-1px);box-shadow:0 4px 8px #0066ff1a}.hero-cta-form-shimmer-bg{z-index:0;opacity:1;position:absolute;inset:0}.hero-cta-form-shimmer{background:linear-gradient(90deg,#0000,#0066ff1a,#0000);animation:3s ease-in-out infinite shimmer;position:absolute;inset:0}.hero-cta-form-content{z-index:10;flex-direction:row;justify-content:center;align-items:center;gap:.625rem;display:flex;position:relative}.hero-cta-form-icon-wrapper{position:relative}.hero-cta-form-icon{flex-shrink:0;transition:transform .3s}.hero-cta-form-button:hover .hero-cta-form-icon{transform:scale(1.1)}.hero-cta-form-badge{opacity:.75;background:#06f;border-radius:50%;width:8px;height:8px;transition:all .3s;position:absolute;top:-2px;right:-2px}.hero-cta-form-button:hover .hero-cta-form-badge{opacity:1;transform:scale(1.25)}.hero-cta-form-text{flex-direction:column;align-items:center;gap:.125rem;display:flex}.hero-cta-form-action-text{color:#06f;text-transform:uppercase;letter-spacing:.03em;font-size:.875rem;font-weight:700;line-height:1.2}.hero-cta-form-trust-text{color:#6b7280;font-size:.75rem;line-height:1.2}.hero-cta-form-hover-line{opacity:0;background:linear-gradient(90deg,#0000,#06f3,#0000);height:2px;transition:opacity .3s;position:absolute;bottom:0;left:0;right:0}.hero-cta-form-button:hover .hero-cta-form-hover-line{opacity:1}.live-proof{border-top:1px solid #0066ff1a;margin-top:2rem;padding-top:1.5rem}.live-proof-indicator{background:linear-gradient(135deg,#e5f3ff 0%,#f0f8ff 100%);border:1px solid #06f3;border-radius:12px;align-items:center;gap:.75rem;margin-bottom:1rem;padding:.875rem 1.25rem;display:flex;box-shadow:0 2px 8px #0066ff14}.live-proof-pulse{background:#10b981;border-radius:50%;flex-shrink:0;width:10px;height:10px;animation:2s ease-in-out infinite pulse;position:relative}.live-proof-pulse:before{content:"";background:#10b981;border-radius:50%;width:100%;height:100%;animation:2s ease-in-out infinite pulse-ring;position:absolute}@keyframes pulse-ring{0%,to{opacity:1;transform:scale(1)}50%{opacity:0;transform:scale(2.5)}}.live-proof-text{color:var(--text-primary);font-size:.9375rem;line-height:1.4}.live-proof-text strong{color:var(--primary-color);font-weight:600}.live-proof-stats{color:var(--text-secondary);flex-wrap:wrap;gap:1rem;font-size:.875rem;display:flex}.live-proof-stat{align-items:center;gap:.375rem;font-weight:500;display:flex}@media (max-width:768px){.live-proof{margin-top:1.5rem;padding-top:1rem}.live-proof-indicator{padding:.75rem 1rem}.live-proof-text{font-size:.875rem}.live-proof-stats{flex-direction:column;gap:.5rem}}.mobile-sticky-cta-bottom{z-index:999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(#fffffff2 0%,#fffffffa 100%);padding:.75rem;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 12px #00000026}@media (max-width:768px){.mobile-sticky-cta-bottom{display:block}}.mobile-sticky-button-bottom{background:linear-gradient(135deg,var(--primary-color)0%,var(--primary-dark)100%);color:#fff;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:1rem 1.5rem;font-weight:700;text-decoration:none;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 16px #06f6}.mobile-sticky-button-bottom:active{transform:scale(.98)}.mobile-sticky-pulse-bottom{background:#fff;border-radius:50%;width:12px;height:12px;animation:2s ease-in-out infinite pulse;position:absolute;top:50%;left:1.5rem;transform:translateY(-50%)}.mobile-sticky-icon-bottom{z-index:1;flex-shrink:0}.mobile-sticky-content-bottom{z-index:1;flex-direction:column;align-items:flex-start;display:flex}.mobile-sticky-main-bottom{font-size:1.125rem;font-weight:700;line-height:1.2}.mobile-sticky-sub-bottom{opacity:.9;font-size:.75rem;font-weight:500}.breadcrumb{border-bottom:1px solid var(--border-color);background:#fff;margin-bottom:1.5rem;padding-top:40px;padding-bottom:40px}.breadcrumb-list{flex-wrap:wrap;align-items:center;gap:.5rem;margin:0;padding:0;font-size:.875rem;list-style:none;display:flex}.breadcrumb-list a{color:var(--primary-color);white-space:nowrap;text-overflow:ellipsis;max-width:100%;text-decoration:none;transition:color .2s;overflow:hidden}.breadcrumb-list a:hover{color:var(--primary-dark);text-decoration:underline}.breadcrumb-separator{color:var(--text-secondary);-webkit-user-select:none;user-select:none;flex-shrink:0}.breadcrumb-current{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;max-width:200px;font-weight:500;overflow:hidden}@media (max-width:768px){.breadcrumb{margin-bottom:1rem;padding:.75rem 0;display:block!important}.breadcrumb .container{padding-left:1rem;padding-right:1rem}.breadcrumb-list{gap:.375rem;font-size:.75rem;line-height:1.4}.breadcrumb-list li{max-width:calc(50% - .375rem)}.breadcrumb-list a{text-overflow:ellipsis;max-width:100%;display:block;overflow:hidden}.breadcrumb-separator{margin:0 .125rem;font-size:.7rem}.breadcrumb-current{max-width:150px;font-size:.75rem}.breadcrumb-list a[aria-label*=Bundesland] span{text-overflow:ellipsis;white-space:nowrap;max-width:120px;display:inline-block;overflow:hidden}.breadcrumb{display:block!important}.breadcrumb-list{display:flex!important}}@media (max-width:480px){.breadcrumb-list{gap:.25rem;font-size:.7rem}.breadcrumb-list li{max-width:calc(100% - .5rem)}.breadcrumb-current{max-width:120px}}@media (max-width:768px){.hidden.md\:block{display:none}.md\:hidden{display:block}.md\:hidden .space-y-4>div{margin-bottom:1rem}.md\:hidden .space-y-4>div:last-child{margin-bottom:0}}.exit-popup-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9998;background:#0009;animation:.3s ease-in-out fadeIn;position:fixed;inset:0}.exit-popup{z-index:9999;background:#fff;border-radius:20px;width:90%;max-width:500px;max-height:90vh;animation:.4s ease-out slideUp;position:fixed;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-50%);box-shadow:0 20px 60px #0000004d}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translate(-50%,-45%)}to{opacity:1;transform:translate(-50%,-50%)}}.exit-popup-close{cursor:pointer;z-index:10;background:#0000000d;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.exit-popup-close:hover{background:#0000001a;transform:scale(1.1)}.exit-popup-content{padding:2.5rem 2rem 2rem}.exit-popup-header{text-align:center;margin-bottom:2rem}.exit-popup-alert{margin-bottom:1rem;font-size:3rem;animation:2s ease-in-out infinite pulse}.exit-popup-title{color:var(--text-primary);margin-bottom:.75rem;font-size:1.75rem;font-weight:700;line-height:1.2}.exit-popup-subtitle{color:var(--text-secondary);font-size:1.125rem;line-height:1.5}.exit-popup-subtitle strong{color:var(--primary-color);font-weight:700}.exit-popup-countdown{background:linear-gradient(135deg,#fff3cd 0%,#fff8e1 100%);border:2px solid #f59e0b;border-radius:16px;flex-direction:column;align-items:center;gap:.75rem;margin-bottom:2rem;padding:1.5rem;display:flex}.exit-popup-countdown-icon{color:#f59e0b}.exit-popup-countdown-time{color:#92400e;font-variant-numeric:tabular-nums;font-size:3rem;font-weight:700;line-height:1}.exit-popup-countdown-label{color:#92400e;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:600}.exit-popup-cta{background:linear-gradient(135deg,var(--primary-color)0%,var(--primary-dark)100%);color:#fff;border-radius:12px;justify-content:center;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1.25rem 2rem;font-weight:700;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 4px 16px #06f6}.exit-popup-cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0066ff80}.exit-popup-cta>div{flex-direction:column;align-items:flex-start;display:flex}.exit-popup-cta-main{font-size:1.25rem;line-height:1.2}.exit-popup-cta-sub{opacity:.9;font-size:.875rem;font-weight:500}.exit-popup-trust{background:linear-gradient(135deg,#e5ebff 0%,#f0f3ff 100%);border-radius:12px;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:1.5rem;padding:1rem;display:flex}.exit-popup-trust-item{color:var(--primary-color);align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;display:flex}.exit-popup-note{color:var(--text-secondary);text-align:center;font-size:.75rem;line-height:1.5}@media (max-width:768px){.exit-popup{max-width:95%}.exit-popup-content{padding:2rem 1.5rem 1.5rem}.exit-popup-title{font-size:1.5rem}.exit-popup-countdown-time{font-size:2.5rem}}.hero-image-column{flex-direction:column;gap:1.5rem;display:flex}.hero-image-wrapper{width:100%}.hero-image-container{aspect-ratio:1536/837;border-radius:.75rem;width:100%;position:relative;overflow:hidden;box-shadow:0 10px 25px #0000001a}.hero-image{object-fit:cover;width:100%;height:100%}.hero-trust-badges-img{border-radius:.5rem;width:100%;height:auto;box-shadow:0 1px 3px #0000000d}.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}.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:50px 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}.eeat-section{background:linear-gradient(#f8faff 0%,#fff 100%);padding:4rem 0;position:relative}.eeat-header{text-align:center;max-width:800px;margin:0 auto 3rem}.eeat-badge{border:1px solid var(--primary-color);color:var(--text-primary);background:linear-gradient(135deg,#e5ebff 0%,#f0f3ff 100%);border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-flex}.eeat-title{color:var(--text-primary);margin-bottom:1rem;font-size:2rem;font-weight:700;line-height:1.2}.eeat-subtitle{color:var(--text-secondary);font-size:1.125rem;line-height:1.6}.eeat-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.eeat-card{border:1px solid var(--border-color);background:#fff;border-radius:16px;padding:2rem;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000000d}.eeat-card:before{content:"";background:linear-gradient(90deg,var(--primary-color),var(--primary-light));transform-origin:0;height:4px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.eeat-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0066ff26}.eeat-card:hover:before{transform:scaleX(1)}.eeat-card-icon{border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.5rem;transition:all .3s;display:flex;box-shadow:0 4px 12px #06f3}.eeat-card:hover .eeat-card-icon{transform:scale(1.05);box-shadow:0 6px 16px #0066ff4d}.eeat-card-icon.expertise{color:#fff;background:linear-gradient(135deg,#06f 0%,#39f 100%)}.eeat-card-icon.experience{color:#fff;background:linear-gradient(135deg,#10b981 0%,#34d399 100%)}.eeat-card-icon.authority{color:#fff;background:linear-gradient(135deg,#f59e0b 0%,#fbbf24 100%)}.eeat-card-icon.trust{color:#fff;background:linear-gradient(135deg,#8b5cf6 0%,#a78bfa 100%)}.eeat-card-title{color:var(--text-primary);margin-bottom:1.25rem;font-size:1.25rem;font-weight:600;line-height:1.3}.eeat-card-list{flex-direction:column;gap:.875rem;margin:0;padding:0;list-style:none;display:flex}.eeat-card-list li{color:var(--text-secondary);align-items:flex-start;gap:.75rem;font-size:.9375rem;line-height:1.5;display:flex}.eeat-check{color:var(--primary-color);flex-shrink:0;margin-top:.125rem}.eeat-card-list li strong{color:var(--text-primary);font-weight:600}.eeat-trust-banner{background:linear-gradient(135deg,var(--primary-color)0%,var(--primary-dark)100%);border-radius:16px;grid-template-columns:auto 1fr auto;align-items:center;gap:2rem;padding:2.5rem;display:grid;position:relative;overflow:hidden;box-shadow:0 8px 24px #0066ff40}.eeat-trust-banner:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff1a 0%,#0000 70%);width:400px;height:400px;position:absolute;top:-50%;right:-10%}.eeat-trust-icon{color:#fff;background:#ffffff26;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;display:flex}.eeat-trust-content{color:#fff}.eeat-trust-title{color:#fff;margin-bottom:.75rem;font-size:1.5rem;font-weight:700;line-height:1.2}.eeat-trust-text{opacity:.95;color:#fff;font-size:1rem;line-height:1.6}.eeat-trust-cta{color:var(--primary-color);white-space:nowrap;background:#fff;border-radius:12px;flex-shrink:0;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 4px 12px #0000001a}.eeat-trust-cta:hover{background:#f8faff;transform:translateY(-2px);box-shadow:0 6px 16px #00000026}@media (max-width:1024px){.eeat-trust-banner{grid-template-columns:auto 1fr;gap:1.5rem}.eeat-trust-cta{grid-column:1/-1;justify-content:center}}@media (max-width:768px){.eeat-section{padding:3rem 0}.eeat-title{font-size:1.5rem}.eeat-subtitle{font-size:1rem}.eeat-grid{grid-template-columns:1fr;gap:1.25rem}.eeat-card{padding:1.5rem}.eeat-trust-banner{text-align:center;grid-template-columns:1fr;gap:1.5rem;padding:2rem}.eeat-trust-icon{margin:0 auto}.eeat-trust-title{font-size:1.25rem}.eeat-trust-text{font-size:.9375rem}}.price-anchor-section{background:#fff;padding:4rem 0}.price-anchor-header{text-align:center;max-width:800px;margin:0 auto 3rem}.price-anchor-badge{color:#92400e;background:linear-gradient(135deg,#fff3cd 0%,#fff8e1 100%);border:1px solid #f59e0b;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-flex}.price-anchor-title{color:var(--text-primary);margin-bottom:1rem;font-size:2rem;font-weight:700;line-height:1.2}.price-anchor-subtitle{color:var(--text-secondary);font-size:1.125rem;line-height:1.6}.price-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem;display:grid}.price-item{border:2px solid var(--border-color);background:#fff;border-radius:16px;flex-direction:column;padding:2rem;transition:all .3s;display:flex;position:relative}.price-item:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001a}.price-item.featured{border-color:var(--primary-color);background:linear-gradient(#f8faff 0%,#fff 100%);border-width:3px;box-shadow:0 8px 24px #0066ff26}.price-item-badge{background:linear-gradient(135deg,var(--primary-color)0%,var(--primary-dark)100%);color:#fff;border-radius:9999px;align-items:center;gap:.375rem;padding:.375rem .875rem;font-size:.75rem;font-weight:700;display:flex;position:absolute;top:-12px;right:1.5rem;box-shadow:0 4px 12px #0066ff4d}.price-item-header{margin-bottom:1rem}.price-item-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:600}.price-item-price{align-items:baseline;gap:.25rem;margin-bottom:1.5rem;display:flex}.price-currency{color:var(--text-secondary);font-size:1.25rem;font-weight:600}.price-amount{color:var(--text-primary);font-size:3.5rem;font-weight:700;line-height:1}.price-amount-text{color:var(--text-primary);font-size:2rem;font-weight:700;line-height:1}.price-item-name{color:var(--text-primary);margin-bottom:.75rem;font-size:1.5rem;font-weight:600;line-height:1.2}.price-item-desc{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1rem;line-height:1.5}.price-item-features{flex-direction:column;flex-grow:1;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.price-item-features li{color:var(--text-primary);align-items:center;gap:.75rem;font-size:.9375rem;display:flex}.price-item-features li svg{color:var(--primary-color);flex-shrink:0}.price-note{border:2px solid var(--primary-color);background:linear-gradient(135deg,#e5ebff 0%,#f0f3ff 100%);border-radius:12px;align-items:flex-start;gap:1.5rem;margin-bottom:2rem;padding:1.5rem 2rem;display:flex}.price-note-icon{background:var(--primary-color);color:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.price-note-content{color:var(--text-primary);font-size:1rem;line-height:1.6}.price-note-content strong{color:var(--primary-color);font-weight:700}.price-cta{text-align:center}.price-cta-button{background:linear-gradient(135deg,var(--primary-color)0%,var(--primary-dark)100%);color:#fff;border-radius:12px;align-items:center;gap:.75rem;padding:1rem 2.5rem;font-size:1.125rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 12px #0066ff4d}.price-cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #06f6}.price-cta-subtext{color:var(--text-secondary);margin-top:1rem;font-size:.875rem;display:block}@media (max-width:768px){.price-anchor-section{padding:3rem 0}.price-anchor-title{font-size:1.5rem}.price-grid{grid-template-columns:1fr;gap:1.5rem}.price-item{padding:1.5rem}.price-amount{font-size:2.5rem}.price-note{flex-direction:column;padding:1.5rem}}.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:0;padding:0;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 12px 30px #0f172a14}.electro-service-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #0066ff1f}.electro-service-image{background:0 0;border-radius:0;width:100%;height:0;padding-bottom:66.67%;position:relative;overflow:hidden}.electro-service-image:after{content:"";pointer-events:none;z-index:1;background:linear-gradient(#0000 40%,#000000bf 100%);position:absolute;inset:0}.electro-service-image img{object-position:center center;width:100%;height:100%;display:block;position:absolute;top:0;left:0;object-fit:cover!important}.electro-service-image-title{color:#fff;z-index:10;text-shadow:0 2px 12px #000c,0 1px 3px #000000e6;margin:0;padding:1.5rem 1.75rem;font-size:1.5rem;font-weight:700;line-height:1.3;position:absolute;bottom:0;left:0;right:0}.electro-service-image img{transition:transform .3s}.electro-service-card:hover .electro-service-image img{transform:scale(1.05)}.electro-service-card>:not(.electro-service-image){padding-left:1.75rem;padding-right:1.75rem}.electro-service-card h3{color:var(--text-primary);margin:0;padding:1.25rem 1.75rem .75rem;font-size:1.25rem;font-weight:600;line-height:1.3}.electro-service-card p{color:var(--text-secondary);padding-left:1.75rem;padding-right:1.75rem;line-height:1.6}.electro-service-card .electro-service-icon{background:linear-gradient(135deg,var(--primary-color)0%,var(--primary-light)100%);width:56px;height:56px;margin:1.5rem 1.75rem .75rem;box-shadow:0 4px 12px #0066ff40}.electro-service-card .electro-service-icon svg{color:#fff!important;stroke:#fff!important}.electro-service-card .electro-service-features{margin-top:1rem;padding-left:1.75rem;padding-right:1.75rem}.electro-service-card .electro-service-cta{margin-top:auto;padding:1.5rem 1.75rem 1.75rem}.electro-service-icon{background:linear-gradient(135deg,var(--primary-color)0%,var(--primary-light)100%);border-radius:12px;justify-content:center;align-items:center;width:56px;height:56px;transition:all .3s;display:flex;box-shadow:0 4px 12px #0066ff40;color:#fff!important}.electro-service-icon svg{color:#fff!important;stroke:#fff!important}.electro-service-card:hover .electro-service-icon{transform:translateY(-2px);box-shadow:0 6px 16px #0066ff59}.electro-service-card h3{margin:0;padding:1.25rem 0 .75rem;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-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-location{color:#6b7280;font-size:.8125rem;font-weight:400}.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{color:#06f;background:#e6223a14;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;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-text h1{color:var(--text-primary);margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1.2}.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-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 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 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-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 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:1.5rem;padding:1rem 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,#fff 0%,#f5f7fa 100%);padding:5rem 0}.stadt-hero-wrapper{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.stadt-hero-content{flex-direction:column;display:flex}.stadt-hero-badge{background:#0066ff14;border:1px solid #0066ff26;border-radius:9999px;align-items:center;gap:.5rem;width:fit-content;margin-bottom:1.5rem;padding:.5rem 1rem;display:inline-flex}.stadt-hero-badge-icon{width:16px;height:16px;color:var(--primary-color)}.stadt-hero-badge span{color:var(--text-primary);font-size:.875rem;font-weight:600}.stadt-hero-content h1{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.stadt-hero-highlight{color:var(--primary-color)}.stadt-hero-subtitle{color:var(--text-secondary);margin-bottom:2rem;font-size:1.125rem;line-height:1.7}.stadt-hero-subtitle strong{color:var(--text-primary);font-weight:600}.stadt-hero-features{flex-wrap:wrap;gap:1rem;margin-bottom:2rem;display:flex}.stadt-hero-feature{background:#0066ff14;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;transition:all .2s;display:flex}.stadt-hero-feature:hover{background:#0066ff1f}.stadt-hero-feature-icon{width:20px;height:20px;color:var(--primary-color);flex-shrink:0}.stadt-hero-feature span{color:var(--text-primary);font-size:.9375rem;font-weight:600}.stadt-hero-cta{background:linear-gradient(135deg,var(--primary-color)0%,var(--primary-dark)100%);color:#fff;border-radius:12px;align-items:center;gap:.75rem;width:fit-content;padding:1rem 2rem;font-size:1.125rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #0066ff4d}.stadt-hero-cta:hover{transform:translateY(-2px);box-shadow:0 8px 24px #06f6}.stadt-cta-icon{flex-shrink:0;width:20px;height:20px}.stadt-cta-pulse{background:#22c55e;border:2px solid #fff;border-radius:50%;width:12px;height:12px;animation:2s ease-in-out infinite pulse;position:absolute;top:-1px;right:-1px}.stadt-hero-image{position:relative}.stadt-hero-image-wrapper{aspect-ratio:4/5;background:linear-gradient(135deg,#0066ff0d 0%,#fff 50%,#0066ff0d 100%);border:2px solid #0066ff1a;border-radius:16px;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000001a}.stadt-hero-image-wrapper img{object-fit:cover;width:100%;height:100%}.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{padding:3rem 0}.stadt-hero-wrapper{grid-template-columns:1fr;gap:2rem}.stadt-hero-content h1{font-size:2.5rem}.stadt-hero-subtitle{font-size:1rem}.stadt-hero-features{gap:.75rem}.stadt-hero-feature{padding:.375rem .75rem;font-size:.875rem}.stadt-hero-cta{justify-content:center;width:100%;padding:.875rem 1.5rem;font-size:1rem}.stadt-hero-image-wrapper{aspect-ratio:16/10}.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-paragraph strong{color:var(--text-primary);font-weight:700}.blog-article-paragraph li{margin-bottom:.5rem;margin-left:1.5rem;line-height:1.6}.blog-article-paragraph br{margin-top:.75rem;display:block}.blog-table{border-collapse:collapse;background:#fff;border-radius:8px;width:100%;margin:2rem 0;overflow:hidden;box-shadow:0 2px 8px #00000014}.blog-table thead{background:linear-gradient(135deg,var(--primary-color)0%,var(--primary-dark)100%);color:#fff}.blog-table thead th{text-align:left;border-bottom:2px solid var(--primary-dark);padding:1rem;font-size:.9375rem;font-weight:600}.blog-table tbody tr{border-bottom:1px solid #e5e7eb;transition:background .2s}.blog-table tbody tr:hover{background:#f9fafb}.blog-table tbody tr:last-child{border-bottom:none}.blog-table tbody td{color:var(--text-primary);vertical-align:top;padding:1rem;font-size:.9375rem}.blog-table tbody td strong{color:var(--text-primary);font-weight:600}.blog-table-danger thead{background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%)}.blog-table-danger thead th{border-bottom:2px solid #b91c1c}.blog-table-warning thead{background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%)}.blog-table-warning thead th{border-bottom:2px solid #d97706}.blog-table-success thead{background:linear-gradient(135deg,#10b981 0%,#059669 100%)}.blog-table-success thead th{border-bottom:2px solid #059669}.blog-table-legal thead{background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%)}.blog-table-legal thead th{border-bottom:2px solid #4f46e5}.blog-table-cases thead{background:linear-gradient(135deg,#1e40af 0%,#1e3a8a 100%)}.blog-table-cases thead th{border-bottom:2px solid #1e3a8a}@media (max-width:768px){.blog-table{font-size:.875rem}.blog-table thead th,.blog-table tbody td{padding:.75rem .5rem;font-size:.8125rem}}.bundesland-data-section{background:linear-gradient(#f8faff 0%,#fff 100%);padding:3rem 0}.bundesland-data-section h2{color:var(--text-primary);text-align:center;margin-bottom:2rem;font-size:2rem;font-weight:700}.bundesland-data-grid{max-width:900px;margin:0 auto}@media (max-width:768px){.bundesland-data-section h2{font-size:1.5rem}}.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}}.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{color:#fff;opacity:1;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}}.psychological-cta-hero{flex-direction:column;gap:1rem;margin-top:2rem;display:flex}.psychological-cta-hero-content{flex-direction:column;gap:1rem;display:flex}.psychological-cta-urgency-badge{color:#fff;background:linear-gradient(135deg,#f44 0%,#c00 100%);border-radius:50px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;animation:2s ease-in-out infinite pulse-urgency;display:inline-flex;box-shadow:0 4px 12px #f446}@keyframes pulse-urgency{0%,to{transform:scale(1);box-shadow:0 4px 12px #f446}50%{transform:scale(1.02);box-shadow:0 6px 16px #f449}}.psychological-cta-social-proof{flex-wrap:wrap;gap:1.5rem;display:flex}.psychological-cta-social-item{color:var(--text-primary);align-items:center;gap:.5rem;font-size:.875rem;display:flex}.psychological-cta-star{color:#ffc107;fill:#ffc107}.psychological-cta-check{color:#10b981}.psychological-cta-button-hero{color:#fff;background:linear-gradient(135deg,#06f 0%,#0052cc 100%);border-radius:12px;justify-content:center;align-items:center;min-width:280px;padding:1.25rem 2rem;font-weight:700;text-decoration:none;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 24px #06f6}.psychological-cta-button-hero:hover{transform:translateY(-3px)scale(1.02);box-shadow:0 12px 32px #0066ff80}.psychological-cta-button-shimmer{z-index:1;background:linear-gradient(90deg,#0000,#ffffff4d,#0000);animation:3s ease-in-out infinite shimmer-cta;position:absolute;inset:0}@keyframes shimmer-cta{0%{transform:translate(-100%)}to{transform:translate(100%)}}.psychological-cta-button-content{z-index:2;align-items:center;gap:.75rem;display:flex;position:relative}.psychological-cta-button-text{flex-direction:column;align-items:flex-start;gap:.25rem;display:flex}.psychological-cta-button-main{letter-spacing:.5px;text-transform:uppercase;font-size:1rem;font-weight:800}.psychological-cta-button-sub{opacity:.9;font-size:.75rem;font-weight:500}.psychological-cta-zap{animation:2s ease-in-out infinite zap-pulse}@keyframes zap-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.psychological-cta-risk-reversal{color:#065f46;background:#10b9811a;border:1px solid #10b9814d;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;display:flex}.psychological-cta-authority{color:var(--text-light);opacity:.8;align-items:center;gap:.5rem;font-size:.75rem;display:flex}.psychological-cta-box{color:#fff;background:linear-gradient(135deg,#06f 0%,#0052cc 100%);border-radius:16px;padding:3rem;position:relative;overflow:hidden;box-shadow:0 12px 40px #0066ff4d}.psychological-cta-box:before{content:"";background:radial-gradient(circle,#ffffff1a 0%,#0000 70%);width:200%;height:200%;animation:20s linear infinite rotate-bg;position:absolute;top:-50%;right:-50%}@keyframes rotate-bg{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.psychological-cta-scarcity{background:#f443;border:2px solid #ff444480;border-radius:12px;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.5rem;font-size:.9375rem;font-weight:600;animation:3s ease-in-out infinite scarcity-pulse;display:flex}@keyframes scarcity-pulse{0%,to{border-color:#ff444480;box-shadow:0 0 #f446}50%{border-color:#f44c;box-shadow:0 0 0 8px #f440}}.psychological-cta-box-content{z-index:1;flex-direction:column;gap:1.5rem;display:flex;position:relative}.psychological-cta-box-title{text-align:center;margin:0;font-size:2.25rem;font-weight:800;line-height:1.2}.psychological-cta-box-subtitle{text-align:center;opacity:.95;margin:0;font-size:1.125rem;line-height:1.6}.psychological-cta-box-stats{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin:1rem 0;display:grid}.psychological-cta-stat{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:left;background:#ffffff26;border-radius:12px;align-items:center;gap:.75rem;padding:1rem;display:flex}.psychological-cta-stat-icon{color:#ffc107;flex-shrink:0}.psychological-cta-stat-value{font-size:1.5rem;font-weight:800;line-height:1}.psychological-cta-stat-label{opacity:.9;margin-top:.25rem;font-size:.75rem}.psychological-cta-button-box{color:#06f;background:#fff;border-radius:12px;justify-content:center;align-items:center;min-width:100%;padding:1.5rem 2rem;font-weight:700;text-decoration:none;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 24px #0003}.psychological-cta-button-box:hover{transform:translateY(-3px)scale(1.02);box-shadow:0 12px 32px #0000004d}.psychological-cta-box-guarantees{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-top:1rem;display:grid}.psychological-cta-guarantee{opacity:.95;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.psychological-cta-guarantee svg{color:#10b981;flex-shrink:0}.psychological-cta-loss-aversion{background:#ffc10733;border:1px solid #ffc10766;border-radius:12px;align-items:flex-start;gap:.75rem;margin-top:.5rem;padding:1rem 1.5rem;font-size:.9375rem;line-height:1.6;display:flex}.psychological-cta-loss-aversion svg{color:#ffc107;flex-shrink:0;margin-top:.125rem}@media (max-width:768px){.psychological-cta-box{padding:2rem 1.5rem}.psychological-cta-box-title{font-size:1.75rem}.psychological-cta-box-stats{grid-template-columns:1fr;gap:1rem}.psychological-cta-box-guarantees{grid-template-columns:1fr}.psychological-cta-button-hero{min-width:100%;padding:1rem 1.5rem}.psychological-cta-social-proof{flex-direction:column;gap:.75rem}}.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}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.from-white{--tw-gradient-from:#fff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,#fff0)}.to-gray-50{--tw-gradient-to:#f9fafb}.max-w-4xl{max-width:56rem}.leading-tight{line-height:1.25}.leading-relaxed{line-height:1.625}.prose{color:var(--text-primary);max-width:65ch}.prose p{margin-bottom:1.25em}.prose-p\:text-left p{text-align:left}.prose-sm{font-size:.875rem;line-height:1.71429}.prose-base{font-size:1rem;line-height:1.75}.prose-lg{font-size:1.125rem;line-height:1.77778}.max-w-none{max-width:none}.grid{display:grid}.gap-4{gap:1rem}.gap-2{gap:.5rem}.grid>*{grid-column:span 1}@media (min-width:640px){.sm\:gap-6{gap:1.5rem}}@media (min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:gap-8{gap:2rem}}.max-w-5xl{max-width:64rem}.max-w-3xl{max-width:48rem}.mx-auto{margin-left:auto;margin-right:auto}.px-4{padding-left:1rem;padding-right:1rem}@media (min-width:640px){.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}}.py-8{padding-top:2rem;padding-bottom:2rem}@media (min-width:768px){.md\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}}@media (min-width:1024px){.lg\:py-12{padding-top:3rem;padding-bottom:3rem}}.city-data-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1rem;transition:all .3s}.city-data-card:hover{border-color:#06f;transform:translateY(-2px);box-shadow:0 4px 20px #0066ff14}.city-data-card-header{margin-bottom:1.5rem}.city-data-card-label{color:#1a1a1a;text-transform:uppercase;letter-spacing:.15em;margin-bottom:.5rem;font-size:.75rem;font-weight:400}.city-data-card-divider{background:#06f;width:3rem;height:1px}.city-data-list{flex-direction:column;gap:1rem;display:flex}.city-data-item{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;gap:1rem;padding-bottom:1rem;display:flex}.city-data-item:last-child{border-bottom:none;padding-bottom:0}.city-data-label-text{color:#1a1a1a;flex-shrink:0;font-size:.875rem;font-weight:400}.city-data-value-text{color:#1a1a1a;text-align:right;word-break:break-word;font-size:.875rem;font-weight:500}.city-data-link{color:#06f;border-radius:.25rem;align-items:center;gap:.5rem;margin:-.25rem -.5rem;padding:.25rem .5rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.city-data-link:hover,.city-data-link:focus{color:#0052cc;background:#0066ff0d;outline:none}.city-data-link:focus{box-shadow:0 0 0 2px #06f3}.city-data-link-icon{flex-shrink:0;transition:transform .2s}.city-data-link:hover .city-data-link-icon{transform:translate(2px)}.city-data-big-number{color:#1a1a1a;margin-bottom:.375rem;font-size:1.25rem;font-weight:700;line-height:1.2;display:block}.city-data-big-number-label{color:#9ca3af;margin-top:.25rem;font-size:.75rem;display:block}.tracking-tight{letter-spacing:-.025em}.text-right{text-align:right}.break-words{word-break:break-word}@media (min-width:640px){.city-data-card{padding:1.5rem}.city-data-card-label{font-size:.75rem}.city-data-label-text,.city-data-value-text,.city-data-link{font-size:1rem}.city-data-list{gap:1.5rem}.city-data-item{padding-bottom:1.5rem}.city-data-big-number{font-size:1.5rem}.city-data-big-number-label{font-size:.8125rem}}@media (min-width:768px){.city-data-card{padding:2rem}.city-data-card-label{font-size:.875rem}.city-data-big-number{font-size:1.75rem}}@media (min-width:1024px){.city-data-big-number{font-size:2rem}}.reviews-section{background:linear-gradient(#f9fafb 0%,#fff 100%);padding:3rem 0}@media (min-width:768px){.reviews-section{padding:4rem 0}}.reviews-header{margin-bottom:2.5rem}.reviews-header-content{text-align:center;margin-bottom:1.5rem}.reviews-title{color:#1a1a1a;margin-bottom:.75rem;font-size:1.75rem;font-weight:600;line-height:1.3}@media (min-width:768px){.reviews-title{font-size:2.25rem}}.reviews-subtitle{color:#6b7280;max-width:40rem;margin:0 auto;font-size:1rem}.reviews-stats{justify-content:center;display:flex}.reviews-stats-rating{background:#fff;border:2px solid #06f;border-radius:12px;flex-direction:column;align-items:center;gap:.75rem;padding:1.25rem 2rem;display:flex;box-shadow:0 4px 12px #0066ff1a}.reviews-stats-stars{gap:.25rem;display:flex}.reviews-stats-numbers{flex-direction:column;align-items:center;gap:.25rem;display:flex}.reviews-stats-score{color:#1a1a1a;font-size:1.875rem;font-weight:700;line-height:1}.reviews-stats-count{color:#6b7280;font-size:.875rem}.reviews-list{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.reviews-list{grid-template-columns:repeat(3,1fr)}}.review-item{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;gap:1rem;padding:1.5rem;transition:all .3s;display:flex}.review-item:hover{border-color:#06f;transform:translateY(-4px);box-shadow:0 8px 24px #0066ff14}.review-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.review-author{flex:1;align-items:center;gap:.75rem;display:flex}.review-avatar{color:#fff;background:linear-gradient(135deg,#06f 0%,#39f 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:1.25rem;font-weight:600;display:flex}.review-author-info{flex-direction:column;gap:.125rem;display:flex}.review-author-info strong{color:#1a1a1a;font-size:1rem;font-weight:600}.review-location{color:#6b7280;font-size:.875rem}.review-rating{flex-shrink:0;gap:.125rem;display:flex}.review-star-filled{color:#fbbf24}.review-star-empty{color:#d1d5db}.review-text{color:#4b5563;flex:1;font-size:.9375rem;font-style:italic;line-height:1.6}.review-footer{border-top:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding-top:1rem;font-size:.8125rem;display:flex}.review-date{color:#9ca3af}.review-verified{color:#10b981;align-items:center;gap:.375rem;font-weight:500;display:flex}.professional-electrician-section{background:#fff;padding:3rem 0 2rem}@media (min-width:768px){.professional-electrician-section{padding:4rem 0 3rem}}@media (min-width:1024px){.professional-electrician-section{padding:5rem 0 4rem}}.professional-electrician-title{color:#1a1a1a;margin-top:0;margin-bottom:1rem;font-size:1.5rem;font-weight:400;line-height:1.25}@media (min-width:640px){.professional-electrician-title{margin-bottom:1.25rem;font-size:1.875rem}}@media (min-width:768px){.professional-electrician-title{margin-bottom:1.5rem;font-size:2.25rem}}@media (min-width:1024px){.professional-electrician-title{font-size:2.5rem}}.professional-electrician-content{max-width:none;margin-bottom:1.5rem}@media (min-width:768px){.professional-electrician-content{margin-bottom:2rem}}.professional-electrician-intro{color:#1a1a1a;margin-bottom:1rem;font-size:1rem;line-height:1.625}@media (min-width:640px){.professional-electrician-intro{margin-bottom:1.25rem;font-size:1.125rem}}.professional-electrician-text{color:#1a1a1a;margin-bottom:1rem;font-size:1rem;line-height:1.625}@media (min-width:640px){.professional-electrician-text{margin-bottom:1.25rem;font-size:1.125rem}}.contact-form-section{background:linear-gradient(#f8faff 0%,#fff 100%);padding:5rem 0 7rem}.contact-form-section .container{max-width:72rem}.contact-form-wrapper{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:1.5rem;box-shadow:0 4px 20px #0066ff0f}@media (min-width:768px){.contact-form-wrapper{padding:2.5rem}}@media (min-width:1024px){.contact-form-wrapper{padding:3rem}}.contact-form-header{margin-bottom:2rem}.contact-badge{background:linear-gradient(135deg,#f0f7ff 0%,#fff 100%);border:2px solid #06f;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.5rem 1rem;display:inline-flex}.contact-badge-icon{color:#06f}.contact-badge-text{color:#1a1a1a;font-size:.875rem;font-weight:600}.contact-title{color:#1a1a1a;margin-bottom:.75rem;font-size:1.5rem;font-weight:600;line-height:1.3}@media (min-width:768px){.contact-title{font-size:1.875rem}}.contact-subtitle{color:#4b5563;max-width:42rem;margin:0 auto;font-size:1rem;line-height:1.6}@media (min-width:768px){.contact-subtitle{font-size:1.125rem}}.contact-trust-badges{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1.5rem;display:grid}@media (min-width:768px){.contact-trust-badges{grid-template-columns:repeat(4,1fr)}}.contact-trust-badge{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;flex-direction:column;align-items:center;gap:.25rem;padding:.75rem;display:flex}.contact-trust-badge-label{color:#4b5563;font-size:.75rem}.contact-form-grid{gap:1.25rem;display:grid}@media (min-width:768px){.contact-form-grid{grid-template-columns:repeat(2,1fr)}}.form-group{flex-direction:column;display:flex}.form-group-full{grid-column:1/-1}.form-label{color:#1a1a1a;flex-direction:column;gap:.25rem;margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:flex}.form-label-hint{color:#4b5563;font-size:.75rem;font-weight:400}.form-input{color:#1a1a1a;background:#fff;border:2px solid #e5e7eb;border-radius:.5rem;width:100%;padding:.75rem 1rem;font-size:1rem;transition:all .2s}.form-input:focus{border-color:#06f;outline:none;box-shadow:0 0 0 3px #0066ff1a}.form-input::placeholder{color:#9ca3af}.form-honeypot{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.form-hint-success{color:#06f;align-items:center;gap:.5rem;margin-top:.5rem;font-size:.75rem;font-weight:500;display:flex}.privacy-consent-box{background:linear-gradient(135deg,#f0f7ff 0%,#fff 100%);border:2px solid #06f;border-radius:12px;padding:1.25rem}.privacy-consent-content{align-items:start;gap:.75rem;display:flex}.privacy-checkbox{cursor:pointer;border:2px solid #06f;border-radius:.25rem;flex-shrink:0;width:1.25rem;height:1.25rem;margin-top:.25rem}.privacy-checkbox:checked{background-color:#06f}.privacy-checkbox:focus{outline:none;box-shadow:0 0 0 3px #06f3}.privacy-label{color:#1a1a1a;cursor:pointer;flex:1;font-size:.875rem;line-height:1.6}.privacy-text{font-weight:500;display:block}.privacy-link{color:#06f;font-weight:600;text-decoration:underline}.privacy-link:hover{color:#0052cc}.privacy-badges{border-top:1px solid #e5e7eb;flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:.75rem;padding-top:.75rem;display:flex}.privacy-badge-item{color:#06f;align-items:center;gap:.375rem;font-size:.75rem;font-weight:500;display:flex}.privacy-link-more{color:#06f;margin-left:auto;font-size:.75rem;font-weight:500;text-decoration:underline}.privacy-link-more:hover{color:#0052cc}.form-social-proof{background:linear-gradient(135deg,#f0f7ff 0%,#fff 100%);border:2px solid #06f;border-radius:12px;padding:1.25rem}.form-social-proof-title{color:#4b5563;text-align:center;margin-bottom:.75rem;font-size:.75rem;font-weight:500}.form-social-proof-badges{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;font-size:.875rem;display:flex}.form-social-proof-badge{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem .75rem;display:flex}.form-social-proof-label{color:#4b5563;font-size:.75rem}.form-buttons{grid-column:1/-1;gap:.75rem;display:grid}.form-submit-call,.form-submit-secondary{cursor:pointer;border:none;border-radius:.75rem;justify-content:center;align-items:center;gap:.75rem;padding:1rem 1.5rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex;position:relative}.form-submit-call{color:#fff;background:linear-gradient(135deg,#06f 0%,#0052cc 100%);overflow:visible;box-shadow:0 4px 16px #0066ff4d}.form-submit-call:hover{transform:translateY(-2px);box-shadow:0 6px 24px #06f6}.form-submit-badge{color:#fff;z-index:10;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:9999px;padding:.25rem .625rem;font-size:.625rem;font-weight:700;position:absolute;top:-.5rem;right:-.5rem;box-shadow:0 2px 8px #10b98166}@media (min-width:640px){.form-submit-badge{padding:.375rem .75rem;font-size:.75rem;top:-.75rem;right:-.75rem}}.form-submit-content{align-items:center;gap:.625rem;padding-right:1rem;display:flex}.form-submit-secondary{color:#06f;background:linear-gradient(135deg,#f8faff 0%,#fff 100%);border:2px solid #06f}.form-submit-secondary:hover{color:#fff;background:#06f}.form-submit-text{flex-direction:column;align-items:flex-start;gap:.125rem;display:flex}.form-submit-main{font-size:1rem;font-weight:700;line-height:1.2}@media (min-width:640px){.form-submit-main{font-size:1.125rem}}.form-submit-sub{opacity:.9;font-size:.625rem;font-weight:500}@media (min-width:640px){.form-submit-sub{font-size:.75rem}}.form-urgency-box{grid-column:1/-1}.form-urgency-content{color:#fff;background:linear-gradient(135deg,#06f 0%,#0052cc 100%);border-radius:12px;padding:1.25rem;box-shadow:0 4px 16px #06f3}.form-urgency-header{justify-content:center;align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.form-urgency-title{font-size:1rem;font-weight:700}@media (min-width:768px){.form-urgency-title{font-size:1.125rem}}.form-urgency-text{text-align:center;opacity:.95;margin-bottom:1rem;font-size:.875rem}@media (min-width:768px){.form-urgency-text{font-size:1rem}}.form-urgency-badges{opacity:.9;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;font-size:.75rem;display:flex}@media (min-width:768px){.form-urgency-badges{font-size:.875rem}}.form-urgency-badge{align-items:center;gap:.375rem;display:flex}.form-note{text-align:center;grid-column:1/-1}.form-note-required{color:#4b5563;margin-bottom:.25rem;font-size:.75rem}.form-note-privacy{color:#6b7280;font-size:.75rem}.advantages-box{background:linear-gradient(135deg,#f8faff 0%,#fff 100%);border:2px solid #e5ebff;border-radius:16px;margin-top:2rem;padding:2rem;transition:all .3s;box-shadow:0 4px 20px #0066ff14}.advantages-box:hover{transform:translateY(-2px);box-shadow:0 8px 32px #0066ff1f}.advantages-title{color:#1a1a1a;text-align:center;margin-bottom:1.5rem;padding-bottom:1rem;font-size:1.5rem;font-weight:600;position:relative}.advantages-title:after{content:"";background:linear-gradient(90deg,#06f 0%,#39f 100%);border-radius:2px;width:60px;height:3px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.advantages-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;margin-bottom:2rem;display:grid}.advantage-card{background:#fff;border:1px solid #e5ebff;border-radius:12px;align-items:flex-start;gap:1rem;padding:1.5rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.advantage-card:before{content:"";opacity:0;background:linear-gradient(#06f 0%,#39f 100%);width:4px;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.advantage-card:hover{border-color:#06f;transform:translate(4px);box-shadow:0 4px 16px #0066ff1f}.advantage-card:hover:before{opacity:1}.advantage-icon-wrapper{background:linear-gradient(135deg,#06f 0%,#39f 100%);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex;box-shadow:0 4px 12px #0066ff40}.advantage-card:hover .advantage-icon-wrapper{transform:scale(1.1)rotate(5deg);box-shadow:0 6px 20px #0066ff59}.advantage-icon{color:#fff;stroke-width:2.5px}.advantage-content{flex:1}.advantage-heading{color:#1a1a1a;margin-bottom:.5rem;font-size:1rem;font-weight:600;line-height:1.3}.advantage-text{color:#4b5563;margin:0;font-size:.9rem;line-height:1.5}.advantages-footer{background:linear-gradient(135deg,#f0f7ff 0%,#fff 100%);border:1px solid #d1e3ff;border-radius:12px;margin-top:1.5rem;padding:1.5rem}.advantages-footer-header{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.advantages-footer-icon{color:#06f;flex-shrink:0}.advantages-footer-title{color:#1a1a1a;font-size:1.05rem;font-weight:600}.advantages-footer-text{color:#4b5563;margin-bottom:1.25rem;font-size:.95rem;line-height:1.7}.advantages-cta{border-top:1px solid #e5ebff;align-items:center;gap:1rem;padding-top:1rem;display:flex}.advantages-cta-badge{color:#fff;background:linear-gradient(135deg,#06f 0%,#0052cc 100%);border-radius:20px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-flex;position:relative;box-shadow:0 2px 8px #0066ff4d}.advantages-cta-pulse{background:#fff;border-radius:50%;width:8px;height:8px;animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}.advantages-cta-text{color:#06f;font-size:1rem;font-weight:600}@media (max-width:768px){.advantages-box{padding:1.5rem}.advantages-title{font-size:1.25rem}.advantages-grid{grid-template-columns:1fr}.advantages-cta{flex-direction:column;align-items:flex-start;gap:.75rem}}.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}}.related-content-section{background:linear-gradient(135deg,#f8faff 0%,#fff 100%);border-top:1px solid #e5e9f2;padding:4rem 0}.related-content-title{color:var(--text-primary);text-align:center;margin-bottom:3rem;font-size:2rem;font-weight:700}.related-content-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto;display:grid}.related-content-card{background:#fff;border:2px solid #0000;border-radius:12px;padding:1.5rem;text-decoration:none;transition:all .3s;display:block;position:relative;overflow:hidden;box-shadow:0 2px 8px #00000014}.related-content-card:before{content:"";background:var(--primary-color);width:4px;height:100%;transition:transform .3s;position:absolute;top:0;left:0;transform:scaleY(0)}.related-content-card:hover:before{transform:scaleY(1)}.related-content-card:hover{border-color:var(--primary-color);transform:translateY(-4px);box-shadow:0 8px 24px #0066ff26}.related-content-card-inner{z-index:1;position:relative}.related-content-badge{color:var(--primary-color);text-transform:uppercase;letter-spacing:.5px;background:#0066ff1a;border-radius:20px;margin-bottom:.75rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.related-content-header{align-items:flex-start;gap:.75rem;margin-bottom:.75rem;display:flex}.related-content-icon{background:linear-gradient(135deg,var(--primary-color)0%,var(--primary-dark)100%);color:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.related-content-card-title{color:var(--text-primary);margin:0;font-size:1.125rem;font-weight:600;line-height:1.4}.related-content-description{color:var(--text-secondary);margin-bottom:1rem;font-size:.9rem;line-height:1.6}.related-content-link-arrow{color:var(--primary-color);align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;transition:gap .3s;display:flex}.related-content-card:hover .related-content-link-arrow{gap:.75rem}.related-content-link-arrow svg{transition:transform .3s}.related-content-card:hover .related-content-link-arrow svg{transform:translate(4px)}.internal-link{color:var(--primary-color);border-bottom:1px solid #0066ff4d;font-weight:500;text-decoration:none;transition:all .2s}.internal-link:hover{color:var(--primary-dark);border-bottom-color:var(--primary-dark);background:#0066ff0d}.internal-link.city-link,.internal-link.state-link{font-weight:600}@media (max-width:768px){.related-content-section{padding:3rem 0}.related-content-title{margin-bottom:2rem;font-size:1.5rem}.related-content-grid{grid-template-columns:1fr;gap:1rem}.related-content-card{padding:1.25rem}}.stadtteil-info-section{border-top:4px solid var(--primary-color);background:linear-gradient(135deg,#fff5eb 0%,#e3f2fd 50%,#fff 100%)}.stadtteil-badge{background:var(--primary-color);color:#fff;border-radius:50px;align-items:center;gap:.5rem;padding:.5rem 1.5rem;font-size:.875rem;font-weight:600;display:inline-flex;box-shadow:0 4px 12px #0066ff4d}.stadtteil-info-card{border:2px solid var(--primary-color);background:#fff;border-radius:16px;padding:2rem;transition:all .3s;box-shadow:0 8px 32px #0000001a}.stadtteil-info-card:hover{transform:translateY(-4px);box-shadow:0 12px 48px #06f3}.stadtteil-info-item{background:#f8faff;border-radius:8px;align-items:flex-start;gap:1rem;padding:.75rem;transition:all .2s;display:flex}.stadtteil-info-item:hover{background:#e3f2fd}.stadtteil-info-label{color:#666;margin-bottom:.25rem;font-size:.875rem;font-weight:600}.stadtteil-info-value{color:var(--text-primary);font-size:1rem;font-weight:700}.stadtteil-besonderheiten{border-top:2px solid #f0f0f0;margin-top:1.5rem;padding-top:1.5rem}.stadtteil-besonderheiten-title{color:var(--text-primary);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.125rem;font-weight:700;display:flex}.stadtteil-besonderheiten-list{margin:0;padding:0;list-style:none}.stadtteil-besonderheiten-list li{border-bottom:1px solid #f0f0f0;align-items:flex-start;gap:.75rem;padding:.75rem 0;display:flex}.stadtteil-besonderheiten-list li:last-child{border-bottom:none}.stadtteil-besonderheiten-list li:before{content:"✓";color:var(--primary-color);flex-shrink:0;font-size:1.25rem;font-weight:700}.stadtteil-cta-box{text-align:center;background:linear-gradient(135deg,#f8faff 0%,#fff 100%);border-top:2px solid #f0f0f0;margin-top:1.5rem;padding:1.5rem 0 0}.stadtteil-cta-text{color:#666;margin-bottom:1rem;font-size:.875rem}.stadtteil-cta-button{background:var(--primary-color);color:#fff;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 12px #0066ff4d}.stadtteil-cta-button:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 6px 20px #06f6}.stadtteil-parent-link{text-align:center;margin-top:1.5rem}.stadtteil-parent-link a{color:var(--primary-color);align-items:center;gap:.5rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.stadtteil-parent-link a:hover{color:var(--primary-dark);text-decoration:underline}@media (max-width:768px){.stadtteil-info-card{padding:1.5rem}.stadtteil-info-item{flex-direction:column;gap:.5rem}}.notdienst24h-hero{border-bottom:4px solid var(--primary-color);background:linear-gradient(135deg,#ebf8ff 0%,#e6fffa 50%,#fff 100%);padding:4rem 0}.notdienst24h-hero-content{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.notdienst24h-hero 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.125rem;line-height:1.8}.notdienst24h-hero-features{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem;display:grid}.notdienst24h-feature-item{background:#fff;border:2px solid #0000;border-radius:12px;align-items:center;gap:.75rem;padding:1rem;transition:all .3s;display:flex;box-shadow:0 2px 8px #00000014}.notdienst24h-feature-item:hover{border-color:var(--primary-color);transform:translateY(-2px);box-shadow:0 4px 16px #0066ff26}.notdienst24h-feature-item svg{color:var(--primary-color);flex-shrink:0}.notdienst24h-feature-item strong{color:var(--text-primary);font-size:1rem;font-weight:600;display:block}.notdienst24h-feature-item span{color:var(--text-secondary);font-size:.875rem;display:block}.notdienst24h-hero-cta{text-align:left}.notdienst24h-hero-note{color:var(--text-secondary);margin-top:1rem;font-size:.9rem}.hero-social-proof{border-top:2px solid #e2e8f0;align-items:center;gap:2rem;margin-top:2rem;padding-top:2rem;display:flex}.rating-display{align-items:center;gap:.75rem;display:flex}.stars{color:#fbbf24;font-size:1.25rem}.rating-text{color:var(--text-secondary);font-size:.95rem}.trust-badges{flex-wrap:wrap;gap:1rem;display:flex}.trust-badges span{color:var(--primary-color);font-size:.875rem;font-weight:600}.notdienst24h-hero-image{position:relative}.notdienst24h-hero-img{border-radius:16px;width:100%;height:auto;box-shadow:0 8px 32px #0000001a}.hero-image-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:12px;align-items:center;gap:.75rem;padding:1rem 1.5rem;display:flex;position:absolute;bottom:1.5rem;left:1.5rem;box-shadow:0 4px 16px #00000026}.hero-image-badge svg{color:var(--primary-color)}.hero-image-badge strong{color:var(--text-primary);font-size:1rem;display:block}.hero-image-badge span{color:var(--text-secondary);font-size:.875rem;display:block}.notfall-cta-button:hover{transform:translateY(-4px);background:#c53030!important;box-shadow:0 12px 32px #e53e3e80!important}.notdienst24h-services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem;display:grid}.notdienst24h-service-card{background:#fff;border:2px solid #0000;border-radius:16px;padding:2rem;transition:all .3s;box-shadow:0 4px 16px #00000014}.notdienst24h-service-card:hover{border-color:var(--primary-color);transform:translateY(-4px);box-shadow:0 8px 32px #0066ff26}.notdienst24h-service-icon{background:linear-gradient(135deg,var(--primary-color)0%,var(--primary-dark)100%);color:#fff;border-radius:16px;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1.5rem;display:flex}.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:1.5rem;font-size:1rem;line-height:1.7}.notdienst24h-service-card ul{margin:0;padding:0;list-style:none}.notdienst24h-service-card ul li{color:var(--text-secondary);padding:.5rem 0 .5rem 1.5rem;font-size:.95rem;position:relative}.notdienst24h-service-card ul li:before{content:"✓";color:var(--primary-color);font-weight:700;position:absolute;left:0}.notdienst24h-states-grid{gap:3rem;margin-top:3rem;display:grid}.notdienst24h-state-section{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 2px 12px #00000014}.notdienst24h-state-section h3{margin-bottom:1rem;font-size:1.75rem;font-weight:700}.notdienst24h-state-section h3 a{color:var(--primary-color);text-decoration:none;transition:color .2s}.notdienst24h-state-section h3 a:hover{color:var(--primary-dark);text-decoration:underline}.notdienst24h-state-intro{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1rem;line-height:1.7}.notdienst24h-state-cities{flex-wrap:wrap;gap:.75rem;display:flex}.notdienst24h-city-link{color:var(--text-secondary);background:#f7fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;text-decoration:none;transition:all .2s;display:inline-flex}.notdienst24h-city-link:hover{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.notdienst24h-state-more{background:var(--primary-color);color:#fff;border-radius:8px;align-items:center;padding:.5rem 1rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.notdienst24h-state-more:hover{background:var(--primary-dark)}.notdienst24h-faq-list{flex-direction:column;gap:1.5rem;display:flex}.notdienst24h-faq-item{border-left:4px solid var(--primary-color);background:#f7fafc;border-radius:12px;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);margin:0;font-size:1rem;line-height:1.8}@media (max-width:768px){.notdienst24h-hero{padding:3rem 0}.notdienst24h-hero-content{grid-template-columns:1fr;gap:2rem}.notdienst24h-hero h1{font-size:2rem}.notdienst24h-hero-features{grid-template-columns:1fr}.hero-social-proof{flex-direction:column;align-items:flex-start;gap:1rem}.notdienst24h-services-grid{grid-template-columns:1fr}.notdienst24h-state-cities{gap:.5rem}}.stadtteil-link:hover{transform:translateY(-2px);background:var(--primary-color)!important;color:#fff!important;border-color:var(--primary-color)!important}@media (max-width:768px){section h1{font-size:2rem!important}section h2{font-size:1.75rem!important}section>.container>div[style*=grid-template-columns]{grid-template-columns:1fr!important}}
