body.payment-plan-page {
  overflow-x: hidden;
}

body.payment-plan-page *,
body.payment-plan-page *::before,
body.payment-plan-page *::after {
  box-sizing: border-box;
}

body.payment-plan-page article.post.featured {
  max-width: none;
}

body.payment-plan-page article.post.featured h1,
body.payment-plan-page article.post.featured h2,
body.payment-plan-page article.post.featured h3,
body.payment-plan-page article.post.featured h4 {
  letter-spacing: 0;
}

body.payment-plan-page #main article.post.featured header.major > h1 {
  font-size: 3.15rem;
  line-height: 1.06;
  margin: 0;
}

.pp-hero,
.pp-tool-shell,
.pp-results,
.pp-output-card,
.pp-static-card,
.pp-info-card,
.pp-template-card,
.pp-app-bridge-panel,
.pp-checklist-box,
.pp-result-cta {
  min-width: 0;
  max-width: 100%;
}

.pp-hero {
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.5fr);
  align-items: center;
}

.pp-hero-visual,
.pp-app-visual {
  margin: 0;
  line-height: 0;
}

.pp-hero-visual {
  justify-self: end;
  width: min(100%, 33rem);
}

.pp-hero-visual img,
.pp-app-visual img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  background: #fffaf2;
  box-shadow: 0 22px 52px rgba(15, 23, 42, 0.12);
}

.pp-hero-disclaimer,
.pp-privacy-note,
.pp-soft-note,
.pp-muted,
.pp-field-hint,
.pp-validation,
.pp-form-status,
.pp-copy-status {
  color: rgba(24, 33, 43, 0.68);
  font-size: 0.92rem !important;
  line-height: 1.5 !important;
}

.pp-hero-disclaimer {
  max-width: 64ch;
  margin: 1rem 0 0;
  border-left: 4px solid rgba(175, 230, 126, 0.9);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.68);
  padding: 0.9rem 1rem;
  color: rgba(24, 33, 43, 0.82) !important;
}

.pp-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.15rem;
}

.pp-chip-row span,
.pp-status-pill,
.pp-example-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
}

.pp-chip-row span {
  min-height: 2rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.74);
  color: rgba(24, 33, 43, 0.74);
  font-size: 0.82rem;
  padding: 0.42rem 0.68rem;
}

.pp-tool-section,
.pp-results,
#payment-plan-examples {
  scroll-margin-top: 1rem;
}

.pp-tool-shell {
  display: grid;
  gap: 1rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(175, 230, 126, 0.18), transparent 30rem),
    radial-gradient(circle at bottom right, rgba(84, 132, 202, 0.13), transparent 28rem),
    rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 56px rgba(15, 23, 42, 0.1);
  padding: 1.65rem;
}

.pp-tool-heading,
.pp-results-heading,
.pp-copy-heading,
.pp-result-cta,
.pp-app-intro-section,
.pp-app-bridge-cta {
  display: grid;
  gap: 1rem;
}

.pp-tool-heading,
.pp-results-heading {
  grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.44fr);
  align-items: start;
}

.pp-tool-heading p,
.pp-results-heading p,
.pp-content-section > p,
.pp-app-intro-section p,
.pp-app-bridge-panel p {
  margin: 0;
}

.pp-tool-heading h2,
.pp-results-heading h2,
.pp-copy-panel h3 {
  margin-bottom: 0.55rem !important;
}

.pp-privacy-note {
  margin-top: 0.8rem !important;
}

.pp-example-card {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  border: 1px solid rgba(175, 230, 126, 0.34);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(175, 230, 126, 0.22), rgba(240, 217, 155, 0.16)),
    rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.07);
  padding: 1rem;
}

.pp-example-card h3 {
  margin: 0 !important;
  font-size: 1.28rem;
}

.pp-example-card p {
  color: rgba(24, 33, 43, 0.72);
  font-size: 0.9rem !important;
  line-height: 1.45 !important;
}

.pp-example-label {
  color: rgba(24, 33, 43, 0.6) !important;
  font-size: 0.76rem !important;
  text-transform: uppercase;
}

.pp-form {
  display: grid;
  gap: 1rem;
}

