:root {
  --ink: #111827;
  --muted: #5d6674;
  --paper: #ffffff;
  --soft: #f4f7f8;
  --line: #dbe3e7;
  --dark: #101820;
  --dark-2: #16232d;
  --blue: #136fdb;
  --cyan: #08a9b9;
  --accent-light: #06717c;
  --accent-dark: #58ddea;
  --green: #126f3f;
  --amber: #d9821f;
  --star-aa: #945f00;
  --radius: 8px;
  --shadow: 0 18px 44px rgba(16, 24, 32, 0.14);
  --content: 1280px;
  --layer-header: 2147483100;
  --layer-sticky-call: 2147483000;
  --layer-cmp-banner: 2147482000;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
}

:where(a, button, input, select, textarea):focus-visible {
  outline: 3px solid #0b5f69;
  outline-offset: 3px;
}

.hero :where(a, button, input, select, textarea):focus-visible,
.section-dark :where(a, button, input, select, textarea):focus-visible,
.page-hero :where(a, button, input, select, textarea):focus-visible {
  outline-color: #fff;
  box-shadow: 0 0 0 5px #0b5f69;
}

svg {
  display: block;
}

.skip-link {
  position: absolute;
  top: -80px;
  left: 16px;
  z-index: calc(var(--layer-header) + 1);
  padding: 10px 14px;
  border-radius: var(--radius);
  background: var(--dark);
  color: #fff;
  font-weight: 800;
}

.skip-link:focus {
  top: 16px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: min(var(--content), calc(100% - 32px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: var(--layer-header);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.nav {
  width: min(var(--content), calc(100% - 32px));
  min-height: 72px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  min-width: 0;
  color: var(--ink);
  text-decoration: none;
  font-weight: 850;
}

.brand-mark {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  background: var(--dark);
  color: #fff;
}

.brand-mark svg {
  width: 25px;
  height: 25px;
}

.brand-text {
  display: grid;
  line-height: 1.15;
}

.brand-text small {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 3px;
}

.nav-links a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 9px 11px;
  border-radius: var(--radius);
  color: #3e4855;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.nav-links a[aria-current="page"] {
  background: var(--soft);
  color: var(--ink);
}

.nav-cta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.phone-link {
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 16px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 850;
  text-decoration: none;
  line-height: 1.15;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.btn-primary {
  background: var(--green);
  color: #fff;
  box-shadow: 0 10px 22px rgba(18, 111, 63, 0.18);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: #0f5e35;
  box-shadow: 0 14px 30px rgba(18, 111, 63, 0.28);
  filter: brightness(1.04);
  transform: translateY(-1px);
}

.btn-secondary {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.36);
  color: #fff;
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.56);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
  transform: translateY(-1px);
}

.btn-light {
  background: #fff;
  border-color: var(--line);
  color: var(--ink);
}

.btn-light:hover,
.btn-light:focus-visible {
  border-color: #c4d6de;
  box-shadow: 0 10px 22px rgba(16, 24, 32, 0.08);
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  position: relative;
  transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.nav-toggle span,
.nav-toggle::before,
.nav-toggle::after {
  content: "";
  width: 20px;
  height: 2px;
  display: block;
  margin: 5px auto;
  border-radius: 99px;
  background: currentColor;
  transform-origin: center;
  transition: transform 160ms ease, opacity 160ms ease;
}

.nav-toggle[aria-expanded="true"] {
  border-color: #c7d7de;
  background: #f7fafb;
  box-shadow: 0 10px 24px rgba(16, 24, 32, 0.12);
}

.nav-toggle[aria-expanded="true"] span {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"]::before {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"]::after {
  transform: translateY(-7px) rotate(-45deg);
}

.hero {
  background: var(--dark);
  color: #fff;
}

.hero-inner {
  width: min(var(--content), calc(100% - 32px));
  min-height: 560px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.55fr);
  align-items: center;
  gap: 32px;
  padding: 58px 0 62px;
}

.home-page .hero-inner.hero-conversion {
  min-height: 520px;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.62fr);
  justify-content: center;
  align-items: center;
  gap: 38px;
  padding: 56px 0 58px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--accent-light);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.hero .eyebrow,
.section-dark .eyebrow,
.page-hero .eyebrow {
  color: var(--accent-dark);
}

.hero h1,
.page-hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: 48px;
  line-height: 1.11;
  font-weight: 700;
  letter-spacing: 0;
  text-wrap: balance;
}

