:root {
  --cp-dark: #111827;
  --cp-muted: #6b7280;
  --cp-line: #e5e7eb;
  --cp-soft: #f6f7f8;
  --cp-red: #f2c300;
  --cp-red-dark: #d4aa00;
  --cp-radius: 18px;
}

.cp-colors {
  margin: 42px 0;
}

.cp-colors h2 {
  margin: 0 0 12px;
}

.cp-colors h3 {
  margin: 30px 0 12px;
  color: #444;
  font-size: 20px;
  line-height: 1.25;
}

.cp-colors > p {
  max-width: 920px;
  font-size: 15px;
  line-height: 1.65;
}

.cp-color-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, 96px);
  gap: 12px;
  align-items: start;
  justify-content: start;
  margin: 14px 0 28px;
}

.cp-color-card {
  position: relative;
  display: block;
  width: 96px;
  height: 96px;
  overflow: hidden;
  background: #f3f3f3;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  color: #fff;
  text-decoration: none;
  cursor: zoom-in;
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.cp-color-card:hover,
.cp-color-card:focus {
  outline: none;
  transform: translateY(-2px);
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.18);
}

.cp-color-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.22s ease;
}

.cp-color-card:hover img,
.cp-color-card:focus img {
  transform: scale(1.05);
}

.cp-color-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.76) 0%,
    rgba(0, 0, 0, 0.48) 34%,
    rgba(0, 0, 0, 0) 68%
  );
}

.cp-color-card strong,
.cp-color-card span {
  position: absolute;
  left: 6px;
  right: 6px;
  z-index: 2;
  display: -webkit-box;
  overflow: hidden;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.72);
  -webkit-box-orient: vertical;
}

.cp-color-card strong {
  bottom: 22px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.12;
  -webkit-line-clamp: 2;
}

.cp-color-card span {
  bottom: 6px;
  font-size: 9px;
  line-height: 1.1;
  opacity: 0.94;
  -webkit-line-clamp: 1;
}

.cp-primo-series {
  margin: 46px 0;
}

.cp-primo-series__header {
  max-width: 920px;
  margin-bottom: 26px;
}

.cp-primo-series__header h2 {
  margin: 0 0 12px;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.15;
}

.cp-primo-series__header p,
.cp-primo-card__body p {
  font-size: 15px;
  line-height: 1.6;
}

.cp-primo-series h3 {
  margin: 34px 0 16px;
  color: #444;
  font-size: 22px;
  line-height: 1.25;
}

.cp-primo-series__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.cp-primo-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.cp-primo-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  padding: 12px;
  overflow: hidden;
  background: #f6f6f6;
  text-decoration: none;
  cursor: zoom-in;
}

.cp-primo-card__image img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 126px;
  object-fit: contain;
  transition: transform 0.2s ease;
}

.cp-primo-card__image:hover img,
.cp-primo-card__image:focus img {
  transform: scale(1.05);
}

.cp-primo-card__body {
  padding: 14px 14px 16px;
}

.cp-primo-card__body h4 {
  margin: 0 0 8px;
  color: var(--cp-red);
  font-size: 17px;
  line-height: 1.2;
}

.cp-primo-card__body p {
  margin: 0;
  color: #444;
}

#klamki-primo .cp-handles__grid,
#klamki-primo .cp-handles__grid--hst {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)) !important;
  gap: 14px !important;
}

#klamki-primo .cp-handle-card {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
}

#klamki-primo .cp-handle-card__image {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 125px !important;
  padding: 10px !important;
}

#klamki-primo .cp-handle-card__image img {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 105px !important;
  object-fit: contain !important;
}

#klamki-primo .cp-handle-card__body {
  padding: 10px 12px !important;
}

#klamki-primo .cp-handle-card__body h4 {
  margin-bottom: 6px !important;
  font-size: 14px !important;
}

#klamki-primo .cp-handle-card__body p,
#klamki-primo .cp-handle-colors-text {
  font-size: 12px !important;
  line-height: 1.4 !important;
}

#klamki-primo .cp-handle-colors-text {
  margin: 8px 0 0 !important;
  color: #555;
}

#klamki-primo .cp-handle-colors-text strong {
  color: #333;
  font-weight: 700;
}

.cp-futuro {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px;
  color: var(--cp-dark);
}

.cp-futuro *,
.wfuturo * {
  box-sizing: border-box;
}

.cp-futuro img,
.wfuturo img {
  display: block;
  max-width: 100%;
  height: auto;
}

.cp-eyebrow {
  margin: 0 0 8px;
  color: var(--cp-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cp-lead {
  color: #374151;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.55;
}

.cp-futuro h1,
.cp-futuro h2,
.cp-futuro h3 {
  margin: 0;
  color: var(--cp-dark);
  line-height: 1.12;
}

.cp-futuro h1 {
  font-size: clamp(34px, 5vw, 58px);
  letter-spacing: -0.04em;
}

.cp-futuro h2 {
  font-size: clamp(25px, 3vw, 38px);
  letter-spacing: -0.03em;
}

.cp-futuro h3 {
  font-size: 20px;
}

.cp-futuro p {
  line-height: 1.6;
}

.cp-futuro-hero,
.wfuturo-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
  gap: clamp(22px, 4vw, 46px);
  align-items: center;
  margin: 18px 0 36px;
}

.cp-futuro-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
  background: linear-gradient(135deg, #fff 0%, #f3f4f6 100%);
  border: 1px solid var(--cp-line);
  border-radius: 24px;
}

.cp-futuro-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.cp-futuro-hero__image,
.cp-futuro-image,
.cp-futuro-gallery a,
.wfuturo .wpr-hero__image,
.wfuturo .wpr-product-img {
  display: block;
  overflow: hidden;
  background: #f6f6f6;
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
}

.cp-futuro-hero__image img,
.cp-futuro-image img,
.cp-futuro-gallery img,
.wfuturo .wpr-hero__image img,
.wfuturo .wpr-product-img img {
  width: 100%;
  transition: transform 0.22s ease;
}

.cp-futuro-hero__image img,
.cp-futuro-gallery img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.cp-futuro-hero__image:hover img,
.cp-futuro-image:hover img,
.cp-futuro-gallery a:hover img,
.cp-futuro-hero__image:focus img,
.cp-futuro-image:focus img,
.cp-futuro-gallery a:focus img {
  transform: scale(1.025);
}

.cp-futuro-section,
.wfuturo .wpr-section {
  margin: 38px 0;
}

.cp-futuro-section--soft {
  padding: 28px;
  background: var(--cp-soft);
  border-radius: 24px;
}

.cp-section-head,
.wfuturo .wpr-section__head {
  max-width: 760px;
  margin: 0 0 18px;
}

.cp-section-head p:last-child {
  margin-bottom: 0;
  color: var(--cp-muted);
}

.cp-futuro-intro,
.cp-futuro-84,
.cp-futuro-tarasy,
.cp-futuro-split,
.wfuturo .wpr-split,
.wfuturo .wpr-split--reverse {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.85fr);
  gap: clamp(22px, 4vw, 44px);
  align-items: center;
}

.cp-futuro-intro {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 34px;
}

.cp-info-card,
.cp-feature-card {
  background: #fff;
  border: 1px solid var(--cp-line);
  border-radius: var(--cp-radius);
  box-shadow: 0 10px 26px rgba(17, 24, 39, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.cp-info-card:hover,
.cp-feature-card:hover {
  transform: translateY(-3px);
  border-color: #d1d5db;
  box-shadow: 0 16px 34px rgba(17, 24, 39, 0.1);
}

.cp-info-card {
  padding: 22px;
}

.cp-info-card h2 {
  font-size: 21px;
}

.cp-info-card p {
  margin: 10px 0 0;
  color: var(--cp-muted);
}

.cp-futuro-grid,
.wfuturo .wpr-grid {
  display: grid;
  gap: 16px;
}

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

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

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

.wfuturo .wpr-card {
  height: 100%;
}

.wfuturo .wpr-card p {
  margin-bottom: 8px;
}

.wfuturo-specs .wpr-card {
  padding: 22px;
}

.cp-futuro-benefits,
.cp-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.cp-feature-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.cp-futuro-benefits > div,
.cp-feature-card {
  min-width: 0;
  height: 100%;
  padding: 20px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.cp-feature-card span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--cp-red);
  font-size: 13px;
  font-weight: 900;
}

.cp-feature-card p {
  margin: 10px 0 0;
  color: var(--cp-muted);
}

.cp-futuro-split > div {
  padding: 28px;
  background: #fff;
  border: 1px solid var(--cp-line);
  border-radius: 24px;
}

.cp-futuro-split figure {
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
}

.cp-futuro-split figure img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.cp-check-list,
.wfuturo .wpr-list {
  display: grid;
  gap: 9px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.cp-check-list li {
  position: relative;
  padding-left: 26px;
  color: #374151;
}

.cp-check-list li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--cp-red);
  font-weight: 900;
}

