/**
 * Why Pratst — trust and transparency section.
 */

.pratst-why-pratst-band {
  background: #0a0a0a;
}

.pratst-why-pratst {
  padding: 64px 0 72px;
  color: #fff;
}

.pratst-why-pratst--teaser {
  padding: 48px 0 56px;
  border-top: 1px solid #2a2a2a;
  background: linear-gradient(180deg, #111 0%, #0a0a0a 100%);
}

.pratst-why-pratst__eyebrow {
  margin: 0 0 12px;
  font-family: 'Poppins-Medium', 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #e40046;
}

.pratst-why-pratst__title {
  margin: 0 0 18px;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
}

.pratst-why-pratst__lead,
.pratst-why-pratst__intro {
  margin: 0 0 16px;
  max-width: 760px;
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
}

.pratst-why-pratst__intro {
  margin-bottom: 40px;
}

.pratst-why-pratst__header {
  margin-bottom: 40px;
  position: static;
  left: auto;
  right: auto;
  z-index: auto;
}

.pratst-why-pratst__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 48px;
}

.pratst-why-pratst__card {
  margin: 0;
  padding: 28px 26px;
  background: #111;
  border: 1px solid #363636;
  border-radius: 6px;
}

.pratst-why-pratst__card--highlight {
  border-color: rgba(228, 0, 70, 0.55);
  background: linear-gradient(165deg, #1c1c1c 0%, #101010 55%, #111 100%);
  box-shadow:
    0 0 0 1px rgba(228, 0, 70, 0.12),
    0 12px 36px rgba(0, 0, 0, 0.45);
}

.pratst-why-pratst__card-title {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.pratst-why-pratst__card p {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
}

.pratst-why-pratst__card p:last-child {
  margin-bottom: 0;
}

.pratst-why-pratst__compare {
  margin-bottom: 36px;
}

.pratst-why-pratst__compare-title {
  margin: 0 0 18px;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}

.pratst-why-pratst__table-wrap {
  overflow-x: auto;
  border: 1px solid #363636;
  border-radius: 6px;
  background: #111;
}

.pratst-why-pratst__table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
}

.pratst-why-pratst__table th,
.pratst-why-pratst__table td {
  padding: 14px 18px;
  font-size: 14px;
  line-height: 1.45;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #2a2a2a;
}

.pratst-why-pratst__table thead th {
  font-family: 'Poppins-Medium', 'Poppins', sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #b5b5b5;
  background: #151515;
}

.pratst-why-pratst__table tbody th {
  width: 28%;
  font-weight: 600;
  color: #fff;
  background: #141414;
}

.pratst-why-pratst__table tbody td {
  color: rgba(255, 255, 255, 0.75);
}

.pratst-why-pratst__table tbody td:last-child {
  color: rgba(255, 255, 255, 0.9);
}

.pratst-why-pratst__table tr:last-child th,
.pratst-why-pratst__table tr:last-child td {
  border-bottom: 0;
}

.pratst-why-pratst__extras {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pratst-why-pratst__extras li {
  margin: 0;
  padding: 20px 18px;
  border-left: 3px solid #e40046;
  background: rgba(255, 255, 255, 0.03);
}

.pratst-why-pratst__extras strong {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
  color: #fff;
}

.pratst-why-pratst__extras span {
  display: block;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
}

.pratst-why-pratst__footer {
  padding-top: 8px;
  border-top: 1px solid #2a2a2a;
}

.pratst-why-pratst__closing {
  margin: 0 0 12px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

.pratst-why-pratst__closing-copy {
  margin: 0 0 24px;
  max-width: 720px;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
}

.pratst-why-pratst__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pratst-why-pratst__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 20px;
  border-radius: 4px;
  font-family: 'Poppins-Medium', 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.pratst-why-pratst__cta--primary {
  border: 1px solid #e40046;
  background: #e40046;
  color: #fff !important;
}

.pratst-why-pratst__cta--primary:hover,
.pratst-why-pratst__cta--primary:focus {
  background: #ff1a63;
  border-color: #ff1a63;
  color: #fff !important;
}

.pratst-why-pratst__cta--ghost {
  border: 1px solid #555;
  background: transparent;
  color: #fff !important;
}

.pratst-why-pratst__cta--ghost:hover,
.pratst-why-pratst__cta--ghost:focus {
  border-color: #888;
  color: #fff !important;
}

.pratst-why-pratst__teaser-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 32px;
  align-items: center;
}

.pratst-why-pratst__pillars {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.pratst-why-pratst__pillars li {
  margin: 0;
  padding: 16px 18px;
  border: 1px solid #363636;
  border-radius: 6px;
  background: #111;
}

.pratst-why-pratst__pillars strong {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  color: #fff;
}

.pratst-why-pratst__pillars span {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
}

.node-1 .page-header,
.node-1 h1.page-header {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .pratst-why-pratst__grid,
  .pratst-why-pratst__extras,
  .pratst-why-pratst__teaser-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .pratst-why-pratst {
    padding: 48px 0 56px;
  }

  .pratst-why-pratst__title {
    font-size: 26px;
  }

  .pratst-why-pratst__lead,
  .pratst-why-pratst__intro {
    font-size: 15px;
  }
}
