﻿body { margin: 0; padding: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; background: #ffffff; color: #000000; text-align: center; }
@supports (content-visibility: auto) {
  .seo-section,
  .section-reviews,
  .gallery-section,
  .faq-section,
  .hub-links-section,
  .location-section,
  #kontakt {
    content-visibility: auto;
    contain-intrinsic-size: auto 720px;
  }

  .review-card,
  .faq-item,
  .gallery-slide,
  .hub-links-card {
    content-visibility: auto;
    contain-intrinsic-size: auto 180px;
  }
}
.hero-container { background: linear-gradient(180deg, #ffffff 0%, #fdfdfd 100%); padding: 0; position: relative; border-bottom: 1px solid #f0f0f0; }
.hero-header { display: flex; justify-content: space-between; align-items: center; padding: 12px 20px; background: #ffffff; border-bottom: 1px solid #f5f5f5; }
.brand-wrap { display: flex; align-items: center; gap: 10px; }
.brand-logo-img { width: 45px; height: 45px; object-fit: contain; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.05); }
.brand-name { font-weight: 900; font-size: 20px; letter-spacing: -0.5px; color: #0b2e59; text-transform: uppercase; }
.header-right { display: flex; align-items: center; gap: 16px; }
.brand-status { background: #e8f5e9; color: #1b5e20; padding: 4px 10px; border-radius: 20px; font-size: 11px; font-weight: 800; text-transform: uppercase; display: flex; align-items: center; gap: 4px; box-shadow: 0 2px 4px rgba(0,0,0,0.02); }
.pulse-dot { width: 6px; height: 6px; background: #4caf50; border-radius: 50%; animation: pulse 2s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(76, 175, 80, 0.4); } 70% { box-shadow: 0 0 0 6px rgba(76, 175, 80, 0); } 100% { box-shadow: 0 0 0 0 rgba(76, 175, 80, 0); } }
.hamburger-btn { background: #f8f9fa; border: 1px solid #eaeaea; width: 40px; height: 40px; border-radius: 8px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.2s; box-shadow: 0 2px 5px rgba(0,0,0,0.02); padding: 0; }
.hamburger-btn:active { transform: scale(0.95); background: #f0f0f0; }
.menu-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.7); z-index: 3000; opacity: 0; visibility: hidden; transition: 0.4s ease; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.menu-overlay.active { opacity: 1; visibility: visible; }
.mobile-menu { position: fixed; top: 0; right: -320px; width: 300px; height: 100%; background: #0b1a2a; z-index: 3001; box-shadow: -10px 0 30px rgba(0,0,0,0.5); transition: right 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); display: flex; flex-direction: column; text-align: left; }
.mobile-menu.active { right: 0; }
.menu-header-bar { display: flex; justify-content: space-between; align-items: center; padding: 25px 25px 20px; border-bottom: 1px solid rgba(255,255,255,0.08); background: #07121d; }
.menu-title-txt { font-weight: 900; font-size: 18px; color: #ffffff; letter-spacing: 2px; }
.close-menu-btn { background: rgba(255,255,255,0.1); border: none; width: 32px; height: 32px; border-radius: 50%; color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: 0.2s; padding: 0; }
.close-menu-btn:active { background: rgba(255,255,255,0.2); transform: scale(0.9); }
.menu-list { list-style: none; padding: 0; margin: 0; overflow-y: auto; flex-grow: 1; }
.menu-list::-webkit-scrollbar { width: 4px; }
.menu-list::-webkit-scrollbar-track { background: #0b1a2a; }
.menu-list::-webkit-scrollbar-thumb { background: #1d334a; border-radius: 10px; }
.menu-list li { border-bottom: 1px solid rgba(255,255,255,0.04); margin: 0 15px; }
.menu-list li:last-child { border-bottom: none; }
.menu-list a { display: flex; align-items: center; padding: 16px 10px; text-decoration: none; color: #e0e0e0; font-weight: 600; font-size: 15px; transition: 0.3s; letter-spacing: 0.3px; }
.menu-list a:hover, .menu-list a:active { color: #ffc107; padding-left: 18px; background: rgba(255,193,7,0.03); border-radius: 8px; margin: 0 -8px; padding-right: 18px; }
.menu-label { padding: 30px 10px 10px !important; font-size: 11px; color: #8ba5c4; font-weight: 800; text-transform: uppercase; letter-spacing: 2px; border-bottom: none !important; margin: 0 15px; pointer-events: none; }
.menu-label.static { pointer-events: none; }
.menu-label.dropdown-label { pointer-events: auto; cursor: pointer; display: flex; justify-content: space-between; align-items: center; transition: color 0.2s; }
.menu-label.dropdown-label:hover { color: #fff; }
.chevron { transition: transform 0.3s; font-size: 10px; }
.dropdown-label.active .chevron { transform: rotate(180deg); color: #ffc107; }
.submenu-wrapper { border: none !important; margin: 0 !important; padding: 0 !important; }
.submenu-container { list-style: none; padding: 0; margin: 0; max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out; }
.submenu-container li { border-bottom: 1px solid rgba(255,255,255,0.02); }
.menu-list .sub-link a { padding: 14px 10px 14px 20px; font-size: 14px; font-weight: 500; color: #b0c4de; }
.menu-list .sub-link a::before { content: ""; display: inline-block; width: 6px; height: 6px; background: #ffc107; border-radius: 50%; margin-right: 12px; opacity: 0.5; transition: 0.3s; }
.menu-list .sub-link a:hover::before, .menu-list .sub-link a:active::before { opacity: 1; transform: scale(1.5); box-shadow: 0 0 8px rgba(255,193,7,0.5); }
.menu-footer-bar { padding: 25px; border-top: 1px solid rgba(255,255,255,0.08); background: #07121d; }
.menu-call-btn { display: flex; justify-content: center; align-items: center; gap: 10px; width: 100%; padding: 18px; background: linear-gradient(180deg, #ffd54f 0%, #ffc107 100%); border-radius: 12px; text-decoration: none; color: #000; font-weight: 900; font-size: 16px; box-shadow: 0 6px 15px rgba(255,193,7,0.2), inset 0 2px 0 rgba(255,255,255,0.3); box-sizing: border-box; transition: 0.2s; }
.menu-call-btn:active { transform: translateY(2px); box-shadow: 0 2px 8px rgba(255,193,7,0.2); }
.hero-content { padding: 30px 20px 40px; }
.hero-label { color: #d32f2f; font-weight: 900; font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 12px; display: inline-block; }
.hero-content h1 { font-size: 34px; line-height: 1.05; margin: 0 0 25px; font-weight: 900; letter-spacing: -1px; }
.hero-content h1 span { color: #0277bd; }
.premium-offer { background: #ffffff; border: 1px solid #eee; padding: 20px; border-radius: 16px; margin: 0 0 25px 0; text-align: left; box-shadow: 0 10px 30px rgba(0,0,0,0.04); position: relative; overflow: hidden; }
.premium-offer::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: #0277bd; }
.offer-row { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 14px; }
.offer-row:last-child { margin-bottom: 0; }
.offer-icon-wrap { background: #e1f5fe; width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.offer-icon { color: #0277bd; font-size: 14px; font-weight: 900; }
.offer-text-main { color: #111; font-weight: 800; font-size: 15px; display: block; margin-bottom: 2px; }
.offer-text-sub { color: #666; font-size: 13px; font-weight: 500; display: block; }
.hero-desc { color: #555; font-size: 15px; line-height: 1.6; margin-bottom: 25px; font-weight: 500; }
.btn-massive { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; padding: 20px; background: linear-gradient(180deg, #ffd54f 0%, #ffc107 100%); border: none; border-radius: 14px; font-weight: 900; font-size: 19px; text-decoration: none; color: #000; box-shadow: 0 8px 20px rgba(255, 193, 7, 0.3), inset 0 2px 0 rgba(255,255,255,0.4); box-sizing: border-box; transition: transform 0.1s; }
.btn-massive:active { transform: translateY(2px); box-shadow: 0 4px 10px rgba(255, 193, 7, 0.3); }
.trust-section { background: #fdfcf9; padding: 0 20px 30px; position: relative; z-index: 2; margin-top: -15px; }
.trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; text-align: center; }
.trust-item { background: #fff; padding: 15px 10px; border-radius: 14px; border: 1px solid #f1ebd7; box-shadow: 0 4px 15px rgba(0,0,0,0.03); }
.trust-icon { font-size: 26px; display: block; margin-bottom: 6px; }
.trust-text { font-size: 13px; font-weight: 800; color: #222; line-height: 1.4; }
.trust-sub { font-weight: 500; color: #777; font-size: 11px; display: block; margin-top: 2px;}
.seo-section { padding: 35px 20px; background: #ffffff; }
.seo-card { background: #ffffff; border: 1px solid #eee; border-radius: 16px; padding: 25px 20px; box-shadow: 0 4px 15px rgba(0,0,0,0.04); text-align: left; }
.seo-card h2 { font-size: 24px; margin-top: 0; margin-bottom: 20px; color: #111; line-height: 1.3; }
.seo-card h3 { font-size: 18px; margin: 25px 0 15px; color: #0277bd; font-weight: 900; }
.seo-card p { font-size: 15px; line-height: 1.6; color: #444; margin: 0 0 15px; }
.seo-list { list-style: none; padding: 0; margin: 0 0 15px 0; }
.seo-list li { font-size: 15px; line-height: 1.6; color: #333; margin-bottom: 12px; position: relative; padding-left: 26px; }
.seo-list li::before { content: "✓"; position: absolute; left: 0; top: -1px; color: #f1b500; font-weight: 900; font-size: 16px; }
.seo-card strong { color: #111; }
.seo-summary { font-size: 15px; line-height: 1.6; color: #111; margin-top: 25px; padding-top: 20px; border-top: 1px dashed #eee; font-weight: 600; background: #fafafa; padding: 20px; border-radius: 8px; }
.local-note { margin-top: 20px; border: 1px solid #eee; border-radius: 12px; background: #fafafa; padding: 14px 16px; }
.local-note summary { cursor: pointer; font-weight: 800; color: #111; }
.local-note .seo-list { margin-top: 15px; margin-bottom: 0; }

/* Enhanced Reviews Section CSS */
.section-reviews { background: #fdfcf9; padding: 40px 20px; border-top: 1px solid #f1ebd7; border-bottom: 1px solid #f1ebd7; }
.google-badge { display: inline-flex; align-items: center; gap: 8px; background: #fff; padding: 10px 20px; border-radius: 30px; border: 1px solid #e0e0e0; font-weight: 800; font-size: 18px; box-shadow: 0 4px 10px rgba(0,0,0,0.03); margin-bottom: 20px; }
.reviews-wrapper { max-height: 550px; overflow-y: auto; padding-bottom: 10px; padding-right: 5px; text-align: left; }
.reviews-wrapper::-webkit-scrollbar { width: 6px; }
.reviews-wrapper::-webkit-scrollbar-track { background: #f1f1f1; border-radius: 10px; }
.reviews-wrapper::-webkit-scrollbar-thumb { background: #c1c1c1; border-radius: 10px; }
.reviews-list { display: flex; flex-direction: column; gap: 15px; }
.review-card { background: #ffffff; border-radius: 12px; padding: 18px; border: 1px solid #eaeaea; box-shadow: 0 2px 8px rgba(0,0,0,0.02); }
.review-header { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.avatar { width: 38px; height: 38px; border-radius: 50%; color: white; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 16px; flex-shrink: 0; }
.avatar.g1 { background: #4285F4; } .avatar.g2 { background: #EA4335; } .avatar.g3 { background: #34A853; } .avatar.g4 { background: #FBBC05; color: black; } .avatar.g5 { background: #8e44ad; }
.reviewer-info { flex: 1; }
.reviewer-name { font-weight: 700; font-size: 14px; margin-bottom: 2px; color: #202124; }
.review-meta { font-size: 12px; color: #70757a; display: flex; align-items: center; gap: 6px; }
.stars-small { color: #fbbc04; font-size: 12px; letter-spacing: 1px; }
.review-text { font-size: 14px; color: #3c4043; line-height: 1.5; }

.gallery-section { padding: 35px 0; background: #ffffff; border-bottom: 1px solid #f1ebd7; }
.gallery-section h2 { font-size: 24px; margin-bottom: 5px; color: #111; font-weight: 900; text-align: center; }
.gallery-subtitle { font-size: 14px; color: #666; margin-bottom: 15px; text-align: center; display: flex; align-items: center; justify-content: center; gap: 6px; }
.gallery-slider { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 15px; padding: 10px 20px; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.gallery-slider::-webkit-scrollbar { display: none; }
.gallery-slide { flex: 0 0 75%; scroll-snap-align: center; position: relative; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.08); cursor: zoom-in; background: #eee; }
.gallery-slide img { width: 100%; height: 220px; object-fit: cover; display: block; }
.gallery-caption { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%); color: #fff; padding: 30px 15px 15px; font-size: 14px; font-weight: 700; text-align: left; pointer-events: none; }
.zoom-icon { position: absolute; top: 10px; right: 10px; background: rgba(0,0,0,0.5); color: white; width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 18px; pointer-events: none; }
.lightbox { display: none; position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.95); align-items: center; justify-content: center; flex-direction: column; opacity: 0; transition: opacity 0.3s; }
.lightbox.show { display: flex; opacity: 1; }
.lightbox-img { max-width: 100%; max-height: 80vh; object-fit: contain; user-select: none; }
.lightbox-close { position: absolute; top: 20px; right: 20px; color: #fff; font-size: 35px; font-weight: bold; cursor: pointer; line-height: 1; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,0.2); border-radius: 50%; }
.lightbox-caption { color: #fff; font-size: 16px; margin-top: 15px; font-weight: 600; text-align: center; padding: 0 20px; }
.lb-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 50px; height: 50px; background: rgba(255,255,255,0.2); color: white; font-size: 24px; font-weight: bold; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; user-select: none; z-index: 10000; }
.lb-prev { left: 15px; } .lb-next { right: 15px; }
.swipe-hint { animation: moveRight 1.5s infinite; }
@keyframes moveRight { 0% { transform: translateX(0); } 50% { transform: translateX(5px); } 100% { transform: translateX(0); } }
.faq-section { padding: 40px 20px; background: #fdfcf9; text-align: left; border-bottom: 1px solid #f1ebd7; }
.faq-section h2 { text-align: center; margin-bottom: 25px; color: #111; font-weight: 900; font-size: 24px; }
.faq-item { background: #ffffff; border: 1px solid #eaeaea; border-radius: 12px; margin-bottom: 10px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.02); }
.faq-question { width: 100%; text-align: left; padding: 18px 20px; background: #ffffff; border: none; font-size: 15px; font-weight: 700; color: #222; cursor: pointer; position: relative; display: flex; justify-content: space-between; align-items: center; box-sizing: border-box; }
.faq-question:after { content: "+"; font-size: 22px; color: #0277bd; font-weight: 500; transition: transform 0.3s; }
.faq-question.active:after { content: "−"; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out; background: #ffffff; }
.faq-answer p { margin: 0; padding: 0 20px 20px; font-size: 14px; line-height: 1.6; color: #555; }
.section-dark { background: #0b1a2a; color: #ffffff; padding: 40px 20px 30px; text-align: center; }
.section-dark h2 { color: #ffffff; margin-bottom: 10px; font-size: 22px; }
.section-dark p { color: #8ba5c4; font-size: 14px; margin-bottom: 20px; }
#uslugi a,
#uslugi a:visited,
#uslugi a:hover,
#uslugi a:active { text-decoration: none; }
.loc-subtitle { font-size: 13px; color: #8ba5c4; margin: 15px 0 8px; text-align: left; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; }
.loc-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; margin-bottom: 20px; }
.loc { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); color: #dddddd; padding: 10px 5px; border-radius: 8px; font-size: 12px; font-weight: 700; text-decoration: none; display: block; }
.loc:hover { background: rgba(255,255,255,0.1); color: #fff; }
.location-section { border-top: 1px solid rgba(255,255,255,0.08); }
.location-section .location-hub-grid { max-width: 620px; margin: 0 auto 24px; grid-template-columns: 1fr; }
.location-section .location-hub-link { background: #ffc107; border-color: #ffc107; color: #111; }
.location-section .location-hub-link:hover { background: #ffcf3a; color: #111; }
.seo-section .loc-grid { max-width: 100%; margin: 0 0 28px; }
.seo-section .loc { background: #fff7e8; border: 1px solid #f1ebd7; color: #1c1c1c; text-align: center; }
.seo-section .loc:hover { background: #ffe8a8; color: #111; border-color: #ffc107; }
.seo-section h3 { color: #0b1a2a; margin: 24px 0 14px; font-size: 18px; }

/* MAP CONTAINER */
.map-container { width: 100%; border-radius: 12px; overflow: hidden; margin-bottom: 25px; box-shadow: 0 4px 15px rgba(0,0,0,0.2); background: #1d334a; }
.map-container iframe { width: 100%; height: 280px; border: 0; display: block; }
.map-static { min-height: 230px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; background: radial-gradient(circle at 50% 42%, rgba(255,193,7,0.18), transparent 30%), linear-gradient(135deg, #0f2a43 0%, #07121d 100%); border: 1px solid rgba(255,255,255,0.08); position: relative; }
.map-static::before { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,0.08); border-radius: 10px; background: linear-gradient(90deg, transparent 48%, rgba(255,255,255,0.06) 49%, rgba(255,255,255,0.06) 51%, transparent 52%), linear-gradient(0deg, transparent 48%, rgba(255,255,255,0.06) 49%, rgba(255,255,255,0.06) 51%, transparent 52%); }
.map-pin { position: relative; z-index: 1; background: #ffc107; color: #111; padding: 10px 16px; border-radius: 999px; font-size: 13px; font-weight: 900; letter-spacing: .5px; box-shadow: 0 12px 30px rgba(0,0,0,0.28); }
.map-area { position: relative; z-index: 1; color: #d9e7f5; font-size: 15px; font-weight: 800; }
.contact-box { background: rgba(0,0,0,0.2); border-radius: 12px; padding: 20px; text-align: left; font-size: 14px; color: #ccc; margin-top: 15px; }
.contact-box h3 { color: #fff; margin-top: 0; margin-bottom: 15px; font-size: 16px; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 10px; }
.contact-box a { color: #ffffff; text-decoration: underline; text-underline-offset: 3px; }
.contact-box a:hover { color: #ffc107; }
.c-row { display: flex; margin-bottom: 10px; gap: 10px; align-items: center; }
.c-icon { color: #ffc107; font-size: 16px; }
.footer-info { background: #07121d; padding: 20px 20px 40px; font-size: 12px; color: #5a738e; text-align: center; line-height: 1.5; }
.sticky { position: fixed; bottom: 0; width: 100%; background: rgba(255,255,255,0.95); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); padding: 10px 0; border-top: 1px solid #eee; box-shadow: 0 -4px 15px rgba(0,0,0,0.05); z-index: 100; }
.btn-sticky { display: flex; align-items: center; justify-content: center; gap: 10px; width: 90%; margin: 0 auto; padding: 16px; background: #ffc107; border: none; border-radius: 12px; font-weight: 900; font-size: 18px; text-decoration: none; color: #000; box-shadow: 0 4px 10px rgba(255,193,7,0.3); }
.spacer { height: 90px; background: #07121d; }
.desktop-floating-cta { display: none; }
@media (min-width: 768px) {
  .hero-header { max-width: 1200px; margin: 0 auto; padding: 20px 40px; background: transparent; border-bottom: none; }
  .hero-container { border-bottom: 1px solid #eaeaea; }
  .hero-content { max-width: 1000px; margin: 0 auto; padding: 80px 40px 60px; }
  .hero-content h1 { font-size: 56px; margin-bottom: 40px; }
  .hero-desc { font-size: 18px; max-width: 800px; margin: 0 auto 40px; }
  .premium-offer { display: flex; gap: 20px; flex-direction: row; border-top: 4px solid #0277bd; border-radius: 12px; padding: 30px; box-shadow: 0 15px 40px rgba(0,0,0,0.06); }
  .premium-offer::before { display: none; }
  .offer-row { flex: 1; flex-direction: column; text-align: center; align-items: center; margin-bottom: 0; }
  .offer-icon-wrap { margin-bottom: 15px; width: 45px; height: 45px; }
  .offer-icon { font-size: 18px; }
  .btn-massive { max-width: 450px; margin: 0 auto; font-size: 22px; padding: 22px; }
  .trust-grid { grid-template-columns: repeat(4, 1fr); max-width: 1100px; margin: 0 auto; gap: 20px; }
  .trust-item { padding: 25px 15px; }
  .seo-section { padding: 60px 40px; }
  .seo-card { max-width: 1000px; margin: 0 auto; padding: 50px; border-radius: 20px; }
  .seo-card h2 { font-size: 32px; margin-bottom: 25px; }
  .seo-list { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
  .seo-list li { margin-bottom: 0; font-size: 16px; }
  .section-reviews { padding: 60px 40px; }
  .reviews-wrapper { max-width: 1100px; margin: 0 auto; max-height: 500px; overflow-y: auto; padding-right: 15px; }
  .reviews-list { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
  .review-card { padding: 20px; }
  .gallery-section { padding: 60px 40px; }
  .gallery-slider { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; max-width: 1200px; margin: 0 auto; overflow: visible; padding: 30px 0; }
  .gallery-slide { flex: none; width: 100%; box-shadow: 0 10px 30px rgba(0,0,0,0.08); transition: transform 0.3s; }
  .gallery-slide:hover { transform: translateY(-5px); }
  .gallery-slide img { height: 280px; }
  .swipe-hint { display: none; }
  .faq-section { padding: 60px 40px; }
  .faq-section h2 { font-size: 32px; margin-bottom: 40px; }
  .faq-item { max-width: 900px; margin: 0 auto 15px; border-radius: 16px; }
  .faq-question { padding: 22px 30px; font-size: 18px; }
  .section-dark { padding: 80px 40px 60px; }
  .loc-subtitle { max-width: 1100px; margin: 0 auto 15px; text-align: center; font-size: 15px; }
  .loc-grid { max-width: 1100px; margin: 0 auto 40px; grid-template-columns: repeat(5, 1fr); gap: 15px; }
  .loc { font-size: 14px; padding: 12px; }
  .location-section .location-hub-grid { grid-template-columns: repeat(2, 1fr); }
  .seo-section .loc-grid { grid-template-columns: repeat(4, 1fr); }

  /* Desktop map tweaks */
  .map-contact-wrapper { display: flex; gap: 30px; max-width: 1100px; margin: 0 auto; align-items: flex-start; }
  .map-container { flex: 1; margin-bottom: 0; }
  .map-container iframe { height: 350px; }
  .contact-box { flex: 1; margin-top: 0; padding: 40px 30px; align-items: flex-start; }
  .contact-box h3 { text-align: left; border-bottom: 1px solid rgba(255,255,255,0.2); }
  .c-row { justify-content: flex-start; }

  .sticky { display: none; }
  .spacer { display: none; }
  .desktop-floating-cta { display: flex; position: fixed; bottom: 40px; right: 40px; z-index: 100; background: linear-gradient(180deg, #ffd54f 0%, #ffc107 100%); padding: 18px 30px; border-radius: 30px; font-weight: 900; font-size: 18px; color: #000; text-decoration: none; box-shadow: 0 10px 25px rgba(255,193,7,0.4); transition: 0.3s; align-items: center; gap: 12px; }
  .desktop-floating-cta:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 15px 30px rgba(255,193,7,0.5); }
}
/* WhatsApp Floating Button */
.whatsapp-float {
  position: fixed;
  bottom: 80px; 
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  z-index: 999;
  transition: transform 0.3s ease, background-color 0.3s;
}
.whatsapp-float:hover {
  transform: scale(1.1);
  background-color: #1ebe57;
}
@media (min-width: 769px) {
  .whatsapp-float {
    bottom: 110px !important;
    right: 30px !important;
    width: 60px;
    height: 60px;
  }
}

/* Mobile Sticky Container for 2 buttons */
.mobile-sticky-container {
  display: none;
}
@media (max-width: 768px) {
  .mobile-sticky-container {
    display: flex;
    position: fixed;
    bottom: 15px;
    left: 15px;
    right: 15px;
    width: auto;
    z-index: 1000;
    box-shadow: none;
    background: transparent;
    padding: 0;
    gap: 15px;
    pointer-events: none;
  }
  .btn-sticky-half {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 0;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 50px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    pointer-events: auto;
  }
  .phone-half {
    background-color: #f7ca18 !important;
    color: #111 !important;
    border: none !important;
  }
  .sms-half {
    background-color: #f7ca18 !important;
    color: #111 !important;
    border: none !important;
  }

  .btn-sticky {
    display: none !important;
  }
  .whatsapp-float {
    bottom: 85px !important; 
  }
}



/* Przycisk Scroll to Top */
#scrollTopBtn {
  position: fixed;
  bottom: 85px; 
  left: 20px;   
  z-index: 9999;
  background-color: rgba(251, 188, 4, 0.85); /* Półprzezroczysty żółty (kolor główny) */
  color: #0b1a2a; /* Ciemnogranatowa strzałka (kolor tła stopki) */
  border: 1px solid rgba(11, 26, 42, 0.15); /* Cienka obwódka */
  border-radius: 50%;
  width: 45px;
  height: 45px;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 3px; 
  backdrop-filter: blur(4px); /* Lekkie rozmycie tła pod przyciskiem (dla iOS/nowych przeglądarek) */
}
#scrollTopBtn.show {
  opacity: 1;
  visibility: visible;
}
#scrollTopBtn:hover {
  transform: scale(1.08);
  background-color: rgba(251, 188, 4, 1); /* Pełny kolor przy najechaniu */
  box-shadow: 0 6px 16px rgba(0,0,0,0.25);
}


/* Breadcrumbs (Хлебные крошки) */
.breadcrumbs {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 20px 0;
  font-size: 13px;
  color: #666;
  text-align: left;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.breadcrumbs a {
  color: #0b2e59;
  text-decoration: none;
  transition: color 0.3s;
}
.breadcrumbs a:hover {
  color: #ffc107;
  text-decoration: underline;
}
.breadcrumbs .separator {
  margin: 0 8px;
  color: #999;
  font-size: 11px;
}
.breadcrumbs .current {
  color: #777;
  font-weight: 500;
}
@media (max-width: 768px) {
  .breadcrumbs {
    font-size: 11px;
    padding: 10px 15px 0;
    white-space: nowrap;
    overflow-x: auto;
  }
}

/* MODERN COOKIE BANNER */
.cookie-banner-modern {
  position: fixed; bottom: 24px; left: 24px; max-width: 420px; background: #ffffff !important;
  border: 1px solid #e5e7eb; border-radius: 16px; box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.25), 0 0 20px rgba(0,0,0,0.05);
  padding: 24px; z-index: 900; display: flex; flex-direction: column; gap: 16px;
  font-family: system-ui, -apple-system, sans-serif; color: #111827;
}
.cookie-header { display: flex; align-items: center; gap: 12px; }
.cookie-icon { font-size: 28px; line-height: 1; }
.cookie-header h4 { margin: 0; font-size: 18px; font-weight: 700; color: #111827; line-height: 1.2; }
.cookie-body p { margin: 0; font-size: 14px; line-height: 1.5; color: #4b5563; }
.cookie-footer { display: flex; gap: 12px; margin-top: 4px; }
.cookie-btn {
  flex: 1; padding: 12px 16px; font-size: 14px; font-weight: 600; border-radius: 8px;
  cursor: pointer; text-align: center; transition: all 0.2s ease; outline: none;
}
.cookie-btn-outline { background: #ffffff; color: #374151; border: 1px solid #d1d5db; }
.cookie-btn-outline:hover { background: #f3f4f6; border-color: #9ca3af; }
.cookie-btn-solid { background: #2563eb; color: #ffffff; border: 1px solid #2563eb; }
.cookie-btn-solid:hover { background: #1d4ed8; border-color: #1d4ed8; }
@media (max-width: 600px) {
  .cookie-banner-modern { bottom: 16px; left: 16px; right: 16px; max-width: none; padding: 20px; }
  .cookie-footer { flex-direction: column; }
  .cookie-btn { width: 100%; }
}


/* Extracted shared page-level styles */
.brand-wrap{text-decoration:none}.text-center{text-align:center}.icon-16{font-size:16px}.cookie-banner-modern.is-hidden{display:none}.seo-note{ text-align:left; color:#444; line-height:1.6; font-size:15px; }.service-bottom-desc{margin-top:22px;margin-bottom:0}.sr-only-skip{position:absolute;width:1px;height:1px;overflow:hidden;left:-9999px}.sr-only-skip:focus{left:16px;top:16px;width:auto;height:auto;padding:10px 14px;background:#fff7e8;color:#111;z-index:9999;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.15)}.why-specialist-section{padding-top:10px}.why-specialist-card h2,.why-specialist-card h3{text-align:left}.why-specialist-card p,.why-specialist-card .seo-summary{max-width:100%;text-align:left}

.street-index-section{padding:0 20px 40px;background:#fdfcf9;border-bottom:1px solid #f1ebd7}
.street-index-wrap{max-width:1100px;margin:0 auto}
.street-index-card{background:#ffffff;border:1px solid #eee;border-radius:16px;padding:25px 20px;box-shadow:0 4px 15px rgba(0,0,0,0.04);text-align:left}
.street-index-title{text-align:center;margin:0 0 12px;color:#111;font-weight:900;font-size:24px}
.street-index-desc{max-width:820px;margin:0 auto 22px;text-align:center;color:#444;line-height:1.6;font-size:15px}
.street-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.street-chip{display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid #f1ebd7;border-radius:12px;background:#fff7e8;color:#1c1c1c;font-size:14px;line-height:1.4;font-weight:700}
.street-chip::before{content:"📍";font-size:15px;line-height:1}
.faq-local .faq-intro{max-width:850px;margin:0 auto 25px;text-align:center;color:#444;line-height:1.6;font-size:15px}
@media (min-width:768px){.street-index-section{padding:0 40px 60px}.street-index-card{max-width:1000px;margin:0 auto;padding:40px;border-radius:20px}.street-index-title{font-size:32px;margin-bottom:15px}.street-grid{grid-template-columns:repeat(3,1fr);gap:15px}}

.seo-quicklinks{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 0;justify-content:center}
.seo-quicklinks a{display:inline-flex;padding:10px 14px;border-radius:999px;background:#fff7e8;border:1px solid #f1ebd7;color:#1c1c1c;text-decoration:none;font-weight:700;font-size:14px}
.hub-links-section{padding:0 20px 40px;background:#fff}
.hub-links-wrap{max-width:1100px;margin:0 auto}
.hub-links-card{background:#ffffff;border:1px solid #eee;border-radius:16px;padding:25px 20px;box-shadow:0 4px 15px rgba(0,0,0,0.04)}
.hub-links-title{text-align:center;margin:0 0 12px;color:#111;font-weight:900;font-size:24px}
.hub-links-desc{max-width:820px;margin:0 auto 22px;text-align:center;color:#444;line-height:1.6;font-size:15px}
.location-filter-wrap{max-width:560px;margin:0 auto 24px;text-align:left}
.location-filter-label{display:block;margin:0 0 8px;color:#334155;font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.6px}
.location-filter{width:100%;box-sizing:border-box;border:1px solid #e5dfcb;border-radius:12px;background:#fffdf8;color:#111;padding:14px 16px;font-size:16px;font-weight:700;outline:none;box-shadow:0 4px 12px rgba(0,0,0,.04)}
.location-filter:focus{border-color:#ffc107;box-shadow:0 0 0 3px rgba(255,193,7,.22)}
.location-filter-empty{display:none;margin-top:10px;color:#7a4b00;background:#fff7e8;border:1px solid #f1deb0;border-radius:10px;padding:10px 12px;font-size:14px;font-weight:700;text-align:center}
.location-filter-empty.active{display:block}
.hub-chip.is-filter-hidden{display:none}
.hub-links-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.hub-chip{display:flex;align-items:center;justify-content:center;padding:12px 14px;border:1px solid #f1ebd7;border-radius:12px;background:#fff7e8;color:#1c1c1c;font-size:14px;line-height:1.4;font-weight:700;text-decoration:none}
@media (min-width:768px){.hub-links-section{padding:0 40px 60px}.hub-links-card{max-width:1000px;margin:0 auto;padding:40px;border-radius:20px}.hub-links-title{font-size:32px}.hub-links-grid{grid-template-columns:repeat(3,1fr);gap:15px}}

.service-bottom-section{padding:0 20px 40px;background:#fdfcf9;border-bottom:1px solid #f1ebd7}
.service-bottom-wrap{max-width:1100px;margin:0 auto}
.service-bottom-card{background:#ffffff;border:1px solid #eee;border-radius:16px;padding:25px 20px;box-shadow:0 4px 15px rgba(0,0,0,0.04);text-align:left}
.service-bottom-title{text-align:center;margin:0 0 12px;color:#111;font-weight:900;font-size:24px}
.service-bottom-desc{max-width:860px;margin:0 auto 22px;text-align:center;color:#444;line-height:1.6;font-size:15px}
.service-points{display:grid;grid-template-columns:1fr;gap:10px;margin-top:16px}
.service-point{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;border:1px solid #f1ebd7;border-radius:12px;background:#fff7e8;color:#1c1c1c;font-size:14px;line-height:1.5;font-weight:700}
.service-point::before{content:"✔";font-size:15px;line-height:1;color:#1d6b3d;margin-top:1px}
.service-point,
.service-point:hover,
.service-point:visited,
.service-point:active,
.service-point:focus { text-decoration: none !important; }

#uslugi a,
#uslugi a:hover,
#uslugi a:visited,
#uslugi a:active,
#uslugi a:focus,
a[href*="/uslugi/"],
a[href*="uslugi/"] { text-decoration: none !important; }

@media (min-width:768px){.service-bottom-section{padding:0 40px 60px}.service-bottom-card{max-width:1000px;margin:0 auto;padding:40px;border-radius:20px}.service-bottom-title{font-size:32px;margin-bottom:15px}.service-points{grid-template-columns:repeat(2,1fr);gap:15px}}

/* Homepage test: visit process block */
.visit-process-home {
  background: #ffffff;
  padding-top: 48px;
  padding-bottom: 56px;
}
.visit-process-home .seo-card {
  background: #ffffff;
  border: 1px solid #e3e8ee;
  border-left: 6px solid #0b1a2a;
  border-radius: 12px;
  box-shadow: 0 14px 34px rgba(11,26,42,0.08);
  color: #111111;
  overflow: visible;
  position: relative;
}
.visit-process-home .seo-card::before {
  content: none;
}
.visit-process-home .seo-card h2 {
  border-bottom: 1px solid #e3e8ee;
  color: #111111;
  font-size: 26px;
  margin: 0 0 24px;
  padding-bottom: 18px;
}
.visit-process-home .seo-card h3 {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #111111;
  font-size: 17px;
  margin: 22px 0 7px;
  padding: 0 0 0 42px;
  position: relative;
}
.visit-process-home .seo-card h3::before {
  background: #0b1a2a;
  border: 3px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #0b1a2a;
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 18px;
}
.visit-process-home .seo-card p {
  color: #171717;
  font-size: 15px;
  line-height: 1.68;
}
.visit-process-home .seo-card h3 + p {
  background: transparent;
  border: 0;
  border-left: 1px solid #cfd8e3;
  border-radius: 0;
  box-shadow: none;
  margin: 0 0 0 9px;
  padding: 0 0 24px 32px;
  position: relative;
}
.visit-process-home .seo-card h3 + p::before {
  content: none;
}
.visit-process-home .visit-settlement {
  background: transparent;
  border: 0;
  border-left: 1px solid #cfd8e3;
  border-radius: 0;
  box-shadow: none;
  margin: 0 0 0 9px;
  padding: 0 0 10px 32px;
}
.visit-process-home .visit-settlement p {
  font-weight: 400;
  margin: 0 0 12px;
}
.visit-process-home .visit-settlement p::before {
  content: none;
}
.visit-process-home .visit-settlement-list {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.visit-process-home .visit-settlement-list li {
  background: #f7f9fb;
  border: 1px solid #e3e8ee;
  border-radius: 8px;
  color: #171717;
  font-size: 14px;
  line-height: 1.48;
  padding: 10px 12px 10px 31px;
  position: relative;
}
.visit-process-home .visit-settlement-list li::before {
  content: "✓";
  color: #0b1a2a;
  font-weight: 900;
  left: 12px;
  position: absolute;
  top: 9px;
}
@media (min-width: 768px) {
  .visit-process-home {
    padding-top: 72px;
    padding-bottom: 80px;
  }
  .visit-process-home .seo-card {
    border-left-width: 8px;
  }
  .visit-process-home .seo-card h2 {
    font-size: 34px;
    margin-bottom: 28px;
    padding-bottom: 22px;
  }
  .visit-process-home .seo-card h3 {
    font-size: 18px;
    padding-left: 50px;
  }
  .visit-process-home .seo-card h3::before {
    height: 20px;
    width: 20px;
  }
  .visit-process-home .seo-card h3 + p,
  .visit-process-home .visit-settlement {
    margin-left: 10px;
    padding-left: 40px;
  }
}

/* Homepage: larger realizations heading */
.home-gallery-section h2 {
  font-size: 29px;
}
@media (min-width: 768px) {
  .home-gallery-section h2 {
    font-size: 34px;
  }
}
/* Google Maps style reviews */
.section-reviews-maps {
  background: #f8f9fa;
  border-top: 1px solid #e8eaed;
  border-bottom: 1px solid #e8eaed;
  padding: 40px 16px 48px;
  text-align: center;
}
.section-reviews-maps h2 {
  color: #202124;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 12px;
}
.section-reviews-maps .google-badge {
  background: #ffffff;
  border: 1px solid #dadce0;
  border-radius: 999px;
  box-shadow: 0 1px 2px rgba(60,64,67,0.12);
  color: #202124;
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  gap: 10px;
  margin: 0 0 14px;
  padding: 9px 16px;
}
.section-reviews-maps .google-badge svg {
  flex: 0 0 auto;
}
.section-reviews-maps .street-index-desc {
  color: #5f6368;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 auto 22px;
  max-width: 720px;
}
.section-reviews-maps .reviews-wrapper {
  margin: 0 auto;
  max-height: 560px;
  max-width: 1120px;
  overflow-y: auto;
  padding: 4px 8px 14px;
  text-align: left;
}
.section-reviews-maps .reviews-wrapper::-webkit-scrollbar {
  width: 7px;
}
.section-reviews-maps .reviews-wrapper::-webkit-scrollbar-track {
  background: #eef1f4;
  border-radius: 999px;
}
.section-reviews-maps .reviews-wrapper::-webkit-scrollbar-thumb {
  background: #c4c7c5;
  border-radius: 999px;
}
.section-reviews-maps .reviews-list {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
}
.section-reviews-maps .review-card {
  background: #ffffff;
  border: 1px solid #dadce0;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(60,64,67,0.10);
  color: #202124;
  padding: 16px;
}
.section-reviews-maps .review-header {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-bottom: 9px;
}
.section-reviews-maps .avatar {
  box-shadow: none;
  font-size: 16px;
  font-weight: 700;
  height: 40px;
  width: 40px;
}
.section-reviews-maps .reviewer-info {
  min-width: 0;
}
.section-reviews-maps .reviewer-name {
  color: #202124;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 3px;
}
.section-reviews-maps .review-meta {
  align-items: center;
  color: #5f6368;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  gap: 6px;
  line-height: 1.35;
}
.section-reviews-maps .stars-small {
  color: #fbbc04;
  font-size: 13px;
  letter-spacing: 1px;
  white-space: nowrap;
}
.section-reviews-maps .review-text {
  color: #3c4043;
  font-size: 14px;
  line-height: 1.55;
}
@media (min-width: 768px) {
  .section-reviews-maps {
    padding: 58px 40px 64px;
  }
  .section-reviews-maps h2 {
    font-size: 32px;
  }
  .section-reviews-maps .reviews-wrapper {
    padding-right: 14px;
  }
  .section-reviews-maps .reviews-list {
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1120px) {
  .section-reviews-maps .reviews-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
/* Visit process yellow style all pages */
.visit-process {
  background: #ffffff;
  padding-top: 48px;
  padding-bottom: 56px;
}
.visit-process .seo-card {
  background: #ffffff;
  border: 1px solid #eee4c8;
  border-left: 8px solid #ffc107;
  border-radius: 12px;
  box-shadow: 0 14px 36px rgba(11, 26, 42, 0.08);
  overflow: visible;
  position: relative;
}
.visit-process .seo-card::before {
  content: none;
}
.visit-process .seo-card h2 {
  border-bottom: 1px solid #f1ebd7;
  color: #111111;
  font-size: 26px;
  margin: 0 0 24px;
  padding-bottom: 18px;
}
.visit-process .seo-card h3 {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #111111;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
  margin: 0 0 8px;
  padding-left: 40px;
  position: relative;
}
.visit-process .seo-card h3::before {
  background: #ffc107;
  border: 3px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255, 193, 7, 0.45);
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  top: 1px;
  width: 18px;
}
.visit-process .seo-card p {
  color: #171717;
  font-size: 15px;
  line-height: 1.68;
}
.visit-process .seo-card h3 + p {
  background: transparent;
  border: 0;
  border-left: 1px solid #f0d273;
  border-radius: 0;
  color: #171717;
  margin: 0 0 22px 8px;
  padding: 0 0 10px 32px;
  position: relative;
}
.visit-process .seo-card h3 + p::before {
  content: none;
}
.visit-process .visit-settlement {
  background: transparent;
  border: 0;
  border-left: 1px solid #f0d273;
  border-radius: 0;
  margin: 0 0 0 8px;
  padding: 0 0 10px 32px;
}
.visit-process .visit-settlement p {
  color: #171717;
  font-weight: 400;
  margin: 0 0 12px;
}
.visit-process .visit-settlement p::before {
  content: none;
}
.visit-process .visit-settlement-list {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.visit-process .visit-settlement-list li {
  background: #fff8e1;
  border: 1px solid #f3df9a;
  border-radius: 8px;
  color: #171717;
  font-size: 14px;
  line-height: 1.55;
  padding: 10px 12px 10px 34px;
  position: relative;
}
.visit-process .visit-settlement-list li::before {
  color: #c79200;
  content: "✓";
  font-weight: 900;
  left: 12px;
  position: absolute;
  top: 10px;
}
@media (min-width: 768px) {
  .visit-process {
    padding-top: 72px;
    padding-bottom: 80px;
  }
  .visit-process .seo-card h2 {
    font-size: 34px;
    margin-bottom: 28px;
    padding-bottom: 22px;
  }
  .visit-process .seo-card h3 {
    font-size: 18px;
    padding-left: 50px;
  }
  .visit-process .seo-card h3::before {
    height: 20px;
    width: 20px;
  }
  .visit-process .seo-card h3 + p,
  .visit-process .visit-settlement {
    margin-left: 10px;
    padding-left: 40px;
  }
}