.home-page .hero h1 {
  max-width: 920px;
  font-size: 48px;
  line-height: 1.12;
}

.hero .lead,
.page-hero .lead {
  max-width: 760px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 20px;
}

.home-page .hero .lead {
  max-width: 760px;
  line-height: 1.55;
}

.home-page .hero-facts li {
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.home-page .hero-facts li:hover,
.home-page .hero-facts li:focus-within {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.service-status {
  width: fit-content;
  max-width: 100%;
  display: grid;
  grid-template-columns: 14px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  margin-top: 22px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
}

.service-status strong,
.service-status small {
  display: block;
}

.service-status strong {
  color: #fff;
  line-height: 1.2;
}

.service-status small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
}

.status-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  color: var(--green);
  background: var(--green);
  box-shadow: 0 0 0 3px rgba(18, 111, 63, 0.16);
  animation: none;
}

.status-dot.is-closed {
  color: var(--amber);
  background: var(--amber);
  box-shadow: 0 0 0 3px rgba(148, 95, 0, 0.16);
}

@keyframes statusPulse {
  0% {
    box-shadow: 0 0 0 0 currentColor;
  }
  70% {
    box-shadow: 0 0 0 9px transparent;
  }
  100% {
    box-shadow: 0 0 0 0 transparent;
  }
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.hero-facts li {
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
}

.hero-trust-card {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 14px;
  background:
    radial-gradient(circle at top left, rgba(8, 169, 185, 0.16), transparent 36%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.045)),
    #17252f;
  box-shadow: 0 28px 62px rgba(0, 0, 0, 0.25);
}

.hero-trust-card h2 {
  max-width: 420px;
  margin: 0 0 20px;
  color: #fff;
  font-size: 24px;
  line-height: 1.22;
}

.hero-trust-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-trust-list li {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.105);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.055);
}

.hero-trust-list strong {
  color: rgba(255, 255, 255, 0.96);
  font-size: 13px;
  line-height: 1.35;
}

.hero-trust-list span,
.hero-trust-list a {
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  line-height: 1.45;
}

.hero-trust-list a {
  font-weight: 800;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.service-icon svg,
.check-icon svg {
  width: 24px;
  height: 24px;
}

.report-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 24px;
  align-items: center;
  padding: 30px;
  border: 1px solid var(--line);
  border-left: 5px solid var(--green);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 14px 34px rgba(16, 24, 32, 0.07);
}

.report-card p {
  max-width: 720px;
}

.section {
  padding: 64px 0;
}

main section[id] {
  scroll-margin-top: 92px;
}

.section-compact {
  padding: 36px 0;
}

.home-page #lokalne-dane {
  padding: 26px 0;
}

.home-page #zglos-sprzet,
.home-page #uslugi,
.home-page #marki-laptopow,
.home-page #jak-pracujemy,
.home-page #opinie {
  padding-top: 48px;
  padding-bottom: 50px;
}

.home-page #opinie {
  padding-top: 42px;
  padding-bottom: 46px;
}

.home-page #uslugi {
  padding-bottom: 42px;
}

.home-page #marki-laptopow {
  padding-top: 42px;
}

.section-soft {
  background: var(--soft);
}

.section-dark {
  background: var(--dark);
  color: #fff;
}

.section-dark p,
.section-dark li {
  color: rgba(255, 255, 255, 0.84);
}

.section-head {
  max-width: 760px;
  margin-bottom: 30px;
}

.local-proof {
  display: grid;
  grid-template-columns: 1.15fr 0.8fr 1.25fr 0.45fr;
  gap: 12px;
}

.local-proof > div {
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.local-proof strong,
.local-proof span {
  display: block;
}

.local-proof strong {
  margin-bottom: 4px;
  color: var(--ink);
  font-size: 13px;
  text-transform: uppercase;
}

.local-proof span {
  color: var(--muted);
  font-weight: 700;
  overflow-wrap: break-word;
}

.quick-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 24px;
  border: 1px solid var(--line);
  border-left: 5px solid var(--green);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 14px 34px rgba(16, 24, 32, 0.07);
}

.quick-cta h2 {
  font-size: 32px;
}

.quick-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

h2 {
  margin: 0;
  font-size: 36px;
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: 0;
  text-wrap: balance;
}

h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0;
  text-wrap: balance;
}

p {
  margin: 0 0 14px;
  text-wrap: pretty;
}