.pp-fieldset {
  margin: 0;
  padding: 1rem;
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 20px;
  background: rgba(248, 250, 252, 0.84);
}

.pp-fieldset[hidden] {
  display: none !important;
}

.pp-fieldset legend {
  padding: 0 0.3rem;
  color: #18212b;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
  text-transform: none;
}

.pp-mode-grid,
.pp-field-grid,
.pp-summary-grid,
.pp-output-grid,
.pp-example-grid,
.pp-card-grid,
.pp-template-grid,
.pp-feature-grid {
  display: grid;
  gap: 1rem;
}

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

.pp-mode-card {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  min-height: 100%;
  margin: 0;
  border: 1px solid rgba(15, 23, 42, 0.09);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  cursor: pointer;
  padding: 1rem;
}

.pp-mode-card input {
  flex: 0 0 auto;
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.2rem;
}

.pp-mode-card span {
  display: grid;
  gap: 0.25rem;
}

.pp-mode-card strong {
  color: #18212b;
  font-size: 0.98rem;
  line-height: 1.32;
}

.pp-mode-card small {
  color: rgba(24, 33, 43, 0.66);
  font-size: 0.86rem;
  line-height: 1.45;
}

.pp-mode-card:has(input:checked) {
  border-color: rgba(107, 161, 69, 0.38);
  background: rgba(175, 230, 126, 0.18);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

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

.pp-field-grid--amounts {
  grid-template-columns: minmax(7rem, 0.35fr) repeat(3, minmax(10rem, 1fr));
}

.pp-field-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pp-field--wide {
  grid-column: span 2;
}

.pp-field label {
  display: block;
  margin: 0 0 0.32rem;
  color: rgba(24, 33, 43, 0.78);
  font-size: 0.82rem;
  font-weight: 750;
  line-height: 1.35;
  letter-spacing: 0;
  text-transform: none;
}

.pp-field input,
.pp-field select {
  width: 100%;
  height: 2.85rem;
  border: 1px solid rgba(15, 23, 42, 0.12) !important;
  border-radius: 13px !important;
  background: rgba(255, 255, 255, 0.95) !important;
  color: #18212b !important;
  font-size: 1rem;
  line-height: 1.2;
  box-shadow: none !important;
}

.pp-field input {
  padding: 0 0.85rem !important;
}

.pp-field select {
  padding: 0 2rem 0 0.85rem;
}

.pp-field-hint,
.pp-validation {
  margin: 0.45rem 0 0;
}

.pp-validation,
.pp-form-status {
  color: #725c16;
  font-weight: 800;
}

.pp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.pp-primary-button,
.pp-secondary-button,
.pp-copy-button,
.pp-primary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  border-radius: 999px;
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  box-shadow: none;
  cursor: pointer;
  text-decoration: none;
}

.pp-primary-button,
.pp-primary-link {
  padding: 0.72rem 1.05rem;
  border: 1px solid rgba(107, 161, 69, 0.24);
  background: #afe67e;
  color: #18212b;
}

.pp-secondary-button,
.pp-copy-button {
  padding: 0.62rem 0.95rem;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: rgba(255, 255, 255, 0.9);
  color: #18212b;
}

.pp-copy-button {
  width: fit-content;
  margin-top: auto;
  background: rgba(175, 230, 126, 0.24);
  border-color: rgba(107, 161, 69, 0.22);
}

.pp-copy-button:disabled,
.pp-copy-button[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.55;
  transform: none;
}

.pp-copy-button:disabled:hover,
.pp-copy-button[aria-disabled="true"]:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #18212b !important;
}

.pp-primary-button:hover,
.pp-primary-link:hover {
  background: #bcf18c;
}

.pp-secondary-button:hover,
.pp-copy-button:hover {
  background: rgba(175, 230, 126, 0.2);
}

.pp-field input:focus,
.pp-field select:focus,
.pp-mode-card input:focus-visible,
.pp-primary-button:focus-visible,
.pp-secondary-button:focus-visible,
.pp-copy-button:focus-visible,
.pp-primary-link:focus-visible {
  outline: 3px solid rgba(53, 84, 40, 0.28) !important;
  outline-offset: 2px;
}

