/* Styles scoped to the Postwurfspezial page */
.pws-page main {
  max-width: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.pws-page main,
.pws-page .pws-section,
.pws-page .pws-case,
.pws-page .case-grid {
  text-align: left;
}

.pws-wrapper {
  background: transparent;
  width: 100%;
}

/* Center content blocks */
.pws-section,
.pws-case,
.pws-details,
.pws-results,
.pws-analysis {
  max-width: none;
  width: 100%;
  margin: 0;
}

.pws-section {
  max-width: none;
  width: 100%;
  margin: 0 0 40px;
  padding: 40px 32px 80px;
  background: #f5f5f5;
  display: grid;
  grid-template-columns: minmax(520px, 1.15fr) minmax(440px, 0.95fr);
  gap: 52px;
  align-items: center;
  justify-items: start;
  text-align: left;
}

@media (max-width: 960px) {
  .pws-section {
    grid-template-columns: 1fr;
    padding: 56px 20px 80px;
  }
}

.pws-text {
  max-width: 760px;
  text-align: left;
}

.pws-text h1 {
  color: #c22e2e;
  font-size: 2rem;
  margin-bottom: 20px;
  text-align: left;
}

.pws-text p {
  font-size: 16px;
  line-height: 1.65;
  margin-bottom: 18px;
  color: #444;
}

.pws-text strong {
  font-weight: 700;
  color: #111;
}

.pws-list {
  list-style: none;
  padding: 0;
  margin: 22px 0 34px;
}

.pws-list li {
  display: flex;
  gap: 12px;
  margin-bottom: 18px;
  line-height: 1.55;
  color: #444;
}

.pws-bullet {
  width: 10px;
  height: 10px;
  background: #c0392b;
  border-radius: 2px;
  margin-top: 8px;
  flex-shrink: 0;
}

.pws-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #c0392b;
  color: #fff;
  border: none;
  padding: 14px 22px;
  border-radius: 4px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.1s ease;
}

.pws-cta:hover {
  background: #a83224;
}

.pws-cta:active {
  transform: translateY(1px);
}

.pws-image img {
  width: 100%;
  max-height: 560px;
  border-radius: 3px;
  object-fit: cover;
  box-shadow: none;
}

.pws-image {
  align-self: start;
  margin-top: -10px;
}

/* Case study section */
.pws-case {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0 32px 110px;
}

.case-grid {
  display: grid;
  grid-template-columns: minmax(520px, 1.05fr) minmax(440px, 0.95fr);
  gap: 52px;
  align-items: center;
}

@media (max-width: 960px) {
  .case-grid {
    grid-template-columns: 1fr;
  }
}

/* Details table section */
.pws-details {
  width: 100%;
  padding: 40px 32px 100px;
}

.details-grid {
  display: grid;
  grid-template-columns: minmax(520px, 1.1fr) minmax(440px, 0.9fr);
  gap: 60px;
  align-items: start;
}

.details-table h2 {
  color: #c0392b;
  font-size: 1.7rem;
  margin-bottom: 16px;
}

.details-table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}

.details-table th,
.details-table td {
  padding: 12px 10px;
  vertical-align: top;
}

.details-table th {
  text-align: left;
  font-weight: 700;
  color: #444;
  border-bottom: 1px solid #b5b5b5;
}

.details-table tr + tr td {
  border-top: 1px solid #b5b5b5;
}

.details-table td:first-child {
  width: 32%;
  font-weight: 700;
  color: #2f2f2f;
}

.details-image img {
  width: 100%;
  max-height: 540px;
  object-fit: cover;
  border-radius: 3px;
}

@media (max-width: 960px) {
  .pws-details {
    padding: 56px 20px 90px;
  }

  .details-grid {
    grid-template-columns: 1fr;
  }
}

/* Cost & results section */
.pws-results {
  width: 100%;
  padding: 24px 32px 110px;
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(480px, 1fr));
  gap: 56px;
  align-items: start;
}

.results-block h2 {
  color: #c0392b;
  font-size: 1.7rem;
  margin-bottom: 14px;
}

