:root{--bg:#fafafa;--fg:#1a1a1a;--card:#fff;--card-fg:#1a1a1a;--primary:#c62828;--primary-fg:#fff;--secondary:#f0f0f0;--secondary-fg:#333;--muted:#f0f0f0;--muted-fg:#666;--accent:#333;--accent-fg:#f5f5f5;--border:#e5e5e5;--radius:.625rem}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background:var(--bg);color:var(--fg);line-height:1.6;min-height:100vh;display:flex;flex-direction:column}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.container{max-width:1152px;margin:0 auto;padding:0 1rem}.container-sm{max-width:896px;margin:0 auto;padding:0 1rem}
.topbar{background:var(--accent);color:var(--accent-fg);font-size:.875rem}.topbar .container{display:flex;align-items:center;justify-content:space-between;padding-top:.5rem;padding-bottom:.5rem}.topbar a{color:var(--accent-fg);opacity:.9}.topbar a:hover{opacity:1}.topbar-left{display:none}@media(min-width:640px){.topbar-left{display:block;opacity:.9}}
header{background:var(--card);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:50}.nav-main{display:flex;align-items:center;justify-content:space-between;height:4rem}.logo img{height:28px;width:auto}.nav-links{display:none;gap:1.5rem;align-items:center}@media(min-width:768px){.nav-links{display:flex}}.nav-links a{font-size:.875rem;color:var(--muted-fg);font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--primary)}
.header-flex{display:flex;align-items:center;justify-content:space-between;height:4rem}.header-flex nav{display:none;gap:1.5rem}@media(min-width:768px){.header-flex nav{display:flex}}.header-flex nav a{font-size:.875rem;color:var(--muted-fg);font-weight:500;transition:color .2s}.header-flex nav a:hover{color:var(--primary)}.hide-mobile{display:none}@media(min-width:768px){.hide-mobile{display:inline-flex}}.topbar-flex{display:flex;align-items:center;justify-content:space-between;padding-top:.5rem;padding-bottom:.5rem}
.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:var(--radius);font-weight:600;font-size:.875rem;transition:all .2s;border:none;cursor:pointer;text-decoration:none}.btn-primary{background:var(--primary);color:var(--primary-fg)}.btn-primary:hover{opacity:.9}.btn-white{background:var(--card);color:var(--primary);box-shadow:0 1px 3px rgba(0,0,0,.1)}.btn-white:hover{opacity:.9}.btn-lg{padding:.75rem 1.5rem;font-size:1rem}.btn-sm{padding:.375rem .75rem;font-size:.8125rem}.nav-cta{display:none}@media(min-width:768px){.nav-cta{display:flex}}.mobile-toggle{display:flex;background:none;border:none;cursor:pointer;padding:.5rem;color:var(--fg)}@media(min-width:768px){.mobile-toggle{display:none}}.mobile-nav{display:none;border-top:1px solid var(--border);padding:1rem}.mobile-nav.open{display:flex;flex-direction:column;gap:.75rem}.mobile-nav a{font-size:.875rem;color:var(--muted-fg);padding:.5rem 0}
.hero{background:var(--primary);color:var(--primary-fg);padding:4rem 0}@media(min-width:768px){.hero{padding:6rem 0}}.hero-sub{font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;opacity:.8;margin-bottom:.75rem}.hero h1{font-size:2rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;max-width:48rem}@media(min-width:768px){.hero h1{font-size:3rem}}.hero p{font-size:1.125rem;opacity:.9;line-height:1.7;margin-bottom:2rem;max-width:42rem}.hero-btns{display:flex;flex-direction:column;gap:1rem}@media(min-width:640px){.hero-btns{flex-direction:row}}
.trust-bar{background:var(--card);border-bottom:1px solid var(--border);padding:1rem 0}.trust-items{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}@media(min-width:768px){.trust-items{gap:3rem}}.trust-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--fg)}.trust-dot{width:8px;height:8px;background:var(--primary);border-radius:50%;flex-shrink:0}
section{padding:4rem 0}.section-title{font-size:1.5rem;font-weight:700;text-align:center;margin-bottom:1rem}@media(min-width:768px){.section-title{font-size:1.875rem}}.section-desc{text-align:center;color:var(--muted-fg);max-width:42rem;margin:0 auto 3rem;line-height:1.7}h2{font-size:1.5rem;font-weight:700;margin-bottom:1rem}h3{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}
.grid-3{display:grid;gap:1.5rem;grid-template-columns:1fr}@media(min-width:768px){.grid-3{grid-template-columns:repeat(3,1fr)}}.grid-2{display:grid;gap:1.5rem;grid-template-columns:1fr}@media(min-width:768px){.grid-2{grid-template-columns:repeat(2,1fr)}}.grid-4{display:grid;gap:1.5rem;grid-template-columns:1fr}@media(min-width:768px){.grid-4{grid-template-columns:repeat(4,1fr)}}.grid-chips{display:grid;gap:.75rem;grid-template-columns:repeat(2,1fr)}@media(min-width:640px){.grid-chips{grid-template-columns:repeat(3,1fr)}}@media(min-width:768px){.grid-chips{grid-template-columns:repeat(4,1fr)}}
.card{padding:1.5rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--card)}.card h3{color:var(--fg)}.card p{font-size:.875rem;color:var(--muted-fg);line-height:1.7}.card-link{transition:box-shadow .2s;display:block}.card-link:hover{box-shadow:0 4px 12px rgba(0,0,0,.08)}.card-link .card-arrow{font-size:.875rem;color:var(--primary);font-weight:500;margin-top:1rem}
.stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;padding:2rem 0}@media(min-width:768px){.stats{grid-template-columns:repeat(4,1fr)}}.stat{text-align:center}.stat-num{font-size:2rem;font-weight:700;color:var(--primary)}.stat-label{font-size:.875rem;color:var(--muted-fg)}
.step{text-align:center}.step-num{width:3rem;height:3rem;border-radius:50%;background:var(--primary);color:var(--primary-fg);font-weight:700;font-size:1.125rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.step h3{color:var(--fg);margin-bottom:.5rem}.step p{font-size:.875rem;color:var(--muted-fg);line-height:1.6}
.cta{background:var(--primary);color:var(--primary-fg);border-radius:var(--radius);padding:2.5rem;text-align:center;margin:2rem 0}.cta h2{color:var(--primary-fg);margin-bottom:.75rem}.cta p{opacity:.9;margin-bottom:1.5rem;max-width:36rem;margin-left:auto;margin-right:auto}.cta-btns{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}@media(min-width:640px){.cta-btns{flex-direction:row}}
.faq-section{background:var(--card);padding:4rem 0;border-top:1px solid var(--border)}.faq-section .section-title{text-align:center}.faq-list{max-width:800px;margin:0 auto}.faq-item{border:1px solid var(--border);border-radius:var(--radius);margin-bottom:.75rem;background:var(--bg)}.faq-item summary{padding:1rem 1.25rem;font-weight:600;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;font-size:1rem;color:var(--fg)}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary::after{content:'+';font-size:1.25rem;color:var(--primary);font-weight:700}.faq-item[open] summary::after{content:'\2212'}.faq-item[open]{border-color:var(--primary)}.faq-item .faq-answer{padding:0 1.25rem 1.25rem;color:var(--muted-fg);line-height:1.7;font-size:.9375rem}
.breadcrumbs{padding:1rem 0;font-size:.875rem;color:var(--muted-fg);display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.breadcrumbs a{color:var(--primary)}.breadcrumbs a:hover{text-decoration:underline}.breadcrumbs .sep{color:var(--border)}
.dash-list{list-style:none}.dash-list li{display:flex;gap:.75rem;margin-bottom:.75rem;color:var(--muted-fg);line-height:1.7}.dash-list .dash{color:var(--primary);font-weight:700;flex-shrink:0}
.chip{display:flex;align-items:center;gap:.5rem;padding:.75rem;border-radius:var(--radius);background:var(--card);border:1px solid var(--border);font-size:.875rem}.chip-dot{width:6px;height:6px;background:var(--primary);border-radius:50%;flex-shrink:0}.chip-link{transition:all .2s}.chip-link:hover{border-color:var(--primary);background:var(--primary);color:var(--primary-fg)}.chip-link:hover .chip-dot{background:#fff}
footer{background:var(--accent);color:var(--accent-fg);padding:3rem 0;margin-top:auto}.footer-grid{display:grid;gap:2rem;grid-template-columns:1fr}@media(min-width:768px){.footer-grid{grid-template-columns:2fr 1fr 1fr}}footer h3{font-weight:600;margin-bottom:1rem}footer a{color:rgba(245,245,245,.7);transition:color .2s}footer a:hover{color:var(--accent-fg)}.footer-info p{font-size:.875rem;color:rgba(245,245,245,.7);line-height:1.7;margin-bottom:1rem}.footer-contact{display:flex;flex-direction:column;gap:.5rem;font-size:.875rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer-links a{font-size:.875rem}.footer-bottom{border-top:1px solid rgba(245,245,245,.1);margin-top:2rem;padding-top:1rem;text-align:center;font-size:.75rem;color:rgba(245,245,245,.5)}
.contact-grid{display:grid;gap:1.5rem;grid-template-columns:1fr;padding-bottom:3rem}@media(min-width:768px){.contact-grid{grid-template-columns:1fr 1fr}}.contact-item{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1.25rem}.contact-icon{color:var(--primary);flex-shrink:0;margin-top:.125rem}.contact-label{font-weight:500;color:var(--fg)}.contact-value{color:var(--muted-fg)}.contact-value a{color:var(--muted-fg)}.contact-value a:hover{color:var(--primary)}.map-wrapper{aspect-ratio:16/9;background:var(--muted);border-radius:var(--radius);overflow:hidden;margin-bottom:1rem}.map-wrapper iframe{width:100%;height:100%;border:0}
.data-table{font-size:.875rem}.data-row{display:flex;flex-direction:column;margin-bottom:.75rem}@media(min-width:640px){.data-row{flex-direction:row;gap:1rem}}.data-label{font-weight:500;color:var(--fg);min-width:12rem;flex-shrink:0}.data-value{color:var(--muted-fg)}
.related{padding:2rem 0 3rem;border-top:1px solid var(--border)}.related h3{margin-bottom:1.5rem}
.top-serwis{background:linear-gradient(135deg,#1a1a1a 0%,#2d2d2d 100%);color:#fff;padding:4rem 0}.top-serwis .section-title{color:#fff;text-align:center}.top-serwis-badge{display:inline-block;background:var(--primary);color:#fff;font-size:.75rem;font-weight:700;padding:.5rem 1.5rem;border-radius:2rem;letter-spacing:.1em;margin-bottom:1rem;text-transform:uppercase;text-align:center;display:block;width:fit-content;margin-left:auto;margin-right:auto}.top-serwis-content{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:2rem;align-items:center}@media(min-width:768px){.top-serwis-content{grid-template-columns:1fr 1fr;gap:3rem}}.top-serwis-text{text-align:left}.top-serwis-text p{color:rgba(255,255,255,.9);line-height:1.8;font-size:1rem}.top-serwis-text strong{color:#fff}.top-list{list-style:none;margin:1rem 0 0 0;padding:0}.top-list li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;color:rgba(255,255,255,.9);line-height:1.6}.top-list li::before{content:'';position:absolute;left:0;top:.5rem;width:8px;height:8px;background:var(--primary);border-radius:50%}.top-serwis-images{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.top-img-main,.top-img-certs{width:100%;height:280px;border-radius:var(--radius);box-shadow:0 8px 32px rgba(0,0,0,.3);object-fit:cover}@media(min-width:768px){.top-img-main,.top-img-certs{height:320px}}
.certyfikaty-section{background:var(--secondary);padding:4rem 0}.certyfikaty-section .section-title{text-align:center}.certyfikaty-badge{display:block;background:var(--primary);color:#fff;font-size:.75rem;font-weight:700;padding:.5rem 1.5rem;border-radius:2rem;letter-spacing:.1em;margin-bottom:1rem;text-transform:uppercase;width:fit-content;margin-left:auto;margin-right:auto}.certyfikaty-content{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:2rem;align-items:center}@media(min-width:768px){.certyfikaty-content{grid-template-columns:1fr 1fr;gap:3rem}}.certyfikaty-text{text-align:left}.certyfikaty-text p{color:var(--muted-fg);line-height:1.8;font-size:1rem}.certyfikaty-text strong{color:var(--fg)}.certyfikaty-list{list-style:none;margin:1rem 0 0 0;padding:0}.certyfikaty-list li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;color:var(--muted-fg);line-height:1.6}.certyfikaty-list li::before{content:'';position:absolute;left:0;top:.5rem;width:8px;height:8px;background:var(--primary);border-radius:50%}.certyfikaty-image img{width:100%;border-radius:var(--radius);box-shadow:0 8px 32px rgba(0,0,0,.15)}
#top-serwis,#certyfikaty,#uslugi,.faq,.cta{content-visibility:auto;contain-intrinsic-size:auto 500px}
.page-hero{background:var(--primary);color:var(--primary-fg);padding:3rem 0}.page-hero-sm{padding:2rem 0}.page-hero h1{font-size:1.75rem;font-weight:700;margin-bottom:.75rem}@media(min-width:768px){.page-hero h1{font-size:2.25rem}}.page-hero p{opacity:.9;font-size:1rem}.breadcrumb{font-size:.8125rem;margin-bottom:1rem;opacity:.8}.breadcrumb a{color:var(--primary-fg);text-decoration:underline}.breadcrumb a:hover{text-decoration:none}
.content-section{padding:3rem 0}.content-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.content-grid{grid-template-columns:1fr 300px;gap:3rem}}.content-main h2{font-size:1.375rem;margin-top:2rem;margin-bottom:1rem}.content-main h2:first-child{margin-top:0}.content-main p{color:var(--muted-fg);line-height:1.8;margin-bottom:1rem}.content-main ul,.content-main ol{margin-bottom:1.5rem;padding-left:1.25rem;color:var(--muted-fg);line-height:1.8}.content-main li{margin-bottom:.5rem}.content-sidebar{display:flex;flex-direction:column;gap:1.5rem}.sidebar-box{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.sidebar-box h3{font-size:1rem;margin-bottom:.75rem}.sidebar-box p{font-size:.875rem;color:var(--muted-fg);margin-bottom:1rem}.btn-block{width:100%;justify-content:center}.btn-outline{background:transparent;border:1px solid var(--border);color:var(--fg)}.btn-outline:hover{background:var(--muted)}.sidebar-links{list-style:none;padding:0;margin:0}.sidebar-links li{margin-bottom:.5rem}.sidebar-links a{font-size:.875rem;color:var(--muted-fg)}.sidebar-links a:hover{color:var(--primary)}
.intro-box{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;margin-bottom:2rem}.intro-box h2{margin-top:0}.intro-box h3{margin-top:1.5rem}.intro-box ul{margin-bottom:0}
.error-codes-list{display:flex;flex-direction:column;gap:1rem;margin:1.5rem 0 2rem}.error-code-card{display:flex;gap:1.25rem;padding:1.25rem;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);transition:all .2s}.error-code-card:hover{border-color:var(--primary);box-shadow:0 4px 12px rgba(0,0,0,.08)}.error-code-badge{width:60px;height:60px;background:var(--primary);color:var(--primary-fg);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;flex-shrink:0}.error-code-content h3{font-size:1rem;margin-bottom:.5rem;color:var(--fg)}.error-code-content p{font-size:.875rem;color:var(--muted-fg);line-height:1.6;margin-bottom:.5rem}.read-more{font-size:.8125rem;color:var(--primary);font-weight:500}
.error-hero-box{display:flex;flex-direction:column;gap:1.5rem;padding:2rem;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:2rem}@media(min-width:640px){.error-hero-box{flex-direction:row;align-items:center}}.error-code-large{width:100px;height:100px;background:var(--primary);color:var(--primary-fg);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:2.5rem;flex-shrink:0}.error-hero-text h2{margin-top:0;margin-bottom:.75rem}.error-hero-text p{margin-bottom:0}
.causes-list{display:flex;flex-direction:column;gap:1rem;margin:1.5rem 0}.cause-item{padding:1.25rem;background:var(--bg);border-radius:var(--radius);border-left:3px solid var(--primary)}.cause-item h3{font-size:1rem;margin-bottom:.5rem}.cause-item p{font-size:.875rem;margin-bottom:0}
.steps-box{background:var(--muted);border-radius:var(--radius);padding:1.5rem;margin:1.5rem 0}.steps-box ol{margin-bottom:.75rem}.steps-box p{font-size:.875rem;margin-bottom:0}
.warning-box{background:#fff3cd;border:1px solid #ffc107;border-radius:var(--radius);padding:1.25rem;margin:1.5rem 0}.warning-box h3{color:#856404;font-size:1rem;margin-bottom:.5rem}.warning-box p{color:#856404;font-size:.875rem;margin-bottom:0}
.info-box{background:#e7f3ff;border:1px solid #2196f3;border-radius:var(--radius);padding:1.25rem;margin:1.5rem 0}.info-box h3{color:#1565c0;font-size:1rem;margin-bottom:.5rem}.info-box p{color:#1565c0;font-size:.875rem;margin-bottom:0}
.cta-box{background:var(--primary);color:var(--primary-fg);border-radius:var(--radius);padding:2rem;text-align:center;margin:2rem 0}.cta-box h3{color:var(--primary-fg);margin-bottom:.5rem}.cta-box p{color:#fff;margin-bottom:1rem}
.related-errors{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--border)}.related-errors h3{margin-bottom:1rem}.related-links{display:flex;flex-wrap:wrap;gap:.75rem}.related-links a{padding:.5rem 1rem;background:var(--muted);border-radius:var(--radius);font-size:.875rem;font-weight:500;color:var(--fg)}.related-links a:hover{background:var(--primary);color:var(--primary-fg)}
.section-subtitle{font-size:1.25rem;margin-top:2rem;margin-bottom:1rem}
.porady-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media(min-width:768px){.porady-grid{grid-template-columns:repeat(2,1fr)}}.porada-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;transition:all .2s}.porada-card:hover{border-color:var(--primary);box-shadow:0 4px 12px rgba(0,0,0,.08)}.porada-card h3{font-size:1.125rem;margin-bottom:.75rem;color:var(--fg)}.porada-card p{font-size:.875rem;color:var(--muted-fg);line-height:1.7}
.footer-logo{font-size:1.25rem;font-weight:700;margin-bottom:.75rem}footer h4{font-size:.9375rem;margin-bottom:1rem}footer ul{list-style:none;padding:0}footer li{margin-bottom:.5rem}footer li a{font-size:.875rem;color:rgba(245,245,245,.7)}footer li a:hover{color:#fff}
.error-codes-section{background:var(--bg);padding:4rem 0;border-top:1px solid var(--border)}.error-codes-grid{display:grid;gap:1rem;grid-template-columns:1fr;margin-top:2rem}@media(min-width:768px){.error-codes-grid{grid-template-columns:repeat(2,1fr)}}.error-codes-grid .error-code-card{display:flex;gap:1rem;padding:1.25rem;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);transition:all .2s}.error-codes-grid .error-code-card:hover{border-color:var(--primary);box-shadow:0 4px 12px rgba(0,0,0,.08)}.error-codes-grid .error-code-badge{width:50px;height:50px;font-size:1rem}
.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:100;background:var(--card);border-top:1px solid var(--border);box-shadow:0 -4px 12px rgba(0,0,0,.1);display:none}.cookie-banner.show{display:block}.cookie-inner{max-width:960px;margin:0 auto;padding:1rem;display:flex;flex-direction:column;gap:1rem;align-items:flex-start}@media(min-width:640px){.cookie-inner{flex-direction:row;align-items:center}}.cookie-inner p{font-size:.875rem;color:var(--muted-fg);line-height:1.6;flex:1}.cookie-inner a{color:var(--primary);text-decoration:underline}.cookie-inner a:hover{text-decoration:none}.cookie-btn{background:var(--primary);color:var(--primary-fg);border:none;padding:.5rem 1rem;border-radius:var(--radius);font-weight:600;font-size:.875rem;cursor:pointer;white-space:nowrap}.cookie-btn:hover{opacity:.9}
.related-locations{margin-top:2rem;padding:1.5rem;background:var(--muted);border-radius:var(--radius)}.related-locations h3{margin-bottom:1rem;color:var(--fg)}.location-links{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:.5rem}@media(min-width:640px){.location-links{grid-template-columns:repeat(2,1fr)}}.location-links li{margin:0}.location-links a{display:block;padding:.5rem .75rem;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);font-size:.875rem;color:var(--muted-fg);transition:all .2s}.location-links a:hover{border-color:var(--primary);color:var(--primary);background:var(--card)}