.pp-noscript {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  padding: 1rem;
}

.pp-noscript h3,
.pp-noscript h4 {
  margin-bottom: 0.45rem !important;
}

.pp-noscript p {
  margin: 0 0 1rem !important;
}

.pp-noscript-summary {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0 0 1rem;
}

.pp-noscript-summary div {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  background: rgba(248, 250, 252, 0.86);
  padding: 0.85rem;
}

.pp-noscript-summary dt,
.pp-noscript-summary dd {
  margin: 0;
}

.pp-noscript-summary dt {
  color: rgba(24, 33, 43, 0.64);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.35;
}

.pp-noscript-summary dd {
  color: #18212b;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.35;
}

.pp-noscript-copy {
  display: grid;
  gap: 0.55rem;
  margin-top: 1rem;
}

.pp-noscript-copy p,
.pp-noscript-copy pre {
  border-left: 4px solid #afe67e;
  border-radius: 16px;
  background: rgba(175, 230, 126, 0.11);
  color: #18212b !important;
  padding: 1rem 1rem 1rem 1.1rem;
}

.pp-noscript-copy pre {
  overflow-x: auto;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 0.98rem;
  line-height: 1.6;
  white-space: pre-wrap;
}

.pp-results {
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  padding-top: 1.15rem;
}

.pp-status-pill {
  justify-self: end;
  min-height: 2rem;
  border: 1px solid rgba(107, 161, 69, 0.26);
  background: rgba(175, 230, 126, 0.24);
  color: #18212b;
  font-size: 0.82rem;
  padding: 0.42rem 0.72rem;
}

.pp-result-note:empty {
  display: none;
}

.pp-result-note {
  border: 1px solid rgba(240, 217, 155, 0.46);
  border-radius: 16px;
  background: rgba(240, 217, 155, 0.16);
  color: rgba(24, 33, 43, 0.78);
  font-size: 0.98rem;
  font-weight: 750;
  line-height: 1.5;
  padding: 0.9rem 1rem;
}

.pp-summary-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.pp-summary-card,
.pp-output-card,
.pp-static-card,
.pp-info-card,
.pp-template-card,
.pp-checklist-box,
.pp-result-cta,
.pp-app-bridge-panel {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.92));
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.07);
}

.pp-summary-card {
  padding: 1rem;
}

.pp-summary-card[hidden] {
  display: none !important;
}

.pp-summary-card p {
  margin: 0 0 0.35rem !important;
  color: rgba(24, 33, 43, 0.64) !important;
  font-size: 0.82rem !important;
  font-weight: 800;
  line-height: 1.3 !important;
}

.pp-summary-card strong {
  color: #18212b;
  font-size: 1.12rem;
  line-height: 1.3;
}

.pp-table-wrap,
.pp-static-table-wrap {
  overflow-x: auto;
}

.pp-schedule-table,
.pp-static-table,
.pp-comparison-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.pp-schedule-table th,
.pp-schedule-table td,
.pp-static-table th,
.pp-static-table td,
.pp-comparison-table th,
.pp-comparison-table td {
  padding: 0.85rem 0.95rem;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  color: rgba(33, 41, 49, 0.88);
  font-size: 0.97rem;
  line-height: 1.45;
  text-align: left;
}

.pp-schedule-table th,
.pp-static-table th,
.pp-comparison-table th {
  color: #18212b;
  font-weight: 800;
}

.pp-schedule-table tr:last-child td,
.pp-static-table tr:last-child td,
.pp-comparison-table tr:last-child td {
  border-bottom: 0;
}

.pp-copy-panel {
  display: grid;
  gap: 1rem;
  margin-top: 0.35rem;
}

.pp-copy-heading {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
}

.pp-copy-status {
  min-height: 1.35rem;
  color: #355428;
  font-weight: 800;
  text-align: right !important;
}

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

.pp-output-card,
.pp-template-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.15rem;
}

.pp-output-card h4,
.pp-template-card h3,
.pp-info-card h3,
.pp-static-card h3 {
  margin-bottom: 0.55rem !important;
}