.wfuturo .wpr-list {
  padding-left: 20px;
  list-style: disc;
}

.wfuturo .wpr-list li {
  margin-bottom: 8px;
}

.cp-futuro-series,
.cp-futuro-colors,
.cp-futuro-inspirations {
  margin: 50px 0;
}

.cp-futuro-image--product {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
  padding: 24px;
}

.cp-futuro-image--product img {
  width: 100%;
  max-height: 500px;
  object-fit: contain;
}

.cp-futuro-profile-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.cp-futuro-profile-grid .cp-primo-card__image {
  height: 210px;
  padding: 14px;
}

.cp-futuro-profile-grid .cp-primo-card__image img {
  width: 100%;
  max-height: 182px;
  object-fit: contain;
}

.cp-futuro-color-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.cp-futuro-color-card {
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.cp-futuro-color-card span {
  display: block;
  height: 72px;
}

.cp-futuro-color-card strong,
.cp-futuro-color-card em {
  display: block;
  padding: 0 12px;
}

.cp-futuro-color-card strong {
  margin-top: 12px;
  color: var(--cp-red);
  font-size: 14px;
  line-height: 1.25;
}

.cp-futuro-color-card em {
  margin: 4px 0 12px;
  color: #555;
  font-size: 12px;
  font-style: normal;
}

.cp-futuro-gallery,
.cp-gallery-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 16px;
}

.cp-gallery-grid {
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  gap: 14px;
}

.cp-futuro-gallery a,
.cp-gallery-grid a {
  display: block;
  overflow: hidden;
  background: #f3f4f6;
  border-radius: 18px;
}

.cp-futuro-gallery a:first-child,
.cp-gallery-grid a:first-child {
  grid-row: span 2;
}

.cp-futuro-gallery a:first-child img {
  aspect-ratio: 1 / 1.34;
}

.cp-gallery-grid img {
  height: 100%;
  min-height: 230px;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.cp-gallery-grid a:hover img {
  transform: scale(1.04);
}

.wfuturo-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.wfuturo-tags span {
  padding: 8px 12px;
  background: #f3f3f3;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
}

.cp-btn,
.wpr-btn,
.cp-futuro-hero__actions a,
.cp-futuro-cta a,
.wfuturo-cta a,
.wfuturo .wpr-hero a,
.wfuturo .wpr-section a.wpr-btn,
.wfuturo .wpr-section__actions a,
.wfuturo .wpr-actions a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  padding: 12px 22px !important;
  border: 1px solid var(--cp-red) !important;
  border-radius: 999px !important;
  background: var(--cp-red) !important;
  box-shadow: 0 10px 22px rgba(242, 195, 0, 0.28) !important;
  color: #1f1f1f !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: normal !important;
  cursor: pointer !important;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease !important;
}

.cp-btn:hover,
.cp-btn:focus,
.wpr-btn:hover,
.wpr-btn:focus,
.cp-futuro-hero__actions a:hover,
.cp-futuro-hero__actions a:focus,
.cp-futuro-cta a:hover,
.cp-futuro-cta a:focus,
.wfuturo-cta a:hover,
.wfuturo-cta a:focus,
.wfuturo .wpr-hero a:hover,
.wfuturo .wpr-hero a:focus,
.wfuturo .wpr-section a.wpr-btn:hover,
.wfuturo .wpr-section a.wpr-btn:focus,
.wfuturo .wpr-section__actions a:hover,
.wfuturo .wpr-section__actions a:focus,
.wfuturo .wpr-actions a:hover,
.wfuturo .wpr-actions a:focus {
  background: var(--cp-red-dark) !important;
  border-color: var(--cp-red-dark) !important;
  box-shadow: 0 14px 28px rgba(242, 195, 0, 0.34) !important;
  color: #1f1f1f !important;
  text-decoration: none !important;
  transform: translateY(-2px);
}

.cp-btn:focus-visible,
.wpr-btn:focus-visible,
.cp-futuro-hero__actions a:focus-visible,
.cp-futuro-cta a:focus-visible,
.wfuturo-cta a:focus-visible,
.wfuturo .wpr-hero a:focus-visible,
.wfuturo .wpr-section a.wpr-btn:focus-visible,
.wfuturo .wpr-section__actions a:focus-visible,
.wfuturo .wpr-actions a:focus-visible {
  outline: 3px solid rgba(242, 195, 0, 0.38) !important;
  outline-offset: 3px !important;
}

.cp-btn--ghost,
.wpr-btn--ghost,
.cp-futuro-hero__actions a:not(:first-child),
.wfuturo .wpr-hero a:not(:first-child),
.wfuturo .wpr-section__actions a:not(:first-child),
.wfuturo .wpr-actions a:not(:first-child) {
  background: #fff !important;
  border-color: #d1d5db !important;
  box-shadow: none !important;
  color: var(--cp-dark) !important;
}

.cp-btn--ghost:hover,
.cp-btn--ghost:focus,
.wpr-btn--ghost:hover,
.wpr-btn--ghost:focus,
.cp-futuro-hero__actions a:not(:first-child):hover,
.cp-futuro-hero__actions a:not(:first-child):focus,
.wfuturo .wpr-hero a:not(:first-child):hover,
.wfuturo .wpr-hero a:not(:first-child):focus,
.wfuturo .wpr-section__actions a:not(:first-child):hover,
.wfuturo .wpr-section__actions a:not(:first-child):focus,
.wfuturo .wpr-actions a:not(:first-child):hover,
.wfuturo .wpr-actions a:not(:first-child):focus {
  background: #f3f4f6 !important;
  border-color: var(--cp-red-dark) !important;
  color: #111827 !important;
}

.cp-futuro-cta,
.wfuturo-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 42px 0 24px;
  padding: 28px;
  background: var(--cp-dark);
  border-radius: 24px;
  color: #fff;
}

.cp-futuro-cta h2,
.cp-futuro-cta p,
.wfuturo-cta h2,
.wfuturo-cta p {
  color: #fff;
}

.cp-futuro-cta p:not(.cp-eyebrow),
.wfuturo-cta p:not(.cp-eyebrow) {
  margin-bottom: 0;
  color: #d1d5db;
}

.cp-futuro-cta a,
.wfuturo-cta a,
.cp-futuro-cta .cp-btn,
.wfuturo-cta .wpr-btn {
  flex: 0 0 auto;
  background: #fff !important;
  border-color: #1f1f1f !important;
  box-shadow: none !important;
  color: #111827 !important;
  white-space: nowrap !important;
}

.cp-futuro-cta a:hover,
.cp-futuro-cta a:focus,
.wfuturo-cta a:hover,
.wfuturo-cta a:focus,
.cp-futuro-cta .cp-btn:hover,
.cp-futuro-cta .cp-btn:focus,
.wfuturo-cta .wpr-btn:hover,
.wfuturo-cta .wpr-btn:focus {
  background: #f3f4f6 !important;
  border-color: #f3f4f6 !important;
  color: #111827 !important;
}

@media (min-width: 1200px) {
  .cp-color-grid {
    grid-template-columns: repeat(auto-fit, 104px);
    gap: 13px;
  }

  .cp-color-card {
    width: 104px;
    height: 104px;
  }
}

@media (min-width: 1100px) {
  #klamki-primo .cp-handles__grid,
  #klamki-primo .cp-handles__grid--hst {
    grid-template-columns: repeat(5, 1fr) !important;
  }
}

