/* =============================================
   CZYSTA ŚCIANA - style.css
   Wersja: 1.0 | czystasciana.pl
   ============================================= */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Lora:ital,wght@0,400;0,600;1,400&family=Inter:wght@400;500;600&display=swap');

/* ---- ZMIENNE CSS ---- */
:root {
  --navy:    #0B1F3A;
  --navy2:   #132d52;
  --blue:    #1565C0;
  --blue-lt: #1976D2;
  --accent:  #F57C00;
  --accent2: #FF9800;
  --green:   #00897B;
  --white:   #FFFFFF;
  --off:     #F4F7FB;
  --gray:    #6B7280;
  --gray-lt: #E2E8F0;
  --text:    #1A202C;
  --radius:  8px;
  --shadow:  0 4px 24px rgba(11,31,58,.12);
  --trans:   .25s ease;
  --max:     1200px;
}

/* ---- RESET ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Inter', sans-serif; color: var(--text); background: var(--white); line-height: 1.7; }
img { max-width: 100%; display: block; }
a { color: var(--blue); text-decoration: none; transition: color var(--trans); }
a:hover { color: var(--accent); }
ul, ol { padding-left: 1.5rem; }

/* ---- PASEK GÓRNY (TOPBAR) ---- */
.topbar {
  background: var(--navy);
  color: rgba(255,255,255,.85);
  font-size: .82rem;
  font-family: 'Inter', sans-serif;
  letter-spacing: .03em;
  padding: .5rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: .5rem;
}
.topbar a { color: var(--accent2); font-weight: 600; }
.topbar a:hover { color: #fff; }
.topbar-left { display: flex; gap: 1.5rem; }
.topbar-right { display: flex; gap: 1rem; }
.topbar-item { display: flex; align-items: center; gap: .35rem; }

/* ---- HEADER ---- */
.site-header {
  background: var(--white);
  border-bottom: 3px solid var(--navy);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 16px rgba(11,31,58,.10);
}
.header-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: .9rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.logo { display: flex; align-items: center; gap: .75rem; }
.logo-icon {
  width: 46px; height: 46px;
  background: var(--navy);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}
.logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.logo-text span:first-child {
  font-family: 'Oswald', sans-serif;
  font-weight: 700; font-size: 1.35rem;
  color: var(--navy); letter-spacing: .04em;
}
.logo-text span:last-child {
  font-size: .72rem; color: var(--gray);
  letter-spacing: .08em; text-transform: uppercase;
}

/* Nawigacja */
.site-nav { display: flex; align-items: center; gap: 1.5rem; }
.site-nav a {
  font-family: 'Inter', sans-serif;
  font-size: .88rem; font-weight: 600;
  color: var(--navy); text-transform: uppercase;
  letter-spacing: .05em; padding: .3rem 0;
  border-bottom: 2px solid transparent;
  transition: all var(--trans);
}
.site-nav a:hover, .site-nav a.active {
  color: var(--blue); border-bottom-color: var(--blue);
}
.nav-cta {
  background: var(--accent) !important;
  color: #fff !important;
  padding: .5rem 1.1rem !important;
  border-radius: 30px !important;
  border-bottom: none !important;
}
.nav-cta:hover { background: var(--accent2) !important; color: #fff !important; }

/* Hamburger (mobile) */
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: .4rem; background: none; border: none; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--navy); border-radius: 2px; transition: all var(--trans); }

/* ---- HERO ---- */
.hero {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy2) 50%, var(--blue) 100%);
  color: #fff; padding: 5rem 1.5rem 4rem;
  position: relative; overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 80% 50%, rgba(21,101,192,.4) 0%, transparent 60%),
    url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}