.grid {
  display: grid;
  gap: 18px;
}

.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card,
.service-card,
.problem-card,
.step-card {
  min-width: 0;
  border: 1px solid #dfe8ec;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 10px 26px rgba(16, 24, 32, 0.035);
  overflow-wrap: break-word;
}

.service-card,
.problem-card {
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.service-card:hover,
.problem-card:hover,
.service-card:focus-within,
.problem-card:focus-within {
  border-color: #cbdce3;
  box-shadow: 0 14px 30px rgba(16, 24, 32, 0.06);
  transform: translateY(-1px);
}

.card,
.service-card,
.problem-card {
  padding: 24px;
}

.problem-card {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  align-content: stretch;
  gap: 10px;
}

.service-card {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  align-content: stretch;
  gap: 13px;
}

.home-page .service-card p,
.home-page .card p,
.home-page .step-card p,
.home-page .band p {
  line-height: 1.62;
}

.service-card p,
.problem-card p,
.card p,
.step-card p {
  color: var(--muted);
}

.service-card p {
  margin-bottom: 0;
}

.service-card a,
.card-link,
.text-link {
  color: var(--blue);
  font-weight: 800;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.service-card a {
  align-self: end;
  margin-top: 4px;
}

.service-pillars .service-card {
  min-height: 260px;
}

.service-links {
  margin: 18px 0 0;
  color: var(--muted);
}

.service-links a {
  color: var(--blue);
  font-weight: 800;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.reviews-section {
  background:
    linear-gradient(180deg, #fff 0%, #fbfdfe 100%);
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.review-card {
  min-width: 0;
  display: grid;
  align-content: start;
  min-height: 250px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background:
    radial-gradient(circle at top left, rgba(8, 169, 185, 0.08), transparent 34%),
    #fff;
  box-shadow: 0 14px 34px rgba(16, 24, 32, 0.06);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.review-card:hover,
.review-card:focus-within {
  border-color: #b8d4de;
  box-shadow: 0 18px 38px rgba(16, 24, 32, 0.095);
  transform: translateY(-2px);
}

.review-stars {
  margin-bottom: 14px;
  color: var(--star-aa);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 2px;
}

.review-card blockquote {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.62;
}

.review-author {
  margin: auto 0 2px;
  color: var(--ink);
  font-weight: 800;
}

.review-source {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.brand-section {
  background: linear-gradient(180deg, #fff 0%, #f8fbfc 100%);
}

.brand-chip-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.brand-chip-list li {
  min-width: 0;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 252, 0.92));
  color: #2f3b4d;
  box-shadow: 0 10px 24px rgba(16, 24, 32, 0.05);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0;
  opacity: 0.82;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease;
}

.brand-chip-list li:hover {
  border-color: #b8d4de;
  background: #fff;
  color: var(--dark);
  opacity: 1;
  box-shadow: 0 12px 26px rgba(16, 24, 32, 0.08);
  transform: translateY(-1px);
}

.brand-note {
  max-width: 780px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.home-page .service-card,
.home-page .step-card,
.home-page .review-card,
.home-page .brand-chip-list li,
.home-page .hero-trust-card {
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.home-page .service-card:hover,
.home-page .step-card:hover,
.home-page .review-card:hover,
.home-page .hero-trust-card:hover {
  border-color: #b8d4de;
  box-shadow: 0 14px 30px rgba(16, 24, 32, 0.07);
  transform: translateY(-1px);
}

.home-page .service-card a {
  transition: color 180ms ease, transform 180ms ease;
}

.home-page .service-card:hover a {
  color: #0f5e35;
  transform: translateX(2px);
}

.card-link {
  display: inline-flex;
  align-items: center;
  align-self: end;
  gap: 6px;
  margin-top: 2px;
}

.card-link::after {
  content: ">";
}

.service-icon,
.check-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  background: #eaf8f9;
  color: var(--cyan);
}

.check-icon {
  background: #eaf7ef;
  color: var(--green);
}

.process {
  counter-reset: step;
}

.step-card {
  min-height: 180px;
  padding: 22px;
  position: relative;
}

.process-compact .step-card {
  min-height: 0;
}

.home-page #firmy .split {
  align-items: start;
}

@media (prefers-reduced-motion: no-preference) {
  .home-page .reveal-item {
    opacity: 0;
    transform: translateY(18px);
  }

  .home-page .reveal-item.is-visible {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 380ms ease-out, transform 380ms ease-out;
  }

  .home-page .hero .btn-primary {
    position: relative;
    overflow: hidden;
  }

  .home-page .hero .btn-primary::after {
    content: "";
    position: absolute;
    inset: -30% auto -30% -45%;
    width: 36%;
    transform: skewX(-18deg) translateX(0);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.24), transparent);
    opacity: 0;
    transition: transform 420ms ease, opacity 180ms ease;
  }

  .home-page .hero .btn-primary:hover::after,
  .home-page .hero .btn-primary:focus-visible::after {
    opacity: 1;
    transform: skewX(-18deg) translateX(430%);
  }
}

.home-page .hero .btn-primary::after {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }

  .home-page .hero .btn-primary::after {
    display: none;
  }

  .home-page .reveal-item {
    opacity: 1;
    transform: none;
  }
}

.step-card::before {
  counter-increment: step;
  content: counter(step);
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: var(--radius);
  background: var(--dark);
  color: #fff;
  font-weight: 800;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(320px, 1.06fr);
  gap: 38px;
  align-items: center;
}

.trust-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.trust-list li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: start;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.band {
  padding: 30px;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid var(--line);
}

.band-dark {
  background: var(--dark-2);
  border-color: rgba(255, 255, 255, 0.22);
}

.band-dark .service-card {
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(255, 255, 255, 0.22);
}

.band-dark .service-card p,
.band-dark .service-card li {
  color: rgba(255, 255, 255, 0.84);
}

.list {
  margin: 16px 0 0;
  padding-left: 20px;
}

.list li {
  margin: 7px 0;
}

.final-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: 32px;
  align-items: start;
}

.final-cta-simple {
  grid-template-columns: minmax(0, 760px);
  justify-content: center;
  text-align: center;
}

.final-cta-simple .hero-actions {
  justify-content: center;
}

.contact-card {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
}

.contact-card h3,
.contact-card strong,
.contact-card a {
  color: #fff;
}

.contact-card .list {
  margin-top: 12px;
}

.contact-form {
  display: grid;
  gap: 12px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
}

.contact-form label {
  display: grid;
  gap: 6px;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 800;
}

.field-hp {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  font: inherit;
}

.contact-form textarea {
  min-height: 122px;
  resize: vertical;
}

.form-note {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
}

.form-status {
  margin: 0;
  padding: 10px 12px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 14px;
}

.form-status[hidden] {
  display: none;
}

.page-hero {
  background: var(--dark);
  color: #fff;
  padding: 70px 0;
}

.breadcrumbs {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

.breadcrumbs a {
  color: inherit;
  text-underline-offset: 3px;
}

.page-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 34px;
  align-items: start;
}

.page-main {
  min-width: 0;
}

.page-main section {
  min-width: 0;
}

.page-main section > h2 + :is(p, .grid, .service-table, .brand-cloud, .related-links, .card) {
  margin-top: 16px;
}

.page-main section > :last-child {
  margin-bottom: 0;
}

.page-main > * + * {
  margin-top: 28px;
}

.aside-card {
  position: sticky;
  top: 96px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.aside-card .btn {
  width: 100%;
}

.contact-stack {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.service-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
}

.service-table th,
.service-table td {
  padding: 17px 18px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
  line-height: 1.45;
  overflow-wrap: break-word;
}

.service-table th {
  background: var(--soft);
}

.service-table tr:last-child td {
  border-bottom: 0;
}

.brand-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 14px 0;
  padding: 0;
  list-style: none;
}

.brand-cloud span,
.brand-cloud li {
  padding: 9px 11px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft);
  color: var(--ink);
  font-weight: 800;
  line-height: 1.2;
}

.mini-note {
  margin-top: 12px;
  padding: 13px 14px;
  border-left: 3px solid var(--green);
  border-radius: var(--radius);
  background: #f4fbf8;
  color: var(--muted);
}

.review-slot {
  background: #fff;
}

.related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.related-links a {
  padding: 9px 11px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--blue);
  font-weight: 800;
  text-decoration: none;
}