@media (max-width: 1250px) {
  .cp-primo-series__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

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

@media (max-width: 1024px) {
  .wfuturo .wpr-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wfuturo-hero,
  .wfuturo .wpr-split,
  .wfuturo .wpr-split--reverse {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .cp-primo-series__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cp-primo-card__image {
    height: 140px;
  }

  .cp-primo-card__image img {
    max-height: 116px;
  }

  .cp-futuro-hero,
  .cp-futuro-intro,
  .cp-futuro-84,
  .cp-futuro-tarasy,
  .cp-futuro-split {
    grid-template-columns: 1fr;
  }

  .cp-futuro-benefits,
  .cp-futuro-profile-grid,
  .cp-futuro-gallery,
  .cp-gallery-grid,
  .cp-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cp-futuro-gallery a:first-child,
  .cp-gallery-grid a:first-child {
    grid-row: auto;
    grid-column: 1 / -1;
  }

  .cp-futuro-gallery a:first-child img {
    aspect-ratio: 16 / 10;
  }

  .cp-futuro-hero__image {
    min-height: 300px;
  }

  #klamki-primo .cp-handles__grid,
  #klamki-primo .cp-handles__grid--hst {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (max-width: 900px) {
  .cp-color-grid {
    grid-template-columns: repeat(auto-fit, 88px);
    gap: 10px;
  }

  .cp-color-card {
    width: 88px;
    height: 88px;
  }

  .cp-color-card strong {
    bottom: 21px;
    font-size: 9.5px;
  }

  .cp-color-card span {
    font-size: 8.5px;
  }
}

@media (max-width: 720px) {
  .cp-primo-series__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .cp-primo-card__image {
    height: 128px;
    padding: 10px;
  }

  .cp-primo-card__image img {
    max-height: 106px;
  }

  .cp-primo-card__body {
    padding: 12px;
  }

  .cp-primo-card__body h4 {
    font-size: 15px;
  }

  .cp-primo-card__body p {
    font-size: 13px;
  }
}

@media (max-width: 700px) {
  .cp-futuro-benefits,
  .cp-futuro-profile-grid,
  .cp-futuro-color-grid,
  .cp-futuro-gallery,
  .cp-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .cp-futuro-benefits > div,
  .cp-futuro-profile-grid .cp-primo-card__body {
    padding: 14px;
  }

  .cp-futuro-profile-grid .cp-primo-card__image {
    height: 160px;
  }

  .cp-futuro-profile-grid .cp-primo-card__image img {
    max-height: 132px;
  }

  .cp-futuro-color-card span {
    height: 56px;
  }

  .cp-futuro-gallery a,
  .cp-futuro-gallery a:first-child {
    min-height: 180px;
  }
}

@media (max-width: 640px) {
  .cp-futuro {
    padding: 0 12px;
  }

  .cp-futuro-hero__content,
  .cp-futuro-section--soft,
  .cp-futuro-split > div,
  .cp-futuro-cta,
  .wfuturo-cta {
    padding: 20px;
    border-radius: 18px;
  }

  .cp-futuro-hero__image {
    min-height: 240px;
    border-radius: 18px;
  }

  .cp-futuro-grid--2,
  .cp-futuro-intro,
  .cp-feature-grid {
    grid-template-columns: 1fr;
  }

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

  .wfuturo .wpr-card {
    padding: 16px;
  }

  .cp-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .cp-gallery-grid img {
    min-height: 150px;
  }

  .cp-futuro-cta,
  .wfuturo-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .cp-btn,
  .wpr-btn,
  .cp-futuro-hero__actions a,
  .cp-futuro-cta a,
  .wfuturo-cta a,
  .wfuturo .wpr-hero a,
  .wfuturo .wpr-section a.wpr-btn,
  .wfuturo .wpr-section__actions a,
  .wfuturo .wpr-actions a {
    width: 100% !important;
  }
}

@media (max-width: 560px) {
  #klamki-primo .cp-handles__grid,
  #klamki-primo .cp-handles__grid--hst {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  #klamki-primo .cp-handle-colors-text {
    font-size: 11px !important;
    line-height: 1.4 !important;
  }
}

@media (max-width: 520px) {
  .cp-color-grid {
    grid-template-columns: repeat(auto-fit, minmax(76px, 1fr));
    gap: 8px;
  }

  .cp-color-card {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .cp-color-card strong,
  .cp-color-card span {
    left: 5px;
    right: 5px;
  }

  .cp-color-card strong {
    bottom: 20px;
    font-size: 9px;
  }

  .cp-color-card span {
    bottom: 5px;
    font-size: 8px;
  }
}

@media (max-width: 420px) {
  .cp-primo-series__grid,
  .cp-futuro-benefits,
  .cp-futuro-profile-grid,
  .cp-futuro-color-grid,
  .cp-futuro-gallery,
  .cp-gallery-grid,
  .wfuturo .wpr-grid--3,
  .wfuturo .wpr-grid--4 {
    grid-template-columns: 1fr;
  }

  .cp-primo-card {
    display: grid;
    grid-template-columns: 112px 1fr;
  }

  .cp-primo-card__image {
    height: 100%;
    min-height: 118px;
  }

  .cp-primo-card__image img {
    max-height: 94px;
  }
}
/* Drzwi tarasowe: HST / Slide / PSK */
.cp-wisniowski-page .cp-choose-section .cp-choose-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 28px !important;
  align-items: stretch !important;
  width: 100% !important;
}

/* zabezpieczenie pod Joomla/TinyMCE, gdy edytor doda <p> lub <div> */
.cp-wisniowski-page .cp-choose-section .cp-choose-grid > p,
.cp-wisniowski-page .cp-choose-section .cp-choose-grid > div:not(.cp-choose-card) {
  display: contents !important;
  margin: 0 !important;
  padding: 0 !important;
}

.cp-wisniowski-page .cp-choose-section .cp-choose-card {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 100% !important;
  overflow: hidden !important;
  background: #fff !important;
  border: 1px solid var(--cp-line) !important;
  border-radius: 18px !important;
  box-shadow: 0 10px 26px rgba(17, 24, 39, 0.06) !important;
  color: var(--cp-dark) !important;
  text-decoration: none !important;
  float: none !important;
}

.cp-wisniowski-page .cp-choose-section .cp-choose-card img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9 !important;
  object-fit: cover !important;
}

.cp-wisniowski-page .cp-choose-section .cp-choose-card__body {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  padding: 20px !important;
}

.cp-wisniowski-page .cp-choose-section .cp-choose-card h3 {
  margin: 0 0 10px !important;
  font-size: 22px !important;
}

.cp-wisniowski-page .cp-choose-section .cp-choose-card p {
  margin: 0 0 14px !important;
  color: var(--cp-muted) !important;
  line-height: 1.6 !important;
}

.cp-wisniowski-page .cp-choose-section .cp-choose-card span {
  margin-top: auto !important;
  color: var(--cp-red) !important;
  font-weight: 800 !important;
}

@media (max-width: 900px) {
  .cp-wisniowski-page .cp-choose-section .cp-choose-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 560px) {
  .cp-wisniowski-page .cp-choose-section .cp-choose-grid {
    grid-template-columns: 1fr !important;
  }
}
.cp-wisniowski-page .cp-choose-section .cp-choose-grid > * {
  min-width: 0 !important;
  max-width: none !important;
  width: 100% !important;
}
/* Drzwi tarasowe HST WIŚNIOWSKI
   Dopisać na końcu: /templates/windows/css/wisniowski.css
   Nie tworzymy nowego pliku CSS. */

.cp-hst-page { max-width: 1180px; }

.cp-hst-page .cp-futuro-hero__image img { min-height: 360px; object-fit: cover; }

.cp-hst-intro { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-bottom: 34px; }

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

.cp-hst-profile-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; align-items: stretch; }

.cp-hst-profile-grid .cp-primo-card { transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.cp-hst-profile-grid .cp-primo-card:hover { transform: translateY(-3px); border-color: #d1d5db; box-shadow: 0 16px 34px rgba(17,24,39,.10); }

.cp-hst-product-img { height: 190px; padding: 16px; }
.cp-hst-product-img img { width: 100%; max-height: 160px; object-fit: contain; }
.cp-hst-profile-grid .cp-primo-card__body h3 { margin: 0 0 10px; color: var(--cp-dark); font-size: 19px; line-height: 1.18; }
.cp-hst-profile-grid .cp-primo-card__body p { margin: 0; color: var(--cp-muted); }

.cp-hst-split .cp-futuro-split { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); }
.cp-hst-split figure img { width: 100%; height: 100%; min-height: 330px; object-fit: cover; }

.cp-hst-specs .cp-info-card h3 { margin: 0 0 8px; font-size: 20px; }

.cp-hst-gallery img { width: 100%; height: 100%; min-height: 230px; object-fit: cover; transition: transform .35s ease; }
.cp-hst-gallery a:hover img, .cp-hst-gallery a:focus img { transform: scale(1.04); }

@media (max-width: 1100px) { .cp-hst-profile-grid, .cp-hst-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 980px) { .cp-hst-page .cp-futuro-hero, .cp-hst-split .cp-futuro-split { grid-template-columns: 1fr; } .cp-hst-page .cp-futuro-hero__image img { min-height: 300px; } }
@media (max-width: 700px) { .cp-hst-intro, .cp-hst-profile-grid, .cp-hst-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; } .cp-hst-product-img { height: 160px; } .cp-hst-product-img img { max-height: 132px; } }
@media (max-width: 520px) { .cp-hst-intro, .cp-hst-profile-grid, .cp-hst-feature-grid, .cp-hst-specs .cp-futuro-grid--2 { grid-template-columns: 1fr; } .cp-hst-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; } .cp-hst-gallery a:first-child { grid-column: 1 / -1; } .cp-hst-gallery img { min-height: 150px; } }