.hero-inner {
  max-width: var(--max);
  margin: 0 auto;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem; align-items: center;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: .5rem;
  background: rgba(245,124,0,.2);
  border: 1px solid rgba(245,124,0,.5);
  color: var(--accent2); border-radius: 30px;
  padding: .3rem .9rem; font-size: .8rem;
  font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; margin-bottom: 1.2rem;
}
.hero h1 {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700; line-height: 1.15;
  margin-bottom: 1.2rem;
}
.hero h1 em { color: var(--accent2); font-style: normal; }
.hero p {
  font-size: 1.05rem; color: rgba(255,255,255,.85);
  margin-bottom: 2rem; max-width: 500px;
}
.hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; }
.btn {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .75rem 1.5rem; border-radius: 6px;
  font-weight: 700; font-size: .95rem;
  transition: all var(--trans); cursor: pointer;
  border: 2px solid transparent; white-space: nowrap;
}
.btn-primary {
  background: var(--accent); color: #fff;
  border-color: var(--accent);
}
.btn-primary:hover {
  background: #e65100; border-color: #e65100; color: #fff;
  transform: translateY(-2px); box-shadow: 0 6px 20px rgba(245,124,0,.4);
}
.btn-outline {
  background: transparent; color: #fff;
  border-color: rgba(255,255,255,.6);
}
.btn-outline:hover {
  background: rgba(255,255,255,.1); color: #fff;
  border-color: #fff;
}
.hero-stats {
  background: rgba(255,255,255,.07);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 16px; padding: 2rem;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.stat-item { text-align: center; }
.stat-num {
  font-family: 'Oswald', sans-serif;
  font-size: 2.2rem; font-weight: 700;
  color: var(--accent2); display: block;
}
.stat-label {
  font-size: .8rem; color: rgba(255,255,255,.7);
  text-transform: uppercase; letter-spacing: .06em;
}

/* ---- BREADCRUMB ---- */
.breadcrumb {
  background: var(--off); border-bottom: 1px solid var(--gray-lt);
  padding: .7rem 1.5rem;
}
.breadcrumb-inner {
  max-width: var(--max); margin: 0 auto;
  display: flex; gap: .5rem; align-items: center;
  font-size: .82rem; color: var(--gray);
}
.breadcrumb-inner a { color: var(--blue); }
.breadcrumb-inner span { opacity: .5; }

/* ---- SEKCJA TYTUŁOWA ---- */
.section-label {
  display: inline-flex; align-items: center; gap: .5rem;
  font-size: .78rem; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--blue); margin-bottom: .6rem;
}
.section-label::before {
  content: ''; display: block;
  width: 24px; height: 2px; background: var(--blue);
}
.section-title {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: var(--navy); font-weight: 600;
  line-height: 1.2; margin-bottom: .7rem;
}
.section-sub {
  color: var(--gray); font-size: .97rem; max-width: 580px;
}

/* ---- GŁÓWNA SIATKA ---- */
.main-wrap {
  max-width: var(--max); margin: 0 auto;
  padding: 3rem 1.5rem;
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 3rem; align-items: start;
}
.main-content {}
.sidebar {}

/* ---- ARTYKUŁ WYRÓŻNIONY ---- */
.featured-post {
  border-radius: 14px; overflow: hidden;
  box-shadow: var(--shadow);
  display: grid; grid-template-columns: 1fr 1fr;
  margin-bottom: 3rem; background: var(--white);
  border: 1px solid var(--gray-lt);
  transition: transform var(--trans), box-shadow var(--trans);
}
.featured-post:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(11,31,58,.16);
}
.featured-img {
  background: linear-gradient(135deg, var(--navy) 0%, var(--blue-lt) 100%);
  min-height: 300px;
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
}
.featured-img .img-icon { font-size: 5rem; opacity: .4; }
.featured-img img { width: 100%; height: 100%; object-fit: cover; }
.featured-badge {
  position: absolute; top: 1rem; left: 1rem;
  background: var(--accent); color: #fff;
  font-size: .72rem; font-weight: 700;
  padding: .25rem .7rem; border-radius: 20px;
  letter-spacing: .06em; text-transform: uppercase;
}
.featured-body {
  padding: 2rem; display: flex; flex-direction: column; justify-content: center;
}
.post-meta {
  display: flex; gap: 1rem; flex-wrap: wrap;
  align-items: center; margin-bottom: .75rem;
}
.post-tag {
  font-size: .72rem; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  color: var(--blue); background: rgba(21,101,192,.08);
  padding: .2rem .6rem; border-radius: 20px;
}
.post-date {
  font-size: .78rem; color: var(--gray);
  display: flex; align-items: center; gap: .3rem;
}
.post-title {
  font-family: 'Oswald', sans-serif;
  font-size: 1.5rem; color: var(--navy);
  font-weight: 600; line-height: 1.25;
  margin-bottom: .75rem;
}
.post-excerpt { font-size: .9rem; color: var(--gray); margin-bottom: 1.2rem; line-height: 1.65; }
.read-more {
  display: inline-flex; align-items: center; gap: .4rem;
  color: var(--blue); font-weight: 700; font-size: .88rem;
  letter-spacing: .03em;
}
.read-more:hover { color: var(--accent); }
.read-more::after { content: '→'; transition: transform var(--trans); }
.read-more:hover::after { transform: translateX(4px); }

