
:root{
  --navy:#0b3f75;
  --navy2:#072e56;
  --orange:#ff6600;
  --silver:#d8e0e8;
  --text:#24313d;
  --muted:#63707a;
  --white:#fff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  padding-bottom:90px;
  font-family:Arial,Helvetica,sans-serif;
  color:var(--text);
  min-height:100vh;
  display:flex;
  flex-direction:column;
  background:
    linear-gradient(rgba(248,250,252,.54), rgba(248,250,252,.54)),
    url('tlo_lublin_blueprint.png') center center / cover no-repeat fixed;
}
body:before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background:linear-gradient(rgba(255,255,255,.015), rgba(255,255,255,.015));
}
a{color:inherit}
header{
  position:sticky; top:0; z-index:100;
  display:flex; align-items:center; gap:20px;
  padding:10px 22px;
  background:rgba(255,255,255,.97);
  box-shadow:0 2px 10px rgba(0,0,0,.12);
}
header img{height:58px;width:auto;display:block}
.header-info h1{margin:0 0 3px;font-size:1.18rem}
.header-info p{margin:0;color:#5b6670;font-size:.82rem}
.header-actions{margin-left:auto;display:flex;gap:8px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:9px 14px;border-radius:7px;text-decoration:none;
  font-weight:700;font-size:.85rem;transition:.15s ease;
}
.btn:hover{transform:translateY(-1px)}
.btn-orange{background:var(--orange);color:#fff}
.btn-blue{background:var(--navy);color:#fff}

.layout{
  width:100%;
  flex:1;
  max-width:none;
  margin:0;
  padding:16px 18px 24px 0;
  display:grid;
  grid-template-columns:360px minmax(0,1fr);
  gap:26px;
  align-items:start;
}
.sidebar{
  position:sticky; top:92px;
  width:360px;
  margin-left:0;
  background:rgba(255,255,255,.97);
  border-radius:0 16px 16px 0;
  box-shadow:3px 4px 18px rgba(0,0,0,.14);
  padding:20px 18px 22px 18px;
  border-right:1px solid #e1e7ec;
}
.sidebar h2{
  margin:0 0 16px;
  text-align:center;
  font-size:1.38rem;
  padding-bottom:10px;
  border-bottom:3px solid var(--orange);
}
.service-nav{display:flex;flex-direction:column;gap:9px}
.service-card{
  display:grid;
  grid-template-columns:64px 1fr;
  gap:14px;
  align-items:center;
  padding:13px 12px;
  background:#fff;
  border:1px solid #dde5ec;
  border-radius:10px;
  text-decoration:none;
  box-shadow:0 1px 4px rgba(0,0,0,.05);
  transition:.16s ease;
}
.service-card:hover,.service-card.active{
  transform:translateX(4px);
  border-color:var(--orange);
  box-shadow:0 5px 15px rgba(0,0,0,.1);
}
.icon{
  width:58px;height:58px;border-radius:12px;
  display:flex;align-items:center;justify-content:center;
  background:linear-gradient(145deg,#f2f6fa,#e7edf3);
  color:var(--navy);
  border:1px solid #d5e0e9;
}
.service-card:hover .icon,.service-card.active .icon{color:var(--orange)}
.icon svg{width:32px;height:32px;stroke:currentColor}
.service-card h3{margin:0 0 3px;font-size:1.05rem}
.service-card p{margin:0;color:#6c7680;font-size:.79rem;line-height:1.3}

.content{min-width:0;max-width:1050px;width:100%;margin:0 auto;}
.hero,.panel,.service-detail{
  background:rgba(255,255,255,.93);
  border:1px solid rgba(214,222,229,.95);
  border-radius:13px;
  box-shadow:0 5px 18px rgba(0,0,0,.09);
}
.hero{padding:25px;margin-bottom:15px}
.eyebrow{
  color:var(--orange);font-weight:800;
  letter-spacing:.08em;text-transform:uppercase;font-size:.76rem;
}
.hero h2{
  margin:5px 0 10px;font-size:clamp(1.55rem,2.6vw,2.35rem);
  line-height:1.08;color:#182a39;
}
.hero p,.panel p,.service-detail p{
  color:#56636e;line-height:1.58;
}
.hero-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:15px}
.panel{padding:18px 20px;margin-bottom:15px;border-left:4px solid var(--orange)}
.panel h2{margin:0 0 7px;font-size:1.15rem;color:var(--navy)}
.titlebar{
  margin:0 0 12px;background:var(--navy);
  color:#fff;padding:11px 15px;border-radius:10px;font-size:1.06rem;
}
.service-detail{
  padding:22px;
  margin-bottom:14px;
  border-left:4px solid var(--navy);
}
.service-detail h3{margin:0 0 8px;color:var(--navy);font-size:1.15rem}
.service-detail ul{line-height:1.55;color:#56636e;padding-left:21px}
.service-detail .btn{margin-top:8px}

.subhero{
  padding:28px;
  margin-bottom:15px;
  background:linear-gradient(135deg,rgba(11,63,117,.98),rgba(7,46,86,.96));
  border-radius:13px;
  color:#fff;
  box-shadow:0 7px 22px rgba(0,0,0,.15);
  border-left:5px solid var(--orange);
}
.subhero .eyebrow{color:#ffad76}
.subhero h2{font-size:clamp(1.75rem,3vw,2.55rem);margin:6px 0 8px}
.subhero p{margin:0;color:#e7edf3;line-height:1.58;max-width:900px}
.info-grid{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:15px;
}
.info-box{
  background:rgba(255,255,255,.94);
  border:1px solid #dce4eb;
  border-radius:12px;padding:18px;
  box-shadow:0 4px 14px rgba(0,0,0,.08);
}
.info-box h3{margin:0 0 7px;color:var(--navy)}
.info-box p,.info-box li{color:#586671;line-height:1.55}
.backlink{display:inline-block;margin-bottom:12px;text-decoration:none;color:var(--navy);font-weight:700}
.backlink:hover{color:var(--orange)}

footer{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:200;
  width:100%;
  background:rgba(26,31,36,.98);
  color:#fff;
  text-align:center;
  padding:12px 20px;
  box-shadow:0 -2px 10px rgba(0,0,0,.18);
}
footer a{color:#ff8a3d;text-decoration:none;font-weight:700}

@media(max-width:980px){
  header{position:static;flex-wrap:wrap}
  .header-actions{width:100%;margin-left:0}
  .layout{grid-template-columns:1fr;padding:10px}
  .sidebar{position:static;width:100%;border-radius:12px;margin:0}
  .service-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
  .info-grid{grid-template-columns:1fr}
}
@media(max-width:600px){
  .service-nav{grid-template-columns:1fr}
  .header-actions .btn{flex:1}
  .hero,.subhero,.service-detail,.panel{padding:16px}
}


/* ===== WERSJA V9: WIĘCEJ TREŚCI, BEZ CENTRALNEGO LOGO ===== */
.section-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin-bottom:15px;
}
.info-panel{
  background:rgba(255,255,255,.94);
  border:1px solid #dbe4eb;
  border-radius:12px;
  padding:18px 19px;
  box-shadow:0 4px 14px rgba(0,0,0,.08);
}
.info-panel h3{
  margin:0 0 8px;
  color:var(--navy);
  font-size:1.08rem;
}
.info-panel p,
.info-panel li{
  color:#56636e;
  line-height:1.55;
}
.info-panel ul{
  margin:8px 0 0 20px;
  padding:0;
}

.steps{
  counter-reset:step;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}
.step{
  background:rgba(255,255,255,.95);
  border:1px solid #dbe4eb;
  border-radius:11px;
  padding:15px;
  box-shadow:0 3px 12px rgba(0,0,0,.07);
}
.step:before{
  counter-increment:step;
  content:counter(step);
  display:flex;
  align-items:center;
  justify-content:center;
  width:30px;height:30px;
  border-radius:50%;
  background:var(--orange);
  color:#fff;
  font-weight:700;
  margin-bottom:8px;
}
.step h4{
  margin:0 0 5px;
  color:var(--navy);
  font-size:.95rem;
}
.step p{
  margin:0;
  color:#5c6974;
  line-height:1.45;
  font-size:.88rem;
}

.faq{
  margin-bottom:15px;
}
.faq details{
  background:rgba(255,255,255,.94);
  border:1px solid #dbe4eb;
  border-radius:10px;
  margin-bottom:8px;
  padding:12px 14px;
  box-shadow:0 2px 8px rgba(0,0,0,.05);
}
.faq summary{
  cursor:pointer;
  font-weight:700;
  color:var(--navy);
}
.faq p{
  margin:8px 0 0;
  color:#5b6873;
  line-height:1.5;
}

.long-content{
  padding-bottom:20px;
}

@media(max-width:900px){
  .section-grid{grid-template-columns:1fr}
  .steps{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:560px){
.steps{grid-template-columns:1fr}
}