/* Sekcja wyboru drzwi tarasowych - dopisz do wisniowski.css */
.cp-terrace-choose {
  margin: 46px 0;
}

.cp-choose-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 22px 0 34px;
}

.cp-choose-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.09);
  border-radius: 16px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(0,0,0,.06);
  transition: transform .18s ease, box-shadow .18s ease;
}

.cp-choose-card:hover,
.cp-choose-card:focus {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
  text-decoration: none;
}

.cp-choose-card img {
  width: 100%;
  height: 185px;
  object-fit: cover;
  display: block;
}

.cp-choose-card__body {
  padding: 18px;
}

.cp-choose-card__body h3 {
  margin: 0 0 10px;
  color: var(--cp-red);
  font-size: 20px;
  line-height: 1.2;
}

.cp-choose-card__body p {
  margin: 0 0 14px;
  color: #444;
  font-size: 15px;
  line-height: 1.55;
}

.cp-choose-card__body span {
  color: var(--cp-red);
  font-weight: 700;
}

.cp-cta--terrace {
  margin-top: 34px;
}

@media (max-width: 980px) {
  .cp-choose-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cp-choose-card img {
    height: 165px;
  }
}

@media (max-width: 620px) {
  .cp-choose-grid {
    grid-template-columns: 1fr;
  }

  .cp-choose-card img {
    height: 190px;
  }
}
/* Benefit cards */
.cp-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin: 42px 0;
}

.cp-benefit-card {
  display: flex;
  gap: 18px;
  align-items: center;
  padding: 20px;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,.05);
}

.cp-benefit-card__image {
  flex: 0 0 110px;
}

.cp-benefit-card__image img {
  width: 110px;
  height: 110px;
  object-fit: contain;
  display: block;
}

.cp-benefit-card__content h2 {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.2;
}

.cp-benefit-card__content p {
  margin: 0;
  color: #444;
  font-size: 15px;
  line-height: 1.6;
}

@media (max-width: 820px) {
  .cp-benefits {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .cp-benefit-card {
    flex-direction: column;
    text-align: center;
  }

  .cp-benefit-card__image {
    flex: none;
  }

  .cp-benefit-card__image img {
    width: 90px;
    height: 90px;
  }

  .cp-benefit-card__content h2 {
    font-size: 20px;
  }
}
/* Kompaktowa sekcja V-Perfect + gwarancja */
.cp-quality-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 38px 0;
}
.cp-quality-card {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,.05);
}

.cp-quality-card__image img {
  width: 140px !important;
  height: 140px !important;
  max-width: 140px !important;
  max-height: 140px !important;
  object-fit: contain;
  display: block;
}

.cp-quality-card__content h2 {
  margin: 0 0 8px;
  color: var(--cp-red);
  font-size: 20px;
  line-height: 1.2;
}

.cp-quality-card__content p {
  margin: 0;
  color: #444;
  font-size: 15px;
  line-height: 1.55;
}