/* ---- SIATKA ARTYKUŁÓW ---- */
.posts-section { margin-bottom: 2.5rem; }
.posts-section-header {
  display: flex; align-items: flex-end; justify-content: space-between;
  margin-bottom: 1.5rem; flex-wrap: wrap; gap: 1rem;
}
.view-all {
  font-size: .85rem; font-weight: 600; color: var(--blue);
  display: flex; align-items: center; gap: .3rem;
}
.view-all:hover { color: var(--accent); }
.posts-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.post-card {
  background: var(--white);
  border: 1px solid var(--gray-lt);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(11,31,58,.06);
  transition: transform var(--trans), box-shadow var(--trans);
  display: flex; flex-direction: column;
}
.post-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(11,31,58,.13);
}
.card-img {
  background: linear-gradient(135deg, var(--navy2) 0%, var(--blue-lt) 100%);
  height: 180px;
  display: flex; align-items: center; justify-content: center;
  position: relative;
  font-size: 3rem; color: rgba(255,255,255,.3);
  overflow: hidden;
}
.card-img img { width: 100%; height: 100%; object-fit: cover; }
.card-body { padding: 1.25rem; flex: 1; display: flex; flex-direction: column; }
.card-title {
  font-family: 'Oswald', sans-serif;
  font-size: 1.1rem; color: var(--navy);
  font-weight: 600; line-height: 1.3;
  margin: .5rem 0 .5rem;
}
.card-excerpt {
  font-size: .85rem; color: var(--gray);
  line-height: 1.6; flex: 1; margin-bottom: 1rem;
}
.card-footer {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: .75rem; border-top: 1px solid var(--gray-lt);
}
.reading-time { font-size: .75rem; color: var(--gray); }

/* ---- SEKCJA CTA ---- */
.cta-banner {
  background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 100%);
  border-radius: 14px; padding: 2.5rem;
  color: #fff; text-align: center;
  position: relative; overflow: hidden;
  margin: 2.5rem 0;
}
.cta-banner::before {
  content: '💧';
  position: absolute; font-size: 8rem;
  opacity: .06; right: -1rem; top: -2rem;
  line-height: 1;
}
.cta-banner h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.7rem; margin-bottom: .6rem;
}
.cta-banner p {
  color: rgba(255,255,255,.8); margin-bottom: 1.5rem;
  max-width: 480px; margin-left: auto; margin-right: auto;
}
.cta-contacts {
  display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap;
}
.cta-btn-phone {
  display: inline-flex; align-items: center; gap: .5rem;
  background: var(--accent); color: #fff;
  padding: .8rem 1.6rem; border-radius: 8px;
  font-weight: 700; font-size: 1rem;
  box-shadow: 0 4px 16px rgba(245,124,0,.4);
  transition: all var(--trans);
}
.cta-btn-phone:hover {
  background: #e65100; color: #fff;
  transform: translateY(-2px);
}
.cta-btn-mail {
  display: inline-flex; align-items: center; gap: .5rem;
  background: rgba(255,255,255,.15); color: #fff;
  padding: .8rem 1.6rem; border-radius: 8px;
  font-weight: 700; font-size: 1rem;
  border: 2px solid rgba(255,255,255,.4);
  transition: all var(--trans);
}
.cta-btn-mail:hover {
  background: rgba(255,255,255,.25); color: #fff;
  border-color: #fff;
}

