.delivery-time {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 14px 0 0;
  padding: 9px 11px;
  border-left: 3px solid var(--accent);
  background: #f5efe6;
  color: #4c514d;
  font-size: 12px !important;
  line-height: 1.35;
}

/* Trust, plot analysis, process and construction diagrams */
.assurance-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #d8cfc2;
  border-top: 1px solid #d8cfc2;
  border-bottom: 1px solid #d8cfc2;
}
.assurance-strip > div {
  min-width: 0;
  padding: 20px 24px;
  background: #f4ede3;
}
.assurance-strip strong,
.assurance-strip span { display: block; }
.assurance-strip strong { color: var(--ink); font-size: 17px; }
.assurance-strip span { margin-top: 4px; color: #656b66; font-size: 13px; line-height: 1.4; }

.plot-check {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: center;
  background: var(--ink);
  color: #fff;
}
.plot-check h2 { max-width: 760px; margin-bottom: 16px; color: #fff; }
.plot-check p { max-width: 760px; color: rgba(255,255,255,.75); }
.plot-check .eyebrow { color: #ef8a62; }
.plot-check-points { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.plot-check-points span {
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  color: rgba(255,255,255,.88);
  font-size: 13px;
}
.plot-check .btn { white-space: nowrap; }

.process-six { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.process-six .step { min-height: 260px; }
.payment-section {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 64px;
  align-items: start;
  background: #eee3d5;
}
.payment-stages { margin: 0; padding: 0; list-style: none; border-top: 1px solid #cfc3b4; }
.payment-stages li {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 18px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid #cfc3b4;
}
.payment-stages span { color: var(--accent); font-size: 13px; font-weight: 800; letter-spacing: .08em; }
.payment-stages b { color: var(--ink); font-size: 16px; }

.construction-diagrams { background: #f7f2ea; }
.diagram-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 34px; }
.construction-card {
  overflow: hidden;
  border: 1px solid #d8cfc2;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(37, 43, 39, .06);
}
.construction-card > div:last-child { padding: 24px; }
.construction-card h3 { margin: 6px 0 16px; }
.construction-card ol { margin: 0; padding-left: 20px; color: #5d625e; }
.construction-card li { margin: 8px 0; line-height: 1.4; }
.diagram-number { color: var(--accent); font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.wall-diagram,
.foundation-diagram,
.roof-diagram { position: relative; height: 220px; background: #e9e0d4; }
.wall-diagram { display: flex; align-items: stretch; justify-content: center; padding: 36px 48px; }
.wall-diagram .layer { display: block; height: 100%; box-shadow: inset -1px 0 rgba(0,0,0,.12); }
.wall-diagram .plaster { width: 16px; background: #d96842; }
.wall-diagram .insulation { width: 72px; background: repeating-linear-gradient(135deg,#c6c7bd 0 8px,#dcddd5 8px 16px); }
.wall-diagram .block { width: 118px; background: repeating-linear-gradient(0deg,#c9b5a0 0 28px,#a58f79 28px 30px); }
.wall-diagram .inner-plaster { width: 20px; background: #eee9e2; }
.foundation-diagram { overflow: hidden; }
.foundation-diagram i { position: absolute; left: 14%; right: 14%; display: block; }
.foundation-diagram .floor { top: 35px; height: 12px; background: #886448; }
.foundation-diagram .screed { top: 47px; height: 28px; background: #aaa8a2; }
.foundation-diagram .foundation-insulation { top: 75px; height: 38px; background: repeating-linear-gradient(135deg,#d4d4c9 0 8px,#eeeeE7 8px 16px); }
.foundation-diagram .slab { top: 113px; height: 54px; background: #989b99; }
.foundation-diagram .ground { top: 167px; bottom: 0; background: repeating-linear-gradient(165deg,#b3916d 0 11px,#c9ab87 11px 22px); }
.roof-diagram { overflow: hidden; }
.roof-diagram i { position: absolute; display: block; transform: rotate(-22deg); transform-origin: center; }
.roof-diagram .roof-cover { width: 270px; height: 18px; left: 35px; top: 60px; background: repeating-linear-gradient(90deg,#3f4544 0 28px,#68706d 28px 31px); }
.roof-diagram .roof-batten { width: 255px; height: 13px; left: 42px; top: 82px; background: #9d7854; }
.roof-diagram .roof-membrane { width: 248px; height: 8px; left: 45px; top: 99px; background: #d86a42; }
.roof-diagram .roof-truss { width: 210px; height: 24px; left: 65px; top: 122px; background: #876342; }
.roof-diagram .ceiling-line { width: 260px; height: 13px; left: 39px; top: 177px; transform: none; background: #555d59; }

@media (max-width: 900px) {
  .assurance-strip { grid-template-columns: repeat(2, 1fr); }
  .plot-check, .payment-section { grid-template-columns: 1fr; gap: 28px; }
  .plot-check .btn { justify-self: start; }
  .process-six, .diagram-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .assurance-strip { grid-template-columns: 1fr; }
  .assurance-strip > div { padding: 14px 20px; }
  .assurance-strip span { font-size: 12px; }
  .process-six, .diagram-grid { grid-template-columns: 1fr; }
  .process-six .step { min-height: 0; }
  .payment-stages li { grid-template-columns: 68px 1fr; }
  .plot-check-points { display: grid; }
}

.delivery-time strong {
  color: var(--ink);
  white-space: nowrap;
}

.extras-card-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.technology-matrix-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 18px 45px rgba(48, 53, 50, .07);
}

.technology-matrix {
  width: 100%;
  min-width: 850px;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.45;
}

.technology-matrix caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.technology-matrix th,
.technology-matrix td {
  padding: 13px 16px;
  border-right: 1px solid #e5ddd2;
  border-bottom: 1px solid #e5ddd2;
  vertical-align: top;
  text-align: left;
}

.technology-matrix tr > *:last-child { border-right: 0; }
.technology-matrix tbody tr:last-child > * { border-bottom: 0; }
.technology-matrix thead th { background: var(--ink); color: #fff; font-size: 15px; }
.technology-matrix thead th:first-child { color: #e8c7b8; }
.technology-matrix tbody th { width: 25%; color: #4f554f; font-weight: 600; background: #fbf8f2; }
.technology-matrix td { width: 25%; color: #383d39; }
.technology-matrix .matrix-section th {
  padding: 10px 16px;
  background: #eee5d8;
  color: var(--accent);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.technology-matrix strong { color: var(--ink); }
.technology-note { max-width: 950px; margin-top: 18px; font-size: 13px; }
.technology-legend { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 24px; }
.technology-legend span { padding: 7px 11px; background: #eee5d8; color: #4c514d; font-size: 12px; font-weight: 600; }

@media (max-width: 700px) {
  .delivery-time { font-size: 13px !important; }
  .technology-comparison { padding-left: 18px; padding-right: 18px; }
  .technology-comparison .section-lead { font-size: 15px; line-height: 1.55; }
  .technology-legend { gap: 7px; margin-bottom: 20px; }
  .technology-legend span { padding: 6px 9px; font-size: 11px; }
  .technology-matrix-wrap { width: 100%; max-width: 100%; border: 0; box-shadow: none; overflow: visible; background: transparent; }
  .technology-matrix { width: 100%; min-width: 0; max-width: 100%; display: block; font-size: 14px; }
  .technology-matrix thead { display: none; }
  .technology-matrix tbody { display: block; }
  .technology-matrix tr {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 0 12px;
    border: 1px solid #ded5c8;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(48, 53, 50, .05);
    overflow: hidden;
  }
  .technology-matrix th,
  .technology-matrix td {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    border: 0;
    border-bottom: 1px solid #ebe4da;
    padding: 10px 12px;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
  }
  .technology-matrix tbody th {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    background: #f0e8dc;
    color: var(--ink);
    font-size: 14px;
    line-height: 1.35;
    white-space: normal;
    overflow-wrap: normal;
    word-break: keep-all;
  }
  .technology-matrix td {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    line-height: 1.45;
  }
  .technology-matrix td::before {
    flex: 0 0 78px;
    color: #777c77;
    font-size: 10px;
    line-height: 1.5;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
  }
  .technology-matrix td:nth-child(2)::before { content: "Smart"; }
  .technology-matrix td:nth-child(3)::before { content: "Medium"; }
  .technology-matrix td:nth-child(4)::before { content: "Comfort"; }
  .technology-matrix td[colspan="3"]::before { content: "Każdy model"; }
  .technology-matrix tr > *:last-child { border-bottom: 0; }
  .technology-matrix .matrix-section {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin: 28px 0 10px;
    background: transparent;
  }
  .technology-matrix .matrix-section th {
    display: block;
    width: 100%;
    max-width: 100%;
    border: 0;
    border-left: 4px solid var(--accent);
    background: var(--ink);
    color: #fff;
    padding: 12px 14px;
    font-size: 11px;
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: normal;
  }
  .technology-note { margin-top: 20px; font-size: 12px; line-height: 1.55; }
}

/* Formularze kontaktowe — obsługa wysyłki (v41) */
.hp-field{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.form-status:empty{display:none}
.form-status[data-state="pending"]{opacity:.75}
.form-status[data-state="ok"]{color:#1c6b3a;font-weight:600}
.form-status[data-state="error"]{color:#a32020;font-weight:600}