@media (max-width: 760px) {
  .cp-quality-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .cp-quality-card {
    grid-template-columns: 74px 1fr;
    gap: 12px;
    padding: 14px;
  }

  .cp-quality-card__image img {
    width: 64px !important;
    height: 64px !important;
    max-width: 64px !important;
    max-height: 64px !important;
  }

  .cp-quality-card__content h2 {
    font-size: 18px;
  }

  .cp-quality-card__content p {
    font-size: 13px;
  }
}
/* SALAMANDER / bluEvolution - dopisek do /templates/windows/css/wisniowski.css */
.cp-salamander .cp-hero{background:linear-gradient(135deg,#f7f7f7 0%,#fff 58%,#f2c300 180%)}
.cp-salamander .cp-eyebrow{color:#8a6f00;letter-spacing:.08em;text-transform:uppercase;font-weight:700}
.cp-salamander .cp-hero__image img,.cp-salamander img{max-width:100%;height:auto}
.cp-salamander .cp-card,.cp-salamander .cp-feature,.cp-salamander .cp-color-card,.cp-salamander .cp-handle-card{border:1px solid #e5e7eb;background:#fff;border-radius:18px;box-shadow:0 12px 30px rgba(17,24,39,.06);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.cp-salamander .cp-card:hover,.cp-salamander .cp-feature:hover,.cp-salamander .cp-color-card:hover,.cp-salamander .cp-handle-card:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(17,24,39,.1);border-color:#f2c300}
.cp-salamander .cp-grid-compact{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.cp-salamander .cp-gallery-compact{display:grid;grid-template-columns:1.2fr .8fr;gap:18px;align-items:stretch}
.cp-salamander .cp-gallery-compact img{width:100%;height:100%;object-fit:cover;border-radius:18px}
.cp-salamander .cp-color-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.cp-salamander .cp-color-card{overflow:hidden;padding:0}
.cp-salamander .cp-color-card img{display:block;width:100%;height:95px;object-fit:cover}
.cp-salamander .cp-color-card span{display:block;padding:10px 12px;font-size:14px;font-weight:700;color:#1f2937}
.cp-salamander .cp-handle-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}
.cp-salamander .cp-handle-card{text-align:center;padding:14px 8px}
.cp-salamander .cp-handle-card img{max-height:150px;width:auto;margin:auto;display:block}
.cp-salamander .cp-handle-card span{display:block;margin-top:8px;font-size:13px;font-weight:700;color:#374151}
.cp-salamander .cp-note{border-left:5px solid #f2c300;background:#fffbe6;padding:16px 18px;border-radius:14px;color:#374151}
@media (max-width:991px){.cp-salamander .cp-grid-compact,.cp-salamander .cp-color-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cp-salamander .cp-handle-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.cp-salamander .cp-gallery-compact{grid-template-columns:1fr}}
@media (max-width:560px){.cp-salamander .cp-grid-compact,.cp-salamander .cp-color-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.cp-salamander .cp-handle-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cp-salamander .cp-color-card img{height:78px}}
/* Salamander bluENERGY - czysty kompaktowy układ */
.cp-salamander-clean {
  --cp-yellow: #f2c300;
  --cp-yellow-dark: #d4aa00;
  --cp-dark: #111827;
  --cp-muted: #6b7280;
  --cp-line: #e5e7eb;
  --cp-soft: #f6f7f8;
}

.cp-salamander-clean .cp-section {
  margin: 30px 0;
}

.cp-sal-hero {
  gap: 22px;
  align-items: stretch;
}

.cp-sal-hero .cp-hero__content {
  padding: 28px;
}

.cp-sal-hero .cp-hero__content h1 {
  margin-bottom: 12px;
}

.cp-sal-hero__image img {
  height: 100%;
  max-height: 360px;
  object-fit: cover;
  object-position: center;
}

.cp-sal-intro,
.cp-sal-profile {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 20px;
  align-items: center;
  padding: 22px;
  border: 1px solid var(--cp-line);
  border-radius: 20px;
  background: #fff;
}

.cp-sal-intro__text h2,
.cp-sal-profile__data h2 {
  margin-top: 0;
}

.cp-sal-list {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.cp-sal-list li {
  position: relative;
  padding-left: 18px;
  color: #374151;
  line-height: 1.45;
}

.cp-sal-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cp-yellow);
}

.cp-sal-intro__photo,
.cp-sal-profile__photo {
  border-radius: 16px;
  background: #f9fafb;
  overflow: hidden;
}

.cp-sal-intro__photo img {
  width: 100%;
  height: 275px;
  object-fit: cover;
  display: block;
}

.cp-sal-profile {
  grid-template-columns: 320px 1fr;
  align-items: start;
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.cp-sal-profile__photo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 330px;
  padding: 18px;
}

.cp-sal-profile__photo img {
  width: 100%;
  max-width: 255px;
  max-height: 300px;
  object-fit: contain;
}

.cp-sal-spec {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}

.cp-sal-spec div {
  min-height: 66px;
  padding: 10px 12px;
  border: 1px solid var(--cp-line);
  border-radius: 12px;
  background: #fff;
}

.cp-sal-spec span {
  display: block;
  margin-bottom: 4px;
  color: var(--cp-muted);
  font-size: 12px;
  line-height: 1.25;
}

.cp-sal-spec strong {
  display: block;
  color: var(--cp-dark);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
}
.cp-sal-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.cp-sal-benefits .cp-card {
  min-width: 0;
  padding: 18px;
}

.cp-sal-benefits .cp-card h3 {
  margin-top: 0;
  margin-bottom: 8px;
}

.cp-sal-benefits .cp-card p {
  margin-bottom: 0;
}

@media (max-width: 640px) {
  .cp-sal-benefits {
    grid-template-columns: 1fr;
  }
}

.cp-section-head {
  margin-bottom: 14px;
}

.cp-section-head h2 {
  margin: 0;
}

.cp-section-head p:last-child {
  max-width: 760px;
  color: var(--cp-muted);
}

.cp-sal-swatches {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.cp-sal-swatches div,
.cp-sal-handles-grid div {
  border: 1px solid var(--cp-line);
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  text-align: center;
  box-shadow: 0 8px 20px rgba(17, 24, 39, .045);
}

.cp-sal-swatches img {
  width: 100%;
  height: 68px;
  object-fit: cover;
  display: block;
}

.cp-sal-swatches span,
.cp-sal-handles-grid span {
  display: block;
  padding: 8px 6px;
  color: var(--cp-dark);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}

.cp-sal-handles-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.cp-sal-handles-grid div {
  padding-top: 10px;
}

.cp-sal-handles-grid img {
  width: 100%;
  height: 125px;
  object-fit: contain;
  display: block;
}

.cp-sal-cta {
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .cp-sal-intro,
  .cp-sal-profile {
    grid-template-columns: 1fr;
  }

  .cp-sal-profile__photo {
    min-height: 240px;
  }

  .cp-sal-benefits,
  .cp-sal-swatches,
  .cp-sal-handles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cp-sal-spec {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .cp-salamander-clean .cp-section {
    margin: 22px 0;
  }

  .cp-sal-hero .cp-hero__content,
  .cp-sal-intro,
  .cp-sal-profile {
    padding: 18px;
  }

  .cp-sal-hero__image img {
    max-height: 250px;
  }

  .cp-sal-intro__photo img {
    height: 220px;
  }

  .cp-sal-profile__photo img {
    max-height: 230px;
  }

  .cp-sal-swatches img {
    height: 58px;
  }

  .cp-sal-handles-grid img {
    height: 105px;
  }
}

.cp-product-video{
  margin:70px auto 0;
  max-width:1000px;
}

.cp-product-video h2{
  margin-bottom:16px;
}

.cp-product-video p{
  margin-bottom:24px;
  line-height:1.7;
  color:#555;
}

.cp-product-video iframe{
  width:100%;
  aspect-ratio:16/9;
  border:0;
  border-radius:18px;
}
/* VIDEO SECTION */
.cp-futuro-video {
  margin: 56px 0;
}

.cp-video-section__header {
  max-width: 820px;
  margin-bottom: 24px;
}

.cp-video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  border-radius: 24px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 18px 40px rgba(0,0,0,.12);
}

.cp-video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/* Dodatkowe style SEO/FAQ - dopisać na końcu wisniowski.css */
.cp-page-intro {
  max-width: 900px;
  margin: 0 auto 34px;
  color: #555;
  font-size: 18px;
  line-height: 1.7;
  text-align: center;
}

.cp-faq-section {
  margin: 56px 0 24px;
}

.cp-faq-section h2 {
  margin: 0 0 24px;
  text-align: center;
}

.cp-faq-item {
  margin-bottom: 16px;
  padding: 20px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(0,0,0,.05);
}

.cp-faq-item h3 {
  margin: 0 0 10px;
  color: var(--cp-red);
  font-size: 20px;
  line-height: 1.25;
}

.cp-faq-item p {
  margin: 0;
  color: #444;
  line-height: 1.65;
}

@media (max-width: 768px) {
  .cp-page-intro {
    font-size: 16px;
    text-align: left;
  }

  .cp-faq-item {
    padding: 16px;
  }

  .cp-faq-item h3 {
    font-size: 18px;
  }
}



/* =========================================
   KATALOGI - /katalogi
   Bezpiecznie zawężone do .cp-catalogs-page,
   aby nie wpływać na dolne menu Joomla.
   ========================================= */

.cp-catalogs-page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px 16px 44px;
  color: #252525;
}

.cp-catalogs-page * {
  box-sizing: border-box;
}

.cp-catalogs-page .cp-catalogs-hero {
  background: linear-gradient(135deg, #f5f5f5 0%, #ffffff 58%, #f1f1f1 100%);
  border: 1px solid #e2e2e2;
  border-radius: 22px;
  padding: 30px 28px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06);
  margin-bottom: 22px;
}

.cp-catalogs-page .cp-catalogs-hero .cp-eyebrow {
  display: inline-block;
  width: fit-content;
  margin: 0 0 8px !important;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f3c400;
  color: #1f1f1f !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cp-catalogs-page .cp-catalogs-hero h1 {
  margin: 0;
  color: #202020;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.cp-catalogs-page .cp-catalogs-hero .cp-hero-lead {
  max-width: 880px;
  margin: 16px 0 0;
  color: #555;
  font-size: 1.05rem;
  line-height: 1.7;
}

.cp-catalogs-page .cp-catalogs-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 22px 0;
}

.cp-catalogs-page .cp-catalog-card {
  display: flex;
  flex-direction: row;
  gap: 14px;
  min-height: 156px;
  padding: 18px;
  color: #2a2a2a !important;
  text-decoration: none !important;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.055);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.cp-catalogs-page .cp-catalog-card:hover,
.cp-catalogs-page .cp-catalog-card:focus {
  color: #181818 !important;
  text-decoration: none !important;
  transform: translateY(-3px);
  border-color: #d6b21e;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.09);
}

.cp-catalogs-page .cp-catalog-icon {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #fff7cc 0%, #f6f6f6 100%);
  border: 1px solid #e7e7e7;
  padding: 10px;
}

.cp-catalogs-page .cp-catalog-icon img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: contain;
  display: block;
}

.cp-catalogs-page .cp-catalog-content {
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-width: 0;
}

.cp-catalogs-page .cp-catalog-card .cp-catalog-content strong {
  order: 1;
  display: inline-block;
  align-self: flex-start;
  margin-bottom: 4px;
  padding: 6px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #fff7cc 0%, #f0c400 100%);
  border: 1px solid #e0bc1a;
  color: #5f4b00;
  font-size: 0.82rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 2px 8px rgba(240, 196, 0, 0.18);
}

.cp-catalogs-page .cp-catalog-kicker {
  order: 2;
  display: inline-block;
  margin: 0;
  color: #9a9a9a;
  font-size: 0.62rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
}

.cp-catalogs-page .cp-catalog-content span:not(.cp-catalog-kicker) {
  order: 3;
  color: #606060;
  font-size: 0.92rem;
  line-height: 1.45;
  font-weight: 400;
}

.cp-catalogs-page .cp-catalogs-info {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 18px;
  align-items: stretch;
  margin-top: 24px;
}

.cp-catalogs-page .cp-catalogs-info > div {
  background: #f7f7f7;
  border: 1px solid #e2e2e2;
  border-radius: 20px;
  padding: 22px;
}

.cp-catalogs-page .cp-catalogs-info h2 {
  margin: 0 0 10px;
  color: #202020;
  font-size: 1.45rem;
  line-height: 1.25;
}

.cp-catalogs-page .cp-catalogs-info p,
.cp-catalogs-page .cp-catalogs-cta span {
  margin: 0;
  color: #555;
  line-height: 1.65;
}

.cp-catalogs-page .cp-catalogs-cta {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cp-catalogs-page .cp-catalogs-cta strong {
  color: #202020;
  font-size: 1.15rem;
}

.cp-catalogs-page .cp-catalogs-cta a {
  display: inline-flex;
  align-self: flex-start;
  margin-top: auto;
  padding: 11px 16px;
  border-radius: 999px;
  background: #f0c400;
  color: #1f1f1f !important;
  font-weight: 800;
  text-decoration: none !important;
  transition: filter 0.2s ease, transform 0.2s ease;
}

.cp-catalogs-page .cp-catalogs-cta a:hover,
.cp-catalogs-page .cp-catalogs-cta a:focus {
  filter: brightness(0.96);
  transform: translateY(-1px);
  color: #1f1f1f !important;
  text-decoration: none !important;
}

@media (max-width: 1024px) {
  .cp-catalogs-page .cp-catalogs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cp-catalogs-page .cp-catalogs-info {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .cp-catalogs-page {
    padding: 18px 10px 34px;
  }

  .cp-catalogs-page .cp-catalogs-hero {
    padding: 22px 18px;
    border-radius: 18px;
  }

  .cp-catalogs-page .cp-catalogs-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .cp-catalogs-page .cp-catalog-card {
    min-height: auto;
    padding: 15px;
  }
}

@media (max-width: 991px) {
  .dolnemenu .col-md-15,
  .dolnemenu .col-sm-4,
  .dolnemenu .col-sm-6 {
    width: 50% !important;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 640px) {
  .dolnemenu .col-md-15,
  .dolnemenu .col-sm-4,
  .dolnemenu .col-sm-6,
  .dolnemenu .col-xs-12 {
    width: 100% !important;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* =========================
   KATALOGI PDF
========================= */

.cp-catalog-page {
  padding: 20px 0 50px;
}

.cp-catalog-hero {
  background:
    linear-gradient(rgba(0,0,0,.60), rgba(0,0,0,.60)),
    url('/images/realizacje/drzwi/drzwi-hero.jpg') center/cover no-repeat;
  border-radius: 22px;
  overflow: hidden;
  margin-bottom: 35px;
}

.cp-catalog-hero .cp-hero__content {
  padding: 60px 40px;
  color: #fff;
}

.cp-catalog-hero h1 {
  font-size: 42px;
  line-height: 1.1;
  margin-bottom: 18px;
}

.cp-hero-text {
  max-width: 760px;
  font-size: 18px;
  opacity: .95;
}

.cp-section-heading {
  text-align: center;
  margin-bottom: 35px;
}

.cp-section-heading h2 {
  font-size: 34px;
  margin-bottom: 12px;
}

.cp-section-heading p {
  max-width: 820px;
  margin: auto;
  color: #666;
}

.cp-catalog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
  gap: 24px;
}

.cp-catalog-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
  transition: .25s ease;
  border: 1px solid rgba(0,0,0,.05);
  display: flex;
  flex-direction: column;
}

.cp-catalog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0,0,0,.12);
}

.cp-catalog-logo {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  background: #f7f7f7;
}

.cp-catalog-logo img {
  width: 100%;
  max-width: 260px;
  height: auto;
  max-height: 120px;
  object-fit: contain;
}

.cp-catalog-content {
  padding: 26px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.cp-catalog-content h3 {
  font-size: 24px;
  margin-bottom: 12px;
}

.cp-catalog-content p {
  color: #666;
  margin-bottom: 24px;
  flex: 1;
}

.cp-btn {
  display: inline-block;
  background: #d4a017;
  color: #fff !important;
  padding: 13px 22px;
  border-radius: 10px;
  text-decoration: none !important;
  font-weight: 700;
  transition: .2s ease;
}

.cp-btn:hover {
  background: #b98900;
  color: #fff !important;
}

@media (max-width: 768px) {

  .cp-catalog-hero .cp-hero__content {
    padding: 40px 25px;
  }

  .cp-catalog-hero h1 {
    font-size: 32px;
  }

  .cp-hero-text {
    font-size: 16px;
  }

  .cp-section-heading h2 {
    font-size: 28px;
  }

}

.cp-catalog-back {
  margin-top: 45px;
}

.cp-catalog-nav-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(210px,1fr));
  gap: 18px;
}

.cp-catalog-nav-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 86px;
  padding: 20px;
  background: #f7f7f7;
  border: 1px solid rgba(0,0,0,.07);
  border-radius: 16px;
  text-align: center;
  text-decoration: none !important;
  color: #222 !important;
  font-weight: 700;
  transition: .2s ease;
}

.cp-catalog-nav-card:hover {
  background: #d4a017;
  color: #fff !important;
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0,0,0,.12);
}

.cp-catalog-nav-card span {
  font-size: 16px;
  line-height: 1.3;
}
.cp-seo-text {
  max-width: 980px;
  margin: 0 auto 36px;
  padding: 24px 28px;
  background: #f7f7f7;
  border-radius: 18px;
  color: #444;
  line-height: 1.7;
}

.cp-seo-text p:last-child {
  margin-bottom: 0;
}

.cp-more {
  display: inline-block;
  margin-top: 14px;
  color: #222 !important;
  font-weight: 700;
  text-decoration: underline !important;
}

.cp-more:hover {
  color: #d4a017 !important;
}

.cp-faq {
  margin-top: 45px;
}

.cp-faq-item {
  background: #fff;
  border: 1px solid rgba(0,0,0,.07);
  border-radius: 16px;
  padding: 22px 26px;
  margin-bottom: 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,.05);
}

.cp-faq-item h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
}

