
:root {
  --dark: #111318;
  --graphite: #202631;
  --text: #222936;
  --muted: #667085;
  --light: #f5f7fb;
  --white: #ffffff;
  --red: #d71920;
  --red-dark: #a90f15;
  --blue: #0f63c8;
  --blue-dark: #0b4ea2;
  --blue-light: #eef6ff;
  --border: #e4e7ec;
  --shadow: 0 18px 46px rgba(17, 19, 24, 0.13);
  --max: 1140px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; max-width: 100%; overflow-x: clip; }
body {
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
  max-width: 100%;
  overflow-x: clip;
}
a { color: inherit; text-decoration: none; }
img, svg, video, iframe { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p, a, li, summary, strong, span { overflow-wrap: anywhere; }
.container { width: min(var(--max), calc(100% - 36px)); margin: 0 auto; min-width: 0; }
.skip-link { position: absolute; left: -999px; top: 8px; background: #fff; color: #000; padding: 10px; z-index: 999; }
.skip-link:focus { left: 8px; }

.topbar { background: var(--dark); color: rgba(255,255,255,0.82); font-size: 14px; }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 9px 0; min-width: 0; }
.topbar strong { color: #fff; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,0.96); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(228,231,236,0.9); }
.nav { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 14px 0; min-width: 0; }
.brand { display: flex; align-items: center; min-width: 180px; }
.brand-logo { width: 176px; height: auto; }
.menu { display: flex; align-items: center; gap: 22px; color: #3c4452; font-size: 15px; font-weight: 700; }
.menu a:hover, .menu a[aria-current="page"] { color: var(--blue); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 12px 18px; border-radius: 999px; font-weight: 900; border: 1px solid transparent; transition: .2s ease; cursor: pointer; white-space: normal; text-align: center; line-height: 1.25; }
.btn-primary { background: var(--red); color: #fff; box-shadow: 0 14px 30px rgba(215,25,32,.23); }
.btn-primary:hover { background: var(--red-dark); transform: translateY(-1px); }
.btn-blue { background: var(--blue); color: #fff; box-shadow: 0 12px 26px rgba(15,99,200,.22); }
.btn-blue:hover { background: var(--blue-dark); transform: translateY(-1px); }
.btn-outline { background: #fff; border-color: var(--border); color: var(--dark); }
.btn-outline:hover { border-color: var(--blue); color: var(--blue); }
.mobile-menu { display: none; background: rgba(255,255,255,.98); border-top: 1px solid rgba(228,231,236,.9); border-bottom: 1px solid rgba(228,231,236,.9); overflow: hidden; }
.mobile-menu-inner { display: flex; gap: 9px; overflow-x: auto; padding: 10px 0; scrollbar-width: none; min-width: 0; }
.mobile-menu-inner::-webkit-scrollbar { display: none; }
.mobile-menu a { flex: 0 0 auto; padding: 8px 12px; border-radius: 999px; background: var(--blue-light); color: var(--blue-dark); font-size: 13px; font-weight: 800; white-space: nowrap; }

.local-hero {
  position: relative;
  color: #fff;
  padding: 70px 0 44px;
  background:
    radial-gradient(circle at 76% 18%, rgba(15,99,200,.38), transparent 30%),
    radial-gradient(circle at 12% 84%, rgba(215,25,32,.22), transparent 34%),
    linear-gradient(135deg, #111318 0%, #202631 55%, #101217 100%);
  overflow: hidden;
}
.local-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.85), transparent 92%);
  pointer-events: none;
}
.local-hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(280px, .88fr); gap: 32px; align-items: stretch; min-width: 0; }
.breadcrumbs { position: relative; margin-bottom: 20px; color: rgba(255,255,255,.68); font-size: 14px; }
.breadcrumbs a { color: #fff; font-weight: 800; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; padding: 8px 13px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.08); border-radius: 999px; color: rgba(255,255,255,.86); font-size: 14px; font-weight: 800; margin-bottom: 18px; }
.dot { width: 9px; height: 9px; background: #2f80ed; border-radius: 50%; box-shadow: 0 0 0 6px rgba(47,128,237,.18); }
h1 { font-size: clamp(38px, 5.2vw, 64px); line-height: 1.03; letter-spacing: -2.1px; margin-bottom: 20px; }
.hero-lead { max-width: 720px; color: rgba(255,255,255,.78); font-size: 19px; margin-bottom: 26px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 24px; }
.local-proof { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; max-width: 780px; }
.proof-item { border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.08); border-radius: 18px; padding: 14px; min-width: 0; }
.proof-item strong { display: block; color: #fff; font-size: 18px; margin-bottom: 3px; }
.proof-item span { color: rgba(255,255,255,.72); font-size: 13px; }
.contact-card { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.17); border-radius: 28px; padding: 26px; backdrop-filter: blur(18px); box-shadow: 0 28px 70px rgba(0,0,0,.24); min-width: 0; }
.contact-card .label { color: rgba(255,255,255,.68); font-weight: 800; text-transform: uppercase; letter-spacing: .08em; font-size: 12px; margin-bottom: 8px; }
.contact-card h2 { color: #fff; font-size: 28px; line-height: 1.15; margin-bottom: 10px; letter-spacing: -.7px; }
.contact-card p { color: rgba(255,255,255,.74); margin-bottom: 16px; }
.contact-lines { display: grid; gap: 10px; margin: 18px 0; }
.contact-line { display: flex; justify-content: space-between; gap: 12px; padding: 12px 13px; border-radius: 16px; background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.12); color: #fff; font-weight: 800; min-width: 0; }
.contact-line span:first-child { color: rgba(255,255,255,.65); font-weight: 700; }
.contact-card .btn { width: 100%; }

.section { padding: 62px 0; }
.section.light { background: var(--light); border-top: 1px solid rgba(228,231,236,.8); border-bottom: 1px solid rgba(228,231,236,.8); }
.section-head { max-width: 820px; margin-bottom: 28px; }
.section-kicker { color: var(--red); font-weight: 900; text-transform: uppercase; letter-spacing: .1em; font-size: 12px; margin-bottom: 9px; }
h2 { font-size: clamp(27px, 3.6vw, 42px); line-height: 1.12; letter-spacing: -1.1px; color: var(--dark); margin-bottom: 12px; }
.section-head p { color: var(--muted); font-size: 17px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; min-width: 0; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; min-width: 0; }
.split { display: grid; grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr); gap: 26px; align-items: start; min-width: 0; }
.card { position: relative; background: #fff; border: 1px solid var(--border); border-radius: 24px; padding: 24px; box-shadow: 0 10px 30px rgba(17,19,24,.05); min-width: 0; overflow: hidden; }
.card::before { content:""; position:absolute; top:0; left:0; right:0; height:3px; background: var(--blue); opacity:.85; }
.card.red::before { background: var(--red); }
.card h3 { font-size: 22px; line-height: 1.2; color: var(--dark); margin-bottom: 10px; }
.card p { color: var(--muted); margin-bottom: 16px; }
.icon { width: 50px; height: 50px; border-radius: 16px; display: grid; place-items: center; background: var(--blue-light); color: var(--blue); font-weight: 900; margin-bottom: 15px; }
.icon.red { background: #fff1f2; color: var(--red); }
.list { display: grid; gap: 8px; list-style: none; color: #465062; font-size: 15px; }
.list li { display: flex; gap: 9px; align-items: flex-start; }
.list li::before { content: "✓"; color: var(--blue); font-weight: 900; flex: 0 0 auto; }
.service-list { display: grid; gap: 10px; }
.service-row { display: grid; grid-template-columns: 40px minmax(0,1fr) auto; gap: 14px; align-items: center; padding: 14px; border: 1px solid var(--border); background: #fff; border-radius: 18px; min-width: 0; }
.service-row .num { width: 40px; height: 40px; border-radius: 14px; display: grid; place-items: center; color: #fff; background: var(--blue); font-weight: 900; }
.service-row strong { color: var(--dark); display: block; }
.service-row p { color: var(--muted); font-size: 14px; margin-top: 2px; }
.service-row a { color: var(--blue); font-weight: 900; font-size: 14px; white-space: normal; }
.mini-cta { margin-top: 18px; border: 1px solid rgba(15,99,200,.18); background: linear-gradient(135deg,#fff,#f8fbff); border-left: 5px solid var(--blue); border-radius: 22px; padding: 22px; display: flex; gap: 16px; align-items: center; justify-content: space-between; min-width: 0; }
.mini-cta p { color: var(--muted); margin-top: 4px; }
.process { counter-reset: step; }
.step { background: #fff; border: 1px solid var(--border); border-radius: 22px; padding: 22px; min-height: 190px; min-width: 0; }
.step::before { counter-increment: step; content: "0" counter(step); width: 46px; height: 46px; border-radius: 15px; background: var(--blue); color:#fff; display:grid; place-items:center; font-weight:900; margin-bottom: 16px; }
.step h3 { color: var(--dark); font-size: 20px; margin-bottom: 7px; }
.step p { color: var(--muted); font-size: 15px; }
.local-area-box { background: var(--dark); color:#fff; border-radius: 28px; padding: 28px; min-width: 0; }
.local-area-box h3 { color:#fff; font-size: 25px; margin-bottom: 10px; }
.local-area-box p { color: rgba(255,255,255,.75); }
.city-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.city-chip { display: inline-flex; align-items: center; justify-content: center; padding: 9px 12px; border-radius: 999px; background: #fff; color: var(--blue-dark); border: 1px solid rgba(15,99,200,.14); font-weight: 900; font-size: 14px; }
.city-chip.planned { color: #475467; background: #f8fafc; }
.faq-list { display: grid; gap: 12px; max-width: 940px; }
details { background:#fff; border: 1px solid var(--border); border-radius: 18px; padding: 18px 20px; min-width: 0; }
details[open] { border-color: rgba(15,99,200,.26); box-shadow: 0 10px 26px rgba(15,99,200,.06); }
summary { list-style: none; cursor: pointer; display:flex; justify-content:space-between; gap:14px; font-weight: 900; color: var(--dark); }
summary::-webkit-details-marker { display:none; }
summary::after { content:"+"; color:var(--blue); font-size:22px; line-height:1; }
details[open] summary::after { content:"–"; }
details p { color: var(--muted); margin-top: 12px; }
.final-cta { background: radial-gradient(circle at 12% 18%, rgba(15,99,200,.24), transparent 32%), radial-gradient(circle at 88% 20%, rgba(215,25,32,.24), transparent 35%), linear-gradient(135deg, #111318, #202631); border-radius: 30px; padding: 34px; color:#fff; display:grid; grid-template-columns:minmax(0,1fr) auto; gap:22px; align-items:center; box-shadow: var(--shadow); }
.final-cta h2 { color:#fff; }
.final-cta p { color: rgba(255,255,255,.75); }

.urgent-label { display:inline-flex; align-items:center; width: fit-content; margin-bottom: 10px; padding: 7px 12px; border-radius: 999px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.92); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.urgent-list { margin: 16px 0 0 18px; color: rgba(255,255,255,.82); line-height: 1.65; }
.urgent-list li { margin-bottom: 6px; overflow-wrap: anywhere; }
.urgent-cta .btn-outline { border-color: rgba(255,255,255,.40); color: #fff; background: rgba(255,255,255,.08); }
.urgent-cta .btn-outline:hover { border-color: #fff; color: #fff; background: rgba(255,255,255,.14); }
.final-actions { display:grid; gap:10px; min-width: 210px; }
.final-actions .btn { width: 100%; }
.site-footer { background:#0d0f13; color:rgba(255,255,255,.72); padding: 36px 0; border-top: 3px solid var(--blue); }
.footer-grid { display:grid; grid-template-columns:1.2fr .8fr .8fr; gap:30px; min-width: 0; }
.site-footer strong { color:#fff; }
.site-footer a { color: rgba(255,255,255,.82); }
.footer-links { display:grid; gap:8px; margin-top:10px; }
.footer-bottom { margin-top:22px; padding-top:18px; border-top:1px solid rgba(255,255,255,.08); color:rgba(255,255,255,.58); font-size:14px; }
.mobile-cta { display:none; position: fixed; left:14px; right:14px; bottom:14px; z-index:70; box-shadow:0 16px 36px rgba(215,25,32,.28); }

/* Hub /obszar-dzialania/ */
.area-map-wrap { display:grid; grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr); gap: 24px; align-items: center; }
.map-card { position: relative; min-height: 430px; border-radius: 30px; overflow:hidden; background: radial-gradient(circle at 50% 45%, #eef6ff 0%, #f7fbff 48%, #ffffff 100%); border: 1px solid rgba(15,99,200,.16); box-shadow: var(--shadow); }
.map-shape { position: absolute; inset: 44px; border-radius: 48% 52% 45% 55% / 44% 48% 52% 56%; background: linear-gradient(135deg, rgba(15,99,200,.16), rgba(215,25,32,.08)); border: 2px solid rgba(15,99,200,.22); }
.map-dot { position:absolute; transform: translate(-50%,-50%); display:flex; align-items:center; gap:7px; padding: 7px 9px; background:#fff; border:1px solid rgba(15,99,200,.18); border-radius:999px; color:var(--dark); font-size:12px; font-weight:900; box-shadow:0 8px 20px rgba(17,19,24,.10); }
.map-dot::before { content:""; width:9px; height:9px; background:var(--red); border-radius:50%; box-shadow:0 0 0 5px rgba(215,25,32,.12); }
.dot-lodz { left:51%; top:42%; }
.dot-brzeziny { left:63%; top:43%; }
.dot-pabianice { left:45%; top:52%; }
.dot-zgierz { left:46%; top:34%; }
.dot-piotrkow { left:58%; top:68%; }
.dot-sieradz { left:29%; top:55%; }
.dot-belchatow { left:48%; top:69%; }
.dot-skierniewice { left:72%; top:36%; }
.city-grid { display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 10px; }
.city-tile { padding: 13px 14px; border: 1px solid var(--border); background:#fff; border-radius:16px; font-weight:900; color:var(--dark); min-width:0; }
a.city-tile:hover { border-color: var(--blue); color: var(--blue); }
span.city-tile { color:#667085; background:#f8fafc; }
.city-note { margin-top: 14px; color: var(--muted); font-size: 14px; }

@media (max-width: 980px) {
  .menu { display: none; }
  .mobile-menu { display: block; }
  .local-hero-grid, .split, .area-map-wrap, .final-cta { grid-template-columns: 1fr; }
  .grid-3 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .grid-4 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .footer-grid { grid-template-columns: 1fr; }
  .final-actions { min-width: 0; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, var(--max)); }
  .topbar-inner { flex-direction: column; align-items: flex-start; gap: 3px; }
  .brand { min-width: 0; }
  .brand-logo { width: 148px; }
  .nav .btn { display: none; }
  .local-hero { padding: 48px 0 34px; }
  h1 { letter-spacing: -1.1px; }
  .hero-lead { font-size: 17px; }
  .local-proof, .grid-3, .grid-4, .city-grid { grid-template-columns: 1fr; }
  .service-row { grid-template-columns: 40px minmax(0,1fr); }
  .service-row a { grid-column: 2; }
  .mini-cta { flex-direction: column; align-items: stretch; }
  .mini-cta .btn { width: 100%; }
  .contact-line { flex-direction: column; gap: 2px; }
  .section { padding: 48px 0; }
  .card, .contact-card, .local-area-box, .final-cta { padding-left: 20px; padding-right: 20px; }
  .map-card { min-height: 360px; }
  .map-shape { inset: 36px 22px; }
  .map-dot { font-size: 11px; padding: 6px 8px; }
  .final-cta { border-radius: 24px; }
  .mobile-cta { display: inline-flex; }
}

@supports not (overflow-x: clip) {
  html, body { overflow-x: hidden; }
}


.local-area-box .list,
.local-area-box .list li,
.local-area-box.doc-box .list,
.local-area-box.doc-box .list li,
.local-area-box.doc-box p {
  color: rgba(255,255,255,.88);
}
.local-area-box .list li::before,
.local-area-box.doc-box .list li::before {
  color: rgba(255,255,255,.95);
}
.dot-kutno { left: 37%; top: 20%; }
.dot-leczyca { left: 43%; top: 27%; }
.dot-lowicz { left: 66%; top: 24%; }
.dot-lask { left: 36%; top: 58%; }
.dot-opoczno { left: 72%; top: 72%; }


.dot-pajeczno { left: 39%; top: 82%; }
.dot-poddebice { left: 32%; top: 38%; }
.dot-radomsko { left: 51%; top: 86%; }
.dot-rawa { left: 76%; top: 49%; }
.dot-tomaszow { left: 70%; top: 65%; }


.dot-wielun { left: 27%; top: 78%; }
.dot-wieruszow { left: 17%; top: 76%; }
.dot-zdunska { left: 34%; top: 60%; }
.dot-aleksandrow { left: 45%; top: 42%; }
.dot-konstantynow { left: 43%; top: 49%; }


.dot-strykow { left: 56%; top: 39%; }
.dot-koluszki { left: 60%; top: 49%; }
.dot-rzgow { left: 49%; top: 54%; }
.dot-ozorkow { left: 45%; top: 31%; }
.dot-tuszyn { left: 51%; top: 61%; }
.local-area-box .list,
.local-area-box .list li,
.local-area-box.doc-box .list,
.local-area-box.doc-box .list li,
.local-area-box.doc-box p {
  color: rgba(255,255,255,.88);
}
.local-area-box .list li::before,
.local-area-box.doc-box .list li::before {
  color: rgba(255,255,255,.92);
}


.dot-biala-rawska { left: 82%; top: 55%; }
.dot-dzialoszyn { left: 34%; top: 86%; }
.dot-kamiensk { left: 50%; top: 78%; }
.dot-przedborz { left: 61%; top: 89%; }
.dot-dmosin { left: 59%; top: 35%; }
.dot-jezow { left: 67%; top: 43%; }
.edu-box .list,
.edu-box .list li,
.edu-box p {
  color: rgba(255,255,255,.88);
}
.edu-box .list li::before {
  color: rgba(255,255,255,.95);
}


.dot-glowno { left: 57%; top: 31%; }
.dot-zelow { left: 45%; top: 63%; }
.dot-sulejow { left: 61%; top: 73%; }
.dot-uniejow { left: 34%; top: 38%; }
.dot-andrespol { left: 58%; top: 49%; }


.local-use-grid {
  align-items: stretch;
}

.local-use-grid .industry,
.industry.light-card {
  display: block;
  min-height: 126px;
  padding: 20px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(15, 99, 200, 0.14);
  box-shadow: 0 10px 28px rgba(17, 19, 24, 0.05);
  color: #4b5563;
  line-height: 1.55;
  position: relative;
  overflow: hidden;
}

.local-use-grid .industry::before,
.industry.light-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--blue);
}

.local-use-grid .industry strong,
.industry.light-card strong {
  display: block;
  margin-bottom: 6px;
  color: var(--dark);
  font-size: 18px;
  line-height: 1.25;
}

.local-area-box .list,
.local-area-box .list li,
.local-area-box.doc-box .list,
.local-area-box.doc-box .list li,
.local-area-box.doc-box p {
  color: rgba(255,255,255,.88);
}

@media (max-width: 680px) {
  .local-use-grid .industry,
  .industry.light-card {
    min-height: auto;
  }
}


/* Poprawka kafelków lokalnych – rozdzielenie nagłówka i opisu */
.local-use-grid .industry.light-card,
.industry.light-card {
  display: block;
}

.local-use-grid .industry.light-card h3,
.industry.light-card h3 {
  display: block;
  margin: 0 0 8px;
  color: var(--dark);
  font-size: 18px;
  line-height: 1.25;
}

.local-use-grid .industry.light-card p,
.industry.light-card p {
  display: block;
  margin: 0;
  color: #4b5563;
  line-height: 1.55;
}

.local-use-grid .industry.light-card strong,
.industry.light-card strong {
  display: block;
  margin-bottom: 8px;
}


/* MAZOWIECKIE FIX 20260527: kafelki sekcji "dla firm i zarządców" */
.local-use-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}
.local-use-grid .industry.light-card {
  display: block !important;
  min-height: 126px;
  padding: 20px;
  border-radius: 20px;
  background: #ffffff !important;
  border: 1px solid rgba(15, 99, 200, 0.14);
  box-shadow: 0 10px 28px rgba(17, 19, 24, 0.05);
  color: #4b5563 !important;
  line-height: 1.55;
  position: relative;
  overflow: hidden;
}
.local-use-grid .industry.light-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--blue);
}
.local-use-grid .industry.light-card h3 {
  display: block !important;
  margin: 0 0 8px !important;
  color: var(--dark) !important;
  font-size: 18px !important;
  line-height: 1.25 !important;
}
.local-use-grid .industry.light-card p {
  display: block !important;
  margin: 0 !important;
  color: #4b5563 !important;
  line-height: 1.55 !important;
}
.local-use-grid .industry.light-card strong {
  display: block !important;
  margin-bottom: 8px !important;
  color: var(--dark) !important;
}
@media (max-width: 980px) {
  .local-use-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 680px) {
  .local-use-grid { grid-template-columns: 1fr; }
  .local-use-grid .industry.light-card { min-height: auto; }
}