.site-footer {
  padding: 42px 0 46px;
  background: #0d1319;
  color: rgba(255, 255, 255, 0.82);
}

.footer-grid {
  width: min(var(--content), calc(100% - 32px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 24px;
}

.footer-grid > * {
  min-width: 0;
}

.site-footer strong {
  display: block;
  margin-bottom: 10px;
  color: #fff;
}

.site-footer a {
  color: #fff;
  font-weight: 700;
  overflow-wrap: anywhere;
  padding-bottom: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.34);
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  border-bottom-color: #fff;
}

.footer-bottom {
  width: min(var(--content), calc(100% - 32px));
  margin-right: auto;
  margin-left: auto;
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
}

.sticky-call {
  position: fixed;
  left: 50%;
  right: auto;
  bottom: calc(8px + env(safe-area-inset-bottom));
  z-index: var(--layer-sticky-call);
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  width: min(calc(100% - 24px), 430px);
  max-width: 430px;
  padding: 0 14px;
  border: 0;
  border-radius: 8px;
  background: #126f3f;
  color: #fff;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.15;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(16, 24, 32, 0.2);
  backface-visibility: hidden;
  transform: translate3d(-50%, 0, 0);
  transition: opacity 0.12s ease, transform 0.12s ease;
  white-space: nowrap;
  will-change: transform, opacity;
}

.sticky-call::before {
  content: none;
}

body.menu-open .sticky-call,
body.form-in-view .sticky-call {
  display: none;
}

.sticky-call.is-obscuring-content {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(-50%, 10px, 0);
}

.sticky-call.is-hidden-by-scroll {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(-50%, 100%, 0);
}

/* CMP integration guard: paste a real CookieYes/Cookiebot tag in head before production. */
.cky-consent-container,
.cky-modal,
#CybotCookiebotDialog,
#CybotCookiebotDialogBodyUnderlay {
  z-index: var(--layer-cmp-banner) !important;
}