.cp-faq-item p {
  margin-bottom: 0;
  color: #555;
}

.cp-contact-cta {
  margin-top: 45px;
  padding: 34px 28px;
  background: #f7f7f7;
  border-radius: 20px;
  text-align: center;
}

.cp-contact-cta p {
  max-width: 720px;
  margin: 0 auto 22px;
  font-size: 18px;
  color: #333;
}

.cw-page{--cw-bg:#f5f6f7;--cw-panel:#fff;--cw-text:#171a1f;--cw-muted:#5c6470;--cw-line:#dfe3e8;--cw-dark:#23272f;--cw-soft:#eef0f3;--cw-accent:#f0c84b;--cw-accent-soft:#fff6cf;--cw-shadow:0 18px 50px rgba(23,26,31,.08);color:var(--cw-text);font-size:16px;line-height:1.62}.cw-page *{box-sizing:border-box}.cw-page a{text-decoration:none}.cw-section,.cw-hero,.cw-cta{max-width:1180px;margin:0 auto 28px;padding:34px;border-radius:28px;background:var(--cw-panel);box-shadow:var(--cw-shadow)}.cw-hero{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:28px;align-items:stretch;background:linear-gradient(135deg,#f7f8fa 0%,#fff 55%,#fff9df 100%);overflow:hidden}.cw-hero__content{display:flex;flex-direction:column;justify-content:center}.cw-eyebrow{margin:0 0 10px;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#6f7480}.cw-hero h1,.cw-section h2,.cw-cta h2{margin:0;color:var(--cw-text);line-height:1.08;letter-spacing:-.035em}.cw-hero h1{font-size:clamp(2rem,4.6vw,4.35rem);max-width:900px}.cw-section h2,.cw-cta h2{font-size:clamp(1.55rem,2.7vw,2.65rem)}.cw-lead,.cw-section__head p,.cw-split p,.cw-cta p{color:var(--cw-muted);font-size:1.04rem}.cw-lead{max-width:760px;margin:18px 0 0}.cw-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.cw-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 20px;border-radius:999px;font-weight:800;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.cw-btn:hover{transform:translateY(-2px)}.cw-btn--primary{background:var(--cw-dark);color:#fff;box-shadow:0 10px 24px rgba(23,26,31,.18)}.cw-btn--primary:hover{background:#111318}.cw-btn--ghost{border:1px solid var(--cw-line);color:var(--cw-text);background:#fff}.cw-btn--ghost:hover{background:var(--cw-soft)}.cw-hero__panel{display:grid;grid-template-columns:1fr 1fr;gap:12px}.cw-stat{min-height:135px;padding:20px;border-radius:22px;background:rgba(255,255,255,.76);border:1px solid var(--cw-line);display:flex;flex-direction:column;justify-content:flex-end;transition:transform .2s ease,box-shadow .2s ease}.cw-stat:hover,.cw-card:hover,.cw-feature:hover,.cw-steps article:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(23,26,31,.1)}.cw-stat strong{font-size:1.65rem;line-height:1;color:var(--cw-text)}.cw-stat span{margin-top:8px;color:var(--cw-muted);font-size:.9rem}.cw-section__head{max-width:880px;margin-bottom:22px}.cw-section__head--center{text-align:center;margin-left:auto;margin-right:auto}.cw-grid{display:grid;gap:16px}.cw-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.cw-card,.cw-feature,.cw-note-card,.cw-steps article{border:1px solid var(--cw-line);background:#fff;border-radius:22px;padding:22px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.cw-card:hover,.cw-feature:hover,.cw-steps article:hover{border-color:#cfd5dd}.cw-card__icon,.cw-steps span{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;margin-bottom:18px;border-radius:14px;background:var(--cw-accent-soft);color:#5a4a10;font-weight:900}.cw-card h3,.cw-feature h3,.cw-note-card h3,.cw-steps h3{margin:0 0 8px;font-size:1.12rem;line-height:1.2}.cw-card p,.cw-feature p,.cw-steps p,.cw-faq p{margin:0;color:var(--cw-muted)}.cw-feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.cw-feature{min-height:190px}.cw-spec-table{display:grid;border:1px solid var(--cw-line);border-radius:24px;overflow:hidden;background:#fff}.cw-spec-table div{display:grid;grid-template-columns:minmax(160px,.75fr) minmax(0,1.25fr);gap:18px;align-items:center;padding:16px 20px;border-bottom:1px solid var(--cw-line)}.cw-spec-table div:nth-child(odd){background:#fafbfc}.cw-spec-table div:last-child{border-bottom:0}.cw-spec-table span{color:var(--cw-muted)}.cw-spec-table strong{color:var(--cw-text)}.cw-split{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:24px;align-items:start}.cw-note-card{background:linear-gradient(180deg,#fff 0%,#fffaf0 100%)}.cw-note-card ul{margin:12px 0 0;padding-left:19px;color:var(--cw-muted)}.cw-note-card li+li{margin-top:8px}.cw-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.cw-faq details{border:1px solid var(--cw-line);border-radius:18px;background:#fff;padding:18px 20px}.cw-faq details+details{margin-top:10px}.cw-faq summary{cursor:pointer;font-weight:850;color:var(--cw-text)}.cw-faq summary::marker{color:#b99422}.cw-faq details p{margin-top:10px}.cw-cta{display:flex;align-items:center;justify-content:space-between;gap:24px;background:linear-gradient(135deg,#242832 0%,#383e48 70%,#4a4630 100%);color:#fff}.cw-cta h2,.cw-cta p{color:#fff}.cw-cta .cw-eyebrow{color:#f5dd86}.cw-cta .cw-btn--primary{background:#fff;color:#171a1f}.cw-cta .cw-btn--primary:hover{background:#f6f0d3}@media (max-width:980px){.cw-section,.cw-hero,.cw-cta{padding:26px;border-radius:24px}.cw-hero,.cw-split{grid-template-columns:1fr}.cw-feature-grid,.cw-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.cw-grid--3{grid-template-columns:repeat(2,minmax(0,1fr))}.cw-cta{align-items:flex-start;flex-direction:column}}@media (max-width:620px){.cw-page{font-size:15px}.cw-section,.cw-hero,.cw-cta{padding:20px;margin-bottom:18px;border-radius:20px}.cw-hero__panel,.cw-feature-grid,.cw-steps,.cw-grid--3{grid-template-columns:1fr 1fr;gap:10px}.cw-stat,.cw-card,.cw-feature,.cw-note-card,.cw-steps article{padding:16px;border-radius:18px}.cw-stat{min-height:118px}.cw-stat strong{font-size:1.25rem}.cw-spec-table div{grid-template-columns:1fr;gap:4px;padding:14px}.cw-actions{gap:10px}.cw-btn{width:100%}.cw-lead,.cw-section__head p,.cw-split p,.cw-cta p{font-size:1rem}}@media (max-width:430px){.cw-hero__panel,.cw-feature-grid,.cw-steps,.cw-grid--3{grid-template-columns:1fr}.cw-hero h1{font-size:2rem}.cw-section h2,.cw-cta h2{font-size:1.55rem}}

/* PARTNER WIŚNIOWSKI */
.cp-futuro-partner-box{
  background:#f7f7f7;
  border-radius:22px;
  padding:28px;
  box-shadow:0 12px 30px rgba(0,0,0,.06);
}

.cp-futuro-partner-box h3{
  margin-top:0;
}

/* VIDEO */
.cp-futuro-video{
  margin:56px 0;
}

.cp-video-section__header{
  max-width:860px;
  margin-bottom:24px;
}

.cp-video-wrapper{
  position:relative;
  width:100%;
  padding-bottom:56.25%;
  border-radius:24px;
  overflow:hidden;
  background:#000;
  box-shadow:0 18px 40px rgba(0,0,0,.12);
}

.cp-video-wrapper iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}