/* ---- SIDEBAR ---- */
.sidebar-widget {
  background: var(--white);
  border: 1px solid var(--gray-lt);
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 12px rgba(11,31,58,.06);
}
.widget-header {
  background: var(--navy);
  color: #fff; padding: .85rem 1.25rem;
  font-family: 'Oswald', sans-serif;
  font-size: 1rem; font-weight: 600;
  letter-spacing: .04em; text-transform: uppercase;
  display: flex; align-items: center; gap: .5rem;
}
.widget-body { padding: 1.25rem; }

/* Widget kontaktowy */
.contact-widget { background: linear-gradient(135deg, var(--navy), var(--blue)); color: #fff; border: none; }
.contact-widget .widget-header { background: rgba(255,255,255,.1); }
.contact-widget .widget-body { padding: 1.5rem; }
.contact-widget p {
  color: rgba(255,255,255,.8); font-size: .88rem;
  margin-bottom: 1.2rem;
}
.contact-item {
  display: flex; align-items: center; gap: .75rem;
  margin-bottom: .9rem;
}
.contact-icon {
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(255,255,255,.15);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; flex-shrink: 0;
}
.contact-info span { display: block; }
.contact-info .ci-label { font-size: .7rem; color: rgba(255,255,255,.6); text-transform: uppercase; letter-spacing: .07em; }
.contact-info .ci-val { font-weight: 700; color: #fff; font-size: .95rem; }
.contact-info .ci-val a { color: var(--accent2); }
.contact-info .ci-val a:hover { color: #fff; }
.widget-call-btn {
  display: block; text-align: center;
  background: var(--accent); color: #fff;
  padding: .75rem; border-radius: 6px;
  font-weight: 700; margin-top: 1rem;
  transition: background var(--trans);
}
.widget-call-btn:hover { background: #e65100; color: #fff; }

/* Kategorie */
.cat-list { list-style: none; padding: 0; }
.cat-list li {
  display: flex; align-items: center; justify-content: space-between;
  padding: .6rem 0; border-bottom: 1px solid var(--gray-lt);
  font-size: .88rem;
}
.cat-list li:last-child { border-bottom: none; }
.cat-list a { color: var(--text); font-weight: 500; }
.cat-list a:hover { color: var(--blue); }
.cat-count {
  background: var(--off); color: var(--gray);
  font-size: .72rem; font-weight: 700;
  padding: .15rem .5rem; border-radius: 20px;
}

/* Popularne tagi */
.tag-cloud { display: flex; flex-wrap: wrap; gap: .5rem; }
.tag-item {
  background: var(--off); color: var(--gray);
  font-size: .78rem; padding: .25rem .7rem;
  border-radius: 20px; border: 1px solid var(--gray-lt);
  transition: all var(--trans);
}
.tag-item:hover {
  background: var(--blue); color: #fff; border-color: var(--blue);
}

/* Ostatnie wpisy widget */
.recent-posts-list { list-style: none; padding: 0; }
.recent-post-item {
  display: flex; gap: .75rem; padding: .75rem 0;
  border-bottom: 1px solid var(--gray-lt);
  align-items: flex-start;
}
.recent-post-item:last-child { border-bottom: none; padding-bottom: 0; }
.rp-num {
  font-family: 'Oswald', sans-serif;
  font-size: 1.4rem; color: var(--gray-lt);
  font-weight: 700; line-height: 1; flex-shrink: 0;
  width: 28px; text-align: right;
}
.rp-title {
  font-size: .84rem; font-weight: 600; color: var(--text);
  line-height: 1.4; margin-bottom: .2rem; display: block;
  transition: color var(--trans);
}
.rp-title:hover { color: var(--blue); }
.rp-date { font-size: .73rem; color: var(--gray); }

/* Obszar działania */
.areas-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: .4rem;
}
.area-badge {
  background: var(--off); border: 1px solid var(--gray-lt);
  border-radius: 4px; padding: .35rem .6rem;
  font-size: .78rem; text-align: center;
  color: var(--text); font-weight: 500;
  transition: all var(--trans);
}
.area-badge:hover { background: var(--navy); color: #fff; border-color: var(--navy); }

/* ---- ARTYKUŁ - LAYOUT ---- */
.article-hero {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy2) 60%, var(--blue) 100%);
  color: #fff; padding: 4rem 1.5rem 3rem;
}
.article-hero-inner { max-width: var(--max); margin: 0 auto; max-width: 800px; }
.article-hero .post-tag { margin-bottom: .75rem; display: inline-block; }
.article-hero h1 {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(1.7rem, 4vw, 2.8rem);
  font-weight: 700; line-height: 1.2;
  margin-bottom: 1rem;
}
.article-hero .post-meta { margin-bottom: 1.5rem; }
.article-hero .lead {
  font-size: 1.1rem; color: rgba(255,255,255,.85);
  line-height: 1.7; max-width: 680px;
}
.article-layout {
  max-width: var(--max); margin: 0 auto;
  padding: 3rem 1.5rem;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 3rem; align-items: start;
}

/* Treść artykułu */
.article-content { font-family: 'Lora', serif; font-size: 1.05rem; line-height: 1.85; }
.article-content h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.6rem; color: var(--navy);
  font-weight: 600; margin: 2.5rem 0 .9rem;
  padding-bottom: .5rem;
  border-bottom: 2px solid var(--gray-lt);
}
.article-content h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2rem; color: var(--navy2);
  font-weight: 600; margin: 1.8rem 0 .6rem;
}
.article-content p { margin-bottom: 1.2rem; }
.article-content ul, .article-content ol { margin-bottom: 1.2rem; }
.article-content li { margin-bottom: .4rem; }
.article-content strong { color: var(--navy); }
.article-content a { color: var(--blue); text-decoration: underline; }
.article-content blockquote {
  border-left: 4px solid var(--blue);
  background: var(--off);
  padding: 1.2rem 1.5rem;
  margin: 1.5rem 0;
  border-radius: 0 var(--radius) var(--radius) 0;
  font-style: italic; color: var(--navy2);
}
.article-content blockquote strong { display: block; margin-top: .6rem; font-style: normal; font-size: .85rem; color: var(--gray); }