.pp-output-text,
.pp-output-pre,
.pp-template-card p,
.pp-insight-box {
  border-left: 4px solid #afe67e;
  border-radius: 16px;
  background: rgba(175, 230, 126, 0.11);
  color: #18212b !important;
  user-select: text;
}

.pp-output-text,
.pp-template-card p,
.pp-insight-box {
  margin: 0 0 1rem !important;
  padding: 1rem 1rem 1rem 1.1rem;
  font-size: 1rem !important;
  line-height: 1.6 !important;
}

.pp-output-pre {
  flex: 1 1 auto;
  overflow-x: auto;
  margin: 0 0 1rem;
  padding: 1rem 1rem 1rem 1.1rem;
  font-family: inherit;
  font-size: 0.98rem;
  line-height: 1.6;
  white-space: pre-wrap;
}

.pp-result-cta {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  padding: 1.15rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(175, 230, 126, 0.16)),
    rgba(255, 255, 255, 0.94);
}

.pp-result-cta p,
.pp-result-cta h3 {
  margin: 0 !important;
}

.pp-result-cta p + p {
  margin-top: 0.6rem !important;
}

.pp-app-actions {
  display: grid;
  justify-items: start;
}

.pp-result-cta .lt-appStoreBtn,
.pp-app-bridge-cta .lt-appStoreBtn {
  width: 180px;
  max-width: 100%;
}

.pp-result-cta .lt-appStoreBtn:focus-visible,
.pp-app-bridge-cta .lt-appStoreBtn:focus-visible {
  outline: 3px solid rgba(53, 84, 40, 0.28) !important;
  outline-offset: 3px;
}

.pp-content-section > p,
.pp-content-section > ul,
.pp-app-intro-copy > p {
  max-width: 74ch;
}

.pp-example-grid,
.pp-card-grid,
.pp-template-grid,
.pp-feature-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.25rem;
}

.pp-static-card,
.pp-info-card,
.pp-checklist-box {
  padding: 1.2rem;
}

.pp-static-card p,
.pp-info-card p {
  margin: 0 !important;
}

.pp-static-card p + .pp-static-table-wrap,
.pp-static-card p + .pp-insight-box {
  margin-top: 1rem;
}

.pp-static-table,
.pp-comparison-table {
  min-width: 38rem;
}

.pp-static-table td:nth-child(2),
.pp-static-table td:nth-child(3) {
  text-align: right;
}

.pp-insight-box {
  margin-bottom: 0 !important;
}

.pp-insight-box strong {
  display: block;
  margin-bottom: 0.3rem;
  color: #18212b;
}

.pp-insight-box p {
  margin: 0 !important;
}

.pp-soft-note,
.pp-checklist-box,
.pp-app-bridge-panel {
  margin-top: 1.15rem !important;
}

.pp-soft-note {
  max-width: 72ch;
  border-left: 4px solid rgba(175, 230, 126, 0.9);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.74);
  padding: 0.9rem 1rem;
  color: rgba(24, 33, 43, 0.78) !important;
}

.pp-app-intro-section {
  grid-template-columns: minmax(0, 1fr) minmax(17rem, 0.42fr);
  align-items: center;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(175, 230, 126, 0.14)),
    rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.08);
  padding: 1.35rem;
}

.pp-app-visual {
  justify-self: end;
  width: min(100%, 24rem);
}

.pp-app-bridge-panel {
  display: grid;
  gap: 1rem;
  padding: 1.35rem;
  background:
    radial-gradient(circle at top right, rgba(175, 230, 126, 0.2), transparent 28rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(228, 238, 248, 0.86));
}

.pp-app-bridge-copy p {
  max-width: 74ch;
}

.pp-app-bridge-cta {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  padding: 1rem;
}

.pp-app-bridge-cta h3 {
  margin: 0 0 0.45rem !important;
}

.pp-app-bridge-cta p {
  margin: 0 !important;
  color: rgba(24, 33, 43, 0.72) !important;
  font-size: 0.98rem !important;
  line-height: 1.55 !important;
}

.pp-faq-list {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.25rem;
}

.pp-faq-list details {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  padding: 1rem 1.1rem;
}