/* FAQ */
.cp-futuro-faq{
  margin:56px 0;
}

.cp-futuro-faq-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}

.cp-futuro-faq-grid article{
  background:#fff;
  border-radius:20px;
  padding:22px;
  box-shadow:0 10px 26px rgba(0,0,0,.06);
}

.cp-futuro-faq-grid h3{
  margin-top:0;
}

@media (max-width:768px){

  .cp-futuro-faq-grid{
    grid-template-columns:1fr;
  }

  .cp-futuro-partner-box{
    padding:22px;
  }

}
/* FUTURO - katalogi button */
.cp-futuro-catalog-btn{
  background:#1f1f1f;
  color:#fff !important;
  border:2px solid #1f1f1f;
}

.cp-futuro-catalog-btn:hover{
  background:#f0c400;
  border-color:#f0c400;
  color:#1f1f1f !important;
}

.cp-futuro-catalog-btn,
.cp-futuro-catalog-btn:link,
.cp-futuro-catalog-btn:visited{
  background:#1f1f1f !important;
  color:#ffffff !important;
  border:2px solid #1f1f1f !important;
}

.cp-futuro-catalog-btn:hover{
  background:#f0c400 !important;
  border-color:#f0c400 !important;
  color:#1f1f1f !important;
}
.cp-wisniowski-partner {
  margin: 44px 0;
}

.cp-wisniowski-partner-box {
  border-top: 4px solid var(--cp-red);
}