/* Infobox */
.infobox {
  background: var(--off); border: 1px solid var(--gray-lt);
  border-left: 4px solid var(--blue);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 1.2rem 1.5rem; margin: 1.8rem 0;
}
.infobox-title {
  font-family: 'Oswald', sans-serif;
  font-size: .95rem; font-weight: 700;
  color: var(--blue); letter-spacing: .05em;
  text-transform: uppercase; margin-bottom: .6rem;
  display: flex; align-items: center; gap: .4rem;
}
.infobox p, .infobox ul { font-size: .92rem; margin-bottom: .4rem; }

/* Warning box */
.warnbox {
  background: #fff8e1; border: 1px solid #ffe082;
  border-left: 4px solid var(--accent);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 1.2rem 1.5rem; margin: 1.8rem 0;
}
.warnbox-title {
  font-family: 'Oswald', sans-serif;
  font-size: .95rem; font-weight: 700;
  color: var(--accent); letter-spacing: .05em;
  text-transform: uppercase; margin-bottom: .5rem;
}

/* Tabela */
.article-content table {
  width: 100%; border-collapse: collapse;
  margin: 1.5rem 0; font-size: .9rem;
  font-family: 'Inter', sans-serif;
}
.article-content th {
  background: var(--navy); color: #fff;
  padding: .75rem 1rem; text-align: left;
  font-weight: 600; font-size: .85rem;
  letter-spacing: .04em;
}
.article-content td {
  padding: .65rem 1rem; border-bottom: 1px solid var(--gray-lt);
  vertical-align: top;
}
.article-content tr:nth-child(even) td { background: var(--off); }
.article-content tr:hover td { background: rgba(21,101,192,.05); }