.pp-faq-list summary {
  color: #18212b;
  font-weight: 800;
  cursor: pointer;
}

.pp-faq-list details p {
  margin: 0.85rem 0 0 !important;
}

@media (max-width: 1120px) {
  .pp-summary-grid,
  .pp-noscript-summary {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (max-width: 980px) {
  .pp-hero,
  .pp-tool-heading,
  .pp-results-heading,
  .pp-result-cta,
  .pp-app-intro-section,
  .pp-app-bridge-cta {
    grid-template-columns: 1fr;
  }

  .pp-hero-visual,
  .pp-app-visual {
    justify-self: start;
    width: min(100%, 34rem);
  }

  .pp-field-grid,
  .pp-field-grid--amounts,
  .pp-field-grid--three,
  .pp-mode-grid,
  .pp-example-grid,
  .pp-card-grid,
  .pp-template-grid,
  .pp-feature-grid {
    grid-template-columns: 1fr;
  }

  .pp-field--wide {
    grid-column: auto;
  }

  .pp-status-pill,
  .pp-copy-status {
    justify-self: start;
    text-align: left !important;
  }
}

@media (max-width: 736px) {
  body.payment-plan-page .lt-breadcrumb,
  body.payment-plan-page .lt-toolsHero,
  body.payment-plan-page .lt-toolsSection,
  body.payment-plan-page .lt-finalCta {
    width: 100%;
    max-width: min(100%, 390px);
    margin-left: 0;
    margin-right: 0;
  }

  body.payment-plan-page #wrapper,
  body.payment-plan-page #main,
  body.payment-plan-page article.post.featured {
    max-width: 100vw !important;
    overflow-x: hidden;
  }

  body.payment-plan-page article.post.featured p,
  body.payment-plan-page article.post.featured a,
  body.payment-plan-page article.post.featured li,
  body.payment-plan-page article.post.featured td,
  body.payment-plan-page article.post.featured th {
    overflow-wrap: break-word;
  }

  body.payment-plan-page #main article.post.featured header.major > h1 {
    font-size: 2rem;
    line-height: 1.08;
  }

  .pp-tool-shell,
  .pp-fieldset,
  .pp-example-card,
  .pp-summary-card,
  .pp-output-card,
  .pp-static-card,
  .pp-info-card,
  .pp-template-card,
  .pp-app-intro-section,
  .pp-app-bridge-panel,
  .pp-result-cta,
  .pp-checklist-box,
  .pp-faq-list details {
    border-radius: 18px;
  }

  .pp-tool-shell,
  .pp-app-intro-section,
  .pp-app-bridge-panel {
    padding: 1rem;
  }

  .pp-actions,
  .pp-copy-heading,
  .pp-app-actions {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .pp-primary-button,
  .pp-secondary-button,
  .pp-copy-button,
  .pp-primary-link,
  .pp-result-cta .pp-primary-link,
  .pp-app-bridge-cta .lt-primaryCta,
  .pp-app-intro-section .lt-primaryCta {
    width: 100%;
  }

  .pp-result-cta .lt-appStoreBtn,
  .pp-app-bridge-cta .lt-appStoreBtn {
    width: 180px;
    max-width: 100%;
  }

  .pp-summary-grid,
  .pp-noscript-summary,
  .pp-output-grid {
    grid-template-columns: 1fr;
  }

  .pp-schedule-table,
  .pp-schedule-table thead,
  .pp-schedule-table tbody,
  .pp-schedule-table th,
  .pp-schedule-table td,
  .pp-schedule-table tr {
    display: block;
  }

  .pp-schedule-table {
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .pp-schedule-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }

  .pp-schedule-table tr {
    margin-bottom: 0.85rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
    overflow: hidden;
  }

  .pp-schedule-table td {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    text-align: right;
  }

  .pp-schedule-table td::before {
    content: attr(data-label);
    color: rgba(24, 33, 43, 0.64);
    font-weight: 800;
    text-align: left;
  }

  .pp-schedule-table td:last-child {
    border-bottom: 0;
  }

  .pp-hero-visual {
    display: none;
  }

  .pp-static-table,
  .pp-comparison-table {
    min-width: 34rem;
  }
}
