/*
Theme Name: Otwieranie Zamków Gdynia
Theme URI: https://otwieranie-zamkow-gdynia.pl/
Author: Komfort-Serwis
Author URI: https://drzwiotwieranie.com/
Description: Lekki, responsywny motyw dla pogotowia zamkowego w Gdyni.
Version: 1.0.7
Requires at least: 6.2
Requires PHP: 7.4
Text Domain: otwieranie-gdynia
*/

:root {
  --bg: #0b1018;
  --bg-soft: #121a26;
  --surface: #ffffff;
  --surface-alt: #f4f7fa;
  --text: #17202b;
  --muted: #5f6b78;
  --line: #dfe5eb;
  --brand: #f4b41a;
  --brand-dark: #d89200;
  --brand-ink: #201701;
  --success: #13795b;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(13, 25, 39, .12);
  --radius: 18px;
  --radius-sm: 10px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--surface);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: #8a5b00; text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: #5f3e00; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid #1c74d9; outline-offset: 3px; }
::selection { background: #ffe29a; color: #16120a; }

.container { width: min(calc(100% - 32px), var(--container)); margin-inline: auto; }
.narrow { width: min(calc(100% - 32px), 820px); margin-inline: auto; }
.section { padding: 84px 0; }
.section--alt { background: var(--surface-alt); }
.section--dark { background: var(--bg); color: var(--white); }
.section--compact { padding: 56px 0; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: #7b5200;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.section--dark .eyebrow { color: #ffd369; }
.eyebrow::before { content: ""; width: 28px; height: 3px; border-radius: 9px; background: var(--brand); }
.section-title { margin: 0; max-width: 780px; font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.1; letter-spacing: -.035em; }
.section-intro { max-width: 760px; margin: 18px 0 0; color: var(--muted); font-size: 1.08rem; }
.section--dark .section-intro { color: #c8d1dc; }

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 9999;
  transform: translateY(-160%);
  padding: 12px 18px;
  border-radius: 8px;
  background: #fff;
  color: #000;
  font-weight: 800;
}
.skip-link:focus { transform: translateY(0); }

.site-topbar { background: #080c12; color: #d9e1ea; font-size: .88rem; }
.site-topbar__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.site-topbar__items { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; }
.site-topbar a { color: #fff; text-decoration: none; }
.site-topbar strong { color: #ffd369; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid rgba(24, 35, 48, .09);
  backdrop-filter: blur(10px);
}
.site-header__inner { min-height: 82px; display: flex; align-items: center; gap: 24px; }
.site-brand { display: inline-flex; align-items: center; gap: 12px; color: var(--text); text-decoration: none; flex: 0 0 auto; }
.site-brand__mark { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; background: var(--brand); color: var(--brand-ink); box-shadow: 0 8px 24px rgba(244,180,26,.28); }
.site-brand__mark svg { width: 26px; height: 26px; }
.site-brand__text { line-height: 1.05; }
.site-brand__name { display: block; font-size: 1.02rem; font-weight: 900; letter-spacing: -.02em; }
.site-brand__sub { display: block; margin-top: 4px; color: var(--muted); font-size: .74rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.site-nav { margin-left: auto; }
.site-nav ul { display: flex; align-items: center; gap: 4px; margin: 0; padding: 0; list-style: none; }
.site-nav a { display: block; padding: 12px 10px; border-radius: 8px; color: #273443; text-decoration: none; font-size: .91rem; font-weight: 750; }
.site-nav a:hover, .site-nav .current-menu-item > a, .site-nav a[aria-current="page"] { background: #f4f6f8; color: #6b4700; }
.header-phone { display: inline-flex; align-items: center; gap: 9px; padding: 12px 17px; border-radius: 10px; background: var(--brand); color: var(--brand-ink); text-decoration: none; font-weight: 900; white-space: nowrap; box-shadow: 0 9px 24px rgba(244,180,26,.22); }
.header-phone:hover { background: #ffc83e; color: #181000; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--text); }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { content: ""; display: block; width: 22px; height: 2px; margin: 5px auto; background: currentColor; transition: .2s ease; }
.menu-toggle[aria-expanded="true"] span { opacity: 0; }
.menu-toggle[aria-expanded="true"]::before { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"]::after { transform: translateY(-7px) rotate(-45deg); }

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 12%, rgba(244,180,26,.20), transparent 28%),
    linear-gradient(135deg, #0b1018 0%, #111c2a 100%);
  color: var(--white);
}
.hero::after { content: ""; position: absolute; inset: auto -120px -180px auto; width: 440px; height: 440px; border: 80px solid rgba(255,255,255,.025); border-radius: 50%; }
.hero__grid { position: relative; z-index: 1; min-height: 650px; display: grid; grid-template-columns: 1.12fr .88fr; gap: 62px; align-items: center; padding: 72px 0; }
.hero h1 { margin: 0; font-size: clamp(2.7rem, 6.3vw, 5rem); line-height: .98; letter-spacing: -.055em; max-width: 820px; }
.hero h1 span { color: #ffd05f; }
.hero__lead { max-width: 700px; margin: 24px 0 0; color: #d7e0ea; font-size: clamp(1.05rem, 2vw, 1.25rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 52px; padding: 13px 22px; border: 0; border-radius: 10px; background: var(--brand); color: var(--brand-ink); text-decoration: none; font-weight: 900; box-shadow: 0 12px 28px rgba(244,180,26,.20); }
.button:hover { background: #ffc83e; color: #181000; transform: translateY(-1px); }
.button--ghost { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.28); box-shadow: none; }
.button--ghost:hover { background: rgba(255,255,255,.09); color: #fff; }
.button--dark { background: var(--bg); color: #fff; box-shadow: none; }
.button--dark:hover { background: #1a2635; color: #fff; }
.hero__facts { display: flex; flex-wrap: wrap; gap: 22px; margin: 32px 0 0; padding: 0; list-style: none; }
.hero__facts li { display: flex; gap: 9px; align-items: center; color: #e6edf5; font-size: .93rem; font-weight: 720; }
.hero__facts svg { width: 20px; height: 20px; color: #ffd05f; flex: 0 0 auto; }
.hero__visual { position: relative; }
.hero__image { position: relative; min-height: 500px; overflow: hidden; border-radius: 26px; box-shadow: 0 30px 80px rgba(0,0,0,.42); }
.hero__image img { width: 100%; height: 100%; min-height: 500px; object-fit: cover; }
.hero__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(6,10,16,.44), transparent 50%); }
.hero__badge { position: absolute; left: -26px; bottom: 28px; z-index: 2; display: flex; align-items: center; gap: 12px; max-width: 270px; padding: 17px 18px; border-radius: 14px; background: #fff; color: var(--text); box-shadow: var(--shadow); }
.hero__badge-icon { width: 46px; height: 46px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 12px; background: #fff3cf; color: #6f4a00; }
.hero__badge strong { display: block; line-height: 1.15; }
.hero__badge span { display: block; margin-top: 4px; color: var(--muted); font-size: .82rem; line-height: 1.35; }

.trust-strip { border-bottom: 1px solid var(--line); background: #fff; }
.trust-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { display: flex; align-items: center; gap: 12px; padding: 24px 20px; border-right: 1px solid var(--line); }
.trust-item:first-child { padding-left: 0; }
.trust-item:last-child { border-right: 0; }
.trust-item__icon { width: 40px; height: 40px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 10px; background: #fff4d5; color: #714b00; }
.trust-item strong { display: block; font-size: .96rem; line-height: 1.2; }
.trust-item span { display: block; margin-top: 4px; color: var(--muted); font-size: .8rem; line-height: 1.25; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 38px; }
.card { position: relative; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 10px 35px rgba(18, 34, 51, .06); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.card:hover { transform: translateY(-4px); border-color: #d7b861; box-shadow: var(--shadow); }
.card__icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 14px; background: #fff1c6; color: #6d4800; }
.card__icon svg { width: 28px; height: 28px; }
.card h3 { margin: 20px 0 10px; font-size: 1.28rem; line-height: 1.24; letter-spacing: -.02em; }
.card p { margin: 0; color: var(--muted); }
.card__link { display: inline-flex; align-items: center; gap: 7px; margin-top: 18px; color: #704a00; font-weight: 850; text-decoration: none; }
.card__link:hover { gap: 11px; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 68px; align-items: center; }
.split__media { position: relative; }
.split__media img { width: 100%; border-radius: 22px; box-shadow: var(--shadow); aspect-ratio: 4/3; object-fit: cover; }
.split__stamp { position: absolute; right: -20px; bottom: -24px; max-width: 220px; padding: 18px; border-radius: 14px; background: var(--brand); color: var(--brand-ink); font-weight: 850; line-height: 1.25; box-shadow: 0 18px 35px rgba(137,91,0,.22); }
.check-list { display: grid; gap: 12px; margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 34px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: .05em; width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; background: #dff4ec; color: var(--success); font-size: .83rem; font-weight: 900; }

.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 40px; counter-reset: process; }
.process__item { counter-increment: process; position: relative; padding: 26px 22px; border-radius: 16px; background: #182332; border: 1px solid rgba(255,255,255,.08); }
.process__item::before { content: counter(process, decimal-leading-zero); display: block; margin-bottom: 24px; color: #ffd05f; font-size: 2.1rem; font-weight: 950; line-height: 1; }
.process__item h3 { margin: 0 0 8px; font-size: 1.1rem; }
.process__item p { margin: 0; color: #bcc8d5; font-size: .93rem; }

.brand-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.brand-pill { padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: #334152; font-size: .9rem; font-weight: 800; }

.area-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 34px; margin-top: 38px; }
.area-list { display: flex; flex-wrap: wrap; gap: 10px; align-content: flex-start; }
.area-list a, .area-list span { display: inline-flex; padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: #334152; text-decoration: none; font-size: .9rem; font-weight: 750; }
.area-list a:hover { border-color: #c18a13; background: #fff9e8; color: #5f3e00; }
.area-note { padding: 28px; border-radius: var(--radius); background: var(--bg); color: #fff; }
.area-note h3 { margin: 0 0 10px; }
.area-note p { margin: 0; color: #c9d3de; }
.area-note .button { margin-top: 20px; }

.faq { display: grid; gap: 12px; margin-top: 34px; }
.faq details { overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.faq summary { position: relative; padding: 20px 54px 20px 22px; list-style: none; cursor: pointer; font-weight: 850; line-height: 1.35; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); font-size: 1.5rem; color: #7b5200; }
.faq details[open] summary::after { content: "−"; }
.faq__answer { padding: 0 22px 21px; color: var(--muted); }
.faq__answer p:last-child { margin-bottom: 0; }

.cta { position: relative; overflow: hidden; border-radius: 24px; background: linear-gradient(135deg, var(--brand), #ffcf57); color: var(--brand-ink); }
.cta::after { content: ""; position: absolute; right: -70px; top: -110px; width: 290px; height: 290px; border: 58px solid rgba(255,255,255,.26); border-radius: 50%; }
.cta__inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 46px; }
.cta h2 { margin: 0; max-width: 760px; font-size: clamp(1.8rem, 4vw, 3rem); line-height: 1.08; letter-spacing: -.035em; }
.cta p { margin: 12px 0 0; max-width: 720px; }
.cta__actions { display: flex; flex-wrap: wrap; gap: 10px; flex: 0 0 auto; }

.breadcrumbs { background: #f5f7f9; border-bottom: 1px solid var(--line); }
.breadcrumbs__inner { padding: 12px 0; color: #677484; font-size: .84rem; }
.breadcrumbs a { color: #485668; text-decoration: none; }
.breadcrumbs span { margin: 0 7px; }
.page-hero { padding: 72px 0 68px; background: linear-gradient(135deg, #0b1018, #172538); color: #fff; }
.page-hero h1 { margin: 0; max-width: 900px; font-size: clamp(2.45rem, 6vw, 4.4rem); line-height: 1.02; letter-spacing: -.045em; }
.page-hero p { max-width: 760px; margin: 20px 0 0; color: #d1dbe5; font-size: 1.12rem; }
.content-wrap { padding: 72px 0 90px; }
.prose { width: min(100%, 850px); }
.prose > *:first-child { margin-top: 0; }
.prose h2 { margin: 52px 0 16px; font-size: clamp(1.75rem, 3.6vw, 2.55rem); line-height: 1.15; letter-spacing: -.03em; }
.prose h3 { margin: 34px 0 12px; font-size: 1.35rem; line-height: 1.25; }
.prose p, .prose li { color: #3f4c5a; }
.prose .lead { color: #263442; font-size: 1.2rem; line-height: 1.65; }
.prose ul:not(.check-list), .prose ol { padding-left: 1.25em; }
.prose li + li { margin-top: 8px; }
.service-intro-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 38px; align-items: start; margin-bottom: 44px; }
.service-quickbox { padding: 26px; border-radius: 16px; background: #f7f3e8; border: 1px solid #eadcae; }
.service-quickbox h2, .service-quickbox h3 { margin-top: 0; }
.service-quickbox .button { width: 100%; margin-top: 14px; }
.info-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin: 28px 0; }
.info-box { padding: 22px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.info-box h3 { margin-top: 0; }
.notice { margin: 28px 0; padding: 20px 22px; border-left: 5px solid var(--brand); border-radius: 0 12px 12px 0; background: #fff8e6; }
.inline-cta { margin: 42px 0; padding: 28px; border-radius: 18px; background: var(--bg); color: #fff; }
.inline-cta h2, .inline-cta h3 { margin-top: 0; }
.inline-cta p { color: #cad4df; }
.inline-cta .button { margin-top: 8px; }
.related-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 28px; }
.related-links a { padding: 18px; border: 1px solid var(--line); border-radius: 12px; color: #334152; text-decoration: none; font-weight: 800; background: #fff; }
.related-links a:hover { border-color: #c18a13; background: #fffaf0; color: #5f3e00; }

.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 34px; align-items: start; }
.contact-card { padding: 30px; border-radius: var(--radius); background: var(--bg); color: #fff; }
.contact-card h2 { margin-top: 0; }
.contact-card a { color: #ffd369; }
.contact-list { display: grid; gap: 18px; margin: 26px 0 0; padding: 0; list-style: none; }
.contact-list strong { display: block; color: #fff; }
.contact-list span, .contact-list address { display: block; margin-top: 3px; color: #c9d3de; font-style: normal; }
.contact-form { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 40px rgba(20,35,52,.07); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-field { margin-bottom: 16px; }
.form-field label { display: block; margin-bottom: 6px; font-size: .9rem; font-weight: 800; }
.form-field input, .form-field textarea, .form-field select { width: 100%; border: 1px solid #cbd4de; border-radius: 9px; padding: 12px 13px; background: #fff; color: var(--text); }
.form-field input:focus, .form-field textarea:focus, .form-field select:focus { border-color: #a86e00; box-shadow: 0 0 0 3px rgba(244,180,26,.22); outline: none; }
.form-field textarea { min-height: 150px; resize: vertical; }
.form-consent { display: flex; gap: 10px; align-items: flex-start; margin: 4px 0 18px; font-size: .86rem; color: var(--muted); }
.form-consent input { margin-top: 5px; }
.form-message { margin-bottom: 20px; padding: 14px 16px; border-radius: 10px; }
.form-message--success { background: #e1f5ed; color: #0d6047; }
.form-message--error { background: #fde8e6; color: #8e2d24; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.posts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 34px; }
.post-card { border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: #fff; box-shadow: 0 10px 32px rgba(20,35,52,.06); }
.post-card__body { padding: 24px; }
.post-card__meta { color: #7b5200; font-size: .8rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.post-card h2, .post-card h3 { margin: 9px 0 10px; font-size: 1.25rem; line-height: 1.25; }
.post-card h2 a, .post-card h3 a { color: var(--text); text-decoration: none; }
.post-card p { margin: 0; color: var(--muted); }
.post-card__link { display: inline-flex; margin-top: 16px; font-weight: 850; text-decoration: none; }
.pagination { margin-top: 36px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.page-numbers { display: grid; min-width: 42px; min-height: 42px; place-items: center; border: 1px solid var(--line); border-radius: 8px; text-decoration: none; }
.page-numbers.current { background: var(--bg); color: #fff; border-color: var(--bg); }

.site-footer { background: #080d14; color: #d0d8e1; }
.site-footer__main { display: grid; grid-template-columns: 1.25fr .8fr .8fr 1fr; gap: 36px; padding: 64px 0 44px; }
.site-footer h2, .site-footer h3 { margin: 0 0 16px; color: #fff; font-size: 1.05rem; }
.site-footer p { color: #aeb9c5; }
.site-footer a { color: #d9e3ed; text-decoration: none; }
.site-footer a:hover { color: #ffd369; }
.footer-links { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.footer-brand { margin-bottom: 18px; }
.footer-phone { display: inline-block; margin-top: 10px; color: #ffd369 !important; font-size: 1.35rem; font-weight: 900; }
.site-footer__bottom { border-top: 1px solid rgba(255,255,255,.09); }
.site-footer__bottom-inner { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #8f9ba8; font-size: .82rem; }
.site-footer__bottom a { color: #aeb9c5; }

.mobile-call { display: none; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (max-width: 1080px) {
  .site-nav a { padding-inline: 7px; font-size: .84rem; }
  .hero__grid { gap: 38px; }
  .site-footer__main { grid-template-columns: 1.2fr 1fr 1fr; }
  .site-footer__main > :last-child { grid-column: span 3; }
}

@media (max-width: 920px) {
  body { padding-bottom: 68px; }
  .site-topbar__items > :nth-child(n+3) { display: none; }
  .site-header__inner { min-height: 72px; }
  .menu-toggle { display: block; margin-left: auto; }
  .header-phone { display: none; }
  .site-nav { display: none; position: absolute; left: 0; right: 0; top: 100%; margin: 0; padding: 12px 16px 18px; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 18px 30px rgba(20,35,52,.12); }
  .site-nav.is-open { display: block; }
  .site-nav ul { display: grid; gap: 2px; }
  .site-nav a { padding: 12px 14px; font-size: .96rem; }
  .hero__grid, .split, .area-grid, .service-intro-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero__grid { min-height: auto; padding: 62px 0 72px; }
  .hero__visual { max-width: 680px; }
  .hero__badge { left: 18px; }
  .trust-strip__grid { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .cards { grid-template-columns: 1fr 1fr; }
  .process { grid-template-columns: 1fr 1fr; }
  .related-links { grid-template-columns: 1fr 1fr; }
  .posts-grid { grid-template-columns: 1fr 1fr; }
  .cta__inner { align-items: flex-start; flex-direction: column; }
  .mobile-call { position: fixed; z-index: 1200; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr 1fr; min-height: 68px; box-shadow: 0 -10px 28px rgba(0,0,0,.2); }
  .mobile-call a { display: flex; align-items: center; justify-content: center; gap: 8px; text-decoration: none; font-weight: 900; }
  .mobile-call__phone { background: var(--brand); color: var(--brand-ink); }
  .mobile-call__contact { background: #101925; color: #fff; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .container, .narrow { width: min(calc(100% - 24px), var(--container)); }
  .section { padding: 64px 0; }
  .site-topbar__inner { min-height: 34px; }
  .site-topbar__items { gap: 10px; }
  .site-topbar__items > :nth-child(n+2) { display: none; }
  .site-brand__sub { display: none; }
  .hero h1 { font-size: clamp(2.45rem, 13vw, 3.7rem); }
  .hero__image, .hero__image img { min-height: 370px; }
  .hero__badge { position: relative; left: auto; bottom: auto; max-width: none; margin: -26px 14px 0; }
  .hero__facts { display: grid; gap: 10px; }
  .trust-strip__grid, .cards, .process, .info-grid, .related-links, .posts-grid, .form-row { grid-template-columns: 1fr; }
  .trust-item { padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:nth-child(2) { border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
  .split { gap: 34px; }
  .split__stamp { right: 12px; bottom: -18px; }
  .cta__inner { padding: 32px 24px; }
  .cta__actions, .cta__actions .button { width: 100%; }
  .site-footer__main { grid-template-columns: 1fr; gap: 28px; padding-top: 48px; }
  .site-footer__main > :last-child { grid-column: auto; }
  .site-footer__bottom-inner { align-items: flex-start; flex-direction: column; justify-content: center; padding: 18px 0; }
  .page-hero { padding: 56px 0; }
  .content-wrap { padding: 56px 0 74px; }
  .prose h2 { margin-top: 42px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

/* Dodatkowe landing page dzielnic: unikalne treści i FAQ JSON-LD, 2026-06-27. */