/* Embed video */
.video-embed {
  margin: 2rem 0;
  border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow);
}
.video-embed-label {
  background: var(--navy); color: rgba(255,255,255,.7);
  font-size: .78rem; padding: .5rem 1rem;
  display: flex; align-items: center; gap: .5rem;
}
.video-wrap {
  position: relative; padding-bottom: 56.25%; height: 0;
}
.video-wrap iframe {
  position: absolute; top: 0; left: 0;
  width: 100%; height: 100%; border: none;
}

/* Social share */
.share-bar {
  display: flex; align-items: center; gap: .75rem;
  flex-wrap: wrap; padding: 1.5rem;
  background: var(--off); border-radius: var(--radius);
  border: 1px solid var(--gray-lt); margin: 2.5rem 0;
}
.share-label { font-size: .82rem; font-weight: 700; color: var(--navy); text-transform: uppercase; letter-spacing: .06em; }
.share-btn {
  display: inline-flex; align-items: center; gap: .4rem;
  padding: .45rem .9rem; border-radius: 4px;
  font-size: .82rem; font-weight: 700; color: #fff;
  transition: opacity var(--trans);
}
.share-btn:hover { opacity: .85; color: #fff; }
.share-fb { background: #1877F2; }
.share-tw { background: #1DA1F2; }
.share-wa { background: #25D366; }

/* Powiązane artykuły */
.related-posts { margin-top: 3rem; }
.related-posts h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.3rem; color: var(--navy);
  margin-bottom: 1.25rem;
  padding-bottom: .5rem; border-bottom: 2px solid var(--gray-lt);
}
.related-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

/* ---- PASEK USŁUG ---- */
.services-bar {
  background: var(--off); border-top: 1px solid var(--gray-lt);
  border-bottom: 1px solid var(--gray-lt);
  padding: 2.5rem 1.5rem;
}
.services-inner {
  max-width: var(--max); margin: 0 auto;
}
.services-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem; margin-top: 2rem;
}
.service-card {
  background: var(--white); border-radius: var(--radius);
  border: 1px solid var(--gray-lt); padding: 1.5rem;
  text-align: center;
  box-shadow: 0 2px 10px rgba(11,31,58,.05);
  transition: all var(--trans);
}
.service-card:hover {
  border-color: var(--blue); transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(21,101,192,.12);
}
.service-icon { font-size: 2.5rem; margin-bottom: .75rem; }
.service-name {
  font-family: 'Oswald', sans-serif;
  font-size: 1rem; color: var(--navy);
  font-weight: 600; margin-bottom: .4rem;
}
.service-desc { font-size: .82rem; color: var(--gray); line-height: 1.5; }

/* ---- FLOATING CTA ---- */
.floating-cta {
  position: fixed; bottom: 1.5rem; right: 1.5rem;
  display: flex; flex-direction: column; gap: .6rem;
  z-index: 2000;
}
.float-btn {
  display: flex; align-items: center; gap: .6rem;
  padding: .7rem 1.2rem; border-radius: 40px;
  font-weight: 700; font-size: .9rem;
  box-shadow: 0 4px 20px rgba(0,0,0,.25);
  transition: all var(--trans); white-space: nowrap;
}
.float-phone { background: var(--accent); color: #fff; }
.float-phone:hover { background: #e65100; color: #fff; transform: translateX(-4px); }
.float-mail { background: var(--green); color: #fff; }
.float-mail:hover { background: #00695c; color: #fff; transform: translateX(-4px); }
.float-icon { font-size: 1.1rem; }

/* ---- FOOTER ---- */
.site-footer {
  background: var(--navy);
  color: rgba(255,255,255,.75);
  padding: 3.5rem 1.5rem 1.5rem;
}
.footer-grid {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 2.5rem; padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.footer-brand .logo-text span:first-child { color: #fff; }
.footer-brand .logo-text span:last-child { color: rgba(255,255,255,.4); }
.footer-brand p {
  margin-top: 1rem; font-size: .86rem;
  line-height: 1.65; color: rgba(255,255,255,.6);
}
.footer-social { display: flex; gap: .6rem; margin-top: 1.2rem; }
.social-btn {
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255,255,255,.1);
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; transition: background var(--trans);
  color: #fff;
}
.social-btn:hover { background: var(--accent); color: #fff; }
.footer-col h4 {
  font-family: 'Oswald', sans-serif;
  font-size: .95rem; color: #fff;
  letter-spacing: .06em; text-transform: uppercase;
  margin-bottom: 1rem;
}
.footer-links { list-style: none; padding: 0; }
.footer-links li { margin-bottom: .5rem; }
.footer-links a { color: rgba(255,255,255,.6); font-size: .86rem; transition: color var(--trans); }
.footer-links a:hover { color: var(--accent2); }
.footer-contact-item {
  display: flex; gap: .5rem;
  font-size: .86rem; color: rgba(255,255,255,.65);
  margin-bottom: .75rem; align-items: flex-start;
}
.footer-contact-item a { color: var(--accent2); }
.footer-contact-item a:hover { color: #fff; }
.footer-bottom {
  max-width: var(--max); margin: 1.5rem auto 0;
  display: flex; justify-content: space-between; align-items: center;
  font-size: .78rem; color: rgba(255,255,255,.35);
  flex-wrap: wrap; gap: .5rem;
}
.footer-bottom a { color: rgba(255,255,255,.35); }
.footer-bottom a:hover { color: rgba(255,255,255,.7); }

/* ---- PAGINACJA ---- */
.pagination {
  display: flex; gap: .5rem;
  justify-content: center; margin: 2rem 0;
}
.page-btn {
  width: 38px; height: 38px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 6px; font-size: .88rem; font-weight: 600;
  border: 1px solid var(--gray-lt); color: var(--text);
  transition: all var(--trans);
}
.page-btn:hover, .page-btn.active {
  background: var(--navy); color: #fff; border-color: var(--navy);
}

/* ---- MOBILE RESPONSIVE ---- */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-stats { display: none; }
  .main-wrap { grid-template-columns: 1fr; }
  .sidebar { order: -1; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
  .contact-widget { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .article-layout { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .topbar { display: none; }
  .site-nav { display: none; }
  .site-nav.open {
    display: flex; flex-direction: column;
    position: absolute; top: 100%; left: 0; right: 0;
    background: #fff; box-shadow: var(--shadow);
    padding: 1rem 1.5rem; gap: 0;
    border-top: 1px solid var(--gray-lt);
  }
  .site-nav.open a {
    padding: .7rem 0; border-bottom: 1px solid var(--gray-lt);
    border-right: none;
  }
  .hamburger { display: flex; }
  .header-inner { position: relative; }
  .featured-post { grid-template-columns: 1fr; }
  .featured-img { min-height: 200px; }
  .posts-grid { grid-template-columns: 1fr; }
  .sidebar { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .related-grid { grid-template-columns: 1fr; }
  .float-btn span.float-label { display: none; }
  .cta-banner { padding: 1.8rem 1.2rem; }
  .hero { padding: 3rem 1.2rem 2.5rem; }
  .hero h1 { font-size: 1.7rem; }
}

@media (max-width: 480px) {
  .services-grid { grid-template-columns: 1fr; }
  .floating-cta { bottom: 1rem; right: 1rem; }
  .areas-grid { grid-template-columns: repeat(3, 1fr); }
}

/* ---- ANIMACJE ---- */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
.fade-up { animation: fadeUp .6s ease both; }
.fade-up-2 { animation: fadeUp .6s .15s ease both; }
.fade-up-3 { animation: fadeUp .6s .3s ease both; }

@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50%       { transform: scale(1.04); }
}
.pulse { animation: pulse 2s infinite; }