.cp-wisniowski-partner .cp-text-link {
  display: inline-block;
  margin-top: 12px;
  font-weight: 800;
}
/* Carpenter - Okna drewniane STOLLAR. Dopisać na końcu: /templates/windows/css/wisniowski.css */
.wpr-page{--wpr-dark:#1f1f1f;--wpr-muted:#666;--wpr-line:#e8e1d7;--wpr-soft:#f7f3ee;--wpr-accent:#a47845;--wpr-accent-dark:#6f4b27;color:var(--wpr-dark);font-size:16px;line-height:1.65}.wpr-page *{box-sizing:border-box}.wpr-page img{max-width:100%;height:auto;display:block}.wpr-page a{text-decoration:none}.wpr-section{margin:34px 0}.wpr-eyebrow{margin:0 0 10px;color:var(--wpr-accent-dark);font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.wpr-lead{max-width:780px;color:#3d3d3d;font-size:20px;line-height:1.55}.wpr-hero{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(260px,.55fr);gap:28px;align-items:center;margin:22px 0 34px;padding:34px;border:1px solid var(--wpr-line);border-radius:26px;background:linear-gradient(135deg,#fff 0%,#fbf7f2 58%,#efe4d8 100%);overflow:hidden}.wpr-hero h1{margin:0 0 16px;font-size:clamp(34px,5vw,58px);line-height:1.03;font-weight:800;letter-spacing:-.04em}.wpr-hero__media{margin:0;padding:28px;border-radius:22px;background:#fff;box-shadow:0 18px 48px rgba(36,28,20,.1)}.wpr-hero__media img{margin:auto;max-height:150px;object-fit:contain}.wpr-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.wpr-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:12px 20px;border-radius:999px;font-weight:700;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease}.wpr-btn:hover{transform:translateY(-2px)}.wpr-btn--primary{background:var(--wpr-accent);color:#fff!important;box-shadow:0 14px 28px rgba(111,75,39,.22)}.wpr-btn--primary:hover{background:var(--wpr-accent-dark);color:#fff!important}.wpr-btn--ghost{border:1px solid var(--wpr-line);background:#fff;color:var(--wpr-dark)!important}.wpr-intro-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.wpr-feature-card,.wpr-product-card,.wpr-check-card,.wpr-faq-item{border:1px solid var(--wpr-line);border-radius:20px;background:#fff;box-shadow:0 12px 32px rgba(39,31,24,.06);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.wpr-feature-card:hover,.wpr-product-card:hover,.wpr-faq-item:hover{transform:translateY(-4px);border-color:#d4c4af;box-shadow:0 20px 45px rgba(39,31,24,.1)}.wpr-feature-card{padding:22px}.wpr-feature-card__no{display:block;margin-bottom:12px;color:var(--wpr-accent);font-size:13px;font-weight:800}.wpr-feature-card h2{margin:0 0 9px;font-size:19px;line-height:1.2}.wpr-feature-card p{margin:0;color:var(--wpr-muted)}.wpr-section-head{max-width:920px;margin:0 0 22px}.wpr-section-head h2,.wpr-split h2,.wpr-cta h2{margin:0 0 12px;font-size:clamp(26px,3vw,38px);line-height:1.12;font-weight:800;letter-spacing:-.03em}.wpr-section-head p,.wpr-split p,.wpr-cta p{color:var(--wpr-muted)}.wpr-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.wpr-product-card{overflow:hidden}.wpr-product-card figure{display:flex;align-items:center;justify-content:center;height:230px;margin:0;padding:20px;background:var(--wpr-soft)}.wpr-product-card figure img{max-height:190px;object-fit:contain;mix-blend-mode:multiply}.wpr-product-card__body{padding:20px}.wpr-product-card h3{margin:0 0 10px;font-size:22px;line-height:1.18;font-weight:800}.wpr-product-card p{margin:0 0 16px;color:var(--wpr-muted)}.wpr-specs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0}.wpr-specs div{display:flex;align-items:baseline;justify-content:space-between;gap:10px;padding:9px 10px;border-radius:12px;background:#faf8f5}.wpr-specs div:nth-last-child(1):nth-child(odd){grid-column:1/-1}.wpr-specs dt{color:#7f7469;font-size:12px;font-weight:700;text-transform:uppercase}.wpr-specs dd{margin:0;color:var(--wpr-dark);font-weight:800;text-align:right}.wpr-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);gap:18px;align-items:stretch}.wpr-split>div:first-child,.wpr-check-card{padding:26px;border-radius:22px;background:var(--wpr-soft)}.wpr-check-card{background:#fff}.wpr-check-card h3{margin:0 0 14px;font-size:23px}.wpr-check-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}.wpr-check-list li{position:relative;padding-left:28px;color:var(--wpr-muted)}.wpr-check-list li:before{content:"";position:absolute;left:0;top:.55em;width:12px;height:12px;border-radius:50%;background:var(--wpr-accent);box-shadow:0 0 0 4px rgba(164,120,69,.14)}.wpr-gallery-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.wpr-gallery-strip img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:18px;border:1px solid var(--wpr-line);box-shadow:0 12px 30px rgba(39,31,24,.08)}.wpr-faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.wpr-faq-item{padding:22px}.wpr-faq-item h3{margin:0 0 10px;font-size:20px;line-height:1.25}.wpr-faq-item p{margin:0;color:var(--wpr-muted)}.wpr-cta{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:34px 0 10px;padding:30px;border-radius:24px;background:#211b16;color:#fff}.wpr-cta .wpr-eyebrow{color:#d9b98f}.wpr-cta h2,.wpr-cta p{color:#fff}.wpr-cta p{margin-bottom:0;opacity:.86}@media (max-width:991px){.wpr-hero,.wpr-split{grid-template-columns:1fr}.wpr-intro-grid,.wpr-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wpr-gallery-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.wpr-cta{align-items:flex-start;flex-direction:column}}@media (max-width:640px){.wpr-page{font-size:15px}.wpr-section{margin:24px 0}.wpr-hero{padding:22px;border-radius:20px}.wpr-lead{font-size:17px}.wpr-intro-grid,.wpr-product-grid,.wpr-faq-grid{grid-template-columns:1fr}.wpr-product-card figure{height:205px}.wpr-specs{grid-template-columns:1fr}.wpr-specs div:nth-last-child(1):nth-child(odd){grid-column:auto}.wpr-hero__actions .wpr-btn{width:100%}}

/* Drzwi wejściowe zewnętrzne - /oferta/drzwi/wejsciowe-zewnetrzne */

.cp-extdoors-page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 24px 0 42px;
}

.cp-extdoors-page * {
  box-sizing: border-box;
}

.cp-extdoors-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  align-items: stretch;
  margin-bottom: 28px;
  padding: 28px;
  border-radius: 18px;
  background: #f7f5ef;
  border: 1px solid #e5dfd1;
}

.cp-extdoors-hero h1 {
  margin: 0 0 14px;
  font-size: 34px;
  line-height: 1.15;
  color: #2f2a22;
}

.cp-eyebrow {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #c59a2d;
}

.cp-lead {
  max-width: 820px;
  margin: 0;
  font-size: 17px;
  line-height: 1.65;
  color: #4b463d;
}

.cp-extdoors-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.cp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 11px 18px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none !important;
  transition: all .2s ease;
}

.cp-btn-primary {
  background: #c59a2d;
  color: #fff !important;
}

.cp-btn-primary:hover {
  background: #a98222;
  color: #fff !important;
  transform: translateY(-2px);
}

.cp-btn-secondary {
  background: #fff;
  color: #2f2a22 !important;
  border: 1px solid #e5dfd1;
}

.cp-btn-secondary:hover {
  border-color: #c59a2d;
  color: #2f2a22 !important;
  transform: translateY(-2px);
}

.cp-extdoors-hero-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 190px;
  padding: 24px;
  border-radius: 16px;
  background: #2f2a22;
  color: #fff;
}

.cp-extdoors-hero-box strong {
  display: block;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.25;
}

.cp-extdoors-hero-box span {
  font-size: 15px;
  line-height: 1.55;
  color: #f4e6bf;
}

.cp-extdoors-intro {
  margin-bottom: 24px;
  padding: 22px 24px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #ece7db;
}

.cp-extdoors-intro h2,
.cp-extdoors-benefits h2,
.cp-extdoors-cta h2 {
  margin: 0 0 12px;
  font-size: 25px;
  line-height: 1.25;
  color: #2f2a22;
}

.cp-extdoors-intro p,
.cp-extdoors-cta p {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  color: #4b463d;
}

.cp-extdoors-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 26px;
}

.cp-extdoors-card {
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #e8e2d4;
  box-shadow: 0 8px 24px rgba(47, 42, 34, .08);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.cp-extdoors-card:hover {
  transform: translateY(-4px);
  border-color: #c59a2d;
  box-shadow: 0 14px 32px rgba(47, 42, 34, .13);
}

.cp-extdoors-card img {
  display: block;
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.cp-extdoors-card-body {
  padding: 18px;
}

.cp-extdoors-card-body h2 {
  margin: 0 0 10px;
  font-size: 21px;
  line-height: 1.25;
  color: #2f2a22;
}

.cp-extdoors-card-body p {
  margin: 0 0 15px;
  font-size: 15px;
  line-height: 1.6;
  color: #555047;
}

.cp-card-link {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  color: #9a7417 !important;
  text-decoration: none !important;
}

.cp-card-link:hover {
  color: #2f2a22 !important;
  text-decoration: underline !important;
}

.cp-extdoors-benefits {
  margin-bottom: 26px;
  padding: 24px;
  border-radius: 18px;
  background: #f7f5ef;
  border: 1px solid #e5dfd1;
}

.cp-extdoors-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.cp-extdoors-benefits-grid > div {
  padding: 16px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #ece7db;
}

.cp-extdoors-benefits-grid h3 {
  margin: 0 0 8px;
  font-size: 17px;
  color: #2f2a22;
}

.cp-extdoors-benefits-grid p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: #555047;
}

.cp-extdoors-cta {
  padding: 26px;
  border-radius: 18px;
  background: #2f2a22;
  color: #fff;
  text-align: center;
}

.cp-extdoors-cta h2 {
  color: #fff;
}

.cp-extdoors-cta p {
  max-width: 760px;
  margin: 0 auto 20px;
  color: #f4e6bf;
}

@media (max-width: 991px) {
  .cp-extdoors-hero {
    grid-template-columns: 1fr;
  }

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

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

@media (max-width: 600px) {
  .cp-extdoors-page {
    padding: 14px 0 30px;
  }

  .cp-extdoors-hero,
  .cp-extdoors-intro,
  .cp-extdoors-benefits,
  .cp-extdoors-cta {
    padding: 18px;
    border-radius: 14px;
  }

  .cp-extdoors-hero h1 {
    font-size: 27px;
  }

  .cp-lead {
    font-size: 15px;
  }

  .cp-extdoors-grid {
    grid-template-columns: 1fr;
  }

  .cp-extdoors-card img {
    height: 190px;
  }

  .cp-extdoors-benefits-grid {
    grid-template-columns: 1fr;
  }

  .cp-extdoors-actions {
    flex-direction: column;
  }

  .cp-btn {
    width: 100%;
  }
}
