.plp-section {
  background: #ffffff;
  padding: 116px 0 144px;
}
.plp-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px
}
/* ── Header ── */
.plp-header {
  text-align: center;
  margin-bottom: 48px;
}
.plp-label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: rgba(0, 0, 0, 0.50);
  text-transform: uppercase;
  margin-bottom: 6px;
}

.plp-title {
  font-size: 38px;
  font-weight: 600;
  color: #000000;
  margin: 0 0 6px;
  line-height: 54px;
}

.plp-desc {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.80);
    font-weight: 400;
  max-width: 1149px;
  margin: 0 auto;
  line-height: 28px;
}

/* ── Scroll hint (mobile only) ── */
.plp-scroll-hint {
  display: none;
  text-align: center;
  font-size: 13px;
  color: #9ca3af;
  margin-bottom: 8px;
}

/* ── Table scroll container ── */
.plp-table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 10px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.03), 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
}

/* ── Table grid ── */
.plp-table {
  display: grid;
  min-width: 737px;
  border-radius: 12px;
  overflow: hidden;
}

.plp-row {
  display: grid;
  grid-template-columns: 220px repeat(4, 1fr);
    border-bottom: 0.97px solid #E5E7EB;
}

.plp-row:last-child {
  border-bottom: none;
}

/* ── Cells ── */
.plp-cell {
    padding: 14px 19px;
    font-size: 15px;
    color: #2D3748;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    line-height: 21px;
}

.plp-cell:last-child {
  border-right: none;
}

/* Label column (left) */
.plp-cell--label {
    text-align: left;
    justify-content: flex-start;
    font-weight: 600;
    color: #2D3748;
    font-size: 15px;
    background: #ffffff;
}

/* Header row cells */
.plp-row--head .plp-cell {
    font-weight: 600;
    font-size: 14px;
    color: #0A0A0A;
    background: #F9FAFB;
    padding: 16px 19px;
}
.plp-cell strong {
    font-weight: 600;
}

.plp-row--head .plp-cell--label {
  background: #f9fafb;
}

/* Featured (Premium) column */
.plp-row .plp-cell--featured {
  background: #F8FAFF;
}
.plp-row--head .plp-cell--featured {
    background: #EFF6FF;
}

.plp-row--head .plp-cell--featured span {
  color: #2563eb;
  font-weight: 700;
}

.plp-row--cta .plp-cell {
  padding: 24px 16px;
}

/* ── Buttons ── */
a.plp-btn {
    display: inline-block;
    padding: 8px 22px 10px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
    line-height: 17px;
}

a.plp-btn--outline {
    border: 1px solid #000000;
    color: #000000;
    background: transparent;
}

a.plp-btn--outline:hover {
  background: #1f2937;
  color: #ffffff;
}

a.plp-btn--solid {
  border: 1.5px solid #111827;
  background: #111827;
  color: #ffffff;
}

a.plp-btn--solid:hover {
  background: #374151;
  border-color: #374151;
}

/* ── Dash symbol ── */
.plp-dash {
    color: #2D3748;
    font-weight: 600;
}

/* ── Footer note ── */
.plp-note {
    text-align: center;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.80);
    margin-top: 40px;
    line-height: 28px;
}

@media (max-width: 900px) {
  .plp-row {
    grid-template-columns: 160px repeat(4, 1fr);
  }

  .plp-cell {
    padding: 14px 12px;
    font-size: 13px;
  }

  .plp-cell--label {
    font-size: 13px;
  }

  a.plp-btn {
    padding: 10px 14px;
    font-size: 12px;
  }
}

@media (max-width: 768px) {
    .plp-container {
        padding: 0 20px;
    }
}
@media (max-width: 640px) {
  .plp-section {
    padding: 60px 0 48px;
  }

  .plp-scroll-hint {
    display: block;
  }

  .plp-table-scroll {
    border-radius: 8px;
  }

  /* ── Mobile card layout ── */
  .plp-cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .plp-card {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
  }

  .plp-card--featured {
    border-color: #93c5fd;
    background: #eef3fb;
  }

  .plp-card__head {
    padding: 16px 20px 14px;
    border-bottom: 1px solid #e5e7eb;
    background: #f9fafb;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .plp-card--featured .plp-card__head {
    background: #dbeafe;
    border-color: #93c5fd;
  }

  .plp-card__plan {
    font-size: 16px;
    font-weight: 700;
    color: #111827;
  }

  .plp-card--featured .plp-card__plan {
    color: #1d4ed8;
  }

  .plp-card__price {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
  }

  .plp-card__rows {
    padding: 0;
  }

  .plp-card__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    border-bottom: 1px solid #f3f4f6;
    font-size: 14px;
  }

  .plp-card__row:last-child {
    border-bottom: none;
  }

  .plp-card__row-label {
    color: #6b7280;
    font-weight: 500;
    flex: 0 0 48%;
  }

  .plp-card__row-val {
    color: #111827;
    font-weight: 600;
    text-align: right;
    flex: 0 0 48%;
  }

  .plp-card__cta {
    padding: 16px 20px;
    display: flex;
    justify-content: center;
    background: #ffffff;
    border-top: 1px solid #e5e7eb;
  }

  .plp-card--featured .plp-card__cta {
    background: #eef3fb;
    border-color: #93c5fd;
  }

  .plp-card a.plp-btn {
    width: 100%;
    text-align: center;
    padding: 13px 20px;
    font-size: 14px;
  }
}
