body.danpol-modern-header #masthead,
.home #masthead {
  display: none !important;
}

body.danpol-modern-header .footer-width-fixer,
body.danpol-modern-header #colophon {
  display: none !important;
}

body.danpol-modern-header {
  padding-top: 68px;
}

.danpol-home-site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5000;
  background: rgba(255, 255, 255, 0.78);
  border-bottom: 1px solid rgba(230, 232, 239, 0.74);
  backdrop-filter: saturate(145%) blur(12px);
  -webkit-backdrop-filter: saturate(145%) blur(12px);
  box-shadow: none;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, backdrop-filter 0.18s ease;
}

.danpol-home-site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.88);
  border-bottom-color: rgba(207, 213, 223, 0.88);
  backdrop-filter: saturate(165%) blur(18px);
  -webkit-backdrop-filter: saturate(165%) blur(18px);
  box-shadow: 0 14px 34px rgba(20, 22, 28, 0.08);
}

.admin-bar .danpol-home-site-header {
  top: 32px;
}

body.admin-bar.danpol-modern-header {
  padding-top: 100px;
}

.danpol-home [id] {
  scroll-margin-top: 92px;
}

.danpol-home-site-header *,
.danpol-home-site-header *::before,
.danpol-home-site-header *::after {
  box-sizing: border-box;
}

.danpol-home-site-header a {
  color: #13161c;
  text-decoration: none;
}

.danpol-home-site-header__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  width: min(1216px, calc(100% - 48px));
  min-height: 68px;
  margin-inline: auto;
}

.danpol-home-site-header__logo {
  display: inline-flex;
  align-items: center;
  width: 116px;
}

.danpol-home-site-header__logo img {
  display: block;
  width: 116px;
  height: auto;
}

.danpol-home-site-header__nav {
  display: flex;
  align-items: center;
  gap: 28px;
  min-width: 0;
}

.danpol-home-site-header__nav a {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.danpol-home-site-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.danpol-home-site-header__language {
  position: relative;
  width: 116px;
  min-width: 116px;
}

.danpol-home-site-header__language .trp-language-switcher,
.danpol-home-site-header__language .trp-ls-shortcode-current-language,
.danpol-home-site-header__language .trp-ls-shortcode-language {
  width: 116px !important;
}

.danpol-home-site-header__language .trp-shortcode-switcher__wrapper {
  --flag-size: 17px;
  --font-size: 13px;
}

.danpol-home-site-header__language .trp-current-language-item__wrapper,
.danpol-home-site-header__language .trp-language-item {
  min-height: 36px;
}

.danpol-home-site-header__language .trp-flag-image {
  width: 18px !important;
  height: auto !important;
}

.danpol-home-site-header__icon,
.danpol-home-site-header__burger {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid #e6e8ef;
  border-radius: 12px;
  background: #fff;
  color: #13161c;
  font-size: 18px;
  box-shadow: 0 1px 2px rgba(20, 22, 28, 0.04);
  transition: border-color 0.16s ease, background 0.16s ease, color 0.16s ease, box-shadow 0.16s ease;
}

.danpol-home-site-header__icon:hover {
  border-color: rgba(25, 86, 211, 0.28);
  color: var(--dh-blue);
  background: #f8fbff;
  box-shadow: 0 8px 20px rgba(20, 22, 28, 0.08);
}

.danpol-home-site-header__icon svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.danpol-home-site-header__cart svg {
  width: 19px;
  height: 19px;
}

.woocommerce .return-to-shop {
  text-align: center;
}

.woocommerce .return-to-shop .button.wc-backward {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: auto !important;
  min-width: max-content;
  max-width: calc(100vw - 48px);
  white-space: nowrap !important;
  line-height: 1 !important;
  padding: 14px 22px !important;
}

.woocommerce .return-to-shop .button.wc-backward br {
  display: none !important;
}

.danpol-home-site-header__cart em {
  position: absolute;
  right: -5px;
  top: -5px;
  display: grid;
  place-items: center;
  min-width: 17px;
  height: 17px;
  padding-inline: 4px;
  border-radius: 999px;
  color: #fff;
  background: #d81f2a;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
}

.danpol-home-site-header__quote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 18px;
  border-radius: 10px;
  color: #fff !important;
  background: #1956d3;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(25, 86, 211, 0.22);
}