@keyframes menuDrop {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .cky-consent-container,
  #CybotCookiebotDialog {
    top: calc(10px + env(safe-area-inset-top)) !important;
    bottom: auto !important;
  }
}

@media (max-width: 1160px) {
  body.menu-open::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: calc(var(--layer-header) - 1);
    background: rgba(16, 24, 32, 0.28);
    backdrop-filter: blur(1px);
  }

  .nav-links {
    position: fixed;
    inset: 82px 12px auto;
    display: none;
    z-index: var(--layer-header);
    max-height: calc(100vh - 104px);
    overflow: auto;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 10px;
    border: 1px solid #d7e3e8;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 24px 58px rgba(16, 24, 32, 0.24);
  }

  .nav-links.is-open {
    display: flex;
    animation: menuDrop 160ms ease-out both;
  }

  .nav-links a {
    padding: 12px 14px;
    border-left: 3px solid transparent;
  }

  .nav-links a:hover,
  .nav-links a:focus-visible,
  .nav-links a[aria-current="page"] {
    border-left-color: var(--accent-light);
    background: #f2f7f8;
  }

  .nav-toggle {
    display: block;
  }

  .nav-cta .phone-link {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--soft);
    font-size: 14px;
  }

  .hero-inner,
  .split,
  .final-cta,
  .page-layout {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    min-height: auto;
    padding: 54px 0 60px;
  }

  .home-page .hero-inner.hero-conversion {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 54px 0 58px;
  }

  .grid-4,
  .grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .report-card {
    grid-template-columns: 1fr;
  }

  .local-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aside-card {
    position: static;
  }
}

@media (max-width: 900px) {
  .hero-inner {
    gap: 28px;
    padding: 42px 0 46px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: 40px;
  }

  .home-page .hero h1 {
    font-size: 40px;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-table {
    display: block;
    overflow: visible;
    border: 0;
  }

  .service-table tbody,
  .service-table tr,
  .service-table th,
  .service-table td {
    display: block;
    width: 100%;
  }

  .service-table tr {
    margin-bottom: 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    overflow: hidden;
  }

  .service-table.is-labeled thead {
    display: none;
  }

  .service-table td {
    padding: 13px 14px;
  }

  .service-table td::before {
    color: var(--muted);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.25;
    text-transform: uppercase;
  }

  .service-table.is-labeled td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 4px;
  }

  .service-table td:last-child {
    border-bottom: 0;
  }
}