.results-block p {
  color: #333;
  line-height: 1.55;
  margin-bottom: 18px;
  font-size: 15px;
}

.results-block table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #333;
  background: #fff;
  margin-top: 6px;
}

.results-block th,
.results-block td {
  padding: 12px 10px;
  vertical-align: top;
}

.results-block th {
  text-align: left;
  font-weight: 700;
  color: #444;
  border-bottom: 1px solid #b5b5b5;
}

.results-block th:last-child {
  text-align: right;
}

.results-block tr + tr td {
  border-top: 1px solid #b5b5b5;
}

.results-block td:first-child {
  width: 68%;
  font-weight: 700;
  color: #2f2f2f;
}

.results-block td:last-child {
  text-align: right;
  font-weight: 600;
  color: #2f2f2f;
}

.results-list {
  list-style: disc;
  padding-left: 18px;
  margin: 10px 0 8px;
  color: #333;
  line-height: 1.5;
  font-size: 15px;
}

.results-emphasis {
  font-weight: 700;
  color: #2f2f2f;
}

@media (max-width: 960px) {
  .pws-results {
    padding: 40px 20px 100px;
  }

  .results-grid {
    grid-template-columns: 1fr;
  }
}

/* Cost-benefit & summary section */
.pws-analysis {
  width: 100%;
  padding: 20px 32px 120px;
}

.analysis-grid {
  display: grid;
  grid-template-columns: minmax(520px, 1.1fr) minmax(420px, 0.9fr);
  gap: 60px;
  align-items: start;
}

.analysis-table h2 {
  color: #c0392b;
  font-size: 1.7rem;
  margin-bottom: 14px;
}

.analysis-table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}

.analysis-table th,
.analysis-table td {
  padding: 12px 10px;
  vertical-align: top;
}

.analysis-table th {
  text-align: left;
  font-weight: 700;
  color: #444;
  border-bottom: 1px solid #b5b5b5;
}

.analysis-table th:last-child {
  text-align: right;
}

.analysis-table tr + tr td {
  border-top: 1px solid #b5b5b5;
}

.analysis-table td:first-child {
  width: 64%;
  font-weight: 700;
  color: #2f2f2f;
}

.analysis-table td:last-child {
  text-align: right;
  font-weight: 600;
  color: #2f2f2f;
}

.analysis-cards {
  display: grid;
  grid-template-rows: auto auto;
  gap: 0;
}

.analysis-card {
  padding: 24px;
  color: #f6f6f6;
  line-height: 1.55;
  font-size: 15px;
}

.analysis-card h3 {
  margin: 0 0 12px;
  font-size: 1.4rem;
  font-weight: 800;
  color: #f6f6f6;
}

.analysis-card ul {
  list-style: disc;
  padding-left: 18px;
  margin: 8px 0 0;
}

.analysis-card ul li {
  margin-bottom: 6px;
}

.card-red {
  background: #b92f2f;
}

.card-gray {
  background: #616161;
}

@media (max-width: 960px) {
  .pws-analysis {
    padding: 40px 20px 110px;
  }

  .analysis-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.case-text h2 {
  color: #c22e2e;
  font-size: 1.75rem;
  margin-bottom: 26px;
}

.case-text h3 {
  color: #c22e2e;
  font-size: 1.35rem;
  margin: 32px 0 16px;
}

.case-text p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 14px;
  color: #333;
}

.case-text p strong {
  font-weight: 700;
  color: #111;
}

.case-image img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
}

/* Footer override for full width on this page */
.pws-page {
  /* reset to default page flow */
}

.pws-page .pws-wrapper {
  /* reset to default flow */
}

.pws-page .footer {
  width: 100vw;
  max-width: none;
  margin: 0 calc(50% - 50vw);
  padding: 120px 0;
  height: auto;
  display: block;
  min-height: 280px;
}

.pws-page .footer-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: space-between;
}

.pws-page .footer-menu {
  flex: 1 1 160px;
  min-width: 160px;
}

.pws-page .footer-logo {
  flex: 1 1 220px;
  min-width: 200px;
}