.danpol-home-site-header__burger {
  display: none;
  border: 0;
  cursor: pointer;
}

.danpol-home-site-header__burger span {
  width: 17px;
  height: 2px;
  min-height: 2px;
  flex: 0 0 2px;
  border-radius: 99px;
  background: #13161c;
}

.danpol-home-site-header__mobile {
  display: none;
}

.danpol-home {
  --dh-ink: #13161c;
  --dh-muted: #5d6470;
  --dh-soft: #f5f7fb;
  --dh-line: #e6e8ef;
  --dh-blue: #1956d3;
  --dh-red: #d81f2a;
  --dh-green: #1f8a56;
  color: var(--dh-ink);
  background: #fff;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow: visible;
}

.danpol-home *,
.danpol-home *::before,
.danpol-home *::after {
  box-sizing: border-box;
}

.danpol-home a {
  color: inherit;
  text-decoration: none;
}

.danpol-home-wrap {
  width: min(1216px, calc(100% - 48px));
  margin-inline: auto;
}

.danpol-home-hero {
  position: relative;
  padding: clamp(28px, 4.2vw, 56px) 0 52px;
  background:
    radial-gradient(circle at 72% 20%, rgba(25, 86, 211, 0.10), transparent 34%),
    linear-gradient(180deg, #fff 0%, #fbfcff 100%);
  border-bottom: 1px solid var(--dh-line);
}

.danpol-home-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  align-items: center;
  gap: clamp(40px, 7vw, 92px);
}

.danpol-home-kickers,
.danpol-home-actions,
.danpol-home-stats,
.danpol-home-rating,
.danpol-home-cities {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.danpol-home-kickers span,
.danpol-home-kicker,
.danpol-home-live {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border: 1px solid var(--dh-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #24405f;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  padding: 8px 12px;
}

.danpol-home-kickers span::before,
.danpol-home-kicker::before,
.danpol-home-live::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 999px;
  background: var(--dh-blue);
}

.danpol-home-kickers span:nth-child(2)::before,
.danpol-home-live::before {
  background: var(--dh-green);
}

.danpol-home-kicker-red::before {
  background: var(--dh-red);
}

.danpol-home h1,
.danpol-home h2,
.danpol-home h3,
.danpol-home p {
  margin-top: 0;
}

.danpol-home h1 {
  max-width: 650px;
  margin: 20px 0 18px;
  font-size: clamp(36px, 4.35vw, 62px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.04;
}

.danpol-home h1 mark {
  color: var(--dh-blue);
  background: linear-gradient(180deg, transparent 55%, rgba(25, 86, 211, 0.18) 0);
}

.danpol-home-hero-copy > p {
  max-width: 540px;
  color: #424956;
  font-size: clamp(16px, 1.35vw, 18px);
  line-height: 1.58;
  margin-bottom: 24px;
}

.danpol-home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 10px;
  border: 1px solid transparent;
  font-weight: 800;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.danpol-home-btn:hover {
  transform: translateY(-1px);
}

.danpol-home-btn-primary {
  color: #fff !important;
  background: var(--dh-blue);
  box-shadow: 0 16px 32px rgba(25, 86, 211, 0.24);
}

.danpol-home-btn-secondary {
  background: #fff;
  border-color: var(--dh-line);
}

.danpol-home-btn-light {
  color: var(--dh-blue) !important;
  background: #fff;
}

.danpol-home-btn-outline {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.34);
}

.danpol-home-stats {
  gap: 30px;
  padding-top: 24px;
  margin: 28px 0 0;
  border-top: 1px dashed var(--dh-line);
}

.danpol-home-stats dt {
  font-size: 22px;
  font-weight: 850;
  line-height: 1;
}

.danpol-home-stats dd {
  margin: 6px 0 0;
  color: var(--dh-muted);
  font-size: 13px;
}

.danpol-home-hero-art {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 430px;
}

.danpol-home-book-stack {
  position: relative;
  width: 330px;
  height: 420px;
}

.danpol-home-book {
  position: absolute;
  display: flex;
  align-items: flex-end;
  border-radius: 3px 7px 7px 3px;
  box-shadow: 0 28px 70px rgba(19, 22, 28, 0.20), 0 10px 22px rgba(19, 22, 28, 0.16);
  background-size: cover;
  overflow: hidden;
  transform-origin: center bottom;
}

.danpol-home-book::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  background: rgba(0, 0, 0, 0.16);
  box-shadow: inset -2px 0 4px rgba(0, 0, 0, 0.18);
}