@media (min-width: 900px) {
  .hide-desktop {
    display: none;
  }

  .contact-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-form label:first-child,
  .contact-form label:nth-child(4),
  .contact-form .btn,
  .contact-form .form-status,
  .contact-form .form-note {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .nav {
    width: min(var(--content), calc(100% - 20px));
    gap: 8px;
  }

  .brand {
    gap: 8px;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  .brand-mark svg {
    width: 22px;
    height: 22px;
  }

  .brand-text {
    max-width: clamp(116px, 38vw, 162px);
  }

  .brand-text > span {
    font-size: 15px;
  }

  .nav {
    min-height: 66px;
  }

  .nav-links {
    top: 74px;
  }

  .nav-cta .btn {
    display: none;
  }

  .nav-cta {
    flex-shrink: 0;
    gap: 8px;
  }

  .nav-cta .phone-link {
    min-width: 82px;
    min-height: 42px;
    padding: 9px 11px;
    border-color: var(--ink);
    background: var(--ink);
    color: #fff;
    font-size: 0;
  }

  .nav-cta .phone-link::after {
    content: "Zadzwoń";
    font-size: 14px;
    line-height: 1;
  }

  .hero h1,
  .page-hero h1 {
    font-size: 28px;
    line-height: 1.15;
  }

  .home-page .hero h1 {
    font-size: 28px;
    line-height: 1.13;
  }

  .hero .lead,
  .page-hero .lead {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.55;
  }

  .hero-inner {
    gap: 20px;
    padding: 30px 0 34px;
  }

  .home-page .hero-inner.hero-conversion {
    gap: 18px;
    padding: 28px 0 32px;
  }

  .hero-trust-card {
    padding: 14px;
  }

  .hero-trust-card h2 {
    margin-bottom: 14px;
    font-size: 20px;
  }

  .hero-trust-list {
    gap: 8px;
  }

  .hero-trust-list li {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 9px 10px;
  }

  .hero-actions {
    margin-top: 18px;
    gap: 8px;
  }

  .hero-facts {
    gap: 8px;
    margin-top: 18px;
  }

  .hero-facts li {
    padding: 7px 9px;
    font-size: 13px;
  }

  .service-status {
    margin-top: 12px;
    padding: 8px 10px;
  }

  h2 {
    font-size: 24px;
    line-height: 1.2;
  }

  .quick-cta h2 {
    font-size: 24px;
  }

  .section {
    padding: 58px 0;
  }

  .home-page #lokalne-dane {
    padding: 20px 0;
  }

  .home-page #zglos-sprzet,
  .home-page #uslugi,
  .home-page #marki-laptopow,
  .home-page #jak-pracujemy,
  .home-page #opinie {
    padding-top: 42px;
    padding-bottom: 44px;
  }

  .grid-4,
  .grid-3,
  .grid-2,
  .review-grid,
  .trust-list,
  .local-proof,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    gap: 0;
  }

  .footer-grid > * + * {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.11);
  }

  .quick-cta {
    grid-template-columns: 1fr;
  }

  .brand-chip-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brand-chip-list li {
    min-height: 52px;
    font-size: 16px;
  }

  .quick-cta-actions {
    justify-content: stretch;
  }

  .hero-actions .btn,
  .contact-form .btn,
  .quick-cta-actions .btn {
    width: 100%;
  }

  .service-status {
    width: 100%;
  }

  .report-card {
    padding: 20px;
  }

  .service-pillars .service-card {
    min-height: 0;
  }

  .page-hero {
    padding: 44px 0;
  }

  .contact-page .page-hero {
    padding: 38px 0 26px;
  }

  .contact-page .section-dark {
    padding-top: 32px;
    padding-bottom: 44px;
  }

  .contact-page .section-dark .final-cta {
    gap: 24px;
    padding-bottom: 36px;
  }

}

@media (max-width: 768px) {
  .site-footer {
    padding-bottom: 96px;
  }

  .section-dark .final-cta {
    padding-bottom: 78px;
  }

  .site-footer a,
  .local-proof a,
  .breadcrumbs a,
  .service-card a,
  .related-links a,
  .card-link,
  .text-link {
    min-width: 44px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }

  .breadcrumbs a {
    justify-content: center;
  }

  .sticky-call {
    display: inline-flex;
  }
}

@media (max-width: 390px) {
  .container,
  .nav,
  .hero-inner,
  .footer-grid,
  .footer-bottom {
    width: min(var(--content), calc(100% - 24px));
  }

  .brand-text {
    max-width: 112px;
  }

  .brand-text small {
    display: none;
  }

  .nav-cta .phone-link {
    min-width: 76px;
    padding-inline: 9px;
  }

  .nav-cta .phone-link::after {
    font-size: 13px;
  }

  .home-page .hero h1 {
    font-size: 26px;
  }

  .home-page .hero .lead {
    font-size: 15.5px;
  }
}