.danpol-home-book-red {
  width: 240px;
  height: 330px;
  left: 46px;
  top: 60px;
  background: linear-gradient(150deg, #1f3a7a, #1956d3 70%);
  transform: rotate(-7deg);
}

.danpol-home-book-blue {
  width: 230px;
  height: 318px;
  left: 96px;
  top: 42px;
  background: linear-gradient(150deg, #b71722, #e0353f 75%);
  transform: rotate(6deg);
}

.danpol-home-book-dark {
  width: 215px;
  height: 300px;
  left: 74px;
  top: 96px;
  z-index: 2;
  color: #fff;
  background: linear-gradient(150deg, #23262e, #43474f 80%);
  transform: rotate(-1deg);
}

.danpol-home-spine-glow {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(255, 255, 255, 0.22), transparent 36%);
}

.danpol-home-book-label {
  position: relative;
  z-index: 2;
  padding: 0 0 26px 30px;
  color: #fff;
  font-family: "Inter Tight", Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.25;
  opacity: 0.96;
}

.danpol-home-book-label small {
  display: block;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.7);
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9.5px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.danpol-home-book-red .danpol-home-book-label,
.danpol-home-book-blue .danpol-home-book-label {
  opacity: 0.82;
}

.danpol-home-float {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px 11px 54px;
  border: 1px solid var(--dh-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(19, 22, 28, 0.14), 0 1px 2px rgba(19, 22, 28, 0.06);
  font-weight: 800;
  font-size: 12.5px;
  line-height: 1.2;
}

.danpol-home-float::before {
  position: absolute;
  left: 15px;
  top: 50%;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: #eef8f1;
  color: var(--dh-green);
  font-size: 15px;
}

.danpol-home-float small {
  color: var(--dh-muted);
  font-size: 11px;
  font-weight: 500;
}

.danpol-home-float-check {
  left: -14px;
  top: 48px;
}

.danpol-home-float-check::before {
  content: "✓";
}

.danpol-home-float-fast {
  right: -18px;
  bottom: 70px;
}

.danpol-home-float-fast::before {
  content: "↯";
  background: #fff6e8;
  color: #c77a1e;
}

.danpol-home-counter {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  color: #fff;
  overflow: hidden;
  text-align: center;
  background: #13161c;
}

.danpol-home-counter::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(700px 360px at 50% 130%, rgba(25, 86, 211, 0.36), transparent 70%);
  opacity: 0.68;
}

.danpol-home-counter::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: 0.5;
  mask-image: radial-gradient(circle at 50% 40%, #000, transparent 75%);
}

.danpol-home-counter-inner {
  position: relative;
  z-index: 2;
  padding: 76px 0 72px;
}

.danpol-home-counter .danpol-home-live {
  gap: 9px;
  margin-bottom: 26px;
  border-color: rgba(216, 31, 42, 0.55);
  background: rgba(216, 31, 42, 0.25);
  color: #fff;
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.danpol-home-counter .danpol-home-live::before {
  display: none;
}

.danpol-home-live-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--dh-red);
  box-shadow: 0 0 0 0 rgba(216, 31, 42, 0.7);
  animation: danpol-home-pulse 2s infinite;
}

@keyframes danpol-home-pulse {
  0% { box-shadow: 0 0 0 0 rgba(216, 31, 42, 0.7); }
  70% { box-shadow: 0 0 0 12px rgba(216, 31, 42, 0); }
  100% { box-shadow: 0 0 0 0 rgba(216, 31, 42, 0); }
}

.danpol-home-counter-label {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.72);
  font-family: "Inter Tight", Inter, sans-serif;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 500;
  letter-spacing: -0.01em;
}

.danpol-home-big-number {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  font-family: "Inter Tight", Inter, sans-serif;
  font-size: clamp(72px, 13vw, 168px);
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.92;
}

.danpol-home-count {
  display: inline-block;
}

.danpol-home-odometer {
  display: inline-flex;
  align-items: flex-start;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
}

.danpol-home-odometer-digit {
  position: relative;
  display: inline-block;
  width: 0.58em;
  height: 1em;
  overflow: hidden;
}

.danpol-home-odometer-strip {
  display: block;
  will-change: transform;
}

.danpol-home-odometer.is-rolling .danpol-home-odometer-strip {
  transition: transform 0.22s cubic-bezier(0.24, 0.74, 0.28, 1);
}

.danpol-home-odometer-number {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1em;
  line-height: 1;
}

.danpol-home-odometer-sep {
  display: inline-block;
  width: 0.26em;
}

@media (prefers-reduced-motion: reduce) {
  .danpol-home-odometer.is-rolling .danpol-home-odometer-strip {
    transition: none;
  }
}

.danpol-home-goal {
  position: relative;
  z-index: 2;
  max-width: 520px;
  margin: 28px auto 0;
}

.danpol-home-progress {
  height: 8px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.12);
}

.danpol-home-progress-fill {
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--dh-blue), #d43f68);
  transition: width 0.5s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.danpol-home-progress-meta {
  margin-top: 11px;
  color: rgba(255, 255, 255, 0.62);
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  letter-spacing: 0.02em;
}

.danpol-home-goal-percent {
  color: #b8ccff;
  font-weight: 700;
}

.danpol-home-progress-meta b {
  color: #fff;
  font-weight: 600;
}

.danpol-home-live-pages {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  clear: both;
  width: fit-content;
  max-width: min(100%, 520px);
  gap: 7px;
  margin: 24px auto 0;
  padding: 16px 28px 15px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  text-align: center;
}

.danpol-home-pages-num {
  color: #fff;
  font-family: "Inter Tight", Inter, sans-serif;
  font-size: clamp(22px, 3vw, 32px);
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1;
  overflow: hidden;
}

.danpol-home-pages-count {
  line-height: 1;
}

.danpol-home-pages-label {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12.5px;
  line-height: 1.35;
  text-align: center;
  letter-spacing: 0.02em;
}

.danpol-home-pages-label b {
  display: block;
  margin-top: 2px;
  color: #f2b8bf;
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.danpol-home-counter-stats {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  margin-top: 46px;
}

.danpol-home-counter-stat {
  padding: 0 38px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.danpol-home-counter-stat:first-child {
  border-left: 0;
}

.danpol-home-stat-value {
  font-family: "Inter Tight", Inter, sans-serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.danpol-home-stat-value span {
  margin-left: 3px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 16px;
  font-weight: 500;
}

.danpol-home-stat-red {
  color: #f0a4aa;
}

.danpol-home-stat-accent {
  color: #b8ccff;
}

.danpol-home-stat-label {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12.5px;
  letter-spacing: 0.02em;
}

.danpol-home-book-belt {
  position: absolute;
  left: 0;
  z-index: 1;
  display: flex;
  width: max-content;
  gap: 16px;
  pointer-events: none;
  opacity: 0.09;
}

.danpol-home-book-belt-top {
  top: 18px;
}

.danpol-home-book-belt-bottom {
  bottom: 18px;
}

.danpol-home-belt-book {
  flex: 0 0 auto;
  width: 30px;
  height: 84px;
  border-radius: 2px 4px 4px 2px;
  box-shadow: inset -6px 0 9px rgba(0, 0, 0, 0.28);
}

@media (prefers-reduced-motion: no-preference) {
  .danpol-home-book-belt-top {
    animation: danpol-home-belt-drift 70s linear infinite;
  }

  .danpol-home-book-belt-bottom {
    animation: danpol-home-belt-drift 92s linear infinite reverse;
  }
}

@keyframes danpol-home-belt-drift {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.danpol-home-section {
  padding: clamp(62px, 8vw, 104px) 0;
}

.danpol-home-section-muted {
  background: var(--dh-soft);
  border-block: 1px solid var(--dh-line);
}

.danpol-home-section-head {
  max-width: 690px;
  margin-bottom: 34px;
}

.danpol-home-section-head-center {
  margin-inline: auto;
  text-align: center;
}

.danpol-home-section h2,
.danpol-home-cta h2 {
  margin: 14px 0 12px;
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 850;
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.danpol-home-section-head p,
.danpol-home-location p,
.danpol-home-cta p {
  color: var(--dh-muted);
  font-size: 17px;
  line-height: 1.65;
}

#produkty .danpol-home-kicker {
  gap: 10px;
  border: 0;
  padding: 0;
  background: transparent;
  color: #9aa1ac;
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

#produkty .danpol-home-kicker::before {
  width: 7px;
  height: 7px;
  margin-right: 0;
}

#produkty .danpol-home-section-head {
  max-width: 720px;
  margin-bottom: 54px;
}

#produkty .danpol-home-section-head h2 {
  margin-top: 24px;
  font-size: clamp(40px, 6vw, 70px);
  letter-spacing: -0.055em;
}

#produkty .danpol-home-section-head p {
  font-size: clamp(18px, 2.1vw, 22px);
  line-height: 1.45;
}

.danpol-home-products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.danpol-home-product,
.danpol-home-page-link,
.danpol-home-step,
.danpol-home-finish,
.danpol-home-why,
.danpol-home-testimonial,
.danpol-home-faq {
  border: 1px solid var(--dh-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(20, 22, 28, 0.04);
}

.danpol-home-product {
  position: relative;
  display: flex;
  min-height: 420px;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.danpol-home-product:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 42px rgba(20, 22, 28, 0.10);
}

.danpol-home-product-tag {
  position: absolute;
  left: 22px;
  top: 22px;
  z-index: 2;
  border-radius: 999px;
  padding: 7px 14px;
  border: 1px solid var(--dh-line);
  color: #7a818d;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 18px rgba(20, 22, 28, 0.06);
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.danpol-home-product-art {
  position: relative;
  display: block;
  min-height: 246px;
  border-bottom: 1px solid rgba(230, 232, 239, 0.75);
  background:
    repeating-linear-gradient(135deg, #faf9f6 0 12px, #f4f3ef 12px 24px);
  overflow: hidden;
}

.danpol-home-product-art::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 55%;
  width: 108px;
  height: 146px;
  border-radius: 4px 8px 8px 4px;
  background: linear-gradient(150deg, #1f3a7a, var(--dh-blue) 72%);
  box-shadow: 0 30px 44px rgba(20, 22, 28, 0.18);
  transform: translate(-50%, -50%) rotate(-6deg);
}

.danpol-home-product-art::after {
  content: "";
  position: absolute;
  left: calc(50% - 54px);
  top: calc(55% - 73px);
  width: 8px;
  height: 146px;
  border-radius: 4px 0 0 4px;
  background: rgba(0, 0, 0, 0.18);
  transform: rotate(-6deg);
}

.danpol-home-product-green .danpol-home-product-art::before {
  background: linear-gradient(150deg, #355d2d, #5f8a3e 76%);
}

.danpol-home-product-navy .danpol-home-product-art::before {
  background: linear-gradient(150deg, #242832, #43474f 78%);
}

.danpol-home-product-purple .danpol-home-product-art::before {
  background: linear-gradient(150deg, #7a1f6b, #b5359f 78%);
}

.danpol-home-product-amber .danpol-home-product-art::before {
  background: linear-gradient(150deg, #9a5a16, #cf8a2e 80%);
}

.danpol-home-product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  padding: 30px 34px 28px;
}

.danpol-home-product-body strong {
  color: var(--dh-ink);
  font-size: 24px;
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.danpol-home-product-body span:not(.danpol-home-kicker) {
  color: var(--dh-muted);
  font-size: 16px;
  line-height: 1.52;
}

.danpol-home-product-body em {
  display: flex;
  margin-top: auto;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #606774;
  font-size: 15px;
  font-style: normal;
}

.danpol-home-product-body b {
  color: var(--dh-blue);
  font-size: 16px;
  font-weight: 850;
}

.danpol-home-product-body b::after {
  content: " →";
}

.danpol-home-product-feature {
  display: grid;
  align-items: center;
  color: #fff;
  background: linear-gradient(160deg, #245ee7, #174ab8);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.danpol-home-product-feature .danpol-home-product-body {
  padding: 38px 34px 34px;
}

.danpol-home-product-feature .danpol-home-product-body span,
.danpol-home-product-feature .danpol-home-product-body em {
  color: rgba(255, 255, 255, 0.80);
}

.danpol-home-product-feature .danpol-home-product-body strong {
  color: #fff;
  font-size: 28px;
}

.danpol-home-product-feature .danpol-home-kicker {
  color: rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.28);
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.danpol-home-product-feature .danpol-home-product-body b {
  color: #fff;
}

.danpol-home-page-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.danpol-home-page-link {
  display: grid;
  min-height: 188px;
  align-content: space-between;
  padding: 22px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.danpol-home-page-link:hover {
  transform: translateY(-2px);
  border-color: rgba(25, 86, 211, 0.28);
  box-shadow: 0 18px 40px rgba(20, 22, 28, 0.08);
}

.danpol-home-page-link span {
  color: #9aa1ac;
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.danpol-home-page-link strong {
  display: block;
  margin-top: 20px;
  color: var(--dh-ink);
  font-family: "Inter Tight", Inter, sans-serif;
  font-size: 24px;
  font-weight: 750;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.danpol-home-page-link em {
  display: block;
  margin-top: 12px;
  color: var(--dh-muted);
  font-size: 14px;
  font-style: normal;
  line-height: 1.5;
}

.danpol-home-steps,
.danpol-home-finish-grid,
.danpol-home-why-grid,
.danpol-home-testimonials,
.danpol-home-faq-grid {
  display: grid;
  gap: 18px;
}

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

.danpol-home-step {
  padding: 24px;
}

.danpol-home-step span,
.danpol-home-finish span,
.danpol-home-why span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 12px;
  color: var(--dh-blue);
  background: #edf3ff;
  font-weight: 900;
}

.danpol-home-step h3,
.danpol-home-finish h3,
.danpol-home-why h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.danpol-home-step p,
.danpol-home-finish p,
.danpol-home-why p,
.danpol-home-testimonial p,
.danpol-home-faq p {
  color: var(--dh-muted);
  line-height: 1.55;
  margin-bottom: 0;
}

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

.danpol-home-finish {
  padding: 22px;
}

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

.danpol-home-why {
  display: flex;
  gap: 16px;
  padding: 22px;
}

.danpol-home-why span {
  flex: 0 0 auto;
  margin-bottom: 0;
}

.danpol-home-rating {
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 42px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

#opinie .danpol-home-section-head {
  margin-bottom: 28px;
}

#opinie .danpol-home-section-head h2 {
  font-weight: 600;
  letter-spacing: -0.025em;
}

.danpol-home-rating strong {
  color: var(--dh-ink);
  font-family: "Inter Tight", Inter, sans-serif;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
}

.danpol-home-rating span {
  color: var(--dh-muted);
  font-size: 13px;
  line-height: 1.5;
}

.danpol-home-rating i {
  display: block;
  margin-bottom: 2px;
  color: #e8a517;
  font-size: 15px;
  font-style: normal;
  letter-spacing: 2px;
}

.danpol-home-rating-divider {
  width: 1px;
  height: 42px;
  padding: 0;
  background: var(--dh-line);
}

.danpol-home-rating b {
  color: var(--dh-ink);
  font-family: "Inter Tight", Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

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

.danpol-home-testimonial {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 26px;
}

.danpol-home-testimonial::before {
  content: none;
}

.danpol-home-stars {
  display: block;
  margin-bottom: 14px;
  color: #e8a517;
  font-size: 15px;
  letter-spacing: 2px;
}

.danpol-home-testimonial p {
  flex: 1;
  color: #363d49;
  font-size: 15px;
  line-height: 1.6;
}

.danpol-home-testimonial cite {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--dh-line);
  color: var(--dh-ink);
  font-style: normal;
}

.danpol-home-testimonial cite strong {
  display: block;
  font-family: "Inter Tight", Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.danpol-home-testimonial cite em {
  display: block;
  margin-top: 1px;
  color: var(--dh-muted);
  font-size: 12px;
  font-style: normal;
  line-height: 1.3;
}

.danpol-home-avatar {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-family: "Inter Tight", Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.danpol-home-avatar-blue {
  background: var(--dh-blue);
}

.danpol-home-avatar-red {
  background: var(--dh-red);
}

.danpol-home-avatar-green {
  background: var(--dh-green);
}

.danpol-home-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: clamp(28px, 5vw, 52px);
  border-radius: 22px;
  color: #fff;
  background:
    radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.18), transparent 32%),
    linear-gradient(135deg, #174bc0, #1d66f0);
}

.danpol-home-cta h2 {
  color: #fff !important;
}

.danpol-home-cta p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.78);
}

.danpol-home-faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.danpol-home-faq {
  overflow: hidden;
  padding: 0;
}

.danpol-home-faq summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 74px;
  padding: 20px 24px;
  cursor: pointer;
  color: var(--dh-ink);
  font-size: 17px;
  font-weight: 780;
  line-height: 1.35;
  list-style: none;
}

.danpol-home-faq summary::-webkit-details-marker {
  display: none;
}

.danpol-home-faq summary span {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--dh-line);
  border-radius: 50%;
  color: var(--dh-blue);
  background: #fff;
  font-size: 18px;
  font-weight: 650;
  line-height: 1;
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.danpol-home-faq summary::marker {
  content: "";
}

.danpol-home-faq[open] summary {
  border-bottom: 1px solid var(--dh-line);
}

.danpol-home-faq[open] summary span {
  color: #fff;
  background: var(--dh-blue);
  transform: rotate(45deg);
}

.danpol-home-faq p {
  margin: 0;
  padding: 18px 24px 22px;
  color: var(--dh-muted);
  font-size: 15px;
  line-height: 1.65;
}

.danpol-home-faq p strong {
  color: var(--dh-ink);
}

.danpol-home-location {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: 40px;
  align-items: center;
}

.danpol-home-location h2 {
  margin: 14px 0 14px;
  font-size: clamp(30px, 3.4vw, 44px);
  font-weight: 850;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.danpol-home-cities {
  margin-top: 22px;
}

.danpol-home-cities a {
  border: 1px solid var(--dh-line);
  border-radius: 999px;
  padding: 8px 12px;
  color: #334155;
  background: #fff;
  font-size: 13px;
  font-weight: 700;
}

.danpol-home-map {
  min-height: 420px;
  overflow: hidden;
  border: 1px solid var(--dh-line);
  border-radius: 18px;
  background: var(--dh-soft);
}

.danpol-home-map iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
}

.danpol-home-footer {
  padding: 64px 0 30px;
  border-top: 1px solid var(--dh-line);
  background: #f6f8fb;
}

.danpol-home-footer-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.25fr) repeat(3, minmax(160px, 0.75fr));
  gap: 36px;
  align-items: start;
}

.danpol-home-footer-logo {
  display: inline-flex;
  width: 138px;
  margin-bottom: 22px;
}

.danpol-home-footer-logo img {
  display: block;
  width: 138px;
  height: auto;
}

.danpol-home-footer-brand p,
.danpol-home-footer-contact p {
  max-width: 430px;
  margin: 0;
  color: var(--dh-muted);
  font-size: 15px;
  line-height: 1.65;
}

.danpol-home-footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.danpol-home-footer-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid var(--dh-line);
  border-radius: 999px;
  color: #334155;
  background: #fff;
  font-size: 12px;
  font-weight: 750;
}

.danpol-home-footer-col {
  display: grid;
  gap: 10px;
}

.danpol-home-footer-col h3 {
  margin: 0 0 8px;
  color: var(--dh-ink);
  font-family: "Inter Tight", Inter, sans-serif;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.danpol-home-footer-col a {
  width: fit-content;
  color: var(--dh-muted);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.4;
}

.danpol-home-footer-col a:hover {
  color: var(--dh-blue);
}

.danpol-home-footer-contact strong {
  color: var(--dh-ink);
}

.danpol-home-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid var(--dh-line);
  color: #7a8290;
  font-size: 13px;
}

.danpol-home-footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.danpol-home-footer-bottom a {
  color: #5d6470;
  font-weight: 650;
}

.danpol-home-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
  transition-delay: var(--danpol-delay, 0ms);
}

.danpol-home-reveal.is-visible,
.no-js .danpol-home-reveal {
  opacity: 1;
  transform: none;
}

@media (max-width: 1024px) {
  .danpol-home-site-header__inner {
    width: min(100% - 32px, 1216px);
    grid-template-columns: auto 1fr auto;
    gap: 10px;
    min-height: 66px;
  }

  .danpol-home-site-header__nav,
  .danpol-home-site-header__quote {
    display: none;
  }

  .danpol-home-site-header__logo,
  .danpol-home-site-header__logo img {
    width: 86px;
  }

  .danpol-home-site-header__logo {
    margin-left: 54px;
  }

  .danpol-home-site-header__language {
    width: 48px;
    min-width: 48px;
  }

  .danpol-home-site-header__language .trp-language-switcher,
  .danpol-home-site-header__language .trp-ls-shortcode-current-language,
  .danpol-home-site-header__language .trp-ls-shortcode-language {
    width: 48px !important;
  }

  .danpol-home-site-header__language .trp-language-item-name {
    display: none !important;
  }

  .danpol-home-site-header__language .trp-switcher-dropdown-list {
    right: 0;
    left: auto;
    width: 160px !important;
    min-width: 160px;
  }

  .danpol-home-site-header__burger {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }

  .danpol-home-site-header__actions {
    gap: 8px;
  }

  .danpol-home-site-header__icon,
  .danpol-home-site-header__burger {
    width: 34px;
    height: 34px;
    border-radius: 10px;
  }

  .danpol-home-site-header__language .trp-current-language-item__wrapper,
  .danpol-home-site-header__language .trp-language-item {
    justify-content: center;
    padding-inline: 0 !important;
  }

  .danpol-home-site-header__mobile {
    display: none;
    width: min(100% - 32px, 1216px);
    margin: 0 auto 14px;
    padding: 10px;
    border: 1px solid #e6e8ef;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 18px 36px rgba(20, 22, 28, 0.10);
  }

  .danpol-home-site-header.is-open .danpol-home-site-header__mobile {
    display: grid;
  }

  .danpol-home-site-header__mobile a {
    padding: 12px 10px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 800;
  }

  .danpol-home-site-header__mobile a:hover {
    background: #f5f7fb;
  }

  .danpol-home-hero-grid,
  .danpol-home-location {
    grid-template-columns: 1fr;
  }

  .danpol-home-hero-art {
    min-height: 360px;
  }

  .danpol-home-products,
  .danpol-home-page-links,
  .danpol-home-steps,
  .danpol-home-finish-grid,
  .danpol-home-testimonials {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .danpol-home-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .danpol-home-counter-stat {
    flex: 0 0 50%;
    padding: 18px 24px;
  }

  .danpol-home-counter-stat:nth-child(3) {
    border-left: 0;
  }
}

@media (max-width: 767px) {
  .admin-bar .danpol-home-site-header {
    top: 46px;
  }

  body.admin-bar.danpol-modern-header {
    padding-top: 114px;
  }

  .danpol-home-wrap {
    width: min(100% - 32px, 1216px);
  }

  .danpol-home-hero {
    padding-top: 48px;
  }

  .danpol-home h1 {
    font-size: clamp(34px, 10.6vw, 46px);
  }

  .danpol-home-actions {
    flex-direction: column;
  }

  .danpol-home-btn {
    width: 100%;
  }

  .danpol-home-stats {
    gap: 18px;
  }

  .danpol-home-hero-art {
    min-height: 320px;
  }

  .danpol-home-book-stack {
    right: auto;
    left: 50%;
    width: 330px;
    height: 420px;
    transform: translateX(-50%) scale(0.72);
    transform-origin: top center;
  }

  .danpol-home-float {
    display: none;
  }

  .danpol-home-products,
  .danpol-home-page-links,
  .danpol-home-steps,
  .danpol-home-finish-grid,
  .danpol-home-why-grid,
  .danpol-home-testimonials,
  .danpol-home-faq-grid {
    grid-template-columns: 1fr;
  }

  .danpol-home-counter-inner {
    padding: 58px 0 56px;
  }

  .danpol-home-counter .danpol-home-live {
    max-width: 100%;
    justify-content: center;
    font-size: 10px;
    letter-spacing: 0.12em;
  }

  .danpol-home-big-number {
    font-size: clamp(56px, 22vw, 96px);
  }

  .danpol-home-live-pages {
    width: 100%;
    justify-content: center;
    padding: 12px 14px;
  }

  .danpol-home-counter-stat,
  .danpol-home-counter-stat:nth-child(3) {
    flex: 0 0 100%;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }

  .danpol-home-counter-stat:first-child {
    border-top: 0;
  }

  .danpol-home-book-belt {
    opacity: 0.06;
  }

  .danpol-home-cta {
    display: grid;
  }

  .danpol-home-map,
  .danpol-home-map iframe {
    min-height: 320px;
    height: 320px;
  }

  .danpol-home-footer {
    padding: 46px 0 26px;
  }

  .danpol-home-footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .danpol-home-footer-bottom {
    display: grid;
    justify-items: start;
    margin-top: 34px;
  }
}
